WP Live Chat Support - Version 8.1.1

Version Description

= 8.1.x = Huge update with over 300 changes that include: Bugfixes, Vulnerability Fixes & Plugin Security, Plugin Optimization & Rebranding Updates. We suggest you remove any existing installations of this plugin and install 8.1.x fresh.

Download this release

Release Info

Developer WP-LiveChat
Plugin Icon 128x128 WP Live Chat Support
Version 8.1.1
Comparing to
See all releases

Code changes from version 8.1.0 to 8.1.1

Files changed (51) hide show
  1. ajax/agent.php +2 -2
  2. ajax/user.php +2 -2
  3. config.php +1 -1
  4. css/themes/classic.css +1 -3
  5. css/themes/modern.css +5 -4
  6. functions.php +153 -182
  7. includes/blocks/wplc-chat-box/block.js +1 -1
  8. includes/blocks/wplc-chat-box/index.php +17 -17
  9. includes/dashboard_page.php +19 -19
  10. includes/modal_control.php +4 -4
  11. includes/notification_control.php +5 -5
  12. includes/settings_page.php +178 -178
  13. includes/shortcodes.php +1 -1
  14. includes/wplc_agent_data.php +3 -3
  15. includes/wplc_custom_fields.php +40 -40
  16. includes/wplc_data_triggers.php +44 -44
  17. includes/wplc_departments.php +23 -23
  18. includes/wplc_roi.php +22 -22
  19. includes/wplc_transfer_chats.php +34 -34
  20. js/themes/modern.js +1 -1
  21. js/wplc_agent_node.js +8 -17
  22. js/wplc_node.js +3 -0
  23. js/wplc_server.js +4 -6
  24. js/wplc_u_admin_events.js +5 -5
  25. js/wplc_u_events.js +4 -0
  26. languages/wp-live-chat-support-ar.mo +0 -0
  27. languages/wp-live-chat-support-ar.po +5091 -0
  28. languages/{wplivechat-bg_BG.mo → wp-live-chat-support-bg_BG.mo} +0 -0
  29. languages/{wplivechat-bg_BG.po → wp-live-chat-support-bg_BG.po} +350 -343
  30. languages/{wplivechat-cs_CZ.mo → wp-live-chat-support-cs_CZ.mo} +0 -0
  31. languages/{wplivechat-cs_CZ.po → wp-live-chat-support-cs_CZ.po} +340 -338
  32. languages/{wplivechat-da_DK.mo → wp-live-chat-support-da_DK.mo} +0 -0
  33. languages/{wplivechat-da_DK.po → wp-live-chat-support-da_DK.po} +340 -339
  34. languages/{wplivechat-de_DE.mo → wp-live-chat-support-de_DE.mo} +0 -0
  35. languages/{wplivechat-de_DE.po → wp-live-chat-support-de_DE.po} +359 -355
  36. languages/{wplivechat-el_GR.mo → wp-live-chat-support-el_GR.mo} +0 -0
  37. languages/{wplivechat-el_GR.po → wp-live-chat-support-el_GR.po} +349 -342
  38. languages/wp-live-chat-support-en_GB.mo +0 -0
  39. languages/{wplivechat-en_GB.po → wp-live-chat-support-en_GB.po} +346 -338
  40. languages/{wplivechat-es_ES.mo → wp-live-chat-support-es_ES.mo} +0 -0
  41. languages/{wplivechat-es_ES.po → wp-live-chat-support-es_ES.po} +345 -343
  42. languages/{wplivechat-et_EE.mo → wp-live-chat-support-et_EE.mo} +0 -0
  43. languages/{wplivechat-et_EE.po → wp-live-chat-support-et_EE.po} +350 -345
  44. languages/{wplivechat-fa_IR.mo → wp-live-chat-support-fa_IR.mo} +0 -0
  45. languages/{wplivechat-fa_IR.po → wp-live-chat-support-fa_IR.po} +343 -338
  46. languages/{wplivechat-fi_FI.mo → wp-live-chat-support-fi_FI.mo} +0 -0
  47. languages/{wplivechat-fi_FI.po → wp-live-chat-support-fi_FI.po} +402 -400
  48. languages/{wplivechat-fr_FR.mo → wp-live-chat-support-fr_FR.mo} +0 -0
  49. languages/{wplivechat-fr_FR.po → wp-live-chat-support-fr_FR.po} +351 -345
  50. languages/{wplivechat-he_IL.mo → wp-live-chat-support-he_IL.mo} +0 -0
  51. languages/{wplivechat-he_IL.po → wp-live-chat-support-he_IL.po} +173 -167
ajax/agent.php CHANGED
@@ -164,7 +164,7 @@ function wplc_init_agent_ajax_callback() {
164
  if (!empty($cid)) {
165
  /* get agent ID */
166
  $cdata = wplc_get_chat_data($cid,__LINE__);
167
- $from = __("Admin","wplivechat"); /* set default */
168
  $array['aname'] = apply_filters("wplc_filter_admin_from", $from, $cid, $cdata);
169
  }
170
 
@@ -259,7 +259,7 @@ function wplc_init_agent_ajax_callback() {
259
  $array['status'] = 8;
260
  $array['data'] = array();
261
  $array['data'][9999] = array();
262
- $array['data'][9999]['msg'] = __("Admin has closed and ended the chat","wplivechat");
263
  } else if ($new_status == 2) { // pending
264
  $array['debug'] = "we are here ".__LINE__;
265
  $array['check'] = true;
164
  if (!empty($cid)) {
165
  /* get agent ID */
166
  $cdata = wplc_get_chat_data($cid,__LINE__);
167
+ $from = __("Admin",'wp-live-chat-support'); /* set default */
168
  $array['aname'] = apply_filters("wplc_filter_admin_from", $from, $cid, $cdata);
169
  }
170
 
259
  $array['status'] = 8;
260
  $array['data'] = array();
261
  $array['data'][9999] = array();
262
+ $array['data'][9999]['msg'] = __("Admin has closed and ended the chat",'wp-live-chat-support');
263
  } else if ($new_status == 2) { // pending
264
  $array['debug'] = "we are here ".__LINE__;
265
  $array['check'] = true;
ajax/user.php CHANGED
@@ -111,7 +111,7 @@ function wplc_init_ajax_callback() {
111
  if (!empty($cid)) {
112
  /* get agent ID */
113
  $cdata = wplc_get_chat_data($cid,__LINE__);
114
- $from = __("Admin","wplivechat"); /* set default */
115
  $array['aname'] = apply_filters("wplc_filter_admin_from", $from, $cid, $cdata);
116
  }
117
 
@@ -215,7 +215,7 @@ function wplc_init_ajax_callback() {
215
  $array['status'] = 8;
216
  $array['data'] = array();
217
  $array['data'][9999] = array();
218
- $array['data'][9999]['msg'] = __("Admin has closed and ended the chat","wplivechat");
219
  }
220
  else if ($new_status == 2) { // pending
221
  $array['debug'] = "we are here ".__LINE__;
111
  if (!empty($cid)) {
112
  /* get agent ID */
113
  $cdata = wplc_get_chat_data($cid,__LINE__);
114
+ $from = __("Admin",'wp-live-chat-support'); /* set default */
115
  $array['aname'] = apply_filters("wplc_filter_admin_from", $from, $cid, $cdata);
116
  }
117
 
215
  $array['status'] = 8;
216
  $array['data'] = array();
217
  $array['data'][9999] = array();
218
+ $array['data'][9999]['msg'] = __("Admin has closed and ended the chat",'wp-live-chat-support');
219
  }
220
  else if ($new_status == 2) { // pending
221
  $array['debug'] = "we are here ".__LINE__;
config.php CHANGED
@@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
7
  exit;
8
  }
9
 
10
- define('WPLC_PLUGIN_VERSION', "8.1.0");
11
  define('WPLC_PLUGIN_DIR', dirname(__FILE__));
12
  define('WPLC_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
13
  define('WPLC_PLUGIN', plugin_basename( __FILE__ ) );
7
  exit;
8
  }
9
 
10
+ define('WPLC_PLUGIN_VERSION', "8.1.1");
11
  define('WPLC_PLUGIN_DIR', dirname(__FILE__));
12
  define('WPLC_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
13
  define('WPLC_PLUGIN', plugin_basename( __FILE__ ) );
css/themes/classic.css CHANGED
@@ -101,8 +101,6 @@
101
  font-weight: 700;
102
  }
103
 
104
- #wp-live-chat-4 {
105
- }
106
  #wp-live-chat-3 {
107
  padding: 10px;
108
  text-align: center;
@@ -846,7 +844,7 @@ div#tcx_chat_ended {
846
  position: absolute;
847
  bottom: 0;
848
  width: 100%;
849
- z-index: 99999999999999999;
850
  background-color: #fff;
851
  border-bottom-right-radius: 10px;
852
  border-bottom-left-radius: 10px;
101
  font-weight: 700;
102
  }
103
 
 
 
104
  #wp-live-chat-3 {
105
  padding: 10px;
106
  text-align: center;
844
  position: absolute;
845
  bottom: 0;
846
  width: 100%;
847
+ z-index: 2147483647;
848
  background-color: #fff;
849
  border-bottom-right-radius: 10px;
850
  border-bottom-left-radius: 10px;
css/themes/modern.css CHANGED
@@ -173,7 +173,7 @@
173
  padding-top: 6px;
174
  color: #FFF;
175
  font-weight: normal;
176
- z-index: 92354389047593475893475;
177
  }
178
 
179
  #wp-live-chat-close {
@@ -634,7 +634,7 @@ span.tcx_pullup.up {
634
  #wplc_social_holder {
635
  position: absolute;
636
  width: 80px;
637
- z-index: 9999999999 !important;
638
  bottom: 27px;
639
  right: 40px;
640
  font-size: 15px;
@@ -1003,7 +1003,6 @@ button.wplc_retry_chat {
1003
  transition: all 0.4s ease;
1004
  }
1005
 
1006
-
1007
  span.tcx_pullup {
1008
  position: absolute;
1009
  top: -2px;
@@ -1012,18 +1011,20 @@ span.tcx_pullup {
1012
  font-size: 20pt;
1013
  cursor: pointer;
1014
  }
 
1015
  a.tcx_restart_chat {
1016
  text-align: center;
1017
  margin-top: 15px;
1018
  display: block;
1019
  }
 
1020
  div#tcx_chat_ended {
1021
  min-height: 60px;
1022
  max-height: 60px;
1023
  position: absolute;
1024
  bottom: -60px;
1025
  width: 100%;
1026
- z-index: 99999999999999999;
1027
  background-color: #fff;
1028
  border-bottom-right-radius: 10px;
1029
  border-bottom-left-radius: 10px;
173
  padding-top: 6px;
174
  color: #FFF;
175
  font-weight: normal;
176
+ z-index: 2147483647;
177
  }
178
 
179
  #wp-live-chat-close {
634
  #wplc_social_holder {
635
  position: absolute;
636
  width: 80px;
637
+ z-index: 2147483647 !important;
638
  bottom: 27px;
639
  right: 40px;
640
  font-size: 15px;
1003
  transition: all 0.4s ease;
1004
  }
1005
 
 
1006
  span.tcx_pullup {
1007
  position: absolute;
1008
  top: -2px;
1011
  font-size: 20pt;
1012
  cursor: pointer;
1013
  }
1014
+
1015
  a.tcx_restart_chat {
1016
  text-align: center;
1017
  margin-top: 15px;
1018
  display: block;
1019
  }
1020
+
1021
  div#tcx_chat_ended {
1022
  min-height: 60px;
1023
  max-height: 60px;
1024
  position: absolute;
1025
  bottom: -60px;
1026
  width: 100%;
1027
+ z-index: 2147483647;
1028
  background-color: #fff;
1029
  border-bottom-right-radius: 10px;
1030
  border-bottom-left-radius: 10px;
functions.php CHANGED
@@ -414,29 +414,29 @@ function wplc_filter_control_list_chats_actions($actions,$result,$post_data) {
414
  if (intval($result->status) == 2) {
415
  $url_params = "&action=ac&cid=".$result->id.$aid;
416
  $url = admin_url( 'admin.php?page=wplivechat-menu'.$url_params);
417
- $actions = "<a href=\"".$url."\" class=\"wplc_open_chat button button-primary\" window-title=\"WP_Live_Chat_".$result->id."\">". apply_filters("wplc_accept_chat_button_filter", __("Accept Chat","wplivechat"), $result->id)."</a>";
418
  }
419
  else if (intval($result->status) == 3 || intval($result->status) == 10) {
420
  $url_params = "&action=ac&cid=".$result->id.$aid;
421
  $url = admin_url( 'admin.php?page=wplivechat-menu'.$url_params);
422
  if ( !isset( $result->agent_id ) || $wplc_current_user == $result->agent_id ) { //Added backwards compat checks
423
- $actions = "<a href=\"".$url."\" class=\"wplc_open_chat button button-primary\" window-title=\"WP_Live_Chat_".$result->id."\">".__("Open Chat","wplivechat")."</a>";
424
  } else {
425
- $actions = "<span class=\"wplc-chat-in-progress\">" . __( "In progress with another agent", "wplivechat" ) . "</span>";
426
  }
427
  }
428
  else if (intval($result->status) == 2) {
429
  $url_params = "&action=ac&cid=".$result->id.$aid;
430
  $url = admin_url( 'admin.php?page=wplivechat-menu'.$url_params);
431
- $actions = "<a href=\"".$url."\" class=\"wplc_open_chat button button-primary\" window-title=\"WP_Live_Chat_".$result->id."\">".__("Accept Chat","wplivechat")."</a>";
432
  }
433
  else if (intval($result->status) == 12 ) {
434
  $url_params = "&action=ac&cid=".$result->id.$aid;
435
  $url = admin_url( 'admin.php?page=wplivechat-menu'.$url_params);
436
- $actions = "<a href=\"".$url."\" class=\"wplc_open_chat button button-primary\" window-title=\"WP_Live_Chat_".$result->id."\">".__("Open Chat","wplivechat")."</a>";
437
  }
438
  } else {
439
- $actions = "<a href='#'>".__( 'Only chat agents can accept chats', 'wplivechat' )."</a>";
440
  }
441
  return $actions;
442
  }
@@ -500,9 +500,9 @@ function wplc_list_chats($post_data) {
500
  $data_array[$result->id]['timestamp'] = wplc_time_ago($result->timestamp);
501
 
502
  if ((current_time('timestamp') - strtotime($result->timestamp)) < 3600) {
503
- $data_array[$result->id]['type'] = __("New","wplivechat");
504
  } else {
505
- $data_array[$result->id]['type'] = __("Returning","wplivechat");
506
  }
507
 
508
  $data_array[$result->id]['image'] = "<img src=\"//www.gravatar.com/avatar/".md5($result->email)."?s=30&d=mm\" class='wplc-user-message-avatar' />";
@@ -515,7 +515,7 @@ function wplc_list_chats($post_data) {
515
  $data_array[$result->id]['data']['browsing_nice_url'] = $path;
516
  }
517
 
518
- $data_array[$result->id]['data']['browser'] = "<img src='" . WPLC_PLUGIN_URL . "/images/$browser_image' alt='$browser' title='$browser' /> ";
519
  $data_array[$result->id]['data']['ip'] = '';
520
  $data_array[$result->id]['other'] = $other_data;
521
  }
@@ -593,7 +593,7 @@ function wplc_return_no_answer_string($cid) {
593
  if (isset($wplc_settings['wplc_user_no_answer'])) {
594
  $string = stripslashes($wplc_settings['wplc_user_no_answer']);
595
  } else {
596
- $string = __("No agent was able to answer your chat request. Please try again.","wplivechat");
597
  }
598
  $string = apply_filters("wplc_filter_no_answer_string",$string,$cid);
599
  return "<span class='wplc-system-notification wplc_no_answer wplc-color-4'><center>".$string."</center></span>";
@@ -607,7 +607,7 @@ add_filter("wplc_filter_no_answer_string","wplc_filter_control_no_answer_string"
607
  * @return string
608
  */
609
  function wplc_filter_control_no_answer_string($string,$cid) {
610
- $string = $string. " <br /><button class='wplc_retry_chat wplc-color-bg-1 wplc-color-2' cid='".$cid."'>".__("End Chat","wplivechat")."</button>"; // Request new chat
611
  return $string;
612
  }
613
 
@@ -746,7 +746,6 @@ function wplc_return_chat_messages($cid, $transcript = false, $html = true, $wpl
746
  if (is_array($msg_array)) {
747
  $msg = $msg_array['m'];
748
  }
749
- //$msg = sanitize_text_field(stripslashes($msg));
750
  }
751
 
752
  if ($transcript) {
@@ -758,6 +757,7 @@ function wplc_return_chat_messages($cid, $transcript = false, $html = true, $wpl
758
  $msg = str_replace(':vid', '', $msg);
759
  $msg = str_replace('link:', '', $msg);
760
  $msg = str_replace(':link', '', $msg);
 
761
  }
762
 
763
  if (isset($result->afrom) && intval($result->afrom)>0) {
@@ -797,30 +797,28 @@ function wplc_return_chat_messages($cid, $transcript = false, $html = true, $wpl
797
  $msg_array[$id]['other'] = $other_data;
798
  } else {
799
  /* this is a system notification */
800
- if ($display_notification) {
801
- if (is_serialized($msg)) {
802
- $tmp_array = maybe_unserialize($msg);
803
- if (is_array($tmp_array)) {
804
- $msg = $tmp_array['m'];
805
- }
806
  }
807
- $str = "<span class='chat_time wplc-color-4'>".$nice_time."</span> <span class='wplc-system-notification wplc-color-4'>".htmlentities($msg)."</span>";
 
808
 
809
- if ($transcript) {
810
- $str = "<span class='wplc-system-notification wplc-color-4'>".htmlentities($msg)."</span><br />";
811
- }
812
 
813
- if (!isset($msg_array[$id])) {
814
- $msg_array[$id] = array();
815
- }
816
 
817
- $other_data['preformatted'] = true; // this tells html must not be escaped
818
- $msg_array[$id]['msg'] = $str;
819
- $msg_array[$id]['other'] = $other_data;
820
- $msg_array[$id]['originates'] = $result->originates;
821
 
822
- $msg_hist .= $str;
823
- }
824
  }
825
  }
826
 
@@ -1020,28 +1018,28 @@ function wplc_return_chat_status($cid) {
1020
 
1021
  function wplc_return_status($status) {
1022
  if ($status == 1) {
1023
- return __("complete","wplivechat");
1024
  }
1025
  if ($status == 2) {
1026
- return __("pending", "wplivechat");
1027
  }
1028
  if ($status == 3) {
1029
- return __("active", "wplivechat");
1030
  }
1031
  if ($status == 4) {
1032
- return __("deleted", "wplivechat");
1033
  }
1034
  if ($status == 5) {
1035
- return __("browsing", "wplivechat");
1036
  }
1037
  if ($status == 6) {
1038
- return __("requesting chat", "wplivechat");
1039
  }
1040
  if($status == 8){
1041
- return __("Chat Ended - User still browsing", "wplivechat");
1042
  }
1043
  if($status == 9){
1044
- return __("User is browsing but doesn't want to chat", "wplivechat");
1045
  }
1046
 
1047
  }
@@ -1180,11 +1178,11 @@ function wplcmail($reply_to,$reply_to_name,$subject,$msg) {
1180
  * @return void
1181
  */
1182
  function wplc_send_offline_msg($name,$email,$msg,$cid) {
1183
- $subject = apply_filters("wplc_offline_message_subject_filter", __("WP Live Chat by 3CX - Offline Message from ", "wplivechat") );
1184
- $msg = __("Name", "wplivechat").": $name \n".
1185
- __("Email", "wplivechat").": $email\n".
1186
- __("Message", "wplivechat").": $msg\n\n".
1187
- __("Via WP Live Chat by 3CX", "wplivechat");
1188
  wplcmail($email,$name, $subject, $msg);
1189
  return;
1190
  }
@@ -1483,19 +1481,19 @@ function wplc_admin_display_missed_chats() {
1483
  $delete_sql = $wpdb->prepare($delete_sql, $cid);
1484
  $wpdb->query($delete_sql);
1485
  if ($wpdb->last_error) {
1486
- echo "<div class='update-nag' style='margin-top: 0px;margin-bottom: 5px;'>".__("Error: Could not delete chat", "wplivechat")."<br></div>";
1487
  } else {
1488
- echo "<div class='update-nag' style='margin-top: 0px;margin-bottom: 5px;border-color:#67d552;'>".__("Chat Deleted", "wplivechat")."<br></div>";
1489
  }
1490
  }else {
1491
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
1492
  }
1493
 
1494
 
1495
  } else {
1496
  //Prompt
1497
- echo "<div class='update-nag' style='margin-top: 0px;margin-bottom: 5px;'>".__("Are you sure you would like to delete this chat?", "wplivechat")."<br>
1498
- <a class='button' href='?page=wplivechat-menu-missed-chats&wplc_action=remove_missed_cid&cid=".$cid."&wplc_confirm=1&nonce=".$delete_missed_chats_nonce."'>".__("Yes", "wplivechat")."</a> <a class='button' href='?page=wplivechat-menu-missed-chats'>".__("No", "wplivechat")."</a>
1499
  </div>";
1500
  }
1501
  }
@@ -1504,11 +1502,11 @@ function wplc_admin_display_missed_chats() {
1504
  echo "<table class=\"wp-list-table widefat fixed \" cellspacing=\"0\">
1505
  <thead>
1506
  <tr>
1507
- <th class='manage-column column-id'><span>" . __("Date", "wplivechat") . "</span></th>
1508
- <th scope='col' id='wplc_name_colum' class='manage-column column-id'><span>" . __("Name", "wplivechat") . "</span></th>
1509
- <th scope='col' id='wplc_email_colum' class='manage-column column-id'>" . __("Email", "wplivechat") . "</th>
1510
- <th scope='col' id='wplc_url_colum' class='manage-column column-id'>" . __("URL", "wplivechat") . "</th>
1511
- <th scope='col' id='wplc_url_colum' class='manage-column column-id'>" . __("Action", "wplivechat") . "</th>
1512
  </tr>
1513
  </thead>
1514
  <tbody id=\"the-list\" class='list:wp_list_text_link'>";
@@ -1522,14 +1520,14 @@ function wplc_admin_display_missed_chats() {
1522
  $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wplc_tblname_chats WHERE `status` = 0 ORDER BY `timestamp` DESC LIMIT %d OFFSET %d", $limit, $offset));
1523
 
1524
  if (!$results) {
1525
- echo "<tr><td></td><td>" . __("You have not missed any chat requests.", "wplivechat") . "</td></tr>";
1526
  } else {
1527
  foreach ($results as $result) {
1528
  $hist_nonce = wp_create_nonce('wplc_history_nonce');
1529
  $url = admin_url('admin.php?page=wplivechat-menu&action=history&cid=' . $result->id . "&wplc_history_nonce=" . $hist_nonce);
1530
  $url2 = admin_url('admin.php?page=wplivechat-menu&action=download_history&type=csv&cid=' . $result->id . "&wplc_history_nonce=" . $hist_nonce);
1531
  $url3 = "?page=wplivechat-menu-missed-chats&wplc_action=remove_missed_cid&cid=" . $result->id;
1532
- $actions = "<a href='$url' class='button' title='".__('View Chat History', 'wplivechat')."' target='_BLANK' id=''><i class='fa fa-eye'></i></a> <a href='$url2' class='button' title='".__('Download Chat History', 'wplivechat')."' target='_BLANK' id=''><i class='fa fa-download'></i></a> <a href='$url3' class='button'><i class='fa fa-trash-o'></i></a>";
1533
 
1534
  echo "<tr id=\"record_" . intval($result->id) . "\">";
1535
  echo "<td class='chat_id column-chat_d'>" . sanitize_text_field($result->timestamp) . "</td>";
@@ -1723,17 +1721,17 @@ add_action("wplc_advanced_settings_above_performance", "wplc_advanced_settings_a
1723
  function wplc_advanced_settings_above_performance_control($wplc_settings) {
1724
  echo "<tr>
1725
  <td width='350'>
1726
- ".__("Open chat window via", "wplivechat").":
1727
  </td>
1728
  <td>
1729
  <select name='wplc_elem_trigger_action'>
1730
- <option value='0' ".($wplc_settings['wplc_elem_trigger_action'] == 0 ? "selected" : "").">".__("Click", "wplivechat")."</option>
1731
- <option value='1' ".($wplc_settings['wplc_elem_trigger_action'] == 1 ? "selected" : "").">".__("Hover", "wplivechat")."</option>
1732
  </select>
1733
- ".__("element with", "wplivechat").":
1734
  <select name='wplc_elem_trigger_type'>
1735
- <option value='0' ".($wplc_settings['wplc_elem_trigger_type'] == 0 ? "selected" : "").">".__("Class", "wplivechat")."</option>
1736
- <option value='1' ".($wplc_settings['wplc_elem_trigger_type'] == 1 ? "selected" : "").">".__("ID", "wplivechat")."</option>
1737
  </select>
1738
  <input type='text' name='wplc_elem_trigger_id' value='".htmlentities($wplc_settings['wplc_elem_trigger_id'])."'>
1739
  </td>
@@ -2004,22 +2002,22 @@ function wplc_mrg_update_db( $networkwide = false ) {
2004
 
2005
  function wplc_mrg_create_macro_post_type() {
2006
  $labels = array(
2007
- 'name' => __('Quick Responses', 'wplivechat'),
2008
- 'singular_name' => __('Quick Response', 'wplivechat'),
2009
- 'add_new' => __('New Quick Response', 'wplivechat'),
2010
- 'add_new_item' => __('Add New Quick Response', 'wplivechat'),
2011
- 'edit_item' => __('Edit Quick Response', 'wplivechat'),
2012
- 'new_item' => __('New Quick Response', 'wplivechat'),
2013
- 'all_items' => __('Quick Responses', 'wplivechat'),
2014
- 'view_item' => __('View Quick Responses', 'wplivechat'),
2015
- 'search_items' => __('Search Quick Responses', 'wplivechat'),
2016
- 'not_found' => __('No Quick Responses found', 'wplivechat'),
2017
- 'not_found_in_trash' => __('No Quick Responses found in the Trash', 'wplivechat'),
2018
- 'menu_name' => __('Quick Responses', 'wplivechat')
2019
  );
2020
  $args = array(
2021
  'labels' => $labels,
2022
- 'description' => __('Quick Responses for WP Live Chat by 3CX', 'wplivechat'),
2023
  'public' => false,
2024
  'menu_position' => 80,
2025
  'show_in_nav_menus' => true,
@@ -2053,7 +2051,7 @@ function wplc_mrg_create_macro_post_type() {
2053
 
2054
  add_action( 'add_meta_boxes', 'wplc_add_quick_response_metaboxes_mrg' );
2055
  function wplc_add_quick_response_metaboxes_mrg() {
2056
- add_meta_box( 'wplc_quick_response_number', __( 'Sort Order', 'wplivechat' ), 'wplc_quick_response_number_cb_mrg', 'wplc_quick_response', 'side', 'default' );
2057
  }
2058
 
2059
  function wplc_quick_response_number_cb_mrg() {
@@ -2089,10 +2087,10 @@ add_filter( 'manage_edit-wplc_quick_response_columns', 'wplc_quick_response_numb
2089
  function wplc_quick_response_number_column_mrg( $columns ) {
2090
  $columns = array(
2091
  'cb' => '<input type="number" />',
2092
- 'title' => __( 'Title', 'wplivechat' ),
2093
- 'number' => __( 'Order', 'wplivechat' ),
2094
- 'author' => __( 'Author', 'wplivechat' ),
2095
- 'date' => __( 'Date', 'wplivechat' ),
2096
  );
2097
 
2098
  return $columns;
@@ -2134,7 +2132,7 @@ function wplc_hook_control_admin_below_chat_box($result) {
2134
  $wplc_quick_response_order_by = isset( $wplc_settings['wplc_quick_response_orderby'] ) ? sanitize_text_field( $wplc_settings['wplc_quick_response_orderby'] ) : 'title';
2135
  $wplc_quick_response_order = isset( $wplc_settings['wplc_quick_response_order'] ) ? sanitize_text_field( $wplc_settings['wplc_quick_response_order'] ) : 'DESC';
2136
  echo "<div class='admin_chat_quick_controls'>";
2137
- echo " <p style=\"text-align:left; font-size:11px;\">".__("Press ENTER to send your message","wplivechat")."</p>";
2138
  echo "<div class='wplc_on_premise_chat_quick_response'";
2139
  echo wplc_return_macros_mrg( 0, $wplc_quick_response_order_by, $wplc_quick_response_order );
2140
  echo " </div>";
@@ -2173,20 +2171,20 @@ function wplc_return_macros_mrg( $firsttd = 0, $orderby = 'post_title', $order =
2173
 
2174
  $msg = "<table><tr>";
2175
  if ($firsttd == 0) {
2176
- $msg .= " <td>" . __("Assign Quick Response", "wplivechat") . "</td>";
2177
  }
2178
  $msg .= " <td>";
2179
  if ($firsttd == 1) {
2180
- $msg .= __("Assign Quick Response", "wplivechat");
2181
  }
2182
  $msg .= " <select name='wplc_macros_select' class='wplc_macros_select'>";
2183
- $msg .= " <option value='0'>" . __("Select", "wplivechat") . "</option>";
2184
 
2185
  foreach ($posts_array as $post) {
2186
 
2187
  $msg .= " <option value='" . $post->ID . "'>" . esc_html($post->post_title) . "</option>";
2188
  }
2189
- $msg .= " </select> <small><a href='https://www.3cx.com/wp-live-chat/docs/quick-responses/' title='What are quick responses?' target='_BLANK'>" . __("What is this?", "wplivechat") . "</a></small>";
2190
  $msg .= " </td>";
2191
  $msg .= "</tr></table>";
2192
  return $msg;
@@ -2228,18 +2226,18 @@ function wplc_determine_admin_email($wplc_settings) {
2228
  function wplc_mrg_notify_via_email($data) {
2229
  $wplc_settings = wplc_get_options();
2230
  if ($wplc_settings['wplc_pro_chat_notification']) {
2231
- $subject = sprintf( __( 'Incoming chat from %s (%s) on %s', 'wplivechat' ),
2232
  $data['name'],
2233
  $data['email'],
2234
  get_option('blogname')
2235
  );
2236
 
2237
- $msg=sprintf( __( '%s (%s) wants to chat with you.', 'wplivechat' ),
2238
  $data['name'],
2239
  $data['email']
2240
  ).'<br/><br/>';
2241
 
2242
- $msg.=sprintf( __('Log in: %s', 'wplivechat' ),
2243
  wp_login_url()
2244
  );
2245
  wplcmail(wplc_determine_admin_email($wplc_settings), "WP Live Chat by 3CX", $subject, $msg);
@@ -2566,10 +2564,10 @@ function wplc_choose_admin_scripts() {
2566
  wp_enqueue_script('wplc-choose-script');
2567
 
2568
  $wpc_admin_js_strings = array(
2569
- 'accepting_status' => __('Status (Online)', 'wplivechat'),
2570
- 'accepting_chats' => __('Online', 'wplivechat'),
2571
- 'not_accepting_chats' => __('Offline', 'wplivechat'),
2572
- 'not_accepting_status' => __('Status (Offline)', 'wplivechat')
2573
  );
2574
  wp_localize_script('wplc-choose-script', 'wplc_choose_admin_strings', $wpc_admin_js_strings);
2575
 
@@ -2580,7 +2578,7 @@ function wplc_choose_admin_scripts() {
2580
  wp_localize_script('wplc-choose-script', 'wplc_choose_accept_chats', array('value'=>true));
2581
  } else {
2582
  wp_localize_script('wplc-choose-script', 'wplc_choose_accept_chats', array('value'=>false));
2583
- $offline_string = "<p><span class='offline-status'>".__("You have set your status to offline. To view visitors and accept chats please set your status to online using the switch above.","wplivechat")."</span></p>";
2584
  $quote_string = "<p><span class='offline-quote'>".wplc_random_quote_mrg()."</span></p>";
2585
  wp_localize_script('wplc-choose-script', 'wplc_localized_offline_string', $offline_string);
2586
  wp_localize_script('wplc-choose-script', 'wplc_localized_quote_string', $quote_string);
@@ -2650,13 +2648,13 @@ if (!function_exists("wplc_business_hours_filter_control_setting_tabs")) {
2650
  $tab_array[9] = array(
2651
  "href" => "#tabs-9",
2652
  "icon" => 'fa fa-lock',
2653
- "label" => __("Encryption","wplivechat")
2654
  );
2655
 
2656
  $tab_array['business-hours'] = array(
2657
  'href' => '#wplc-business-hours',
2658
  'icon' => 'fa fa-clock-o',
2659
- 'label' => __("Business Hours", "wplivechat")
2660
  );
2661
 
2662
  return $tab_array;
@@ -2858,7 +2856,7 @@ function wplc_ic_initiate_chat_button($actions, $result, $post_data) {
2858
  $url = admin_url( 'admin.php?page=wplivechat-menu&action=rc&cid='.$result->id.$aid);
2859
  $wplc_settings = wplc_get_options();
2860
  if ($wplc_settings['wplc_use_node_server'] && $wplc_settings['wplc_enable_initiate_chat']) {
2861
- $actions = "<a href=\"".$url."\" class=\"wplc_open_chat button wplc_initiate_chat button-secondary\" window-title=\"WP_Live_Chat_".$result->id."\">".__("Initiate Chat","wplivechat")."</a>";
2862
  }
2863
  }
2864
  return $actions;
@@ -3162,12 +3160,12 @@ if (!function_exists("wplc_maa_custom_user_profile_fields")) {
3162
  <table class="form-table">
3163
  <tr>
3164
  <th>
3165
- <label for="wplc_ma_agent"><?php _e('Chat Agent', 'wplivechat'); ?></label>
3166
  </th>
3167
  <td>
3168
  <label for="wplc_ma_agent">
3169
  <input name="wplc_ma_agent" type="checkbox" id="wplc_ma_agent" value="1" <?php if (sanitize_text_field( get_the_author_meta( 'wplc_ma_agent', $user->ID ) ) == "1") { echo "checked=\"checked\""; } ?>>
3170
- <?php _e("Make this user a chat agent","wplivechat"); ?></label>
3171
  </td>
3172
  </tr>
3173
  </table>
@@ -3178,12 +3176,12 @@ if (!function_exists("wplc_maa_custom_user_profile_fields")) {
3178
  <table class="form-table">
3179
  <tr>
3180
  <th>
3181
- <label for="wplc_ma_agent"><?php _e('Chat Agent', 'wplivechat'); ?></label>
3182
  </th>
3183
  <td>
3184
  <label for="wplc_ma_agent">
3185
  <input name="wplc_ma_agent" type="checkbox" id="wplc_ma_agent" value="1" <?php if (sanitize_text_field( get_the_author_meta( 'wplc_ma_agent', $user->ID ) ) == "1") { echo "checked=\"checked\""; } ?>>
3186
- <?php _e("Make this user a chat agent","wplivechat"); ?></label>
3187
  </td>
3188
  </tr>
3189
  </table>
@@ -3193,12 +3191,12 @@ if (!function_exists("wplc_maa_custom_user_profile_fields")) {
3193
  <table class="form-table">
3194
  <tr>
3195
  <th>
3196
- <label for="wplc_ma_agent"><?php _e('Chat Agent', 'wplivechat'); ?></label>
3197
  </th>
3198
  <td>
3199
  <?php
3200
- echo "<p>".__("Your user role does not allow you to make yourself a chat agent.","wplivechat")."</p>";
3201
- echo "<p>".__("Please contact the administrator of this website to change this.", "wplivechat")."</p>";
3202
  ?>
3203
  </td>
3204
  </tr>
@@ -3217,7 +3215,7 @@ if (!function_exists("wplc_ma_hook_control_accept_chat")) {
3217
  add_action('wplc_hook_accept_chat','wplc_ma_hook_control_accept_chat',1,2);
3218
  function wplc_ma_hook_control_accept_chat($get_data,$aid) {
3219
  if (wplc_maa_check_if_chat_answered_by_other_agent(intval($get_data['cid']), intval($aid)) === true) {
3220
- echo "<p>".__("This chat has already been answered by another agent.", "wplivechat")."</p>";
3221
  exit();
3222
  if (function_exists("wplc_hook_control_accept_chat")) {
3223
  remove_action("wplc_hook_accept_chat","wplc_hook_control_accept_chat", 10, 2);
@@ -3459,7 +3457,7 @@ if (!function_exists("wplc_ma_filter_control_chat_dashboard_visitors_online_bott
3459
  add_action("wplc_filter_chat_dahsboard_visitors_online_bottom","wplc_ma_filter_control_chat_dashboard_visitors_online_bottom",11);
3460
  function wplc_ma_filter_control_chat_dashboard_visitors_online_bottom($text) {
3461
  $text = " <span class='wplc_agents_online'>".wplc_maa_total_agents_online()."</span> ";
3462
- $text .= __("Agent(s) online","wplivechat");
3463
  return $text;
3464
  }
3465
  }
@@ -3513,13 +3511,13 @@ function wplc_maa_online_agents() {
3513
  if ($agent_count>0) {
3514
  $circle_class = "wplc_green_circle";
3515
  if ($agent_count==1) {
3516
- $chat_agents = __('Chat Agent Online', 'wplivechat');
3517
  } else {
3518
- $chat_agents = __('Chat Agents Online', 'wplivechat');
3519
  }
3520
  } else {
3521
  $circle_class = "wplc_red_circle";
3522
- $chat_agents = __('Chat Agents Online', 'wplivechat');
3523
  }
3524
 
3525
  global $wp_admin_bar;
@@ -3627,10 +3625,10 @@ if (!function_exists("wplc_control_admin_javascript")) {
3627
  wp_localize_script('wplc-ma-js', 'wplc_ajaxurl', $wplc_ajax_url);
3628
 
3629
  $wpc_ma_js_strings = array(
3630
- 'remove_agent' => __('Remove', 'wplivechat'),
3631
  'nonce' => wp_create_nonce("wplc"),
3632
  'user_id' => get_current_user_id(),
3633
- 'typing_string' => __('Typing...', 'wplivechat')
3634
  );
3635
  wp_localize_script('wplc-ma-js', 'wplc_admin_strings', $wpc_ma_js_strings);
3636
  }
@@ -4000,14 +3998,14 @@ function nifty_get_rating_report_mrg($uid, $filter = 0){
4000
 
4001
  add_filter('wplc_reporting_tabs', 'wplc_reporting_tabs_filter_experience_ratings_control_mrg', 10, 1);
4002
  function wplc_reporting_tabs_filter_experience_ratings_control_mrg($tabs_array){
4003
- $tabs_array['ux_ratings'] = __("User Experience Ratings", "wplivechat");
4004
  return $tabs_array;
4005
  }
4006
 
4007
 
4008
  add_filter('wplc_reporting_tab_content', 'wplc_reporting_tab_content_filter_experience_ratings_control_mrg', 10, 1);
4009
  function wplc_reporting_tab_content_filter_experience_ratings_control_mrg($tabs_array){
4010
- $ratings = "<h3>".__("Agent Statistics", "wplivechat")."</h3>";
4011
 
4012
  $user_array = get_users(array(
4013
  'meta_key' => 'wplc_ma_agent',
@@ -4050,8 +4048,8 @@ function wplc_reporting_tab_content_filter_experience_ratings_control_mrg($tabs_
4050
  $ratings .= "<strong>" . $user->display_name . "</strong><br>";
4051
  $ratings .= "<small>" . $user->user_email . "</small><br>";
4052
  $ratings .= "<hr>";
4053
- $ratings .= "<small><strong>".__("Satisfaction Rating", "wplivechat").":</strong> " . (is_bool($rating_stats) && $rating_stats == false ? "--" : $rating_stats['percentage'] ). "%</small><br>";
4054
- $ratings .= "<small><strong>".__("Rating Count", "wplivechat").":</strong> " . (is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['total_ratings'])." (".__("Good","wplivechat").": ".(is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['good_count']). " || ".__("Bad","wplivechat").": ".(is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['bad_count']). ")</small>";
4055
  $ratings .= "</div>";
4056
  $ratings .= "</div>";
4057
 
@@ -4060,7 +4058,7 @@ function wplc_reporting_tab_content_filter_experience_ratings_control_mrg($tabs_
4060
 
4061
  if(is_bool($rating_stats) && $rating_stats == false){
4062
  $ratings .= "<div style='width:90%;display: inline-block; min-height: 30px;'>";
4063
- $ratings .= "<i>".__("No Ratings for this agent", "wplivechat")."</i>";
4064
  $ratings .= "</div>";
4065
  }else{
4066
  $ratings_for_agent = $rating_stats[$user->ID];
@@ -4068,10 +4066,10 @@ function wplc_reporting_tab_content_filter_experience_ratings_control_mrg($tabs_
4068
  $cid = $rate['cid'];
4069
  $date = substr($rate['time'], 0, strpos($rate['time'], ' '));
4070
  $ratings .= "<div style='width:70%;display: inline-block; min-height: 30px;'>";
4071
- $ratings .= "<small style='display:inline-block; height: unset'>$date</small>" . " - <strong style='".(intval($rate['rating']) == 1 ? "color:#439134;": "color:#ac1d1d;")."'>".(intval($rate['rating']) == 1 ? __("Good", "wplivechat") : __("Bad", "wplivechat") )."</strong>";
4072
  $ratings .= " - <i style='width:auto;'>\"" . $rate['comment'] . "\"</i>";
4073
  $ratings .= "</div>";
4074
- $ratings .= " <a style='float:right' class='button' href='?page=wplivechat-menu&action=history&cid=".$cid."&wplc_history_nonce=" . $hist_nonce . "' target='_blank'>" . __("View", "wplivechat") . "</a>";
4075
 
4076
  }
4077
  }
@@ -4089,8 +4087,8 @@ function wplc_reporting_tab_content_filter_experience_ratings_control_mrg($tabs_
4089
  $ratings .= "<strong>No Agent</strong><br>";
4090
  $ratings .= "<small>Reviewed before agent joined, or with multiple agents</small><br>";
4091
  $ratings .= "<hr>";
4092
- $ratings .= "<small><strong>".__("Satisfaction Rating", "wplivechat").":</strong> " . (is_bool($rating_stats) && $rating_stats == false ? "--" : $rating_stats['percentage'] ). "%</small><br>";
4093
- $ratings .= "<small><strong>".__("Rating Count", "wplivechat").":</strong> " . (is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['total_ratings'])." (".__("Good","wplivechat").": ".(is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['good_count']). " || ".__("Bad","wplivechat").": ".(is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['bad_count']). ")</small>";
4094
  $ratings .= "</div>";
4095
  $ratings .= "</div>";
4096
 
@@ -4100,7 +4098,7 @@ function wplc_reporting_tab_content_filter_experience_ratings_control_mrg($tabs_
4100
 
4101
  if(is_bool($rating_stats) && $rating_stats == false){
4102
  $ratings .= "<div style='width:90%;display: inline-block; min-height: 30px;'>";
4103
- $ratings .= "<i>".__("No Ratings for this agent", "wplivechat")."</i>";
4104
  $ratings .= "</div>";
4105
  }else{
4106
  $ratings_for_agent = $rating_stats[0];
@@ -4109,10 +4107,10 @@ function wplc_reporting_tab_content_filter_experience_ratings_control_mrg($tabs_
4109
  $date = substr($rate['time'], 0, strpos($rate['time'], ' '));
4110
 
4111
  $ratings .= "<div style='width:70%;display: inline-block; min-height: 30px;'>";
4112
- $ratings .= "<small style='display:inline-block; height: unset'>$date</small>" . " - <strong style='".(intval($rate['rating']) == 1 ? "color:#439134;": "color:#ac1d1d;")."'>".(intval($rate['rating']) == 1 ? __("Good", "wplivechat") : __("Bad", "wplivechat") )."</strong>";
4113
  $ratings .= " - <i style='width:auto;'>\"" . $rate['comment'] . "\"</i>";
4114
  $ratings .= "</div>";
4115
- $ratings .= " <a style='float:right' class='button' href='?page=wplivechat-menu&action=history&cid=".$cid."&wplc_history_nonce=" . $hist_nonce . "' target='_blank'>" . __("View", "wplivechat") . "</a>";
4116
 
4117
  }
4118
  }
@@ -4217,7 +4215,7 @@ function return_statistics_mrg(){
4217
  foreach( $results as $result ){
4218
  $ip_data = maybe_unserialize( $result->ip );
4219
  $popular_chat_agent[] = $result->agent_id;
4220
- $popular_user_agent[] = isset($ip_data['user_agent']) ? $ip_data['user_agent'] : __("Unknown", "wplivechat");
4221
  $chats_on_days[] = date('Y-m-d', strtotime( $result->timestamp ) );
4222
  $popular_url[] = $result->url;
4223
  }
@@ -4290,7 +4288,7 @@ add_action("wplc_advanced_settings_settings","wplc_hook_control_advanced_setting
4290
  function wplc_hook_control_advanced_settings_settings() {
4291
  $wplc_settings = wplc_get_options();
4292
  echo "<tr>";
4293
- echo " <td>".__("Enable Manual Chat Initiation:","wplivechat")." <i class=\"fa fa-question-circle wplc_light_grey wplc_settings_tooltip\" title=\"".__("Enabling this feature will allow agents to start a chat with website visitors. This feature increases server load while enabled.","wplivechat")."\"></i></td>";
4294
  if ($wplc_settings['wplc_use_node_server']) {
4295
  echo " <td><input type='checkbox' name='wplc_enable_initiate_chat' value='1'".($wplc_settings['wplc_enable_initiate_chat'] ? ' checked' : '')."/></td>";
4296
  } else {
@@ -4318,7 +4316,7 @@ function wplc_random_quote_mrg() {
4318
  14 => "&ldquo;The golden rule for every business man is this: Put yourself in your customer's place.&rdquo; &ndash; Orison Swett Marden",
4319
  15 => "&ldquo;Darmok and Jalad at Tanagra.&rdquo; &ndash; Captain Dathon"
4320
  );
4321
- return $array[mt_rand(0,count($array))];
4322
  }
4323
 
4324
  function wplc_enqueue_admin_styles_mrg(){
@@ -4381,7 +4379,7 @@ function wplc_auto_responder_activate_mrg(){
4381
 
4382
  $wplc_data['wplc_ar_from_name'] = get_bloginfo( 'name' );
4383
  $wplc_data['wplc_ar_from_email'] = get_bloginfo( 'admin_email' );
4384
- $wplc_data['wplc_ar_subject'] = __("Thank you for inquiry. We will get back to you shortly", "wplivechat" );
4385
  $wplc_data['wplc_ar_body'] = "
4386
  <p>Hi {wplc-user-name}</p>
4387
  <p>Thank you for getting in touch with us.</p>
@@ -4611,7 +4609,7 @@ add_filter("wplc_pro_agent_list_before_button_filter", "wplc_mrg_agent_list_edit
4611
  * @return string (html)
4612
  */
4613
  function wplc_mrg_agent_list_edit_profile_link_span($content, $user){
4614
- $content .= "<small style='height:30px'><a href='".admin_url('user-edit.php?user_id=') . $user->ID . "#wplc-user-fields'>" . __("Edit Profile", "wplivechat") . "</a></small>";
4615
  return $content;
4616
  }
4617
 
@@ -4622,7 +4620,7 @@ add_filter("wplc_filter_live_chat_box_above_main_div","wplc_mrg_drag_and_drop_di
4622
  * @return string (html)
4623
  */
4624
  function wplc_mrg_drag_and_drop_div_frontend($ret_msg) {
4625
- $ret_msg .= '<div id="chat_drag_zone" style="display:none;"><div id="chat_drag_zone_inner"><span>' . __("Drag Files Here", "wplivechat") . '</span></div></div>';
4626
  return $ret_msg;
4627
  }
4628
 
@@ -4644,10 +4642,10 @@ if ( isset( $_GET['page'] ) && $_GET['page'] === 'wplivechat-menu' ) {
4644
  'wplc-user-voice-notes-audio-wave-surfer'
4645
  ), '', true );
4646
  wp_localize_script( 'wplc-user-voice-notes', 'wplc_visitor_voice', array(
4647
- 'plugin_url' => __( plugins_url( '/js/', __FILE__ ), 'wplivechat' ),
4648
- 'str_delete' => __( 'Delete', 'wplivechat' ),
4649
- 'str_save' => __( 'Send...', 'wplivechat' ),
4650
- 'play_sound' => __( 'Play voice note', 'wplivechat' ),
4651
  'ajax_url' => admin_url( 'admin-ajax.php' )
4652
  ) );
4653
  wp_enqueue_script( 'wplc-user-voice-notes' );
@@ -4689,10 +4687,10 @@ if ( ! function_exists( 'wplc_voice_notes_front_scripts' ) ) {
4689
  'wplc-user-voice-notes-audio-wave-surfer'
4690
  ), '', true );
4691
  wp_localize_script( 'wplc-visitor-voice-notes', 'wplc_visitor_voice', array(
4692
- 'plugin_url' => __( plugins_url( '/js/', __FILE__ ), 'wplivechat' ),
4693
- 'str_delete' => __( 'Delete', 'wplivechat' ),
4694
- 'str_save' => __( 'Save...', 'wplivechat' ),
4695
- 'play_sound' => __( 'Play voice note', 'wplivechat' ),
4696
  'ajax_url' => admin_url( 'admin-ajax.php' )
4697
  ) );
4698
  wp_enqueue_script( 'wplc-visitor-voice-notes' );
@@ -4703,46 +4701,6 @@ if ( ! function_exists( 'wplc_voice_notes_front_scripts' ) ) {
4703
  }
4704
  }
4705
 
4706
-
4707
- /*
4708
- * Save voice notes audio files via Ajax
4709
- */
4710
- if ( ! function_exists( 'wplc_save_voice_notes_ajax' ) ) {
4711
- add_action( 'wp_ajax_nopriv_wplc_save_voice_notes', 'wplc_save_voice_notes_ajax' );
4712
- add_action( 'wp_ajax_wplc_save_voice_notes', 'wplc_save_voice_notes_ajax' );
4713
-
4714
- function wplc_save_voice_notes_ajax() {
4715
- if((wplc_ic_check_if_user_is_agent() === "not_user_agent" && isset($_SESSION['wplc_session_chat_session_id'])) ||(wplc_ic_check_if_user_is_agent() !== "not_user_agent")) {
4716
-
4717
- if ( isset( $_FILES['file'] ) and ! $_FILES['file']['error'] ) {
4718
- $upload_dir = wp_upload_dir();
4719
- $base_dirname = $upload_dir['basedir'] . '/wp_live_chat/';
4720
- $base_url = $upload_dir['baseurl'] . '/wp_live_chat/';
4721
-
4722
- if ( ! file_exists( $base_dirname ) ) {
4723
- @mkdir( $base_dirname );
4724
- }
4725
-
4726
- $fname = preg_replace('/[^A-Za-z0-9 _ .-]/', '', $_FILES['file']['name']);
4727
- $fname = time().str_replace(" ", "_", $fname);
4728
-
4729
- if ( file_exists($base_dirname .$fname)) {
4730
- $fname = rand( 0, 200 ) . "-" . $fname;
4731
- }
4732
-
4733
- if ( move_uploaded_file( $_FILES['file']['tmp_name'], $base_dirname . $fname . '.wav')) {
4734
- echo $base_url . $fname . '.wav';
4735
- } else {
4736
- echo 0;
4737
- }
4738
- }
4739
- }
4740
-
4741
- die();
4742
-
4743
- }
4744
- }
4745
-
4746
  /**
4747
  * Checks if the file contains an extension which is allowed safe
4748
  */
@@ -4802,6 +4760,14 @@ function wplc_register_common_node() {
4802
  $wplc_settings = wplc_get_options();
4803
  wp_register_script('wplc-admin-js-agent-common', WPLC_PLUGIN_URL.'/js/wplc_common_node.js', null, WPLC_PLUGIN_VERSION, false);
4804
  $current_user=wp_get_current_user();
 
 
 
 
 
 
 
 
4805
  $node_config=array(
4806
  'baseurl'=>WPLC_PLUGIN_URL,
4807
  'serverurl'=>WPLC_CHAT_SERVER,
@@ -4811,8 +4777,13 @@ function wplc_register_common_node() {
4811
  'current_wpuserid'=>$current_user->ID,
4812
  'allowed_upload_extensions'=>$wplc_allowed_extensions,
4813
  'wplc_use_node_server'=>$wplc_settings['wplc_use_node_server'],
4814
- 'wplc_localized_string_is_typing_single'=>' '.__("is typing...","wplivechat"),
4815
- 'wplc_user_default_visitor_name' => $wplc_settings['wplc_user_default_visitor_name']
 
 
 
 
 
4816
  );
4817
  wp_localize_script( 'wplc-admin-js-agent-common', 'config', $node_config );
4818
  wp_enqueue_script('wplc-admin-js-agent-common');
@@ -4826,7 +4797,7 @@ function wplc_fetch_feed(){
4826
  $response_code = wp_remote_retrieve_response_code($response);
4827
 
4828
  if ( is_wp_error( $response ) || !is_array( $response ) || $response_code !== 200 ) {
4829
- _e("An error has occured while fetching the news feed.","wplivechat");
4830
  } else {
4831
  echo $response['body'];
4832
  }
@@ -4923,7 +4894,7 @@ function wplc_get_messagetone_url_from_config() {
4923
  }
4924
 
4925
  function wplc_sounds_get_array($path) {
4926
- $wplc_ringtones = array('' => __("Default","wplivechat"));
4927
  $files = scandir($path);
4928
  foreach ($files as $value) {
4929
  if (empty($value) || is_dir($path.$value)) {
@@ -5226,11 +5197,11 @@ function wplc_ajax_generate_new_tokens() {
5226
  }
5227
 
5228
  if($error === true){
5229
- _e("You do not have permission to perform this action","wplivechat");
5230
  }
5231
 
5232
  }else {
5233
- _e("You do not have permission to perform this action","wplivechat");
5234
  }
5235
  wp_die();
5236
  }
414
  if (intval($result->status) == 2) {
415
  $url_params = "&action=ac&cid=".$result->id.$aid;
416
  $url = admin_url( 'admin.php?page=wplivechat-menu'.$url_params);
417
+ $actions = "<a href=\"".$url."\" class=\"wplc_open_chat button button-primary\" window-title=\"WP_Live_Chat_".$result->id."\">". apply_filters("wplc_accept_chat_button_filter", __("Accept Chat",'wp-live-chat-support'), $result->id)."</a>";
418
  }
419
  else if (intval($result->status) == 3 || intval($result->status) == 10) {
420
  $url_params = "&action=ac&cid=".$result->id.$aid;
421
  $url = admin_url( 'admin.php?page=wplivechat-menu'.$url_params);
422
  if ( !isset( $result->agent_id ) || $wplc_current_user == $result->agent_id ) { //Added backwards compat checks
423
+ $actions = "<a href=\"".$url."\" class=\"wplc_open_chat button button-primary\" window-title=\"WP_Live_Chat_".$result->id."\">".__("Open Chat",'wp-live-chat-support')."</a>";
424
  } else {
425
+ $actions = "<span class=\"wplc-chat-in-progress\">" . __( "In progress with another agent", 'wp-live-chat-support') . "</span>";
426
  }
427
  }
428
  else if (intval($result->status) == 2) {
429
  $url_params = "&action=ac&cid=".$result->id.$aid;
430
  $url = admin_url( 'admin.php?page=wplivechat-menu'.$url_params);
431
+ $actions = "<a href=\"".$url."\" class=\"wplc_open_chat button button-primary\" window-title=\"WP_Live_Chat_".$result->id."\">".__("Accept Chat",'wp-live-chat-support')."</a>";
432
  }
433
  else if (intval($result->status) == 12 ) {
434
  $url_params = "&action=ac&cid=".$result->id.$aid;
435
  $url = admin_url( 'admin.php?page=wplivechat-menu'.$url_params);
436
+ $actions = "<a href=\"".$url."\" class=\"wplc_open_chat button button-primary\" window-title=\"WP_Live_Chat_".$result->id."\">".__("Open Chat",'wp-live-chat-support')."</a>";
437
  }
438
  } else {
439
+ $actions = "<a href='#'>".__( 'Only chat agents can accept chats', 'wp-live-chat-support')."</a>";
440
  }
441
  return $actions;
442
  }
500
  $data_array[$result->id]['timestamp'] = wplc_time_ago($result->timestamp);
501
 
502
  if ((current_time('timestamp') - strtotime($result->timestamp)) < 3600) {
503
+ $data_array[$result->id]['type'] = __("New",'wp-live-chat-support');
504
  } else {
505
+ $data_array[$result->id]['type'] = __("Returning",'wp-live-chat-support');
506
  }
507
 
508
  $data_array[$result->id]['image'] = "<img src=\"//www.gravatar.com/avatar/".md5($result->email)."?s=30&d=mm\" class='wplc-user-message-avatar' />";
515
  $data_array[$result->id]['data']['browsing_nice_url'] = $path;
516
  }
517
 
518
+ $data_array[$result->id]['data']['browser'] = "<img src='" . WPLC_PLUGIN_URL . "images/$browser_image' alt='$browser' title='$browser' /> ";
519
  $data_array[$result->id]['data']['ip'] = '';
520
  $data_array[$result->id]['other'] = $other_data;
521
  }
593
  if (isset($wplc_settings['wplc_user_no_answer'])) {
594
  $string = stripslashes($wplc_settings['wplc_user_no_answer']);
595
  } else {
596
+ $string = __("No agent was able to answer your chat request. Please try again.",'wp-live-chat-support');
597
  }
598
  $string = apply_filters("wplc_filter_no_answer_string",$string,$cid);
599
  return "<span class='wplc-system-notification wplc_no_answer wplc-color-4'><center>".$string."</center></span>";
607
  * @return string
608
  */
609
  function wplc_filter_control_no_answer_string($string,$cid) {
610
+ $string = $string. " <br /><button class='wplc_retry_chat wplc-color-bg-1 wplc-color-2' cid='".$cid."'>".__("End Chat",'wp-live-chat-support')."</button>"; // Request new chat
611
  return $string;
612
  }
613
 
746
  if (is_array($msg_array)) {
747
  $msg = $msg_array['m'];
748
  }
 
749
  }
750
 
751
  if ($transcript) {
757
  $msg = str_replace(':vid', '', $msg);
758
  $msg = str_replace('link:', '', $msg);
759
  $msg = str_replace(':link', '', $msg);
760
+ $msg = htmlentities($msg);
761
  }
762
 
763
  if (isset($result->afrom) && intval($result->afrom)>0) {
797
  $msg_array[$id]['other'] = $other_data;
798
  } else {
799
  /* this is a system notification */
800
+ if (is_serialized($msg)) {
801
+ $tmp_array = maybe_unserialize($msg);
802
+ if (is_array($tmp_array)) {
803
+ $msg = $tmp_array['m'];
 
 
804
  }
805
+ }
806
+ $str = "<span class='chat_time wplc-color-4'>".$nice_time."</span> <span class='wplc-system-notification wplc-color-4'>".htmlentities($msg)."</span>";
807
 
808
+ if ($transcript) {
809
+ $str = "<span class='wplc-system-notification wplc-color-4'>".htmlentities($msg)."</span><br />";
810
+ }
811
 
812
+ if (!isset($msg_array[$id])) {
813
+ $msg_array[$id] = array();
814
+ }
815
 
816
+ $other_data['preformatted'] = true; // this tells html must not be escaped
817
+ $msg_array[$id]['msg'] = $str;
818
+ $msg_array[$id]['other'] = $other_data;
819
+ $msg_array[$id]['originates'] = $result->originates;
820
 
821
+ $msg_hist .= $str;
 
822
  }
823
  }
824
 
1018
 
1019
  function wplc_return_status($status) {
1020
  if ($status == 1) {
1021
+ return __("complete",'wp-live-chat-support');
1022
  }
1023
  if ($status == 2) {
1024
+ return __("pending", 'wp-live-chat-support');
1025
  }
1026
  if ($status == 3) {
1027
+ return __("active", 'wp-live-chat-support');
1028
  }
1029
  if ($status == 4) {
1030
+ return __("deleted", 'wp-live-chat-support');
1031
  }
1032
  if ($status == 5) {
1033
+ return __("browsing", 'wp-live-chat-support');
1034
  }
1035
  if ($status == 6) {
1036
+ return __("requesting chat", 'wp-live-chat-support');
1037
  }
1038
  if($status == 8){
1039
+ return __("Chat Ended - User still browsing", 'wp-live-chat-support');
1040
  }
1041
  if($status == 9){
1042
+ return __("User is browsing but doesn't want to chat", 'wp-live-chat-support');
1043
  }
1044
 
1045
  }
1178
  * @return void
1179
  */
1180
  function wplc_send_offline_msg($name,$email,$msg,$cid) {
1181
+ $subject = apply_filters("wplc_offline_message_subject_filter", __("WP Live Chat by 3CX - Offline Message from ", 'wp-live-chat-support') );
1182
+ $msg = __("Name", 'wp-live-chat-support').": $name \n".
1183
+ __("Email", 'wp-live-chat-support').": $email\n".
1184
+ __("Message", 'wp-live-chat-support').": $msg\n\n".
1185
+ __("Via WP Live Chat by 3CX", 'wp-live-chat-support');
1186
  wplcmail($email,$name, $subject, $msg);
1187
  return;
1188
  }
1481
  $delete_sql = $wpdb->prepare($delete_sql, $cid);
1482
  $wpdb->query($delete_sql);
1483
  if ($wpdb->last_error) {
1484
+ echo "<div class='update-nag' style='margin-top: 0px;margin-bottom: 5px;'>".__("Error: Could not delete chat", 'wp-live-chat-support')."<br></div>";
1485
  } else {
1486
+ echo "<div class='update-nag' style='margin-top: 0px;margin-bottom: 5px;border-color:#67d552;'>".__("Chat Deleted", 'wp-live-chat-support')."<br></div>";
1487
  }
1488
  }else {
1489
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
1490
  }
1491
 
1492
 
1493
  } else {
1494
  //Prompt
1495
+ echo "<div class='update-nag' style='margin-top: 0px;margin-bottom: 5px;'>".__("Are you sure you would like to delete this chat?", 'wp-live-chat-support')."<br>
1496
+ <a class='button' href='?page=wplivechat-menu-missed-chats&wplc_action=remove_missed_cid&cid=".$cid."&wplc_confirm=1&nonce=".$delete_missed_chats_nonce."'>".__("Yes", 'wp-live-chat-support')."</a> <a class='button' href='?page=wplivechat-menu-missed-chats'>".__("No", 'wp-live-chat-support')."</a>
1497
  </div>";
1498
  }
1499
  }
1502
  echo "<table class=\"wp-list-table widefat fixed \" cellspacing=\"0\">
1503
  <thead>
1504
  <tr>
1505
+ <th class='manage-column column-id'><span>" . __("Date", 'wp-live-chat-support') . "</span></th>
1506
+ <th scope='col' id='wplc_name_colum' class='manage-column column-id'><span>" . __("Name", 'wp-live-chat-support') . "</span></th>
1507
+ <th scope='col' id='wplc_email_colum' class='manage-column column-id'>" . __("Email", 'wp-live-chat-support') . "</th>
1508
+ <th scope='col' id='wplc_url_colum' class='manage-column column-id'>" . __("URL", 'wp-live-chat-support') . "</th>
1509
+ <th scope='col' id='wplc_url_colum' class='manage-column column-id'>" . __("Action", 'wp-live-chat-support') . "</th>
1510
  </tr>
1511
  </thead>
1512
  <tbody id=\"the-list\" class='list:wp_list_text_link'>";
1520
  $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wplc_tblname_chats WHERE `status` = 0 ORDER BY `timestamp` DESC LIMIT %d OFFSET %d", $limit, $offset));
1521
 
1522
  if (!$results) {
1523
+ echo "<tr><td></td><td>" . __("You have not missed any chat requests.", 'wp-live-chat-support') . "</td></tr>";
1524
  } else {
1525
  foreach ($results as $result) {
1526
  $hist_nonce = wp_create_nonce('wplc_history_nonce');
1527
  $url = admin_url('admin.php?page=wplivechat-menu&action=history&cid=' . $result->id . "&wplc_history_nonce=" . $hist_nonce);
1528
  $url2 = admin_url('admin.php?page=wplivechat-menu&action=download_history&type=csv&cid=' . $result->id . "&wplc_history_nonce=" . $hist_nonce);
1529
  $url3 = "?page=wplivechat-menu-missed-chats&wplc_action=remove_missed_cid&cid=" . $result->id;
1530
+ $actions = "<a href='$url' class='button' title='".__('View Chat History', 'wp-live-chat-support')."' target='_BLANK' id=''><i class='fa fa-eye'></i></a> <a href='$url2' class='button' title='".__('Download Chat History', 'wp-live-chat-support')."' target='_BLANK' id=''><i class='fa fa-download'></i></a> <a href='$url3' class='button'><i class='fa fa-trash-o'></i></a>";
1531
 
1532
  echo "<tr id=\"record_" . intval($result->id) . "\">";
1533
  echo "<td class='chat_id column-chat_d'>" . sanitize_text_field($result->timestamp) . "</td>";
1721
  function wplc_advanced_settings_above_performance_control($wplc_settings) {
1722
  echo "<tr>
1723
  <td width='350'>
1724
+ ".__("Open chat window via", 'wp-live-chat-support').":
1725
  </td>
1726
  <td>
1727
  <select name='wplc_elem_trigger_action'>
1728
+ <option value='0' ".($wplc_settings['wplc_elem_trigger_action'] == 0 ? "selected" : "").">".__("Click", 'wp-live-chat-support')."</option>
1729
+ <option value='1' ".($wplc_settings['wplc_elem_trigger_action'] == 1 ? "selected" : "").">".__("Hover", 'wp-live-chat-support')."</option>
1730
  </select>
1731
+ ".__("element with", 'wp-live-chat-support').":
1732
  <select name='wplc_elem_trigger_type'>
1733
+ <option value='0' ".($wplc_settings['wplc_elem_trigger_type'] == 0 ? "selected" : "").">".__("Class", 'wp-live-chat-support')."</option>
1734
+ <option value='1' ".($wplc_settings['wplc_elem_trigger_type'] == 1 ? "selected" : "").">".__("ID", 'wp-live-chat-support')."</option>
1735
  </select>
1736
  <input type='text' name='wplc_elem_trigger_id' value='".htmlentities($wplc_settings['wplc_elem_trigger_id'])."'>
1737
  </td>
2002
 
2003
  function wplc_mrg_create_macro_post_type() {
2004
  $labels = array(
2005
+ 'name' => __('Quick Responses', 'wp-live-chat-support'),
2006
+ 'singular_name' => __('Quick Response', 'wp-live-chat-support'),
2007
+ 'add_new' => __('New Quick Response', 'wp-live-chat-support'),
2008
+ 'add_new_item' => __('Add New Quick Response', 'wp-live-chat-support'),
2009
+ 'edit_item' => __('Edit Quick Response', 'wp-live-chat-support'),
2010
+ 'new_item' => __('New Quick Response', 'wp-live-chat-support'),
2011
+ 'all_items' => __('Quick Responses', 'wp-live-chat-support'),
2012
+ 'view_item' => __('View Quick Responses', 'wp-live-chat-support'),
2013
+ 'search_items' => __('Search Quick Responses', 'wp-live-chat-support'),
2014
+ 'not_found' => __('No Quick Responses found', 'wp-live-chat-support'),
2015
+ 'not_found_in_trash' => __('No Quick Responses found in the Trash', 'wp-live-chat-support'),
2016
+ 'menu_name' => __('Quick Responses', 'wp-live-chat-support')
2017
  );
2018
  $args = array(
2019
  'labels' => $labels,
2020
+ 'description' => __('Quick Responses for WP Live Chat by 3CX', 'wp-live-chat-support'),
2021
  'public' => false,
2022
  'menu_position' => 80,
2023
  'show_in_nav_menus' => true,
2051
 
2052
  add_action( 'add_meta_boxes', 'wplc_add_quick_response_metaboxes_mrg' );
2053
  function wplc_add_quick_response_metaboxes_mrg() {
2054
+ add_meta_box( 'wplc_quick_response_number', __( 'Sort Order', 'wp-live-chat-support'), 'wplc_quick_response_number_cb_mrg', 'wplc_quick_response', 'side', 'default' );
2055
  }
2056
 
2057
  function wplc_quick_response_number_cb_mrg() {
2087
  function wplc_quick_response_number_column_mrg( $columns ) {
2088
  $columns = array(
2089
  'cb' => '<input type="number" />',
2090
+ 'title' => __( 'Title', 'wp-live-chat-support'),
2091
+ 'number' => __( 'Order', 'wp-live-chat-support'),
2092
+ 'author' => __( 'Author', 'wp-live-chat-support'),
2093
+ 'date' => __( 'Date', 'wp-live-chat-support'),
2094
  );
2095
 
2096
  return $columns;
2132
  $wplc_quick_response_order_by = isset( $wplc_settings['wplc_quick_response_orderby'] ) ? sanitize_text_field( $wplc_settings['wplc_quick_response_orderby'] ) : 'title';
2133
  $wplc_quick_response_order = isset( $wplc_settings['wplc_quick_response_order'] ) ? sanitize_text_field( $wplc_settings['wplc_quick_response_order'] ) : 'DESC';
2134
  echo "<div class='admin_chat_quick_controls'>";
2135
+ echo " <p style=\"text-align:left; font-size:11px;\">".__("Press ENTER to send your message",'wp-live-chat-support')."</p>";
2136
  echo "<div class='wplc_on_premise_chat_quick_response'";
2137
  echo wplc_return_macros_mrg( 0, $wplc_quick_response_order_by, $wplc_quick_response_order );
2138
  echo " </div>";
2171
 
2172
  $msg = "<table><tr>";
2173
  if ($firsttd == 0) {
2174
+ $msg .= " <td>" . __("Assign Quick Response", 'wp-live-chat-support') . "</td>";
2175
  }
2176
  $msg .= " <td>";
2177
  if ($firsttd == 1) {
2178
+ $msg .= __("Assign Quick Response", 'wp-live-chat-support');
2179
  }
2180
  $msg .= " <select name='wplc_macros_select' class='wplc_macros_select'>";
2181
+ $msg .= " <option value='0'>" . __("Select", 'wp-live-chat-support') . "</option>";
2182
 
2183
  foreach ($posts_array as $post) {
2184
 
2185
  $msg .= " <option value='" . $post->ID . "'>" . esc_html($post->post_title) . "</option>";
2186
  }
2187
+ $msg .= " </select> <small><a href='https://www.3cx.com/wp-live-chat/docs/quick-responses/' title='What are quick responses?' target='_BLANK'>" . __("What is this?", 'wp-live-chat-support') . "</a></small>";
2188
  $msg .= " </td>";
2189
  $msg .= "</tr></table>";
2190
  return $msg;
2226
  function wplc_mrg_notify_via_email($data) {
2227
  $wplc_settings = wplc_get_options();
2228
  if ($wplc_settings['wplc_pro_chat_notification']) {
2229
+ $subject = sprintf( __( 'Incoming chat from %s (%s) on %s', 'wp-live-chat-support'),
2230
  $data['name'],
2231
  $data['email'],
2232
  get_option('blogname')
2233
  );
2234
 
2235
+ $msg=sprintf( __( '%s (%s) wants to chat with you.', 'wp-live-chat-support'),
2236
  $data['name'],
2237
  $data['email']
2238
  ).'<br/><br/>';
2239
 
2240
+ $msg.=sprintf( __('Log in: %s', 'wp-live-chat-support'),
2241
  wp_login_url()
2242
  );
2243
  wplcmail(wplc_determine_admin_email($wplc_settings), "WP Live Chat by 3CX", $subject, $msg);
2564
  wp_enqueue_script('wplc-choose-script');
2565
 
2566
  $wpc_admin_js_strings = array(
2567
+ 'accepting_status' => __('Status (Online)', 'wp-live-chat-support'),
2568
+ 'accepting_chats' => __('Online', 'wp-live-chat-support'),
2569
+ 'not_accepting_chats' => __('Offline', 'wp-live-chat-support'),
2570
+ 'not_accepting_status' => __('Status (Offline)', 'wp-live-chat-support')
2571
  );
2572
  wp_localize_script('wplc-choose-script', 'wplc_choose_admin_strings', $wpc_admin_js_strings);
2573
 
2578
  wp_localize_script('wplc-choose-script', 'wplc_choose_accept_chats', array('value'=>true));
2579
  } else {
2580
  wp_localize_script('wplc-choose-script', 'wplc_choose_accept_chats', array('value'=>false));
2581
+ $offline_string = "<p><span class='offline-status'>".__("You have set your status to offline. To view visitors and accept chats please set your status to online using the switch above.",'wp-live-chat-support')."</span></p>";
2582
  $quote_string = "<p><span class='offline-quote'>".wplc_random_quote_mrg()."</span></p>";
2583
  wp_localize_script('wplc-choose-script', 'wplc_localized_offline_string', $offline_string);
2584
  wp_localize_script('wplc-choose-script', 'wplc_localized_quote_string', $quote_string);
2648
  $tab_array[9] = array(
2649
  "href" => "#tabs-9",
2650
  "icon" => 'fa fa-lock',
2651
+ "label" => __("Encryption",'wp-live-chat-support')
2652
  );
2653
 
2654
  $tab_array['business-hours'] = array(
2655
  'href' => '#wplc-business-hours',
2656
  'icon' => 'fa fa-clock-o',
2657
+ 'label' => __("Business Hours", 'wp-live-chat-support')
2658
  );
2659
 
2660
  return $tab_array;
2856
  $url = admin_url( 'admin.php?page=wplivechat-menu&action=rc&cid='.$result->id.$aid);
2857
  $wplc_settings = wplc_get_options();
2858
  if ($wplc_settings['wplc_use_node_server'] && $wplc_settings['wplc_enable_initiate_chat']) {
2859
+ $actions = "<a href=\"".$url."\" class=\"wplc_open_chat button wplc_initiate_chat button-secondary\" window-title=\"WP_Live_Chat_".$result->id."\">".__("Initiate Chat",'wp-live-chat-support')."</a>";
2860
  }
2861
  }
2862
  return $actions;
3160
  <table class="form-table">
3161
  <tr>
3162
  <th>
3163
+ <label for="wplc_ma_agent"><?php _e('Chat Agent', 'wp-live-chat-support'); ?></label>
3164
  </th>
3165
  <td>
3166
  <label for="wplc_ma_agent">
3167
  <input name="wplc_ma_agent" type="checkbox" id="wplc_ma_agent" value="1" <?php if (sanitize_text_field( get_the_author_meta( 'wplc_ma_agent', $user->ID ) ) == "1") { echo "checked=\"checked\""; } ?>>
3168
+ <?php _e("Make this user a chat agent",'wp-live-chat-support'); ?></label>
3169
  </td>
3170
  </tr>
3171
  </table>
3176
  <table class="form-table">
3177
  <tr>
3178
  <th>
3179
+ <label for="wplc_ma_agent"><?php _e('Chat Agent', 'wp-live-chat-support'); ?></label>
3180
  </th>
3181
  <td>
3182
  <label for="wplc_ma_agent">
3183
  <input name="wplc_ma_agent" type="checkbox" id="wplc_ma_agent" value="1" <?php if (sanitize_text_field( get_the_author_meta( 'wplc_ma_agent', $user->ID ) ) == "1") { echo "checked=\"checked\""; } ?>>
3184
+ <?php _e("Make this user a chat agent",'wp-live-chat-support'); ?></label>
3185
  </td>
3186
  </tr>
3187
  </table>
3191
  <table class="form-table">
3192
  <tr>
3193
  <th>
3194
+ <label for="wplc_ma_agent"><?php _e('Chat Agent', 'wp-live-chat-support'); ?></label>
3195
  </th>
3196
  <td>
3197
  <?php
3198
+ echo "<p>".__("Your user role does not allow you to make yourself a chat agent.",'wp-live-chat-support')."</p>";
3199
+ echo "<p>".__("Please contact the administrator of this website to change this.", 'wp-live-chat-support')."</p>";
3200
  ?>
3201
  </td>
3202
  </tr>
3215
  add_action('wplc_hook_accept_chat','wplc_ma_hook_control_accept_chat',1,2);
3216
  function wplc_ma_hook_control_accept_chat($get_data,$aid) {
3217
  if (wplc_maa_check_if_chat_answered_by_other_agent(intval($get_data['cid']), intval($aid)) === true) {
3218
+ echo "<p>".__("This chat has already been answered by another agent.", 'wp-live-chat-support')."</p>";
3219
  exit();
3220
  if (function_exists("wplc_hook_control_accept_chat")) {
3221
  remove_action("wplc_hook_accept_chat","wplc_hook_control_accept_chat", 10, 2);
3457
  add_action("wplc_filter_chat_dahsboard_visitors_online_bottom","wplc_ma_filter_control_chat_dashboard_visitors_online_bottom",11);
3458
  function wplc_ma_filter_control_chat_dashboard_visitors_online_bottom($text) {
3459
  $text = " <span class='wplc_agents_online'>".wplc_maa_total_agents_online()."</span> ";
3460
+ $text .= __("Agent(s) online",'wp-live-chat-support');
3461
  return $text;
3462
  }
3463
  }
3511
  if ($agent_count>0) {
3512
  $circle_class = "wplc_green_circle";
3513
  if ($agent_count==1) {
3514
+ $chat_agents = __('Chat Agent Online', 'wp-live-chat-support');
3515
  } else {
3516
+ $chat_agents = __('Chat Agents Online', 'wp-live-chat-support');
3517
  }
3518
  } else {
3519
  $circle_class = "wplc_red_circle";
3520
+ $chat_agents = __('Chat Agents Online', 'wp-live-chat-support');
3521
  }
3522
 
3523
  global $wp_admin_bar;
3625
  wp_localize_script('wplc-ma-js', 'wplc_ajaxurl', $wplc_ajax_url);
3626
 
3627
  $wpc_ma_js_strings = array(
3628
+ 'remove_agent' => __('Remove', 'wp-live-chat-support'),
3629
  'nonce' => wp_create_nonce("wplc"),
3630
  'user_id' => get_current_user_id(),
3631
+ 'typing_string' => __('Typing...', 'wp-live-chat-support')
3632
  );
3633
  wp_localize_script('wplc-ma-js', 'wplc_admin_strings', $wpc_ma_js_strings);
3634
  }
3998
 
3999
  add_filter('wplc_reporting_tabs', 'wplc_reporting_tabs_filter_experience_ratings_control_mrg', 10, 1);
4000
  function wplc_reporting_tabs_filter_experience_ratings_control_mrg($tabs_array){
4001
+ $tabs_array['ux_ratings'] = __("User Experience Ratings", 'wp-live-chat-support');
4002
  return $tabs_array;
4003
  }
4004
 
4005
 
4006
  add_filter('wplc_reporting_tab_content', 'wplc_reporting_tab_content_filter_experience_ratings_control_mrg', 10, 1);
4007
  function wplc_reporting_tab_content_filter_experience_ratings_control_mrg($tabs_array){
4008
+ $ratings = "<h3>".__("Agent Statistics", 'wp-live-chat-support')."</h3>";
4009
 
4010
  $user_array = get_users(array(
4011
  'meta_key' => 'wplc_ma_agent',
4048
  $ratings .= "<strong>" . $user->display_name . "</strong><br>";
4049
  $ratings .= "<small>" . $user->user_email . "</small><br>";
4050
  $ratings .= "<hr>";
4051
+ $ratings .= "<small><strong>".__("Satisfaction Rating", 'wp-live-chat-support').":</strong> " . (is_bool($rating_stats) && $rating_stats == false ? "--" : $rating_stats['percentage'] ). "%</small><br>";
4052
+ $ratings .= "<small><strong>".__("Rating Count", 'wp-live-chat-support').":</strong> " . (is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['total_ratings'])." (".__("Good",'wp-live-chat-support').": ".(is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['good_count']). " || ".__("Bad",'wp-live-chat-support').": ".(is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['bad_count']). ")</small>";
4053
  $ratings .= "</div>";
4054
  $ratings .= "</div>";
4055
 
4058
 
4059
  if(is_bool($rating_stats) && $rating_stats == false){
4060
  $ratings .= "<div style='width:90%;display: inline-block; min-height: 30px;'>";
4061
+ $ratings .= "<i>".__("No Ratings for this agent", 'wp-live-chat-support')."</i>";
4062
  $ratings .= "</div>";
4063
  }else{
4064
  $ratings_for_agent = $rating_stats[$user->ID];
4066
  $cid = $rate['cid'];
4067
  $date = substr($rate['time'], 0, strpos($rate['time'], ' '));
4068
  $ratings .= "<div style='width:70%;display: inline-block; min-height: 30px;'>";
4069
+ $ratings .= "<small style='display:inline-block; height: unset'>$date</small>" . " - <strong style='".(intval($rate['rating']) == 1 ? "color:#439134;": "color:#ac1d1d;")."'>".(intval($rate['rating']) == 1 ? __("Good", 'wp-live-chat-support') : __("Bad", 'wp-live-chat-support') )."</strong>";
4070
  $ratings .= " - <i style='width:auto;'>\"" . $rate['comment'] . "\"</i>";
4071
  $ratings .= "</div>";
4072
+ $ratings .= " <a style='float:right' class='button' href='?page=wplivechat-menu&action=history&cid=".$cid."&wplc_history_nonce=" . $hist_nonce . "' target='_blank'>" . __("View", 'wp-live-chat-support') . "</a>";
4073
 
4074
  }
4075
  }
4087
  $ratings .= "<strong>No Agent</strong><br>";
4088
  $ratings .= "<small>Reviewed before agent joined, or with multiple agents</small><br>";
4089
  $ratings .= "<hr>";
4090
+ $ratings .= "<small><strong>".__("Satisfaction Rating", 'wp-live-chat-support').":</strong> " . (is_bool($rating_stats) && $rating_stats == false ? "--" : $rating_stats['percentage'] ). "%</small><br>";
4091
+ $ratings .= "<small><strong>".__("Rating Count", 'wp-live-chat-support').":</strong> " . (is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['total_ratings'])." (".__("Good",'wp-live-chat-support').": ".(is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['good_count']). " || ".__("Bad",'wp-live-chat-support').": ".(is_bool($rating_stats) && $rating_stats == false ? "0" : $rating_stats['bad_count']). ")</small>";
4092
  $ratings .= "</div>";
4093
  $ratings .= "</div>";
4094
 
4098
 
4099
  if(is_bool($rating_stats) && $rating_stats == false){
4100
  $ratings .= "<div style='width:90%;display: inline-block; min-height: 30px;'>";
4101
+ $ratings .= "<i>".__("No Ratings for this agent", 'wp-live-chat-support')."</i>";
4102
  $ratings .= "</div>";
4103
  }else{
4104
  $ratings_for_agent = $rating_stats[0];
4107
  $date = substr($rate['time'], 0, strpos($rate['time'], ' '));
4108
 
4109
  $ratings .= "<div style='width:70%;display: inline-block; min-height: 30px;'>";
4110
+ $ratings .= "<small style='display:inline-block; height: unset'>$date</small>" . " - <strong style='".(intval($rate['rating']) == 1 ? "color:#439134;": "color:#ac1d1d;")."'>".(intval($rate['rating']) == 1 ? __("Good", 'wp-live-chat-support') : __("Bad", 'wp-live-chat-support') )."</strong>";
4111
  $ratings .= " - <i style='width:auto;'>\"" . $rate['comment'] . "\"</i>";
4112
  $ratings .= "</div>";
4113
+ $ratings .= " <a style='float:right' class='button' href='?page=wplivechat-menu&action=history&cid=".$cid."&wplc_history_nonce=" . $hist_nonce . "' target='_blank'>" . __("View", 'wp-live-chat-support') . "</a>";
4114
 
4115
  }
4116
  }
4215
  foreach( $results as $result ){
4216
  $ip_data = maybe_unserialize( $result->ip );
4217
  $popular_chat_agent[] = $result->agent_id;
4218
+ $popular_user_agent[] = isset($ip_data['user_agent']) ? $ip_data['user_agent'] : __("Unknown", 'wp-live-chat-support');
4219
  $chats_on_days[] = date('Y-m-d', strtotime( $result->timestamp ) );
4220
  $popular_url[] = $result->url;
4221
  }
4288
  function wplc_hook_control_advanced_settings_settings() {
4289
  $wplc_settings = wplc_get_options();
4290
  echo "<tr>";
4291
+ echo " <td>".__("Enable Manual Chat Initiation:",'wp-live-chat-support')." <i class=\"fa fa-question-circle wplc_light_grey wplc_settings_tooltip\" title=\"".__("Enabling this feature will allow agents to start a chat with website visitors. This feature increases server load while enabled.",'wp-live-chat-support')."\"></i></td>";
4292
  if ($wplc_settings['wplc_use_node_server']) {
4293
  echo " <td><input type='checkbox' name='wplc_enable_initiate_chat' value='1'".($wplc_settings['wplc_enable_initiate_chat'] ? ' checked' : '')."/></td>";
4294
  } else {
4316
  14 => "&ldquo;The golden rule for every business man is this: Put yourself in your customer's place.&rdquo; &ndash; Orison Swett Marden",
4317
  15 => "&ldquo;Darmok and Jalad at Tanagra.&rdquo; &ndash; Captain Dathon"
4318
  );
4319
+ return $array[mt_rand(0,count($array)-1)];
4320
  }
4321
 
4322
  function wplc_enqueue_admin_styles_mrg(){
4379
 
4380
  $wplc_data['wplc_ar_from_name'] = get_bloginfo( 'name' );
4381
  $wplc_data['wplc_ar_from_email'] = get_bloginfo( 'admin_email' );
4382
+ $wplc_data['wplc_ar_subject'] = __("Thank you for inquiry. We will get back to you shortly", 'wp-live-chat-support');
4383
  $wplc_data['wplc_ar_body'] = "
4384
  <p>Hi {wplc-user-name}</p>
4385
  <p>Thank you for getting in touch with us.</p>
4609
  * @return string (html)
4610
  */
4611
  function wplc_mrg_agent_list_edit_profile_link_span($content, $user){
4612
+ $content .= "<small style='height:30px'><a href='".admin_url('user-edit.php?user_id=') . $user->ID . "#wplc-user-fields'>" . __("Edit Profile", 'wp-live-chat-support') . "</a></small>";
4613
  return $content;
4614
  }
4615
 
4620
  * @return string (html)
4621
  */
4622
  function wplc_mrg_drag_and_drop_div_frontend($ret_msg) {
4623
+ $ret_msg .= '<div id="chat_drag_zone" style="display:none;"><div id="chat_drag_zone_inner"><span>' . __("Drag Files Here", 'wp-live-chat-support') . '</span></div></div>';
4624
  return $ret_msg;
4625
  }
4626
 
4642
  'wplc-user-voice-notes-audio-wave-surfer'
4643
  ), '', true );
4644
  wp_localize_script( 'wplc-user-voice-notes', 'wplc_visitor_voice', array(
4645
+ 'plugin_url' => __( plugins_url( '/js/', __FILE__ ), 'wp-live-chat-support'),
4646
+ 'str_delete' => __( 'Delete', 'wp-live-chat-support'),
4647
+ 'str_save' => __( 'Send...', 'wp-live-chat-support'),
4648
+ 'play_sound' => __( 'Play voice note', 'wp-live-chat-support'),
4649
  'ajax_url' => admin_url( 'admin-ajax.php' )
4650
  ) );
4651
  wp_enqueue_script( 'wplc-user-voice-notes' );
4687
  'wplc-user-voice-notes-audio-wave-surfer'
4688
  ), '', true );
4689
  wp_localize_script( 'wplc-visitor-voice-notes', 'wplc_visitor_voice', array(
4690
+ 'plugin_url' => __( plugins_url( '/js/', __FILE__ ), 'wp-live-chat-support'),
4691
+ 'str_delete' => __( 'Delete', 'wp-live-chat-support'),
4692
+ 'str_save' => __( 'Save...', 'wp-live-chat-support'),
4693
+ 'play_sound' => __( 'Play voice note', 'wp-live-chat-support'),
4694
  'ajax_url' => admin_url( 'admin-ajax.php' )
4695
  ) );
4696
  wp_enqueue_script( 'wplc-visitor-voice-notes' );
4701
  }
4702
  }
4703
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4704
  /**
4705
  * Checks if the file contains an extension which is allowed safe
4706
  */
4760
  $wplc_settings = wplc_get_options();
4761
  wp_register_script('wplc-admin-js-agent-common', WPLC_PLUGIN_URL.'/js/wplc_common_node.js', null, WPLC_PLUGIN_VERSION, false);
4762
  $current_user=wp_get_current_user();
4763
+ $date_days=array();
4764
+ for($i=0;$i<7;$i++) {
4765
+ $date_days[] = ucfirst(date_i18n('l', gmmktime(12,0,0,1,2+$i,2000))); // 2000-01-02 is sunday
4766
+ }
4767
+ $date_months=array();
4768
+ for($i=0;$i<12;$i++) {
4769
+ $date_months[] = date_i18n('F', gmmktime(12,0,0,1+$i,10,2000));
4770
+ }
4771
  $node_config=array(
4772
  'baseurl'=>WPLC_PLUGIN_URL,
4773
  'serverurl'=>WPLC_CHAT_SERVER,
4777
  'current_wpuserid'=>$current_user->ID,
4778
  'allowed_upload_extensions'=>$wplc_allowed_extensions,
4779
  'wplc_use_node_server'=>$wplc_settings['wplc_use_node_server'],
4780
+ 'wplc_localized_string_is_typing_single'=>' '.__("is typing...",'wp-live-chat-support'),
4781
+ 'wplc_user_default_visitor_name' => $wplc_settings['wplc_user_default_visitor_name'],
4782
+ 'wplc_text_no_visitors' => __("There are no visitors on your site at the moment",'wp-live-chat-support'),
4783
+ 'wplc_text_connection_lost' => __("Connection to the server lost, reconnecting...",'wp-live-chat-support'),
4784
+ 'wplc_text_not_accepting_chats' => __("Agent offline - not accepting chats", 'wp-live-chat-support'),
4785
+ 'date_days' => $date_days,
4786
+ 'date_months' => $date_months,
4787
  );
4788
  wp_localize_script( 'wplc-admin-js-agent-common', 'config', $node_config );
4789
  wp_enqueue_script('wplc-admin-js-agent-common');
4797
  $response_code = wp_remote_retrieve_response_code($response);
4798
 
4799
  if ( is_wp_error( $response ) || !is_array( $response ) || $response_code !== 200 ) {
4800
+ _e("An error has occured while fetching the news feed.",'wp-live-chat-support');
4801
  } else {
4802
  echo $response['body'];
4803
  }
4894
  }
4895
 
4896
  function wplc_sounds_get_array($path) {
4897
+ $wplc_ringtones = array('' => __("Default",'wp-live-chat-support'));
4898
  $files = scandir($path);
4899
  foreach ($files as $value) {
4900
  if (empty($value) || is_dir($path.$value)) {
5197
  }
5198
 
5199
  if($error === true){
5200
+ _e("You do not have permission to perform this action",'wp-live-chat-support');
5201
  }
5202
 
5203
  }else {
5204
+ _e("You do not have permission to perform this action",'wp-live-chat-support');
5205
  }
5206
  wp_die();
5207
  }
includes/blocks/wplc-chat-box/block.js CHANGED
@@ -11,7 +11,7 @@
11
  return this.replace(/\\(.)/mg, "$1");
12
  }
13
 
14
- var wplc_logo = ( wplc_settings.wplc_logo ) ? wplc_settings.wplc_logo : wplc_baseurl + '/images/wplc_loading.png';
15
  var wplc_text = ( wplc_settings.wplc_text ) ? wplc_settings.wplc_text : 'Live Chat';
16
  var wplc_icon = ( wplc_settings.wplc_icon ) ? wplc_settings.wplc_icon : 'fa-commenting-o';
17
  var classes = ( wplc_settings.wplc_enabled == 0 ) ? ' disabled' : '';
11
  return this.replace(/\\(.)/mg, "$1");
12
  }
13
 
14
+ var wplc_logo = ( wplc_settings.wplc_logo ) ? wplc_settings.wplc_logo : wplc_baseurl + 'images/wplc_loading.png';
15
  var wplc_text = ( wplc_settings.wplc_text ) ? wplc_settings.wplc_text : 'Live Chat';
16
  var wplc_icon = ( wplc_settings.wplc_icon ) ? wplc_settings.wplc_icon : 'fa-commenting-o';
17
  var classes = ( wplc_settings.wplc_enabled == 0 ) ? ' disabled' : '';
includes/blocks/wplc-chat-box/index.php CHANGED
@@ -27,7 +27,7 @@ function wplc_gutenberg_setting_tabs($tab_array) {
27
  $tab_array['gutenberg'] = array(
28
  'href' => '#tabs-gutenberg',
29
  'icon' => 'fa fa-commenting-o',
30
- 'label' => __('Gutenberg Blocks', 'wplivechat')
31
  );
32
  return $tab_array;
33
  }
@@ -38,7 +38,7 @@ function wplc_gutenberg_settings_content() {
38
  $gutenberg_enable = ( $gutenberg_settings['wplc_gutenberg_enable'] !== null ) ? $gutenberg_settings['wplc_gutenberg_enable'] : 1;
39
  $checked = ( @$gutenberg_enable == 1 ? 'checked' : '' );
40
  $gutenberg_size = ( $gutenberg_settings['wplc_gutenberg_size'] ) ? $gutenberg_settings['wplc_gutenberg_size'] : 2;
41
- $gutenberg_defail_logo = WPLC_PLUGIN_URL.'/images/wplc_loading.png';
42
  $gutenberg_logo = ( $gutenberg_settings['wplc_gutenberg_logo'] == '' ) ? esc_url($gutenberg_defail_logo) : $gutenberg_settings['wplc_gutenberg_logo'];
43
  $gutenberg_text = ( $gutenberg_settings['wplc_gutenberg_text'] ) ? sanitize_text_field($gutenberg_settings['wplc_gutenberg_text']) : 'Live Chat';
44
  $gutenberg_icon = ( $gutenberg_settings['wplc_gutenberg_icon'] ) ? esc_url($gutenberg_settings['wplc_gutenberg_icon']) : 'fa-commenting-o';
@@ -48,11 +48,11 @@ function wplc_gutenberg_settings_content() {
48
  ?>
49
 
50
  <div id="tabs-gutenberg">
51
- <h3><?php _e('Gutenberg Blocks', 'wplivechat') ?></h3>
52
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages'>
53
 
54
  <tr>
55
- <td width='300' valign='top'><?php _e('Enable Gutenberg Blocks', 'wplivechat') ?>:</td>
56
 
57
  <td>
58
  <input type="checkbox" id="activate_block" name="activate_block" <?php echo $checked ?>/>
@@ -60,7 +60,7 @@ function wplc_gutenberg_settings_content() {
60
  </tr>
61
 
62
  <tr>
63
- <td width='300' valign='top'><?php _e('Block size', 'wplivechat') ?>:</td>
64
  <td>
65
  <select id="wplc_gutenberg_size" name="wplc_gutenberg_size" value="1">
66
  <option <?php echo ($gutenberg_size == 1) ? 'selected' : ''; ?> value="1">Small</option>
@@ -71,7 +71,7 @@ function wplc_gutenberg_settings_content() {
71
  </tr>
72
 
73
  <tr>
74
- <td width='300' valign='top'><?php _e('Set block logo', 'wplivechat') ?>:</td>
75
 
76
  <td>
77
  <input type="button" id="wplc_gutenberg_upload_logo" class="button button-primary" value="Upload Logo"/>
@@ -82,7 +82,7 @@ function wplc_gutenberg_settings_content() {
82
  </tr>
83
 
84
  <tr>
85
- <td width='300' valign='top'><?php _e('Text in block', 'wplivechat') ?>:</td>
86
 
87
  <td>
88
  <input type="text" id="wplc_gutenberg_text" name="wplc_gutenberg_text" placeholder="Block text" value="<?php echo $gutenberg_text ?>"/>
@@ -90,13 +90,13 @@ function wplc_gutenberg_settings_content() {
90
  </tr>
91
 
92
  <tr>
93
- <td width='300' valign='top'><?php _e('Use icon', 'wplivechat') ?>:<td>
94
  <input type="checkbox" id="wplc_gutenberg_enable_icon" name="wplc_gutenberg_enable_icon" <?php echo $icon_checked; ?>/>
95
  </td>
96
  </tr>
97
 
98
  <tr>
99
- <td width='300' valign='top'><?php _e('Icon in block', 'wplivechat') ?>:</td>
100
 
101
  <td>
102
  <input type="text" id="wplc_gutenberg_icon" name="wplc_gutenberg_icon" placeholder="Block icon" value="<?php echo $gutenberg_icon ?>"/>
@@ -104,7 +104,7 @@ function wplc_gutenberg_settings_content() {
104
  </tr>
105
 
106
  <tr>
107
- <td width='300' valign='top'><?php _e("Preview block", "wplivechat") ?>:</td>
108
 
109
  <td>
110
  <div id="wplc-chat-box" class="wplc_gutenberg_preview"></div>
@@ -112,11 +112,11 @@ function wplc_gutenberg_settings_content() {
112
  </tr>
113
 
114
  <tr>
115
- <td width='300' valign='top'><?php _e('Custom HTML Template', 'wplivechat') ?>:
116
  <small><p><i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip"></i> You can use the following placeholders to add content dynamically:</p>
117
- <p><code class="wplc_code" title="Click to copy text">{wplc_logo}</code> - <?php _e('Displays the chosen logo', 'wplivechat'); ?></p>
118
- <p><code class="wplc_code" title="Click to copy text">{wplc_text}</code> - <?php _e('Displays the chosen custom text', 'wplivechat'); ?></p>
119
- <p><code class="wplc_code" title="Click to copy text">{wplc_icon}</code> - <?php _e('Displays the chosen icon', 'wplivechat'); ?></p></small>
120
  </td>
121
 
122
  <td>
@@ -161,7 +161,7 @@ function wplc_gutenberg_save_settings() {
161
  if (isset($_POST['wplc_gutenberg_logo']) && $_POST['wplc_gutenberg_logo'] !== '0') {
162
  $wplc_gutenberg_data['wplc_gutenberg_logo'] = esc_url($_POST['wplc_gutenberg_logo']);
163
  } else {
164
- $wplc_gutenberg_data['wplc_gutenberg_logo'] = WPLC_PLUGIN_URL.'/images/wplc_loading.png';
165
  }
166
 
167
  if (isset($_POST['wplc_gutenberg_size']) && $_POST['wplc_gutenberg_size'] !== '0') {
@@ -215,11 +215,11 @@ function wplc_chat_box_block_editor_assets() {
215
  );
216
 
217
  $gutenberg_logo = $gutenberg_settings['wplc_gutenberg_logo'];
218
- $settings['wplc_typing'] = __("Type here","wplivechat");
219
  $settings['wplc_enabled'] = $gutenberg_settings['wplc_gutenberg_enable'];
220
  $settings['wplc_size'] = ( $gutenberg_settings['wplc_gutenberg_size'] ? sanitize_text_field( $gutenberg_settings['wplc_gutenberg_size'] ) : 2 );
221
  $settings['wplc_logo'] = $gutenberg_logo;
222
- $settings['wplc_text'] = ( $gutenberg_settings['wplc_gutenberg_text'] ? sanitize_text_field( $gutenberg_settings['wplc_gutenberg_text'] ) : __( 'Live Chat', 'wplivechat' ) );
223
 
224
  $settings['wplc_icon'] = ( $gutenberg_settings['wplc_gutenberg_icon'] ? sanitize_text_field( $gutenberg_settings['wplc_gutenberg_icon'] ) : 'fa-commenting-o' );
225
  $settings['wplc_icon_enabled'] = $gutenberg_settings['wplc_gutenberg_enable_icon'];
27
  $tab_array['gutenberg'] = array(
28
  'href' => '#tabs-gutenberg',
29
  'icon' => 'fa fa-commenting-o',
30
+ 'label' => __('Gutenberg Blocks', 'wp-live-chat-support')
31
  );
32
  return $tab_array;
33
  }
38
  $gutenberg_enable = ( $gutenberg_settings['wplc_gutenberg_enable'] !== null ) ? $gutenberg_settings['wplc_gutenberg_enable'] : 1;
39
  $checked = ( @$gutenberg_enable == 1 ? 'checked' : '' );
40
  $gutenberg_size = ( $gutenberg_settings['wplc_gutenberg_size'] ) ? $gutenberg_settings['wplc_gutenberg_size'] : 2;
41
+ $gutenberg_defail_logo = WPLC_PLUGIN_URL.'images/wplc_loading.png';
42
  $gutenberg_logo = ( $gutenberg_settings['wplc_gutenberg_logo'] == '' ) ? esc_url($gutenberg_defail_logo) : $gutenberg_settings['wplc_gutenberg_logo'];
43
  $gutenberg_text = ( $gutenberg_settings['wplc_gutenberg_text'] ) ? sanitize_text_field($gutenberg_settings['wplc_gutenberg_text']) : 'Live Chat';
44
  $gutenberg_icon = ( $gutenberg_settings['wplc_gutenberg_icon'] ) ? esc_url($gutenberg_settings['wplc_gutenberg_icon']) : 'fa-commenting-o';
48
  ?>
49
 
50
  <div id="tabs-gutenberg">
51
+ <h3><?php _e('Gutenberg Blocks', 'wp-live-chat-support') ?></h3>
52
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages'>
53
 
54
  <tr>
55
+ <td width='300' valign='top'><?php _e('Enable Gutenberg Blocks', 'wp-live-chat-support') ?>:</td>
56
 
57
  <td>
58
  <input type="checkbox" id="activate_block" name="activate_block" <?php echo $checked ?>/>
60
  </tr>
61
 
62
  <tr>
63
+ <td width='300' valign='top'><?php _e('Block size', 'wp-live-chat-support') ?>:</td>
64
  <td>
65
  <select id="wplc_gutenberg_size" name="wplc_gutenberg_size" value="1">
66
  <option <?php echo ($gutenberg_size == 1) ? 'selected' : ''; ?> value="1">Small</option>
71
  </tr>
72
 
73
  <tr>
74
+ <td width='300' valign='top'><?php _e('Set block logo', 'wp-live-chat-support') ?>:</td>
75
 
76
  <td>
77
  <input type="button" id="wplc_gutenberg_upload_logo" class="button button-primary" value="Upload Logo"/>
82
  </tr>
83
 
84
  <tr>
85
+ <td width='300' valign='top'><?php _e('Text in block', 'wp-live-chat-support') ?>:</td>
86
 
87
  <td>
88
  <input type="text" id="wplc_gutenberg_text" name="wplc_gutenberg_text" placeholder="Block text" value="<?php echo $gutenberg_text ?>"/>
90
  </tr>
91
 
92
  <tr>
93
+ <td width='300' valign='top'><?php _e('Use icon', 'wp-live-chat-support') ?>:<td>
94
  <input type="checkbox" id="wplc_gutenberg_enable_icon" name="wplc_gutenberg_enable_icon" <?php echo $icon_checked; ?>/>
95
  </td>
96
  </tr>
97
 
98
  <tr>
99
+ <td width='300' valign='top'><?php _e('Icon in block', 'wp-live-chat-support') ?>:</td>
100
 
101
  <td>
102
  <input type="text" id="wplc_gutenberg_icon" name="wplc_gutenberg_icon" placeholder="Block icon" value="<?php echo $gutenberg_icon ?>"/>
104
  </tr>
105
 
106
  <tr>
107
+ <td width='300' valign='top'><?php _e("Preview block", 'wp-live-chat-support') ?>:</td>
108
 
109
  <td>
110
  <div id="wplc-chat-box" class="wplc_gutenberg_preview"></div>
112
  </tr>
113
 
114
  <tr>
115
+ <td width='300' valign='top'><?php _e('Custom HTML Template', 'wp-live-chat-support') ?>:
116
  <small><p><i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip"></i> You can use the following placeholders to add content dynamically:</p>
117
+ <p><code class="wplc_code" title="Click to copy text">{wplc_logo}</code> - <?php _e('Displays the chosen logo', 'wp-live-chat-support'); ?></p>
118
+ <p><code class="wplc_code" title="Click to copy text">{wplc_text}</code> - <?php _e('Displays the chosen custom text', 'wp-live-chat-support'); ?></p>
119
+ <p><code class="wplc_code" title="Click to copy text">{wplc_icon}</code> - <?php _e('Displays the chosen icon', 'wp-live-chat-support'); ?></p></small>
120
  </td>
121
 
122
  <td>
161
  if (isset($_POST['wplc_gutenberg_logo']) && $_POST['wplc_gutenberg_logo'] !== '0') {
162
  $wplc_gutenberg_data['wplc_gutenberg_logo'] = esc_url($_POST['wplc_gutenberg_logo']);
163
  } else {
164
+ $wplc_gutenberg_data['wplc_gutenberg_logo'] = WPLC_PLUGIN_URL.'images/wplc_loading.png';
165
  }
166
 
167
  if (isset($_POST['wplc_gutenberg_size']) && $_POST['wplc_gutenberg_size'] !== '0') {
215
  );
216
 
217
  $gutenberg_logo = $gutenberg_settings['wplc_gutenberg_logo'];
218
+ $settings['wplc_typing'] = __("Type here",'wp-live-chat-support');
219
  $settings['wplc_enabled'] = $gutenberg_settings['wplc_gutenberg_enable'];
220
  $settings['wplc_size'] = ( $gutenberg_settings['wplc_gutenberg_size'] ? sanitize_text_field( $gutenberg_settings['wplc_gutenberg_size'] ) : 2 );
221
  $settings['wplc_logo'] = $gutenberg_logo;
222
+ $settings['wplc_text'] = ( $gutenberg_settings['wplc_gutenberg_text'] ? sanitize_text_field( $gutenberg_settings['wplc_gutenberg_text'] ) : __( 'Live Chat', 'wp-live-chat-support') );
223
 
224
  $settings['wplc_icon'] = ( $gutenberg_settings['wplc_gutenberg_icon'] ? sanitize_text_field( $gutenberg_settings['wplc_gutenberg_icon'] ) : 'fa-commenting-o' );
225
  $settings['wplc_icon_enabled'] = $gutenberg_settings['wplc_gutenberg_enable_icon'];
includes/dashboard_page.php CHANGED
@@ -43,52 +43,52 @@ if ( ! defined( 'ABSPATH' ) ) {
43
  <div class="wplc_dashboard_row">
44
  <div class="wplc_panel_col wplc_col_12">
45
  <div class="wplc_panel">
46
- <div class="wplc_panel_heading"><i class="fa fa-tasks" aria-hidden="true"></i> <?php _e("Dashboard","wplivechat"); ?></div>
47
  <div class="wplc_material_panel">
48
  <div class="wplc_dashboard_activity">
49
- <h3><?php printf( __( 'Hi %s! Current activity: %s Active Visitor(s) and %s Active Agent(s).', 'wplivechat' ), $user->display_name, '<span id=\'totalVisitors\' class="wplc_dashboard_activity_numbers">...</span>', '<span class="wplc_dashboard_activity_numbers">'.wplc_maa_total_agents_online().'</span>'); ?></h3>
50
  </div>
51
  <div class="wplc_panel_col wplc_dashboard_buttons_outer">
52
  <div class="wplc_dashboard_button_item">
53
- <a href="<?php echo admin_url('admin.php?page=wplivechat-menu');?>"><i class="fa fa-comments" aria-hidden="true"></i> <?php _e("Chats","wplivechat"); ?></a>
54
- <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-missed-chats');?>"><i class="fa fa-user-times" aria-hidden="true"></i> <?php _e("Missed","wplivechat"); ?></a>
55
- <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-history');?>"><i class="fa fa-clock-o" aria-hidden="true"></i> <?php _e("History","wplivechat"); ?></a>
56
- <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-reporting');?>"><i class="fa fa-area-chart" aria-hidden="true"></i> <?php _e("Reports","wplivechat"); ?></a>
57
- <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-offline-messages');?>"><i class="fa fa-ellipsis-h" aria-hidden="true"></i> <?php _e("Offline Messages","wplivechat"); ?></a>
58
- <a href="<?php echo admin_url('edit.php?post_type=wplc_quick_response');?>"><i class="fa fa-paper-plane" aria-hidden="true"></i> <?php _e("Quick Responses","wplivechat"); ?></a>
59
- <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-at');?>"><i class="fa fa-code-fork" aria-hidden="true"></i> <?php _e("Tools","wplivechat"); ?></a>
60
- <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-settings');?>"><i class="fa fa-cog" aria-hidden="true"></i> <?php _e("Settings","wplivechat"); ?></a>
61
  </div>
62
  </div>
63
  <div class="wplc_panel_col wplc-center wplc-dashboard-stats">
64
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="wplc_dashboard_stats_table">
65
  <tbody>
66
  <tr>
67
- <th width="18%"><div class="wplc-dashboard-stats-title"><?php _e("Chats","wplivechat"); ?></div></th>
68
- <th width="19%" align="center"><div class="wplc-dashboard-stats-sub-title"><?php _e("Missed","wplivechat"); ?></div></th>
69
- <th width="19%" align="center"><div class="wplc-dashboard-stats-sub-title"><?php _e("Engaged","wplivechat"); ?></div></th>
70
- <th width="19%" align="center"><div class="wplc-dashboard-stats-sub-title"><?php _e("Total","wplivechat"); ?></div></th>
71
  </tr>
72
  <tr>
73
- <td height="20" align="right"><div class="wplc-dashboard-stats-side-title"><?php _e("Today","wplivechat"); ?></div></td>
74
  <td align="center"><?php echo $total_2day_missed_chat_count; ?></td>
75
  <td align="center"><?php echo $total_2day_chat_count; ?></td>
76
  <td align="center"><?php echo ($total_2day_chat_count+$total_2day_missed_chat_count); ?></td>
77
  </tr>
78
  <tr>
79
- <td align="right"><div class="wplc-dashboard-stats-side-title"><?php _e("Last 30 days","wplivechat"); ?></div></td>
80
  <td align="center"><?php echo $total_30day_missed_chat_count; ?></td>
81
  <td align="center"><?php echo $total_30day_chat_count; ?></td>
82
  <td align="center"><?php echo ($total_30day_missed_chat_count+$total_30day_chat_count); ?></td>
83
  </tr>
84
  <tr>
85
- <td align="right"><div class="wplc-dashboard-stats-side-title"><?php _e("Last 60 days","wplivechat"); ?></div></td>
86
  <td align="center"><?php echo $total_60day_missed_chat_count; ?></td>
87
  <td align="center"><?php echo $total_60day_chat_count; ?></td>
88
  <td align="center"><?php echo ($total_60day_missed_chat_count+$total_60day_chat_count); ?></td>
89
  </tr>
90
  <tr>
91
- <td align="right"><div class="wplc-dashboard-stats-side-title"><?php _e("Last 90 days","wplivechat"); ?></div></td>
92
  <td align="center"><?php echo $total_90day_missed_chat_count; ?></td>
93
  <td align="center"><?php echo $total_90day_chat_count; ?></td>
94
  <td align="center"><?php echo ($total_90day_chat_count+$total_90day_missed_chat_count); ?></td>
@@ -104,7 +104,7 @@ if ( ! defined( 'ABSPATH' ) ) {
104
  <div class="wplc_dashboard_row">
105
  <div class="wplc_panel_col wplc_col_12">
106
  <div class="wplc_panel">
107
- <div class="wplc_panel_heading"><i class="fa fa-newspaper-o" aria-hidden="true"></i> <?php _e("Latest News","wplivechat"); ?></div>
108
  <div id="wplc_blog_posts" class="wplc_material_panel">
109
  <?php
110
  wplc_fetch_feed();
43
  <div class="wplc_dashboard_row">
44
  <div class="wplc_panel_col wplc_col_12">
45
  <div class="wplc_panel">
46
+ <div class="wplc_panel_heading"><i class="fa fa-tasks" aria-hidden="true"></i> <?php _e("Dashboard",'wp-live-chat-support'); ?></div>
47
  <div class="wplc_material_panel">
48
  <div class="wplc_dashboard_activity">
49
+ <h3><?php printf( __( 'Hi %s! Current activity: %s Active Visitor(s) and %s Active Agent(s).', 'wp-live-chat-support'), $user->display_name, '<span id=\'totalVisitors\' class="wplc_dashboard_activity_numbers">...</span>', '<span class="wplc_dashboard_activity_numbers">'.wplc_maa_total_agents_online().'</span>'); ?></h3>
50
  </div>
51
  <div class="wplc_panel_col wplc_dashboard_buttons_outer">
52
  <div class="wplc_dashboard_button_item">
53
+ <a href="<?php echo admin_url('admin.php?page=wplivechat-menu');?>"><i class="fa fa-comments" aria-hidden="true"></i> <?php _e("Chats",'wp-live-chat-support'); ?></a>
54
+ <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-missed-chats');?>"><i class="fa fa-user-times" aria-hidden="true"></i> <?php _e("Missed",'wp-live-chat-support'); ?></a>
55
+ <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-history');?>"><i class="fa fa-clock-o" aria-hidden="true"></i> <?php _e("History",'wp-live-chat-support'); ?></a>
56
+ <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-reporting');?>"><i class="fa fa-area-chart" aria-hidden="true"></i> <?php _e("Reports",'wp-live-chat-support'); ?></a>
57
+ <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-offline-messages');?>"><i class="fa fa-ellipsis-h" aria-hidden="true"></i> <?php _e("Offline Messages",'wp-live-chat-support'); ?></a>
58
+ <a href="<?php echo admin_url('edit.php?post_type=wplc_quick_response');?>"><i class="fa fa-paper-plane" aria-hidden="true"></i> <?php _e("Quick Responses",'wp-live-chat-support'); ?></a>
59
+ <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-at');?>"><i class="fa fa-code-fork" aria-hidden="true"></i> <?php _e("Tools",'wp-live-chat-support'); ?></a>
60
+ <a href="<?php echo admin_url('admin.php?page=wplivechat-menu-settings');?>"><i class="fa fa-cog" aria-hidden="true"></i> <?php _e("Settings",'wp-live-chat-support'); ?></a>
61
  </div>
62
  </div>
63
  <div class="wplc_panel_col wplc-center wplc-dashboard-stats">
64
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="wplc_dashboard_stats_table">
65
  <tbody>
66
  <tr>
67
+ <th width="18%"><div class="wplc-dashboard-stats-title"><?php _e("Chats",'wp-live-chat-support'); ?></div></th>
68
+ <th width="19%" align="center"><div class="wplc-dashboard-stats-sub-title"><?php _e("Missed",'wp-live-chat-support'); ?></div></th>
69
+ <th width="19%" align="center"><div class="wplc-dashboard-stats-sub-title"><?php _e("Engaged",'wp-live-chat-support'); ?></div></th>
70
+ <th width="19%" align="center"><div class="wplc-dashboard-stats-sub-title"><?php _e("Total",'wp-live-chat-support'); ?></div></th>
71
  </tr>
72
  <tr>
73
+ <td height="20" align="right"><div class="wplc-dashboard-stats-side-title"><?php _e("Today",'wp-live-chat-support'); ?></div></td>
74
  <td align="center"><?php echo $total_2day_missed_chat_count; ?></td>
75
  <td align="center"><?php echo $total_2day_chat_count; ?></td>
76
  <td align="center"><?php echo ($total_2day_chat_count+$total_2day_missed_chat_count); ?></td>
77
  </tr>
78
  <tr>
79
+ <td align="right"><div class="wplc-dashboard-stats-side-title"><?php _e("Last 30 days",'wp-live-chat-support'); ?></div></td>
80
  <td align="center"><?php echo $total_30day_missed_chat_count; ?></td>
81
  <td align="center"><?php echo $total_30day_chat_count; ?></td>
82
  <td align="center"><?php echo ($total_30day_missed_chat_count+$total_30day_chat_count); ?></td>
83
  </tr>
84
  <tr>
85
+ <td align="right"><div class="wplc-dashboard-stats-side-title"><?php _e("Last 60 days",'wp-live-chat-support'); ?></div></td>
86
  <td align="center"><?php echo $total_60day_missed_chat_count; ?></td>
87
  <td align="center"><?php echo $total_60day_chat_count; ?></td>
88
  <td align="center"><?php echo ($total_60day_missed_chat_count+$total_60day_chat_count); ?></td>
89
  </tr>
90
  <tr>
91
+ <td align="right"><div class="wplc-dashboard-stats-side-title"><?php _e("Last 90 days",'wp-live-chat-support'); ?></div></td>
92
  <td align="center"><?php echo $total_90day_missed_chat_count; ?></td>
93
  <td align="center"><?php echo $total_90day_chat_count; ?></td>
94
  <td align="center"><?php echo ($total_90day_chat_count+$total_90day_missed_chat_count); ?></td>
104
  <div class="wplc_dashboard_row">
105
  <div class="wplc_panel_col wplc_col_12">
106
  <div class="wplc_panel">
107
+ <div class="wplc_panel_heading"><i class="fa fa-newspaper-o" aria-hidden="true"></i> <?php _e("Latest News",'wp-live-chat-support'); ?></div>
108
  <div id="wplc_blog_posts" class="wplc_material_panel">
109
  <?php
110
  wplc_fetch_feed();
includes/modal_control.php CHANGED
@@ -24,11 +24,11 @@ function wplc_create_modal_window($unique_id, $title, $content){
24
  $the_modal = "";
25
 
26
  if($title === null){
27
- $title = __("Please Confirm", "wplivechat");
28
  }
29
 
30
  if($content === null){
31
- $content = __("Are you sure?", "wplivechat");
32
  }
33
 
34
  $the_modal .= "<div class='wplc_modal' id='wplc_modal_".$unique_id."' style='display:none;'>";
@@ -36,8 +36,8 @@ function wplc_create_modal_window($unique_id, $title, $content){
36
  $the_modal .= "<div class='wplc_modal_inner_title' id='wplc_modal_inner_title_".$unique_id."'>" . $title . "</div>";
37
  $the_modal .= "<div class='wplc_modal_inner_content' id='wplc_modal_inner_content_".$unique_id."'>" . $content . "</div>";
38
  $the_modal .= "<div class='wplc_modal_inner_actions' id='wplc_modal_inner_actions_".$unique_id."'>";
39
- $the_modal .= "<a href='javascript:void(0);' class='button wplc_modal_cancel' id='wplc_modal_cancel_".$unique_id."' modal_id='" . $unique_id . "'>" . __("Cancel", "wplivechat") . "</a> ";
40
- $the_modal .= "<a href='javascript:void(0);' class='button button-primary wplc_modal_confirm' id='wplc_modal_confirm_".$unique_id."' modal_id='" . $unique_id . "'>" . __("Confirm", "wplivechat") . "</a> ";
41
  $the_modal .= "</div>";
42
  $the_modal .= "</div>";
43
  $the_modal .= "</div>";
24
  $the_modal = "";
25
 
26
  if($title === null){
27
+ $title = __("Please Confirm", 'wp-live-chat-support');
28
  }
29
 
30
  if($content === null){
31
+ $content = __("Are you sure?", 'wp-live-chat-support');
32
  }
33
 
34
  $the_modal .= "<div class='wplc_modal' id='wplc_modal_".$unique_id."' style='display:none;'>";
36
  $the_modal .= "<div class='wplc_modal_inner_title' id='wplc_modal_inner_title_".$unique_id."'>" . $title . "</div>";
37
  $the_modal .= "<div class='wplc_modal_inner_content' id='wplc_modal_inner_content_".$unique_id."'>" . $content . "</div>";
38
  $the_modal .= "<div class='wplc_modal_inner_actions' id='wplc_modal_inner_actions_".$unique_id."'>";
39
+ $the_modal .= "<a href='javascript:void(0);' class='button wplc_modal_cancel' id='wplc_modal_cancel_".$unique_id."' modal_id='" . $unique_id . "'>" . __("Cancel", 'wp-live-chat-support') . "</a> ";
40
+ $the_modal .= "<a href='javascript:void(0);' class='button button-primary wplc_modal_confirm' id='wplc_modal_confirm_".$unique_id."' modal_id='" . $unique_id . "'>" . __("Confirm", 'wp-live-chat-support') . "</a> ";
41
  $the_modal .= "</div>";
42
  $the_modal .= "</div>";
43
  $the_modal .= "</div>";
includes/notification_control.php CHANGED
@@ -24,14 +24,14 @@ function wplc_filter_control_chat_notification_user_loaded($type,$cid,$data) {
24
  global $wplc_tblname_msgs;
25
 
26
 
27
- $msg = __("User is browsing", "wplivechat").' '.wp_filter_post_kses($data['uri']);
28
 
29
  $wpdb->insert(
30
  $wplc_tblname_msgs,
31
  array(
32
  'chat_sess_id' => $cid,
33
  'timestamp' => current_time('mysql'),
34
- 'msgfrom' => __('System notification',"wplivechat"),
35
  'msg' => $msg,
36
  'status' => 0,
37
  'originates' => 3
@@ -67,7 +67,7 @@ function wplc_filter_control_chat_notification_await_agent($type,$cid,$data) {
67
  array(
68
  'chat_sess_id' => $cid,
69
  'timestamp' => current_time('mysql'),
70
- 'msgfrom' => __('System notification',"wplivechat"),
71
  'msg' => $data['msg'],
72
  'status' => 0,
73
  'originates' => 0
@@ -106,12 +106,12 @@ function wplc_filter_control_chat_notification_agent_joined($type, $cid, $data)
106
  }
107
 
108
  $agent_tagline = apply_filters( "wplc_filter_agent_data_agent_tagline", $agent_tagline, $cid, $chat_data, $agent, $wplc_settings, $user_info, $data );
109
- $msg = $agent . " ". __("has joined the chat.","wplivechat");
110
 
111
  $data_array = array(
112
  'chat_sess_id' => $cid,
113
  'timestamp' => current_time('mysql'),
114
- 'msgfrom' => __('System notification',"wplivechat"),
115
  'msg' => $msg,
116
  'status' => 0,
117
  'originates' => 0,
24
  global $wplc_tblname_msgs;
25
 
26
 
27
+ $msg = __("User is browsing", 'wp-live-chat-support').' '.wp_filter_post_kses($data['uri']);
28
 
29
  $wpdb->insert(
30
  $wplc_tblname_msgs,
31
  array(
32
  'chat_sess_id' => $cid,
33
  'timestamp' => current_time('mysql'),
34
+ 'msgfrom' => __('System notification','wp-live-chat-support'),
35
  'msg' => $msg,
36
  'status' => 0,
37
  'originates' => 3
67
  array(
68
  'chat_sess_id' => $cid,
69
  'timestamp' => current_time('mysql'),
70
+ 'msgfrom' => __('System notification','wp-live-chat-support'),
71
  'msg' => $data['msg'],
72
  'status' => 0,
73
  'originates' => 0
106
  }
107
 
108
  $agent_tagline = apply_filters( "wplc_filter_agent_data_agent_tagline", $agent_tagline, $cid, $chat_data, $agent, $wplc_settings, $user_info, $data );
109
+ $msg = $agent . " ". __("has joined the chat.",'wp-live-chat-support');
110
 
111
  $data_array = array(
112
  'chat_sess_id' => $cid,
113
  'timestamp' => current_time('mysql'),
114
+ 'msgfrom' => __('System notification','wp-live-chat-support'),
115
  'msg' => $msg,
116
  'status' => 0,
117
  'originates' => 0,
includes/settings_page.php CHANGED
@@ -68,7 +68,7 @@ $wplc_settings = wplc_get_options();
68
  }
69
  </style>
70
  <div class="wrap wplc_wrap" style='display: none;'>
71
- <h2><?php _e("Settings","wplivechat")?></h2>
72
  <?php
73
  if (isset($wplc_settings["wplc_settings_align"])) { $wplc_settings_align[intval($wplc_settings["wplc_settings_align"])] = "SELECTED"; }
74
  if (isset($wplc_settings["wplc_settings_enabled"])) { $wplc_settings_enabled[intval($wplc_settings["wplc_settings_enabled"])] = "SELECTED"; }
@@ -95,32 +95,32 @@ $wplc_settings = wplc_get_options();
95
  0 => array(
96
  "href" => "#tabs-1",
97
  "icon" => 'fa fa-gear',
98
- "label" => __("General Settings","wplivechat")
99
  ),
100
  1 => array(
101
  "href" => "#tabs-2",
102
  "icon" => 'fa fa-envelope',
103
- "label" => __("Chat Box","wplivechat")
104
  ),
105
  2 => array(
106
  "href" => "#tabs-3",
107
  "icon" => 'fa fa-book',
108
- "label" => __("Offline Messages","wplivechat")
109
  ),
110
  3 => array(
111
  "href" => "#tabs-4",
112
  "icon" => 'fa fa-pencil',
113
- "label" => __("Styling","wplivechat")
114
  ),
115
  4 => array(
116
  "href" => "#tabs-5",
117
  "icon" => 'fa fa-users',
118
- "label" => __("Agents","wplivechat")
119
  ),
120
  5 => array(
121
  "href" => "#tabs-7",
122
  "icon" => 'fa fa-gavel',
123
- "label" => __("Blocked Visitors","wplivechat")
124
  )
125
  );
126
  $tabs_top = apply_filters("wplc_filter_setting_tabs",$tab_array);
@@ -133,14 +133,14 @@ $wplc_settings = wplc_get_options();
133
 
134
  </ul>
135
  <div id="tabs-1">
136
- <h3><?php _e("General Settings",'wplivechat')?></h3>
137
  <table class='wp-list-table wplc_list_table widefat fixed striped pages' width='700'>
138
  <tr>
139
- <td width='350' valign='top'><?php _e("Chat enabled","wplivechat")?>: </td>
140
  <td>
141
  <select id='wplc_settings_enabled' name='wplc_settings_enabled'>
142
- <option value="1" <?php if (isset($wplc_settings_enabled[1])) { echo $wplc_settings_enabled[1]; } ?>><?php _e("Yes","wplivechat"); ?></option>
143
- <option value="2" <?php if (isset($wplc_settings_enabled[2])) { echo $wplc_settings_enabled[2]; }?>><?php _e("No","wplivechat"); ?></option>
144
  </select>
145
  </td>
146
  </tr>
@@ -148,38 +148,38 @@ $wplc_settings = wplc_get_options();
148
 
149
  <tr>
150
  <td width='300' valign='top'>
151
- <?php _e("Required Chat Box Fields","wplivechat")?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Set default fields that will be displayed when users starting a chat", "wplivechat") ?>"></i>
152
  </td>
153
  <td valign='top'>
154
  <div class="wplc-require-user-info__item">
155
  <input type="radio" value="both" name="wplc_require_user_info" id="wplc_require_user_info_both"<?php echo ($wplc_settings['wplc_require_user_info'] == 'both' ? ' checked' : '');?> />
156
- <label for="wplc_require_user_info_both"><?php _e( 'Name and email', 'wplivechat' ); ?></label>
157
  </div>
158
  <div class="wplc-require-user-info__item">
159
  <input type="radio" value="email" name="wplc_require_user_info" id="wplc_require_user_info_email"<?php echo ($wplc_settings['wplc_require_user_info'] == 'email' ? ' checked' : '');?> />
160
- <label for="wplc_require_user_info_email"><?php _e( 'Email', 'wplivechat' ); ?></label>
161
  </div>
162
  <div class="wplc-require-user-info__item">
163
  <input type="radio" value="name" name="wplc_require_user_info" id="wplc_require_user_info_name"<?php echo ($wplc_settings['wplc_require_user_info'] == 'name' ? ' checked' : '');?> />
164
- <label for="wplc_require_user_info_name"><?php _e( 'Name', 'wplivechat' ); ?></label>
165
  </div>
166
  <div class="wplc-require-user-info__item">
167
  <input type="radio" value="none" name="wplc_require_user_info" id="wplc_require_user_info_none"<?php echo ($wplc_settings['wplc_require_user_info'] == 'none' ? ' checked' : '');?> />
168
- <label for="wplc_require_user_info_none"><?php _e( 'No fields', 'wplivechat' ); ?></label>
169
  </div>
170
  </td>
171
  </tr>
172
  <tr class="wplc-user-default-visitor-name__row">
173
  <td width='300' valign='top'>
174
- <?php _e("Default visitor name","wplivechat"); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("This name will be displayed for all not logged in visitors", "wplivechat") ?>"></i>
175
  </td>
176
  <td valign='top'>
177
- <input type="text" name="wplc_user_default_visitor_name" maxlength="25" id="wplc_user_default_visitor_name" value="<?php if ( isset( $wplc_settings['wplc_user_default_visitor_name'] ) ) { echo esc_attr( $wplc_settings['wplc_user_default_visitor_name'] ); } else { echo __( "Guest", "wplivechat" ); } ?>" />
178
  </td>
179
  </tr>
180
  <tr>
181
  <td width='300' valign='top'>
182
- <?php _e("Input Field Replacement Text","wplivechat")?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("This is the text that will show in place of the Name And Email fields", "wplivechat") ?>"></i>
183
  </td>
184
  <td valign='top'>
185
  <textarea cols="45" rows="5" name="wplc_user_alternative_text" ><?php echo esc_textarea($wplc_settings['wplc_user_alternative_text']); ?></textarea>
@@ -187,7 +187,7 @@ $wplc_settings = wplc_get_options();
187
  </tr>
188
  <tr>
189
  <td width='300' valign='top'>
190
- <?php _e("Use Logged In User Details","wplivechat")?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("A user's Name and Email Address will be used by default if they are logged in.", "wplivechat") ?>"></i>
191
  </td>
192
  <td valign='top'>
193
  <input type="checkbox" value="1" name="wplc_loggedin_user_info"<?php echo ($wplc_settings['wplc_loggedin_user_info'] ? ' checked' : '');?> />
@@ -197,7 +197,7 @@ $wplc_settings = wplc_get_options();
197
  <?php if ($wplc_settings['wplc_use_node_server']) { ?>
198
  <tr>
199
  <td width='300' valign='top'>
200
- <?php _e("Play a sound when there is a new visitor","wplivechat"); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Disable this to mute the sound that is played when a new visitor arrives", "wplivechat") ?>"></i>
201
  </td>
202
  <td valign='top'>
203
  <input type="checkbox" value="1" name="wplc_enable_visitor_sound"<?php echo ($wplc_settings['wplc_enable_visitor_sound'] ? ' checked' : '');?> />
@@ -206,7 +206,7 @@ $wplc_settings = wplc_get_options();
206
  <?php } ?>
207
  <tr>
208
  <td width='300' valign='top'>
209
- <?php _e("Play a sound when a new message is received","wplivechat"); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Disable this to mute the sound that is played when a new chat message is received", "wplivechat") ?>"></i>
210
  </td>
211
  <td valign='top'>
212
  <input type="checkbox" value="1" name="wplc_enable_msg_sound"<?php echo ($wplc_settings['wplc_enable_msg_sound'] ? ' checked' : '');?> />
@@ -215,7 +215,7 @@ $wplc_settings = wplc_get_options();
215
 
216
  <tr>
217
  <td width='300' valign='top'>
218
- <?php _e("Enable Font Awesome set","wplivechat"); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Disable this if you have Font Awesome set included with your theme", "wplivechat") ?>"></i>
219
  </td>
220
  <td valign='top'>
221
  <input type="checkbox" value="1" name="wplc_enable_font_awesome"<?php echo ($wplc_settings['wplc_enable_font_awesome'] ? ' checked' : '');?>/>
@@ -223,7 +223,7 @@ $wplc_settings = wplc_get_options();
223
  </tr>
224
  <tr>
225
  <td width='300' valign='top'>
226
- <?php _e("Enable chat dashboard and notifications on all admin pages","wplivechat"); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("This will load the chat dashboard on every admin page.", "wplivechat") ?>"></i>
227
  </td>
228
  <td valign='top'>
229
  <input type="checkbox" value="1" name="wplc_enable_all_admin_pages"<?php echo ($wplc_settings['wplc_enable_all_admin_pages'] ? ' checked' : '');?> />
@@ -231,7 +231,7 @@ $wplc_settings = wplc_get_options();
231
  </tr>
232
  <tr>
233
  <td width='300' valign='top'>
234
- <?php _e("Delete database entries on uninstall","wplivechat"); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("This will delete all WP Live Chat by 3CX related database entries such as options and chats on uninstall.", "wplivechat") ?>"></i>
235
  </td>
236
  <td valign='top'>
237
  <input type="checkbox" value="1" name="wplc_delete_db_on_uninstall"<?php echo ($wplc_settings['wplc_delete_db_on_uninstall'] ? ' checked' : '');?>/>
@@ -242,7 +242,7 @@ $wplc_settings = wplc_get_options();
242
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='700'>
243
  <tr>
244
  <td width='350' valign='top'>
245
- <?php _e("Agents can set their online status", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php echo __('Checking this will allow you to change your status to Online or Offline on the Live Chat page.', 'wplivechat').' '.__('If this option is disabled, agents will be always automatically online.', 'wplivechat'); ?>"></i>
246
  </td>
247
  <td>
248
  <input type="checkbox" value="1" name="wplc_allow_agents_set_status"<?php echo ($wplc_settings['wplc_allow_agents_set_status'] ? ' checked' : '');?> />
@@ -253,7 +253,7 @@ $wplc_settings = wplc_get_options();
253
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='700'>
254
  <tr>
255
  <td width='350' valign='top'>
256
- <?php _e("Exclude chat from 'Home' page:", "wplivechat"); ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Leaving this unchecked will allow the chat window to display on your home page.", "wplivechat") ?>"></i>
257
  </td>
258
  <td valign='top'>
259
  <input type="checkbox" name="wplc_exclude_home"<?php echo ($wplc_settings['wplc_exclude_home'] ? ' checked' : ''); ?> value='1' />
@@ -261,7 +261,7 @@ $wplc_settings = wplc_get_options();
261
  </tr>
262
  <tr>
263
  <td width='350' valign='top'>
264
- <?php _e("Exclude chat from 'Archive' pages:", "wplivechat"); ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Leaving this unchecked will allow the chat window to display on your archive pages.", "wplivechat") ?>"></i>
265
  </td>
266
  <td valign='top'>
267
  <input type="checkbox" name="wplc_exclude_archive"<?php echo ($wplc_settings['wplc_exclude_archive'] ? ' checked' : ''); ?> value='1' />
@@ -269,7 +269,7 @@ $wplc_settings = wplc_get_options();
269
  </tr>
270
  <tr>
271
  <td width='350' valign='top'>
272
- <?php _e("Include chat window on the following pages:", "wplivechat"); ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Show the chat window on the following pages. Leave blank to show on all. (Use comma-separated Page ID's)", "wplivechat") ?>"></i>
273
  </td>
274
  <td valign='top'>
275
  <input type="text" name="wplc_include_on_pages" value="<?php echo esc_attr($wplc_settings['wplc_include_on_pages']); ?>" />
@@ -277,7 +277,7 @@ $wplc_settings = wplc_get_options();
277
  </tr>
278
  <tr>
279
  <td width='350' valign='top'>
280
- <?php _e("Exclude chat window on the following pages:", "wplivechat"); ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Do not show the chat window on the following pages. Leave blank to show on all. (Use comma-separated Page ID's)", "wplivechat") ?>"></i>
281
  </td>
282
  <td valign='top'>
283
  <input type="text" name="wplc_exclude_from_pages" value="<?php echo esc_attr($wplc_settings['wplc_exclude_from_pages']); ?>" />
@@ -285,7 +285,7 @@ $wplc_settings = wplc_get_options();
285
  </tr>
286
  <tr class="wplc-exclude-post-types__row">
287
  <td width='200' valign='top'>
288
- <?php _e("Exclude chat window on selected post types","wplivechat"); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Do not show the chat window on the following post types pages.", "wplivechat") ?>"></i>
289
  </td>
290
  <td valign='top'><?php
291
  $wplc_posts_types = get_post_types(
@@ -299,18 +299,18 @@ $wplc_settings = wplc_get_options();
299
  foreach ( $wplc_posts_types as $posts_type ) { ?>
300
  <div class="wplc-exclude-post-types__item">
301
  <input type="checkbox" value="<?php echo $posts_type->name; ?>" id="wplc_exclude_post_types_<?php echo $posts_type->name; ?>" name="wplc_exclude_post_types[]" <?php echo ( ! empty( $wplc_settings['wplc_exclude_post_types'] ) && in_array( $posts_type->name, $wplc_settings['wplc_exclude_post_types'] ) ) ? 'checked' : ''; ?> />
302
- <label for="wplc_exclude_post_types_<?php echo $posts_type->name; ?>"><?php _e( $posts_type->label, "wplivechat" ) ?></label>
303
  </div>
304
  <?php
305
  }
306
  } else {
307
- _e( 'No post types found.', 'wplivechat' );
308
  } ?>
309
  </td>
310
  </tr>
311
  <tr>
312
  <td width='300' valign='top'>
313
- <?php _e("Allow WP users to self-assign as a chat agent", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e('Checking this will allow any of your users to make themselves a chat agent when editing their profile.', 'wplivechat'); ?>"></i>
314
  </td>
315
  <td>
316
  <input type="checkbox" value="1" name="wplc_make_agent"<?php echo ($wplc_settings['wplc_make_agent'] ? ' checked' : ''); ?> />
@@ -319,42 +319,42 @@ $wplc_settings = wplc_get_options();
319
 
320
  </table>
321
 
322
- <h4><?php _e( "Quick Response", "wplivechat" ); ?></h4>
323
  <table class="wp-list-table wplc_list_table widefat fixed striped pages">
324
  <tbody>
325
  <tr>
326
  <td width="350" valign="top">
327
- <label for="wplc_quick_response_orderby"><?php _e( "Order by", "wplivechat" ); ?></label>
328
  </td>
329
  <td valign="top">
330
  <select id='wplc_quick_response_orderby' name='wplc_quick_response_orderby'>
331
- <option value="title" <?php selected( $wplc_quick_response_order_by, 'title' ) ?>><?php _e( "Title", "wplivechat" ); ?></option>
332
- <option value="date" <?php selected( $wplc_quick_response_order_by, 'date' ) ?>><?php _e( "Date", "wplivechat" ); ?></option>
333
- <option value="number" <?php selected( $wplc_quick_response_order_by, 'number' ) ?>><?php _e( "Number", "wplivechat" ); ?></option>
334
  </select>
335
  </td>
336
  </tr>
337
  <tr>
338
  <td width="350" valign="top">
339
- <label for="wplc_quick_response_order"><?php _e( "Sort", "wplivechat" ); ?></label>
340
  </td>
341
  <td valign="top">
342
  <select id='wplc_quick_response_order' name='wplc_quick_response_order'>
343
- <option value="DESC" <?php selected( $wplc_quick_response_order, 'DESC' ) ?>><?php _e( "Descending", "wplivechat" ); ?></option>
344
- <option value="ASC" <?php selected( $wplc_quick_response_order, 'ASC' ) ?>><?php _e( "Ascending", "wplivechat" ); ?></option>
345
  </select>
346
  </td>
347
  </tr>
348
  </tbody>
349
  </table>
350
  <div style="display:none">
351
- <h4><?php _e( "Voice Notes", "wplivechat" ); ?></h4>
352
  <table class='wp-list-table wplc_list_table widefat fixed striped pages' width='700'>
353
  <tr>
354
  <td width='350' valign='top'>
355
- <?php _e( "Enable Voice Notes on admin side", "wplivechat" ); ?>: <i
356
  class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip"
357
- title="<?php _e( "Enabling this will allow you to record the voice during the chat and send it to visitor once you hold on CTRL + SPACEBAR in main chat window", "wplivechat" ) ?>"></i>
358
  </td>
359
  <td valign='top'>
360
  <input type="checkbox" value="1" name="wplc_enable_voice_notes_on_admin"<?php echo ($wplc_settings['wplc_enable_voice_notes_on_admin'] ? ' checked' : '' ) ?> />
@@ -362,9 +362,9 @@ $wplc_settings = wplc_get_options();
362
  </tr>
363
  <tr>
364
  <td width='350' valign='top'>
365
- <?php _e( "Enable Voice Notes on visitor side", "wplivechat" ); ?>: <i
366
  class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip"
367
- title="<?php _e( "Enabling this will allow the visitors to record the voice during the chat and send it to agent once they hold on CTRL + SPACEBAR", "wplivechat" ) ?>"></i>
368
  </td>
369
  <td valign='top'>
370
  <input type="checkbox" value="1" name="wplc_enable_voice_notes_on_visitor"<?php echo ($wplc_settings['wplc_enable_voice_notes_on_visitor'] ? ' checked' : '' ) ?> />
@@ -378,22 +378,22 @@ $wplc_settings = wplc_get_options();
378
 
379
  </div>
380
  <div id="tabs-2">
381
- <h3><?php _e("Chat Box Settings",'wplivechat')?></h3>
382
  <table class='wp-list-table wplc_list_table widefat fixed striped pages'>
383
  <tr>
384
- <td width='300' valign='top'><?php _e("Alignment","wplivechat")?>:</td>
385
  <td>
386
  <select id='wplc_settings_align' name='wplc_settings_align'>
387
- <option value="1" <?php if (isset($wplc_settings_align[1])) { echo $wplc_settings_align[1]; } ?>><?php _e("Bottom left","wplivechat"); ?></option>
388
- <option value="2" <?php if (isset($wplc_settings_align[2])) { echo $wplc_settings_align[2]; } ?>><?php _e("Bottom right","wplivechat"); ?></option>
389
- <option value="3" <?php if (isset($wplc_settings_align[3])) { echo $wplc_settings_align[3]; } ?>><?php _e("Left","wplivechat"); ?></option>
390
- <option value="4" <?php if (isset($wplc_settings_align[4])) { echo $wplc_settings_align[4]; } ?>><?php _e("Right","wplivechat"); ?></option>
391
  </select>
392
  </td>
393
  </tr>
394
  <tr>
395
  <td width='300'>
396
- <?php _e("Auto Pop-up","wplivechat") ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Expand the chat box automatically (prompts the user to enter their name and email address).","wplivechat") ?>"></i>
397
  </td>
398
  <td>
399
  <input type="checkbox" name="wplc_auto_pop_up" value="1" <?php echo ($wplc_settings['wplc_auto_pop_up'] ? ' checked' : ''); ?>/>
@@ -402,25 +402,25 @@ $wplc_settings = wplc_get_options();
402
 
403
  <tr>
404
  <td>
405
- <?php _e("Display for chat message:", "wplivechat") ?>
406
  </td>
407
  <td>
408
- <input type="checkbox" name="wplc_show_name" value="1"<?php echo ($wplc_settings['wplc_show_name'] ? ' checked' : '');?>/> <label><?php _e("Name", "wplivechat"); ?></label><br/>
409
- <input type="checkbox" name="wplc_show_avatar" value="1"<?php echo ($wplc_settings['wplc_show_avatar'] ? ' checked' : '');?>/> <label><?php _e("Avatar", "wplivechat"); ?></label><br/>
410
  </td>
411
  </tr>
412
  <tr>
413
  <td width='300'>
414
- <?php echo __("Display typing indicator", "wplivechat");?> <i class='fa fa-question-circle wplc_light_grey wplc_settings_tooltip' title="<?php _e("Display the 'typing...' animation in the chat window as soon as an agent or visitor is typing.", "wplivechat");?>"></i>
415
  </td>
416
  <td>
417
  <input type="checkbox" name="wplc_typing_enabled" value="1"<?php echo ($wplc_settings['wplc_typing_enabled'] ? ' checked' : '');?>/>
418
- <small><em><?php echo __("For non-cloud server users, please note that this will increase the amount of server resources required.", "wplivechat"); ?> </em></small>
419
  </td>
420
  </tr>
421
  <tr>
422
  <td>
423
- <?php _e("Chat box for logged in users only:", "wplivechat") ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("By checking this, only users that are logged in will be able to chat with you.", "wplivechat") ?>"></i>
424
  </td>
425
  <td>
426
  <input type="checkbox" name="wplc_display_to_loggedin_only" value="1"<?php echo ($wplc_settings['wplc_display_to_loggedin_only'] ? ' checked' : ''); ?>/>
@@ -428,20 +428,20 @@ $wplc_settings = wplc_get_options();
428
  </tr>
429
  <tr>
430
  <td>
431
- <?php _e("Display a timestamp in the chat window:", "wplivechat") ?>
432
  </td>
433
  <td>
434
- <input type="checkbox" name="wplc_show_date" value="1"<?php echo ($wplc_settings['wplc_show_date'] ? ' checked' : ''); ?>/> <label><?php _e("Date", "wplivechat"); ?></label><br/>
435
- <input type="checkbox" name="wplc_show_time" value="1"<?php echo ($wplc_settings['wplc_show_time'] ? ' checked' : ''); ?>/> <label><?php _e("Time", "wplivechat"); ?></label>
436
  </td>
437
  </tr>
438
  <tr>
439
  <td>
440
- <?php _e("Redirect to “Thank You” page on chat end:", "wplivechat") ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("By checking this, users will be redirected to your thank you page when a chat is completed.", "wplivechat") ?>"></i>
441
  </td>
442
  <td>
443
  <input type="checkbox" name="wplc_redirect_to_thank_you_page" value="1"<?php echo ($wplc_settings['wplc_redirect_to_thank_you_page'] ? ' checked' : ''); ?>/>
444
- <input type="text" name="wplc_redirect_thank_you_url" value="<?php echo (!empty($wplc_settings['wplc_redirect_thank_you_url']) ? urldecode($wplc_settings['wplc_redirect_thank_you_url']) : '' ); ?>" placeholder="<?php _e('Thank You Page URL', 'wplivechat'); ?>" class='wplc_check_url' />
445
  </td>
446
  </tr>
447
  <?php
@@ -451,7 +451,7 @@ $wplc_settings = wplc_get_options();
451
  <tr>
452
  <td>
453
  <?php
454
- _e('Disable Emojis', 'wplivechat');
455
  ?>
456
  </td>
457
  <td>
@@ -468,7 +468,7 @@ $wplc_settings = wplc_get_options();
468
 
469
  <tr>
470
  <td width='420' valign='top'>
471
- <?php _e("User / Agent name", "wplivechat") ?>:
472
  </td>
473
  <td>
474
  <input id='wplc_chat_name' name='wplc_chat_name' type='text' size='50' maxlength='50' class='regular-text' value='<?php echo stripslashes($wplc_settings['wplc_chat_name']); ?>' />
@@ -476,10 +476,10 @@ $wplc_settings = wplc_get_options();
476
  </tr>
477
  <tr>
478
  <td width='420' valign='top'>
479
- - <?php _e("Use WordPress name", "wplivechat") ?>:
480
  </td>
481
  <td>
482
- <input id='wplc_use_wp_name' name='wplc_use_wp_name' value='1' type='checkbox'<?php echo ($wplc_settings['wplc_use_wp_name'] ? ' checked' : '');?>/> <small><em><?php _e("Note: 'Name' field will be ignored", "wplivechat")?></em></small>
483
  </td>
484
  </tr>
485
 
@@ -511,7 +511,7 @@ $wplc_settings = wplc_get_options();
511
  ?>
512
  <tr>
513
  <td width='420' valign='top'>
514
- <?php _e("Incoming chat ring tone", "wplivechat") ?>:
515
  </td>
516
  <td>
517
  <select name='wplc_ringtone' id='wplc_ringtone'>
@@ -527,7 +527,7 @@ $wplc_settings = wplc_get_options();
527
 
528
  <tr>
529
  <td width='420' valign='top'>
530
- <?php _e("Incoming message tone", "wplivechat") ?>:
531
  </td>
532
  <td>
533
  <select name='wplc_messagetone' id='wplc_messagetone'>
@@ -544,7 +544,7 @@ $wplc_settings = wplc_get_options();
544
  <!-- Chat Icon-->
545
  <tr class='wplc-icon-area'>
546
  <td width='300' valign='top'>
547
- <?php _e("Icon", "wplivechat") ?>:
548
  </td>
549
  <td>
550
  <div class="wplc_default_chat_icon_selector" style="display:block;max-height:50px;background-color:#<?php echo $wplc_settings['wplc_settings_color1'];?>" id="wplc_icon_area">
@@ -552,18 +552,18 @@ $wplc_settings = wplc_get_options();
552
  </div>
553
  <input id="wplc_upload_icon" name="wplc_upload_icon" type="hidden" size="35" class="regular-text" maxlength="700" value=""/>
554
  <br/>
555
- <input id="wplc_btn_upload_icon" name="wplc_btn_upload_icon" type="button" value="<?php _e("Upload Icon", "wplivechat") ?>" />
556
- <input id="wplc_btn_select_default_icon" name="wplc_btn_select_default_icon" type="button" value="<?php _e("Select Default Icon", "wplivechat") ?>" />
557
  <br/>
558
- <input id="wplc_btn_remove_icon" name="wplc_btn_remove_icon" type="button" value="<?php _e("Remove Icon", "wplivechat") ?>" />
559
- <?php _e("Recommended Size 50px x 50px", "wplivechat") ?>
560
 
561
  <div id="wplc_default_chat_icons" style="display: none">
562
- <strong><?php _e("Select Default Icon", "wplivechat"); ?></strong>
563
- <img class="wplc_default_chat_icon_selector" src="<?php echo WPLC_PLUGIN_URL . '/images/chaticon.png'; ?>">
564
- <img class="wplc_default_chat_icon_selector" src="<?php echo WPLC_PLUGIN_URL . '/images/default_icon_1.png'; ?>">
565
- <img class="wplc_default_chat_icon_selector" src="<?php echo WPLC_PLUGIN_URL . '/images/default_icon_2.png'; ?>">
566
- <img class="wplc_default_chat_icon_selector" src="<?php echo WPLC_PLUGIN_URL . '/images/default_icon_3.png'; ?>">
567
  </div>
568
 
569
  <style type="text/css">
@@ -599,7 +599,7 @@ $wplc_settings = wplc_get_options();
599
 
600
  <tr class='wplc-pic-area'>
601
  <td width='300' valign='top'>
602
- <?php _e("Picture", "wplivechat") ?>:
603
  </td>
604
  <td>
605
  <div style="display:block" id="wplc_pic_area">
@@ -607,17 +607,17 @@ $wplc_settings = wplc_get_options();
607
  </div>
608
  <input id="wplc_upload_pic" name="wplc_upload_pic" type="hidden" size="35" class="regular-text" maxlength="700" value=""/>
609
  <br/>
610
- <input id="wplc_btn_upload_pic" name="wplc_btn_upload_pic" type="button" value="<?php _e("Upload Image", "wplivechat") ?>" />
611
  <br/>
612
- <input id="wplc_btn_remove_pic" name="wplc_btn_remove_pic" type="button" value="<?php _e("Remove Image", "wplivechat") ?>" />
613
- <?php _e("Recommended Size 60px x 60px", "wplivechat") ?>
614
  </td>
615
  </tr>
616
 
617
  <!-- Chat Logo-->
618
  <tr class='wplc-logo-area'>
619
  <td width='300' valign='top'>
620
- <?php _e("Logo", "wplivechat") ?>:
621
  </td>
622
  <td>
623
  <div style="display:block" id="wplc_logo_area">
@@ -625,16 +625,16 @@ $wplc_settings = wplc_get_options();
625
  </div>
626
  <input id="wplc_upload_logo" name="wplc_upload_logo" type="hidden" size="35" class="regular-text" maxlength="700" value=""/>
627
  <br/>
628
- <input id="wplc_btn_upload_logo" name="wplc_btn_upload_logo" type="button" value="<?php _e("Upload Logo", "wplivechat") ?>" />
629
  <br/>
630
- <input id="wplc_btn_remove_logo" name="wplc_btn_remove_logo" type="button" value="<?php _e("Remove Logo", "wplivechat") ?>" />
631
- <?php _e("Recommended Size 250px x 40px", "wplivechat") ?>
632
  </td>
633
  </tr>
634
 
635
  <tr>
636
  <td width='300' valign='top'>
637
- <?php _e("Chat button delayed startup (seconds)", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("How long to delay showing the Live Chat button on a page", "wplivechat") ?>"></i>
638
  </td>
639
  <td>
640
  <input id="wplc_chat_delay" name="wplc_chat_delay" type="text" size="6" maxlength="4" value="<?php echo intval($wplc_settings['wplc_chat_delay']); ?>" />
@@ -643,7 +643,7 @@ $wplc_settings = wplc_get_options();
643
  <!-- Chat Notification if want to chat -->
644
  <tr>
645
  <td width='300' valign='top'>
646
- <?php _e("Chat notifications", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Alert me via email as soon as someone wants to chat (while online only)", "wplivechat"); ?>"></i>
647
  </td>
648
  <td>
649
  <input id="wplc_pro_chat_notification" name="wplc_pro_chat_notification" type="checkbox" value="1"<?php echo($wplc_settings['wplc_pro_chat_notification'] ? ' checked' : '') ?> />
@@ -652,26 +652,26 @@ $wplc_settings = wplc_get_options();
652
 
653
  </table>
654
 
655
- <h3><?php _e("User Experience", 'wplivechat') ?></h3>
656
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='100%'>
657
  <tbody>
658
  <tr>
659
- <td width='300' valign='top'><?php _e("Share files", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Adds file sharing to your chat box!", "wplivechat") ?>"></i></td>
660
  <td><input id='wplc_ux_file_share' name='wplc_ux_file_share' type='checkbox'<?php echo($wplc_settings['wplc_ux_file_share'] ? ' checked' : '') ?> /> </td>
661
  </tr>
662
  <tr>
663
- <td width='300' valign='top'><?php _e("Visitor experience ratings", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Allows users to rate the chat experience with an agent.", "wplivechat") ?>"></i></td>
664
  <td><input id='wplc_ux_exp_rating' name='wplc_ux_exp_rating' type='checkbox'<?php echo($wplc_settings['wplc_ux_exp_rating'] ? ' checked' : '') ?> /> </td>
665
  </tr>
666
  </tbody>
667
  </table>
668
 
669
- <h3><?php _e("Social", 'wplivechat') ?></h3>
670
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='100%'>
671
  <tbody>
672
  <tr>
673
- <td width='300' valign='top'><?php _e("Facebook URL", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Link your Facebook page here. Leave blank to hide", "wplivechat") ?>"></i></td>
674
- <td><input id='wplc_social_fb' class='wplc_check_url' name='wplc_social_fb' placeholder="<?php _e("Facebook URL...", "wplivechat") ?>" type='text' value="<?php echo urldecode($wplc_settings['wplc_social_fb']); ?>" />
675
 
676
  <?php
677
  if(!empty($wplc_settings['wplc_social_fb']) && !filter_var($wplc_settings['wplc_social_fb'], FILTER_VALIDATE_URL)) {
@@ -682,8 +682,8 @@ $wplc_settings = wplc_get_options();
682
  </td>
683
  </tr>
684
  <tr>
685
- <td width='300' valign='top'><?php _e("Twitter URL", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Link your Twitter page here. Leave blank to hide", "wplivechat") ?>"></i></td>
686
- <td><input id='wplc_social_tw' class='wplc_check_url' name='wplc_social_tw' placeholder="<?php _e("Twitter URL...", "wplivechat") ?>" type='text' value="<?php echo urldecode($wplc_settings['wplc_social_tw']); ?>" />
687
 
688
  <?php
689
  if (!empty($wplc_settings['wplc_social_tw']) && !filter_var($wplc_settings['wplc_social_tw'], FILTER_VALIDATE_URL)) {
@@ -701,18 +701,18 @@ $wplc_settings = wplc_get_options();
701
 
702
  </div>
703
  <div id="tabs-3">
704
- <h3><?php _e("Offline Messages", 'wplivechat') ?></h3>
705
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='100%'>
706
  <tr>
707
  <td width='300'>
708
- <?php _e("Disable offline messages", "wplivechat") ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("The chat window will be hidden when it is offline. Users will not be able to send offline messages to you", "wplivechat") ?>"></i>
709
  </td>
710
  <td>
711
  <input type="checkbox" name="wplc_hide_when_offline" value="1" <?php echo ($wplc_settings['wplc_hide_when_offline'] ? ' checked' : '');?>/>
712
  </td>
713
  </tr>
714
  <tr>
715
- <td width="300" valign="top"><?php _e("Offline Form Title", "wplivechat") ?>:</td>
716
  <td>
717
  <input id="wplc_pro_na" name="wplc_pro_na" type="text" size="50" maxlength="50" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_na'])) { echo esc_attr($wplc_settings['wplc_pro_na']); } ?>" /> <br />
718
 
@@ -720,31 +720,31 @@ $wplc_settings = wplc_get_options();
720
  </td>
721
  </tr>
722
  <tr>
723
- <td width="300" valign="top"><?php _e("Offline form initial message", "wplivechat") ?>:</td>
724
  <td>
725
  <input id="wplc_pro_offline1" name="wplc_pro_offline1" type="text" size="50" maxlength="150" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_offline1'])) { echo esc_attr($wplc_settings['wplc_pro_offline1']); } ?>" />
726
  </td>
727
  </tr>
728
  <tr>
729
- <td width="300" valign="top"><?php _e("Offline form message on send", "wplivechat") ?>:</td>
730
  <td>
731
  <input id="wplc_pro_offline2" name="wplc_pro_offline2" type="text" size="50" maxlength="50" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_offline2'])) { echo esc_attr($wplc_settings['wplc_pro_offline2']); } ?>" />
732
  </td>
733
  </tr>
734
  <tr>
735
- <td width="300" valign="top"><?php _e("Offline form finish message", "wplivechat") ?>:</td>
736
  <td>
737
  <input id="wplc_pro_offline3" name="wplc_pro_offline3" type="text" size="50" maxlength="150" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_offline3'])) { echo esc_attr($wplc_settings['wplc_pro_offline3']); } ?>" />
738
  </td>
739
  </tr>
740
  <tr>
741
- <td width="300" valign="top"><?php _e("Offline Button Text", "wplivechat") ?>:</td>
742
  <td>
743
  <input id="wplc_pro_offline_btn" name="wplc_pro_offline_btn" type="text" size="50" maxlength="50" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_offline_btn'])) { echo esc_attr($wplc_settings['wplc_pro_offline_btn']); } ?>" /> <br />
744
  </td>
745
  </tr>
746
  <tr>
747
- <td width="300" valign="top"><?php _e("Offline Send Button Text", "wplivechat") ?>:</td>
748
  <td>
749
  <input id="wplc_pro_offline_btn_send" name="wplc_pro_offline_btn_send" type="text" size="50" maxlength="50" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_offline_btn_send'])) { echo esc_attr($wplc_settings['wplc_pro_offline_btn_send']); } ?>" /> <br />
750
  </td>
@@ -752,13 +752,13 @@ $wplc_settings = wplc_get_options();
752
 
753
  </table>
754
 
755
- <h4><?php _e("Email settings", 'wplivechat') ?></h4>
756
 
757
 
758
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages'>
759
  <tr>
760
  <td width='300' valign='top'>
761
- <?php _e("Send to agent(s)", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Email address where offline messages are delivered to. Use comma separated email addresses to send to more than one email address", "wplivechat") ?>"></i>
762
  </td>
763
  <td>
764
  <input id="wplc_pro_chat_email_address" name="wplc_pro_chat_email_address" class="regular-text" type="text" value="<?php if (isset($wplc_settings['wplc_pro_chat_email_address'])) {
@@ -768,10 +768,10 @@ $wplc_settings = wplc_get_options();
768
 
769
  <tr>
770
  <td width='300' valign='top'>
771
- <?php _e("Subject", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("User name will be appended to the end of the subject.", "wplivechat") ?>"></i>
772
  </td>
773
  <td>
774
- <input id="wplc_pro_chat_email_offline_subject" name="wplc_pro_chat_email_offline_subject" class="regular-text" type="text" value="<?php echo(isset($wplc_settings['wplc_pro_chat_email_offline_subject']) ? $wplc_settings['wplc_pro_chat_email_offline_subject'] : ""); ?>" placeholder="<?php echo __("WP Live Chat by 3CX - Offline Message from ", "wplivechat"); ?>"/>
775
  </td>
776
  </tr>
777
 
@@ -781,34 +781,34 @@ $wplc_settings = wplc_get_options();
781
 
782
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages'>
783
  <tr>
784
- <td width="300" valign="top"><?php _e("Auto-respond to visitor", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Send your visitors an email as soon as they send you an offline message", "wplivechat") ?>"></i></td>
785
  <td>
786
  <input id="wplc_ar_enable" name="wplc_ar_enable" type="checkbox" value="1" <?php if( isset( $wplc_auto_responder_settings['wplc_ar_enable'] ) ) { echo "checked"; } ?> /> <br />
787
  </td>
788
  </tr>
789
  <tr>
790
- <td width="300" valign="top"><?php _e("Auto-responder 'From' name", "wplivechat") ?>: </td>
791
  <td>
792
  <input type="text" name="wplc_ar_from_name" id="wplc_ar_from_name" class="regular-text" value="<?php if( isset( $wplc_auto_responder_settings['wplc_ar_from_name'] ) ) { echo stripslashes($wplc_auto_responder_settings['wplc_ar_from_name']); } ?>" />
793
  </td>
794
  </tr>
795
  <tr>
796
- <td width="300" valign="top"><?php _e("Auto-responder 'From' email", "wplivechat") ?>: </td>
797
  <td>
798
  <input type="text" name="wplc_ar_from_email" id="wplc_ar_from_email" class="regular-text" value="<?php if( isset( $wplc_auto_responder_settings['wplc_ar_from_email'] ) ) { echo $wplc_auto_responder_settings['wplc_ar_from_email']; } ?>" />
799
  </td>
800
  </tr>
801
  <tr>
802
- <td width="300" valign="top"><?php _e("Auto-responder subject", "wplivechat") ?>: </td>
803
  <td>
804
  <input type="text" name="wplc_ar_subject" id="wplc_ar_subject" class="regular-text" value="<?php if( isset( $wplc_auto_responder_settings['wplc_ar_subject'] ) ) { echo $wplc_auto_responder_settings['wplc_ar_subject']; } ?>" />
805
  </td>
806
  </tr>
807
  <tr>
808
- <td width="300" valign="top"><?php _e("Auto-responder body", "wplivechat") ?>: <br/></td>
809
  <td>
810
  <textarea name="wplc_ar_body" id="wplc_ar_body" rows="6" style="width:50%;"><?php if( isset( $wplc_auto_responder_settings['wplc_ar_body'] ) ) { echo esc_textarea( $wplc_auto_responder_settings['wplc_ar_body'] ); } ?></textarea>
811
- <p class="description"><small><?php _e("HTML and the following shortcodes can be used", "wplivechat"); ?>: <?php _e("User's name", "wplivechat"); ?>: {wplc-user-name} <?php _e("User's email address", "wplivechat"); ?>: {wplc-email-address}</small></p>
812
  </td>
813
  </tr>
814
  </table>
@@ -877,14 +877,14 @@ $wplc_settings = wplc_get_options();
877
  color: #0596d4;
878
  }
879
  </style>
880
- <h3><?php _e("Styling",'wplivechat')?></h3>
881
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages'>
882
  <?php
883
  $wplc_theme = wplc_get_theme();
884
  ?>
885
 
886
  <tr style='margin-bottom: 10px;'>
887
- <td style="width:300px;"><label for=""><?php _e('Color scheme', 'wplivechat'); ?></label></td>
888
  <td>
889
  <div class='wplc_theme_block'>
890
  <div class='wplc_palette'>
@@ -940,7 +940,7 @@ $wplc_settings = wplc_get_options();
940
  <div class='wplc_palette_single'>
941
  <div class='wplc-palette-selection <?php if ($wplc_theme == 'theme-6') { echo 'wplc_theme_active'; } ?>' id='wplc_theme_6'>
942
  <div class='wplc-palette-top' style='padding-top:3px'>&nbsp;</div>
943
- <div class='wplc-palette-top' style='padding-top:18px'><?php _e("Custom Scheme","wplivechat"); ?></div>
944
  <div class='wplc-palette-top' style='padding-top:3px'>&nbsp;</div>
945
  </div>
946
  </div>
@@ -961,85 +961,85 @@ $wplc_settings = wplc_get_options();
961
 
962
 
963
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
964
- <td width='200' valign='top'><?php _e("Palette Color 1","wplivechat")?>:</td>
965
  <td>
966
  <input id="wplc_settings_color1" name="wplc_settings_color1" type="text" class="color" value="<?php if (isset($wplc_settings_color1)) { echo $wplc_settings_color1; } else { echo '0596d4'; } ?>" />
967
  </td>
968
  </tr>
969
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
970
- <td width='200' valign='top'><?php _e("Palette Color 2","wplivechat")?>:</td>
971
  <td>
972
  <input id="wplc_settings_color2" name="wplc_settings_color2" type="text" class="color" value="<?php if (isset($wplc_settings_color2)) { echo $wplc_settings_color2; } else { echo 'FFFFFF'; } ?>" />
973
  </td>
974
  </tr>
975
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
976
- <td width='200' valign='top'><?php _e("Palette Color 3","wplivechat")?>:</td>
977
  <td>
978
  <input id="wplc_settings_color3" name="wplc_settings_color3" type="text" class="color" value="<?php if (isset($wplc_settings_color3)) { echo $wplc_settings_color3; } else { echo 'EEEEEE'; } ?>" />
979
  </td>
980
  </tr>
981
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
982
- <td width='200' valign='top'><?php _e("Palette Color 4","wplivechat")?>:</td>
983
  <td>
984
  <input id="wplc_settings_color4" name="wplc_settings_color4" type="text" class="color" value="<?php if (isset($wplc_settings_color4)) { echo $wplc_settings_color4; } else { echo '373737'; } ?>" />
985
  </td>
986
  </tr>
987
 
988
  <tr>
989
- <td width='300' valign='top'><?php _e("Chat background","wplivechat")?>:</td>
990
  <td>
991
 
992
  <select id='wplc_settings_bg' name='wplc_settings_bg'>
993
- <option value="cloudy.jpg" <?php if (!isset($wplc_settings['wplc_settings_bg']) || ($wplc_settings['wplc_settings_bg'] == "cloudy.jpg") ) { echo "selected"; } ?>><?php _e("Cloudy","wplivechat"); ?></option>
994
- <option value="geometry.jpg" <?php if (isset($wplc_settings['wplc_settings_bg']) && $wplc_settings['wplc_settings_bg'] == "geometry.jpg") { echo "selected"; } ?>><?php _e("Geometry","wplivechat"); ?></option>
995
- <option value="tech.jpg" <?php if (isset($wplc_settings['wplc_settings_bg']) && $wplc_settings['wplc_settings_bg'] == "tech.jpg") { echo "selected"; } ?>><?php _e("Tech","wplivechat"); ?></option>
996
- <option value="social.jpg" <?php if (isset($wplc_settings['wplc_settings_bg']) && $wplc_settings['wplc_settings_bg'] == "social.jpg") { echo "selected"; } ?>><?php _e("Social","wplivechat"); ?></option>
997
- <option value="0" <?php if (isset($wplc_settings['wplc_settings_bg']) && $wplc_settings['wplc_settings_bg'] == "0") { echo "selected"; } ?>><?php _e("None","wplivechat"); ?></option>
998
  </select>
999
  </td>
1000
  </tr>
1001
 
1002
  <tr>
1003
- <td width="200" valign="top"><?php _e("Use localization plugin", "wplivechat") ?></td>
1004
  <td>
1005
  <input type="checkbox" name="wplc_using_localization_plugin" id="wplc_using_localization_plugin" value="1"<?php echo ($wplc_settings['wplc_using_localization_plugin'] ? ' checked' : ''); ?> />
1006
- <br/><small><?php echo sprintf( __("Enable this if you are using a localization plugin. Should you wish to change the below strings with this option enabled, please visit the documentation %s", "wplivechat"), "<a href='https://www.3cx.com/wp-live-chat/docs/localization/' target='_BLANK'>".__("here", "wplivechat") ); ?></small>
1007
  </td>
1008
  </tr>
1009
 
1010
  <tr style='height:30px;'><td></td><td></td></tr>
1011
  <tr class="wplc_localization_strings">
1012
- <td width="200" valign="top"><?php _e("Chat box title", "wplivechat") ?>:</td>
1013
  <td>
1014
  <input id="wplc_pro_fst1" name="wplc_pro_fst1" type="text" size="50" maxlength="50" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_fst1']) ?>" /> <br />
1015
  </td>
1016
  </tr>
1017
  <tr class="wplc_localization_strings">
1018
- <td width="200" valign="top"><?php _e("Chat box sub-title", "wplivechat") ?>:</td>
1019
  <td>
1020
  <input id="wplc_pro_fst2" name="wplc_pro_fst2" type="text" size="50" maxlength="50" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_fst2']) ?>" /> <br />
1021
  </td>
1022
  </tr>
1023
  <tr class="wplc_localization_strings">
1024
- <td width="200" valign="top"><?php _e("Chat box intro", "wplivechat") ?>:</td>
1025
  <td>
1026
  <input id="wplc_pro_intro" name="wplc_pro_intro" type="text" size="50" maxlength="150" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_intro']) ?>" /> <br />
1027
  </td>
1028
  </tr>
1029
  <tr class="wplc_localization_strings">
1030
- <td width="200" valign="top"><?php _e("Start chat button label", "wplivechat") ?>:</td>
1031
  <td>
1032
  <input id="wplc_pro_sst1" name="wplc_pro_sst1" type="text" size="50" maxlength="30" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_sst1']) ?>" /> <br />
1033
  </td>
1034
  </tr>
1035
  <tr class="wplc_localization_strings">
1036
- <td width="200" valign="top"><?php _e("Start chat status message", "wplivechat") ?>:</td>
1037
  <td>
1038
  <input id="wplc_pro_sst2" name="wplc_pro_sst2" type="text" size="50" maxlength="70" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_sst2']) ?>" /> <br />
1039
  </td>
1040
  </tr>
1041
  <tr class="wplc_localization_strings">
1042
- <td width="200" valign="top"><?php _e("Re-activate chat message", "wplivechat") ?>:</td>
1043
  <td>
1044
  <input id="wplc_pro_tst1" name="wplc_pro_tst1" type="text" size="50" maxlength="50" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_tst1']) ?>" /> <br />
1045
 
@@ -1047,27 +1047,27 @@ $wplc_settings = wplc_get_options();
1047
  </td>
1048
  </tr>
1049
  <tr class="wplc_localization_strings">
1050
- <td width="200" valign="top"><?php _e("Welcome message", "wplivechat") ?>:</td>
1051
  <td>
1052
- <input id="wplc_welcome_msg" name="wplc_welcome_msg" type="text" size="50" maxlength="350" class="regular-text" value="<?php echo stripslashes($wplc_settings['wplc_welcome_msg']) ?>" /> <span class='description'><?php _e('This text is shown as soon as a user starts a chat and waits for an agent to join', 'wplivechat'); ?></span><br />
1053
  </td>
1054
  </tr>
1055
  <tr class="wplc_localization_strings">
1056
- <td width="200" valign="top"><?php _e("Agent no answer message", "wplivechat") ?>:</td>
1057
  <td>
1058
- <input id="wplc_user_no_answer" name="wplc_user_no_answer" type="text" size="50" maxlength="150" class="regular-text" value="<?php echo (isset($wplc_settings['wplc_user_no_answer']) ? stripslashes($wplc_settings['wplc_user_no_answer']) : $wplc_default_settings_array['wplc_user_no_answer']); ?>" /> <span class='description'><?php _e('This text is shown to the user when an agent has failed to answer a chat', 'wplivechat'); ?></span><br />
1059
  </td>
1060
  </tr>
1061
  <tr class="wplc_localization_strings">
1062
- <td width="200" valign="top"><?php _e("Other text", "wplivechat") ?>:</td>
1063
  <td>
1064
  <input id="wplc_user_enter" name="wplc_user_enter" type="text" size="50" maxlength="150" class="regular-text" value="<?php echo stripslashes($wplc_settings['wplc_user_enter']) ?>" /><br />
1065
- <input id="wplc_text_chat_ended" name="wplc_text_chat_ended" type="text" size="50" maxlength="150" class="regular-text" value="<?php echo ( empty( $wplc_settings['wplc_text_chat_ended'] ) ) ? stripslashes(__("The chat has been ended by the agent.", "wplivechat")) : stripslashes( $wplc_settings['wplc_text_chat_ended'] ) ?>" /> <br />
1066
  </td>
1067
  </tr>
1068
 
1069
  <tr>
1070
- <td><label for=""><?php _e('Chat box animation', 'wplivechat'); ?></label></td>
1071
 
1072
  <td>
1073
  <div class='wplc_animation_block'>
@@ -1075,25 +1075,25 @@ $wplc_settings = wplc_get_options();
1075
  echo 'wplc_animation_active';
1076
  } ?>' id='wplc_animation_1'>
1077
  <i class="fa fa-arrow-circle-up wplc_orange"></i>
1078
- <p><?php _e('Slide Up', 'wplivechat'); ?></p>
1079
  </div>
1080
  <div class='wplc_animation_image <?php if (isset($wplc_settings['wplc_animation']) && $wplc_settings['wplc_animation'] == 'animation-2') {
1081
  echo 'wplc_animation_active';
1082
  } ?>' id='wplc_animation_2'>
1083
  <i class="fa fa-arrows-h wplc_red"></i>
1084
- <p><?php _e('Slide From The Side', 'wplivechat'); ?></p>
1085
  </div>
1086
  <div class='wplc_animation_image <?php if (isset($wplc_settings['wplc_animation']) && $wplc_settings['wplc_animation'] == 'animation-3') {
1087
  echo 'wplc_animation_active';
1088
  } ?>' id='wplc_animation_3'>
1089
  <i class="fa fa-arrows-alt wplc_orange"></i>
1090
- <p><?php _e('Fade In', 'wplivechat'); ?></p>
1091
  </div>
1092
  <div class='wplc_animation_image <?php if ((isset($wplc_settings['wplc_animation']) && $wplc_settings['wplc_animation'] == 'animation-4') || !isset($wplc_settings['wplc_animation'])) {
1093
  echo 'wplc_animation_active';
1094
  } ?>' id='wplc_animation_4'>
1095
  <i class="fa fa-thumb-tack wplc_red"></i>
1096
- <p><?php _e('No Animation', 'wplivechat'); ?></p>
1097
  </div>
1098
  </div>
1099
  <input type="radio" name="wplc_animation" value="animation-1" class="wplc_hide_input" id="wplc_rb_animation_1" class='wplc_hide_input' <?php if (isset($wplc_settings['wplc_animation']) && $wplc_settings['wplc_animation'] == 'animation-1') {
@@ -1111,10 +1111,10 @@ $wplc_settings = wplc_get_options();
1111
  </td>
1112
  </tr>
1113
  <tr>
1114
- <td width='300' valign='top'><?php _e("Auto-response to first message","wplivechat")?>:</td>
1115
  <td>
1116
  <input type="text" name="wplc_pro_auto_first_response_chat_msg" value="<?php echo $wplc_pro_auto_first_response_chat_msg; ?>">
1117
- <span class='description'><?php _e('This message will be sent automatically after the first message is sent from the user side. Leave empty to disable.', 'wplivechat'); ?></span>
1118
  </td>
1119
  </tr>
1120
 
@@ -1129,7 +1129,7 @@ $wplc_settings = wplc_get_options();
1129
  'meta_key' => 'wplc_ma_agent',
1130
  ));
1131
 
1132
- echo "<h3>".__('Chat Agents', 'wplivechat')."</h3>";
1133
 
1134
  $wplc_agents = "<div class='wplc_agent_container'><ul>";
1135
 
@@ -1140,7 +1140,7 @@ $wplc_settings = wplc_get_options();
1140
  $wplc_agents .= "<p><img src=\"//www.gravatar.com/avatar/" . md5($user->user_email) . "?s=60&d=mm\" /></p>";
1141
  $check = get_user_meta($user->ID,"wplc_chat_agent_online");
1142
  if ($check) {
1143
- $wplc_agents .= "<span class='wplc_status_box wplc_type_returning'>".__("Logged In","wplivechat")."</span>";
1144
  }
1145
  $wplc_agents .= "<h3>" . esc_html($user->display_name) . "</h3>";
1146
 
@@ -1150,7 +1150,7 @@ $wplc_settings = wplc_get_options();
1150
 
1151
  if (get_current_user_id() == $user->ID) {
1152
  } else {
1153
- $wplc_agents .= "<p><button class='button button-secondary wplc_remove_agent' id='wplc_remove_agent_".$user->ID."' uid='".$user->ID."'>".__("Remove","wplivechat")."</button></p>";
1154
  }
1155
  $wplc_agents .= "</li>";
1156
  }
@@ -1159,47 +1159,47 @@ $wplc_settings = wplc_get_options();
1159
  ?>
1160
  <li style='width:150px;' id='wplc_add_new_agent_box'>
1161
  <p><i class='fa fa-plus-circle fa-4x' style='color:#ccc;' ></i></p>
1162
- <h3><?php _e("Add New Agent","wplivechat"); ?></h3>
1163
  <select id='wplc_agent_select'>
1164
- <option value=''><?php _e("Select","wplivechat"); ?></option>
1165
  <?php
1166
  $blogusers = get_users( array( 'role' => 'administrator', 'fields' => array( 'display_name','ID','user_email' ) ) );
1167
  // Array of stdClass objects.
1168
  foreach ( $blogusers as $user ) {
1169
  $is_agent = get_user_meta(intval( $user->ID ), 'wplc_ma_agent', true);
1170
- if(!$is_agent){ echo '<option id="wplc_selected_agent_'. intval( $user->ID ) .'" em="' . md5(sanitize_email( $user->user_email )) . '" uid="' . intval( $user->ID ) . '" em2="' . esc_attr( $user->user_email ) . '" name="' . esc_attr( $user->display_name ) . '" value="' . intval( $user->ID ) . '">' . esc_html( $user->display_name ) . ' ('.__('Administrator','wplivechat').')</option>'; }
1171
  }
1172
  $blogusers = get_users( array( 'role' => 'editor', 'fields' => array( 'display_name','ID','user_email' ) ) );
1173
  // Array of stdClass objects.
1174
  foreach ( $blogusers as $user ) {
1175
  $is_agent = get_user_meta(intval( $user->ID ), 'wplc_ma_agent', true);
1176
- if(!$is_agent){ echo '<option id="wplc_selected_agent_'. intval( $user->ID ) .'" em="' . md5(sanitize_email( $user->user_email )) . '" uid="' . intval( $user->ID ) . '" em2="' . esc_attr( $user->user_email ) . '" name="' . esc_attr( $user->display_name ) . '" value="' . intval( $user->ID ) . '">' . esc_html( $user->display_name ) . ' ('.__('Editor','wplivechat').')</option>'; }
1177
  }
1178
  $blogusers = get_users( array( 'role' => 'author', 'fields' => array( 'display_name','ID','user_email' ) ) );
1179
  // Array of stdClass objects.
1180
  foreach ( $blogusers as $user ) {
1181
  $is_agent = get_user_meta(intval( $user->ID ), 'wplc_ma_agent', true);
1182
- if(!$is_agent){ echo '<option id="wplc_selected_agent_'. intval( $user->ID ) .'" em="' . md5(sanitize_email( $user->user_email )) . '" uid="' . intval( $user->ID ) . '" em2="' . esc_attr( $user->user_email ) . '" name="' . esc_attr( $user->display_name ) . '" value="' . intval( $user->ID ) . '">' . esc_html( $user->display_name ) . ' ('.__('Author','wplivechat').')</option>'; }
1183
  }
1184
  ?>
1185
  </select>
1186
- <p><button class='button button-secondary' id='wplc_add_agent' style="display: none;"><?php _e("Add Agent","wplivechat"); ?></button></p>
1187
  </li>
1188
  </ul>
1189
  </div>
1190
 
1191
  <hr/>
1192
- <p class="description"><?php echo sprintf(__("Should you wish to add a user that has a role less than 'Author', please go to the %s page, select the relevant user, click Edit and scroll to the bottom of the page and enable the 'Chat Agent' checkbox.", "wplivechat"), "<a href='./users.php'>".__("Users","wplivechat")."</a>"); ?></p>
1193
- <p class="description"><?php _e("If there are no chat agents online, the chat will show as offline", "wplivechat"); ?></p>
1194
 
1195
 
1196
  </div>
1197
  <div id="tabs-7">
1198
- <h3><?php _e("Blocked Visitors / IP Addresses", "wplivechat") ?></h3>
1199
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='100%'>
1200
  <tr>
1201
  <td>
1202
- <textarea name="wplc_ban_users_ip" style="width: 50%; min-height: 200px;" placeholder="<?php _e('Enter each IP Address you would like to block on a new line', 'wplivechat'); ?>" autocomplete="false"><?php
1203
  $ip_addresses = get_option('WPLC_BANNED_IP_ADDRESSES');
1204
  if($ip_addresses){
1205
  $ip_addresses = maybe_unserialize($ip_addresses);
@@ -1210,7 +1210,7 @@ $wplc_settings = wplc_get_options();
1210
  }
1211
  }
1212
  ?></textarea>
1213
- <p class="description"><?php _e('Blocking a user\'s IP Address here will hide the chat window from them, preventing them from chatting with you. Each IP Address must be on a new line', 'wplivechat'); ?></p>
1214
  </td>
1215
  </tr>
1216
  </table>
@@ -1222,22 +1222,22 @@ $wplc_settings = wplc_get_options();
1222
 
1223
  $content .= "<div id='wplc-business-hours'>";
1224
 
1225
- $content .= "<h3>".__("Business Hours", "wplivechat")."</h3>";
1226
  $content .= "<table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' >";
1227
 
1228
  $content .= "<tr>";
1229
- $content .= "<td width='300'>".__("Enable Business Hours", "wplivechat")."</td>";
1230
  $content .= "<td><input type='checkbox' name='wplc_bh_enable' id='wplc_bh_enable' value='1' ".($wplc_settings['wplc_bh_enable'] ? ' checked' : '')." /></td>";
1231
  $content .= "</tr>";
1232
 
1233
  $content .= "<tr>";
1234
- $content .= "<td width='300'>".__("Active schedule", "wplivechat")."</td>";
1235
  $content .= "<td>";
1236
  $content .= "<select name='wplc_bh_interval' id='wplc_bh_interval'>";
1237
  $wplc_intervals = array(
1238
- '0' => __("Daily", "wplivechat"),
1239
- '1' => __("Week Days", "wplivechat"),
1240
- '2' => __("Weekends", "wplivechat")
1241
  );
1242
  $wplc_intervals = apply_filters( "wplc_bg_intervals_array", $wplc_intervals );
1243
  if ($wplc_intervals) {
@@ -1249,7 +1249,7 @@ $wplc_settings = wplc_get_options();
1249
 
1250
  $wplc_times_array = wplc_return_times_array_mrg();
1251
 
1252
- $content .= ' '.__("Between", "wplivechat")." <select name='wplc_bh_hours_start' id='wplc_bh_hours_start'>";
1253
  foreach( $wplc_times_array['hours'] as $hour) {
1254
  $hh = intval($hour);
1255
  $content .= "<option value='$hh'".($wplc_settings['wplc_bh_hours_start'] == $hh ? ' selected' : '').">$hour</option>";
@@ -1260,7 +1260,7 @@ $wplc_settings = wplc_get_options();
1260
  $mm = intval($minute);
1261
  $content .= "<option value='$mm'".($wplc_settings['wplc_bh_minutes_start'] == $mm ? ' selected' : '').">$minute</option>";
1262
  }
1263
- $content .= "</select>".' '.__("and", "wplivechat").' ';
1264
  $content .= "<select name='wplc_bh_hours_end' id='wplc_bh_hours_end'>";
1265
  foreach( $wplc_times_array['hours'] as $hour) {
1266
  $hh = intval($hour);
@@ -1277,7 +1277,7 @@ $wplc_settings = wplc_get_options();
1277
  $content .= "</tr>";
1278
 
1279
  $content .= "<tr>";
1280
- $content .= "<td width='300'>".__("Current Site Time", "wplivechat")."</td>";
1281
  $content .= "<td>";
1282
  $content .= $current_time = current_time('mysql');
1283
  $content .= "</td>";
@@ -1290,10 +1290,10 @@ $wplc_settings = wplc_get_options();
1290
  ?>
1291
 
1292
  <div id="tabs-9">
1293
- <h3><?php _e("Chat Encryption", "wplivechat") ?></h3>
1294
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='700'>
1295
  <tr>
1296
- <td width='300' valign='top'><?php _e("Enable Encryption", "wplivechat") ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e('All messages will be encrypted when being sent to and from the user and agent.', 'wplivechat'); ?>"></i></td>
1297
  <td>
1298
  <input type="checkbox" name="wplc_enable_encryption" id="wplc_enable_encryption" value="1"<?php echo ($wplc_settings['wplc_enable_encryption'] ? ' checked' : ''); ?>/>
1299
  </td>
@@ -1302,7 +1302,7 @@ $wplc_settings = wplc_get_options();
1302
  <td width='300'></td>
1303
  <td>
1304
  <p class='notice notice-error'>
1305
- <?php _e('Once enabled, all messages sent will be encrypted. This cannot be undone.', 'wplivechat'); ?>
1306
  </p>
1307
  </td>
1308
  </tr>
@@ -1312,7 +1312,7 @@ $wplc_settings = wplc_get_options();
1312
  <?php do_action("wplc_hook_settings_page_more_tabs"); ?>
1313
 
1314
  </div>
1315
- <p class='submit'><input type='submit' name='wplc_save_settings' class='button-primary' value='<?php _e("Save Settings","wplivechat")?>' /></p>
1316
  </form>
1317
 
1318
  </div>
68
  }
69
  </style>
70
  <div class="wrap wplc_wrap" style='display: none;'>
71
+ <h2><?php _e("Settings",'wp-live-chat-support')?></h2>
72
  <?php
73
  if (isset($wplc_settings["wplc_settings_align"])) { $wplc_settings_align[intval($wplc_settings["wplc_settings_align"])] = "SELECTED"; }
74
  if (isset($wplc_settings["wplc_settings_enabled"])) { $wplc_settings_enabled[intval($wplc_settings["wplc_settings_enabled"])] = "SELECTED"; }
95
  0 => array(
96
  "href" => "#tabs-1",
97
  "icon" => 'fa fa-gear',
98
+ "label" => __("General Settings",'wp-live-chat-support')
99
  ),
100
  1 => array(
101
  "href" => "#tabs-2",
102
  "icon" => 'fa fa-envelope',
103
+ "label" => __("Chat Box",'wp-live-chat-support')
104
  ),
105
  2 => array(
106
  "href" => "#tabs-3",
107
  "icon" => 'fa fa-book',
108
+ "label" => __("Offline Messages",'wp-live-chat-support')
109
  ),
110
  3 => array(
111
  "href" => "#tabs-4",
112
  "icon" => 'fa fa-pencil',
113
+ "label" => __("Styling",'wp-live-chat-support')
114
  ),
115
  4 => array(
116
  "href" => "#tabs-5",
117
  "icon" => 'fa fa-users',
118
+ "label" => __("Agents",'wp-live-chat-support')
119
  ),
120
  5 => array(
121
  "href" => "#tabs-7",
122
  "icon" => 'fa fa-gavel',
123
+ "label" => __("Blocked Visitors",'wp-live-chat-support')
124
  )
125
  );
126
  $tabs_top = apply_filters("wplc_filter_setting_tabs",$tab_array);
133
 
134
  </ul>
135
  <div id="tabs-1">
136
+ <h3><?php _e("General Settings",'wp-live-chat-support')?></h3>
137
  <table class='wp-list-table wplc_list_table widefat fixed striped pages' width='700'>
138
  <tr>
139
+ <td width='350' valign='top'><?php _e("Chat enabled",'wp-live-chat-support')?>: </td>
140
  <td>
141
  <select id='wplc_settings_enabled' name='wplc_settings_enabled'>
142
+ <option value="1" <?php if (isset($wplc_settings_enabled[1])) { echo $wplc_settings_enabled[1]; } ?>><?php _e("Yes",'wp-live-chat-support'); ?></option>
143
+ <option value="2" <?php if (isset($wplc_settings_enabled[2])) { echo $wplc_settings_enabled[2]; }?>><?php _e("No",'wp-live-chat-support'); ?></option>
144
  </select>
145
  </td>
146
  </tr>
148
 
149
  <tr>
150
  <td width='300' valign='top'>
151
+ <?php _e("Required Chat Box Fields",'wp-live-chat-support')?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Set default fields that will be displayed when users starting a chat", 'wp-live-chat-support') ?>"></i>
152
  </td>
153
  <td valign='top'>
154
  <div class="wplc-require-user-info__item">
155
  <input type="radio" value="both" name="wplc_require_user_info" id="wplc_require_user_info_both"<?php echo ($wplc_settings['wplc_require_user_info'] == 'both' ? ' checked' : '');?> />
156
+ <label for="wplc_require_user_info_both"><?php _e( 'Name and email', 'wp-live-chat-support'); ?></label>
157
  </div>
158
  <div class="wplc-require-user-info__item">
159
  <input type="radio" value="email" name="wplc_require_user_info" id="wplc_require_user_info_email"<?php echo ($wplc_settings['wplc_require_user_info'] == 'email' ? ' checked' : '');?> />
160
+ <label for="wplc_require_user_info_email"><?php _e( 'Email', 'wp-live-chat-support'); ?></label>
161
  </div>
162
  <div class="wplc-require-user-info__item">
163
  <input type="radio" value="name" name="wplc_require_user_info" id="wplc_require_user_info_name"<?php echo ($wplc_settings['wplc_require_user_info'] == 'name' ? ' checked' : '');?> />
164
+ <label for="wplc_require_user_info_name"><?php _e( 'Name', 'wp-live-chat-support'); ?></label>
165
  </div>
166
  <div class="wplc-require-user-info__item">
167
  <input type="radio" value="none" name="wplc_require_user_info" id="wplc_require_user_info_none"<?php echo ($wplc_settings['wplc_require_user_info'] == 'none' ? ' checked' : '');?> />
168
+ <label for="wplc_require_user_info_none"><?php _e( 'No fields', 'wp-live-chat-support'); ?></label>
169
  </div>
170
  </td>
171
  </tr>
172
  <tr class="wplc-user-default-visitor-name__row">
173
  <td width='300' valign='top'>
174
+ <?php _e("Default visitor name",'wp-live-chat-support'); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("This name will be displayed for all not logged in visitors", 'wp-live-chat-support') ?>"></i>
175
  </td>
176
  <td valign='top'>
177
+ <input type="text" name="wplc_user_default_visitor_name" maxlength="25" id="wplc_user_default_visitor_name" value="<?php if ( isset( $wplc_settings['wplc_user_default_visitor_name'] ) ) { echo esc_attr( $wplc_settings['wplc_user_default_visitor_name'] ); } else { echo __( "Guest", 'wp-live-chat-support'); } ?>" />
178
  </td>
179
  </tr>
180
  <tr>
181
  <td width='300' valign='top'>
182
+ <?php _e("Input Field Replacement Text",'wp-live-chat-support')?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("This is the text that will show in place of the Name And Email fields", 'wp-live-chat-support') ?>"></i>
183
  </td>
184
  <td valign='top'>
185
  <textarea cols="45" rows="5" name="wplc_user_alternative_text" ><?php echo esc_textarea($wplc_settings['wplc_user_alternative_text']); ?></textarea>
187
  </tr>
188
  <tr>
189
  <td width='300' valign='top'>
190
+ <?php _e("Use Logged In User Details",'wp-live-chat-support')?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("A user's Name and Email Address will be used by default if they are logged in.", 'wp-live-chat-support') ?>"></i>
191
  </td>
192
  <td valign='top'>
193
  <input type="checkbox" value="1" name="wplc_loggedin_user_info"<?php echo ($wplc_settings['wplc_loggedin_user_info'] ? ' checked' : '');?> />
197
  <?php if ($wplc_settings['wplc_use_node_server']) { ?>
198
  <tr>
199
  <td width='300' valign='top'>
200
+ <?php _e("Play a sound when there is a new visitor",'wp-live-chat-support'); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Disable this to mute the sound that is played when a new visitor arrives", 'wp-live-chat-support') ?>"></i>
201
  </td>
202
  <td valign='top'>
203
  <input type="checkbox" value="1" name="wplc_enable_visitor_sound"<?php echo ($wplc_settings['wplc_enable_visitor_sound'] ? ' checked' : '');?> />
206
  <?php } ?>
207
  <tr>
208
  <td width='300' valign='top'>
209
+ <?php _e("Play a sound when a new message is received",'wp-live-chat-support'); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Disable this to mute the sound that is played when a new chat message is received", 'wp-live-chat-support') ?>"></i>
210
  </td>
211
  <td valign='top'>
212
  <input type="checkbox" value="1" name="wplc_enable_msg_sound"<?php echo ($wplc_settings['wplc_enable_msg_sound'] ? ' checked' : '');?> />
215
 
216
  <tr>
217
  <td width='300' valign='top'>
218
+ <?php _e("Enable Font Awesome set",'wp-live-chat-support'); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Disable this if you have Font Awesome set included with your theme", 'wp-live-chat-support') ?>"></i>
219
  </td>
220
  <td valign='top'>
221
  <input type="checkbox" value="1" name="wplc_enable_font_awesome"<?php echo ($wplc_settings['wplc_enable_font_awesome'] ? ' checked' : '');?>/>
223
  </tr>
224
  <tr>
225
  <td width='300' valign='top'>
226
+ <?php _e("Enable chat dashboard and notifications on all admin pages",'wp-live-chat-support'); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("This will load the chat dashboard on every admin page.", 'wp-live-chat-support') ?>"></i>
227
  </td>
228
  <td valign='top'>
229
  <input type="checkbox" value="1" name="wplc_enable_all_admin_pages"<?php echo ($wplc_settings['wplc_enable_all_admin_pages'] ? ' checked' : '');?> />
231
  </tr>
232
  <tr>
233
  <td width='300' valign='top'>
234
+ <?php _e("Delete database entries on uninstall",'wp-live-chat-support'); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("This will delete all WP Live Chat by 3CX related database entries such as options and chats on uninstall.", 'wp-live-chat-support') ?>"></i>
235
  </td>
236
  <td valign='top'>
237
  <input type="checkbox" value="1" name="wplc_delete_db_on_uninstall"<?php echo ($wplc_settings['wplc_delete_db_on_uninstall'] ? ' checked' : '');?>/>
242
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='700'>
243
  <tr>
244
  <td width='350' valign='top'>
245
+ <?php _e("Agents can set their online status", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php echo __('Checking this will allow you to change your status to Online or Offline on the Live Chat page.', 'wp-live-chat-support').' '.__('If this option is disabled, agents will be always automatically online.', 'wp-live-chat-support'); ?>"></i>
246
  </td>
247
  <td>
248
  <input type="checkbox" value="1" name="wplc_allow_agents_set_status"<?php echo ($wplc_settings['wplc_allow_agents_set_status'] ? ' checked' : '');?> />
253
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='700'>
254
  <tr>
255
  <td width='350' valign='top'>
256
+ <?php _e("Exclude chat from 'Home' page:", 'wp-live-chat-support'); ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Leaving this unchecked will allow the chat window to display on your home page.", 'wp-live-chat-support') ?>"></i>
257
  </td>
258
  <td valign='top'>
259
  <input type="checkbox" name="wplc_exclude_home"<?php echo ($wplc_settings['wplc_exclude_home'] ? ' checked' : ''); ?> value='1' />
261
  </tr>
262
  <tr>
263
  <td width='350' valign='top'>
264
+ <?php _e("Exclude chat from 'Archive' pages:", 'wp-live-chat-support'); ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Leaving this unchecked will allow the chat window to display on your archive pages.", 'wp-live-chat-support') ?>"></i>
265
  </td>
266
  <td valign='top'>
267
  <input type="checkbox" name="wplc_exclude_archive"<?php echo ($wplc_settings['wplc_exclude_archive'] ? ' checked' : ''); ?> value='1' />
269
  </tr>
270
  <tr>
271
  <td width='350' valign='top'>
272
+ <?php _e("Include chat window on the following pages:", 'wp-live-chat-support'); ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Show the chat window on the following pages. Leave blank to show on all. (Use comma-separated Page ID's)", 'wp-live-chat-support') ?>"></i>
273
  </td>
274
  <td valign='top'>
275
  <input type="text" name="wplc_include_on_pages" value="<?php echo esc_attr($wplc_settings['wplc_include_on_pages']); ?>" />
277
  </tr>
278
  <tr>
279
  <td width='350' valign='top'>
280
+ <?php _e("Exclude chat window on the following pages:", 'wp-live-chat-support'); ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Do not show the chat window on the following pages. Leave blank to show on all. (Use comma-separated Page ID's)", 'wp-live-chat-support') ?>"></i>
281
  </td>
282
  <td valign='top'>
283
  <input type="text" name="wplc_exclude_from_pages" value="<?php echo esc_attr($wplc_settings['wplc_exclude_from_pages']); ?>" />
285
  </tr>
286
  <tr class="wplc-exclude-post-types__row">
287
  <td width='200' valign='top'>
288
+ <?php _e("Exclude chat window on selected post types",'wp-live-chat-support'); ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Do not show the chat window on the following post types pages.", 'wp-live-chat-support') ?>"></i>
289
  </td>
290
  <td valign='top'><?php
291
  $wplc_posts_types = get_post_types(
299
  foreach ( $wplc_posts_types as $posts_type ) { ?>
300
  <div class="wplc-exclude-post-types__item">
301
  <input type="checkbox" value="<?php echo $posts_type->name; ?>" id="wplc_exclude_post_types_<?php echo $posts_type->name; ?>" name="wplc_exclude_post_types[]" <?php echo ( ! empty( $wplc_settings['wplc_exclude_post_types'] ) && in_array( $posts_type->name, $wplc_settings['wplc_exclude_post_types'] ) ) ? 'checked' : ''; ?> />
302
+ <label for="wplc_exclude_post_types_<?php echo $posts_type->name; ?>"><?php _e( $posts_type->label, 'wp-live-chat-support') ?></label>
303
  </div>
304
  <?php
305
  }
306
  } else {
307
+ _e( 'No post types found.', 'wp-live-chat-support');
308
  } ?>
309
  </td>
310
  </tr>
311
  <tr>
312
  <td width='300' valign='top'>
313
+ <?php _e("Allow WP users to self-assign as a chat agent", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e('Checking this will allow any of your users to make themselves a chat agent when editing their profile.', 'wp-live-chat-support'); ?>"></i>
314
  </td>
315
  <td>
316
  <input type="checkbox" value="1" name="wplc_make_agent"<?php echo ($wplc_settings['wplc_make_agent'] ? ' checked' : ''); ?> />
319
 
320
  </table>
321
 
322
+ <h4><?php _e( "Quick Response", 'wp-live-chat-support'); ?></h4>
323
  <table class="wp-list-table wplc_list_table widefat fixed striped pages">
324
  <tbody>
325
  <tr>
326
  <td width="350" valign="top">
327
+ <label for="wplc_quick_response_orderby"><?php _e( "Order by", 'wp-live-chat-support'); ?></label>
328
  </td>
329
  <td valign="top">
330
  <select id='wplc_quick_response_orderby' name='wplc_quick_response_orderby'>
331
+ <option value="title" <?php selected( $wplc_quick_response_order_by, 'title' ) ?>><?php _e( "Title", 'wp-live-chat-support'); ?></option>
332
+ <option value="date" <?php selected( $wplc_quick_response_order_by, 'date' ) ?>><?php _e( "Date", 'wp-live-chat-support'); ?></option>
333
+ <option value="number" <?php selected( $wplc_quick_response_order_by, 'number' ) ?>><?php _e( "Number", 'wp-live-chat-support'); ?></option>
334
  </select>
335
  </td>
336
  </tr>
337
  <tr>
338
  <td width="350" valign="top">
339
+ <label for="wplc_quick_response_order"><?php _e( "Sort", 'wp-live-chat-support'); ?></label>
340
  </td>
341
  <td valign="top">
342
  <select id='wplc_quick_response_order' name='wplc_quick_response_order'>
343
+ <option value="DESC" <?php selected( $wplc_quick_response_order, 'DESC' ) ?>><?php _e( "Descending", 'wp-live-chat-support'); ?></option>
344
+ <option value="ASC" <?php selected( $wplc_quick_response_order, 'ASC' ) ?>><?php _e( "Ascending", 'wp-live-chat-support'); ?></option>
345
  </select>
346
  </td>
347
  </tr>
348
  </tbody>
349
  </table>
350
  <div style="display:none">
351
+ <h4><?php _e( "Voice Notes", 'wp-live-chat-support'); ?></h4>
352
  <table class='wp-list-table wplc_list_table widefat fixed striped pages' width='700'>
353
  <tr>
354
  <td width='350' valign='top'>
355
+ <?php _e( "Enable Voice Notes on admin side", 'wp-live-chat-support'); ?>: <i
356
  class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip"
357
+ title="<?php _e( "Enabling this will allow you to record the voice during the chat and send it to visitor once you hold on CTRL + SPACEBAR in main chat window", 'wp-live-chat-support') ?>"></i>
358
  </td>
359
  <td valign='top'>
360
  <input type="checkbox" value="1" name="wplc_enable_voice_notes_on_admin"<?php echo ($wplc_settings['wplc_enable_voice_notes_on_admin'] ? ' checked' : '' ) ?> />
362
  </tr>
363
  <tr>
364
  <td width='350' valign='top'>
365
+ <?php _e( "Enable Voice Notes on visitor side", 'wp-live-chat-support'); ?>: <i
366
  class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip"
367
+ title="<?php _e( "Enabling this will allow the visitors to record the voice during the chat and send it to agent once they hold on CTRL + SPACEBAR", 'wp-live-chat-support') ?>"></i>
368
  </td>
369
  <td valign='top'>
370
  <input type="checkbox" value="1" name="wplc_enable_voice_notes_on_visitor"<?php echo ($wplc_settings['wplc_enable_voice_notes_on_visitor'] ? ' checked' : '' ) ?> />
378
 
379
  </div>
380
  <div id="tabs-2">
381
+ <h3><?php _e("Chat Box Settings",'wp-live-chat-support')?></h3>
382
  <table class='wp-list-table wplc_list_table widefat fixed striped pages'>
383
  <tr>
384
+ <td width='300' valign='top'><?php _e("Alignment",'wp-live-chat-support')?>:</td>
385
  <td>
386
  <select id='wplc_settings_align' name='wplc_settings_align'>
387
+ <option value="1" <?php if (isset($wplc_settings_align[1])) { echo $wplc_settings_align[1]; } ?>><?php _e("Bottom left",'wp-live-chat-support'); ?></option>
388
+ <option value="2" <?php if (isset($wplc_settings_align[2])) { echo $wplc_settings_align[2]; } ?>><?php _e("Bottom right",'wp-live-chat-support'); ?></option>
389
+ <option value="3" <?php if (isset($wplc_settings_align[3])) { echo $wplc_settings_align[3]; } ?>><?php _e("Left",'wp-live-chat-support'); ?></option>
390
+ <option value="4" <?php if (isset($wplc_settings_align[4])) { echo $wplc_settings_align[4]; } ?>><?php _e("Right",'wp-live-chat-support'); ?></option>
391
  </select>
392
  </td>
393
  </tr>
394
  <tr>
395
  <td width='300'>
396
+ <?php _e("Auto Pop-up",'wp-live-chat-support') ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Expand the chat box automatically (prompts the user to enter their name and email address).",'wp-live-chat-support') ?>"></i>
397
  </td>
398
  <td>
399
  <input type="checkbox" name="wplc_auto_pop_up" value="1" <?php echo ($wplc_settings['wplc_auto_pop_up'] ? ' checked' : ''); ?>/>
402
 
403
  <tr>
404
  <td>
405
+ <?php _e("Display for chat message:", 'wp-live-chat-support') ?>
406
  </td>
407
  <td>
408
+ <input type="checkbox" name="wplc_show_name" value="1"<?php echo ($wplc_settings['wplc_show_name'] ? ' checked' : '');?>/> <label><?php _e("Name", 'wp-live-chat-support'); ?></label><br/>
409
+ <input type="checkbox" name="wplc_show_avatar" value="1"<?php echo ($wplc_settings['wplc_show_avatar'] ? ' checked' : '');?>/> <label><?php _e("Avatar", 'wp-live-chat-support'); ?></label><br/>
410
  </td>
411
  </tr>
412
  <tr>
413
  <td width='300'>
414
+ <?php echo __("Display typing indicator", 'wp-live-chat-support');?> <i class='fa fa-question-circle wplc_light_grey wplc_settings_tooltip' title="<?php _e("Display the 'typing...' animation in the chat window as soon as an agent or visitor is typing.", 'wp-live-chat-support');?>"></i>
415
  </td>
416
  <td>
417
  <input type="checkbox" name="wplc_typing_enabled" value="1"<?php echo ($wplc_settings['wplc_typing_enabled'] ? ' checked' : '');?>/>
418
+ <small><em><?php echo __("For non-cloud server users, please note that this will increase the amount of server resources required.", 'wp-live-chat-support'); ?> </em></small>
419
  </td>
420
  </tr>
421
  <tr>
422
  <td>
423
+ <?php _e("Chat box for logged in users only:", 'wp-live-chat-support') ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("By checking this, only users that are logged in will be able to chat with you.", 'wp-live-chat-support') ?>"></i>
424
  </td>
425
  <td>
426
  <input type="checkbox" name="wplc_display_to_loggedin_only" value="1"<?php echo ($wplc_settings['wplc_display_to_loggedin_only'] ? ' checked' : ''); ?>/>
428
  </tr>
429
  <tr>
430
  <td>
431
+ <?php _e("Display a timestamp in the chat window:", 'wp-live-chat-support') ?>
432
  </td>
433
  <td>
434
+ <input type="checkbox" name="wplc_show_date" value="1"<?php echo ($wplc_settings['wplc_show_date'] ? ' checked' : ''); ?>/> <label><?php _e("Date", 'wp-live-chat-support'); ?></label><br/>
435
+ <input type="checkbox" name="wplc_show_time" value="1"<?php echo ($wplc_settings['wplc_show_time'] ? ' checked' : ''); ?>/> <label><?php _e("Time", 'wp-live-chat-support'); ?></label>
436
  </td>
437
  </tr>
438
  <tr>
439
  <td>
440
+ <?php _e("Redirect to “Thank You” page on chat end:", 'wp-live-chat-support') ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("By checking this, users will be redirected to your thank you page when a chat is completed.", 'wp-live-chat-support') ?>"></i>
441
  </td>
442
  <td>
443
  <input type="checkbox" name="wplc_redirect_to_thank_you_page" value="1"<?php echo ($wplc_settings['wplc_redirect_to_thank_you_page'] ? ' checked' : ''); ?>/>
444
+ <input type="text" name="wplc_redirect_thank_you_url" value="<?php echo (!empty($wplc_settings['wplc_redirect_thank_you_url']) ? urldecode($wplc_settings['wplc_redirect_thank_you_url']) : '' ); ?>" placeholder="<?php _e('Thank You Page URL', 'wp-live-chat-support'); ?>" class='wplc_check_url' />
445
  </td>
446
  </tr>
447
  <?php
451
  <tr>
452
  <td>
453
  <?php
454
+ _e('Disable Emojis', 'wp-live-chat-support');
455
  ?>
456
  </td>
457
  <td>
468
 
469
  <tr>
470
  <td width='420' valign='top'>
471
+ <?php _e("User / Agent name", 'wp-live-chat-support') ?>:
472
  </td>
473
  <td>
474
  <input id='wplc_chat_name' name='wplc_chat_name' type='text' size='50' maxlength='50' class='regular-text' value='<?php echo stripslashes($wplc_settings['wplc_chat_name']); ?>' />
476
  </tr>
477
  <tr>
478
  <td width='420' valign='top'>
479
+ - <?php _e("Use WordPress name", 'wp-live-chat-support') ?>:
480
  </td>
481
  <td>
482
+ <input id='wplc_use_wp_name' name='wplc_use_wp_name' value='1' type='checkbox'<?php echo ($wplc_settings['wplc_use_wp_name'] ? ' checked' : '');?>/> <small><em><?php _e("Note: 'Name' field will be ignored", 'wp-live-chat-support')?></em></small>
483
  </td>
484
  </tr>
485
 
511
  ?>
512
  <tr>
513
  <td width='420' valign='top'>
514
+ <?php _e("Incoming chat ring tone", 'wp-live-chat-support') ?>:
515
  </td>
516
  <td>
517
  <select name='wplc_ringtone' id='wplc_ringtone'>
527
 
528
  <tr>
529
  <td width='420' valign='top'>
530
+ <?php _e("Incoming message tone", 'wp-live-chat-support') ?>:
531
  </td>
532
  <td>
533
  <select name='wplc_messagetone' id='wplc_messagetone'>
544
  <!-- Chat Icon-->
545
  <tr class='wplc-icon-area'>
546
  <td width='300' valign='top'>
547
+ <?php _e("Icon", 'wp-live-chat-support') ?>:
548
  </td>
549
  <td>
550
  <div class="wplc_default_chat_icon_selector" style="display:block;max-height:50px;background-color:#<?php echo $wplc_settings['wplc_settings_color1'];?>" id="wplc_icon_area">
552
  </div>
553
  <input id="wplc_upload_icon" name="wplc_upload_icon" type="hidden" size="35" class="regular-text" maxlength="700" value=""/>
554
  <br/>
555
+ <input id="wplc_btn_upload_icon" name="wplc_btn_upload_icon" type="button" value="<?php _e("Upload Icon", 'wp-live-chat-support') ?>" />
556
+ <input id="wplc_btn_select_default_icon" name="wplc_btn_select_default_icon" type="button" value="<?php _e("Select Default Icon", 'wp-live-chat-support') ?>" />
557
  <br/>
558
+ <input id="wplc_btn_remove_icon" name="wplc_btn_remove_icon" type="button" value="<?php _e("Remove Icon", 'wp-live-chat-support') ?>" />
559
+ <?php _e("Recommended Size 50px x 50px", 'wp-live-chat-support') ?>
560
 
561
  <div id="wplc_default_chat_icons" style="display: none">
562
+ <strong><?php _e("Select Default Icon", 'wp-live-chat-support'); ?></strong>
563
+ <img class="wplc_default_chat_icon_selector" src="<?php echo WPLC_PLUGIN_URL . 'images/chaticon.png'; ?>">
564
+ <img class="wplc_default_chat_icon_selector" src="<?php echo WPLC_PLUGIN_URL . 'images/default_icon_1.png'; ?>">
565
+ <img class="wplc_default_chat_icon_selector" src="<?php echo WPLC_PLUGIN_URL . 'images/default_icon_2.png'; ?>">
566
+ <img class="wplc_default_chat_icon_selector" src="<?php echo WPLC_PLUGIN_URL . 'images/default_icon_3.png'; ?>">
567
  </div>
568
 
569
  <style type="text/css">
599
 
600
  <tr class='wplc-pic-area'>
601
  <td width='300' valign='top'>
602
+ <?php _e("Picture", 'wp-live-chat-support') ?>:
603
  </td>
604
  <td>
605
  <div style="display:block" id="wplc_pic_area">
607
  </div>
608
  <input id="wplc_upload_pic" name="wplc_upload_pic" type="hidden" size="35" class="regular-text" maxlength="700" value=""/>
609
  <br/>
610
+ <input id="wplc_btn_upload_pic" name="wplc_btn_upload_pic" type="button" value="<?php _e("Upload Image", 'wp-live-chat-support') ?>" />
611
  <br/>
612
+ <input id="wplc_btn_remove_pic" name="wplc_btn_remove_pic" type="button" value="<?php _e("Remove Image", 'wp-live-chat-support') ?>" />
613
+ <?php _e("Recommended Size 60px x 60px", 'wp-live-chat-support') ?>
614
  </td>
615
  </tr>
616
 
617
  <!-- Chat Logo-->
618
  <tr class='wplc-logo-area'>
619
  <td width='300' valign='top'>
620
+ <?php _e("Logo", 'wp-live-chat-support') ?>:
621
  </td>
622
  <td>
623
  <div style="display:block" id="wplc_logo_area">
625
  </div>
626
  <input id="wplc_upload_logo" name="wplc_upload_logo" type="hidden" size="35" class="regular-text" maxlength="700" value=""/>
627
  <br/>
628
+ <input id="wplc_btn_upload_logo" name="wplc_btn_upload_logo" type="button" value="<?php _e("Upload Logo", 'wp-live-chat-support') ?>" />
629
  <br/>
630
+ <input id="wplc_btn_remove_logo" name="wplc_btn_remove_logo" type="button" value="<?php _e("Remove Logo", 'wp-live-chat-support') ?>" />
631
+ <?php _e("Recommended Size 250px x 40px", 'wp-live-chat-support') ?>
632
  </td>
633
  </tr>
634
 
635
  <tr>
636
  <td width='300' valign='top'>
637
+ <?php _e("Chat button delayed startup (seconds)", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("How long to delay showing the Live Chat button on a page", 'wp-live-chat-support') ?>"></i>
638
  </td>
639
  <td>
640
  <input id="wplc_chat_delay" name="wplc_chat_delay" type="text" size="6" maxlength="4" value="<?php echo intval($wplc_settings['wplc_chat_delay']); ?>" />
643
  <!-- Chat Notification if want to chat -->
644
  <tr>
645
  <td width='300' valign='top'>
646
+ <?php _e("Chat notifications", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Alert me via email as soon as someone wants to chat (while online only)", 'wp-live-chat-support'); ?>"></i>
647
  </td>
648
  <td>
649
  <input id="wplc_pro_chat_notification" name="wplc_pro_chat_notification" type="checkbox" value="1"<?php echo($wplc_settings['wplc_pro_chat_notification'] ? ' checked' : '') ?> />
652
 
653
  </table>
654
 
655
+ <h3><?php _e("User Experience", 'wp-live-chat-support') ?></h3>
656
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='100%'>
657
  <tbody>
658
  <tr>
659
+ <td width='300' valign='top'><?php _e("Share files", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Adds file sharing to your chat box!", 'wp-live-chat-support') ?>"></i></td>
660
  <td><input id='wplc_ux_file_share' name='wplc_ux_file_share' type='checkbox'<?php echo($wplc_settings['wplc_ux_file_share'] ? ' checked' : '') ?> /> </td>
661
  </tr>
662
  <tr>
663
+ <td width='300' valign='top'><?php _e("Visitor experience ratings", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Allows users to rate the chat experience with an agent.", 'wp-live-chat-support') ?>"></i></td>
664
  <td><input id='wplc_ux_exp_rating' name='wplc_ux_exp_rating' type='checkbox'<?php echo($wplc_settings['wplc_ux_exp_rating'] ? ' checked' : '') ?> /> </td>
665
  </tr>
666
  </tbody>
667
  </table>
668
 
669
+ <h3><?php _e("Social", 'wp-live-chat-support') ?></h3>
670
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='100%'>
671
  <tbody>
672
  <tr>
673
+ <td width='300' valign='top'><?php _e("Facebook URL", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Link your Facebook page here. Leave blank to hide", 'wp-live-chat-support') ?>"></i></td>
674
+ <td><input id='wplc_social_fb' class='wplc_check_url' name='wplc_social_fb' placeholder="<?php _e("Facebook URL...", 'wp-live-chat-support') ?>" type='text' value="<?php echo urldecode($wplc_settings['wplc_social_fb']); ?>" />
675
 
676
  <?php
677
  if(!empty($wplc_settings['wplc_social_fb']) && !filter_var($wplc_settings['wplc_social_fb'], FILTER_VALIDATE_URL)) {
682
  </td>
683
  </tr>
684
  <tr>
685
+ <td width='300' valign='top'><?php _e("Twitter URL", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Link your Twitter page here. Leave blank to hide", 'wp-live-chat-support') ?>"></i></td>
686
+ <td><input id='wplc_social_tw' class='wplc_check_url' name='wplc_social_tw' placeholder="<?php _e("Twitter URL...", 'wp-live-chat-support') ?>" type='text' value="<?php echo urldecode($wplc_settings['wplc_social_tw']); ?>" />
687
 
688
  <?php
689
  if (!empty($wplc_settings['wplc_social_tw']) && !filter_var($wplc_settings['wplc_social_tw'], FILTER_VALIDATE_URL)) {
701
 
702
  </div>
703
  <div id="tabs-3">
704
+ <h3><?php _e("Offline Messages", 'wp-live-chat-support') ?></h3>
705
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='100%'>
706
  <tr>
707
  <td width='300'>
708
+ <?php _e("Disable offline messages", 'wp-live-chat-support') ?> <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("The chat window will be hidden when it is offline. Users will not be able to send offline messages to you", 'wp-live-chat-support') ?>"></i>
709
  </td>
710
  <td>
711
  <input type="checkbox" name="wplc_hide_when_offline" value="1" <?php echo ($wplc_settings['wplc_hide_when_offline'] ? ' checked' : '');?>/>
712
  </td>
713
  </tr>
714
  <tr>
715
+ <td width="300" valign="top"><?php _e("Offline Form Title", 'wp-live-chat-support') ?>:</td>
716
  <td>
717
  <input id="wplc_pro_na" name="wplc_pro_na" type="text" size="50" maxlength="50" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_na'])) { echo esc_attr($wplc_settings['wplc_pro_na']); } ?>" /> <br />
718
 
720
  </td>
721
  </tr>
722
  <tr>
723
+ <td width="300" valign="top"><?php _e("Offline form initial message", 'wp-live-chat-support') ?>:</td>
724
  <td>
725
  <input id="wplc_pro_offline1" name="wplc_pro_offline1" type="text" size="50" maxlength="150" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_offline1'])) { echo esc_attr($wplc_settings['wplc_pro_offline1']); } ?>" />
726
  </td>
727
  </tr>
728
  <tr>
729
+ <td width="300" valign="top"><?php _e("Offline form message on send", 'wp-live-chat-support') ?>:</td>
730
  <td>
731
  <input id="wplc_pro_offline2" name="wplc_pro_offline2" type="text" size="50" maxlength="50" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_offline2'])) { echo esc_attr($wplc_settings['wplc_pro_offline2']); } ?>" />
732
  </td>
733
  </tr>
734
  <tr>
735
+ <td width="300" valign="top"><?php _e("Offline form finish message", 'wp-live-chat-support') ?>:</td>
736
  <td>
737
  <input id="wplc_pro_offline3" name="wplc_pro_offline3" type="text" size="50" maxlength="150" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_offline3'])) { echo esc_attr($wplc_settings['wplc_pro_offline3']); } ?>" />
738
  </td>
739
  </tr>
740
  <tr>
741
+ <td width="300" valign="top"><?php _e("Offline Button Text", 'wp-live-chat-support') ?>:</td>
742
  <td>
743
  <input id="wplc_pro_offline_btn" name="wplc_pro_offline_btn" type="text" size="50" maxlength="50" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_offline_btn'])) { echo esc_attr($wplc_settings['wplc_pro_offline_btn']); } ?>" /> <br />
744
  </td>
745
  </tr>
746
  <tr>
747
+ <td width="300" valign="top"><?php _e("Offline Send Button Text", 'wp-live-chat-support') ?>:</td>
748
  <td>
749
  <input id="wplc_pro_offline_btn_send" name="wplc_pro_offline_btn_send" type="text" size="50" maxlength="50" class="regular-text" value="<?php if (isset($wplc_settings['wplc_pro_offline_btn_send'])) { echo esc_attr($wplc_settings['wplc_pro_offline_btn_send']); } ?>" /> <br />
750
  </td>
752
 
753
  </table>
754
 
755
+ <h4><?php _e("Email settings", 'wp-live-chat-support') ?></h4>
756
 
757
 
758
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages'>
759
  <tr>
760
  <td width='300' valign='top'>
761
+ <?php _e("Send to agent(s)", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Email address where offline messages are delivered to. Use comma separated email addresses to send to more than one email address", 'wp-live-chat-support') ?>"></i>
762
  </td>
763
  <td>
764
  <input id="wplc_pro_chat_email_address" name="wplc_pro_chat_email_address" class="regular-text" type="text" value="<?php if (isset($wplc_settings['wplc_pro_chat_email_address'])) {
768
 
769
  <tr>
770
  <td width='300' valign='top'>
771
+ <?php _e("Subject", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("User name will be appended to the end of the subject.", 'wp-live-chat-support') ?>"></i>
772
  </td>
773
  <td>
774
+ <input id="wplc_pro_chat_email_offline_subject" name="wplc_pro_chat_email_offline_subject" class="regular-text" type="text" value="<?php echo(isset($wplc_settings['wplc_pro_chat_email_offline_subject']) ? $wplc_settings['wplc_pro_chat_email_offline_subject'] : ""); ?>" placeholder="<?php echo __("WP Live Chat by 3CX - Offline Message from ", 'wp-live-chat-support'); ?>"/>
775
  </td>
776
  </tr>
777
 
781
 
782
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages'>
783
  <tr>
784
+ <td width="300" valign="top"><?php _e("Auto-respond to visitor", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Send your visitors an email as soon as they send you an offline message", 'wp-live-chat-support') ?>"></i></td>
785
  <td>
786
  <input id="wplc_ar_enable" name="wplc_ar_enable" type="checkbox" value="1" <?php if( isset( $wplc_auto_responder_settings['wplc_ar_enable'] ) ) { echo "checked"; } ?> /> <br />
787
  </td>
788
  </tr>
789
  <tr>
790
+ <td width="300" valign="top"><?php _e("Auto-responder 'From' name", 'wp-live-chat-support') ?>: </td>
791
  <td>
792
  <input type="text" name="wplc_ar_from_name" id="wplc_ar_from_name" class="regular-text" value="<?php if( isset( $wplc_auto_responder_settings['wplc_ar_from_name'] ) ) { echo stripslashes($wplc_auto_responder_settings['wplc_ar_from_name']); } ?>" />
793
  </td>
794
  </tr>
795
  <tr>
796
+ <td width="300" valign="top"><?php _e("Auto-responder 'From' email", 'wp-live-chat-support') ?>: </td>
797
  <td>
798
  <input type="text" name="wplc_ar_from_email" id="wplc_ar_from_email" class="regular-text" value="<?php if( isset( $wplc_auto_responder_settings['wplc_ar_from_email'] ) ) { echo $wplc_auto_responder_settings['wplc_ar_from_email']; } ?>" />
799
  </td>
800
  </tr>
801
  <tr>
802
+ <td width="300" valign="top"><?php _e("Auto-responder subject", 'wp-live-chat-support') ?>: </td>
803
  <td>
804
  <input type="text" name="wplc_ar_subject" id="wplc_ar_subject" class="regular-text" value="<?php if( isset( $wplc_auto_responder_settings['wplc_ar_subject'] ) ) { echo $wplc_auto_responder_settings['wplc_ar_subject']; } ?>" />
805
  </td>
806
  </tr>
807
  <tr>
808
+ <td width="300" valign="top"><?php _e("Auto-responder body", 'wp-live-chat-support') ?>: <br/></td>
809
  <td>
810
  <textarea name="wplc_ar_body" id="wplc_ar_body" rows="6" style="width:50%;"><?php if( isset( $wplc_auto_responder_settings['wplc_ar_body'] ) ) { echo esc_textarea( $wplc_auto_responder_settings['wplc_ar_body'] ); } ?></textarea>
811
+ <p class="description"><small><?php _e("HTML and the following shortcodes can be used", 'wp-live-chat-support'); ?>: <?php _e("User's name", 'wp-live-chat-support'); ?>: {wplc-user-name} <?php _e("User's email address", 'wp-live-chat-support'); ?>: {wplc-email-address}</small></p>
812
  </td>
813
  </tr>
814
  </table>
877
  color: #0596d4;
878
  }
879
  </style>
880
+ <h3><?php _e("Styling",'wp-live-chat-support')?></h3>
881
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages'>
882
  <?php
883
  $wplc_theme = wplc_get_theme();
884
  ?>
885
 
886
  <tr style='margin-bottom: 10px;'>
887
+ <td style="width:300px;"><label for=""><?php _e('Color scheme', 'wp-live-chat-support'); ?></label></td>
888
  <td>
889
  <div class='wplc_theme_block'>
890
  <div class='wplc_palette'>
940
  <div class='wplc_palette_single'>
941
  <div class='wplc-palette-selection <?php if ($wplc_theme == 'theme-6') { echo 'wplc_theme_active'; } ?>' id='wplc_theme_6'>
942
  <div class='wplc-palette-top' style='padding-top:3px'>&nbsp;</div>
943
+ <div class='wplc-palette-top' style='padding-top:18px'><?php _e("Custom Scheme",'wp-live-chat-support'); ?></div>
944
  <div class='wplc-palette-top' style='padding-top:3px'>&nbsp;</div>
945
  </div>
946
  </div>
961
 
962
 
963
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
964
+ <td width='200' valign='top'><?php _e("Palette Color 1",'wp-live-chat-support')?>:</td>
965
  <td>
966
  <input id="wplc_settings_color1" name="wplc_settings_color1" type="text" class="color" value="<?php if (isset($wplc_settings_color1)) { echo $wplc_settings_color1; } else { echo '0596d4'; } ?>" />
967
  </td>
968
  </tr>
969
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
970
+ <td width='200' valign='top'><?php _e("Palette Color 2",'wp-live-chat-support')?>:</td>
971
  <td>
972
  <input id="wplc_settings_color2" name="wplc_settings_color2" type="text" class="color" value="<?php if (isset($wplc_settings_color2)) { echo $wplc_settings_color2; } else { echo 'FFFFFF'; } ?>" />
973
  </td>
974
  </tr>
975
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
976
+ <td width='200' valign='top'><?php _e("Palette Color 3",'wp-live-chat-support')?>:</td>
977
  <td>
978
  <input id="wplc_settings_color3" name="wplc_settings_color3" type="text" class="color" value="<?php if (isset($wplc_settings_color3)) { echo $wplc_settings_color3; } else { echo 'EEEEEE'; } ?>" />
979
  </td>
980
  </tr>
981
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
982
+ <td width='200' valign='top'><?php _e("Palette Color 4",'wp-live-chat-support')?>:</td>
983
  <td>
984
  <input id="wplc_settings_color4" name="wplc_settings_color4" type="text" class="color" value="<?php if (isset($wplc_settings_color4)) { echo $wplc_settings_color4; } else { echo '373737'; } ?>" />
985
  </td>
986
  </tr>
987
 
988
  <tr>
989
+ <td width='300' valign='top'><?php _e("Chat background",'wp-live-chat-support')?>:</td>
990
  <td>
991
 
992
  <select id='wplc_settings_bg' name='wplc_settings_bg'>
993
+ <option value="cloudy.jpg" <?php if (!isset($wplc_settings['wplc_settings_bg']) || ($wplc_settings['wplc_settings_bg'] == "cloudy.jpg") ) { echo "selected"; } ?>><?php _e("Cloudy",'wp-live-chat-support'); ?></option>
994
+ <option value="geometry.jpg" <?php if (isset($wplc_settings['wplc_settings_bg']) && $wplc_settings['wplc_settings_bg'] == "geometry.jpg") { echo "selected"; } ?>><?php _e("Geometry",'wp-live-chat-support'); ?></option>
995
+ <option value="tech.jpg" <?php if (isset($wplc_settings['wplc_settings_bg']) && $wplc_settings['wplc_settings_bg'] == "tech.jpg") { echo "selected"; } ?>><?php _e("Tech",'wp-live-chat-support'); ?></option>
996
+ <option value="social.jpg" <?php if (isset($wplc_settings['wplc_settings_bg']) && $wplc_settings['wplc_settings_bg'] == "social.jpg") { echo "selected"; } ?>><?php _e("Social",'wp-live-chat-support'); ?></option>
997
+ <option value="0" <?php if (isset($wplc_settings['wplc_settings_bg']) && $wplc_settings['wplc_settings_bg'] == "0") { echo "selected"; } ?>><?php _e("None",'wp-live-chat-support'); ?></option>
998
  </select>
999
  </td>
1000
  </tr>
1001
 
1002
  <tr>
1003
+ <td width="200" valign="top"><?php _e("Use localization plugin", 'wp-live-chat-support') ?></td>
1004
  <td>
1005
  <input type="checkbox" name="wplc_using_localization_plugin" id="wplc_using_localization_plugin" value="1"<?php echo ($wplc_settings['wplc_using_localization_plugin'] ? ' checked' : ''); ?> />
1006
+ <br/><small><?php echo sprintf( __("Enable this if you are using a localization plugin. Should you wish to change the below strings with this option enabled, please visit the documentation %s", 'wp-live-chat-support'), "<a href='https://www.3cx.com/wp-live-chat/docs/localization/' target='_BLANK'>".__("here", 'wp-live-chat-support') ); ?></small>
1007
  </td>
1008
  </tr>
1009
 
1010
  <tr style='height:30px;'><td></td><td></td></tr>
1011
  <tr class="wplc_localization_strings">
1012
+ <td width="200" valign="top"><?php _e("Chat box title", 'wp-live-chat-support') ?>:</td>
1013
  <td>
1014
  <input id="wplc_pro_fst1" name="wplc_pro_fst1" type="text" size="50" maxlength="50" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_fst1']) ?>" /> <br />
1015
  </td>
1016
  </tr>
1017
  <tr class="wplc_localization_strings">
1018
+ <td width="200" valign="top"><?php _e("Chat box sub-title", 'wp-live-chat-support') ?>:</td>
1019
  <td>
1020
  <input id="wplc_pro_fst2" name="wplc_pro_fst2" type="text" size="50" maxlength="50" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_fst2']) ?>" /> <br />
1021
  </td>
1022
  </tr>
1023
  <tr class="wplc_localization_strings">
1024
+ <td width="200" valign="top"><?php _e("Chat box intro", 'wp-live-chat-support') ?>:</td>
1025
  <td>
1026
  <input id="wplc_pro_intro" name="wplc_pro_intro" type="text" size="50" maxlength="150" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_intro']) ?>" /> <br />
1027
  </td>
1028
  </tr>
1029
  <tr class="wplc_localization_strings">
1030
+ <td width="200" valign="top"><?php _e("Start chat button label", 'wp-live-chat-support') ?>:</td>
1031
  <td>
1032
  <input id="wplc_pro_sst1" name="wplc_pro_sst1" type="text" size="50" maxlength="30" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_sst1']) ?>" /> <br />
1033
  </td>
1034
  </tr>
1035
  <tr class="wplc_localization_strings">
1036
+ <td width="200" valign="top"><?php _e("Start chat status message", 'wp-live-chat-support') ?>:</td>
1037
  <td>
1038
  <input id="wplc_pro_sst2" name="wplc_pro_sst2" type="text" size="50" maxlength="70" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_sst2']) ?>" /> <br />
1039
  </td>
1040
  </tr>
1041
  <tr class="wplc_localization_strings">
1042
+ <td width="200" valign="top"><?php _e("Re-activate chat message", 'wp-live-chat-support') ?>:</td>
1043
  <td>
1044
  <input id="wplc_pro_tst1" name="wplc_pro_tst1" type="text" size="50" maxlength="50" class="regular-text" value="<?php echo esc_attr($wplc_settings['wplc_pro_tst1']) ?>" /> <br />
1045
 
1047
  </td>
1048
  </tr>
1049
  <tr class="wplc_localization_strings">
1050
+ <td width="200" valign="top"><?php _e("Welcome message", 'wp-live-chat-support') ?>:</td>
1051
  <td>
1052
+ <input id="wplc_welcome_msg" name="wplc_welcome_msg" type="text" size="50" maxlength="350" class="regular-text" value="<?php echo stripslashes($wplc_settings['wplc_welcome_msg']) ?>" /> <span class='description'><?php _e('This text is shown as soon as a user starts a chat and waits for an agent to join', 'wp-live-chat-support'); ?></span><br />
1053
  </td>
1054
  </tr>
1055
  <tr class="wplc_localization_strings">
1056
+ <td width="200" valign="top"><?php _e("Agent no answer message", 'wp-live-chat-support') ?>:</td>
1057
  <td>
1058
+ <input id="wplc_user_no_answer" name="wplc_user_no_answer" type="text" size="50" maxlength="150" class="regular-text" value="<?php echo (isset($wplc_settings['wplc_user_no_answer']) ? stripslashes($wplc_settings['wplc_user_no_answer']) : $wplc_default_settings_array['wplc_user_no_answer']); ?>" /> <span class='description'><?php _e('This text is shown to the user when an agent has failed to answer a chat', 'wp-live-chat-support'); ?></span><br />
1059
  </td>
1060
  </tr>
1061
  <tr class="wplc_localization_strings">
1062
+ <td width="200" valign="top"><?php _e("Other text", 'wp-live-chat-support') ?>:</td>
1063
  <td>
1064
  <input id="wplc_user_enter" name="wplc_user_enter" type="text" size="50" maxlength="150" class="regular-text" value="<?php echo stripslashes($wplc_settings['wplc_user_enter']) ?>" /><br />
1065
+ <input id="wplc_text_chat_ended" name="wplc_text_chat_ended" type="text" size="50" maxlength="150" class="regular-text" value="<?php echo ( empty( $wplc_settings['wplc_text_chat_ended'] ) ) ? stripslashes(__("The chat has been ended by the agent.", 'wp-live-chat-support')) : stripslashes( $wplc_settings['wplc_text_chat_ended'] ) ?>" /> <br />
1066
  </td>
1067
  </tr>
1068
 
1069
  <tr>
1070
+ <td><label for=""><?php _e('Chat box animation', 'wp-live-chat-support'); ?></label></td>
1071
 
1072
  <td>
1073
  <div class='wplc_animation_block'>
1075
  echo 'wplc_animation_active';
1076
  } ?>' id='wplc_animation_1'>
1077
  <i class="fa fa-arrow-circle-up wplc_orange"></i>
1078
+ <p><?php _e('Slide Up', 'wp-live-chat-support'); ?></p>
1079
  </div>
1080
  <div class='wplc_animation_image <?php if (isset($wplc_settings['wplc_animation']) && $wplc_settings['wplc_animation'] == 'animation-2') {
1081
  echo 'wplc_animation_active';
1082
  } ?>' id='wplc_animation_2'>
1083
  <i class="fa fa-arrows-h wplc_red"></i>
1084
+ <p><?php _e('Slide From The Side', 'wp-live-chat-support'); ?></p>
1085
  </div>
1086
  <div class='wplc_animation_image <?php if (isset($wplc_settings['wplc_animation']) && $wplc_settings['wplc_animation'] == 'animation-3') {
1087
  echo 'wplc_animation_active';
1088
  } ?>' id='wplc_animation_3'>
1089
  <i class="fa fa-arrows-alt wplc_orange"></i>
1090
+ <p><?php _e('Fade In', 'wp-live-chat-support'); ?></p>
1091
  </div>
1092
  <div class='wplc_animation_image <?php if ((isset($wplc_settings['wplc_animation']) && $wplc_settings['wplc_animation'] == 'animation-4') || !isset($wplc_settings['wplc_animation'])) {
1093
  echo 'wplc_animation_active';
1094
  } ?>' id='wplc_animation_4'>
1095
  <i class="fa fa-thumb-tack wplc_red"></i>
1096
+ <p><?php _e('No Animation', 'wp-live-chat-support'); ?></p>
1097
  </div>
1098
  </div>
1099
  <input type="radio" name="wplc_animation" value="animation-1" class="wplc_hide_input" id="wplc_rb_animation_1" class='wplc_hide_input' <?php if (isset($wplc_settings['wplc_animation']) && $wplc_settings['wplc_animation'] == 'animation-1') {
1111
  </td>
1112
  </tr>
1113
  <tr>
1114
+ <td width='300' valign='top'><?php _e("Auto-response to first message",'wp-live-chat-support')?>:</td>
1115
  <td>
1116
  <input type="text" name="wplc_pro_auto_first_response_chat_msg" value="<?php echo $wplc_pro_auto_first_response_chat_msg; ?>">
1117
+ <span class='description'><?php _e('This message will be sent automatically after the first message is sent from the user side. Leave empty to disable.', 'wp-live-chat-support'); ?></span>
1118
  </td>
1119
  </tr>
1120
 
1129
  'meta_key' => 'wplc_ma_agent',
1130
  ));
1131
 
1132
+ echo "<h3>".__('Chat Agents', 'wp-live-chat-support')."</h3>";
1133
 
1134
  $wplc_agents = "<div class='wplc_agent_container'><ul>";
1135
 
1140
  $wplc_agents .= "<p><img src=\"//www.gravatar.com/avatar/" . md5($user->user_email) . "?s=60&d=mm\" /></p>";
1141
  $check = get_user_meta($user->ID,"wplc_chat_agent_online");
1142
  if ($check) {
1143
+ $wplc_agents .= "<span class='wplc_status_box wplc_type_returning'>".__("Logged In",'wp-live-chat-support')."</span>";
1144
  }
1145
  $wplc_agents .= "<h3>" . esc_html($user->display_name) . "</h3>";
1146
 
1150
 
1151
  if (get_current_user_id() == $user->ID) {
1152
  } else {
1153
+ $wplc_agents .= "<p><button class='button button-secondary wplc_remove_agent' id='wplc_remove_agent_".$user->ID."' uid='".$user->ID."'>".__("Remove",'wp-live-chat-support')."</button></p>";
1154
  }
1155
  $wplc_agents .= "</li>";
1156
  }
1159
  ?>
1160
  <li style='width:150px;' id='wplc_add_new_agent_box'>
1161
  <p><i class='fa fa-plus-circle fa-4x' style='color:#ccc;' ></i></p>
1162
+ <h3><?php _e("Add New Agent",'wp-live-chat-support'); ?></h3>
1163
  <select id='wplc_agent_select'>
1164
+ <option value=''><?php _e("Select",'wp-live-chat-support'); ?></option>
1165
  <?php
1166
  $blogusers = get_users( array( 'role' => 'administrator', 'fields' => array( 'display_name','ID','user_email' ) ) );
1167
  // Array of stdClass objects.
1168
  foreach ( $blogusers as $user ) {
1169
  $is_agent = get_user_meta(intval( $user->ID ), 'wplc_ma_agent', true);
1170
+ if(!$is_agent){ echo '<option id="wplc_selected_agent_'. intval( $user->ID ) .'" em="' . md5(sanitize_email( $user->user_email )) . '" uid="' . intval( $user->ID ) . '" em2="' . esc_attr( $user->user_email ) . '" name="' . esc_attr( $user->display_name ) . '" value="' . intval( $user->ID ) . '">' . esc_html( $user->display_name ) . ' ('.__('Administrator','wp-live-chat-support').')</option>'; }
1171
  }
1172
  $blogusers = get_users( array( 'role' => 'editor', 'fields' => array( 'display_name','ID','user_email' ) ) );
1173
  // Array of stdClass objects.
1174
  foreach ( $blogusers as $user ) {
1175
  $is_agent = get_user_meta(intval( $user->ID ), 'wplc_ma_agent', true);
1176
+ if(!$is_agent){ echo '<option id="wplc_selected_agent_'. intval( $user->ID ) .'" em="' . md5(sanitize_email( $user->user_email )) . '" uid="' . intval( $user->ID ) . '" em2="' . esc_attr( $user->user_email ) . '" name="' . esc_attr( $user->display_name ) . '" value="' . intval( $user->ID ) . '">' . esc_html( $user->display_name ) . ' ('.__('Editor','wp-live-chat-support').')</option>'; }
1177
  }
1178
  $blogusers = get_users( array( 'role' => 'author', 'fields' => array( 'display_name','ID','user_email' ) ) );
1179
  // Array of stdClass objects.
1180
  foreach ( $blogusers as $user ) {
1181
  $is_agent = get_user_meta(intval( $user->ID ), 'wplc_ma_agent', true);
1182
+ if(!$is_agent){ echo '<option id="wplc_selected_agent_'. intval( $user->ID ) .'" em="' . md5(sanitize_email( $user->user_email )) . '" uid="' . intval( $user->ID ) . '" em2="' . esc_attr( $user->user_email ) . '" name="' . esc_attr( $user->display_name ) . '" value="' . intval( $user->ID ) . '">' . esc_html( $user->display_name ) . ' ('.__('Author','wp-live-chat-support').')</option>'; }
1183
  }
1184
  ?>
1185
  </select>
1186
+ <p><button class='button button-secondary' id='wplc_add_agent' style="display: none;"><?php _e("Add Agent",'wp-live-chat-support'); ?></button></p>
1187
  </li>
1188
  </ul>
1189
  </div>
1190
 
1191
  <hr/>
1192
+ <p class="description"><?php echo sprintf(__("Should you wish to add a user that has a role less than 'Author', please go to the %s page, select the relevant user, click Edit and scroll to the bottom of the page and enable the 'Chat Agent' checkbox.", 'wp-live-chat-support'), "<a href='./users.php'>".__("Users",'wp-live-chat-support')."</a>"); ?></p>
1193
+ <p class="description"><?php _e("If there are no chat agents online, the chat will show as offline", 'wp-live-chat-support'); ?></p>
1194
 
1195
 
1196
  </div>
1197
  <div id="tabs-7">
1198
+ <h3><?php _e("Blocked Visitors / IP Addresses", 'wp-live-chat-support') ?></h3>
1199
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='100%'>
1200
  <tr>
1201
  <td>
1202
+ <textarea name="wplc_ban_users_ip" style="width: 50%; min-height: 200px;" placeholder="<?php _e('Enter each IP Address you would like to block on a new line', 'wp-live-chat-support'); ?>" autocomplete="false"><?php
1203
  $ip_addresses = get_option('WPLC_BANNED_IP_ADDRESSES');
1204
  if($ip_addresses){
1205
  $ip_addresses = maybe_unserialize($ip_addresses);
1210
  }
1211
  }
1212
  ?></textarea>
1213
+ <p class="description"><?php _e('Blocking a user\'s IP Address here will hide the chat window from them, preventing them from chatting with you. Each IP Address must be on a new line', 'wp-live-chat-support'); ?></p>
1214
  </td>
1215
  </tr>
1216
  </table>
1222
 
1223
  $content .= "<div id='wplc-business-hours'>";
1224
 
1225
+ $content .= "<h3>".__("Business Hours", 'wp-live-chat-support')."</h3>";
1226
  $content .= "<table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' >";
1227
 
1228
  $content .= "<tr>";
1229
+ $content .= "<td width='300'>".__("Enable Business Hours", 'wp-live-chat-support')."</td>";
1230
  $content .= "<td><input type='checkbox' name='wplc_bh_enable' id='wplc_bh_enable' value='1' ".($wplc_settings['wplc_bh_enable'] ? ' checked' : '')." /></td>";
1231
  $content .= "</tr>";
1232
 
1233
  $content .= "<tr>";
1234
+ $content .= "<td width='300'>".__("Active schedule", 'wp-live-chat-support')."</td>";
1235
  $content .= "<td>";
1236
  $content .= "<select name='wplc_bh_interval' id='wplc_bh_interval'>";
1237
  $wplc_intervals = array(
1238
+ '0' => __("Daily", 'wp-live-chat-support'),
1239
+ '1' => __("Week Days", 'wp-live-chat-support'),
1240
+ '2' => __("Weekends", 'wp-live-chat-support')
1241
  );
1242
  $wplc_intervals = apply_filters( "wplc_bg_intervals_array", $wplc_intervals );
1243
  if ($wplc_intervals) {
1249
 
1250
  $wplc_times_array = wplc_return_times_array_mrg();
1251
 
1252
+ $content .= ' '.__("Between", 'wp-live-chat-support')." <select name='wplc_bh_hours_start' id='wplc_bh_hours_start'>";
1253
  foreach( $wplc_times_array['hours'] as $hour) {
1254
  $hh = intval($hour);
1255
  $content .= "<option value='$hh'".($wplc_settings['wplc_bh_hours_start'] == $hh ? ' selected' : '').">$hour</option>";
1260
  $mm = intval($minute);
1261
  $content .= "<option value='$mm'".($wplc_settings['wplc_bh_minutes_start'] == $mm ? ' selected' : '').">$minute</option>";
1262
  }
1263
+ $content .= "</select>".' '.__("and", 'wp-live-chat-support').' ';
1264
  $content .= "<select name='wplc_bh_hours_end' id='wplc_bh_hours_end'>";
1265
  foreach( $wplc_times_array['hours'] as $hour) {
1266
  $hh = intval($hour);
1277
  $content .= "</tr>";
1278
 
1279
  $content .= "<tr>";
1280
+ $content .= "<td width='300'>".__("Current Site Time", 'wp-live-chat-support')."</td>";
1281
  $content .= "<td>";
1282
  $content .= $current_time = current_time('mysql');
1283
  $content .= "</td>";
1290
  ?>
1291
 
1292
  <div id="tabs-9">
1293
+ <h3><?php _e("Chat Encryption", 'wp-live-chat-support') ?></h3>
1294
  <table class='form-table wp-list-table wplc_list_table widefat fixed striped pages' width='700'>
1295
  <tr>
1296
+ <td width='300' valign='top'><?php _e("Enable Encryption", 'wp-live-chat-support') ?>: <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e('All messages will be encrypted when being sent to and from the user and agent.', 'wp-live-chat-support'); ?>"></i></td>
1297
  <td>
1298
  <input type="checkbox" name="wplc_enable_encryption" id="wplc_enable_encryption" value="1"<?php echo ($wplc_settings['wplc_enable_encryption'] ? ' checked' : ''); ?>/>
1299
  </td>
1302
  <td width='300'></td>
1303
  <td>
1304
  <p class='notice notice-error'>
1305
+ <?php _e('Once enabled, all messages sent will be encrypted. This cannot be undone.', 'wp-live-chat-support'); ?>
1306
  </p>
1307
  </td>
1308
  </tr>
1312
  <?php do_action("wplc_hook_settings_page_more_tabs"); ?>
1313
 
1314
  </div>
1315
+ <p class='submit'><input type='submit' name='wplc_save_settings' class='button-primary' value='<?php _e("Save Settings",'wp-live-chat-support')?>' /></p>
1316
  </form>
1317
 
1318
  </div>
includes/shortcodes.php CHANGED
@@ -25,7 +25,7 @@ function wplc_live_chat_box_shortcode( $atts, $content = null ) {
25
  // get attributes
26
  $atts = shortcode_atts(array('style' => 'normal'),$atts,'wplc_live_chat');
27
 
28
- $output = '<div class="wplc_live_chat_support_shortcode wplc_' . $atts['style'] . '">';
29
  $output .= $wplc_chat_box_content;
30
  $output .= '</div">';
31
  return $output;
25
  // get attributes
26
  $atts = shortcode_atts(array('style' => 'normal'),$atts,'wplc_live_chat');
27
 
28
+ $output = '<div class="wplc_live_chat_support_shortcode wplc_' . esc_attr($atts['style']) . '">';
29
  $output .= $wplc_chat_box_content;
30
  $output .= '</div">';
31
  return $output;
includes/wplc_agent_data.php CHANGED
@@ -8,11 +8,11 @@ add_action( 'show_user_profile', 'wplc_user_profile_fields_mrg' );
8
 
9
  function wplc_user_profile_fields_mrg( $user ){
10
  $ret = "";
11
- $ret .= "<a name='wplc-user-fields'></a><h2>".__( 'WP Live Chat by 3CX - User Fields', 'wplivechat' )."</h2>";
12
  $ret .= "<table class='form-table'>";
13
  $ret .= "<tr>";
14
  $ret .= "<th>";
15
- $ret .= "<label for='wplc_user_tagline'>".__('User tagline', 'wplivechat')."</label>";
16
  $ret .= "</th>";
17
  $ret .= "<td>";
18
  $ret .= "<label for='wplc_user_tagline'>";
@@ -21,7 +21,7 @@ function wplc_user_profile_fields_mrg( $user ){
21
  $predefined = sanitize_text_field( get_the_author_meta( 'wplc_user_tagline', $user->ID ) );
22
  }
23
  $ret .= "<textarea name='wplc_user_tagline' id='wplc_user_tagline' rows='6'>".$predefined."</textarea><br/>";
24
- $ret .= "<small>".__( 'This will show up at the top of the chatbox - Leave blank to disable.', 'wplivechat' )."</small>";
25
  $ret .= "</label>";
26
  $ret .= "</td>";
27
  $ret .= "</tr>";
8
 
9
  function wplc_user_profile_fields_mrg( $user ){
10
  $ret = "";
11
+ $ret .= "<a name='wplc-user-fields'></a><h2>".__( 'WP Live Chat by 3CX - User Fields', 'wp-live-chat-support')."</h2>";
12
  $ret .= "<table class='form-table'>";
13
  $ret .= "<tr>";
14
  $ret .= "<th>";
15
+ $ret .= "<label for='wplc_user_tagline'>".__('User tagline', 'wp-live-chat-support')."</label>";
16
  $ret .= "</th>";
17
  $ret .= "<td>";
18
  $ret .= "<label for='wplc_user_tagline'>";
21
  $predefined = sanitize_text_field( get_the_author_meta( 'wplc_user_tagline', $user->ID ) );
22
  }
23
  $ret .= "<textarea name='wplc_user_tagline' id='wplc_user_tagline' rows='6'>".$predefined."</textarea><br/>";
24
+ $ret .= "<small>".__( 'This will show up at the top of the chatbox - Leave blank to disable.', 'wp-live-chat-support')."</small>";
25
  $ret .= "</label>";
26
  $ret .= "</td>";
27
  $ret .= "</tr>";
includes/wplc_custom_fields.php CHANGED
@@ -32,7 +32,7 @@ function wplc_custom_fields_page(){
32
  $custom_field_id = sanitize_text_field( $_GET['fid'] );
33
 
34
  if (!isset($_GET['wplc_custom_field_nonce']) || !wp_verify_nonce($_GET['wplc_custom_field_nonce'], 'wplc_custom_field_nonce')){
35
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
36
  }
37
 
38
  wplc_delete_custom_field_mrg( $custom_field_id );
@@ -75,12 +75,12 @@ function wplc_custom_fields_display_page_mrg(){
75
  $content .= "<table class=\"wp-list-table wplc_list_table widefat fixed \" cellspacing=\"0\" style='width:98%'>";
76
  $content .= "<thead>";
77
  $content .= "<tr>";
78
- $content .= "<th scope='col'><span>" . __("ID", "wplivechat") . "</span></th>";
79
- $content .= "<th scope='col'><span>" . __("Name", "wplivechat") . "</span></th>";
80
- $content .= "<th scope='col'>" . __("Type", "wplivechat") . "</th>";
81
- $content .= "<th scope='col'>" . __("Content", "wplivechat") . "</th>";
82
- $content .= "<th scope='col'>" . __("Status", "wplivechat") . "</th>";
83
- $content .= "<th scope='col'><span>" . __("Action", "wplivechat") . "</span></th>";
84
  $content .= "</tr>";
85
  $content .= "</thead>";
86
 
@@ -96,15 +96,15 @@ function wplc_custom_fields_display_page_mrg(){
96
  $content .= "<td>".esc_html($result->field_content)."</td>";
97
 
98
  if( $result->status ){
99
- $status_string = __("Active", "wplivechat");
100
  } else {
101
- $status_string = __("Inactive", "wplivechat");
102
  }
103
 
104
  $content .= "<td>".$status_string."</td>";
105
 
106
- $wplc_edit_button = "<a href='".admin_url("admin.php?page=wplivechat-menu-custom-fields&wplc_action=edit_custom_field&fid=".$result->id)."' class='button'>".__("Edit", "wplivechat")."</a>";
107
- $wplc_delete_button = "<a href='".admin_url("admin.php?page=wplivechat-menu-custom-fields&wplc_action=delete_custom_field&fid=".$result->id)."' class='button'>".__("Delete", "wplivechat")."</a>";
108
 
109
  $content .= "<td>$wplc_edit_button $wplc_delete_button</td>";
110
 
@@ -114,7 +114,7 @@ function wplc_custom_fields_display_page_mrg(){
114
 
115
  } else {
116
 
117
- $content .= "<tr><td colspan='7'>".__("Create your first custom field", "wplivechat")."</td></tr>";
118
 
119
  }
120
 
@@ -134,34 +134,34 @@ function wplc_custom_fields_add_page_mrg(){
134
 
135
  $content = "";
136
  $content .= "<div class='wrap wplc_wrap'>";
137
- $content .= " <h2>".__("Create a Custom Field", "wplivechat")."</h2>";
138
  $content .= " <form method='POST' class='wplc_custom_field_form'>";
139
  $content .= " <table class='wp-list-table wplc_list_table widefat fixed wpgmza-listing'>";
140
  $content .= " <tbody>";
141
  $content .= " <tr>";
142
- $content .= " <td>".__('Field Name', 'wplivechat')."</td>";
143
  $content .= " <td><input type='text' name='wplc_field_name' id='wplc_field_name' style='width: 250px;'/></td>";
144
  $content .= " </tr>";
145
  $content .= " <tr>";
146
- $content .= " <td>".__('Field Type', 'wplivechat')."</td>";
147
  $content .= " <td>";
148
  $content .= " <select name='wplc_field_type' id='wplc_field_type' style='width: 250px;'>";
149
- $content .= " <option value='0'>".__("Text", "wplivechat")."</option>";
150
- $content .= " <option value='1'>".__("Drop Down", "wplivechat")."</option>";
151
  $content .= " </select>";
152
  $content .= " </td>";
153
  $content .= " </tr>";
154
  $content .= " <tr id='wplc_field_value_row'>";
155
- $content .= " <td>".__('Default Field Value', 'wplivechat')."</td>";
156
  $content .= " <td><input type='text' name='wplc_field_value' id='wplc_field_value' style='width: 250px;'/></td>";
157
  $content .= " </tr>";
158
  $content .= " <tr id='wplc_field_value_dropdown_row' style='display: none;'>";
159
- $content .= " <td>".__('Drop Down Contents', 'wplivechat')."</td>";
160
- $content .= " <td><textarea name='wplc_drop_down_values' id='wplc_drop_down_values' rows='6' style='width: 250px;'></textarea><br/><small>".__("Enter each option on a new line", "wplivechat")."</small></td>";
161
  $content .= " </tr>";
162
  $content .= " <tr>";
163
  $content .= " <td></td>";
164
- $content .= " <td><input type='hidden' name='wplc_create_custom_field'><input type='submit' class='button button-primary' value='".__('Create Custom Field', 'wplivechat')."' /> <input type='button' class='button button-primary' onclick='history.back();' value='".__('Cancel', 'wplivechat')."' /></td>";
165
  $content .= " </tr>";
166
  $content .= " </tbody>";
167
  $content .= " </table>";
@@ -205,36 +205,36 @@ function wplc_custom_fields_edit_page_mrg( $id ){
205
 
206
  $content = "";
207
  $content .= "<div class='wrap wplc_wrap'>";
208
- $content .= " <h2>".__("Edit a Custom Field", "wplivechat")."</h2>";
209
  $content .= " <form method='POST' class='wplc_custom_field_form'>";
210
  $content .= " <table class='wp-list-table wplc_list_table widefat fixed wpgmza-listing'>";
211
  $content .= " <tbody>";
212
  $content .= " <tr>";
213
- $content .= " <td>".__('Field Name', 'wplivechat')."</td>";
214
  $content .= " <td><input type='text' name='wplc_field_name' id='wplc_field_name' style='width: 250px;' value='".esc_html($result->field_name)."'/></td>";
215
  $content .= " </tr>";
216
  $content .= " <tr>";
217
- $content .= " <td>".__('Field Type', 'wplivechat')."</td>";
218
  $content .= " <td>";
219
  $content .= " <select name='wplc_field_type' id='wplc_field_type' style='width: 250px;'>";
220
  if( $result->field_type == 0 ) { $sel = 'selected'; } else { $sel = ''; }
221
  if( $result->field_type == 1 ) { $sel1 = 'selected'; } else { $sel1 = ''; }
222
- $content .= " <option value='0' $sel>".__("Text", "wplivechat")."</option>";
223
- $content .= " <option value='1' $sel1>".__("Drop Down", "wplivechat")."</option>";
224
  $content .= " </select>";
225
  $content .= " </td>";
226
  $content .= " </tr>";
227
  $content .= " <tr id='wplc_field_value_row'>";
228
- $content .= " <td>".__('Default Field Value', 'wplivechat')."</td>";
229
  $content .= " <td><input type='text' name='wplc_field_value' id='wplc_field_value' style='width: 250px;' value='".esc_attr($field_content)."'/></td>";
230
  $content .= " </tr>";
231
  $content .= " <tr id='wplc_field_value_dropdown_row'>";
232
- $content .= " <td>".__('Drop Down Contents', 'wplivechat')."</td>";
233
- $content .= " <td><textarea name='wplc_drop_down_values' id='wplc_drop_down_values' rows='6' style='width: 250px;'>".esc_textarea($field_content)."</textarea><br/><small>".__("Enter each option on a new line", "wplivechat")."</small></td>";
234
  $content .= " </tr>";
235
  $content .= " <tr>";
236
  $content .= " <td></td>";
237
- $content .= " <td><input type='hidden' name='wplc_update_custom_field'><input type='submit' class='button button-primary' value='".__('Update Custom Field', 'wplivechat')."' /> <input type='button' class='button button-primary' onclick='history.back();' value='".__('Cancel', 'wplivechat')."' /></td>";
238
  $content .= " </tr>";
239
  $content .= " </tbody>";
240
  $content .= " </table>";
@@ -244,8 +244,8 @@ function wplc_custom_fields_edit_page_mrg( $id ){
244
  } else {
245
  $content = "";
246
  $content .= "<div class='wrap wplc_wrap'>";
247
- $content .= " <h2>".__("Custom Field Not Found", "wplivechat")."</h2>";
248
- $content .= " <a href='". admin_url("admin.php?page=wplivechat-menu-custom-fields")."' class='button button-primary'>".__("Back", "wplivechat")."</a>";
249
  $content .= "</div>";
250
  }
251
  echo $content;
@@ -259,8 +259,8 @@ function wplc_custom_fields_delete_page_mrg( $id ){
259
  $content = "";
260
 
261
  $content .= "<div class='update-nag'>";
262
- $content .= "<p>".__("Are you sure you want to delete this custom field?", "wplivechat")."</p>";
263
- $content .= "<p><a href='".admin_url("admin.php?page=wplivechat-menu-custom-fields&wplc_action=delete_custom_field&fid=$id&confirmed=true&wplc_custom_field_nonce=" . $wplc_custom_field_nonce )."'>".__("Yes", "wplivechat")."</a> | <a href='".admin_url("admin.php?page=wplivechat-menu-custom-fields")."'>".__("No", "wplivechat")."</a></p>";
264
  $content .= "</div>";
265
 
266
  echo $content;
@@ -295,13 +295,13 @@ function wplc_return_custom_field_type_mrg( $type ){
295
 
296
  switch( $type ){
297
  case 0:
298
- $val = __("Text Field", "wplivechat");
299
  break;
300
  case 1:
301
- $val = __("Dropdown", "wplivechat");
302
  break;
303
  default:
304
- $val = __("Unknown", "wplivechat");
305
  break;
306
  }
307
 
@@ -364,7 +364,7 @@ function wplc_advanced_info_custom_fields_mrg( $string, $cid, $name, $chat_data
364
  if( $extra_data && isset( $extra_data['wplc_extra_data'] ) && isset( $extra_data['wplc_extra_data']['custom_fields'] ) ) {
365
 
366
  $content .= "<br/><div class='admin_visitor_advanced_info admin_agent_rating'>";
367
- $content .= "<strong>".__("Custom Field Data", "wplivechat")."</strong>";
368
  $content .= "<hr>";
369
  $the_extra_data = json_decode( stripslashes( $extra_data['wplc_extra_data']['custom_fields'] ) );
370
 
@@ -438,7 +438,7 @@ function wplc_custom_fields_admin_head_mrg(){
438
 
439
 
440
  if (!isset($_POST['wplc_custom_field_nonce']) || !wp_verify_nonce($_POST['wplc_custom_field_nonce'], 'wplc_custom_field_nonce')){
441
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
442
  }
443
 
444
 
@@ -459,7 +459,7 @@ function wplc_custom_fields_admin_head_mrg(){
459
  );
460
  } else if ( isset( $_POST['wplc_update_custom_field'] ) && !$fielderror) {
461
  if (!isset($_POST['wplc_custom_field_nonce']) || !wp_verify_nonce($_POST['wplc_custom_field_nonce'], 'wplc_custom_field_nonce')){
462
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
463
  }
464
 
465
  $wpdb->update(
32
  $custom_field_id = sanitize_text_field( $_GET['fid'] );
33
 
34
  if (!isset($_GET['wplc_custom_field_nonce']) || !wp_verify_nonce($_GET['wplc_custom_field_nonce'], 'wplc_custom_field_nonce')){
35
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
36
  }
37
 
38
  wplc_delete_custom_field_mrg( $custom_field_id );
75
  $content .= "<table class=\"wp-list-table wplc_list_table widefat fixed \" cellspacing=\"0\" style='width:98%'>";
76
  $content .= "<thead>";
77
  $content .= "<tr>";
78
+ $content .= "<th scope='col'><span>" . __("ID", 'wp-live-chat-support') . "</span></th>";
79
+ $content .= "<th scope='col'><span>" . __("Name", 'wp-live-chat-support') . "</span></th>";
80
+ $content .= "<th scope='col'>" . __("Type", 'wp-live-chat-support') . "</th>";
81
+ $content .= "<th scope='col'>" . __("Content", 'wp-live-chat-support') . "</th>";
82
+ $content .= "<th scope='col'>" . __("Status", 'wp-live-chat-support') . "</th>";
83
+ $content .= "<th scope='col'><span>" . __("Action", 'wp-live-chat-support') . "</span></th>";
84
  $content .= "</tr>";
85
  $content .= "</thead>";
86
 
96
  $content .= "<td>".esc_html($result->field_content)."</td>";
97
 
98
  if( $result->status ){
99
+ $status_string = __("Active", 'wp-live-chat-support');
100
  } else {
101
+ $status_string = __("Inactive", 'wp-live-chat-support');
102
  }
103
 
104
  $content .= "<td>".$status_string."</td>";
105
 
106
+ $wplc_edit_button = "<a href='".admin_url("admin.php?page=wplivechat-menu-custom-fields&wplc_action=edit_custom_field&fid=".$result->id)."' class='button'>".__("Edit", 'wp-live-chat-support')."</a>";
107
+ $wplc_delete_button = "<a href='".admin_url("admin.php?page=wplivechat-menu-custom-fields&wplc_action=delete_custom_field&fid=".$result->id)."' class='button'>".__("Delete", 'wp-live-chat-support')."</a>";
108
 
109
  $content .= "<td>$wplc_edit_button $wplc_delete_button</td>";
110
 
114
 
115
  } else {
116
 
117
+ $content .= "<tr><td colspan='7'>".__("Create your first custom field", 'wp-live-chat-support')."</td></tr>";
118
 
119
  }
120
 
134
 
135
  $content = "";
136
  $content .= "<div class='wrap wplc_wrap'>";
137
+ $content .= " <h2>".__("Create a Custom Field", 'wp-live-chat-support')."</h2>";
138
  $content .= " <form method='POST' class='wplc_custom_field_form'>";
139
  $content .= " <table class='wp-list-table wplc_list_table widefat fixed wpgmza-listing'>";
140
  $content .= " <tbody>";
141
  $content .= " <tr>";
142
+ $content .= " <td>".__('Field Name', 'wp-live-chat-support')."</td>";
143
  $content .= " <td><input type='text' name='wplc_field_name' id='wplc_field_name' style='width: 250px;'/></td>";
144
  $content .= " </tr>";
145
  $content .= " <tr>";
146
+ $content .= " <td>".__('Field Type', 'wp-live-chat-support')."</td>";
147
  $content .= " <td>";
148
  $content .= " <select name='wplc_field_type' id='wplc_field_type' style='width: 250px;'>";
149
+ $content .= " <option value='0'>".__("Text", 'wp-live-chat-support')."</option>";
150
+ $content .= " <option value='1'>".__("Drop Down", 'wp-live-chat-support')."</option>";
151
  $content .= " </select>";
152
  $content .= " </td>";
153
  $content .= " </tr>";
154
  $content .= " <tr id='wplc_field_value_row'>";
155
+ $content .= " <td>".__('Default Field Value', 'wp-live-chat-support')."</td>";
156
  $content .= " <td><input type='text' name='wplc_field_value' id='wplc_field_value' style='width: 250px;'/></td>";
157
  $content .= " </tr>";
158
  $content .= " <tr id='wplc_field_value_dropdown_row' style='display: none;'>";
159
+ $content .= " <td>".__('Drop Down Contents', 'wp-live-chat-support')."</td>";
160
+ $content .= " <td><textarea name='wplc_drop_down_values' id='wplc_drop_down_values' rows='6' style='width: 250px;'></textarea><br/><small>".__("Enter each option on a new line", 'wp-live-chat-support')."</small></td>";
161
  $content .= " </tr>";
162
  $content .= " <tr>";
163
  $content .= " <td></td>";
164
+ $content .= " <td><input type='hidden' name='wplc_create_custom_field'><input type='submit' class='button button-primary' value='".__('Create Custom Field', 'wp-live-chat-support')."' /> <input type='button' class='button button-primary' onclick='history.back();' value='".__('Cancel', 'wp-live-chat-support')."' /></td>";
165
  $content .= " </tr>";
166
  $content .= " </tbody>";
167
  $content .= " </table>";
205
 
206
  $content = "";
207
  $content .= "<div class='wrap wplc_wrap'>";
208
+ $content .= " <h2>".__("Edit a Custom Field", 'wp-live-chat-support')."</h2>";
209
  $content .= " <form method='POST' class='wplc_custom_field_form'>";
210
  $content .= " <table class='wp-list-table wplc_list_table widefat fixed wpgmza-listing'>";
211
  $content .= " <tbody>";
212
  $content .= " <tr>";
213
+ $content .= " <td>".__('Field Name', 'wp-live-chat-support')."</td>";
214
  $content .= " <td><input type='text' name='wplc_field_name' id='wplc_field_name' style='width: 250px;' value='".esc_html($result->field_name)."'/></td>";
215
  $content .= " </tr>";
216
  $content .= " <tr>";
217
+ $content .= " <td>".__('Field Type', 'wp-live-chat-support')."</td>";
218
  $content .= " <td>";
219
  $content .= " <select name='wplc_field_type' id='wplc_field_type' style='width: 250px;'>";
220
  if( $result->field_type == 0 ) { $sel = 'selected'; } else { $sel = ''; }
221
  if( $result->field_type == 1 ) { $sel1 = 'selected'; } else { $sel1 = ''; }
222
+ $content .= " <option value='0' $sel>".__("Text", 'wp-live-chat-support')."</option>";
223
+ $content .= " <option value='1' $sel1>".__("Drop Down", 'wp-live-chat-support')."</option>";
224
  $content .= " </select>";
225
  $content .= " </td>";
226
  $content .= " </tr>";
227
  $content .= " <tr id='wplc_field_value_row'>";
228
+ $content .= " <td>".__('Default Field Value', 'wp-live-chat-support')."</td>";
229
  $content .= " <td><input type='text' name='wplc_field_value' id='wplc_field_value' style='width: 250px;' value='".esc_attr($field_content)."'/></td>";
230
  $content .= " </tr>";
231
  $content .= " <tr id='wplc_field_value_dropdown_row'>";
232
+ $content .= " <td>".__('Drop Down Contents', 'wp-live-chat-support')."</td>";
233
+ $content .= " <td><textarea name='wplc_drop_down_values' id='wplc_drop_down_values' rows='6' style='width: 250px;'>".esc_textarea($field_content)."</textarea><br/><small>".__("Enter each option on a new line", 'wp-live-chat-support')."</small></td>";
234
  $content .= " </tr>";
235
  $content .= " <tr>";
236
  $content .= " <td></td>";
237
+ $content .= " <td><input type='hidden' name='wplc_update_custom_field'><input type='submit' class='button button-primary' value='".__('Update Custom Field', 'wp-live-chat-support')."' /> <input type='button' class='button button-primary' onclick='history.back();' value='".__('Cancel', 'wp-live-chat-support')."' /></td>";
238
  $content .= " </tr>";
239
  $content .= " </tbody>";
240
  $content .= " </table>";
244
  } else {
245
  $content = "";
246
  $content .= "<div class='wrap wplc_wrap'>";
247
+ $content .= " <h2>".__("Custom Field Not Found", 'wp-live-chat-support')."</h2>";
248
+ $content .= " <a href='". admin_url("admin.php?page=wplivechat-menu-custom-fields")."' class='button button-primary'>".__("Back", 'wp-live-chat-support')."</a>";
249
  $content .= "</div>";
250
  }
251
  echo $content;
259
  $content = "";
260
 
261
  $content .= "<div class='update-nag'>";
262
+ $content .= "<p>".__("Are you sure you want to delete this custom field?", 'wp-live-chat-support')."</p>";
263
+ $content .= "<p><a href='".admin_url("admin.php?page=wplivechat-menu-custom-fields&wplc_action=delete_custom_field&fid=$id&confirmed=true&wplc_custom_field_nonce=" . $wplc_custom_field_nonce )."'>".__("Yes", 'wp-live-chat-support')."</a> | <a href='".admin_url("admin.php?page=wplivechat-menu-custom-fields")."'>".__("No", 'wp-live-chat-support')."</a></p>";
264
  $content .= "</div>";
265
 
266
  echo $content;
295
 
296
  switch( $type ){
297
  case 0:
298
+ $val = __("Text Field", 'wp-live-chat-support');
299
  break;
300
  case 1:
301
+ $val = __("Dropdown", 'wp-live-chat-support');
302
  break;
303
  default:
304
+ $val = __("Unknown", 'wp-live-chat-support');
305
  break;
306
  }
307
 
364
  if( $extra_data && isset( $extra_data['wplc_extra_data'] ) && isset( $extra_data['wplc_extra_data']['custom_fields'] ) ) {
365
 
366
  $content .= "<br/><div class='admin_visitor_advanced_info admin_agent_rating'>";
367
+ $content .= "<strong>".__("Custom Field Data", 'wp-live-chat-support')."</strong>";
368
  $content .= "<hr>";
369
  $the_extra_data = json_decode( stripslashes( $extra_data['wplc_extra_data']['custom_fields'] ) );
370
 
438
 
439
 
440
  if (!isset($_POST['wplc_custom_field_nonce']) || !wp_verify_nonce($_POST['wplc_custom_field_nonce'], 'wplc_custom_field_nonce')){
441
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
442
  }
443
 
444
 
459
  );
460
  } else if ( isset( $_POST['wplc_update_custom_field'] ) && !$fielderror) {
461
  if (!isset($_POST['wplc_custom_field_nonce']) || !wp_verify_nonce($_POST['wplc_custom_field_nonce'], 'wplc_custom_field_nonce')){
462
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
463
  }
464
 
465
  $wpdb->update(
includes/wplc_data_triggers.php CHANGED
@@ -15,7 +15,7 @@ function wplc_triggers_page(){
15
  if (intval(str_replace(".","",WPLC_PLUGIN_VERSION)) < 6205) {
16
  echo "<div class='update-nag' style='padding-top:0px;margin-top:5px;margin-bottom:10px;'>";
17
  echo "<p>In order to use data triggers, please ensure you are using the latest basic version (version 6.2.05 or newer).</p>";
18
- echo "<a title='Update Now' href='./update-core.php' class='button button-primary'>".__("Update now" ,"wplivechat")."</a>";
19
  echo "</div>";
20
  }
21
 
@@ -69,41 +69,41 @@ function wplc_mrg_get_add_trigger_content(){
69
  $content .= "<table class=\"wp-list-table wplc_list_table widefat fixed form-table\" cellspacing=\"0\" style='width:50%'>";
70
 
71
  $content .= "<tr>";
72
- $content .= "<td>".__("Trigger Name", "wplivechat").":</td>";
73
  $content .= "<td><input type='text' name='wplc_trigger_name' value='".esc_attr($trigger_name)."'></td>";
74
  $content .= "</tr>";
75
 
76
  $content .= "<tr>";
77
- $content .= "<td>".__("Trigger Type", "wplivechat").":</td>";
78
  $content .= "<td>";
79
 
80
  $content .= "<select name='wplc_trigger_type'>";
81
- $content .= "<option value='0' ".($trigger_type == 0 ? "selected" : "").">".__("Page Trigger", "wplivechat")."</option>";
82
- $content .= "<option value='1' ".($trigger_type == 1 ? "selected" : "").">".__("Time Trigger", "wplivechat")."</option>";
83
- $content .= "<option value='2' ".($trigger_type == 2 ? "selected" : "").">".__("Scroll Trigger", "wplivechat")."</option>";
84
- $content .= "<option value='3' ".($trigger_type == 3 ? "selected" : "").">".__("Page Leave Trigger", "wplivechat")."</option>";
85
- $content .= "</select> <i class='fa fa-question-circle' title='".__("Note: When using page trigger with a the basic theme, no hovercard is shown by default. We suggest using the time trigger for this instead.", "wplivechat")."'></i>";
86
 
87
  $content .= "</td>";
88
  $content .= "</tr>";
89
 
90
  $content .= "<tr id='wplc_trigger_page_row'>";
91
- $content .= "<td>".__("Page ID", "wplivechat").":</td>";
92
- $content .= "<td><input type='text' name='wplc_trigger_pages' value='".(isset($trigger_content["pages"]) ? esc_attr($trigger_content["pages"]) : "")."'> <i>".__("Note: Leave empty for 'all' pages", "wplivechat")."</i></td>";
93
  $content .= "</tr>";
94
 
95
  $content .= "<tr id='wplc_trigger_secs_row'>";
96
- $content .= "<td>".__("Show After", "wplivechat").":</td>";
97
- $content .= "<td><input type='text' name='wplc_trigger_secs' value='".(isset($trigger_content["secs"]) && intval($trigger_content["secs"]) >= 0 ? intval($trigger_content["secs"]) : 0)."'> <i>".__("Seconds", "wplivechat")."</i></td>";
98
  $content .= "</tr>";
99
 
100
  $content .= "<tr id='wplc_trigger_scroll_row'>";
101
- $content .= "<td>".__("Show After Scrolled", "wplivechat").":</td>";
102
- $content .= "<td><input type='text' name='wplc_trigger_perc' value='".(isset($trigger_content["secs"]) && intval($trigger_content["perc"]) >= 0 ? intval($trigger_content["perc"]) : 0)."'> <i>".__("(%) Percent of page height", "wplivechat")."</i></td>";
103
  $content .= "</tr>";
104
 
105
  $content .= "<tr>";
106
- $content .= "<td style='vertical-align: top !important;'>".__("Content Replacement", "wplivechat").":</td>";
107
  $content .= "<td>";
108
 
109
  echo $content; //To Support TinyMCE
@@ -114,18 +114,18 @@ function wplc_mrg_get_add_trigger_content(){
114
  $content .= "</tr>";
115
 
116
  $content = "<tr>";
117
- $content .= "<td>".__("Replace Content", "wplivechat").":</td>";
118
  $content .= "<td><input type='checkbox' name='wplc_trigger_replace_content' $trigger_replace></td>";
119
  $content .= "</tr>";
120
 
121
  $content .= "<tr>";
122
- $content .= "<td>".__("Enable Trigger", "wplivechat").":</td>";
123
  $content .= "<td><input type='checkbox' name='wplc_trigger_enable' $trigger_enabled></td>";
124
  $content .= "</tr>";
125
 
126
  $content .= "<tr>";
127
  $content .= "<td></td>";
128
- $content .= "<td><input class='button button-primary' type='submit' name='wplc_trigger_submit' value='".__($wplc_submit_label, "wplivechat")."'> <a href='".admin_url()."admin.php?page=wplivechat-menu-triggers"."' class='button'>".__("Close", "wplivechat")."</a></td>";
129
  $content .= "</tr>";
130
 
131
  $content .= "</table>";
@@ -135,10 +135,10 @@ function wplc_mrg_get_add_trigger_content(){
135
  if($header_array){
136
  if(count($header_array["errors"]) >= 1){
137
  $content .= "<div class='update-nag'>";
138
- $content .= "<strong>".__("Please review your submission", "wplivechat").":</strong>";
139
  $content .= "<ul style='list-style:initial;'>";
140
  for($i = 0; $i < count($header_array["errors"]); $i++){
141
- $content .= "<li style='margin-left: 25px;'>".__($header_array["errors"][$i], "wplivechat")."</li>";
142
  }
143
  $content .= "</ul>";
144
  $content .= "</div>";
@@ -146,7 +146,7 @@ function wplc_mrg_get_add_trigger_content(){
146
 
147
  if(isset($header_array["success"])){
148
  $content .= "<div class='update-nag' style='border-color:#67d552;'>";
149
- $content .= "<strong>".__($header_array["success"], "wplivechat")."</strong>";
150
  $content .= "</div>";
151
  }
152
  }
@@ -258,7 +258,7 @@ function wplc_mrg_trigger_admin_head(){
258
  if($form_valid && isset($_POST['wplc_trigger_submit'])){
259
  //All good continue
260
  if (!isset($_POST['wplc_trigger_nonce']) || !wp_verify_nonce($_POST['wplc_trigger_nonce'], 'wplc_trigger_nonce')){
261
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
262
  }
263
 
264
  if(wplc_add_trigger_mrg($return_array)){
@@ -276,14 +276,14 @@ function wplc_mrg_trigger_admin_head(){
276
  //Submit data first
277
  if($form_valid && isset($_POST['wplc_trigger_submit'])){
278
  if (!isset($_POST['wplc_trigger_nonce']) || !wp_verify_nonce($_POST['wplc_trigger_nonce'], 'wplc_trigger_nonce')){
279
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
280
  }
281
 
282
  //All good continue
283
  if(isset($_GET['trigger_id'])){
284
  if(wplc_edit_trigger_mrg($return_array, intval($_GET['trigger_id']))){
285
  //Show edit message
286
- $edit_array['success'] = "<div>".__("Trigger has been edited.", "wplivechat")."</div>";
287
  }
288
  } else {
289
  //No Trigger ID
@@ -320,7 +320,7 @@ function wplc_mrg_trigger_admin_head(){
320
 
321
  if(isset($_POST['delete_confirm'])){
322
  if (!isset($_POST['wplc_trigger_nonce']) || !wp_verify_nonce($_POST['wplc_trigger_nonce'], 'wplc_trigger_nonce')){
323
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
324
  }
325
 
326
  //Delete now
@@ -450,8 +450,8 @@ function wplc_mrg_get_trigger_table(){
450
  $content .= "<div class='update-nag' style='margin-top:0px;margin-bottom:10px;padding-top:8px;padding-bottom:8px;font-size:12px;'>";
451
  $content .= "<strong>".__("Conflict with page") . ":</strong>";
452
  foreach ($conflict_array as $conflict) {
453
- $content .= "<br>".__("Trigger ID: ", "wplivechat").$conflict;
454
- $content .= "<br>".__("It is possible that this trigger may override another trigger, or be overridden by another trigger.", "wplivechat");
455
  }
456
  $content .= "</div>";
457
  }
@@ -461,34 +461,34 @@ function wplc_mrg_get_trigger_table(){
461
  $content .= "<table class=\"wp-list-table wplc_list_table widefat fixed \" cellspacing=\"0\" style='width:98%'>";
462
  $content .= "<thead>";
463
  $content .= "<tr>";
464
- $content .= "<th scope='col'><span>" . __("ID", "wplivechat") . "</span></th>";
465
- $content .= "<th scope='col'><span>" . __("Name", "wplivechat") . "</span></th>";
466
- $content .= "<th scope='col'>" . __("Type", "wplivechat") . "</th>";
467
- $content .= "<th scope='col'>" . __("Page", "wplivechat") . "</th>";
468
- $content .= "<th scope='col'>" . __("Content", "wplivechat") . "</th>";
469
- $content .= "<th scope='col'>" . __("Status", "wplivechat") . "</th>";
470
- $content .= "<th scope='col'><span>" . __("Action", "wplivechat") . "</span></th>";
471
  $content .= "</tr>";
472
  $content .= "</thead>";
473
 
474
 
475
  if($results){
476
  foreach ($results as $result) {
477
- $trigger_actions = "<a class='button' href='?page=wplivechat-menu-triggers&wplc_action=edit_trigger&trigger_id=".$result->id."'>".__("Edit", "wplivechat")."</a> ";
478
- $trigger_actions .= "<a class='button' href='?page=wplivechat-menu-triggers&wplc_action=delete_trigger&trigger_id=".$result->id."'>".__("Delete", "wplivechat")."</a> ";
479
 
480
  $trigger_content = maybe_unserialize($result->content);
481
 
482
  $content .= "<tr>";
483
  $content .= "<td style='".(!is_bool(strpos($conflictations, $result->id)) && strpos($conflictations, $result->id) >= 0 ? "border-left:4px solid #ffba00" : "")."'>".$result->id."</td>";
484
  $content .= "<td>".$result->name."</td>";
485
- $content .= "<td>".__(wplc_get_type_from_code_mrg($result->type), "wplivechat")."</td>";
486
- $content .= "<td>".(sanitize_text_field($trigger_content["pages"]) == "" ? __("All", "wplivechat") : sanitize_text_field($trigger_content["pages"]))."</td>";
487
  $content .= "<td>".trim(substr(wp_filter_post_kses($trigger_content["html"]), 0, 120))."...</td>";
488
  $content .= "<td>";
489
  $content .= "<div class='wplc_trigger_status ".($result->status == 1 ? "wplc_trigger_enabled" : "wplc_trigger_disabled")."'>";
490
- $content .= "<a href='?page=wplivechat-menu-triggers&wplc_action=trigger_status_change&trigger_id=".$result->id."&trigger_status=".($result->status == 1 ? "0" : "1")."&wplc_trigger_status_nonce=".$wplc_trigger_status_nonce."' title='".__("Click to change trigger status", "wplivechat")."'>";
491
- $content .= __(($result->status == 1 ? "Enabled" : "Disabled"), "wplivechat");
492
  $content .= "</a>";
493
  $content .= "</div>";
494
  $content .= "</td>";
@@ -497,7 +497,7 @@ function wplc_mrg_get_trigger_table(){
497
 
498
  }
499
  } else {
500
- $content .= "<tr><td>".__("No Triggers Found...", "wplivechat")."</td><td></td><td></td><td></td><td></td></tr>";
501
  }
502
 
503
  $content .= "</table>";
@@ -508,7 +508,7 @@ function wplc_mrg_trigger_table_head(){
508
  if(isset($_GET['wplc_action']) && isset($_GET['trigger_id']) && isset($_GET['trigger_status'])){
509
 
510
  if (!isset($_GET['wplc_trigger_status_nonce']) || !wp_verify_nonce($_GET['wplc_trigger_status_nonce'], 'wplc_trigger_status_nonce')){
511
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
512
  }
513
 
514
  if($_GET['wplc_action'] == 'trigger_status_change'){
@@ -613,8 +613,8 @@ function wplc_mrg_get_delete_trigger_content(){
613
  $content .= "</tr>";
614
  $content .= "<tr>";
615
  $content .= "<td>";
616
- $content .= "<input type='submit' class='button' name='delete_confirm' value='".__("Delete", "wplivechat")."'>";
617
- $content .= " <a href='".admin_url()."admin.php?page=wplivechat-menu-triggers' class='button'>".__("Cancel", "wplivechat")."</a>";
618
  $content .= "</td>";
619
  $content .= "</tr>";
620
  $content .= "</table>";
15
  if (intval(str_replace(".","",WPLC_PLUGIN_VERSION)) < 6205) {
16
  echo "<div class='update-nag' style='padding-top:0px;margin-top:5px;margin-bottom:10px;'>";
17
  echo "<p>In order to use data triggers, please ensure you are using the latest basic version (version 6.2.05 or newer).</p>";
18
+ echo "<a title='Update Now' href='./update-core.php' class='button button-primary'>".__("Update now" ,'wp-live-chat-support')."</a>";
19
  echo "</div>";
20
  }
21
 
69
  $content .= "<table class=\"wp-list-table wplc_list_table widefat fixed form-table\" cellspacing=\"0\" style='width:50%'>";
70
 
71
  $content .= "<tr>";
72
+ $content .= "<td>".__("Trigger Name", 'wp-live-chat-support').":</td>";
73
  $content .= "<td><input type='text' name='wplc_trigger_name' value='".esc_attr($trigger_name)."'></td>";
74
  $content .= "</tr>";
75
 
76
  $content .= "<tr>";
77
+ $content .= "<td>".__("Trigger Type", 'wp-live-chat-support').":</td>";
78
  $content .= "<td>";
79
 
80
  $content .= "<select name='wplc_trigger_type'>";
81
+ $content .= "<option value='0' ".($trigger_type == 0 ? "selected" : "").">".__("Page Trigger", 'wp-live-chat-support')."</option>";
82
+ $content .= "<option value='1' ".($trigger_type == 1 ? "selected" : "").">".__("Time Trigger", 'wp-live-chat-support')."</option>";
83
+ $content .= "<option value='2' ".($trigger_type == 2 ? "selected" : "").">".__("Scroll Trigger", 'wp-live-chat-support')."</option>";
84
+ $content .= "<option value='3' ".($trigger_type == 3 ? "selected" : "").">".__("Page Leave Trigger", 'wp-live-chat-support')."</option>";
85
+ $content .= "</select> <i class='fa fa-question-circle' title='".__("Note: When using page trigger with a the basic theme, no hovercard is shown by default. We suggest using the time trigger for this instead.", 'wp-live-chat-support')."'></i>";
86
 
87
  $content .= "</td>";
88
  $content .= "</tr>";
89
 
90
  $content .= "<tr id='wplc_trigger_page_row'>";
91
+ $content .= "<td>".__("Page ID", 'wp-live-chat-support').":</td>";
92
+ $content .= "<td><input type='text' name='wplc_trigger_pages' value='".(isset($trigger_content["pages"]) ? esc_attr($trigger_content["pages"]) : "")."'> <i>".__("Note: Leave empty for 'all' pages", 'wp-live-chat-support')."</i></td>";
93
  $content .= "</tr>";
94
 
95
  $content .= "<tr id='wplc_trigger_secs_row'>";
96
+ $content .= "<td>".__("Show After", 'wp-live-chat-support').":</td>";
97
+ $content .= "<td><input type='text' name='wplc_trigger_secs' value='".(isset($trigger_content["secs"]) && intval($trigger_content["secs"]) >= 0 ? intval($trigger_content["secs"]) : 0)."'> <i>".__("Seconds", 'wp-live-chat-support')."</i></td>";
98
  $content .= "</tr>";
99
 
100
  $content .= "<tr id='wplc_trigger_scroll_row'>";
101
+ $content .= "<td>".__("Show After Scrolled", 'wp-live-chat-support').":</td>";
102
+ $content .= "<td><input type='text' name='wplc_trigger_perc' value='".(isset($trigger_content["secs"]) && intval($trigger_content["perc"]) >= 0 ? intval($trigger_content["perc"]) : 0)."'> <i>".__("(%) Percent of page height", 'wp-live-chat-support')."</i></td>";
103
  $content .= "</tr>";
104
 
105
  $content .= "<tr>";
106
+ $content .= "<td style='vertical-align: top !important;'>".__("Content Replacement", 'wp-live-chat-support').":</td>";
107
  $content .= "<td>";
108
 
109
  echo $content; //To Support TinyMCE
114
  $content .= "</tr>";
115
 
116
  $content = "<tr>";
117
+ $content .= "<td>".__("Replace Content", 'wp-live-chat-support').":</td>";
118
  $content .= "<td><input type='checkbox' name='wplc_trigger_replace_content' $trigger_replace></td>";
119
  $content .= "</tr>";
120
 
121
  $content .= "<tr>";
122
+ $content .= "<td>".__("Enable Trigger", 'wp-live-chat-support').":</td>";
123
  $content .= "<td><input type='checkbox' name='wplc_trigger_enable' $trigger_enabled></td>";
124
  $content .= "</tr>";
125
 
126
  $content .= "<tr>";
127
  $content .= "<td></td>";
128
+ $content .= "<td><input class='button button-primary' type='submit' name='wplc_trigger_submit' value='".__($wplc_submit_label, 'wp-live-chat-support')."'> <a href='".admin_url()."admin.php?page=wplivechat-menu-triggers"."' class='button'>".__("Close", 'wp-live-chat-support')."</a></td>";
129
  $content .= "</tr>";
130
 
131
  $content .= "</table>";
135
  if($header_array){
136
  if(count($header_array["errors"]) >= 1){
137
  $content .= "<div class='update-nag'>";
138
+ $content .= "<strong>".__("Please review your submission", 'wp-live-chat-support').":</strong>";
139
  $content .= "<ul style='list-style:initial;'>";
140
  for($i = 0; $i < count($header_array["errors"]); $i++){
141
+ $content .= "<li style='margin-left: 25px;'>".__($header_array["errors"][$i], 'wp-live-chat-support')."</li>";
142
  }
143
  $content .= "</ul>";
144
  $content .= "</div>";
146
 
147
  if(isset($header_array["success"])){
148
  $content .= "<div class='update-nag' style='border-color:#67d552;'>";
149
+ $content .= "<strong>".__($header_array["success"], 'wp-live-chat-support')."</strong>";
150
  $content .= "</div>";
151
  }
152
  }
258
  if($form_valid && isset($_POST['wplc_trigger_submit'])){
259
  //All good continue
260
  if (!isset($_POST['wplc_trigger_nonce']) || !wp_verify_nonce($_POST['wplc_trigger_nonce'], 'wplc_trigger_nonce')){
261
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
262
  }
263
 
264
  if(wplc_add_trigger_mrg($return_array)){
276
  //Submit data first
277
  if($form_valid && isset($_POST['wplc_trigger_submit'])){
278
  if (!isset($_POST['wplc_trigger_nonce']) || !wp_verify_nonce($_POST['wplc_trigger_nonce'], 'wplc_trigger_nonce')){
279
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
280
  }
281
 
282
  //All good continue
283
  if(isset($_GET['trigger_id'])){
284
  if(wplc_edit_trigger_mrg($return_array, intval($_GET['trigger_id']))){
285
  //Show edit message
286
+ $edit_array['success'] = "<div>".__("Trigger has been edited.", 'wp-live-chat-support')."</div>";
287
  }
288
  } else {
289
  //No Trigger ID
320
 
321
  if(isset($_POST['delete_confirm'])){
322
  if (!isset($_POST['wplc_trigger_nonce']) || !wp_verify_nonce($_POST['wplc_trigger_nonce'], 'wplc_trigger_nonce')){
323
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
324
  }
325
 
326
  //Delete now
450
  $content .= "<div class='update-nag' style='margin-top:0px;margin-bottom:10px;padding-top:8px;padding-bottom:8px;font-size:12px;'>";
451
  $content .= "<strong>".__("Conflict with page") . ":</strong>";
452
  foreach ($conflict_array as $conflict) {
453
+ $content .= "<br>".__("Trigger ID: ", 'wp-live-chat-support').$conflict;
454
+ $content .= "<br>".__("It is possible that this trigger may override another trigger, or be overridden by another trigger.", 'wp-live-chat-support');
455
  }
456
  $content .= "</div>";
457
  }
461
  $content .= "<table class=\"wp-list-table wplc_list_table widefat fixed \" cellspacing=\"0\" style='width:98%'>";
462
  $content .= "<thead>";
463
  $content .= "<tr>";
464
+ $content .= "<th scope='col'><span>" . __("ID", 'wp-live-chat-support') . "</span></th>";
465
+ $content .= "<th scope='col'><span>" . __("Name", 'wp-live-chat-support') . "</span></th>";
466
+ $content .= "<th scope='col'>" . __("Type", 'wp-live-chat-support') . "</th>";
467
+ $content .= "<th scope='col'>" . __("Page", 'wp-live-chat-support') . "</th>";
468
+ $content .= "<th scope='col'>" . __("Content", 'wp-live-chat-support') . "</th>";
469
+ $content .= "<th scope='col'>" . __("Status", 'wp-live-chat-support') . "</th>";
470
+ $content .= "<th scope='col'><span>" . __("Action", 'wp-live-chat-support') . "</span></th>";
471
  $content .= "</tr>";
472
  $content .= "</thead>";
473
 
474
 
475
  if($results){
476
  foreach ($results as $result) {
477
+ $trigger_actions = "<a class='button' href='?page=wplivechat-menu-triggers&wplc_action=edit_trigger&trigger_id=".$result->id."'>".__("Edit", 'wp-live-chat-support')."</a> ";
478
+ $trigger_actions .= "<a class='button' href='?page=wplivechat-menu-triggers&wplc_action=delete_trigger&trigger_id=".$result->id."'>".__("Delete", 'wp-live-chat-support')."</a> ";
479
 
480
  $trigger_content = maybe_unserialize($result->content);
481
 
482
  $content .= "<tr>";
483
  $content .= "<td style='".(!is_bool(strpos($conflictations, $result->id)) && strpos($conflictations, $result->id) >= 0 ? "border-left:4px solid #ffba00" : "")."'>".$result->id."</td>";
484
  $content .= "<td>".$result->name."</td>";
485
+ $content .= "<td>".__(wplc_get_type_from_code_mrg($result->type), 'wp-live-chat-support')."</td>";
486
+ $content .= "<td>".(sanitize_text_field($trigger_content["pages"]) == "" ? __("All", 'wp-live-chat-support') : sanitize_text_field($trigger_content["pages"]))."</td>";
487
  $content .= "<td>".trim(substr(wp_filter_post_kses($trigger_content["html"]), 0, 120))."...</td>";
488
  $content .= "<td>";
489
  $content .= "<div class='wplc_trigger_status ".($result->status == 1 ? "wplc_trigger_enabled" : "wplc_trigger_disabled")."'>";
490
+ $content .= "<a href='?page=wplivechat-menu-triggers&wplc_action=trigger_status_change&trigger_id=".$result->id."&trigger_status=".($result->status == 1 ? "0" : "1")."&wplc_trigger_status_nonce=".$wplc_trigger_status_nonce."' title='".__("Click to change trigger status", 'wp-live-chat-support')."'>";
491
+ $content .= __(($result->status == 1 ? "Enabled" : "Disabled"), 'wp-live-chat-support');
492
  $content .= "</a>";
493
  $content .= "</div>";
494
  $content .= "</td>";
497
 
498
  }
499
  } else {
500
+ $content .= "<tr><td>".__("No Triggers Found...", 'wp-live-chat-support')."</td><td></td><td></td><td></td><td></td></tr>";
501
  }
502
 
503
  $content .= "</table>";
508
  if(isset($_GET['wplc_action']) && isset($_GET['trigger_id']) && isset($_GET['trigger_status'])){
509
 
510
  if (!isset($_GET['wplc_trigger_status_nonce']) || !wp_verify_nonce($_GET['wplc_trigger_status_nonce'], 'wplc_trigger_status_nonce')){
511
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
512
  }
513
 
514
  if($_GET['wplc_action'] == 'trigger_status_change'){
613
  $content .= "</tr>";
614
  $content .= "<tr>";
615
  $content .= "<td>";
616
+ $content .= "<input type='submit' class='button' name='delete_confirm' value='".__("Delete", 'wp-live-chat-support')."'>";
617
+ $content .= " <a href='".admin_url()."admin.php?page=wplivechat-menu-triggers' class='button'>".__("Cancel", 'wp-live-chat-support')."</a>";
618
  $content .= "</td>";
619
  $content .= "</tr>";
620
  $content .= "</table>";
includes/wplc_departments.php CHANGED
@@ -57,11 +57,11 @@ function wplc_mrg_agent_list_department_span($content, $user){
57
  if($selected_department){
58
  $content .= "<small style='height:30px'>" . esc_html($selected_department[0]->name) . "</small>";
59
  } else {
60
- $content .= "<small style='height:30px'>" . __("No Department", "wplivechat") . "</small>";
61
  }
62
  } else {
63
  //No department set
64
- $content .= "<small style='height:30px'>" . __("No Department", "wplivechat") . "</small>";
65
  }
66
  return $content;
67
  }
@@ -81,11 +81,11 @@ function wplc_mrg_department_user_profile_departments($user){
81
  <table class="form-table">
82
  <tr>
83
  <th>
84
- <label for="wplc_user_department"><?php _e('Chat Department', 'wplivechat'); ?></label>
85
  </th>
86
  <td>
87
  <select id="wplc_user_department" name="wplc_user_department">
88
- <option value="-1"><?php _e("No Department", "wplivechat"); ?></option>
89
  <?php
90
  $departments = wplc_get_all_deparments_mrg();
91
  if($departments){
@@ -126,7 +126,7 @@ function wplc_mrg_department_save($user_id){
126
  */
127
  add_action("wplc_hook_menu_mid","wplc_mrg_department_menu",10,1);
128
  function wplc_mrg_department_menu($cap){
129
- add_submenu_page('wplivechat-menu', __('Departments', 'wplivechat'), __('Departments', 'edit_posts').' ('.__('beta').')', $cap[1], 'wplivechat-menu-departments', 'wplc_mrg_departments_page');
130
  }
131
 
132
  /**
@@ -172,9 +172,9 @@ function wplc_mrg_get_departments_table(){
172
  $content .= "<table class=\"wp-list-table wplc_list_table widefat fixed \" cellspacing=\"0\" style='width:98%'>";
173
  $content .= "<thead>";
174
  $content .= "<tr>";
175
- $content .= "<th scope='col'><span>" . __("ID", "wplivechat") . "</span></th>";
176
- $content .= "<th scope='col'><span>" . __("Name", "wplivechat") . "</span></th>";
177
- $content .= "<th scope='col'><span>" . __("Action", "wplivechat") . "</span></th>";
178
  $content .= "</tr>";
179
  $content .= "</thead>";
180
 
@@ -301,7 +301,7 @@ function wplc_mrg_department_admin_head(){
301
  if($_GET['wplc_action'] == "add_department"){
302
  if($form_valid && isset($_POST['wplc_department_submit'])){
303
  if (!isset($_POST['wplc_dept_nonce']) || !wp_verify_nonce($_POST['wplc_dept_nonce'], 'wplc_dept_nonce')){
304
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
305
  }
306
 
307
  //All good continue
@@ -321,7 +321,7 @@ function wplc_mrg_department_admin_head(){
321
  //Submit data first
322
  if($form_valid && isset($_POST['wplc_department_submit'])){
323
  if (!isset($_POST['wplc_dept_nonce']) || !wp_verify_nonce($_POST['wplc_dept_nonce'], 'wplc_dept_nonce')){
324
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
325
  }
326
 
327
  //All good continue
@@ -356,7 +356,7 @@ function wplc_mrg_department_admin_head(){
356
 
357
  if(isset($_POST['delete_confirm'])){
358
  if (!isset($_POST['wplc_dept_nonce']) || !wp_verify_nonce($_POST['wplc_dept_nonce'], 'wplc_dept_nonce')){
359
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
360
  }
361
  //Delete now
362
  if(wplc_delete_department_mrg(intval($_GET['department_id']))){
@@ -519,7 +519,7 @@ function wplc_mrg_department_settings_tab_heading($tab_array) {
519
  $tab_array['department'] = array(
520
  "href" => "#tabs-departments",
521
  "icon" => 'fa fa-university',
522
- "label" => __("Departments","wplivechat")
523
  );
524
  return $tab_array;
525
  }
@@ -535,17 +535,17 @@ function wplc_mrg_department_settings_tab_content() {
535
  $selected_department = intval($wplc_settings['wplc_default_department']);
536
  ?>
537
  <div id="tabs-departments">
538
- <h3><?php _e("Departments", "wplivechat") ?></h3>
539
  <table class="wp-list-table wplc_list_table widefat fixed striped pages">
540
  <tbody>
541
  <tr>
542
  <td width='300'>
543
- <?php _e("Default Department", "wplivechat") ?>
544
- <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Default department a new chat is assigned to", "wplivechat"); ?>"></i>
545
  </td>
546
  <td>
547
  <select id="wplc_default_department" name="wplc_default_department">
548
- <option value="-1"><?php _e("No Department", "wplivechat"); ?></option>
549
  <?php
550
  $departments = wplc_get_all_deparments_mrg();
551
  if($departments){
@@ -562,8 +562,8 @@ function wplc_mrg_department_settings_tab_content() {
562
 
563
  <tr>
564
  <td width='300'>
565
- <?php _e("User Department Selection", "wplivechat") ?>
566
- <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Allow user to select a department before starting a chat?", "wplivechat"); ?>"></i>
567
  </td>
568
  <td>
569
  <input type="checkbox" name="wplc_allow_department_selection" id="wplc_allow_department_selection" value="1" <?php echo(boolval($wplc_settings['wplc_allow_department_selection']) ? "CHECKED" : "") ?> />
@@ -572,7 +572,7 @@ function wplc_mrg_department_settings_tab_content() {
572
 
573
  <tr>
574
  <td width='300'>
575
- <?php _e("Note: Chats will be transferred in the event that agents are not available within the selected department", "wplivechat") ?>
576
  </td>
577
  <td>
578
 
@@ -583,7 +583,7 @@ function wplc_mrg_department_settings_tab_content() {
583
 
584
  </tbody>
585
  </table>
586
- <p><?php echo sprintf(__("Create departments %s.",'wplivechat'),'<a href="'.admin_url('admin.php?page=wplivechat-menu-departments').'">'.__('here','wplivechat').'</a>'); ?></p>
587
  <br>
588
 
589
  <?php do_action("wplc_pro_departments_settings_below_table_hook"); ?>
@@ -629,7 +629,7 @@ function wplc_user_department_label_mrg(){
629
  if($user_department !== "-1"){
630
  $selected_department = wplc_get_department_mrg(intval($user_department));
631
  if($selected_department){
632
- echo "<span class='wplc_dashboard_additional_label' title='" . __("Department you have been assigned to as an agent", "wplivechat") . "'><strong>".__("Department", "wplivechat").":</strong> " . esc_html($selected_department[0]->name) . "</span>";
633
  }
634
  } else {
635
  wplc_dashboard_department_selector_mrg();
@@ -650,7 +650,7 @@ function wplc_dashboard_department_selector_mrg(){
650
  $current_selection = isset($_GET['wplc_department_view']) ? $_GET['wplc_department_view'] : -1;
651
  if($departments){
652
  $content .= "<span class=\"wplc_dashboard_department_selector_outer\"><select id='wplc_dashboard_department_selector'>";
653
- $content .= "<option value='0' >" . __("No Department", "wplivechat") . "</option>";
654
  foreach($departments as $dep){
655
  // $content .= "<option value='" . $dep->id ."' " . (intval($default_department) === intval($dep->id) ? "SELECTED" : ""). ">" . $dep->name . "</option>";
656
  $content .= "<option value='" . $dep->id ."' ". (intval($current_selection) === intval($dep->id) ? "SELECTED" : ""). ">" . sanitize_text_field($dep->name) . "</option>";
@@ -736,7 +736,7 @@ function wplc_allow_department_selection_user_form_mrg($content) {
736
  $departments = wplc_get_all_deparments_mrg();
737
  if ($departments) {
738
  $content .= "<select id='wplc_user_selected_department'>";
739
- $content .= "<option value='0' >" . __("Select Department", "wplivechat") . "</option>";
740
  foreach($departments as $dep){
741
  $content .= "<option value='" . $dep->id ."' " . ($default_department == intval($dep->id) ? "SELECTED" : ""). ">" . esc_html($dep->name) . "</option>";
742
  }
57
  if($selected_department){
58
  $content .= "<small style='height:30px'>" . esc_html($selected_department[0]->name) . "</small>";
59
  } else {
60
+ $content .= "<small style='height:30px'>" . __("No Department", 'wp-live-chat-support') . "</small>";
61
  }
62
  } else {
63
  //No department set
64
+ $content .= "<small style='height:30px'>" . __("No Department", 'wp-live-chat-support') . "</small>";
65
  }
66
  return $content;
67
  }
81
  <table class="form-table">
82
  <tr>
83
  <th>
84
+ <label for="wplc_user_department"><?php _e('Chat Department', 'wp-live-chat-support'); ?></label>
85
  </th>
86
  <td>
87
  <select id="wplc_user_department" name="wplc_user_department">
88
+ <option value="-1"><?php _e("No Department", 'wp-live-chat-support'); ?></option>
89
  <?php
90
  $departments = wplc_get_all_deparments_mrg();
91
  if($departments){
126
  */
127
  add_action("wplc_hook_menu_mid","wplc_mrg_department_menu",10,1);
128
  function wplc_mrg_department_menu($cap){
129
+ add_submenu_page('wplivechat-menu', __('Departments', 'wp-live-chat-support'), __('Departments', 'edit_posts').' ('.__('beta').')', $cap[1], 'wplivechat-menu-departments', 'wplc_mrg_departments_page');
130
  }
131
 
132
  /**
172
  $content .= "<table class=\"wp-list-table wplc_list_table widefat fixed \" cellspacing=\"0\" style='width:98%'>";
173
  $content .= "<thead>";
174
  $content .= "<tr>";
175
+ $content .= "<th scope='col'><span>" . __("ID", 'wp-live-chat-support') . "</span></th>";
176
+ $content .= "<th scope='col'><span>" . __("Name", 'wp-live-chat-support') . "</span></th>";
177
+ $content .= "<th scope='col'><span>" . __("Action", 'wp-live-chat-support') . "</span></th>";
178
  $content .= "</tr>";
179
  $content .= "</thead>";
180
 
301
  if($_GET['wplc_action'] == "add_department"){
302
  if($form_valid && isset($_POST['wplc_department_submit'])){
303
  if (!isset($_POST['wplc_dept_nonce']) || !wp_verify_nonce($_POST['wplc_dept_nonce'], 'wplc_dept_nonce')){
304
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
305
  }
306
 
307
  //All good continue
321
  //Submit data first
322
  if($form_valid && isset($_POST['wplc_department_submit'])){
323
  if (!isset($_POST['wplc_dept_nonce']) || !wp_verify_nonce($_POST['wplc_dept_nonce'], 'wplc_dept_nonce')){
324
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
325
  }
326
 
327
  //All good continue
356
 
357
  if(isset($_POST['delete_confirm'])){
358
  if (!isset($_POST['wplc_dept_nonce']) || !wp_verify_nonce($_POST['wplc_dept_nonce'], 'wplc_dept_nonce')){
359
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
360
  }
361
  //Delete now
362
  if(wplc_delete_department_mrg(intval($_GET['department_id']))){
519
  $tab_array['department'] = array(
520
  "href" => "#tabs-departments",
521
  "icon" => 'fa fa-university',
522
+ "label" => __("Departments",'wp-live-chat-support')
523
  );
524
  return $tab_array;
525
  }
535
  $selected_department = intval($wplc_settings['wplc_default_department']);
536
  ?>
537
  <div id="tabs-departments">
538
+ <h3><?php _e("Departments", 'wp-live-chat-support') ?></h3>
539
  <table class="wp-list-table wplc_list_table widefat fixed striped pages">
540
  <tbody>
541
  <tr>
542
  <td width='300'>
543
+ <?php _e("Default Department", 'wp-live-chat-support') ?>
544
+ <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Default department a new chat is assigned to", 'wp-live-chat-support'); ?>"></i>
545
  </td>
546
  <td>
547
  <select id="wplc_default_department" name="wplc_default_department">
548
+ <option value="-1"><?php _e("No Department", 'wp-live-chat-support'); ?></option>
549
  <?php
550
  $departments = wplc_get_all_deparments_mrg();
551
  if($departments){
562
 
563
  <tr>
564
  <td width='300'>
565
+ <?php _e("User Department Selection", 'wp-live-chat-support') ?>
566
+ <i class="fa fa-question-circle wplc_light_grey wplc_settings_tooltip" title="<?php _e("Allow user to select a department before starting a chat?", 'wp-live-chat-support'); ?>"></i>
567
  </td>
568
  <td>
569
  <input type="checkbox" name="wplc_allow_department_selection" id="wplc_allow_department_selection" value="1" <?php echo(boolval($wplc_settings['wplc_allow_department_selection']) ? "CHECKED" : "") ?> />
572
 
573
  <tr>
574
  <td width='300'>
575
+ <?php _e("Note: Chats will be transferred in the event that agents are not available within the selected department", 'wp-live-chat-support') ?>
576
  </td>
577
  <td>
578
 
583
 
584
  </tbody>
585
  </table>
586
+ <p><?php echo sprintf(__("Create departments %s.",'wp-live-chat-support'),'<a href="'.admin_url('admin.php?page=wplivechat-menu-departments').'">'.__('here','wp-live-chat-support').'</a>'); ?></p>
587
  <br>
588
 
589
  <?php do_action("wplc_pro_departments_settings_below_table_hook"); ?>
629
  if($user_department !== "-1"){
630
  $selected_department = wplc_get_department_mrg(intval($user_department));
631
  if($selected_department){
632
+ echo "<span class='wplc_dashboard_additional_label' title='" . __("Department you have been assigned to as an agent", 'wp-live-chat-support') . "'><strong>".__("Department", 'wp-live-chat-support').":</strong> " . esc_html($selected_department[0]->name) . "</span>";
633
  }
634
  } else {
635
  wplc_dashboard_department_selector_mrg();
650
  $current_selection = isset($_GET['wplc_department_view']) ? $_GET['wplc_department_view'] : -1;
651
  if($departments){
652
  $content .= "<span class=\"wplc_dashboard_department_selector_outer\"><select id='wplc_dashboard_department_selector'>";
653
+ $content .= "<option value='0' >" . __("No Department", 'wp-live-chat-support') . "</option>";
654
  foreach($departments as $dep){
655
  // $content .= "<option value='" . $dep->id ."' " . (intval($default_department) === intval($dep->id) ? "SELECTED" : ""). ">" . $dep->name . "</option>";
656
  $content .= "<option value='" . $dep->id ."' ". (intval($current_selection) === intval($dep->id) ? "SELECTED" : ""). ">" . sanitize_text_field($dep->name) . "</option>";
736
  $departments = wplc_get_all_deparments_mrg();
737
  if ($departments) {
738
  $content .= "<select id='wplc_user_selected_department'>";
739
+ $content .= "<option value='0' >" . __("Select Department", 'wp-live-chat-support') . "</option>";
740
  foreach($departments as $dep){
741
  $content .= "<option value='" . $dep->id ."' " . ($default_department == intval($dep->id) ? "SELECTED" : ""). ">" . esc_html($dep->name) . "</option>";
742
  }
includes/wplc_roi.php CHANGED
@@ -101,7 +101,7 @@ function wplc_mrg_roi_menu($cap){
101
  if ($wplc_settings['wplc_use_node_server']) {
102
  return;
103
  }
104
- add_submenu_page('wplivechat-menu', __('ROI Goals', 'wplivechat'), __('ROI Goals', 'edit_posts'), $cap[1], 'wplivechat-menu-roi-goals', 'wplc_mrg_roi_goals_page');
105
  }
106
 
107
  /*
@@ -156,12 +156,12 @@ function wplc_mrg_get_roi_goals_table(){
156
  $content .= "<table class=\"wp-list-table wplc_list_table widefat fixed \" cellspacing=\"0\" style='width:98%'>";
157
  $content .= "<thead>";
158
  $content .= "<tr>";
159
- $content .= "<th scope='col'><span>" . __("ID", "wplivechat") . "</span></th>";
160
- $content .= "<th scope='col'><span>" . __("Name", "wplivechat") . "</span></th>";
161
- $content .= "<th scope='col'>" . __("Overview", "wplivechat") . "</th>";
162
- $content .= "<th scope='col'>" . __("Page", "wplivechat") . "</th>";
163
- $content .= "<th scope='col'>" . __("Value", "wplivechat") . "</th>";
164
- $content .= "<th scope='col'><span>" . __("Action", "wplivechat") . "</span></th>";
165
  $content .= "</tr>";
166
  $content .= "</thead>";
167
 
@@ -387,7 +387,7 @@ function wplc_mrg_goal_admin_head(){
387
  if($_GET['wplc_action'] == "add_goal"){
388
  if($form_valid && isset($_POST['wplc_goal_submit'])){
389
  if (!isset($_POST['wplc_roi_nonce']) || !wp_verify_nonce($_POST['wplc_roi_nonce'], 'wplc_roi_nonce')){
390
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
391
  }
392
  //All good continue
393
  if(wplc_add_goal_mrg($return_array)){
@@ -406,7 +406,7 @@ function wplc_mrg_goal_admin_head(){
406
  //Submit data first
407
  if($form_valid && isset($_POST['wplc_goal_submit'])){
408
  if (!isset($_POST['wplc_roi_nonce']) || !wp_verify_nonce($_POST['wplc_roi_nonce'], 'wplc_roi_nonce')){
409
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
410
  }
411
 
412
  //All good continue
@@ -443,7 +443,7 @@ function wplc_mrg_goal_admin_head(){
443
 
444
  if(isset($_POST['delete_confirm'])){
445
  if (!isset($_POST['wplc_roi_nonce']) || !wp_verify_nonce($_POST['wplc_roi_nonce'], 'wplc_roi_nonce')){
446
- wp_die(__("You do not have permission do perform this action", "wplivechat"));
447
  }
448
 
449
  //Delete now
@@ -701,7 +701,7 @@ function wplc_reporting_tabs_roi_reporting_content_mrg($tabs_array){
701
  $count ++;
702
  }
703
  } else{
704
- $content .= __("No Goals Found", "wplivechat");
705
  $content .= " <small><a href='?page=wplivechat-menu-roi-goals'>Add Goal</a></small>";
706
  }
707
 
@@ -710,11 +710,11 @@ function wplc_reporting_tabs_roi_reporting_content_mrg($tabs_array){
710
  $content .= "<div class='wplc_roi_report_content'>";
711
 
712
  $content .= "<select name='wplc_roi_report_date_selector' id='wplc_roi_report_date_selector'>";
713
- $content .= "<option value='0'>". __("All", "wplivechat") ."</option>";
714
- $content .= "<option value='1'>". __("Last 30 Days", "wplivechat") ."</option>";
715
- $content .= "<option value='2'>". __("Last 15 Days", "wplivechat") ."</option>";
716
- $content .= "<option value='3'>". __("Last 7 Days", "wplivechat") ."</option>";
717
- $content .= "<option value='4'>". __("Last 24 Hours", "wplivechat") ."</option>";
718
  $content .= "</select>";
719
 
720
  $content .= "<div class='wplc_roi_report_content_inner'>";
@@ -766,18 +766,18 @@ function wplc_get_goal_stats_mrg($goal_id, $term){
766
 
767
  $content .= "<div style='width:100%'>";
768
  $content .= "<div style='width: 33%; display: inline-block; vertical-align: top; text-align: center;'>";
769
- $content .= "<strong>" . __("Value Per Conversion", "wplivechat") . "</strong>";
770
  $content .= "<p>" . $goal_info[0]->amount . "</p>";
771
  $content .= "</div>";
772
 
773
 
774
  $content .= "<div style='width: 33%; display: inline-block; vertical-align: top; text-align: center;'>";
775
- $content .= "<strong>" . __("Total Value", "wplivechat") . "</strong>";
776
  $content .= "<p>" . $amount_total . "</p>";
777
  $content .= "</div>";
778
 
779
  $content .= "<div style='width: 33%; display: inline-block; vertical-align: top; text-align: center;'>";
780
- $content .= "<strong>" . __("Total Conversions", "wplivechat") . "</strong>";
781
  $content .= "<p>" . $count_total . "</p>";
782
  $content .= "</div>";
783
  $content .= "</div><br><br>";
@@ -809,16 +809,16 @@ function wplc_get_goal_stats_mrg($goal_id, $term){
809
  $date_array[$day]['value'] = $date_array[$day]['count'] * floatval($goal_info[0]->amount);
810
  }
811
 
812
- $content .= "<strong>" . __("Value By Date", "wplivechat") . ":</strong><hr>";
813
  $content .= "<div class='wplc_roi_grid' id='wplc_roi_grid_chart'> </div><br><br>";
814
 
815
- $content .= "<strong>" . __("Value By Agent", "wplivechat") . ":</strong><hr>";
816
  $content .= "<div class='wplc_roi_grid' id='wplc_roi_agent_chart'> </div>";
817
 
818
 
819
  $return_array = array('html' => $content, 'date_array' => $date_array, 'agent_array' => $agent_count_array);
820
  } else {
821
- $content .= "<p>" . __("No data available yet...", 'wplivechat') . "</p>";
822
 
823
  $return_array = array('html' => $content, 'date_array' => array(), 'agent_array' => array());
824
  }
101
  if ($wplc_settings['wplc_use_node_server']) {
102
  return;
103
  }
104
+ add_submenu_page('wplivechat-menu', __('ROI Goals', 'wp-live-chat-support'), __('ROI Goals', 'edit_posts'), $cap[1], 'wplivechat-menu-roi-goals', 'wplc_mrg_roi_goals_page');
105
  }
106
 
107
  /*
156
  $content .= "<table class=\"wp-list-table wplc_list_table widefat fixed \" cellspacing=\"0\" style='width:98%'>";
157
  $content .= "<thead>";
158
  $content .= "<tr>";
159
+ $content .= "<th scope='col'><span>" . __("ID", 'wp-live-chat-support') . "</span></th>";
160
+ $content .= "<th scope='col'><span>" . __("Name", 'wp-live-chat-support') . "</span></th>";
161
+ $content .= "<th scope='col'>" . __("Overview", 'wp-live-chat-support') . "</th>";
162
+ $content .= "<th scope='col'>" . __("Page", 'wp-live-chat-support') . "</th>";
163
+ $content .= "<th scope='col'>" . __("Value", 'wp-live-chat-support') . "</th>";
164
+ $content .= "<th scope='col'><span>" . __("Action", 'wp-live-chat-support') . "</span></th>";
165
  $content .= "</tr>";
166
  $content .= "</thead>";
167
 
387
  if($_GET['wplc_action'] == "add_goal"){
388
  if($form_valid && isset($_POST['wplc_goal_submit'])){
389
  if (!isset($_POST['wplc_roi_nonce']) || !wp_verify_nonce($_POST['wplc_roi_nonce'], 'wplc_roi_nonce')){
390
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
391
  }
392
  //All good continue
393
  if(wplc_add_goal_mrg($return_array)){
406
  //Submit data first
407
  if($form_valid && isset($_POST['wplc_goal_submit'])){
408
  if (!isset($_POST['wplc_roi_nonce']) || !wp_verify_nonce($_POST['wplc_roi_nonce'], 'wplc_roi_nonce')){
409
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
410
  }
411
 
412
  //All good continue
443
 
444
  if(isset($_POST['delete_confirm'])){
445
  if (!isset($_POST['wplc_roi_nonce']) || !wp_verify_nonce($_POST['wplc_roi_nonce'], 'wplc_roi_nonce')){
446
+ wp_die(__("You do not have permission do perform this action", 'wp-live-chat-support'));
447
  }
448
 
449
  //Delete now
701
  $count ++;
702
  }
703
  } else{
704
+ $content .= __("No Goals Found", 'wp-live-chat-support');
705
  $content .= " <small><a href='?page=wplivechat-menu-roi-goals'>Add Goal</a></small>";
706
  }
707
 
710
  $content .= "<div class='wplc_roi_report_content'>";
711
 
712
  $content .= "<select name='wplc_roi_report_date_selector' id='wplc_roi_report_date_selector'>";
713
+ $content .= "<option value='0'>". __("All", 'wp-live-chat-support') ."</option>";
714
+ $content .= "<option value='1'>". __("Last 30 Days", 'wp-live-chat-support') ."</option>";
715
+ $content .= "<option value='2'>". __("Last 15 Days", 'wp-live-chat-support') ."</option>";
716
+ $content .= "<option value='3'>". __("Last 7 Days", 'wp-live-chat-support') ."</option>";
717
+ $content .= "<option value='4'>". __("Last 24 Hours", 'wp-live-chat-support') ."</option>";
718
  $content .= "</select>";
719
 
720
  $content .= "<div class='wplc_roi_report_content_inner'>";
766
 
767
  $content .= "<div style='width:100%'>";
768
  $content .= "<div style='width: 33%; display: inline-block; vertical-align: top; text-align: center;'>";
769
+ $content .= "<strong>" . __("Value Per Conversion", 'wp-live-chat-support') . "</strong>";
770
  $content .= "<p>" . $goal_info[0]->amount . "</p>";
771
  $content .= "</div>";
772
 
773
 
774
  $content .= "<div style='width: 33%; display: inline-block; vertical-align: top; text-align: center;'>";
775
+ $content .= "<strong>" . __("Total Value", 'wp-live-chat-support') . "</strong>";
776
  $content .= "<p>" . $amount_total . "</p>";
777
  $content .= "</div>";
778
 
779
  $content .= "<div style='width: 33%; display: inline-block; vertical-align: top; text-align: center;'>";
780
+ $content .= "<strong>" . __("Total Conversions", 'wp-live-chat-support') . "</strong>";
781
  $content .= "<p>" . $count_total . "</p>";
782
  $content .= "</div>";
783
  $content .= "</div><br><br>";
809
  $date_array[$day]['value'] = $date_array[$day]['count'] * floatval($goal_info[0]->amount);
810
  }
811
 
812
+ $content .= "<strong>" . __("Value By Date", 'wp-live-chat-support') . ":</strong><hr>";
813
  $content .= "<div class='wplc_roi_grid' id='wplc_roi_grid_chart'> </div><br><br>";
814
 
815
+ $content .= "<strong>" . __("Value By Agent", 'wp-live-chat-support') . ":</strong><hr>";
816
  $content .= "<div class='wplc_roi_grid' id='wplc_roi_agent_chart'> </div>";
817
 
818
 
819
  $return_array = array('html' => $content, 'date_array' => $date_array, 'agent_array' => $agent_count_array);
820
  } else {
821
+ $content .= "<p>" . __("No data available yet...", 'wp-live-chat-support') . "</p>";
822
 
823
  $return_array = array('html' => $content, 'date_array' => array(), 'agent_array' => array());
824
  }
includes/wplc_transfer_chats.php CHANGED
@@ -14,7 +14,7 @@ add_filter("wplc_admin_chat_area_before_end_chat_button", "wplc_mrg_admin_transf
14
  * @return void
15
  */
16
  function wplc_mrg_admin_transfer_tools($chat_data){
17
- echo wplc_create_modal_trigger_button_open("transfer", __("Transfer", "wplivechat"));
18
  }
19
 
20
 
@@ -26,7 +26,7 @@ add_filter("wplc_hook_admin_below_chat_box", "wplc_mrg_admin_transfer_tools_moda
26
  */
27
  function wplc_mrg_admin_transfer_tools_modals($chat_data){
28
  if(function_exists('wplc_create_modal_window')){
29
- echo wplc_create_modal_window("transfer", __("Transfer Chat", "wplivechat"), wplc_mrg_admin_transfer_tools_modal_content($chat_data));
30
 
31
  wplc_mrg_admin_transfer_tools_css();
32
  wplc_mrg_admin_transfer_tools_js();
@@ -40,21 +40,21 @@ function wplc_mrg_admin_transfer_tools_modals($chat_data){
40
  */
41
  function wplc_mrg_admin_transfer_tools_modal_content($chat_data){
42
  $content = "<div id='wplc_transfer_modal_step_one_container'>";
43
- $content .= "<span>" . __("Would you like to transfer this chat to", "wplivechat") . "</span><br><br>";
44
- $content .= "<a href='javascript:void(0);' class='button' id='wplc_pro_tranfer_to_agent_btn'>" . __("Agent", "wplivechat") . "</a> ";
45
- $content .= "<a href='javascript:void(0);' class='button button-primary' id='wplc_pro_tranfer_to_department_btn'>" . __("Department", "wplivechat") . "</a> ";
46
  $content .= "</div>";
47
 
48
  $content .= "<div id='wplc_transfer_modal_step_two_container'>";
49
  $content .= "<div id='wplc_transfer_modal_step_two_agent'>";
50
- $content .= "<span>" . __("Please select an agent to transfer to", "wplivechat") . "</span><br><br>";
51
  $content .= wplc_mrg_admin_transfer_agent_selection() . "<br><br>";
52
 
53
  $content .= "<span id='wplc_transfer_to_agent_check'></span>";
54
 
55
  $content .= "</div>";
56
  $content .= "<div id='wplc_transfer_modal_step_two_department'>";
57
- $content .= "<span>" . __("Please select a department to transfer to", "wplivechat") . "</span><br><br>";
58
  $content .= wplc_mrg_admin_transfer_department_selection() . "<br><br>";
59
 
60
  $content .= "<span id='wplc_transfer_to_department_check'></span>";
@@ -72,13 +72,13 @@ function wplc_mrg_admin_transfer_tools_modal_content($chat_data){
72
  */
73
  function wplc_mrg_admin_transfer_agent_selection(){
74
  $content = "<select id='wplc_transfer_modal_agent_selection'>";
75
- $content .= "<option value=''>" . __("No Agent", "wplivechat") . "</option>";
76
  $my_id = get_current_user_id();
77
  $user_array = get_users(array(
78
  'meta_key'=> 'wplc_chat_agent_online',
79
  ));
80
  foreach($user_array as $user){
81
- $content .= "<option value='" . $user->ID . "'>" . $user->display_name . ($user->ID == $my_id ? "(" . __("You", "wplivechat") . ")" : "") . "</option>";
82
  }
83
 
84
  $content .= "<select>";
@@ -93,7 +93,7 @@ function wplc_mrg_admin_transfer_agent_selection(){
93
  function wplc_mrg_admin_transfer_department_selection(){
94
  if(function_exists("wplc_get_all_deparments_mrg")){
95
  $content = "<select id='wplc_transfer_modal_department_selection'>";
96
- $content .= "<option value='-1'>" . __("No Department", "wplivechat") . "</option>";
97
  $departments = wplc_get_all_deparments_mrg();
98
  if($departments){
99
  foreach($departments as $dep){
@@ -119,16 +119,16 @@ function wplc_mrg_admin_transfer_tools_js(){
119
  var wplc_to_agent = null;
120
  var wplc_online_check_complete = false;
121
 
122
- var wplc_transfer_checking_agent_string = "<?php _e('Checking if agent is online', 'wplivechat'); ?>";
123
- var wplc_transfer_error_agent_string = "<?php _e('Agent is not online, transfer cannot be made', 'wplivechat'); ?>";
124
 
125
- var wplc_transfer_checking_department_string = "<?php _e('Checking if agents in department are online', 'wplivechat'); ?>";
126
- var wplc_transfer_error_department_string = "<?php _e('No agent within the department are available to accept the transfer, transfer cannot be made', 'wplivechat'); ?>";
127
 
128
- var wplc_transfer_success_string = "<?php _e('Agent(s) available, safe to transfer', 'wplivechat'); ?>";
129
 
130
- var wplc_transfer_complete_string = "<?php _e('Transfer Complete. Closing Window...', 'wplivechat'); ?>";
131
- var wplc_transfer_fail_string = "<?php _e('Transfer Failed. Please try again later...', 'wplivechat'); ?>";
132
 
133
  jQuery(function(){
134
  if(typeof wplc_modal_initialize !== "undefined" && typeof wplc_modal_initialize === "function"){
@@ -371,10 +371,10 @@ function wplc_mrg_admin_accept_chat_button_text($content, $cid){
371
 
372
  $agent_info = get_userdata(intval($chat_data->agent_id));
373
 
374
- return __("Transfer for", "wplivechat") . " " . $agent_info->display_name;
375
  } else {
376
  //Department
377
- return __("Accept Transfer", "wplivechat");
378
  }
379
  } else if ( (isset($other_data['unanswered']) && $other_data['unanswered'] == true) ){
380
  // Initial chat request -> Should still check timer
@@ -452,12 +452,12 @@ function wplc_filter_control_chat_notification_department_transfer_mrg($type,$ci
452
  if (isset($data["auto_transfer"]) && $data["auto_transfer"] == true) {
453
  if (intval($data['aid']) === 0) {
454
  //Came from a department originally
455
- $msg=__("Department took too long to respond, we are transferring this chat to the next available agent.","wplivechat");
456
  } else {
457
- $msg = $agent." ".__("took too long to respond, we are transferring this chat to the next available agent.","wplivechat");
458
  }
459
  } else {
460
- $msg = $agent." ".__("has transferred the chat.","wplivechat");
461
  }
462
 
463
  $wpdb->insert( // for user
@@ -465,7 +465,7 @@ function wplc_filter_control_chat_notification_department_transfer_mrg($type,$ci
465
  array(
466
  'chat_sess_id' => $cid,
467
  'timestamp' => current_time('mysql'),
468
- 'msgfrom' => __('System notification',"wplivechat"),
469
  'msg' => $msg,
470
  'status' => 0,
471
  'originates' => 0
@@ -480,13 +480,13 @@ function wplc_filter_control_chat_notification_department_transfer_mrg($type,$ci
480
  )
481
  );
482
 
483
- $msg="*".__("User received this message", "wplivechat") . ":* ".$msg;
484
  $wpdb->insert( // for agent
485
  $wplc_tblname_msgs,
486
  array(
487
  'chat_sess_id' => $cid,
488
  'timestamp' => current_time('mysql'),
489
- 'msgfrom' => __('System notification',"wplivechat"),
490
  'msg' => $msg,
491
  'status' => 0,
492
  'originates' => 3
@@ -525,17 +525,17 @@ function wplc_filter_control_chat_notification_auto_department_transfer_mrg($typ
525
  }
526
 
527
 
528
- $msg = __("No agents available in","wplivechat") . " ";
529
  if($from_department === null){
530
- $msg .= __("selected department", "wplivechat");
531
  } else {
532
  if(!empty($from_department[0]) && !empty($from_department[0]->name)){
533
  $msg .= $from_department[0]->name;
534
  }
535
  }
536
- $msg .= ", " . __("automatically transferring you to", "wplivechat") . " ";
537
  if($to_department === null){
538
- $msg .= __("the next available department", "wplivechat");
539
  } else {
540
  if(!empty($to_department[0]) && !empty($to_department[0]->name)){
541
  $msg .= $to_department[0]->name;
@@ -548,7 +548,7 @@ function wplc_filter_control_chat_notification_auto_department_transfer_mrg($typ
548
  array(
549
  'chat_sess_id' => $cid,
550
  'timestamp' => current_time('mysql'),
551
- 'msgfrom' => __('System notification',"wplivechat"),
552
  'msg' => $msg,
553
  'status' => 0,
554
  'originates' => 0
@@ -563,9 +563,9 @@ function wplc_filter_control_chat_notification_auto_department_transfer_mrg($typ
563
  )
564
  );
565
 
566
- $msg = __("User has been transferred from","wplivechat") . " ";
567
  if($from_department === null){
568
- $msg .= __("department", "wplivechat");
569
  } else {
570
  if(!empty($from_department[0]) && !empty($from_department[0]->name)){
571
  $msg .= $from_department[0]->name;
@@ -574,7 +574,7 @@ function wplc_filter_control_chat_notification_auto_department_transfer_mrg($typ
574
 
575
  if($to_department !== null){
576
  if(!empty($to_department[0]) && !empty($to_department[0]->name)){
577
- $msg .= ' '.__("to", "wplivechat") . " " . $to_department[0]->name;
578
  }
579
  }
580
  $msg .= " " . __("as there were no agents online") . ".";
@@ -584,7 +584,7 @@ function wplc_filter_control_chat_notification_auto_department_transfer_mrg($typ
584
  array(
585
  'chat_sess_id' => $cid,
586
  'timestamp' => current_time('mysql'),
587
- 'msgfrom' => __('System notification',"wplivechat"),
588
  'msg' => $msg,
589
  'status' => 0,
590
  'originates' => 3
14
  * @return void
15
  */
16
  function wplc_mrg_admin_transfer_tools($chat_data){
17
+ echo wplc_create_modal_trigger_button_open("transfer", __("Transfer", 'wp-live-chat-support'));
18
  }
19
 
20
 
26
  */
27
  function wplc_mrg_admin_transfer_tools_modals($chat_data){
28
  if(function_exists('wplc_create_modal_window')){
29
+ echo wplc_create_modal_window("transfer", __("Transfer Chat", 'wp-live-chat-support'), wplc_mrg_admin_transfer_tools_modal_content($chat_data));
30
 
31
  wplc_mrg_admin_transfer_tools_css();
32
  wplc_mrg_admin_transfer_tools_js();
40
  */
41
  function wplc_mrg_admin_transfer_tools_modal_content($chat_data){
42
  $content = "<div id='wplc_transfer_modal_step_one_container'>";
43
+ $content .= "<span>" . __("Would you like to transfer this chat to", 'wp-live-chat-support') . "</span><br><br>";
44
+ $content .= "<a href='javascript:void(0);' class='button' id='wplc_pro_tranfer_to_agent_btn'>" . __("Agent", 'wp-live-chat-support') . "</a> ";
45
+ $content .= "<a href='javascript:void(0);' class='button button-primary' id='wplc_pro_tranfer_to_department_btn'>" . __("Department", 'wp-live-chat-support') . "</a> ";
46
  $content .= "</div>";
47
 
48
  $content .= "<div id='wplc_transfer_modal_step_two_container'>";
49
  $content .= "<div id='wplc_transfer_modal_step_two_agent'>";
50
+ $content .= "<span>" . __("Please select an agent to transfer to", 'wp-live-chat-support') . "</span><br><br>";
51
  $content .= wplc_mrg_admin_transfer_agent_selection() . "<br><br>";
52
 
53
  $content .= "<span id='wplc_transfer_to_agent_check'></span>";
54
 
55
  $content .= "</div>";
56
  $content .= "<div id='wplc_transfer_modal_step_two_department'>";
57
+ $content .= "<span>" . __("Please select a department to transfer to", 'wp-live-chat-support') . "</span><br><br>";
58
  $content .= wplc_mrg_admin_transfer_department_selection() . "<br><br>";
59
 
60
  $content .= "<span id='wplc_transfer_to_department_check'></span>";
72
  */
73
  function wplc_mrg_admin_transfer_agent_selection(){
74
  $content = "<select id='wplc_transfer_modal_agent_selection'>";
75
+ $content .= "<option value=''>" . __("No Agent", 'wp-live-chat-support') . "</option>";
76
  $my_id = get_current_user_id();
77
  $user_array = get_users(array(
78
  'meta_key'=> 'wplc_chat_agent_online',
79
  ));
80
  foreach($user_array as $user){
81
+ $content .= "<option value='" . $user->ID . "'>" . $user->display_name . ($user->ID == $my_id ? "(" . __("You", 'wp-live-chat-support') . ")" : "") . "</option>";
82
  }
83
 
84
  $content .= "<select>";
93
  function wplc_mrg_admin_transfer_department_selection(){
94
  if(function_exists("wplc_get_all_deparments_mrg")){
95
  $content = "<select id='wplc_transfer_modal_department_selection'>";
96
+ $content .= "<option value='-1'>" . __("No Department", 'wp-live-chat-support') . "</option>";
97
  $departments = wplc_get_all_deparments_mrg();
98
  if($departments){
99
  foreach($departments as $dep){
119
  var wplc_to_agent = null;
120
  var wplc_online_check_complete = false;
121
 
122
+ var wplc_transfer_checking_agent_string = "<?php _e('Checking if agent is online', 'wp-live-chat-support'); ?>";
123
+ var wplc_transfer_error_agent_string = "<?php _e('Agent is not online, transfer cannot be made', 'wp-live-chat-support'); ?>";
124
 
125
+ var wplc_transfer_checking_department_string = "<?php _e('Checking if agents in department are online', 'wp-live-chat-support'); ?>";
126
+ var wplc_transfer_error_department_string = "<?php _e('No agent within the department are available to accept the transfer, transfer cannot be made', 'wp-live-chat-support'); ?>";
127
 
128
+ var wplc_transfer_success_string = "<?php _e('Agent(s) available, safe to transfer', 'wp-live-chat-support'); ?>";
129
 
130
+ var wplc_transfer_complete_string = "<?php _e('Transfer Complete. Closing Window...', 'wp-live-chat-support'); ?>";
131
+ var wplc_transfer_fail_string = "<?php _e('Transfer Failed. Please try again later...', 'wp-live-chat-support'); ?>";
132
 
133
  jQuery(function(){
134
  if(typeof wplc_modal_initialize !== "undefined" && typeof wplc_modal_initialize === "function"){
371
 
372
  $agent_info = get_userdata(intval($chat_data->agent_id));
373
 
374
+ return __("Transfer for", 'wp-live-chat-support') . " " . $agent_info->display_name;
375
  } else {
376
  //Department
377
+ return __("Accept Transfer", 'wp-live-chat-support');
378
  }
379
  } else if ( (isset($other_data['unanswered']) && $other_data['unanswered'] == true) ){
380
  // Initial chat request -> Should still check timer
452
  if (isset($data["auto_transfer"]) && $data["auto_transfer"] == true) {
453
  if (intval($data['aid']) === 0) {
454
  //Came from a department originally
455
+ $msg=__("Department took too long to respond, we are transferring this chat to the next available agent.",'wp-live-chat-support');
456
  } else {
457
+ $msg = $agent." ".__("took too long to respond, we are transferring this chat to the next available agent.",'wp-live-chat-support');
458
  }
459
  } else {
460
+ $msg = $agent." ".__("has transferred the chat.",'wp-live-chat-support');
461
  }
462
 
463
  $wpdb->insert( // for user
465
  array(
466
  'chat_sess_id' => $cid,
467
  'timestamp' => current_time('mysql'),
468
+ 'msgfrom' => __('System notification','wp-live-chat-support'),
469
  'msg' => $msg,
470
  'status' => 0,
471
  'originates' => 0
480
  )
481
  );
482
 
483
+ $msg="*".__("User received this message", 'wp-live-chat-support') . ":* ".$msg;
484
  $wpdb->insert( // for agent
485
  $wplc_tblname_msgs,
486
  array(
487
  'chat_sess_id' => $cid,
488
  'timestamp' => current_time('mysql'),
489
+ 'msgfrom' => __('System notification','wp-live-chat-support'),
490
  'msg' => $msg,
491
  'status' => 0,
492
  'originates' => 3
525
  }
526
 
527
 
528
+ $msg = __("No agents available in",'wp-live-chat-support') . " ";
529
  if($from_department === null){
530
+ $msg .= __("selected department", 'wp-live-chat-support');
531
  } else {
532
  if(!empty($from_department[0]) && !empty($from_department[0]->name)){
533
  $msg .= $from_department[0]->name;
534
  }
535
  }
536
+ $msg .= ", " . __("automatically transferring you to", 'wp-live-chat-support') . " ";
537
  if($to_department === null){
538
+ $msg .= __("the next available department", 'wp-live-chat-support');
539
  } else {
540
  if(!empty($to_department[0]) && !empty($to_department[0]->name)){
541
  $msg .= $to_department[0]->name;
548
  array(
549
  'chat_sess_id' => $cid,
550
  'timestamp' => current_time('mysql'),
551
+ 'msgfrom' => __('System notification','wp-live-chat-support'),
552
  'msg' => $msg,
553
  'status' => 0,
554
  'originates' => 0
563
  )
564
  );
565
 
566
+ $msg = __("User has been transferred from",'wp-live-chat-support') . " ";
567
  if($from_department === null){
568
+ $msg .= __("department", 'wp-live-chat-support');
569
  } else {
570
  if(!empty($from_department[0]) && !empty($from_department[0]->name)){
571
  $msg .= $from_department[0]->name;
574
 
575
  if($to_department !== null){
576
  if(!empty($to_department[0]) && !empty($to_department[0]->name)){
577
+ $msg .= ' '.__("to", 'wp-live-chat-support') . " " . $to_department[0]->name;
578
  }
579
  }
580
  $msg .= " " . __("as there were no agents online") . ".";
584
  array(
585
  'chat_sess_id' => $cid,
586
  'timestamp' => current_time('mysql'),
587
+ 'msgfrom' => __('System notification','wp-live-chat-support'),
588
  'msg' => $msg,
589
  'status' => 0,
590
  'originates' => 3
js/themes/modern.js CHANGED
@@ -136,7 +136,7 @@ jQuery(document).on("wplc_agent_joined", function(e) {
136
  jQuery(".wplc_agent_name").text(wplc_current_agent_names + ", " + tname);
137
  jQuery(".wplc_agent_name").attr('title', wplc_current_agent_names + ", " + tname);
138
 
139
- //Hide the tagline, it is not needed for two agents in my opinion - Dylan Auty
140
  jQuery(".wplc_agent_tagline").hide();
141
 
142
  //Hide social links, it is too cluttered to add more here
136
  jQuery(".wplc_agent_name").text(wplc_current_agent_names + ", " + tname);
137
  jQuery(".wplc_agent_name").attr('title', wplc_current_agent_names + ", " + tname);
138
 
139
+ //Hide the tagline, it is not needed for two agents in my opinion
140
  jQuery(".wplc_agent_tagline").hide();
141
 
142
  //Hide social links, it is too cluttered to add more here
js/wplc_agent_node.js CHANGED
@@ -1,13 +1,5 @@
1
  /**
2
  * WPLC - Agent JavaScript (Main)
3
- *
4
- * Copyright (c) 2017 Code Cabin Inc.
5
- *
6
- * Version 1.0
7
- * Released August 2017
8
- *
9
- *
10
- *
11
  */
12
 
13
 
@@ -92,9 +84,8 @@ var nc_sid;
92
  var nc_name;
93
  var nc_chatid;
94
 
95
-
96
- var tcx_favico_noti = '../wp-content/plugins/wp-live-chat-support/images/tcx48px_n.png';
97
- var tcx_favico = '../wp-content/plugins/wp-live-chat-support/images/tcx48px.png';
98
 
99
  // used to validate visitors so we can double-verify their existence
100
  var visitor_validator = {};
@@ -1631,10 +1622,10 @@ var tcx_random_offline_image_count = Math.floor((Math.random() * 9) + 1);
1631
  * Show the no visitors image
1632
  */
1633
  function nc_no_visitors() {
1634
- var random_img = "<img id='tcx_offline_image' src='" + wplc_baseurl + "/images/random_images/offline_images/" + tcx_random_offline_image_count + ".jpg' />";
1635
 
1636
  jQuery("#active_count").html("0");
1637
- jQuery(".nifty_bg_holder_text").html(random_img + "There are no visitors on your site at the moment");
1638
  jQuery(".nifty_bg_holder").css('left','25%');
1639
 
1640
  /* only fade in if were not chatting with an agent, or if we do not have a completed chat open */
@@ -2270,7 +2261,7 @@ function nc_return_browser_details(data) {
2270
  origbrowserName = browserName;
2271
  browserName = browserName.toLowerCase();
2272
 
2273
- return "<img src='" + wplc_baseurl + "/images/browsers/"+browserName+"_16x16.png' alt='"+origbrowserName+" (v"+browserVer+")' title='"+origbrowserName+" (v"+browserVer+")' />";
2274
  }
2275
 
2276
  /**
@@ -2292,7 +2283,7 @@ function nc_return_location_details(data){
2292
  var location_code = data.location_info.code;
2293
  var location_name = (typeof data.location_info.name !== "undefined" ? data.location_info.name : "");
2294
 
2295
- return "<img src='" + wplc_baseurl + "/images/flags/"+location_code.toLowerCase()+".png' alt='"+location_name+"' title='"+location_name+"' />";
2296
  }
2297
  }
2298
 
@@ -2308,7 +2299,7 @@ function nc_return_location_details(data){
2308
  function nc_return_device_details(data){
2309
  if(typeof data !== "undefined" && typeof data.device_in_use !== "undefined"){
2310
  var device_in_use = data.device_in_use;
2311
- return "<img src='" + wplc_baseurl + "/images/devices/"+device_in_use+".png' alt='"+device_in_use+"' title='"+device_in_use.charAt(0).toUpperCase() + device_in_use.slice(1)+"' />";
2312
  }
2313
  return "";
2314
  }
@@ -2986,7 +2977,7 @@ tcx_delegates = function() {
2986
 
2987
  socket.on('reconnect_error', function () {
2988
  log('attempt to reconnect has failed');
2989
- jQuery(".nifty_bg_holder_text").html("Connection to the server lost.. please be patient while we try restore the connection...");
2990
  jQuery(".nifty_bg_holder").fadeIn();
2991
  });
2992
 
1
  /**
2
  * WPLC - Agent JavaScript (Main)
 
 
 
 
 
 
 
 
3
  */
4
 
5
 
84
  var nc_name;
85
  var nc_chatid;
86
 
87
+ var tcx_favico_noti = wplc_baseurl + 'images/tcx48px_n.png';
88
+ var tcx_favico = wplc_baseurl + 'images/tcx48px.png';
 
89
 
90
  // used to validate visitors so we can double-verify their existence
91
  var visitor_validator = {};
1622
  * Show the no visitors image
1623
  */
1624
  function nc_no_visitors() {
1625
+ var random_img = "<img id='tcx_offline_image' src='" + wplc_baseurl + "images/random_images/offline_images/" + tcx_random_offline_image_count + ".jpg' />";
1626
 
1627
  jQuery("#active_count").html("0");
1628
+ jQuery(".nifty_bg_holder_text").html(random_img + config.wplc_text_no_visitors);
1629
  jQuery(".nifty_bg_holder").css('left','25%');
1630
 
1631
  /* only fade in if were not chatting with an agent, or if we do not have a completed chat open */
2261
  origbrowserName = browserName;
2262
  browserName = browserName.toLowerCase();
2263
 
2264
+ return "<img src='" + wplc_baseurl + "images/browsers/"+browserName+"_16x16.png' alt='"+origbrowserName+" (v"+browserVer+")' title='"+origbrowserName+" (v"+browserVer+")' />";
2265
  }
2266
 
2267
  /**
2283
  var location_code = data.location_info.code;
2284
  var location_name = (typeof data.location_info.name !== "undefined" ? data.location_info.name : "");
2285
 
2286
+ return "<img src='" + wplc_baseurl + "images/flags/"+location_code.toLowerCase()+".png' alt='"+location_name+"' title='"+location_name+"' />";
2287
  }
2288
  }
2289
 
2299
  function nc_return_device_details(data){
2300
  if(typeof data !== "undefined" && typeof data.device_in_use !== "undefined"){
2301
  var device_in_use = data.device_in_use;
2302
+ return "<img src='" + wplc_baseurl + "images/devices/"+device_in_use+".png' alt='"+device_in_use+"' title='"+device_in_use.charAt(0).toUpperCase() + device_in_use.slice(1)+"' />";
2303
  }
2304
  return "";
2305
  }
2977
 
2978
  socket.on('reconnect_error', function () {
2979
  log('attempt to reconnect has failed');
2980
+ jQuery(".nifty_bg_holder_text").html(config.wplc_text_connection_lost);
2981
  jQuery(".nifty_bg_holder").fadeIn();
2982
  });
2983
 
js/wplc_node.js CHANGED
@@ -1213,6 +1213,9 @@ var open_chat = function (force) {
1213
  });
1214
  nifty_is_chat_open = true;
1215
  }
 
 
 
1216
  } else if (nifty_chat_status_temp === "browsing" || wplc_chat_status_temp === "5") { //Added 11 here for usability
1217
  if (jQuery("#wp-live-chat-2").is(":visible") === false && jQuery("#wp-live-chat-4").is(":visible") === false) {
1218
  jQuery("#wp-live-chat-2").show();
1213
  });
1214
  nifty_is_chat_open = true;
1215
  }
1216
+ if (!jQuery("#wp-live-chat-header").hasClass("active")) {
1217
+ jQuery("#wp-live-chat-header").click();
1218
+ }
1219
  } else if (nifty_chat_status_temp === "browsing" || wplc_chat_status_temp === "5") { //Added 11 here for usability
1220
  if (jQuery("#wp-live-chat-2").is(":visible") === false && jQuery("#wp-live-chat-4").is(":visible") === false) {
1221
  jQuery("#wp-live-chat-2").show();
js/wplc_server.js CHANGED
@@ -476,8 +476,6 @@ function wplc_add_date_and_time(the_message,originates) {
476
  var date_format = typeof wplc_datetime_format !== 'undefined' && wplc_datetime_format.hasOwnProperty( 'date_format' ) ? wplc_datetime_format.date_format : 'n/d';
477
  var date_month = dateTime.getMonth();
478
  var date_day = dateTime.getDate();
479
- var date_months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
480
- var date_days = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
481
  var date_day_no = dateTime.getDay();
482
  var date_year = dateTime.getFullYear();
483
 
@@ -495,10 +493,10 @@ function wplc_add_date_and_time(the_message,originates) {
495
  .replace( /Y/g, date_year )
496
  .replace( /y/g, date_year.toString().substr( 2, 2 ) )
497
  .replace( /%S%/g, 1 === date_day ? 'st' : ( 2 === date_day ? 'nd' : ( 3 === date_day ? 'rd' : 'th' ) ) )
498
- .replace( /%D%/g, date_days[ date_day_no ].substr( 0, 3 ) )
499
- .replace( /%l%/g, date_days[ date_day_no ] )
500
- .replace( /%F%/g, date_months[ date_month ] )
501
- .replace( /%M%/g, date_months[ date_month ].substr( 0, 3 ) ) + ' ';
502
 
503
  }
504
  if ( typeof wplc_show_chat_detail.time !== "undefined" && '1' === wplc_show_chat_detail.time ) {
476
  var date_format = typeof wplc_datetime_format !== 'undefined' && wplc_datetime_format.hasOwnProperty( 'date_format' ) ? wplc_datetime_format.date_format : 'n/d';
477
  var date_month = dateTime.getMonth();
478
  var date_day = dateTime.getDate();
 
 
479
  var date_day_no = dateTime.getDay();
480
  var date_year = dateTime.getFullYear();
481
 
493
  .replace( /Y/g, date_year )
494
  .replace( /y/g, date_year.toString().substr( 2, 2 ) )
495
  .replace( /%S%/g, 1 === date_day ? 'st' : ( 2 === date_day ? 'nd' : ( 3 === date_day ? 'rd' : 'th' ) ) )
496
+ .replace( /%D%/g, config.date_days[ date_day_no ].substr( 0, 3 ) )
497
+ .replace( /%l%/g, config.date_days[ date_day_no ] )
498
+ .replace( /%F%/g, config.date_months[ date_month ] )
499
+ .replace( /%M%/g, config.date_months[ date_month ].substr( 0, 3 ) ) + ' ';
500
 
501
  }
502
  if ( typeof wplc_show_chat_detail.time !== "undefined" && '1' === wplc_show_chat_detail.time ) {
js/wplc_u_admin_events.js CHANGED
@@ -39,12 +39,12 @@ var agent_dash_open = false;
39
  jQuery(document).on("click", "#toolbar-item-open-tcx", function() {
40
  if (agent_dash_open) {
41
  agent_dash_open = false;
42
- jQuery(this).css("background-image","url("+wplc_url+"/images/tcx48px.png)");
43
  jQuery(this).css("background-color","#333");
44
  jQuery(".tcx-out-dash").fadeOut("1000");
45
  } else {
46
  agent_dash_open = true;
47
- jQuery(this).css("background-image","url("+wplc_url+"/images/iconCloseRetina.png)");
48
  jQuery(this).css("background-color","#333");
49
  jQuery(".tcx-out-dash").fadeIn("1000");
50
  }
@@ -64,7 +64,7 @@ jQuery(document).on("tcx_connect", function(e) {
64
  } else {
65
  jQuery(".nifty_bg_holder_text").html("");
66
  jQuery(".nifty_bg_holder").fadeOut();
67
- jQuery(".nifty_bg_holder_text").html("You are not accepting chats");
68
  jQuery(".nifty_bg_holder").fadeIn();
69
  jQuery(".nifty_bg_holder").css('left','25%');
70
  }
@@ -518,13 +518,13 @@ jQuery(document).on("tcx_dom_ready", function(e) {
518
  wplc_node_socket_connected = false;
519
  setTimeout(function(){
520
  if(wplc_node_socket_connected === false){
521
- jQuery(".nifty_bg_holder_text").html("Connection to the server lost.. please be patient while we try restore the connection...");
522
  jQuery(".nifty_bg_holder").fadeIn();
523
  jQuery(".nifty_bg_holder").css('left','0');
524
  }
525
  }, 2000);
526
  } else if (connection_lost_type === 'offline_status') {
527
- jQuery(".nifty_bg_holder_text").html("You are not accepting chats");
528
  jQuery(".nifty_bg_holder").fadeIn();
529
  jQuery(".nifty_bg_holder").css('left','25%');
530
 
39
  jQuery(document).on("click", "#toolbar-item-open-tcx", function() {
40
  if (agent_dash_open) {
41
  agent_dash_open = false;
42
+ jQuery(this).css("background-image","url("+wplc_url+"images/tcx48px.png)");
43
  jQuery(this).css("background-color","#333");
44
  jQuery(".tcx-out-dash").fadeOut("1000");
45
  } else {
46
  agent_dash_open = true;
47
+ jQuery(this).css("background-image","url("+wplc_url+"images/iconCloseRetina.png)");
48
  jQuery(this).css("background-color","#333");
49
  jQuery(".tcx-out-dash").fadeIn("1000");
50
  }
64
  } else {
65
  jQuery(".nifty_bg_holder_text").html("");
66
  jQuery(".nifty_bg_holder").fadeOut();
67
+ jQuery(".nifty_bg_holder_text").html(config.wplc_text_not_accepting_chats);
68
  jQuery(".nifty_bg_holder").fadeIn();
69
  jQuery(".nifty_bg_holder").css('left','25%');
70
  }
518
  wplc_node_socket_connected = false;
519
  setTimeout(function(){
520
  if(wplc_node_socket_connected === false){
521
+ jQuery(".nifty_bg_holder_text").html(config.wplc_text_connection_lost);
522
  jQuery(".nifty_bg_holder").fadeIn();
523
  jQuery(".nifty_bg_holder").css('left','0');
524
  }
525
  }, 2000);
526
  } else if (connection_lost_type === 'offline_status') {
527
+ jQuery(".nifty_bg_holder_text").html(config.wplc_text_not_accepting_chats);
528
  jQuery(".nifty_bg_holder").fadeIn();
529
  jQuery(".nifty_bg_holder").css('left','25%');
530
 
js/wplc_u_events.js CHANGED
@@ -556,4 +556,8 @@ function open_chat(force) {
556
 
557
  wplc_is_chat_open = true;
558
 
 
 
 
 
559
  }
556
 
557
  wplc_is_chat_open = true;
558
 
559
+ if (!jQuery("#wp-live-chat-header").hasClass("active")) {
560
+ jQuery("#wp-live-chat-header").click();
561
+ }
562
+
563
  }
languages/wp-live-chat-support-ar.mo ADDED
Binary file
languages/wp-live-chat-support-ar.po ADDED
@@ -0,0 +1,5091 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2019-10-17 11:28+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:28+0200\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: GreenInn\n"
8
+ "Language: ar\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.2.4\n"
13
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
16
+ "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
19
+
20
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
21
+ #: wp-live-chat-support.php:4864
22
+ msgid "Admin"
23
+ msgstr "المسؤول"
24
+
25
+ #: ajax/agent.php:262 ajax/user.php:218
26
+ msgid "Admin has closed and ended the chat"
27
+ msgstr "لقد أغلق المشرف المحادثة"
28
+
29
+ #: functions.php:417 functions.php:431
30
+ msgid "Accept Chat"
31
+ msgstr "قبول المحادثة"
32
+
33
+ #: functions.php:423 functions.php:436
34
+ msgid "Open Chat"
35
+ msgstr "بدء المحادثة"
36
+
37
+ #: functions.php:425
38
+ #, fuzzy
39
+ #| msgid "Chat answered by another agent"
40
+ msgid "In progress with another agent"
41
+ msgstr "لقد تم الرد على هذه المحادثة بواسطة مندوب آخر"
42
+
43
+ #: functions.php:439
44
+ msgid "Only chat agents can accept chats"
45
+ msgstr "يمكن فقط للمندوبين قبول طلبات المحادثة"
46
+
47
+ #: functions.php:503 modules/api/agent/wplc-api-functions.php:395
48
+ msgid "New"
49
+ msgstr "جديد"
50
+
51
+ #: functions.php:505 modules/api/agent/wplc-api-functions.php:397
52
+ msgid "Returning"
53
+ msgstr "عائد"
54
+
55
+ #: functions.php:596
56
+ msgid "No agent was able to answer your chat request. Please try again."
57
+ msgstr ""
58
+
59
+ #: functions.php:610 modules/advanced_features.php:113
60
+ #, fuzzy
61
+ #| msgid "End chat"
62
+ msgid "End Chat"
63
+ msgstr "إنهاء المحادثة"
64
+
65
+ #: functions.php:1021
66
+ msgid "complete"
67
+ msgstr "اكتمل"
68
+
69
+ #: functions.php:1024
70
+ msgid "pending"
71
+ msgstr "معلَّق"
72
+
73
+ #: functions.php:1027
74
+ msgid "active"
75
+ msgstr "مفعل"
76
+
77
+ #: functions.php:1030
78
+ msgid "deleted"
79
+ msgstr "تم حذفه"
80
+
81
+ #: functions.php:1033
82
+ msgid "browsing"
83
+ msgstr "يتصفح"
84
+
85
+ #: functions.php:1036
86
+ msgid "requesting chat"
87
+ msgstr "يطلب محادثة"
88
+
89
+ #: functions.php:1039
90
+ msgid "Chat Ended - User still browsing"
91
+ msgstr "انتهت المحادثة - لا يزال المستخدم يتصفح الموقع"
92
+
93
+ #: functions.php:1042
94
+ msgid "User is browsing but doesn't want to chat"
95
+ msgstr "المستخدم يتصفح الموقع ولكن لا يرغب في المحادثة"
96
+
97
+ #: functions.php:1181 includes/settings_page.php:774
98
+ #, fuzzy
99
+ #| msgid "WP Live Chat Support - Offline Message from "
100
+ msgid "WP Live Chat by 3CX - Offline Message from "
101
+ msgstr "WP Live Chat Support - رسالة من "
102
+
103
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
104
+ #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
105
+ #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
106
+ #: includes/wplc_roi.php:160 modules/node_server.php:81
107
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
108
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
109
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
110
+ msgid "Name"
111
+ msgstr "الاسم"
112
+
113
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
114
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
115
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
116
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
117
+ msgid "Email"
118
+ msgstr "البريد الالكترونى"
119
+
120
+ #: functions.php:1184 wp-live-chat-support.php:1782
121
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
122
+ #: wp-live-chat-support.php:4281
123
+ msgid "Message"
124
+ msgstr "الرسالة"
125
+
126
+ #: functions.php:1185
127
+ #, fuzzy
128
+ #| msgid "Via WP Live Chat Support"
129
+ msgid "Via WP Live Chat by 3CX"
130
+ msgstr "من خلال WP Live Chat Support"
131
+
132
+ #: functions.php:1484 wp-live-chat-support.php:3313
133
+ msgid "Error: Could not delete chat"
134
+ msgstr "خطأ: لا يمكن حذف المحادثة"
135
+
136
+ #: functions.php:1486 wp-live-chat-support.php:3317
137
+ msgid "Chat Deleted"
138
+ msgstr "تم حذف المحادثة"
139
+
140
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
141
+ #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
142
+ #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
143
+ #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
144
+ #: includes/wplc_departments.php:304 includes/wplc_departments.php:324
145
+ #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
146
+ #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
147
+ #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
148
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
149
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
150
+ #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
151
+ #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
152
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
153
+ #: wp-live-chat-support.php:4191
154
+ msgid "You do not have permission do perform this action"
155
+ msgstr ""
156
+
157
+ #: functions.php:1495 wp-live-chat-support.php:3326
158
+ msgid "Are you sure you would like to delete this chat?"
159
+ msgstr "هل انت متأكد من انك تريد حذف تلك المحادثة؟"
160
+
161
+ #: functions.php:1496 includes/settings_page.php:142
162
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
163
+ msgid "Yes"
164
+ msgstr "نعم"
165
+
166
+ #: functions.php:1496 includes/settings_page.php:143
167
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
168
+ msgid "No"
169
+ msgstr "لا"
170
+
171
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
172
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
173
+ #: wp-live-chat-support.php:3483
174
+ msgid "Date"
175
+ msgstr "التاريخ"
176
+
177
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
178
+ msgid "URL"
179
+ msgstr "الصفحة"
180
+
181
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
182
+ #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
183
+ #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
184
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
185
+ msgid "Action"
186
+ msgstr "القرار"
187
+
188
+ #: functions.php:1523
189
+ msgid "You have not missed any chat requests."
190
+ msgstr "لا يوجد اى طلبات محادثة فائتة."
191
+
192
+ #: functions.php:1530 wp-live-chat-support.php:3381
193
+ msgid "View Chat History"
194
+ msgstr "عرض سجل المحادثات"
195
+
196
+ #: functions.php:1530 wp-live-chat-support.php:3381
197
+ msgid "Download Chat History"
198
+ msgstr "تحميل سجل المحادثات"
199
+
200
+ #: functions.php:1724
201
+ msgid "Open chat window via"
202
+ msgstr "عرض نافذة المحادثة عن طريق"
203
+
204
+ #: functions.php:1728
205
+ msgid "Click"
206
+ msgstr "النقر"
207
+
208
+ #: functions.php:1729
209
+ msgid "Hover"
210
+ msgstr "التمرير"
211
+
212
+ #: functions.php:1731
213
+ msgid "element with"
214
+ msgstr "عنصر مع"
215
+
216
+ #: functions.php:1733
217
+ msgid "Class"
218
+ msgstr "الدرجة"
219
+
220
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
221
+ #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
222
+ #: includes/wplc_roi.php:159
223
+ msgid "ID"
224
+ msgstr "رمز التعريف"
225
+
226
+ #: functions.php:2005 functions.php:2011 functions.php:2016
227
+ #: includes/dashboard_page.php:58 modules/node_server.php:134
228
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
229
+ msgid "Quick Responses"
230
+ msgstr "ردود سريعة"
231
+
232
+ #: functions.php:2006 includes/settings_page.php:322
233
+ msgid "Quick Response"
234
+ msgstr "رد سريع"
235
+
236
+ #: functions.php:2007 functions.php:2010
237
+ msgid "New Quick Response"
238
+ msgstr "رد سريع جديد"
239
+
240
+ #: functions.php:2008 modules/node_server.php:1031
241
+ msgid "Add New Quick Response"
242
+ msgstr "إضافة رد سريع"
243
+
244
+ #: functions.php:2009
245
+ msgid "Edit Quick Response"
246
+ msgstr "تعديل رد سريع"
247
+
248
+ #: functions.php:2012
249
+ msgid "View Quick Responses"
250
+ msgstr "مشاهدة الردود السريعة"
251
+
252
+ #: functions.php:2013
253
+ msgid "Search Quick Responses"
254
+ msgstr "البحث في الردود السريعة"
255
+
256
+ #: functions.php:2014
257
+ msgid "No Quick Responses found"
258
+ msgstr "لا يوجد ردود سريعة"
259
+
260
+ #: functions.php:2015
261
+ msgid "No Quick Responses found in the Trash"
262
+ msgstr "لا يوجد ردود سريعة بسلة المهملات"
263
+
264
+ #: functions.php:2020
265
+ #, fuzzy
266
+ #| msgid "Quick Responses for WP Live Chat Support Pro"
267
+ msgid "Quick Responses for WP Live Chat by 3CX"
268
+ msgstr "الردود السريعة لـWP Live Chat Support المدفوعة"
269
+
270
+ #: functions.php:2054
271
+ #, fuzzy
272
+ #| msgid "Support desk"
273
+ msgid "Sort Order"
274
+ msgstr "الدعم"
275
+
276
+ #: functions.php:2090 includes/settings_page.php:331
277
+ msgid "Title"
278
+ msgstr ""
279
+
280
+ #: functions.php:2091
281
+ msgid "Order"
282
+ msgstr ""
283
+
284
+ #: functions.php:2092 includes/settings_page.php:1182
285
+ msgid "Author"
286
+ msgstr "الكاتب"
287
+
288
+ #: functions.php:2135 wp-live-chat-support.php:461
289
+ msgid "Press ENTER to send your message"
290
+ msgstr "اضغط ENTER للارسال"
291
+
292
+ #: functions.php:2174 functions.php:2178
293
+ msgid "Assign Quick Response"
294
+ msgstr "تخصيص رد سريع"
295
+
296
+ #: functions.php:2181 includes/settings_page.php:1164
297
+ msgid "Select"
298
+ msgstr "اختيار"
299
+
300
+ #: functions.php:2187
301
+ msgid "What is this?"
302
+ msgstr "ما هذا؟"
303
+
304
+ #: functions.php:2229
305
+ #, php-format
306
+ msgid "Incoming chat from %s (%s) on %s"
307
+ msgstr "محادثة واردة من %s (%s) في %s"
308
+
309
+ #: functions.php:2235
310
+ #, fuzzy, php-format
311
+ #| msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
312
+ msgid "%s (%s) wants to chat with you."
313
+ msgstr "يريد %s (%s) بدء المحادثة معك.<br><br>تسجيل الدخول: %s"
314
+
315
+ #: functions.php:2240
316
+ #, fuzzy, php-format
317
+ #| msgid "Log in"
318
+ msgid "Log in: %s"
319
+ msgstr "تسجيل الدخول"
320
+
321
+ #: functions.php:2567
322
+ #, fuzzy
323
+ #| msgid "Status: "
324
+ msgid "Status (Online)"
325
+ msgstr "الحالة "
326
+
327
+ #: functions.php:2568
328
+ msgid "Online"
329
+ msgstr "متصل"
330
+
331
+ #: functions.php:2569
332
+ #, fuzzy
333
+ #| msgid "Online"
334
+ msgid "Offline"
335
+ msgstr "متصل"
336
+
337
+ #: functions.php:2570
338
+ msgid "Status (Offline)"
339
+ msgstr ""
340
+
341
+ #: functions.php:2581
342
+ msgid ""
343
+ "You have set your status to offline. To view visitors and accept chats "
344
+ "please set your status to online using the switch above."
345
+ msgstr ""
346
+ "انت الآن فى وضعية عدم الاتصال. لعرض الزوار و استقبال المحادثات، يرجى تغيير "
347
+ "الوضعية ل\"متصل\" من خلال الزر أعلاه."
348
+
349
+ #: functions.php:2651
350
+ msgid "Encryption"
351
+ msgstr "التشفير"
352
+
353
+ #: functions.php:2657 includes/settings_page.php:1225
354
+ #: wp-live-chat-support.php:3977
355
+ msgid "Business Hours"
356
+ msgstr ""
357
+
358
+ #: functions.php:2859
359
+ msgid "Initiate Chat"
360
+ msgstr "بدء المحادثة"
361
+
362
+ #: functions.php:2951
363
+ msgid "Attempting to open the chat window... Please be patient."
364
+ msgstr "جارى بدء المحادثة... برجاء الانتظار."
365
+
366
+ #: functions.php:2968
367
+ msgid ""
368
+ "You are not a chat agent. Please make yourself a chat agent before trying to "
369
+ "chat to visitors"
370
+ msgstr ""
371
+ "انت لست مندوب. الرجاء تحويل المستخدم الخاص بك لمندوب قبل البدء في محادثة "
372
+ "الزوار"
373
+
374
+ #: functions.php:3163 functions.php:3179 functions.php:3194
375
+ msgid "Chat Agent"
376
+ msgstr "المندوب"
377
+
378
+ #: functions.php:3168 functions.php:3184
379
+ msgid "Make this user a chat agent"
380
+ msgstr "تحويل هذا المستخدم لمندوب"
381
+
382
+ #: functions.php:3198
383
+ msgid "Your user role does not allow you to make yourself a chat agent."
384
+ msgstr "صلاحياتك لا تسمح بتحويل نفسك لمندوب."
385
+
386
+ #: functions.php:3199
387
+ msgid "Please contact the administrator of this website to change this."
388
+ msgstr "الرجاء الاتصال بالمسؤول عن الموقع لإجراء التعديلات."
389
+
390
+ #: functions.php:3218
391
+ msgid "This chat has already been answered by another agent."
392
+ msgstr "لقد تم الرد على هذه المحادثة بواسطة مندوب آخر."
393
+
394
+ #: functions.php:3460 wp-live-chat-support.php:2314
395
+ msgid "Agent(s) online"
396
+ msgstr "مندوب متواجد"
397
+
398
+ #: functions.php:3514
399
+ msgid "Chat Agent Online"
400
+ msgstr "المندوب المتواجد"
401
+
402
+ #: functions.php:3516 functions.php:3520
403
+ msgid "Chat Agents Online"
404
+ msgstr "المندوبون المتواجدون"
405
+
406
+ #: functions.php:3628 includes/settings_page.php:1153
407
+ #: wp-live-chat-support.php:2260
408
+ msgid "Remove"
409
+ msgstr "حذف"
410
+
411
+ #: functions.php:3631 wp-live-chat-support.php:2263
412
+ msgid "Typing..."
413
+ msgstr ""
414
+
415
+ #: functions.php:4001
416
+ msgid "User Experience Ratings"
417
+ msgstr "تقييمات الستخدم"
418
+
419
+ #: functions.php:4008
420
+ msgid "Agent Statistics"
421
+ msgstr "احصائيات المندوب"
422
+
423
+ #: functions.php:4051 functions.php:4090
424
+ msgid "Satisfaction Rating"
425
+ msgstr "معدل التقييم"
426
+
427
+ #: functions.php:4052 functions.php:4091
428
+ msgid "Rating Count"
429
+ msgstr "عدد التقيمات"
430
+
431
+ #: functions.php:4052 functions.php:4091
432
+ msgid "Good"
433
+ msgstr "جيد"
434
+
435
+ #: functions.php:4052 functions.php:4091
436
+ msgid "Bad"
437
+ msgstr "سيئ"
438
+
439
+ #: functions.php:4162 includes/dashboard_page.php:56
440
+ #: wp-live-chat-support.php:1015
441
+ #, fuzzy
442
+ #| msgid "Reporting"
443
+ msgid "Reports"
444
+ msgstr "إعداد التقارير"
445
+
446
+ #: functions.php:4165 includes/wplc_roi.php:161
447
+ msgid "Overview"
448
+ msgstr "نظرة عامة"
449
+
450
+ #: functions.php:4166
451
+ msgid "Popular Pages"
452
+ msgstr "الصفحات المشهورة"
453
+
454
+ #: functions.php:4184
455
+ msgid "Total Agents"
456
+ msgstr "إجمالي المندوبين"
457
+
458
+ #: functions.php:4184
459
+ msgid "Total number of agents that used the live chat"
460
+ msgstr "إجمالي المندوبين الذين قاموا باستخدام المحادثات"
461
+
462
+ #: functions.php:4185
463
+ msgid "Total Chats"
464
+ msgstr "اجمالى المحادثات"
465
+
466
+ #: functions.php:4185
467
+ msgid "Total number of chats received"
468
+ msgstr "إجمالي المحادثات الواردة"
469
+
470
+ #: functions.php:4186
471
+ msgid "Total URLs"
472
+ msgstr "إجمالي عدد الصفحات"
473
+
474
+ #: functions.php:4186
475
+ msgid "Total number of URLs a chat was initiated on"
476
+ msgstr "إجمالي عدد الصفحات التي تم بدء المحادثات من خلالها"
477
+
478
+ #: functions.php:4187
479
+ msgid "Chats per day"
480
+ msgstr "عدد المحادثات في اليوم"
481
+
482
+ #: functions.php:4188
483
+ msgid "Popular pages a chat was initiated on"
484
+ msgstr "أكثر الصفحات التي تم بدء المحادثات من خلالها"
485
+
486
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
487
+ msgid "Unknown"
488
+ msgstr ""
489
+
490
+ #: functions.php:4265
491
+ msgid "Count"
492
+ msgstr "العدد"
493
+
494
+ #: functions.php:4291
495
+ #, fuzzy
496
+ #| msgid "Enable Encryption"
497
+ msgid "Enable Manual Chat Initiation:"
498
+ msgstr "تفعيل التشفير"
499
+
500
+ #: functions.php:4291
501
+ msgid ""
502
+ "Enabling this feature will allow agents to start a chat with website "
503
+ "visitors. This feature increases server load while enabled."
504
+ msgstr ""
505
+
506
+ #: functions.php:4295 modules/advanced_features.php:73
507
+ msgid ""
508
+ "This feature is only available when you select 3CX High Performance Cloud "
509
+ "Servers in Advanced Features."
510
+ msgstr ""
511
+
512
+ #: functions.php:4382
513
+ #, fuzzy
514
+ #| msgid "Thank you for your feedback. We will be in touch soon"
515
+ msgid "Thank you for inquiry. We will get back to you shortly"
516
+ msgstr "شكرا لك على ملاحظاتك. سنكون على اتصال قريبا"
517
+
518
+ #: functions.php:4560 wp-live-chat-support.php:4550
519
+ msgid "The Live Chat box is currently disabled on your website due to:"
520
+ msgstr ""
521
+
522
+ #: functions.php:4561 wp-live-chat-support.php:4551
523
+ #, fuzzy
524
+ #| msgid "General Settings"
525
+ msgid "Business Hours Settings"
526
+ msgstr "إعدادت عامة"
527
+
528
+ #: functions.php:4612
529
+ msgid "Edit Profile"
530
+ msgstr ""
531
+
532
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
533
+ msgid "Drag Files Here"
534
+ msgstr ""
535
+
536
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
537
+ #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
538
+ #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
539
+ #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
540
+ #: modules/webhooks_manager.php:263
541
+ msgid "Delete"
542
+ msgstr "حذف"
543
+
544
+ #: functions.php:4647
545
+ #, fuzzy
546
+ #| msgid "Send"
547
+ msgid "Send..."
548
+ msgstr "ارسال"
549
+
550
+ #: functions.php:4648 functions.php:4693
551
+ msgid "Play voice note"
552
+ msgstr ""
553
+
554
+ #: functions.php:4692
555
+ msgid "Save..."
556
+ msgstr ""
557
+
558
+ #: functions.php:4780 wp-live-chat-support.php:1248
559
+ #: wp-live-chat-support.php:2791
560
+ msgid "is typing..."
561
+ msgstr ""
562
+
563
+ #: functions.php:4782
564
+ #, fuzzy
565
+ #| msgid "No visitors on-line at the moment"
566
+ msgid "There are no visitors on your site at the moment"
567
+ msgstr "لا يوحد زوار متواجدين بالموقع في الوقت الحالى"
568
+
569
+ #: functions.php:4783
570
+ msgid "Connection to the server lost, reconnecting..."
571
+ msgstr ""
572
+
573
+ #: functions.php:4784
574
+ #, fuzzy
575
+ #| msgid "You are not accepting chats"
576
+ msgid "Agent offline - not accepting chats"
577
+ msgstr "أنت حاليا لا تستقبل محادثات"
578
+
579
+ #: functions.php:4800
580
+ msgid "An error has occured while fetching the news feed."
581
+ msgstr ""
582
+
583
+ #: functions.php:4897
584
+ msgid "Default"
585
+ msgstr "الإفتراضي"
586
+
587
+ #: functions.php:5200 functions.php:5204
588
+ msgid "You do not have permission to perform this action"
589
+ msgstr ""
590
+
591
+ #: includes/blocks/wplc-chat-box/index.php:30
592
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
593
+ msgid "Gutenberg Blocks"
594
+ msgstr ""
595
+
596
+ #: includes/blocks/wplc-chat-box/index.php:55
597
+ msgid "Enable Gutenberg Blocks"
598
+ msgstr ""
599
+
600
+ #: includes/blocks/wplc-chat-box/index.php:63
601
+ #, fuzzy
602
+ #| msgid "Blocked Visitors"
603
+ msgid "Block size"
604
+ msgstr "الزوار المحظورون"
605
+
606
+ #: includes/blocks/wplc-chat-box/index.php:74
607
+ msgid "Set block logo"
608
+ msgstr ""
609
+
610
+ #: includes/blocks/wplc-chat-box/index.php:85
611
+ #, fuzzy
612
+ #| msgid "Offline Text Fields"
613
+ msgid "Text in block"
614
+ msgstr "حقول النص في حالة عدم التواجد"
615
+
616
+ #: includes/blocks/wplc-chat-box/index.php:93
617
+ msgid "Use icon"
618
+ msgstr ""
619
+
620
+ #: includes/blocks/wplc-chat-box/index.php:99
621
+ msgid "Icon in block"
622
+ msgstr ""
623
+
624
+ #: includes/blocks/wplc-chat-box/index.php:107
625
+ msgid "Preview block"
626
+ msgstr ""
627
+
628
+ #: includes/blocks/wplc-chat-box/index.php:115
629
+ msgid "Custom HTML Template"
630
+ msgstr ""
631
+
632
+ #: includes/blocks/wplc-chat-box/index.php:117
633
+ msgid "Displays the chosen logo"
634
+ msgstr ""
635
+
636
+ #: includes/blocks/wplc-chat-box/index.php:118
637
+ msgid "Displays the chosen custom text"
638
+ msgstr ""
639
+
640
+ #: includes/blocks/wplc-chat-box/index.php:119
641
+ msgid "Displays the chosen icon"
642
+ msgstr ""
643
+
644
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
645
+ #: wp-live-chat-support.php:1899
646
+ #, fuzzy
647
+ #| msgid "type here..."
648
+ msgid "Type here"
649
+ msgstr "أكتب هنا ..."
650
+
651
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
652
+ msgid "Live Chat"
653
+ msgstr "محادثة"
654
+
655
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
656
+ #, fuzzy
657
+ #| msgid "Chat Dashboard"
658
+ msgid "Dashboard"
659
+ msgstr "لوحة التحكم"
660
+
661
+ #: includes/dashboard_page.php:49
662
+ #, php-format
663
+ msgid "Hi %s! Current activity: %s Active Visitor(s) and %s Active Agent(s)."
664
+ msgstr ""
665
+
666
+ #: includes/dashboard_page.php:53 includes/dashboard_page.php:67
667
+ #, fuzzy
668
+ #| msgid "Chat ID"
669
+ msgid "Chats"
670
+ msgstr "رمز المحادثة"
671
+
672
+ #: includes/dashboard_page.php:54 includes/dashboard_page.php:68
673
+ #, fuzzy
674
+ #| msgid "Missed Chats"
675
+ msgid "Missed"
676
+ msgstr "المحادثات الفائتة"
677
+
678
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
679
+ #: wp-live-chat-support.php:3420
680
+ msgid "History"
681
+ msgstr "السجل"
682
+
683
+ #: includes/dashboard_page.php:57 includes/settings_page.php:108
684
+ #: includes/settings_page.php:704 modules/advanced_tools.php:84
685
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
686
+ #: wp-live-chat-support.php:3963
687
+ msgid "Offline Messages"
688
+ msgstr "الرسائل دون اتصال"
689
+
690
+ #: includes/dashboard_page.php:59 modules/advanced_tools.php:14
691
+ #: modules/advanced_tools.php:24
692
+ msgid "Tools"
693
+ msgstr ""
694
+
695
+ #: includes/dashboard_page.php:60 includes/settings_page.php:71
696
+ #: wp-live-chat-support.php:981
697
+ msgid "Settings"
698
+ msgstr "الاعدادات"
699
+
700
+ #: includes/dashboard_page.php:69
701
+ msgid "Engaged"
702
+ msgstr ""
703
+
704
+ #: includes/dashboard_page.php:70
705
+ #, fuzzy
706
+ #| msgid "Total URLs"
707
+ msgid "Total"
708
+ msgstr "إجمالي عدد الصفحات"
709
+
710
+ #: includes/dashboard_page.php:73
711
+ msgid "Today"
712
+ msgstr ""
713
+
714
+ #: includes/dashboard_page.php:79
715
+ #, fuzzy
716
+ #| msgid "Last 30 Days"
717
+ msgid "Last 30 days"
718
+ msgstr "اخر 30 يوم"
719
+
720
+ #: includes/dashboard_page.php:85
721
+ #, fuzzy
722
+ #| msgid "Last 30 Days"
723
+ msgid "Last 60 days"
724
+ msgstr "اخر 30 يوم"
725
+
726
+ #: includes/dashboard_page.php:91
727
+ #, fuzzy
728
+ #| msgid "Last 30 Days"
729
+ msgid "Last 90 days"
730
+ msgstr "اخر 30 يوم"
731
+
732
+ #: includes/dashboard_page.php:107
733
+ #, fuzzy
734
+ #| msgid "Generate New"
735
+ msgid "Latest News"
736
+ msgstr "انشاء جديد"
737
+
738
+ #: includes/modal_control.php:27 modules/node_server.php:59
739
+ #: modules/node_server.php:871
740
+ msgid "Please Confirm"
741
+ msgstr ""
742
+
743
+ #: includes/modal_control.php:31
744
+ msgid "Are you sure?"
745
+ msgstr ""
746
+
747
+ #: includes/modal_control.php:39 includes/wplc_custom_fields.php:164
748
+ #: includes/wplc_custom_fields.php:237 includes/wplc_data_triggers.php:617
749
+ #: includes/wplc_departments.php:252 includes/wplc_departments.php:476
750
+ #: includes/wplc_roi.php:268 includes/wplc_roi.php:592
751
+ #: modules/node_server.php:63 modules/node_server.php:873
752
+ #: modules/webhooks_manager.php:342
753
+ msgid "Cancel"
754
+ msgstr "إلغاء"
755
+
756
+ #: includes/modal_control.php:40 modules/node_server.php:62
757
+ #: modules/node_server.php:872 modules/webhooks_manager.php:341
758
+ msgid "Confirm"
759
+ msgstr ""
760
+
761
+ #: includes/notification_control.php:27
762
+ #, fuzzy
763
+ #| msgid "browsing"
764
+ msgid "User is browsing"
765
+ msgstr "يتصفح"
766
+
767
+ #: includes/notification_control.php:34 includes/notification_control.php:70
768
+ #: includes/notification_control.php:114 includes/wplc_transfer_chats.php:468
769
+ #: includes/wplc_transfer_chats.php:489 includes/wplc_transfer_chats.php:551
770
+ #: includes/wplc_transfer_chats.php:587
771
+ #, fuzzy
772
+ #| msgid "Chat notifications"
773
+ msgid "System notification"
774
+ msgstr "إشعارات المحادثة"
775
+
776
+ #: includes/notification_control.php:109
777
+ #, fuzzy
778
+ #| msgid "User has opened the chat window"
779
+ msgid "has joined the chat."
780
+ msgstr "المستخدم فتح نافذة المحادثة"
781
+
782
+ #: includes/settings_page.php:98 includes/settings_page.php:136
783
+ #: wp-live-chat-support.php:3974
784
+ msgid "General Settings"
785
+ msgstr "إعدادت عامة"
786
+
787
+ #: includes/settings_page.php:103
788
+ msgid "Chat Box"
789
+ msgstr "صندوق المحادثة"
790
+
791
+ #: includes/settings_page.php:113 includes/settings_page.php:880
792
+ msgid "Styling"
793
+ msgstr "النمط"
794
+
795
+ #: includes/settings_page.php:118 modules/node_server.php:88
796
+ #: modules/node_server.php:877
797
+ msgid "Agents"
798
+ msgstr "المندوبون"
799
+
800
+ #: includes/settings_page.php:123
801
+ msgid "Blocked Visitors"
802
+ msgstr "الزوار المحظورون"
803
+
804
+ #: includes/settings_page.php:139
805
+ msgid "Chat enabled"
806
+ msgstr "المحادثة نشطة"
807
+
808
+ #: includes/settings_page.php:151
809
+ #, fuzzy
810
+ #| msgid "Offline Chat Box Title"
811
+ msgid "Required Chat Box Fields"
812
+ msgstr "عنوان نافذة المحادثة في حالة عدم التواجد"
813
+
814
+ #: includes/settings_page.php:151
815
+ msgid "Set default fields that will be displayed when users starting a chat"
816
+ msgstr ""
817
+
818
+ #: includes/settings_page.php:156
819
+ #, fuzzy
820
+ #| msgid "Require Name And Email"
821
+ msgid "Name and email"
822
+ msgstr "يتطلب الاسم و عنوان البريد الإلكتروني"
823
+
824
+ #: includes/settings_page.php:168
825
+ msgid "No fields"
826
+ msgstr ""
827
+
828
+ #: includes/settings_page.php:174
829
+ msgid "Default visitor name"
830
+ msgstr ""
831
+
832
+ #: includes/settings_page.php:174
833
+ msgid "This name will be displayed for all not logged in visitors"
834
+ msgstr ""
835
+
836
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
837
+ msgid "Guest"
838
+ msgstr "ضيف"
839
+
840
+ #: includes/settings_page.php:182
841
+ msgid "Input Field Replacement Text"
842
+ msgstr "نص استبدال حقل الإدخال"
843
+
844
+ #: includes/settings_page.php:182
845
+ msgid "This is the text that will show in place of the Name And Email fields"
846
+ msgstr "هذا النص سيظهر بدلا من حقول الاسم و البريد الالكتروني"
847
+
848
+ #: includes/settings_page.php:190
849
+ msgid "Use Logged In User Details"
850
+ msgstr "استخدام بيانات المستخدم الذى قام بتسجيل الدخول"
851
+
852
+ #: includes/settings_page.php:190
853
+ msgid ""
854
+ "A user's Name and Email Address will be used by default if they are logged "
855
+ "in."
856
+ msgstr ""
857
+ "سيتم استخدام الاسم و البريد الإلكتروني الخاصين بالمستخدم في حالة تسجيل دخوله."
858
+
859
+ #: includes/settings_page.php:200
860
+ #, fuzzy
861
+ #| msgid "Play a sound when a new message is received"
862
+ msgid "Play a sound when there is a new visitor"
863
+ msgstr "تشغيل صوت عند تلقي رسالة جديدة"
864
+
865
+ #: includes/settings_page.php:200
866
+ #, fuzzy
867
+ #| msgid ""
868
+ #| "Disable this to mute the sound that is played when a new chat message is "
869
+ #| "received"
870
+ msgid ""
871
+ "Disable this to mute the sound that is played when a new visitor arrives"
872
+ msgstr ""
873
+ "تعطيل هذا الخيار لكتم الصوت الذي يتم تشغيله عند تلقي رسالة محادثة جديدة"
874
+
875
+ #: includes/settings_page.php:209
876
+ msgid "Play a sound when a new message is received"
877
+ msgstr "تشغيل صوت عند تلقي رسالة جديدة"
878
+
879
+ #: includes/settings_page.php:209
880
+ msgid ""
881
+ "Disable this to mute the sound that is played when a new chat message is "
882
+ "received"
883
+ msgstr ""
884
+ "تعطيل هذا الخيار لكتم الصوت الذي يتم تشغيله عند تلقي رسالة محادثة جديدة"
885
+
886
+ #: includes/settings_page.php:218
887
+ msgid "Enable Font Awesome set"
888
+ msgstr ""
889
+
890
+ #: includes/settings_page.php:218
891
+ msgid "Disable this if you have Font Awesome set included with your theme"
892
+ msgstr ""
893
+
894
+ #: includes/settings_page.php:226
895
+ msgid "Enable chat dashboard and notifications on all admin pages"
896
+ msgstr ""
897
+
898
+ #: includes/settings_page.php:226
899
+ msgid "This will load the chat dashboard on every admin page."
900
+ msgstr ""
901
+
902
+ #: includes/settings_page.php:234
903
+ msgid "Delete database entries on uninstall"
904
+ msgstr ""
905
+
906
+ #: includes/settings_page.php:234
907
+ msgid ""
908
+ "This will delete all WP Live Chat by 3CX related database entries such as "
909
+ "options and chats on uninstall."
910
+ msgstr ""
911
+
912
+ #: includes/settings_page.php:245
913
+ msgid "Agents can set their online status"
914
+ msgstr ""
915
+
916
+ #: includes/settings_page.php:245
917
+ msgid ""
918
+ "Checking this will allow you to change your status to Online or Offline on "
919
+ "the Live Chat page."
920
+ msgstr ""
921
+ "هذا الاختيار يسمح لك بتغيير الحالة ما بين \"متصل\" و \"غير متصل\" في صفحة "
922
+ "المحادثة."
923
+
924
+ #: includes/settings_page.php:245
925
+ msgid "If this option is disabled, agents will be always automatically online."
926
+ msgstr ""
927
+
928
+ #: includes/settings_page.php:256
929
+ msgid "Exclude chat from 'Home' page:"
930
+ msgstr "استبعاد المحادثة من 'الصفحة الرئيسية':"
931
+
932
+ #: includes/settings_page.php:256
933
+ msgid ""
934
+ "Leaving this unchecked will allow the chat window to display on your home "
935
+ "page."
936
+ msgstr "ترك هذا الخيار غير مفعل سيسمح بعرض نافذة المحادثة في صفحتك الرئيسية."
937
+
938
+ #: includes/settings_page.php:264
939
+ msgid "Exclude chat from 'Archive' pages:"
940
+ msgstr "استبعاد المحادثة من 'صفحات الارشيف':"
941
+
942
+ #: includes/settings_page.php:264
943
+ msgid ""
944
+ "Leaving this unchecked will allow the chat window to display on your archive "
945
+ "pages."
946
+ msgstr "ترك هذا الخيار غير مفعل سيسمح بعرض نافذة المحادثة في صفحات الارشيف."
947
+
948
+ #: includes/settings_page.php:272
949
+ msgid "Include chat window on the following pages:"
950
+ msgstr "إضافة نافذة المحادثة في الصفحات التالية:"
951
+
952
+ #: includes/settings_page.php:272
953
+ msgid ""
954
+ "Show the chat window on the following pages. Leave blank to show on all. "
955
+ "(Use comma-separated Page ID's)"
956
+ msgstr ""
957
+ "إضافة نافذة المحادثة في الصفحات التالية. اترك الخانة فارغة لتظهر في جميع "
958
+ "الصفحات. (استخدام \"معرف الصفحة\" مفصولة بفاصلة)"
959
+
960
+ #: includes/settings_page.php:280
961
+ msgid "Exclude chat window on the following pages:"
962
+ msgstr "استثناء نافذة المحادثة من الصفحات الآتية:"
963
+
964
+ #: includes/settings_page.php:280
965
+ msgid ""
966
+ "Do not show the chat window on the following pages. Leave blank to show on "
967
+ "all. (Use comma-separated Page ID's)"
968
+ msgstr ""
969
+ "لا تقم بعرض نافذة المحادثة في الصفحات التالية. اترك الخانة فارغة لتظهر في "
970
+ "جميع الصفحات. (استخدام \"معرف الصفحة\" مفصولة بفاصلة)"
971
+
972
+ #: includes/settings_page.php:288
973
+ #, fuzzy
974
+ #| msgid "Exclude chat window on the following pages"
975
+ msgid "Exclude chat window on selected post types"
976
+ msgstr "استبعاد نافذة الدردشة من الصفحات الآتية"
977
+
978
+ #: includes/settings_page.php:288
979
+ #, fuzzy
980
+ #| msgid "Include chat window on the following pages"
981
+ msgid "Do not show the chat window on the following post types pages."
982
+ msgstr "عرض نافذة المحادثة في الصفحات الآتية"
983
+
984
+ #: includes/settings_page.php:307
985
+ #, fuzzy
986
+ #| msgid "No secret token found"
987
+ msgid "No post types found."
988
+ msgstr "لا يوجد رمز سري"
989
+
990
+ #: includes/settings_page.php:313
991
+ #, fuzzy
992
+ #| msgid "Allow any user to make themselves a chat agent"
993
+ msgid "Allow WP users to self-assign as a chat agent"
994
+ msgstr "تحويل المستخدم لمندوب"
995
+
996
+ #: includes/settings_page.php:313
997
+ msgid ""
998
+ "Checking this will allow any of your users to make themselves a chat agent "
999
+ "when editing their profile."
1000
+ msgstr ""
1001
+ "في حالة اتاحة هذا الخيار سيستطيع المستخدمون تعيين أنفسهم كمندوبين من خلال "
1002
+ "صفحة الاعدادات الخاصة بهم."
1003
+
1004
+ #: includes/settings_page.php:327
1005
+ msgid "Order by"
1006
+ msgstr ""
1007
+
1008
+ #: includes/settings_page.php:333
1009
+ msgid "Number"
1010
+ msgstr ""
1011
+
1012
+ #: includes/settings_page.php:339
1013
+ msgid "Sort"
1014
+ msgstr ""
1015
+
1016
+ #: includes/settings_page.php:343
1017
+ #, fuzzy
1018
+ #| msgid "pending"
1019
+ msgid "Descending"
1020
+ msgstr "معلَّق"
1021
+
1022
+ #: includes/settings_page.php:344
1023
+ #, fuzzy
1024
+ #| msgid "pending"
1025
+ msgid "Ascending"
1026
+ msgstr "معلَّق"
1027
+
1028
+ #: includes/settings_page.php:351
1029
+ msgid "Voice Notes"
1030
+ msgstr ""
1031
+
1032
+ #: includes/settings_page.php:355
1033
+ msgid "Enable Voice Notes on admin side"
1034
+ msgstr ""
1035
+
1036
+ #: includes/settings_page.php:357
1037
+ msgid ""
1038
+ "Enabling this will allow you to record the voice during the chat and send it "
1039
+ "to visitor once you hold on CTRL + SPACEBAR in main chat window"
1040
+ msgstr ""
1041
+
1042
+ #: includes/settings_page.php:365
1043
+ msgid "Enable Voice Notes on visitor side"
1044
+ msgstr ""
1045
+
1046
+ #: includes/settings_page.php:367
1047
+ msgid ""
1048
+ "Enabling this will allow the visitors to record the voice during the chat "
1049
+ "and send it to agent once they hold on CTRL + SPACEBAR"
1050
+ msgstr ""
1051
+
1052
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
1053
+ #, fuzzy
1054
+ #| msgid "Chat Window Settings"
1055
+ msgid "Chat Box Settings"
1056
+ msgstr "إعدادات نافذة المحادثة"
1057
+
1058
+ #: includes/settings_page.php:384
1059
+ msgid "Alignment"
1060
+ msgstr ""
1061
+
1062
+ #: includes/settings_page.php:387
1063
+ msgid "Bottom left"
1064
+ msgstr "أسفل اليسار"
1065
+
1066
+ #: includes/settings_page.php:388
1067
+ msgid "Bottom right"
1068
+ msgstr "أسفل اليمين"
1069
+
1070
+ #: includes/settings_page.php:389
1071
+ msgid "Left"
1072
+ msgstr "يسار"
1073
+
1074
+ #: includes/settings_page.php:390
1075
+ msgid "Right"
1076
+ msgstr "يمين"
1077
+
1078
+ #: includes/settings_page.php:396
1079
+ msgid "Auto Pop-up"
1080
+ msgstr "ظهور تلقائى"
1081
+
1082
+ #: includes/settings_page.php:396
1083
+ msgid ""
1084
+ "Expand the chat box automatically (prompts the user to enter their name and "
1085
+ "email address)."
1086
+ msgstr ""
1087
+ "تكبير نافذة المحادثة تلقائياً (سيتوجب على المستخدم ادخال الاسم و البريد "
1088
+ "الالكتروني)."
1089
+
1090
+ #: includes/settings_page.php:405
1091
+ #, fuzzy
1092
+ #| msgid "Display name and avatar in chat"
1093
+ msgid "Display for chat message:"
1094
+ msgstr "عرض الاسم والصورة في المحادثة"
1095
+
1096
+ #: includes/settings_page.php:409
1097
+ #, fuzzy
1098
+ #| msgid "Show After"
1099
+ msgid "Avatar"
1100
+ msgstr "الظهور بعد"
1101
+
1102
+ #: includes/settings_page.php:414
1103
+ msgid "Display typing indicator"
1104
+ msgstr "عرض مؤشر الكتابة"
1105
+
1106
+ #: includes/settings_page.php:414
1107
+ #, fuzzy
1108
+ #| msgid ""
1109
+ #| "Display the \"typing...\" animation in the chat window as soon as an "
1110
+ #| "agent or visitor is typing."
1111
+ msgid ""
1112
+ "Display the 'typing...' animation in the chat window as soon as an agent or "
1113
+ "visitor is typing."
1114
+ msgstr ""
1115
+ "عرض تنبيه \"الكتابة...\" في نافذة المحادثة حالما تتم الكتابة عن طريق "
1116
+ "المندوب أو الزائر."
1117
+
1118
+ #: includes/settings_page.php:418
1119
+ msgid ""
1120
+ "For non-cloud server users, please note that this will increase the amount "
1121
+ "of server resources required."
1122
+ msgstr ""
1123
+ "في حالة عدم استخدامكم للخوادم السحابية، يرجى العلم بأن هذا سيزيد من الموارد "
1124
+ "المطلوبة لخادم الاستضافة."
1125
+
1126
+ #: includes/settings_page.php:423
1127
+ msgid "Chat box for logged in users only:"
1128
+ msgstr ""
1129
+
1130
+ #: includes/settings_page.php:423
1131
+ msgid ""
1132
+ "By checking this, only users that are logged in will be able to chat with "
1133
+ "you."
1134
+ msgstr ""
1135
+ "في حالة تنشيط هذا الخيار، لن يستطيع الزوار المحادثة معك، فقط المستخدمين "
1136
+ "الذين قاموا بتسجيل الدخول."
1137
+
1138
+ #: includes/settings_page.php:431
1139
+ #, fuzzy
1140
+ #| msgid "User has maximized the chat window"
1141
+ msgid "Display a timestamp in the chat window:"
1142
+ msgstr "المستخدم قام بتكبير نافذة المحادثة"
1143
+
1144
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1145
+ msgid "Time"
1146
+ msgstr "الوقت"
1147
+
1148
+ #: includes/settings_page.php:440
1149
+ msgid "Redirect to “Thank You” page on chat end:"
1150
+ msgstr ""
1151
+
1152
+ #: includes/settings_page.php:440
1153
+ msgid ""
1154
+ "By checking this, users will be redirected to your thank you page when a "
1155
+ "chat is completed."
1156
+ msgstr ""
1157
+
1158
+ #: includes/settings_page.php:444
1159
+ msgid "Thank You Page URL"
1160
+ msgstr ""
1161
+
1162
+ #: includes/settings_page.php:454
1163
+ msgid "Disable Emojis"
1164
+ msgstr ""
1165
+
1166
+ #: includes/settings_page.php:471
1167
+ #, fuzzy
1168
+ #| msgid "Username"
1169
+ msgid "User / Agent name"
1170
+ msgstr "اسم الستخدم"
1171
+
1172
+ #: includes/settings_page.php:479
1173
+ #, fuzzy
1174
+ #| msgid "Use WordPress name instead"
1175
+ msgid "Use WordPress name"
1176
+ msgstr "استخدام اسم الوورد برس"
1177
+
1178
+ #: includes/settings_page.php:482
1179
+ msgid "Note: 'Name' field will be ignored"
1180
+ msgstr "ملاحظة: سيتم تجاهل حقل الاسم"
1181
+
1182
+ #: includes/settings_page.php:514
1183
+ msgid "Incoming chat ring tone"
1184
+ msgstr "النغمة الخاصة بالمحادثة الواردة"
1185
+
1186
+ #: includes/settings_page.php:530
1187
+ #, fuzzy
1188
+ #| msgid "Incoming chat ring tone"
1189
+ msgid "Incoming message tone"
1190
+ msgstr "النغمة الخاصة بالمحادثة الواردة"
1191
+
1192
+ #: includes/settings_page.php:547
1193
+ msgid "Icon"
1194
+ msgstr ""
1195
+
1196
+ #: includes/settings_page.php:555
1197
+ #, fuzzy
1198
+ #| msgid "Upload Logo"
1199
+ msgid "Upload Icon"
1200
+ msgstr "رفع شعار"
1201
+
1202
+ #: includes/settings_page.php:556 includes/settings_page.php:562
1203
+ msgid "Select Default Icon"
1204
+ msgstr ""
1205
+
1206
+ #: includes/settings_page.php:558
1207
+ #, fuzzy
1208
+ #| msgid "Remove Logo"
1209
+ msgid "Remove Icon"
1210
+ msgstr "حذف الشعار"
1211
+
1212
+ #: includes/settings_page.php:559
1213
+ #, fuzzy
1214
+ #| msgid "Recomended Size 250px x 40px"
1215
+ msgid "Recommended Size 50px x 50px"
1216
+ msgstr "الحجم الموصي به 40px x 250px"
1217
+
1218
+ #: includes/settings_page.php:602
1219
+ msgid "Picture"
1220
+ msgstr "الصورة"
1221
+
1222
+ #: includes/settings_page.php:610
1223
+ msgid "Upload Image"
1224
+ msgstr "رفع الصورة"
1225
+
1226
+ #: includes/settings_page.php:612
1227
+ msgid "Remove Image"
1228
+ msgstr "حذف الصورة"
1229
+
1230
+ #: includes/settings_page.php:613
1231
+ #, fuzzy
1232
+ #| msgid "Recomended Size 60px x 60px"
1233
+ msgid "Recommended Size 60px x 60px"
1234
+ msgstr "الحجم الموصي به 60px x 60px"
1235
+
1236
+ #: includes/settings_page.php:620
1237
+ msgid "Logo"
1238
+ msgstr "الشعار"
1239
+
1240
+ #: includes/settings_page.php:628
1241
+ msgid "Upload Logo"
1242
+ msgstr "رفع شعار"
1243
+
1244
+ #: includes/settings_page.php:630
1245
+ msgid "Remove Logo"
1246
+ msgstr "حذف الشعار"
1247
+
1248
+ #: includes/settings_page.php:631
1249
+ #, fuzzy
1250
+ #| msgid "Recomended Size 250px x 40px"
1251
+ msgid "Recommended Size 250px x 40px"
1252
+ msgstr "الحجم الموصي به 40px x 250px"
1253
+
1254
+ #: includes/settings_page.php:637
1255
+ #, fuzzy
1256
+ #| msgid "Chat delay (seconds)"
1257
+ msgid "Chat button delayed startup (seconds)"
1258
+ msgstr "تأخير المحادثة (ثانية)"
1259
+
1260
+ #: includes/settings_page.php:637
1261
+ msgid "How long to delay showing the Live Chat button on a page"
1262
+ msgstr ""
1263
+
1264
+ #: includes/settings_page.php:646
1265
+ msgid "Chat notifications"
1266
+ msgstr "إشعارات المحادثة"
1267
+
1268
+ #: includes/settings_page.php:646
1269
+ msgid "Alert me via email as soon as someone wants to chat (while online only)"
1270
+ msgstr ""
1271
+ "ارسل اشعار الى بريدي الإلكتروني في حالة وجود شخص يود بدء محادثة (في حالة "
1272
+ "الاتصال فقط)"
1273
+
1274
+ #: includes/settings_page.php:655
1275
+ msgid "User Experience"
1276
+ msgstr "تجربة المستخدم"
1277
+
1278
+ #: includes/settings_page.php:659
1279
+ msgid "Share files"
1280
+ msgstr ""
1281
+
1282
+ #: includes/settings_page.php:659
1283
+ msgid "Adds file sharing to your chat box!"
1284
+ msgstr "إضافة مشاركة الملفات إلى صندوق المحادثة!"
1285
+
1286
+ #: includes/settings_page.php:663
1287
+ #, fuzzy
1288
+ #| msgid "User Experience Ratings"
1289
+ msgid "Visitor experience ratings"
1290
+ msgstr "تقييمات الستخدم"
1291
+
1292
+ #: includes/settings_page.php:663
1293
+ msgid "Allows users to rate the chat experience with an agent."
1294
+ msgstr "السماح للمستخدمين بتقييم المحادثة مع المندوب."
1295
+
1296
+ #: includes/settings_page.php:669 includes/settings_page.php:996
1297
+ msgid "Social"
1298
+ msgstr "إجتماعي"
1299
+
1300
+ #: includes/settings_page.php:673
1301
+ msgid "Facebook URL"
1302
+ msgstr "رابط الفيسبوك"
1303
+
1304
+ #: includes/settings_page.php:673
1305
+ msgid "Link your Facebook page here. Leave blank to hide"
1306
+ msgstr "رابط صفحة الفيسبوك هنا. اتركه فارغا للإخفاء"
1307
+
1308
+ #: includes/settings_page.php:674
1309
+ msgid "Facebook URL..."
1310
+ msgstr "رابط الفيسبوك ..."
1311
+
1312
+ #: includes/settings_page.php:685
1313
+ msgid "Twitter URL"
1314
+ msgstr "رابط تويتر"
1315
+
1316
+ #: includes/settings_page.php:685
1317
+ msgid "Link your Twitter page here. Leave blank to hide"
1318
+ msgstr "رابط صفحة تويتر هنا. اتركه فارغا للإخفاء"
1319
+
1320
+ #: includes/settings_page.php:686
1321
+ msgid "Twitter URL..."
1322
+ msgstr "رابط تويتر ..."
1323
+
1324
+ #: includes/settings_page.php:708
1325
+ #, fuzzy
1326
+ #| msgid "Offline Messages"
1327
+ msgid "Disable offline messages"
1328
+ msgstr "الرسائل دون اتصال"
1329
+
1330
+ #: includes/settings_page.php:708
1331
+ msgid ""
1332
+ "The chat window will be hidden when it is offline. Users will not be able to "
1333
+ "send offline messages to you"
1334
+ msgstr ""
1335
+ "سيتم إخفاء نافذة المحادثة في حالة عدم الاتصال. لن يتمكن المستخدمون من ارسال "
1336
+ "رسائل اليك"
1337
+
1338
+ #: includes/settings_page.php:715
1339
+ #, fuzzy
1340
+ #| msgid "Offline Chat Box Title"
1341
+ msgid "Offline Form Title"
1342
+ msgstr "عنوان نافذة المحادثة في حالة عدم التواجد"
1343
+
1344
+ #: includes/settings_page.php:723
1345
+ #, fuzzy
1346
+ #| msgid "Offline Messages"
1347
+ msgid "Offline form initial message"
1348
+ msgstr "الرسائل دون اتصال"
1349
+
1350
+ #: includes/settings_page.php:729
1351
+ #, fuzzy
1352
+ #| msgid "Offline Messages"
1353
+ msgid "Offline form message on send"
1354
+ msgstr "الرسائل دون اتصال"
1355
+
1356
+ #: includes/settings_page.php:735
1357
+ #, fuzzy
1358
+ #| msgid "Offline Messages"
1359
+ msgid "Offline form finish message"
1360
+ msgstr "الرسائل دون اتصال"
1361
+
1362
+ #: includes/settings_page.php:741
1363
+ #, fuzzy
1364
+ #| msgid "Offline Chat Box Title"
1365
+ msgid "Offline Button Text"
1366
+ msgstr "عنوان نافذة المحادثة في حالة عدم التواجد"
1367
+
1368
+ #: includes/settings_page.php:747
1369
+ #, fuzzy
1370
+ #| msgid "Offline Chat Box Title"
1371
+ msgid "Offline Send Button Text"
1372
+ msgstr "عنوان نافذة المحادثة في حالة عدم التواجد"
1373
+
1374
+ #: includes/settings_page.php:755
1375
+ #, fuzzy
1376
+ #| msgid "Main Settings"
1377
+ msgid "Email settings"
1378
+ msgstr "الإعدادات الرئيسية"
1379
+
1380
+ #: includes/settings_page.php:761
1381
+ msgid "Send to agent(s)"
1382
+ msgstr ""
1383
+
1384
+ #: includes/settings_page.php:761
1385
+ msgid ""
1386
+ "Email address where offline messages are delivered to. Use comma separated "
1387
+ "email addresses to send to more than one email address"
1388
+ msgstr ""
1389
+ "البريد الإلكتروني الذى سيستخدم لتنبيهك برسائل المستخدمين. استخدم الفاصلة ما "
1390
+ "بين العنوانين لإضافة اكثر من عنوان بريد"
1391
+
1392
+ #: includes/settings_page.php:771
1393
+ msgid "Subject"
1394
+ msgstr ""
1395
+
1396
+ #: includes/settings_page.php:771
1397
+ msgid "User name will be appended to the end of the subject."
1398
+ msgstr ""
1399
+
1400
+ #: includes/settings_page.php:784
1401
+ msgid "Auto-respond to visitor"
1402
+ msgstr ""
1403
+
1404
+ #: includes/settings_page.php:784
1405
+ msgid "Send your visitors an email as soon as they send you an offline message"
1406
+ msgstr ""
1407
+
1408
+ #: includes/settings_page.php:790
1409
+ #, fuzzy
1410
+ #| msgid "API Response Codes"
1411
+ msgid "Auto-responder 'From' name"
1412
+ msgstr "رمز الـAPI Response"
1413
+
1414
+ #: includes/settings_page.php:796
1415
+ #, fuzzy
1416
+ #| msgid "API Response Codes"
1417
+ msgid "Auto-responder 'From' email"
1418
+ msgstr "رمز الـAPI Response"
1419
+
1420
+ #: includes/settings_page.php:802
1421
+ #, fuzzy
1422
+ #| msgid "API Response Codes"
1423
+ msgid "Auto-responder subject"
1424
+ msgstr "رمز الـAPI Response"
1425
+
1426
+ #: includes/settings_page.php:808
1427
+ #, fuzzy
1428
+ #| msgid "API Response Codes"
1429
+ msgid "Auto-responder body"
1430
+ msgstr "رمز الـAPI Response"
1431
+
1432
+ #: includes/settings_page.php:811
1433
+ msgid "HTML and the following shortcodes can be used"
1434
+ msgstr ""
1435
+
1436
+ #: includes/settings_page.php:811
1437
+ #, fuzzy
1438
+ #| msgid "Username"
1439
+ msgid "User's name"
1440
+ msgstr "اسم الستخدم"
1441
+
1442
+ #: includes/settings_page.php:811
1443
+ #, fuzzy
1444
+ #| msgid "Email Address"
1445
+ msgid "User's email address"
1446
+ msgstr "البريد الالكترونى"
1447
+
1448
+ #: includes/settings_page.php:887
1449
+ #, fuzzy
1450
+ #| msgid "Colour Scheme"
1451
+ msgid "Color scheme"
1452
+ msgstr "مخطط اللون"
1453
+
1454
+ #: includes/settings_page.php:943
1455
+ #, fuzzy
1456
+ #| msgid "Colour Scheme"
1457
+ msgid "Custom Scheme"
1458
+ msgstr "مخطط اللون"
1459
+
1460
+ #: includes/settings_page.php:964
1461
+ msgid "Palette Color 1"
1462
+ msgstr "لوح الألوان 1"
1463
+
1464
+ #: includes/settings_page.php:970
1465
+ msgid "Palette Color 2"
1466
+ msgstr "لوح الألوان 2"
1467
+
1468
+ #: includes/settings_page.php:976
1469
+ msgid "Palette Color 3"
1470
+ msgstr "لوح الألوان 3"
1471
+
1472
+ #: includes/settings_page.php:982
1473
+ msgid "Palette Color 4"
1474
+ msgstr "لوح الألوان 4"
1475
+
1476
+ #: includes/settings_page.php:989
1477
+ #, fuzzy
1478
+ #| msgid "Chat Dashboard"
1479
+ msgid "Chat background"
1480
+ msgstr "لوحة التحكم"
1481
+
1482
+ #: includes/settings_page.php:993
1483
+ msgid "Cloudy"
1484
+ msgstr ""
1485
+
1486
+ #: includes/settings_page.php:994
1487
+ msgid "Geometry"
1488
+ msgstr ""
1489
+
1490
+ #: includes/settings_page.php:995
1491
+ msgid "Tech"
1492
+ msgstr ""
1493
+
1494
+ #: includes/settings_page.php:997 includes/wplc_roi.php:178
1495
+ #: modules/node_server.php:928
1496
+ msgid "None"
1497
+ msgstr "لا شئ"
1498
+
1499
+ #: includes/settings_page.php:1003
1500
+ #, fuzzy
1501
+ #| msgid "I'm using a localization plugin"
1502
+ msgid "Use localization plugin"
1503
+ msgstr "انا استخدم إضافة للتعريب"
1504
+
1505
+ #: includes/settings_page.php:1006
1506
+ #, php-format
1507
+ msgid ""
1508
+ "Enable this if you are using a localization plugin. Should you wish to "
1509
+ "change the below strings with this option enabled, please visit the "
1510
+ "documentation %s"
1511
+ msgstr ""
1512
+
1513
+ #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1514
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1515
+ msgid "here"
1516
+ msgstr "هنا"
1517
+
1518
+ #: includes/settings_page.php:1012
1519
+ #, fuzzy
1520
+ #| msgid "Chat box alignment"
1521
+ msgid "Chat box title"
1522
+ msgstr "محاذاة صندوق المحادثة"
1523
+
1524
+ #: includes/settings_page.php:1018
1525
+ #, fuzzy
1526
+ #| msgid "Chat box alignment"
1527
+ msgid "Chat box sub-title"
1528
+ msgstr "محاذاة صندوق المحادثة"
1529
+
1530
+ #: includes/settings_page.php:1024
1531
+ #, fuzzy
1532
+ #| msgid "Chat box alignment"
1533
+ msgid "Chat box intro"
1534
+ msgstr "محاذاة صندوق المحادثة"
1535
+
1536
+ #: includes/settings_page.php:1030
1537
+ #, fuzzy
1538
+ #| msgid "Chat button text"
1539
+ msgid "Start chat button label"
1540
+ msgstr "نص زر المحادثة"
1541
+
1542
+ #: includes/settings_page.php:1036
1543
+ msgid "Start chat status message"
1544
+ msgstr ""
1545
+
1546
+ #: includes/settings_page.php:1042
1547
+ #, fuzzy
1548
+ #| msgid "Leave a message"
1549
+ msgid "Re-activate chat message"
1550
+ msgstr "اترك رسالة"
1551
+
1552
+ #: includes/settings_page.php:1050
1553
+ #, fuzzy
1554
+ #| msgid "Delete Message"
1555
+ msgid "Welcome message"
1556
+ msgstr "حذف الرسالة"
1557
+
1558
+ #: includes/settings_page.php:1052
1559
+ msgid ""
1560
+ "This text is shown as soon as a user starts a chat and waits for an agent to "
1561
+ "join"
1562
+ msgstr ""
1563
+
1564
+ #: includes/settings_page.php:1056
1565
+ msgid "Agent no answer message"
1566
+ msgstr ""
1567
+
1568
+ #: includes/settings_page.php:1058
1569
+ #, fuzzy
1570
+ #| msgid "This text is shown above the user chat input field"
1571
+ msgid ""
1572
+ "This text is shown to the user when an agent has failed to answer a chat"
1573
+ msgstr "سيتم عرض النص أعلى صندوق المحادثة الخاص بالمستخدم"
1574
+
1575
+ #: includes/settings_page.php:1062
1576
+ msgid "Other text"
1577
+ msgstr "نصوص آخرى"
1578
+
1579
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1580
+ #: wp-live-chat-support.php:1202
1581
+ #, fuzzy
1582
+ #| msgid "The chat has been ended"
1583
+ msgid "The chat has been ended by the agent."
1584
+ msgstr "لقد تم انهاء هذه المحادثة"
1585
+
1586
+ #: includes/settings_page.php:1070
1587
+ #, fuzzy
1588
+ #| msgid "Chat box alignment"
1589
+ msgid "Chat box animation"
1590
+ msgstr "محاذاة صندوق المحادثة"
1591
+
1592
+ #: includes/settings_page.php:1078
1593
+ msgid "Slide Up"
1594
+ msgstr "الشريحة للأعلى"
1595
+
1596
+ #: includes/settings_page.php:1084
1597
+ msgid "Slide From The Side"
1598
+ msgstr "الشريحة من الجانب"
1599
+
1600
+ #: includes/settings_page.php:1090
1601
+ msgid "Fade In"
1602
+ msgstr "تتلاشى في"
1603
+
1604
+ #: includes/settings_page.php:1096
1605
+ msgid "No Animation"
1606
+ msgstr "لا توجد حركة"
1607
+
1608
+ #: includes/settings_page.php:1114
1609
+ msgid "Auto-response to first message"
1610
+ msgstr ""
1611
+
1612
+ #: includes/settings_page.php:1117
1613
+ msgid ""
1614
+ "This message will be sent automatically after the first message is sent from "
1615
+ "the user side. Leave empty to disable."
1616
+ msgstr ""
1617
+
1618
+ #: includes/settings_page.php:1132
1619
+ msgid "Chat Agents"
1620
+ msgstr "المندوبون"
1621
+
1622
+ #: includes/settings_page.php:1143
1623
+ msgid "Logged In"
1624
+ msgstr ""
1625
+
1626
+ #: includes/settings_page.php:1162
1627
+ msgid "Add New Agent"
1628
+ msgstr "إضافة مندوب جديد"
1629
+
1630
+ #: includes/settings_page.php:1170
1631
+ msgid "Administrator"
1632
+ msgstr "المدير"
1633
+
1634
+ #: includes/settings_page.php:1176
1635
+ msgid "Editor"
1636
+ msgstr "المحرّر"
1637
+
1638
+ #: includes/settings_page.php:1186
1639
+ msgid "Add Agent"
1640
+ msgstr "اضف مندوب"
1641
+
1642
+ #: includes/settings_page.php:1192
1643
+ #, fuzzy, php-format
1644
+ #| msgid ""
1645
+ #| "Should you wish to add a user that has a role less than 'Author', please "
1646
+ #| "go to the <a href='./users.php'>Users</a> page, select the relevant user, "
1647
+ #| "click Edit and scroll to the bottom of the page and enable the 'Chat "
1648
+ #| "Agent' checkbox."
1649
+ msgid ""
1650
+ "Should you wish to add a user that has a role less than 'Author', please go "
1651
+ "to the %s page, select the relevant user, click Edit and scroll to the "
1652
+ "bottom of the page and enable the 'Chat Agent' checkbox."
1653
+ msgstr ""
1654
+ "إذا كنت ترغب في إضافة مستخدم له دور أقل من 'الكاتب'، يرجى الذهاب إلى صفحة <a "
1655
+ "href='./users.php'>المستخدمين</a> حدد المستخدم ذو الصلة، انقر فوق تحرير وقم "
1656
+ "بالتمرير إلى أسفل الصفحة وتفعيل خانة '\"مندوب\"'."
1657
+
1658
+ #: includes/settings_page.php:1192
1659
+ #, fuzzy
1660
+ #| msgid "Username"
1661
+ msgid "Users"
1662
+ msgstr "اسم الستخدم"
1663
+
1664
+ #: includes/settings_page.php:1193
1665
+ msgid "If there are no chat agents online, the chat will show as offline"
1666
+ msgstr ""
1667
+ "فى حالة عدم تواجد مندوبين متاحين، سيتم اظهار المحادثة في حالة عدم اتصال"
1668
+
1669
+ #: includes/settings_page.php:1198
1670
+ #, fuzzy
1671
+ #| msgid "Blocked Visitors - Based on IP Address"
1672
+ msgid "Blocked Visitors / IP Addresses"
1673
+ msgstr "حظر الزوار - بناءاً على عنوان الـIP"
1674
+
1675
+ #: includes/settings_page.php:1202
1676
+ msgid "Enter each IP Address you would like to block on a new line"
1677
+ msgstr "أدخل كل عنوان IP ترغب في حظره في سطر جديد"
1678
+
1679
+ #: includes/settings_page.php:1213
1680
+ msgid ""
1681
+ "Blocking a user's IP Address here will hide the chat window from them, "
1682
+ "preventing them from chatting with you. Each IP Address must be on a new line"
1683
+ msgstr ""
1684
+ "حظر عنوان IP الزائر سيقوم بإخفاء صندوق المحادثة عنه و منعه من محاولة بدء "
1685
+ "المحادثة معك. كل عنوان يجب كتابته في سطر منفرد"
1686
+
1687
+ #: includes/settings_page.php:1229
1688
+ msgid "Enable Business Hours"
1689
+ msgstr ""
1690
+
1691
+ #: includes/settings_page.php:1234
1692
+ msgid "Active schedule"
1693
+ msgstr ""
1694
+
1695
+ #: includes/settings_page.php:1238
1696
+ msgid "Daily"
1697
+ msgstr ""
1698
+
1699
+ #: includes/settings_page.php:1239
1700
+ msgid "Week Days"
1701
+ msgstr ""
1702
+
1703
+ #: includes/settings_page.php:1240
1704
+ msgid "Weekends"
1705
+ msgstr ""
1706
+
1707
+ #: includes/settings_page.php:1252
1708
+ msgid "Between"
1709
+ msgstr ""
1710
+
1711
+ #: includes/settings_page.php:1263
1712
+ #, fuzzy
1713
+ #| msgid "Bad"
1714
+ msgid "and"
1715
+ msgstr "سيئ"
1716
+
1717
+ #: includes/settings_page.php:1280
1718
+ msgid "Current Site Time"
1719
+ msgstr ""
1720
+
1721
+ #: includes/settings_page.php:1293
1722
+ msgid "Chat Encryption"
1723
+ msgstr "تشفير المحادثة"
1724
+
1725
+ #: includes/settings_page.php:1296
1726
+ msgid "Enable Encryption"
1727
+ msgstr "تفعيل التشفير"
1728
+
1729
+ #: includes/settings_page.php:1296
1730
+ msgid ""
1731
+ "All messages will be encrypted when being sent to and from the user and "
1732
+ "agent."
1733
+ msgstr "سيتم تشفير جميع الرسائل عند إرسالها ما بين المستخدم و المندوب."
1734
+
1735
+ #: includes/settings_page.php:1305
1736
+ msgid ""
1737
+ "Once enabled, all messages sent will be encrypted. This cannot be undone."
1738
+ msgstr ""
1739
+ "عند تفعيل تلك الخاصية، سيتم تشفير جميع الرسائل. لا يمكن التراجع عن هذه "
1740
+ "الخطوة."
1741
+
1742
+ #: includes/settings_page.php:1315
1743
+ msgid "Save Settings"
1744
+ msgstr "حفظ الإعدادات"
1745
+
1746
+ #: includes/wplc_agent_data.php:11
1747
+ #, fuzzy
1748
+ #| msgid "WP Live Chat Support Triggers"
1749
+ msgid "WP Live Chat by 3CX - User Fields"
1750
+ msgstr "مشغلات WP Live Chat Support"
1751
+
1752
+ #: includes/wplc_agent_data.php:15
1753
+ #, fuzzy
1754
+ #| msgid "Username"
1755
+ msgid "User tagline"
1756
+ msgstr "اسم الستخدم"
1757
+
1758
+ #: includes/wplc_agent_data.php:24
1759
+ msgid "This will show up at the top of the chatbox - Leave blank to disable."
1760
+ msgstr ""
1761
+
1762
+ #: includes/wplc_custom_fields.php:67 includes/wplc_data_triggers.php:8
1763
+ #: includes/wplc_departments.php:140 includes/wplc_roi.php:115
1764
+ #: modules/webhooks_manager.php:60 modules/webhooks_manager.php:321
1765
+ msgid "Add New"
1766
+ msgstr "إضافة جديد"
1767
+
1768
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1769
+ msgid "Custom Fields"
1770
+ msgstr ""
1771
+
1772
+ #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1773
+ #: wp-live-chat-support.php:2374
1774
+ msgid "Type"
1775
+ msgstr "النوع"
1776
+
1777
+ #: includes/wplc_custom_fields.php:81 includes/wplc_data_triggers.php:468
1778
+ msgid "Content"
1779
+ msgstr "المحتوى"
1780
+
1781
+ #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1782
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1783
+ msgid "Status"
1784
+ msgstr "الحالة"
1785
+
1786
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1787
+ msgid "Active"
1788
+ msgstr "نشط"
1789
+
1790
+ #: includes/wplc_custom_fields.php:101
1791
+ #, fuzzy
1792
+ #| msgid "active"
1793
+ msgid "Inactive"
1794
+ msgstr "مفعل"
1795
+
1796
+ #: includes/wplc_custom_fields.php:106 includes/wplc_data_triggers.php:477
1797
+ #: includes/wplc_departments.php:184 includes/wplc_roi.php:171
1798
+ #: modules/webhooks_manager.php:262
1799
+ msgid "Edit"
1800
+ msgstr "تعديل"
1801
+
1802
+ #: includes/wplc_custom_fields.php:117
1803
+ msgid "Create your first custom field"
1804
+ msgstr ""
1805
+
1806
+ #: includes/wplc_custom_fields.php:137
1807
+ msgid "Create a Custom Field"
1808
+ msgstr ""
1809
+
1810
+ #: includes/wplc_custom_fields.php:142 includes/wplc_custom_fields.php:213
1811
+ #, fuzzy
1812
+ #| msgid "Trigger Name"
1813
+ msgid "Field Name"
1814
+ msgstr "اسم المشغل"
1815
+
1816
+ #: includes/wplc_custom_fields.php:146 includes/wplc_custom_fields.php:217
1817
+ #, fuzzy
1818
+ #| msgid "Trigger Type"
1819
+ msgid "Field Type"
1820
+ msgstr "نوع المشغل"
1821
+
1822
+ #: includes/wplc_custom_fields.php:149 includes/wplc_custom_fields.php:222
1823
+ msgid "Text"
1824
+ msgstr ""
1825
+
1826
+ #: includes/wplc_custom_fields.php:150 includes/wplc_custom_fields.php:223
1827
+ msgid "Drop Down"
1828
+ msgstr ""
1829
+
1830
+ #: includes/wplc_custom_fields.php:155 includes/wplc_custom_fields.php:228
1831
+ msgid "Default Field Value"
1832
+ msgstr ""
1833
+
1834
+ #: includes/wplc_custom_fields.php:159 includes/wplc_custom_fields.php:232
1835
+ msgid "Drop Down Contents"
1836
+ msgstr ""
1837
+
1838
+ #: includes/wplc_custom_fields.php:160 includes/wplc_custom_fields.php:233
1839
+ #, fuzzy
1840
+ #| msgid "Enter each IP Address you would like to block on a new line"
1841
+ msgid "Enter each option on a new line"
1842
+ msgstr "أدخل كل عنوان IP ترغب في حظره في سطر جديد"
1843
+
1844
+ #: includes/wplc_custom_fields.php:164
1845
+ msgid "Create Custom Field"
1846
+ msgstr ""
1847
+
1848
+ #: includes/wplc_custom_fields.php:208
1849
+ msgid "Edit a Custom Field"
1850
+ msgstr ""
1851
+
1852
+ #: includes/wplc_custom_fields.php:237
1853
+ msgid "Update Custom Field"
1854
+ msgstr ""
1855
+
1856
+ #: includes/wplc_custom_fields.php:247
1857
+ msgid "Custom Field Not Found"
1858
+ msgstr ""
1859
+
1860
+ #: includes/wplc_custom_fields.php:248
1861
+ msgid "Back"
1862
+ msgstr ""
1863
+
1864
+ #: includes/wplc_custom_fields.php:262
1865
+ #, fuzzy
1866
+ #| msgid "Are you sure you would like to delete this chat?"
1867
+ msgid "Are you sure you want to delete this custom field?"
1868
+ msgstr "هل انت متأكد من انك تريد حذف تلك المحادثة؟"
1869
+
1870
+ #: includes/wplc_custom_fields.php:298
1871
+ #, fuzzy
1872
+ #| msgid "Offline Text Fields"
1873
+ msgid "Text Field"
1874
+ msgstr "حقول النص في حالة عدم التواجد"
1875
+
1876
+ #: includes/wplc_custom_fields.php:301
1877
+ msgid "Dropdown"
1878
+ msgstr ""
1879
+
1880
+ #: includes/wplc_custom_fields.php:367
1881
+ msgid "Custom Field Data"
1882
+ msgstr ""
1883
+
1884
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1885
+ #: wp-live-chat-support.php:3949
1886
+ msgid "Triggers"
1887
+ msgstr "المشغلات"
1888
+
1889
+ #: includes/wplc_data_triggers.php:18 includes/wplc_roi.php:142
1890
+ msgid "Update now"
1891
+ msgstr "تحديث الآن"
1892
+
1893
+ #: includes/wplc_data_triggers.php:72
1894
+ msgid "Trigger Name"
1895
+ msgstr "اسم المشغل"
1896
+
1897
+ #: includes/wplc_data_triggers.php:77
1898
+ msgid "Trigger Type"
1899
+ msgstr "نوع المشغل"
1900
+
1901
+ #: includes/wplc_data_triggers.php:81
1902
+ msgid "Page Trigger"
1903
+ msgstr "مشغل حسب الصفحة"
1904
+
1905
+ #: includes/wplc_data_triggers.php:82
1906
+ msgid "Time Trigger"
1907
+ msgstr "مشغل حسب التوقيت"
1908
+
1909
+ #: includes/wplc_data_triggers.php:83
1910
+ msgid "Scroll Trigger"
1911
+ msgstr "مشغل حسب التصفح"
1912
+
1913
+ #: includes/wplc_data_triggers.php:84
1914
+ msgid "Page Leave Trigger"
1915
+ msgstr "مشغل مغادرة الصفحة"
1916
+
1917
+ #: includes/wplc_data_triggers.php:85
1918
+ msgid ""
1919
+ "Note: When using page trigger with a the basic theme, no hovercard is shown "
1920
+ "by default. We suggest using the time trigger for this instead."
1921
+ msgstr ""
1922
+ "ملاحظة: في حالة استخدامك مشغل الصفحات مع القالب الأساسي، لن تتمكن من استخدام "
1923
+ "ميزة المشاهدة المسبقة. برجاء استخدام مشغل الوقت عوضاً عنه."
1924
+
1925
+ #: includes/wplc_data_triggers.php:91
1926
+ msgid "Page ID"
1927
+ msgstr "معرف الصفحة"
1928
+
1929
+ #: includes/wplc_data_triggers.php:92
1930
+ msgid "Note: Leave empty for 'all' pages"
1931
+ msgstr "ملاحظة: اتركها فارغة لكل الصفحات"
1932
+
1933
+ #: includes/wplc_data_triggers.php:96
1934
+ msgid "Show After"
1935
+ msgstr "الظهور بعد"
1936
+
1937
+ #: includes/wplc_data_triggers.php:97
1938
+ msgid "Seconds"
1939
+ msgstr "ثانية"
1940
+
1941
+ #: includes/wplc_data_triggers.php:101
1942
+ msgid "Show After Scrolled"
1943
+ msgstr "الظهور بعد تصفح"
1944
+
1945
+ #: includes/wplc_data_triggers.php:102
1946
+ msgid "(%) Percent of page height"
1947
+ msgstr "(%) في المئة من ارتفاع الصفحة"
1948
+
1949
+ #: includes/wplc_data_triggers.php:106
1950
+ msgid "Content Replacement"
1951
+ msgstr "استبدال المحتوى"
1952
+
1953
+ #: includes/wplc_data_triggers.php:117
1954
+ msgid "Replace Content"
1955
+ msgstr "استبدال المحتوى"
1956
+
1957
+ #: includes/wplc_data_triggers.php:122
1958
+ msgid "Enable Trigger"
1959
+ msgstr "تفعيل المشغل"
1960
+
1961
+ #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1962
+ #: wp-live-chat-support.php:4677
1963
+ msgid "Close"
1964
+ msgstr "إغلاق"
1965
+
1966
+ #: includes/wplc_data_triggers.php:138 includes/wplc_departments.php:262
1967
+ #: includes/wplc_roi.php:278
1968
+ msgid "Please review your submission"
1969
+ msgstr "يرجى مراجعة طلبك بعناية"
1970
+
1971
+ #: includes/wplc_data_triggers.php:286
1972
+ msgid "Trigger has been edited."
1973
+ msgstr "لقد تم تعديل المشفل."
1974
+
1975
+ #: includes/wplc_data_triggers.php:451
1976
+ msgid "Conflict with page"
1977
+ msgstr "تعارض مع صفحة"
1978
+
1979
+ #: includes/wplc_data_triggers.php:453
1980
+ msgid "Trigger ID: "
1981
+ msgstr "معرف المشغل: "
1982
+
1983
+ #: includes/wplc_data_triggers.php:454
1984
+ msgid ""
1985
+ "It is possible that this trigger may override another trigger, or be "
1986
+ "overridden by another trigger."
1987
+ msgstr ""
1988
+
1989
+ #: includes/wplc_data_triggers.php:467 includes/wplc_roi.php:162
1990
+ #: modules/node_server.php:187 modules/node_server.php:895
1991
+ msgid "Page"
1992
+ msgstr "الصفحة"
1993
+
1994
+ #: includes/wplc_data_triggers.php:486 includes/wplc_roi.php:713
1995
+ msgid "All"
1996
+ msgstr "الكل"
1997
+
1998
+ #: includes/wplc_data_triggers.php:490
1999
+ msgid "Click to change trigger status"
2000
+ msgstr "انقر لتغيير حالة المشغل"
2001
+
2002
+ #: includes/wplc_data_triggers.php:500
2003
+ msgid "No Triggers Found..."
2004
+ msgstr "لا توجد مشغلات..."
2005
+
2006
+ #: includes/wplc_data_triggers.php:611
2007
+ msgid "Are you sure you would like to delete trigger"
2008
+ msgstr "هل ترغب في حذف المشغل"
2009
+
2010
+ #: includes/wplc_departments.php:60 includes/wplc_departments.php:64
2011
+ #: includes/wplc_departments.php:88 includes/wplc_departments.php:548
2012
+ #: includes/wplc_departments.php:653 includes/wplc_transfer_chats.php:96
2013
+ msgid "No Department"
2014
+ msgstr ""
2015
+
2016
+ #: includes/wplc_departments.php:84
2017
+ #, fuzzy
2018
+ #| msgid "Chat Deleted"
2019
+ msgid "Chat Department"
2020
+ msgstr "تم حذف المحادثة"
2021
+
2022
+ #: includes/wplc_departments.php:129 includes/wplc_departments.php:145
2023
+ #: includes/wplc_departments.php:522 includes/wplc_departments.php:538
2024
+ msgid "Departments"
2025
+ msgstr ""
2026
+
2027
+ #: includes/wplc_departments.php:129
2028
+ msgid "beta"
2029
+ msgstr ""
2030
+
2031
+ #: includes/wplc_departments.php:142
2032
+ #, fuzzy
2033
+ #| msgid "Main Settings"
2034
+ msgid "Department Settings"
2035
+ msgstr "الإعدادات الرئيسية"
2036
+
2037
+ #: includes/wplc_departments.php:195
2038
+ #, fuzzy
2039
+ #| msgid "No Triggers Found..."
2040
+ msgid "No Departments Found..."
2041
+ msgstr "لا توجد مشغلات..."
2042
+
2043
+ #: includes/wplc_departments.php:246
2044
+ msgid "Department Name"
2045
+ msgstr ""
2046
+
2047
+ #: includes/wplc_departments.php:331
2048
+ #, fuzzy
2049
+ #| msgid "Goal has been edited."
2050
+ msgid "Department has been edited."
2051
+ msgstr "لقد تم تعديل الهدف."
2052
+
2053
+ #: includes/wplc_departments.php:470
2054
+ #, fuzzy
2055
+ #| msgid "Are you sure you would like to delete goal"
2056
+ msgid "Are you sure you would like to delete department"
2057
+ msgstr "هل أنت متأكد من أنك تريد حذف الهدف"
2058
+
2059
+ #: includes/wplc_departments.php:543
2060
+ msgid "Default Department"
2061
+ msgstr ""
2062
+
2063
+ #: includes/wplc_departments.php:544
2064
+ msgid "Default department a new chat is assigned to"
2065
+ msgstr ""
2066
+
2067
+ #: includes/wplc_departments.php:559
2068
+ msgid "Create or Edit Departments"
2069
+ msgstr ""
2070
+
2071
+ #: includes/wplc_departments.php:565
2072
+ msgid "User Department Selection"
2073
+ msgstr ""
2074
+
2075
+ #: includes/wplc_departments.php:566
2076
+ msgid "Allow user to select a department before starting a chat?"
2077
+ msgstr ""
2078
+
2079
+ #: includes/wplc_departments.php:575
2080
+ msgid ""
2081
+ "Note: Chats will be transferred in the event that agents are not available "
2082
+ "within the selected department"
2083
+ msgstr ""
2084
+
2085
+ #: includes/wplc_departments.php:586
2086
+ #, fuzzy, php-format
2087
+ #| msgid "Chat Deleted"
2088
+ msgid "Create departments %s."
2089
+ msgstr "تم حذف المحادثة"
2090
+
2091
+ #: includes/wplc_departments.php:632
2092
+ msgid "Department you have been assigned to as an agent"
2093
+ msgstr ""
2094
+
2095
+ #: includes/wplc_departments.php:632 includes/wplc_transfer_chats.php:45
2096
+ #: modules/node_server.php:190 modules/node_server.php:897
2097
+ msgid "Department"
2098
+ msgstr ""
2099
+
2100
+ #: includes/wplc_departments.php:739
2101
+ #, fuzzy
2102
+ #| msgid "Select a survey"
2103
+ msgid "Select Department"
2104
+ msgstr "اختيار الاستطلاع"
2105
+
2106
+ #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2107
+ #: wp-live-chat-support.php:3951
2108
+ msgid "ROI Goals"
2109
+ msgstr "أهداف ROI"
2110
+
2111
+ #: includes/wplc_roi.php:116
2112
+ #, fuzzy
2113
+ #| msgid "Reports"
2114
+ msgid "View Reports"
2115
+ msgstr "التقارير"
2116
+
2117
+ #: includes/wplc_roi.php:163
2118
+ msgid "Value"
2119
+ msgstr "القيمة"
2120
+
2121
+ #: includes/wplc_roi.php:185
2122
+ msgid "No ROI Goals Found..."
2123
+ msgstr "لا توجد أهداف ROI."
2124
+
2125
+ #: includes/wplc_roi.php:243
2126
+ msgid "Goal Name"
2127
+ msgstr "اسم الهدف"
2128
+
2129
+ #: includes/wplc_roi.php:248
2130
+ msgid "Goal Overview"
2131
+ msgstr "نظرة عامة على الهدف"
2132
+
2133
+ #: includes/wplc_roi.php:253
2134
+ msgid "Goal Page"
2135
+ msgstr "صفحة الهدف"
2136
+
2137
+ #: includes/wplc_roi.php:262
2138
+ msgid "Goal Value"
2139
+ msgstr "قيمة الهدف"
2140
+
2141
+ #: includes/wplc_roi.php:415
2142
+ msgid "Goal has been edited."
2143
+ msgstr "لقد تم تعديل الهدف."
2144
+
2145
+ #: includes/wplc_roi.php:586
2146
+ msgid "Are you sure you would like to delete goal"
2147
+ msgstr "هل أنت متأكد من أنك تريد حذف الهدف"
2148
+
2149
+ #: includes/wplc_roi.php:673
2150
+ #, fuzzy
2151
+ #| msgid "ROI Reporting"
2152
+ msgid "ROI Reports"
2153
+ msgstr "تقارير ROI"
2154
+
2155
+ #: includes/wplc_roi.php:692
2156
+ msgid "Goal Statistics"
2157
+ msgstr "احصائيات الهدف"
2158
+
2159
+ #: includes/wplc_roi.php:704
2160
+ msgid "No Goals Found"
2161
+ msgstr "لا يوجد أهداف"
2162
+
2163
+ #: includes/wplc_roi.php:714
2164
+ msgid "Last 30 Days"
2165
+ msgstr "اخر 30 يوم"
2166
+
2167
+ #: includes/wplc_roi.php:715
2168
+ msgid "Last 15 Days"
2169
+ msgstr "اخر 15 يوم"
2170
+
2171
+ #: includes/wplc_roi.php:716
2172
+ msgid "Last 7 Days"
2173
+ msgstr "اخر 7 ايام"
2174
+
2175
+ #: includes/wplc_roi.php:717
2176
+ msgid "Last 24 Hours"
2177
+ msgstr "اخر 24 ساعة"
2178
+
2179
+ #: includes/wplc_roi.php:769
2180
+ msgid "Value Per Conversion"
2181
+ msgstr "القيمة لكل تحويل"
2182
+
2183
+ #: includes/wplc_roi.php:775
2184
+ msgid "Total Value"
2185
+ msgstr "إجمالي القيمة"
2186
+
2187
+ #: includes/wplc_roi.php:780
2188
+ msgid "Total Conversions"
2189
+ msgstr "إجمالي التحويلات"
2190
+
2191
+ #: includes/wplc_roi.php:812
2192
+ msgid "Value By Date"
2193
+ msgstr "القيمة حسب التاريخ"
2194
+
2195
+ #: includes/wplc_roi.php:815
2196
+ msgid "Value By Agent"
2197
+ msgstr "القيمة حسب المندوب"
2198
+
2199
+ #: includes/wplc_roi.php:821
2200
+ msgid "No data available yet..."
2201
+ msgstr "لا تتوافر بيانات."
2202
+
2203
+ #: includes/wplc_transfer_chats.php:17 modules/node_server.php:884
2204
+ msgid "Transfer"
2205
+ msgstr ""
2206
+
2207
+ #: includes/wplc_transfer_chats.php:29
2208
+ #, fuzzy
2209
+ #| msgid "Start Chat"
2210
+ msgid "Transfer Chat"
2211
+ msgstr "بدء المحادثة"
2212
+
2213
+ #: includes/wplc_transfer_chats.php:43
2214
+ #, fuzzy
2215
+ #| msgid "Are you sure you would like to delete this chat?"
2216
+ msgid "Would you like to transfer this chat to"
2217
+ msgstr "هل انت متأكد من انك تريد حذف تلك المحادثة؟"
2218
+
2219
+ #: includes/wplc_transfer_chats.php:44 modules/node_server.php:82
2220
+ #, fuzzy
2221
+ #| msgid "Agents"
2222
+ msgid "Agent"
2223
+ msgstr "المندوبون"
2224
+
2225
+ #: includes/wplc_transfer_chats.php:50
2226
+ msgid "Please select an agent to transfer to"
2227
+ msgstr ""
2228
+
2229
+ #: includes/wplc_transfer_chats.php:57
2230
+ msgid "Please select a department to transfer to"
2231
+ msgstr ""
2232
+
2233
+ #: includes/wplc_transfer_chats.php:75
2234
+ #, fuzzy
2235
+ #| msgid "Agents"
2236
+ msgid "No Agent"
2237
+ msgstr "المندوبون"
2238
+
2239
+ #: includes/wplc_transfer_chats.php:81
2240
+ #, fuzzy
2241
+ #| msgid "Your"
2242
+ msgid "You"
2243
+ msgstr "الخاص بك"
2244
+
2245
+ #: includes/wplc_transfer_chats.php:122
2246
+ #, fuzzy
2247
+ #| msgid "Chat Agents Online"
2248
+ msgid "Checking if agent is online"
2249
+ msgstr "المندوبون المتواجدون"
2250
+
2251
+ #: includes/wplc_transfer_chats.php:123
2252
+ msgid "Agent is not online, transfer cannot be made"
2253
+ msgstr ""
2254
+
2255
+ #: includes/wplc_transfer_chats.php:125
2256
+ msgid "Checking if agents in department are online"
2257
+ msgstr ""
2258
+
2259
+ #: includes/wplc_transfer_chats.php:126
2260
+ msgid ""
2261
+ "No agent within the department are available to accept the transfer, "
2262
+ "transfer cannot be made"
2263
+ msgstr ""
2264
+
2265
+ #: includes/wplc_transfer_chats.php:128
2266
+ msgid "Agent(s) available, safe to transfer"
2267
+ msgstr ""
2268
+
2269
+ #: includes/wplc_transfer_chats.php:130
2270
+ msgid "Transfer Complete. Closing Window..."
2271
+ msgstr ""
2272
+
2273
+ #: includes/wplc_transfer_chats.php:131
2274
+ #, fuzzy
2275
+ #| msgid "There is No Answer. Please Try Again Later"
2276
+ msgid "Transfer Failed. Please try again later..."
2277
+ msgstr "لا توجد إجابة. الرجاء المحاولة مرة أخرى لاحقاً"
2278
+
2279
+ #: includes/wplc_transfer_chats.php:374
2280
+ msgid "Transfer for"
2281
+ msgstr ""
2282
+
2283
+ #: includes/wplc_transfer_chats.php:377
2284
+ #, fuzzy
2285
+ #| msgid "Accept Chat"
2286
+ msgid "Accept Transfer"
2287
+ msgstr "قبول المحادثة"
2288
+
2289
+ #: includes/wplc_transfer_chats.php:455
2290
+ msgid ""
2291
+ "Department took too long to respond, we are transferring this chat to the "
2292
+ "next available agent."
2293
+ msgstr ""
2294
+
2295
+ #: includes/wplc_transfer_chats.php:457
2296
+ msgid ""
2297
+ "took too long to respond, we are transferring this chat to the next "
2298
+ "available agent."
2299
+ msgstr ""
2300
+
2301
+ #: includes/wplc_transfer_chats.php:460
2302
+ #, fuzzy
2303
+ #| msgid "Chat answered by another agent"
2304
+ msgid "has transferred the chat."
2305
+ msgstr "لقد تم الرد على هذه المحادثة بواسطة مندوب آخر"
2306
+
2307
+ #: includes/wplc_transfer_chats.php:483
2308
+ msgid "User received this message"
2309
+ msgstr ""
2310
+
2311
+ #: includes/wplc_transfer_chats.php:528
2312
+ #, fuzzy
2313
+ #| msgid "No data available yet..."
2314
+ msgid "No agents available in"
2315
+ msgstr "لا تتوافر بيانات."
2316
+
2317
+ #: includes/wplc_transfer_chats.php:530
2318
+ msgid "selected department"
2319
+ msgstr ""
2320
+
2321
+ #: includes/wplc_transfer_chats.php:536
2322
+ msgid "automatically transferring you to"
2323
+ msgstr ""
2324
+
2325
+ #: includes/wplc_transfer_chats.php:538
2326
+ #, fuzzy
2327
+ #| msgid "No chats available at the moment"
2328
+ msgid "the next available department"
2329
+ msgstr "لا توجد محادثات في الوقت الراهن"
2330
+
2331
+ #: includes/wplc_transfer_chats.php:566
2332
+ #, fuzzy
2333
+ #| msgid "Chat answered by another agent"
2334
+ msgid "User has been transferred from"
2335
+ msgstr "لقد تم الرد على هذه المحادثة بواسطة مندوب آخر"
2336
+
2337
+ #: includes/wplc_transfer_chats.php:568
2338
+ msgid "department"
2339
+ msgstr ""
2340
+
2341
+ #: includes/wplc_transfer_chats.php:577
2342
+ msgid "to"
2343
+ msgstr ""
2344
+
2345
+ #: includes/wplc_transfer_chats.php:580
2346
+ msgid "as there were no agents online"
2347
+ msgstr ""
2348
+
2349
+ #: modules/advanced_features.php:17
2350
+ #, fuzzy
2351
+ #| msgid "Advanced settings"
2352
+ msgid "Advanced Features"
2353
+ msgstr "إعدادات متقدمة"
2354
+
2355
+ #: modules/advanced_features.php:33
2356
+ #, fuzzy
2357
+ #| msgid "Cloud Server"
2358
+ msgid "Chat Server"
2359
+ msgstr "خادم سحابي"
2360
+
2361
+ #: modules/advanced_features.php:41
2362
+ #, fuzzy
2363
+ #| msgid "Select a survey"
2364
+ msgid "Select your chat server"
2365
+ msgstr "اختيار الاستطلاع"
2366
+
2367
+ #: modules/advanced_features.php:41
2368
+ msgid "Choose between 3CX servers or your Wordpress server for chat delivery"
2369
+ msgstr ""
2370
+
2371
+ #: modules/advanced_features.php:47
2372
+ msgid ""
2373
+ "3CX Servers are high performance secure instances hosted on Google Cloud and "
2374
+ "are completely free to use. 3CX Servers don't log or store messages. "
2375
+ "Messages are simply forwarded between users and agents. Chat sessions are "
2376
+ "stored on your Wordpress database only."
2377
+ msgstr ""
2378
+
2379
+ #: modules/advanced_features.php:48
2380
+ msgid ""
2381
+ "Using your own Wordpress server as a chat relay may cause performance "
2382
+ "slowdowns to your website, especially on shared hosts. Due to HTTP long poll "
2383
+ "mechanism, messages and events could be slightly delayed."
2384
+ msgstr ""
2385
+
2386
+ #: modules/advanced_features.php:54
2387
+ #, fuzzy
2388
+ #| msgid "Chat Deleted"
2389
+ msgid "Chat server token"
2390
+ msgstr "تم حذف المحادثة"
2391
+
2392
+ #: modules/advanced_features.php:54
2393
+ msgid ""
2394
+ "Security token for accessing chats on the node server. Changing this will "
2395
+ "close your currently active chat sessions."
2396
+ msgstr ""
2397
+
2398
+ #: modules/advanced_features.php:59 modules/api/public/wplc-api.php:84
2399
+ msgid "Generate New"
2400
+ msgstr "انشاء جديد"
2401
+
2402
+ #: modules/advanced_features.php:64
2403
+ msgid "Enable typing preview"
2404
+ msgstr ""
2405
+
2406
+ #: modules/advanced_features.php:64
2407
+ msgid ""
2408
+ "This option enables the typing preview, which means agents will be able to "
2409
+ "see what the user is typing in realtime."
2410
+ msgstr ""
2411
+
2412
+ #: modules/advanced_features.php:70
2413
+ msgid "Typing preview is not available when GDPR is enabled"
2414
+ msgstr ""
2415
+
2416
+ #: modules/advanced_features.php:80
2417
+ #, fuzzy
2418
+ #| msgid "Total number of chats received"
2419
+ msgid "Number of chat rings"
2420
+ msgstr "إجمالي المحادثات الواردة"
2421
+
2422
+ #: modules/advanced_features.php:80
2423
+ msgid "Limit the amount of time the new chat ringer will play"
2424
+ msgstr ""
2425
+
2426
+ #: modules/advanced_tools.php:40
2427
+ #, fuzzy
2428
+ #| msgid "Chat ID"
2429
+ msgid "Chat Data"
2430
+ msgstr "رمز المحادثة"
2431
+
2432
+ #: modules/advanced_tools.php:48
2433
+ #, fuzzy
2434
+ #| msgid "Chat Window Settings"
2435
+ msgid "Chat Settings"
2436
+ msgstr "إعدادات نافذة المحادثة"
2437
+
2438
+ #: modules/advanced_tools.php:52
2439
+ #, fuzzy
2440
+ #| msgid "Settings"
2441
+ msgid "Export Settings"
2442
+ msgstr "الاعدادات"
2443
+
2444
+ #: modules/advanced_tools.php:55 modules/advanced_tools.php:108
2445
+ #, fuzzy
2446
+ #| msgid "Settings"
2447
+ msgid "Import Settings"
2448
+ msgstr "الاعدادات"
2449
+
2450
+ #: modules/advanced_tools.php:62 modules/node_server.php:876
2451
+ #: wp-live-chat-support.php:3964
2452
+ #, fuzzy
2453
+ #| msgid "View Chat History"
2454
+ msgid "Chat History"
2455
+ msgstr "عرض سجل المحادثات"
2456
+
2457
+ #: modules/advanced_tools.php:66
2458
+ #, fuzzy
2459
+ #| msgid "History"
2460
+ msgid "Export History"
2461
+ msgstr "السجل"
2462
+
2463
+ #: modules/advanced_tools.php:73
2464
+ #, fuzzy
2465
+ #| msgid "Chat Experience Ratings"
2466
+ msgid "Chat Ratings"
2467
+ msgstr "تقييمات المحادثات"
2468
+
2469
+ #: modules/advanced_tools.php:77
2470
+ #, fuzzy
2471
+ #| msgid "Experience Rating"
2472
+ msgid "Export Ratings"
2473
+ msgstr "معدل التقييم"
2474
+
2475
+ #: modules/advanced_tools.php:88
2476
+ #, fuzzy
2477
+ #| msgid "Offline Messages"
2478
+ msgid "Export Offline Messages"
2479
+ msgstr "الرسائل دون اتصال"
2480
+
2481
+ #: modules/advanced_tools.php:116
2482
+ msgid "CSV File"
2483
+ msgstr ""
2484
+
2485
+ #: modules/advanced_tools.php:127
2486
+ msgid "Please note: Import CSV must have been exported using the Export tool"
2487
+ msgstr ""
2488
+
2489
+ #: modules/advanced_tools.php:135
2490
+ #, fuzzy
2491
+ #| msgid "Support"
2492
+ msgid "Import"
2493
+ msgstr "الدعم"
2494
+
2495
+ #: modules/advanced_tools.php:135
2496
+ msgid "This cannot be undone"
2497
+ msgstr ""
2498
+
2499
+ #: modules/advanced_tools.php:193
2500
+ msgid "Import Failed - Could Not Process File"
2501
+ msgstr ""
2502
+
2503
+ #: modules/advanced_tools.php:207
2504
+ msgid "Import Failed - Could Not Find File"
2505
+ msgstr ""
2506
+
2507
+ #: modules/advanced_tools.php:219
2508
+ #, fuzzy
2509
+ #| msgid "complete"
2510
+ msgid "Import Complete"
2511
+ msgstr "اكتمل"
2512
+
2513
+ #: modules/advanced_tools.php:227
2514
+ #, fuzzy
2515
+ #| msgid "Your settings have been saved."
2516
+ msgid "Thank you, all settings have been updated"
2517
+ msgstr "تم حفظ إعداداتك."
2518
+
2519
+ #: modules/api/agent/wplc-api-functions.php:193
2520
+ #: modules/api/agent/wplc-api-functions.php:520
2521
+ #: modules/api/public/wplc-api-functions.php:156 modules/node_server.php:366
2522
+ #: modules/node_server.php:434
2523
+ #, fuzzy
2524
+ #| msgid "Actions"
2525
+ msgid "Action not set"
2526
+ msgstr "الإجراءات"
2527
+
2528
+ #: modules/api/agent/wplc-api-functions.php:375
2529
+ msgid "IP Address not recorded"
2530
+ msgstr "عنوان الـIP غير مسجل"
2531
+
2532
+ #: modules/api/agent/wplc-api-functions.php:1014
2533
+ #, fuzzy
2534
+ #| msgid "Upload Logo"
2535
+ msgid "Upload error"
2536
+ msgstr "رفع شعار"
2537
+
2538
+ #: modules/api/agent/wplc-api-functions.php:1017
2539
+ msgid "Security Violation - File unsafe"
2540
+ msgstr ""
2541
+
2542
+ #: modules/api/public/wplc-api.php:47 modules/api/public/wplc-api.php:74
2543
+ msgid "REST API"
2544
+ msgstr "REST API"
2545
+
2546
+ #: modules/api/public/wplc-api.php:64
2547
+ msgid ""
2548
+ "To make use of the REST API, please ensure you are using a version of "
2549
+ "WordPress with the REST API included."
2550
+ msgstr ""
2551
+ "للاستفادة من REST API، يرجى التأكد من استخدام نسخة وورد برس تدعم REST API."
2552
+
2553
+ #: modules/api/public/wplc-api.php:66
2554
+ msgid ""
2555
+ "Alternatively, please install the official Rest API plugin from WordPress."
2556
+ msgstr "بدلاً من ذلك، يمكنك تثبيت إضافة Rest API من خلال الوورد بر."
2557
+
2558
+ #: modules/api/public/wplc-api.php:79
2559
+ msgid "Secret Token"
2560
+ msgstr "الرمز السري"
2561
+
2562
+ #: modules/api/public/wplc-api.php:82
2563
+ msgid "No secret token found"
2564
+ msgstr "لا يوجد رمز سري"
2565
+
2566
+ #: modules/cta_animations.php:19
2567
+ #, fuzzy
2568
+ #| msgid "No Animation"
2569
+ msgid "Call To Action Animation"
2570
+ msgstr "لا توجد حركة"
2571
+
2572
+ #: modules/gdpr.php:22
2573
+ msgid "Enable privacy controls"
2574
+ msgstr ""
2575
+
2576
+ #: modules/gdpr.php:22
2577
+ msgid "Disabling will disable all GDPR related options, this is not advised."
2578
+ msgstr ""
2579
+
2580
+ #: modules/gdpr.php:26
2581
+ msgid "Importance of GDPR Compliance"
2582
+ msgstr ""
2583
+
2584
+ #: modules/gdpr.php:32
2585
+ msgid "Organization name"
2586
+ msgstr ""
2587
+
2588
+ #: modules/gdpr.php:41
2589
+ msgid "Data retention purpose"
2590
+ msgstr ""
2591
+
2592
+ #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:401
2593
+ #, fuzzy
2594
+ #| msgid "Support"
2595
+ msgid "Chat/Support"
2596
+ msgstr "الدعم"
2597
+
2598
+ #: modules/gdpr.php:50
2599
+ #, fuzzy
2600
+ #| msgid "Chat Deleted"
2601
+ msgid "Data retention period"
2602
+ msgstr "تم حذف المحادثة"
2603
+
2604
+ #: modules/gdpr.php:53
2605
+ msgid "days"
2606
+ msgstr ""
2607
+
2608
+ #: modules/gdpr.php:59
2609
+ #, fuzzy
2610
+ #| msgid "Active Chats"
2611
+ msgid "GDPR notice to visitors"
2612
+ msgstr "المحادثات النشطة"
2613
+
2614
+ #: modules/gdpr.php:60
2615
+ msgid ""
2616
+ "Users will be asked to accept the notice shown here, in the form of a check "
2617
+ "box."
2618
+ msgstr ""
2619
+
2620
+ #: modules/gdpr.php:90 modules/gdpr.php:101
2621
+ msgid "GDPR Control"
2622
+ msgstr ""
2623
+
2624
+ #: modules/gdpr.php:103
2625
+ msgid ""
2626
+ "Search is performed on chat sessions, messages, and offline messages. Data "
2627
+ "will also be deleted automatically per your retention policy."
2628
+ msgstr ""
2629
+
2630
+ #: modules/gdpr.php:112
2631
+ #, fuzzy
2632
+ #| msgid "Leave a message"
2633
+ msgid "Name, Email, Message"
2634
+ msgstr "اترك رسالة"
2635
+
2636
+ #: modules/gdpr.php:116 modules/node_server.php:218
2637
+ #, fuzzy
2638
+ #| msgid "Search Term"
2639
+ msgid "Search"
2640
+ msgstr "كلمة بحث"
2641
+
2642
+ #: modules/gdpr.php:129
2643
+ #, php-format
2644
+ msgid "Search Results in %%TABLE%%"
2645
+ msgstr ""
2646
+
2647
+ #: modules/gdpr.php:157
2648
+ #, php-format
2649
+ msgid "Delete Chat (%%CID%%)"
2650
+ msgstr ""
2651
+
2652
+ #: modules/gdpr.php:158
2653
+ #, fuzzy, php-format
2654
+ #| msgid "Download Chat History"
2655
+ msgid "Download Chat (%%CID%%)"
2656
+ msgstr "تحميل سجل المحادثات"
2657
+
2658
+ #: modules/gdpr.php:162 wp-live-chat-support.php:4219
2659
+ #: wp-live-chat-support.php:4279
2660
+ msgid "Chat ID"
2661
+ msgstr "رمز المحادثة"
2662
+
2663
+ #: modules/gdpr.php:183
2664
+ msgid "Please perform a search using the input field above"
2665
+ msgstr ""
2666
+
2667
+ #: modules/gdpr.php:257
2668
+ #, fuzzy
2669
+ #| msgid "Chat Deleted"
2670
+ msgid "Data Deleted"
2671
+ msgstr "تم حذف المحادثة"
2672
+
2673
+ #: modules/gdpr.php:343
2674
+ #, php-format
2675
+ msgid ""
2676
+ "I agree for my personal data to be processed and for the use of cookies in "
2677
+ "order to engage in a chat processed by %%COMPANY%%, for the purpose of "
2678
+ "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2679
+ msgstr ""
2680
+
2681
+ #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:587
2682
+ msgid "Privacy Policy"
2683
+ msgstr ""
2684
+
2685
+ #: modules/gdpr.php:366
2686
+ #, php-format
2687
+ msgid ""
2688
+ "We use WP Live Chat by 3CX as our live chat platform. By clicking below to "
2689
+ "submit this form, you acknowledge that the information you provide now and "
2690
+ "during the chat will be transferred to WP Live Chat by 3CX for processing in "
2691
+ "accordance with their %%POLICY_LINK%%."
2692
+ msgstr ""
2693
+
2694
+ #: modules/gdpr.php:388
2695
+ #, php-format
2696
+ msgid ""
2697
+ "Please note as per the GDPR settings you have selected, all chat data will "
2698
+ "be retained for %%PERIOD%% day(s)."
2699
+ msgstr ""
2700
+
2701
+ #: modules/gdpr.php:391
2702
+ #, php-format
2703
+ msgid ""
2704
+ "After this period of time, all chat data older than %%PERIOD%% day(s), will "
2705
+ "be permanently removed from your server."
2706
+ msgstr ""
2707
+
2708
+ #: modules/gdpr.php:395
2709
+ msgid "GDPR - Data Retention"
2710
+ msgstr ""
2711
+
2712
+ #: modules/gdpr.php:401 modules/gdpr.php:568
2713
+ #, fuzzy
2714
+ #| msgid "Main Settings"
2715
+ msgid "Privacy Settings"
2716
+ msgstr "الإعدادات الرئيسية"
2717
+
2718
+ #: modules/gdpr.php:416
2719
+ msgid "Once every 6 hours"
2720
+ msgstr ""
2721
+
2722
+ #: modules/gdpr.php:534
2723
+ #, fuzzy
2724
+ #| msgid "Chat ended"
2725
+ msgid "Chat Ended"
2726
+ msgstr "انتهت المحادثة"
2727
+
2728
+ #: modules/gdpr.php:559
2729
+ msgid ""
2730
+ "GDPR compliance has been disabled, read more about the implications of this "
2731
+ "here"
2732
+ msgstr ""
2733
+
2734
+ #: modules/gdpr.php:560
2735
+ #, fuzzy
2736
+ #| msgid " with the Pro add-on of WP Live Chat Support"
2737
+ msgid "Additionally please take a look at WP Live Chat by 3CX"
2738
+ msgstr " من خلال النسخة المدفوعة من WP Live Chat Support"
2739
+
2740
+ #: modules/gdpr.php:561
2741
+ msgid ""
2742
+ "It is highly recommended that you enable GDPR compliance to ensure your user "
2743
+ "data is regulated."
2744
+ msgstr ""
2745
+
2746
+ #: modules/gdpr.php:564
2747
+ msgid "Warning - GDPR Compliance Disabled - Action Required"
2748
+ msgstr ""
2749
+
2750
+ #: modules/gdpr.php:565
2751
+ msgid "EU GDPR"
2752
+ msgstr ""
2753
+
2754
+ #: modules/gdpr.php:569
2755
+ msgid "Dismiss & Accept Responsibility"
2756
+ msgstr ""
2757
+
2758
+ #: modules/gdpr.php:586
2759
+ #, php-format
2760
+ msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2761
+ msgstr ""
2762
+
2763
+ #: modules/gdpr.php:634
2764
+ msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2765
+ msgstr ""
2766
+
2767
+ #: modules/gdpr.php:666
2768
+ msgid "Pro data will also be removed as a part of this automatic process."
2769
+ msgstr ""
2770
+
2771
+ #: modules/google_analytics.php:17
2772
+ msgid "Google Analytics Integration"
2773
+ msgstr ""
2774
+
2775
+ #: modules/google_analytics.php:22
2776
+ msgid "Enable Google Analytics Integration"
2777
+ msgstr ""
2778
+
2779
+ #: modules/node_server.php:45
2780
+ msgid "Toggle user list"
2781
+ msgstr ""
2782
+
2783
+ #: modules/node_server.php:46
2784
+ msgid "Toggle WordPress Menu for a full screen experience"
2785
+ msgstr ""
2786
+
2787
+ #: modules/node_server.php:78 modules/node_server.php:182
2788
+ #: modules/node_server.php:874 modules/node_server.php:892
2789
+ #, fuzzy
2790
+ #| msgid "Active Chats"
2791
+ msgid "Active visitors"
2792
+ msgstr "المحادثات النشطة"
2793
+
2794
+ #: modules/node_server.php:100 wp-live-chat-support.php:1864
2795
+ #, fuzzy
2796
+ #| msgid "Initiate Chat"
2797
+ msgid "Minimize Chat"
2798
+ msgstr "بدء المحادثة"
2799
+
2800
+ #: modules/node_server.php:109 modules/node_server.php:879
2801
+ #, fuzzy
2802
+ #| msgid "Chat Agent"
2803
+ msgid "Invite Agent"
2804
+ msgstr "المندوب"
2805
+
2806
+ #: modules/node_server.php:110 modules/node_server.php:880
2807
+ #, fuzzy
2808
+ #| msgid "Chat Deleted"
2809
+ msgid "Invite Department"
2810
+ msgstr "تم حذف المحادثة"
2811
+
2812
+ #: modules/node_server.php:111 modules/node_server.php:881
2813
+ #: modules/node_server.php:885 wp-live-chat-support.php:4021
2814
+ msgid "Direct User To Page"
2815
+ msgstr ""
2816
+
2817
+ #: modules/node_server.php:113
2818
+ #, fuzzy
2819
+ #| msgid "Chat Window Settings"
2820
+ msgid "Transcript"
2821
+ msgstr "إعدادات نافذة المحادثة"
2822
+
2823
+ #: modules/node_server.php:114 modules/node_server.php:882
2824
+ #, fuzzy
2825
+ #| msgid "Before chat"
2826
+ msgid "Leave chat"
2827
+ msgstr "قبل المحادثة"
2828
+
2829
+ #: modules/node_server.php:115 modules/node_server.php:883
2830
+ #: wp-live-chat-support.php:2582
2831
+ msgid "End chat"
2832
+ msgstr "إنهاء المحادثة"
2833
+
2834
+ #: modules/node_server.php:126
2835
+ msgid "Something"
2836
+ msgstr ""
2837
+
2838
+ #: modules/node_server.php:137 modules/node_server.php:887
2839
+ #, fuzzy
2840
+ #| msgid "End chat"
2841
+ msgid "Join chat"
2842
+ msgstr "إنهاء المحادثة"
2843
+
2844
+ #: modules/node_server.php:138
2845
+ #, fuzzy
2846
+ #| msgid "type here..."
2847
+ msgid "Type here..."
2848
+ msgstr "أكتب هنا ..."
2849
+
2850
+ #: modules/node_server.php:139
2851
+ msgid "bold"
2852
+ msgstr ""
2853
+
2854
+ #: modules/node_server.php:139
2855
+ msgid "italics"
2856
+ msgstr ""
2857
+
2858
+ #: modules/node_server.php:139
2859
+ msgid "code"
2860
+ msgstr ""
2861
+
2862
+ #: modules/node_server.php:139
2863
+ msgid "preformatted"
2864
+ msgstr ""
2865
+
2866
+ #: modules/node_server.php:159
2867
+ msgid "Filter the user list based on activity."
2868
+ msgstr ""
2869
+
2870
+ #: modules/node_server.php:164 modules/node_server.php:889
2871
+ #, fuzzy
2872
+ #| msgid "Visitors online"
2873
+ msgid "New Visitors (3 Min)"
2874
+ msgstr "الزوار المتواجدين"
2875
+
2876
+ #: modules/node_server.php:165 modules/node_server.php:890
2877
+ msgid "Active Chats"
2878
+ msgstr "المحادثات النشطة"
2879
+
2880
+ #: modules/node_server.php:166
2881
+ #, fuzzy
2882
+ #| msgid "Total URLs"
2883
+ msgid "Page URL"
2884
+ msgstr "إجمالي عدد الصفحات"
2885
+
2886
+ #: modules/node_server.php:167 modules/node_server.php:891
2887
+ msgid "Clear Filters"
2888
+ msgstr ""
2889
+
2890
+ #: modules/node_server.php:178
2891
+ #, fuzzy
2892
+ #| msgid "Contact us"
2893
+ msgid "Contains"
2894
+ msgstr "اتصل بنا"
2895
+
2896
+ #: modules/node_server.php:185 modules/node_server.php:893
2897
+ #: wp-live-chat-support.php:2372
2898
+ msgid "Visitor"
2899
+ msgstr "زائر"
2900
+
2901
+ #: modules/node_server.php:186 modules/node_server.php:894
2902
+ #, fuzzy
2903
+ #| msgid "Site Info"
2904
+ msgid "Info"
2905
+ msgstr "معلومات الموقع"
2906
+
2907
+ #: modules/node_server.php:188 modules/node_server.php:896
2908
+ #, fuzzy
2909
+ #| msgid "Status"
2910
+ msgid "Chat Status"
2911
+ msgstr "الحالة"
2912
+
2913
+ #: modules/node_server.php:219 modules/node_server.php:898
2914
+ #, fuzzy
2915
+ #| msgid "Search Term"
2916
+ msgid "Search Results"
2917
+ msgstr "كلمة بحث"
2918
+
2919
+ #: modules/node_server.php:221 modules/node_server.php:899
2920
+ #, fuzzy
2921
+ #| msgid "No Goals Found"
2922
+ msgid "No emoji found"
2923
+ msgstr "لا يوجد أهداف"
2924
+
2925
+ #: modules/node_server.php:352 modules/node_server.php:360
2926
+ #: modules/node_server.php:420 modules/node_server.php:428
2927
+ msgid "Success"
2928
+ msgstr ""
2929
+
2930
+ #: modules/node_server.php:363 modules/node_server.php:431
2931
+ msgid "Message data is corrupt"
2932
+ msgstr ""
2933
+
2934
+ #: modules/node_server.php:369 modules/node_server.php:437
2935
+ msgid "Message data array not set"
2936
+ msgstr ""
2937
+
2938
+ #: modules/node_server.php:372 modules/node_server.php:440
2939
+ #, fuzzy
2940
+ #| msgid "Chat with us"
2941
+ msgid "Chat ID is not set"
2942
+ msgstr "تحدث الينا"
2943
+
2944
+ #: modules/node_server.php:376 modules/node_server.php:444
2945
+ #, fuzzy
2946
+ #| msgid "No secret token found"
2947
+ msgid "No security nonce found"
2948
+ msgstr "لا يوجد رمز سري"
2949
+
2950
+ #: modules/node_server.php:460
2951
+ msgid "Error"
2952
+ msgstr ""
2953
+
2954
+ #: modules/node_server.php:460
2955
+ #, fuzzy
2956
+ #| msgid "Only chat agents can accept chats"
2957
+ msgid "Only chat agents can access this page."
2958
+ msgstr "يمكن فقط للمندوبين قبول طلبات المحادثة"
2959
+
2960
+ #: modules/node_server.php:594 wp-live-chat-support.php:4675
2961
+ #, fuzzy
2962
+ #| msgid "Sending message..."
2963
+ msgid "Sending transcript..."
2964
+ msgstr "إرسال الرسالة..."
2965
+
2966
+ #: modules/node_server.php:595
2967
+ #, fuzzy
2968
+ #| msgid "Chat Window Settings"
2969
+ msgid "Chat Transcript"
2970
+ msgstr "إعدادات نافذة المحادثة"
2971
+
2972
+ #: modules/node_server.php:597 wp-live-chat-support.php:4678
2973
+ #, fuzzy
2974
+ #| msgid "The chat has been ended"
2975
+ msgid "The chat transcript has been emailed."
2976
+ msgstr "لقد تم انهاء هذه المحادثة"
2977
+
2978
+ #: modules/node_server.php:598 wp-live-chat-support.php:4679
2979
+ msgid "There was a problem emailing the chat."
2980
+ msgstr ""
2981
+
2982
+ #: modules/node_server.php:612
2983
+ msgid "Connection Error"
2984
+ msgstr ""
2985
+
2986
+ #: modules/node_server.php:613
2987
+ msgid ""
2988
+ "We are having some trouble contacting the server. Please try again later."
2989
+ msgstr ""
2990
+
2991
+ #: modules/node_server.php:651
2992
+ msgid "Chat is disabled in settings area, re-enable"
2993
+ msgstr ""
2994
+
2995
+ #: modules/node_server.php:678
2996
+ msgid "User received notification:"
2997
+ msgstr ""
2998
+
2999
+ #: modules/node_server.php:684 wp-live-chat-support.php:2191
3000
+ msgid "New chat received"
3001
+ msgstr "تم تلقى محادثة جديدة"
3002
+
3003
+ #: modules/node_server.php:685 wp-live-chat-support.php:2193
3004
+ msgid ""
3005
+ "A new chat has been received. Please go the 'Live Chat' page to accept the "
3006
+ "chat"
3007
+ msgstr ""
3008
+ "لقد وردت محادثة جديدة. الرجاء الذهاب لصفحة '\"المحادثة\"' لقبول المحادثة"
3009
+
3010
+ #: modules/node_server.php:797
3011
+ #, fuzzy
3012
+ #| msgid "Via WP Live Chat Support"
3013
+ msgid "Welcome to V8 of WP Live Chat by 3CX"
3014
+ msgstr "من خلال WP Live Chat Support"
3015
+
3016
+ #: modules/node_server.php:798
3017
+ msgid ""
3018
+ "Did you know, this version features high speed message delivery, agent to "
3019
+ "agent chat, and a single window layout?"
3020
+ msgstr ""
3021
+
3022
+ #: modules/node_server.php:799
3023
+ msgid ""
3024
+ "To activate this functionality please navigate to Live Chat -> Settings -> "
3025
+ "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
3026
+ msgstr ""
3027
+
3028
+ #: modules/node_server.php:802
3029
+ #, fuzzy
3030
+ #| msgid "Show After"
3031
+ msgid "Show me!"
3032
+ msgstr "الظهور بعد"
3033
+
3034
+ #: modules/node_server.php:803 wp-live-chat-support.php:4646
3035
+ msgid "Don't Show This Again"
3036
+ msgstr ""
3037
+
3038
+ #: modules/node_server.php:870 wp-live-chat-support.php:428
3039
+ msgid "Connecting..."
3040
+ msgstr ""
3041
+
3042
+ #: modules/node_server.php:875
3043
+ #, fuzzy
3044
+ #| msgid "Agent(s) online"
3045
+ msgid "Agent(s) Online"
3046
+ msgstr "مندوب متواجد"
3047
+
3048
+ #: modules/node_server.php:886
3049
+ #, fuzzy
3050
+ #| msgid "Agents"
3051
+ msgid "Events"
3052
+ msgstr "المندوبون"
3053
+
3054
+ #: modules/node_server.php:888
3055
+ msgid "Filters"
3056
+ msgstr ""
3057
+
3058
+ #: modules/node_server.php:974
3059
+ msgid ""
3060
+ "You can transfer chats from within a chat by clicking on the in chat menu, "
3061
+ "and selecting Transfer Chat or Transfer Department"
3062
+ msgstr ""
3063
+
3064
+ #: modules/node_server.php:975
3065
+ msgid ""
3066
+ "You can share files quickly when in a chat, by simply dragging a file into "
3067
+ "the chat window!"
3068
+ msgstr ""
3069
+
3070
+ #: modules/node_server.php:976
3071
+ msgid "You can now move between chats without ending/closing an open chat"
3072
+ msgstr ""
3073
+
3074
+ #: modules/node_server.php:1031
3075
+ #, fuzzy
3076
+ #| msgid "No Quick Responses found"
3077
+ msgid "No quick responses found"
3078
+ msgstr "لا يوجد ردود سريعة"
3079
+
3080
+ #: modules/privacy.php:20 modules/privacy.php:34
3081
+ msgid "Privacy"
3082
+ msgstr ""
3083
+
3084
+ #: modules/webhooks_manager.php:12
3085
+ #, fuzzy
3086
+ #| msgid "Agent(s) online"
3087
+ msgid "Agent Login"
3088
+ msgstr "مندوب متواجد"
3089
+
3090
+ #: modules/webhooks_manager.php:13
3091
+ #, fuzzy
3092
+ #| msgid "Visitor"
3093
+ msgid "New Visitor"
3094
+ msgstr "زائر"
3095
+
3096
+ #: modules/webhooks_manager.php:14
3097
+ #, fuzzy
3098
+ #| msgid "Chat Deleted"
3099
+ msgid "Chat Request"
3100
+ msgstr "تم حذف المحادثة"
3101
+
3102
+ #: modules/webhooks_manager.php:15
3103
+ msgid "Agent Accept"
3104
+ msgstr ""
3105
+
3106
+ #: modules/webhooks_manager.php:16
3107
+ #, fuzzy
3108
+ #| msgid "Settings"
3109
+ msgid "Settings Changed"
3110
+ msgstr "الاعدادات"
3111
+
3112
+ #: modules/webhooks_manager.php:49
3113
+ msgid "Webhooks"
3114
+ msgstr ""
3115
+
3116
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3950
3117
+ msgid "Web Hooks"
3118
+ msgstr ""
3119
+
3120
+ #: modules/webhooks_manager.php:85
3121
+ msgid "Webhook created"
3122
+ msgstr ""
3123
+
3124
+ #: modules/webhooks_manager.php:87
3125
+ msgid "Webhook could not be created"
3126
+ msgstr ""
3127
+
3128
+ #: modules/webhooks_manager.php:94
3129
+ msgid "Webhook edited"
3130
+ msgstr ""
3131
+
3132
+ #: modules/webhooks_manager.php:96
3133
+ msgid "Webhook could not be edited"
3134
+ msgstr ""
3135
+
3136
+ #: modules/webhooks_manager.php:108
3137
+ #, fuzzy
3138
+ #| msgid "deleted"
3139
+ msgid "Webhook deleted"
3140
+ msgstr "تم حذفه"
3141
+
3142
+ #: modules/webhooks_manager.php:110
3143
+ #, fuzzy
3144
+ #| msgid "Error: Could not delete chat"
3145
+ msgid "Webhook could not be delete"
3146
+ msgstr "خطأ: لا يمكن حذف المحادثة"
3147
+
3148
+ #: modules/webhooks_manager.php:248 modules/webhooks_manager.php:301
3149
+ msgid "Event"
3150
+ msgstr ""
3151
+
3152
+ #: modules/webhooks_manager.php:249 modules/webhooks_manager.php:306
3153
+ #, fuzzy
3154
+ #| msgid "Total URLs"
3155
+ msgid "Target URL"
3156
+ msgstr "إجمالي عدد الصفحات"
3157
+
3158
+ #: modules/webhooks_manager.php:250 modules/webhooks_manager.php:311
3159
+ #, fuzzy
3160
+ #| msgid "Sending Method"
3161
+ msgid "Method"
3162
+ msgstr "طريقة الإرسال"
3163
+
3164
+ #: modules/webhooks_manager.php:271
3165
+ msgid "No Webhooks"
3166
+ msgstr ""
3167
+
3168
+ #: modules/webhooks_manager.php:314
3169
+ msgid "GET"
3170
+ msgstr ""
3171
+
3172
+ #: modules/webhooks_manager.php:315
3173
+ msgid "POST"
3174
+ msgstr ""
3175
+
3176
+ #: modules/webhooks_manager.php:321
3177
+ #, fuzzy
3178
+ #| msgid "Save Settings"
3179
+ msgid "Save Changes"
3180
+ msgstr "حفظ الإعدادات"
3181
+
3182
+ #: modules/webhooks_manager.php:337
3183
+ #, fuzzy
3184
+ #| msgid "Are you sure you would like to delete this chat?"
3185
+ msgid "Are you sure you want to delete this webhook?"
3186
+ msgstr "هل انت متأكد من انك تريد حذف تلك المحادثة؟"
3187
+
3188
+ #: wp-live-chat-support.php:372
3189
+ msgid "close"
3190
+ msgstr "اغلاق"
3191
+
3192
+ #: wp-live-chat-support.php:392
3193
+ #, fuzzy
3194
+ #| msgid "Via WP Live Chat Support"
3195
+ msgid "Thank you for chatting with us."
3196
+ msgstr "من خلال WP Live Chat Support"
3197
+
3198
+ #: wp-live-chat-support.php:417 wp-live-chat-support.php:1932
3199
+ msgid "Questions?"
3200
+ msgstr "الأسئلة؟"
3201
+
3202
+ #: wp-live-chat-support.php:418 wp-live-chat-support.php:1933
3203
+ msgid "Chat with us"
3204
+ msgstr "تحدث الينا"
3205
+
3206
+ #: wp-live-chat-support.php:419
3207
+ msgid "Start live chat"
3208
+ msgstr "بدء المحادثة"
3209
+
3210
+ #: wp-live-chat-support.php:420
3211
+ msgid "Complete the fields below to proceed."
3212
+ msgstr ""
3213
+
3214
+ #: wp-live-chat-support.php:421
3215
+ msgid "Chat offline. Leave a message"
3216
+ msgstr "المحادثات غير متاحة. برجاء ترك رسالة"
3217
+
3218
+ #: wp-live-chat-support.php:422
3219
+ msgid ""
3220
+ "We are currently offline. Please leave a message and we'll get back to you "
3221
+ "shortly."
3222
+ msgstr ""
3223
+ "المحادثة المباشرة غير متوفرة حاليا. يرجى ترك رسالة، ونحن سوف نقوم بالتواصل "
3224
+ "معك في اقرب وقت ممكن."
3225
+
3226
+ #: wp-live-chat-support.php:423
3227
+ msgid "Sending message..."
3228
+ msgstr "إرسال الرسالة..."
3229
+
3230
+ #: wp-live-chat-support.php:424
3231
+ msgid "Thank you for your message. We will be in contact soon."
3232
+ msgstr "شكرا لكم على رسالتكم. سنكون على اتصال قريبا."
3233
+
3234
+ #: wp-live-chat-support.php:425
3235
+ msgid "Leave a message"
3236
+ msgstr "اترك رسالة"
3237
+
3238
+ #: wp-live-chat-support.php:426
3239
+ msgid "Send message"
3240
+ msgstr "إرسال رسالة"
3241
+
3242
+ #: wp-live-chat-support.php:427
3243
+ msgid "Start Chat"
3244
+ msgstr "بدء المحادثة"
3245
+
3246
+ #: wp-live-chat-support.php:429 wp-live-chat-support.php:2073
3247
+ #: wp-live-chat-support.php:2120
3248
+ msgid "Reactivating your previous chat..."
3249
+ msgstr "إعادة تنشيط محادثتك السابقة..."
3250
+
3251
+ #: wp-live-chat-support.php:459
3252
+ msgid "Please click 'Start Chat' to initiate a chat with an agent"
3253
+ msgstr "الرجاء النقر فوق 'بدء المحادثة' لبدء المحادثة مع مندوب"
3254
+
3255
+ #: wp-live-chat-support.php:462
3256
+ #, fuzzy
3257
+ #| msgid "There is No Answer. Please Try Again Later"
3258
+ msgid "No answer. Try again later."
3259
+ msgstr "لا توجد إجابة. الرجاء المحاولة مرة أخرى لاحقاً"
3260
+
3261
+ #: wp-live-chat-support.php:463
3262
+ msgid "Welcome. How may I help you?"
3263
+ msgstr "اهلا وسهلا. كيف يمكننا مساعدتك؟"
3264
+
3265
+ #: wp-live-chat-support.php:467
3266
+ msgid "Please standby for an agent. Send your message while you wait."
3267
+ msgstr ""
3268
+
3269
+ #: wp-live-chat-support.php:698
3270
+ msgid ""
3271
+ "The additional WP Live Chat Support PRO plugin which you have installed is "
3272
+ "no longer needed, please uninstall it."
3273
+ msgstr ""
3274
+
3275
+ #: wp-live-chat-support.php:989 wp-live-chat-support.php:3447
3276
+ msgid "Missed Chats"
3277
+ msgstr "المحادثات الفائتة"
3278
+
3279
+ #: wp-live-chat-support.php:997 wp-live-chat-support.php:3939
3280
+ msgid "Support"
3281
+ msgstr "الدعم"
3282
+
3283
+ #: wp-live-chat-support.php:1199
3284
+ #, fuzzy
3285
+ #| msgid "Please review your submission"
3286
+ msgid "Please Enter Your Name"
3287
+ msgstr "يرجى مراجعة طلبك بعناية"
3288
+
3289
+ #: wp-live-chat-support.php:1200
3290
+ #, fuzzy
3291
+ #| msgid "Please review your submission"
3292
+ msgid "Please Enter Your Email Address"
3293
+ msgstr "يرجى مراجعة طلبك بعناية"
3294
+
3295
+ #: wp-live-chat-support.php:1201
3296
+ msgid "Connection to Server Lost. Please Reload This Page. Error:"
3297
+ msgstr ""
3298
+
3299
+ #: wp-live-chat-support.php:1203
3300
+ #, fuzzy
3301
+ #| msgid "Leave a message"
3302
+ msgid "Please Enter a Message"
3303
+ msgstr "اترك رسالة"
3304
+
3305
+ #: wp-live-chat-support.php:1204
3306
+ msgid "Disconnected, Attempting to Reconnect..."
3307
+ msgstr ""
3308
+
3309
+ #: wp-live-chat-support.php:1251
3310
+ #, fuzzy
3311
+ #| msgid "User has opened the chat window"
3312
+ msgid "has joined."
3313
+ msgstr "المستخدم فتح نافذة المحادثة"
3314
+
3315
+ #: wp-live-chat-support.php:1252
3316
+ msgid "has left."
3317
+ msgstr ""
3318
+
3319
+ #: wp-live-chat-support.php:1253
3320
+ #, fuzzy
3321
+ #| msgid "User has opened the chat window"
3322
+ msgid "has ended the chat."
3323
+ msgstr "المستخدم فتح نافذة المحادثة"
3324
+
3325
+ #: wp-live-chat-support.php:1254
3326
+ msgid "has disconnected."
3327
+ msgstr ""
3328
+
3329
+ #: wp-live-chat-support.php:1255
3330
+ msgid "(edited)"
3331
+ msgstr ""
3332
+
3333
+ #: wp-live-chat-support.php:1646 wp-live-chat-support.php:1665
3334
+ msgid "Start chat"
3335
+ msgstr "بدء المحادثة"
3336
+
3337
+ #: wp-live-chat-support.php:1911 wp-live-chat-support.php:2653
3338
+ msgid "Send"
3339
+ msgstr "ارسال"
3340
+
3341
+ #: wp-live-chat-support.php:2293
3342
+ msgid "Congratulations"
3343
+ msgstr "تهانينا"
3344
+
3345
+ #: wp-live-chat-support.php:2294
3346
+ msgid "You are now accepting live chat requests on your site."
3347
+ msgstr "أنت الآن تستطيع استقبال المحادثات على موقعك."
3348
+
3349
+ #: wp-live-chat-support.php:2295
3350
+ #, fuzzy
3351
+ #| msgid "The live chat box has automatically been enabled on your website."
3352
+ msgid "The live chat box has automatically been enabled."
3353
+ msgstr "لقد تم تفعيل صندوق المحادثات تلقائياً على الموقع الخاص بك."
3354
+
3355
+ #: wp-live-chat-support.php:2296
3356
+ msgid "Chat notifications will start appearing once visitors send a request."
3357
+ msgstr ""
3358
+ "تنبيهات المحادثات سوف تبدأ بالظهور بمجرد قيام الزوار بإرسال طلبات المحادثة."
3359
+
3360
+ #: wp-live-chat-support.php:2297
3361
+ #, php-format
3362
+ msgid "You may modify your chat box settings %s"
3363
+ msgstr ""
3364
+
3365
+ #: wp-live-chat-support.php:2298
3366
+ msgid "Experiencing issues?"
3367
+ msgstr "هل تواجه مشاكل؟"
3368
+
3369
+ #: wp-live-chat-support.php:2298
3370
+ msgid "Take a look at our how-to guides."
3371
+ msgstr ""
3372
+
3373
+ #: wp-live-chat-support.php:2299
3374
+ msgid "Hide"
3375
+ msgstr "اخفاء"
3376
+
3377
+ #: wp-live-chat-support.php:2352
3378
+ msgid "Keep this window open to get notified of new chats."
3379
+ msgstr ""
3380
+
3381
+ #: wp-live-chat-support.php:2358
3382
+ #, fuzzy
3383
+ #| msgid "Visitors online"
3384
+ msgid "Visitor(s) online"
3385
+ msgstr "الزوار المتواجدين"
3386
+
3387
+ #: wp-live-chat-support.php:2375
3388
+ msgid "Device"
3389
+ msgstr "الجهاز"
3390
+
3391
+ #: wp-live-chat-support.php:2376
3392
+ msgid "Data"
3393
+ msgstr "البيانات"
3394
+
3395
+ #: wp-live-chat-support.php:2409
3396
+ msgid "Chat Dashboard"
3397
+ msgstr "لوحة التحكم"
3398
+
3399
+ #: wp-live-chat-support.php:2412
3400
+ msgid "Oh no!"
3401
+ msgstr "أوه لا!"
3402
+
3403
+ #: wp-live-chat-support.php:2414
3404
+ #, fuzzy, php-format
3405
+ #| msgid ""
3406
+ #| "You do not have access to this page as <strong>you are not a chat agent</"
3407
+ #| "strong>."
3408
+ msgid "You do not have access to this page as %s."
3409
+ msgstr "ليس لديك حق الوصول إلى هذه الصفحة لأنك <strong>لست مندوب</strong>."
3410
+
3411
+ #: wp-live-chat-support.php:2414
3412
+ #, fuzzy
3413
+ #| msgid "Make this user a chat agent"
3414
+ msgid "you are not a chat agent"
3415
+ msgstr "تحويل هذا المستخدم لمندوب"
3416
+
3417
+ #: wp-live-chat-support.php:2568
3418
+ msgid "Previous"
3419
+ msgstr "السابق"
3420
+
3421
+ #: wp-live-chat-support.php:2575
3422
+ msgid "Chat with"
3423
+ msgstr "التحدث مع"
3424
+
3425
+ #: wp-live-chat-support.php:2592
3426
+ msgid "Starting Time:"
3427
+ msgstr ""
3428
+
3429
+ #: wp-live-chat-support.php:2593
3430
+ msgid "Ending Time:"
3431
+ msgstr ""
3432
+
3433
+ #: wp-live-chat-support.php:2613
3434
+ msgid "Chat initiated on:"
3435
+ msgstr "تم بدء الدردشة فى:"
3436
+
3437
+ #: wp-live-chat-support.php:2614
3438
+ msgid "Browser:"
3439
+ msgstr "المتصفح:"
3440
+
3441
+ #: wp-live-chat-support.php:2640 wp-live-chat-support.php:2679
3442
+ #, fuzzy
3443
+ #| msgid "Chat ID"
3444
+ msgid "Invalid Chat ID"
3445
+ msgstr "رمز المحادثة"
3446
+
3447
+ #: wp-live-chat-support.php:2648
3448
+ msgid "type here..."
3449
+ msgstr "أكتب هنا ..."
3450
+
3451
+ #: wp-live-chat-support.php:2806
3452
+ msgid "User has opened the chat window"
3453
+ msgstr "المستخدم فتح نافذة المحادثة"
3454
+
3455
+ #: wp-live-chat-support.php:2807
3456
+ msgid "User has minimized the chat window"
3457
+ msgstr "المستخدم قام بتصغير نافذة المحادثة"
3458
+
3459
+ #: wp-live-chat-support.php:2808
3460
+ msgid "User has maximized the chat window"
3461
+ msgstr "المستخدم قام بتكبير نافذة المحادثة"
3462
+
3463
+ #: wp-live-chat-support.php:2809
3464
+ msgid "The chat has been ended"
3465
+ msgstr "لقد تم انهاء هذه المحادثة"
3466
+
3467
+ #: wp-live-chat-support.php:3350
3468
+ msgid "Delete History"
3469
+ msgstr "حذف السجلّ"
3470
+
3471
+ #: wp-live-chat-support.php:3367
3472
+ msgid "No chats available at the moment"
3473
+ msgstr "لا توجد محادثات في الوقت الراهن"
3474
+
3475
+ #: wp-live-chat-support.php:3487
3476
+ msgid "Actions"
3477
+ msgstr "الإجراءات"
3478
+
3479
+ #: wp-live-chat-support.php:3501
3480
+ msgid "You have not received any offline messages."
3481
+ msgstr "ليس لديك أية رسائل."
3482
+
3483
+ #: wp-live-chat-support.php:3509
3484
+ msgid "Delete Message"
3485
+ msgstr "حذف الرسالة"
3486
+
3487
+ #: wp-live-chat-support.php:3618
3488
+ msgid "You do not have permission to save settings."
3489
+ msgstr ""
3490
+
3491
+ #: wp-live-chat-support.php:3884
3492
+ msgid "Your settings have been saved."
3493
+ msgstr "تم حفظ إعداداتك."
3494
+
3495
+ #: wp-live-chat-support.php:3913
3496
+ #, fuzzy
3497
+ #| msgid ""
3498
+ #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
3499
+ #| "issues while using WP Live Chat Support as a result of this. Please get "
3500
+ #| "in contact your host to get this function enabled."
3501
+ msgid ""
3502
+ "WPLC: set_time_limit() is not enabled on this server. You may experience "
3503
+ "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3504
+ "contact your host to get this function enabled."
3505
+ msgstr ""
3506
+ "WPLC: set_time_limit() غير مفعل على الخادم. قد تواجه مشاكل اثناء استخدامك "
3507
+ "WP Live Chat Support نتيجة لذلك. يرجى الاتصال بالمستضيف الخاص بك لتفعيل هذه "
3508
+ "الخاصية."
3509
+
3510
+ #: wp-live-chat-support.php:3919
3511
+ #, fuzzy
3512
+ #| msgid ""
3513
+ #| "WPLC: Safe mode is enabled on this server. You may experience issues "
3514
+ #| "while using WP Live Chat Support as a result of this. Please contact your "
3515
+ #| "host to get safe mode disabled."
3516
+ msgid ""
3517
+ "WPLC: Safe mode is enabled on this server. You may experience issues while "
3518
+ "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3519
+ "get safe mode disabled."
3520
+ msgstr ""
3521
+ "WPLC: Safe mode مفعل على الخادم. قد تواجه مشاكل اثناء استخدامك WP Live Chat "
3522
+ "Support نتيجة لذلك. يرجى الاتصال بالمستضيف الخاص بك لالغاء هذه الخاصية."
3523
+
3524
+ #: wp-live-chat-support.php:3942 wp-live-chat-support.php:3946
3525
+ #, fuzzy
3526
+ #| msgid "Advanced settings"
3527
+ msgid "Plugin Features"
3528
+ msgstr "إعدادات متقدمة"
3529
+
3530
+ #: wp-live-chat-support.php:3944
3531
+ msgid ""
3532
+ "Check out these features and get up to speed with what you can do with WP "
3533
+ "Live Chat:"
3534
+ msgstr ""
3535
+
3536
+ #: wp-live-chat-support.php:3947
3537
+ msgid "Reporting"
3538
+ msgstr "إعداد التقارير"
3539
+
3540
+ #: wp-live-chat-support.php:3948
3541
+ msgid "Localization"
3542
+ msgstr ""
3543
+
3544
+ #: wp-live-chat-support.php:3956
3545
+ #, fuzzy
3546
+ #| msgid "Chat Agents"
3547
+ msgid "Chat FAQs"
3548
+ msgstr "المندوبون"
3549
+
3550
+ #: wp-live-chat-support.php:3958
3551
+ msgid ""
3552
+ "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3553
+ "agents:"
3554
+ msgstr ""
3555
+
3556
+ #: wp-live-chat-support.php:3960
3557
+ #, fuzzy
3558
+ #| msgid "Chat with us"
3559
+ msgid "Chat with Visitors"
3560
+ msgstr "تحدث الينا"
3561
+
3562
+ #: wp-live-chat-support.php:3961
3563
+ #, fuzzy
3564
+ #| msgid "Chat Agents"
3565
+ msgid "Chat with Agents"
3566
+ msgstr "المندوبون"
3567
+
3568
+ #: wp-live-chat-support.php:3965
3569
+ #, fuzzy
3570
+ #| msgid "Chat Agents"
3571
+ msgid "Chat Invites"
3572
+ msgstr "المندوبون"
3573
+
3574
+ #: wp-live-chat-support.php:3970
3575
+ #, fuzzy
3576
+ #| msgid "Settings"
3577
+ msgid "Settings & Customization"
3578
+ msgstr "الاعدادات"
3579
+
3580
+ #: wp-live-chat-support.php:3972
3581
+ msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3582
+ msgstr ""
3583
+
3584
+ #: wp-live-chat-support.php:3976
3585
+ #, fuzzy
3586
+ #| msgid "Chat Window Settings"
3587
+ msgid "Agent Settings"
3588
+ msgstr "إعدادات نافذة المحادثة"
3589
+
3590
+ #: wp-live-chat-support.php:3983
3591
+ msgid "Troubleshooting"
3592
+ msgstr "استكشاف المشكلات وإصلاحها"
3593
+
3594
+ #: wp-live-chat-support.php:3985
3595
+ msgid ""
3596
+ "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3597
+ "issues:"
3598
+ msgstr ""
3599
+
3600
+ #: wp-live-chat-support.php:3987
3601
+ msgid "My Chat Box Is Not Showing"
3602
+ msgstr ""
3603
+
3604
+ #: wp-live-chat-support.php:3988
3605
+ #, fuzzy
3606
+ #| msgid "I'm not getting any notifications of a new chat"
3607
+ msgid "Not Receiving Notifications of New Chats"
3608
+ msgstr "لا أتلقى أي إخطارات بمحادثة جديدة"
3609
+
3610
+ #: wp-live-chat-support.php:3989
3611
+ #, fuzzy
3612
+ #| msgid "How do I check for JavaScript errors on my site?"
3613
+ msgid "Check for JavaScript Errors"
3614
+ msgstr "كيف اتحقق من وجود أخطاء جافا سكريبت بموقعي؟"
3615
+
3616
+ #: wp-live-chat-support.php:4017
3617
+ msgid "Initiate Chats"
3618
+ msgstr "بدء المحادثات"
3619
+
3620
+ #: wp-live-chat-support.php:4018
3621
+ msgid "Multiple Chats"
3622
+ msgstr "محادثات متعددة"
3623
+
3624
+ #: wp-live-chat-support.php:4019
3625
+ msgid "Add unlimited agents"
3626
+ msgstr "إضافة عدد لا نهائي من المندوبين"
3627
+
3628
+ #: wp-live-chat-support.php:4020
3629
+ #, fuzzy
3630
+ #| msgid "Total Chats"
3631
+ msgid "Transfer Chats"
3632
+ msgstr "اجمالى المحادثات"
3633
+
3634
+ #: wp-live-chat-support.php:4039
3635
+ #, fuzzy, php-format
3636
+ #| msgid "Via WP Live Chat Support"
3637
+ msgid "Thank you for using %s! Please %s on %s"
3638
+ msgstr "من خلال WP Live Chat Support"
3639
+
3640
+ #: wp-live-chat-support.php:4039
3641
+ msgid "rate us"
3642
+ msgstr ""
3643
+
3644
+ #: wp-live-chat-support.php:4220 wp-live-chat-support.php:4280
3645
+ msgid "From"
3646
+ msgstr "من"
3647
+
3648
+ #: wp-live-chat-support.php:4222 wp-live-chat-support.php:4282
3649
+ msgid "Timestamp"
3650
+ msgstr "ختم زمني"
3651
+
3652
+ #: wp-live-chat-support.php:4223 wp-live-chat-support.php:4283
3653
+ msgid "Origin"
3654
+ msgstr "المنشأ"
3655
+
3656
+ #: wp-live-chat-support.php:4228 wp-live-chat-support.php:4288
3657
+ msgid "user"
3658
+ msgstr "المستخدم"
3659
+
3660
+ #: wp-live-chat-support.php:4230 wp-live-chat-support.php:4290
3661
+ msgid "agent"
3662
+ msgstr "المندوب"
3663
+
3664
+ #: wp-live-chat-support.php:4385
3665
+ msgid "Advanced settings"
3666
+ msgstr "إعدادات متقدمة"
3667
+
3668
+ #: wp-live-chat-support.php:4392
3669
+ msgid "Only change these settings if you are experiencing performance issues."
3670
+ msgstr "قم بتغيير هذه الإعدادات في حالة إذا كنت تواجه مشكلات في الأداء."
3671
+
3672
+ #: wp-live-chat-support.php:4399
3673
+ msgid "Website hosting type:"
3674
+ msgstr ""
3675
+
3676
+ #: wp-live-chat-support.php:4403
3677
+ #, fuzzy
3678
+ #| msgid "Colour Scheme"
3679
+ msgid "Custom parameters"
3680
+ msgstr "مخطط اللون"
3681
+
3682
+ #: wp-live-chat-support.php:4404
3683
+ msgid "Shared hosting - low level plan"
3684
+ msgstr "الاستضافة المشتركة--خطة منخفضة"
3685
+
3686
+ #: wp-live-chat-support.php:4405
3687
+ msgid "Shared hosting - normal plan"
3688
+ msgstr "الاستضافة المشتركة - خطة متوسطة"
3689
+
3690
+ #: wp-live-chat-support.php:4406
3691
+ msgid "VPS"
3692
+ msgstr "سيرفر VPS"
3693
+
3694
+ #: wp-live-chat-support.php:4407
3695
+ msgid "Dedicated server"
3696
+ msgstr "سيرفر خاص"
3697
+
3698
+ #: wp-live-chat-support.php:4413
3699
+ msgid "Long poll setup"
3700
+ msgstr "اعداد Long poll"
3701
+
3702
+ #: wp-live-chat-support.php:4413
3703
+ #, fuzzy
3704
+ #| msgid ""
3705
+ #| "Only change these if you are an experienced developer or if you have "
3706
+ #| "received these figures from the Code Cabin Support team."
3707
+ msgid ""
3708
+ "Only change these if you are an experienced developer or if you have "
3709
+ "received these figures from the WP Live Chat by 3CX team."
3710
+ msgstr ""
3711
+ "قم بتعديل هذه الاختيارات فقط في حالة كونك مبرمج متخصص أو حصولك على تلك "
3712
+ "التعليمات من خلال خدمة الدعم الخاصة بـCode Cabin Support."
3713
+
3714
+ #: wp-live-chat-support.php:4418
3715
+ msgid "Iterations"
3716
+ msgstr "التكرار"
3717
+
3718
+ #: wp-live-chat-support.php:4422
3719
+ #, fuzzy
3720
+ #| msgid "Sleep between iterations"
3721
+ msgid "Sleep between loops"
3722
+ msgstr "التأخير ما بين التكرارات"
3723
+
3724
+ #: wp-live-chat-support.php:4425
3725
+ #, fuzzy
3726
+ #| msgid "microseconds"
3727
+ msgid "milliseconds"
3728
+ msgstr "ميكروثانية"
3729
+
3730
+ #: wp-live-chat-support.php:4448
3731
+ #, fuzzy
3732
+ #| msgid "Powered By WP Live Chat Support"
3733
+ msgid "Show 'Powered by' in chat box"
3734
+ msgstr "مدعوم من قبل WP Live Chat Support"
3735
+
3736
+ #: wp-live-chat-support.php:4448
3737
+ msgid ""
3738
+ "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3739
+ "bottom of your chatbox."
3740
+ msgstr ""
3741
+
3742
+ #: wp-live-chat-support.php:4490
3743
+ #, fuzzy
3744
+ #| msgid "Powered By WP Live Chat Support"
3745
+ msgid "Powered by WP Live Chat by 3CX"
3746
+ msgstr "مدعوم من قبل WP Live Chat Support"
3747
+
3748
+ #: wp-live-chat-support.php:4644
3749
+ msgid ""
3750
+ "Browser notifications will no longer function on insecure (non-SSL) sites."
3751
+ msgstr ""
3752
+
3753
+ #: wp-live-chat-support.php:4645
3754
+ msgid ""
3755
+ "Please add an SSL certificate to your site to continue receiving chat "
3756
+ "notifications in your browser."
3757
+ msgstr ""
3758
+
3759
+ #: wp-live-chat-support.php:4658
3760
+ msgid ""
3761
+ "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3762
+ "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3763
+ msgstr ""
3764
+
3765
+ #: wp-live-chat-support.php:4665
3766
+ msgid "Email transcript to user"
3767
+ msgstr ""
3768
+
3769
+ #: wp-live-chat-support.php:4676
3770
+ msgid "Sending Transcript"
3771
+ msgstr ""
3772
+
3773
+ #: wp-live-chat-support.php:4750
3774
+ #, php-format
3775
+ msgid "Your chat transcript from %1$s"
3776
+ msgstr ""
3777
+
3778
+ #: wp-live-chat-support.php:4841
3779
+ #, fuzzy
3780
+ #| msgid "Chat Window Settings"
3781
+ msgid "Chat Transcript Settings"
3782
+ msgstr "إعدادات نافذة المحادثة"
3783
+
3784
+ #: wp-live-chat-support.php:4844
3785
+ msgid "Enable chat transcripts:"
3786
+ msgstr ""
3787
+
3788
+ #: wp-live-chat-support.php:4852
3789
+ msgid "Send transcripts to:"
3790
+ msgstr ""
3791
+
3792
+ #: wp-live-chat-support.php:4859
3793
+ #, fuzzy
3794
+ #| msgid "Username"
3795
+ msgid "User"
3796
+ msgstr "اسم الستخدم"
3797
+
3798
+ #: wp-live-chat-support.php:4870
3799
+ msgid "Send transcripts when chat ends:"
3800
+ msgstr ""
3801
+
3802
+ #: wp-live-chat-support.php:4878
3803
+ #, fuzzy
3804
+ #| msgid "Email"
3805
+ msgid "Email body"
3806
+ msgstr "البريد الالكترونى"
3807
+
3808
+ #: wp-live-chat-support.php:4888
3809
+ #, fuzzy
3810
+ #| msgid "Email Address"
3811
+ msgid "Email header"
3812
+ msgstr "البريد الالكترونى"
3813
+
3814
+ #: wp-live-chat-support.php:4897
3815
+ msgid "Email footer"
3816
+ msgstr ""
3817
+
3818
+ #: wp-live-chat-support.php:4973
3819
+ msgid ""
3820
+ "Please note, local message encryption and local server options will be "
3821
+ "deprecated in the next major release. All encryption and message delivery "
3822
+ "will handled by our external servers in future."
3823
+ msgstr ""
3824
+
3825
+ #: wp-live-chat-support.php:4976
3826
+ msgid "Deprecation Notice - Message Encryption & Local Server"
3827
+ msgstr ""
3828
+
3829
+ #: wp-live-chat-support.php:4978
3830
+ msgid "Dismiss"
3831
+ msgstr ""
3832
+
3833
+ #, fuzzy
3834
+ #~| msgid "WP Live Chat Support Triggers"
3835
+ #~ msgid "WP Live Chat Trigger"
3836
+ #~ msgstr "مشغلات WP Live Chat Support"
3837
+
3838
+ #, fuzzy
3839
+ #~| msgid "WP Live Chat Support"
3840
+ #~ msgid "WP Live Chat Box"
3841
+ #~ msgstr "WP Live Chat Support"
3842
+
3843
+ #~ msgid "Whois for"
3844
+ #~ msgstr "Whois for"
3845
+
3846
+ #, fuzzy
3847
+ #~| msgid "requesting chat"
3848
+ #~ msgid "Request new chat"
3849
+ #~ msgstr "يطلب محادثة"
3850
+
3851
+ #~ msgid "Experience Rating"
3852
+ #~ msgstr "معدل التقييم"
3853
+
3854
+ #, fuzzy
3855
+ #~| msgid "Disable initiate chat feature:"
3856
+ #~ msgid "Disable initiate chat:"
3857
+ #~ msgstr "تعطيل ميزة بدء المحادثة:"
3858
+
3859
+ #~ msgid ""
3860
+ #~ "This will substantially improve performance. If you are experiencing "
3861
+ #~ "performance issues on your site, you should disable the initiate chat "
3862
+ #~ "feature and only enable it when you need it."
3863
+ #~ msgstr ""
3864
+ #~ "سيؤدي ذلك إلى تحسين الأداء إلى حد كبير. إذا كنت تواجه مشكلات في الأداء "
3865
+ #~ "على الموقع الخاص بك، عليك تعطيل ميزة بدء المحادثة وتمكينها فقط عند الحاجة "
3866
+ #~ "إليها."
3867
+
3868
+ #, fuzzy
3869
+ #~| msgid "Blocked Visitors"
3870
+ #~ msgid "Active Visitor(s)"
3871
+ #~ msgstr "الزوار المحظورون"
3872
+
3873
+ #, fuzzy
3874
+ #~| msgid "Active Chats"
3875
+ #~ msgid "Active Agent(s)."
3876
+ #~ msgstr "المحادثات النشطة"
3877
+
3878
+ #~ msgid "Enable On Mobile Devices"
3879
+ #~ msgstr "التفعيل على الهواتف"
3880
+
3881
+ #~ msgid ""
3882
+ #~ "Disabling this will mean that the Chat Box will not be displayed on "
3883
+ #~ "mobile devices. (Smartphones and Tablets)"
3884
+ #~ msgstr ""
3885
+ #~ "تعطيل هذا يعني أنه لن يتم عرض \"صندوق المحادثة\" على الأجهزة النقالة. "
3886
+ #~ "(الهواتف و التابلت)"
3887
+
3888
+ #~ msgid "How long it takes for your chat window to pop up"
3889
+ #~ msgstr "كم من الوقت ستستغرق نافذة المحاثة للظهور"
3890
+
3891
+ #, fuzzy
3892
+ #~| msgid "Theme 1"
3893
+ #~ msgid "Theme"
3894
+ #~ msgstr "القالب 1"
3895
+
3896
+ #~ msgid "Classic"
3897
+ #~ msgstr "تقليدي"
3898
+
3899
+ #~ msgid "Modern"
3900
+ #~ msgstr "حديث"
3901
+
3902
+ #, fuzzy
3903
+ #~| msgid ""
3904
+ #~| "Please note: Chat messages will only be encrypted and decreypted if you "
3905
+ #~| "have inserted your WP Live Chat Support Pro API Key on the <a href="
3906
+ #~| "\"admin.php?page=wplivechat-menu-api-keys-page\">API Keys page</a>."
3907
+ #~ msgid ""
3908
+ #~ "Please note: Chat messages will only be encrypted and decrypted if you "
3909
+ #~ "have inserted your WP Live Chat by 3CX API Key with a previous version of "
3910
+ #~ "our Pro add-on as this key was required."
3911
+ #~ msgstr ""
3912
+ #~ "يرجى ملاحظة: سيتم تشفير المحادثات فقط في حالة ادخال مفتاح الـAPI الخاص "
3913
+ #~ "بالنسخة المدفوعة من خلال <a href=\"admin.php?page=wplivechat-menu-api-"
3914
+ #~ "keys-page\">صفحة مفاتيح الـAPI</a>."
3915
+
3916
+ #, fuzzy
3917
+ #~| msgid "Enable Surveys"
3918
+ #~ msgid "Enable Surveys & Lead Forms"
3919
+ #~ msgstr "تفعيل الاستطلاعات"
3920
+
3921
+ #, fuzzy
3922
+ #~| msgid ""
3923
+ #~| "Enable surveys within your live chat box, either before or after a live "
3924
+ #~| "chat session."
3925
+ #~ msgid ""
3926
+ #~ "Enable surveys and lead forms within your live chat box, either before or "
3927
+ #~ "after a live chat session."
3928
+ #~ msgstr "تفعيل الاستطلاعات من خلال صندوق المحادثات، اما قبل أو بعد المحادثة."
3929
+
3930
+ #, fuzzy
3931
+ #~| msgid "Blocked Visitors"
3932
+ #~ msgid "Active survey"
3933
+ #~ msgstr "الزوار المحظورون"
3934
+
3935
+ #, php-format
3936
+ #~ msgid ""
3937
+ #~ "No surveys created. Please <a href=\"%s\" target=\"_BLANK\" title="
3938
+ #~ "\"NimbleSquirrel\">create a survey and then refresh this page.</a>"
3939
+ #~ msgstr ""
3940
+ #~ "لايوجد استطلاعات. الرجاء<a href=\"%s\" target=\"_BLANK\" title="
3941
+ #~ "\"NimbleSquirrel\">إضافة استطلاع ثم تحديث هذه الصفحة.</a>"
3942
+
3943
+ #, fuzzy
3944
+ #~| msgid "Select a survey"
3945
+ #~ msgid "Active lead form"
3946
+ #~ msgstr "اختيار الاستطلاع"
3947
+
3948
+ #, fuzzy, php-format
3949
+ #~| msgid ""
3950
+ #~| "No surveys created. Please <a href=\"%s\" target=\"_BLANK\" title="
3951
+ #~| "\"NimbleSquirrel\">create a survey and then refresh this page.</a>"
3952
+ #~ msgid ""
3953
+ #~ "No lead forms created. Please <a href=\"%s\" target=\"_BLANK\" title="
3954
+ #~ "\"NimbleSquirrel\">create a lead form and then refresh this page.</a>"
3955
+ #~ msgstr ""
3956
+ #~ "لايوجد استطلاعات. الرجاء<a href=\"%s\" target=\"_BLANK\" title="
3957
+ #~ "\"NimbleSquirrel\">إضافة استطلاع ثم تحديث هذه الصفحة.</a>"
3958
+
3959
+ #, fuzzy
3960
+ #~| msgid "Select a survey"
3961
+ #~ msgid "Select a lead form"
3962
+ #~ msgstr "اختيار الاستطلاع"
3963
+
3964
+ #, fuzzy
3965
+ #~| msgid "Display survey"
3966
+ #~ msgid "Display survey/form"
3967
+ #~ msgstr "عرض الاستطلاع"
3968
+
3969
+ #~ msgid "Before chat"
3970
+ #~ msgstr "قبل المحادثة"
3971
+
3972
+ #~ msgid "After chat"
3973
+ #~ msgstr "بعد المحادثة"
3974
+
3975
+ #~ msgid "Chat button text"
3976
+ #~ msgstr "نص زر المحادثة"
3977
+
3978
+ #~ msgid "Change title of chat box when chat ended to"
3979
+ #~ msgstr "تغيير عنوان صندوق المحادثة عند انتهاء المحادثة بـ"
3980
+
3981
+ #~ msgid "Or chat to an agent now"
3982
+ #~ msgstr "أو تحدث الى مندوب الآن"
3983
+
3984
+ #, fuzzy
3985
+ #~| msgid "WP Live Chat Surveys with Nimble Squirrel"
3986
+ #~ msgid "Surveys & Lead Forms with Nimble Squirrel"
3987
+ #~ msgstr "WP Live Chat Surveys with Nimble Squirrel"
3988
+
3989
+ #~ msgid ""
3990
+ #~ "To view your responses, click the button below and log in to your "
3991
+ #~ "NimbleSquirrel account."
3992
+ #~ msgstr ""
3993
+ #~ "لرؤية الردود، اضغط الزر أدناه و قم بتسجيل الدخول لحساب NimbleSquirrel "
3994
+ #~ "الخاص بك."
3995
+
3996
+ #, fuzzy, php-format
3997
+ #~| msgid ""
3998
+ #~| "Register on <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
3999
+ #~| "\">NimbleSquirrel</a> (It's free.)"
4000
+ #~ msgid ""
4001
+ #~ "Register on <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
4002
+ #~ "\">NimbleSquirrel</a> (It's free)"
4003
+ #~ msgstr ""
4004
+ #~ "سجل في <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
4005
+ #~ "\">NimbleSquirrel</a> (انه مجانى.)"
4006
+
4007
+ #, php-format
4008
+ #~ msgid ""
4009
+ #~ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Create a "
4010
+ #~ "survey</a>."
4011
+ #~ msgstr ""
4012
+ #~ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">انشاء استطلاع</"
4013
+ #~ "a>."
4014
+
4015
+ #~ msgid "Add a Survey to your live chat box"
4016
+ #~ msgstr "إضافة استطلاع لصندوق المحادثة الخاص بك"
4017
+
4018
+ #~ msgid "Three simple steps:"
4019
+ #~ msgstr "ثلاث خطوات بسيطة:"
4020
+
4021
+ #, fuzzy
4022
+ #~| msgid ""
4023
+ #~| "Enable surveys in your live chat <a href='admin.php?page=wplivechat-menu-"
4024
+ #~| "settings'>settings page</a>."
4025
+ #~ msgid ""
4026
+ #~ "Enable surveys in your live chat <a href='admin.php?page=wplivechat-menu-"
4027
+ #~ "settings#tabs-survey'>settings page</a>."
4028
+ #~ msgstr ""
4029
+ #~ "قم بتفعيل الاستطلاعات من خلال <a href='admin.php?page=wplivechat-menu-"
4030
+ #~ "settings'>صفحة الاعدادت</a>."
4031
+
4032
+ #, fuzzy
4033
+ #~| msgid "Twitter URL"
4034
+ #~ msgid "Website URL"
4035
+ #~ msgstr "رابط تويتر"
4036
+
4037
+ #, fuzzy
4038
+ #~| msgid "Twitter URL"
4039
+ #~ msgid "Twitter"
4040
+ #~ msgstr "رابط تويتر"
4041
+
4042
+ #, fuzzy
4043
+ #~| msgid "Linked Domains"
4044
+ #~ msgid "LinkedIn"
4045
+ #~ msgstr "النطاقات المرتبطة"
4046
+
4047
+ #, fuzzy
4048
+ #~| msgid "Facebook URL"
4049
+ #~ msgid "Facebook"
4050
+ #~ msgstr "رابط الفيسبوك"
4051
+
4052
+ #, fuzzy
4053
+ #~| msgid "Your Website"
4054
+ #~ msgid "Website"
4055
+ #~ msgstr "موقعك الالكترونى"
4056
+
4057
+ #, fuzzy
4058
+ #~| msgid "No secret token found"
4059
+ #~ msgid "No token found"
4060
+ #~ msgstr "لا يوجد رمز سري"
4061
+
4062
+ #~ msgid "Supported API Calls"
4063
+ #~ msgstr "API Calls المدعمة"
4064
+
4065
+ #~ msgid "Try"
4066
+ #~ msgstr "جرب"
4067
+
4068
+ #~ msgid "API Response Codes"
4069
+ #~ msgstr "رمز الـAPI Response"
4070
+
4071
+ #~ msgid "Rest Console "
4072
+ #~ msgstr "Rest Console "
4073
+
4074
+ #~ msgid "Try it!"
4075
+ #~ msgstr "جرب!"
4076
+
4077
+ #, fuzzy
4078
+ #~| msgid "Documentation"
4079
+ #~ msgid "Doc Suggestions"
4080
+ #~ msgstr "الوثائق"
4081
+
4082
+ #, fuzzy
4083
+ #~| msgid "Documentation"
4084
+ #~ msgid "Documentation Suggestions"
4085
+ #~ msgstr "الوثائق"
4086
+
4087
+ #, fuzzy
4088
+ #~| msgid "WP Live Chat Support Pro"
4089
+ #~ msgid "WP Live Chat by 3CX - GDPR"
4090
+ #~ msgstr "WP Live Chat Support المدفوعة"
4091
+
4092
+ #, fuzzy
4093
+ #~| msgid "Iterations"
4094
+ #~ msgid "GIF Integration"
4095
+ #~ msgstr "التكرار"
4096
+
4097
+ #, fuzzy
4098
+ #~| msgid "Select a survey"
4099
+ #~ msgid "Select a GIF provider"
4100
+ #~ msgstr "اختيار الاستطلاع"
4101
+
4102
+ #, fuzzy
4103
+ #~| msgid "This API key is "
4104
+ #~ msgid "Giphy API key"
4105
+ #~ msgstr "مفتاح الـAPI الخاص بك "
4106
+
4107
+ #, fuzzy
4108
+ #~| msgid "This API key is "
4109
+ #~ msgid "Tenor API key"
4110
+ #~ msgstr "مفتاح الـAPI الخاص بك "
4111
+
4112
+ #, fuzzy
4113
+ #~| msgid "Active Chats"
4114
+ #~ msgid " Active visitors"
4115
+ #~ msgstr "المحادثات النشطة"
4116
+
4117
+ #~ msgid "Hello. Please input your details so that I may help you."
4118
+ #~ msgstr "مرحبا. الرجاء إدخال التفاصيل الخاصة بك حتى نتمكن من مساعدتك."
4119
+
4120
+ #~ msgid "Chat ended"
4121
+ #~ msgstr "انتهت المحادثة"
4122
+
4123
+ #~ msgid "Connecting. Please be patient..."
4124
+ #~ msgstr "جاري الاتصال. يرجى الأنتظار..."
4125
+
4126
+ #~ msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
4127
+ #~ msgstr "الرجاء النقر فوق '\\'بدء المحادثة\\' لبدء ألمحادثة مع مندوب"
4128
+
4129
+ #~ msgid "Surveys"
4130
+ #~ msgstr "الاستطلاعات"
4131
+
4132
+ #, fuzzy
4133
+ #~| msgid "The chat has been ended"
4134
+ #~ msgid "The Chat Has Been Ended By The Operator."
4135
+ #~ msgstr "لقد تم انهاء هذه المحادثة"
4136
+
4137
+ #~ msgid ""
4138
+ #~ "You may <a href='?page=wplivechat-menu-settings' target='_BLANK'>modify "
4139
+ #~ "your chat box settings here."
4140
+ #~ msgstr ""
4141
+ #~ "يمكنك <a href='?page=wplivechat-menu-settings' target='_BLANK'>تعديل "
4142
+ #~ "اعادات صندوق المحادثة الخاص بك."
4143
+
4144
+ #~ msgid "Site Info"
4145
+ #~ msgstr "معلومات الموقع"
4146
+
4147
+ #~ msgid "Advanced Info"
4148
+ #~ msgstr "معلومات متقدمة"
4149
+
4150
+ #~ msgid "IP Address:"
4151
+ #~ msgstr "عنوان الـIP:"
4152
+
4153
+ #, fuzzy
4154
+ #~| msgid "The chat window never goes offline"
4155
+ #~ msgid "The Chat Box Never Goes Offline"
4156
+ #~ msgstr "نافذة المحادثة لا تظهر انقطاع الاتصال"
4157
+
4158
+ #, fuzzy
4159
+ #~| msgid "This chat has already been answered by another agent."
4160
+ #~ msgid "Chat Has Already Been Answered"
4161
+ #~ msgstr "لقد تم الرد على هذه المحادثة بواسطة مندوب آخر."
4162
+
4163
+ #, fuzzy, php-format
4164
+ #~| msgid ""
4165
+ #~| "Thank you for using <a href=\"%1$s\" target=\"_blank\">WP Live Chat "
4166
+ #~| "Support</a>! Please <a href=\"%2$s\" target=\"_blank\">rate us</a> on <a "
4167
+ #~| "href=\"%2$s\" target=\"_blank\">WordPress.org</a>"
4168
+ #~ msgid ""
4169
+ #~ "Thank you for using <a href=\"%1$s\" target=\"_blank\">WP Live Chat by "
4170
+ #~ "3CX</a>! Please <a href=\"%2$s\" target=\"_blank\">rate us</a> on <a href="
4171
+ #~ "\"%2$s\" target=\"_blank\">WordPress.org</a>"
4172
+ #~ msgstr ""
4173
+ #~ "شكرا لاستخدامكم <a href=\"%1$s\" target=\"_blank\">WP Live Chat Support</"
4174
+ #~ "a>! الرجاء <a href=\"%2$s\" target=\"_blank\"> إضافة تقييم لنا</a> على <a "
4175
+ #~ "href=\"%2$s\" target=\"_blank\">WordPress.org</a>"
4176
+
4177
+ #~ msgid ""
4178
+ #~ "Your API Key is Invalid. You are not eligible for future updates. Please "
4179
+ #~ "enter your API key <a href=\"admin.php?page=wplivechat-menu-api-keys-page"
4180
+ #~ "\">here</a>."
4181
+ #~ msgstr ""
4182
+ #~ "مفتاح الAPI الخاص بك غير صالح. أنت لست مؤهلاً للحصول على التحديثات "
4183
+ #~ "القادمة. الرجاء إدخال مفتاح الـAPI الخاص بك <a href=\"admin.php?"
4184
+ #~ "page=wplivechat-menu-api-keys-page\">هنا</a>."
4185
+
4186
+ #~ msgid "No Ratings for this agent"
4187
+ #~ msgstr "لا يوجد تقييمات لهذا المندوب"
4188
+
4189
+ #~ msgid "WP Live Chat Support Reporting"
4190
+ #~ msgstr "تقارير WP Live Chat Support"
4191
+
4192
+ #, fuzzy
4193
+ #~| msgid "Contributor"
4194
+ #~ msgid "Contributors"
4195
+ #~ msgstr "المساهم"
4196
+
4197
+ #, fuzzy
4198
+ #~| msgid "Settings"
4199
+ #~ msgid "Testing"
4200
+ #~ msgstr "الاعدادات"
4201
+
4202
+ #, fuzzy
4203
+ #~| msgid "Main Settings"
4204
+ #~ msgid "Marketing"
4205
+ #~ msgstr "الإعدادات الرئيسية"
4206
+
4207
+ #~ msgid "Documentation"
4208
+ #~ msgstr "الوثائق"
4209
+
4210
+ #, fuzzy
4211
+ #~| msgid "WP Live Chat Support Pro"
4212
+ #~ msgid "WP Live Chat Support Dashboard"
4213
+ #~ msgstr "WP Live Chat Support المدفوعة"
4214
+
4215
+ #, fuzzy
4216
+ #~| msgid "Welcome to "
4217
+ #~ msgid "Welcome, %s"
4218
+ #~ msgstr "مرحبا بك في "
4219
+
4220
+ #, fuzzy
4221
+ #~| msgid "Chat Box"
4222
+ #~ msgid "Chat now"
4223
+ #~ msgstr "صندوق المحادثة"
4224
+
4225
+ #, fuzzy
4226
+ #~| msgid "Total Conversions"
4227
+ #~ msgid "Conversations"
4228
+ #~ msgstr "إجمالي التحويلات"
4229
+
4230
+ #~ msgid "WP Live Chat Support Settings"
4231
+ #~ msgstr "اعدادات WP Live Chat Support"
4232
+
4233
+ #~ msgid "Choose when I want to be online"
4234
+ #~ msgstr "اختيار متى أود أن أكون متاح"
4235
+
4236
+ #~ msgid "Chat Window Settings"
4237
+ #~ msgstr "إعدادات نافذة المحادثة"
4238
+
4239
+ #, fuzzy
4240
+ #~| msgid "Goal Name"
4241
+ #~ msgid "Show Name"
4242
+ #~ msgstr "اسم الهدف"
4243
+
4244
+ #~ msgid "Only show the chat window to users that are logged in"
4245
+ #~ msgstr "عرض نافذة المحاثة فقط للمستخدمين الذين قاموا بتسجيل الدخول"
4246
+
4247
+ #, fuzzy
4248
+ #~| msgid "Show After"
4249
+ #~ msgid "Show Date"
4250
+ #~ msgstr "الظهور بعد"
4251
+
4252
+ #, fuzzy
4253
+ #~| msgid "Show After"
4254
+ #~ msgid "Show Time"
4255
+ #~ msgstr "الظهور بعد"
4256
+
4257
+ #~ msgid "Name "
4258
+ #~ msgstr "الاسم "
4259
+
4260
+ #~ msgid "Enable Text Editor"
4261
+ #~ msgstr "تفعيل محرر النص"
4262
+
4263
+ #~ msgid ""
4264
+ #~ "Adds advanced text editor features, such as links, text styling, and more!"
4265
+ #~ msgstr ""
4266
+ #~ "إضافة مميزات محرر النصوص المتقدمة، مثل وصلات الويب، اشكال الكتابة، "
4267
+ #~ "والمزيد!"
4268
+
4269
+ #~ msgid "Enable File Sharing"
4270
+ #~ msgstr "تفعيل مشاركة الملفات"
4271
+
4272
+ #~ msgid "Enable Experience Ratings"
4273
+ #~ msgstr "تفعيل التقييمات"
4274
+
4275
+ #~ msgid "Do not allow users to send offline messages"
4276
+ #~ msgstr "عدم السماح للمستخدمين بإرسال رسائل في وضع عدم الاتصال"
4277
+
4278
+ #~ msgid "Offline Text Fields"
4279
+ #~ msgstr "حقول النص في حالة عدم التواجد"
4280
+
4281
+ #~ msgid "Email Address"
4282
+ #~ msgstr "البريد الالكترونى"
4283
+
4284
+ #~ msgid "Sending Method"
4285
+ #~ msgstr "طريقة الإرسال"
4286
+
4287
+ #~ msgid "WP Mail"
4288
+ #~ msgstr "راسل الوورد بريس"
4289
+
4290
+ #~ msgid "PHP Mailer"
4291
+ #~ msgstr "راسل الـPHP"
4292
+
4293
+ #~ msgid "Host"
4294
+ #~ msgstr "المستضيف"
4295
+
4296
+ #~ msgid "Port"
4297
+ #~ msgstr "المنفذ"
4298
+
4299
+ #~ msgid "Username"
4300
+ #~ msgstr "اسم الستخدم"
4301
+
4302
+ #~ msgid "Password"
4303
+ #~ msgstr "كلمة المرور"
4304
+
4305
+ #~ msgid "Choose a theme"
4306
+ #~ msgstr "اختر قالب"
4307
+
4308
+ #~ msgid "Choose"
4309
+ #~ msgstr "اختبار"
4310
+
4311
+ #~ msgid "Your"
4312
+ #~ msgstr "الخاص بك"
4313
+
4314
+ #~ msgid "Colors"
4315
+ #~ msgstr "الالوان"
4316
+
4317
+ #~ msgid "Below"
4318
+ #~ msgstr "بالاسفل"
4319
+
4320
+ #~ msgid "First Section Text"
4321
+ #~ msgstr "القسم الاول"
4322
+
4323
+ #~ msgid "Intro Text"
4324
+ #~ msgstr "عبارة ترحيبية"
4325
+
4326
+ #~ msgid "Second Section Text"
4327
+ #~ msgstr "القسم الثانى"
4328
+
4329
+ #~ msgid "Reactivate Chat Section Text"
4330
+ #~ msgstr "إعادة تنشيط المحادثة"
4331
+
4332
+ #~ msgid "Choose an animation"
4333
+ #~ msgstr "اختر صورة متحركة"
4334
+
4335
+ #~ msgid "Current Users that are Chat Agents"
4336
+ #~ msgstr "المستخدمون الحاليون هم المندوبون"
4337
+
4338
+ #, fuzzy
4339
+ #~| msgid "Display survey"
4340
+ #~ msgid "Display Interval"
4341
+ #~ msgstr "عرض الاستطلاع"
4342
+
4343
+ #~ msgid ""
4344
+ #~ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href="
4345
+ #~ "\"?\" onclick=\"document.location.reload(); return false;\">Try again</a>"
4346
+ #~ msgstr ""
4347
+ #~ "حدث “خطأ HTTP غير متوقع” أثناء طلب API.</p> <p><a href=\"?\" onclick="
4348
+ #~ "\"document.location.reload(); return false;\">برجاء إعادة المحاولة</a>"
4349
+
4350
+ #~ msgid "An unknown error occurred"
4351
+ #~ msgstr "حدث خطأ غير معروف"
4352
+
4353
+ #, fuzzy
4354
+ #~| msgid "WP Live Chat Support"
4355
+ #~ msgid "Welcome to WP Live Chat Support v8"
4356
+ #~ msgstr "WP Live Chat Support"
4357
+
4358
+ #, fuzzy
4359
+ #~| msgid "Welcome to "
4360
+ #~ msgid "Welcome"
4361
+ #~ msgstr "مرحبا بك في "
4362
+
4363
+ #, fuzzy
4364
+ #~| msgid "Dedicated server"
4365
+ #~ msgid "Incredibly fast server"
4366
+ #~ msgstr "سيرفر خاص"
4367
+
4368
+ #, fuzzy
4369
+ #~| msgid "Chat Dashboard"
4370
+ #~ msgid "New Dashboard"
4371
+ #~ msgstr "لوحة التحكم"
4372
+
4373
+ #, fuzzy
4374
+ #~| msgid "Multiple Chats"
4375
+ #~ msgid "Multiple Agents Per Chat"
4376
+ #~ msgstr "محادثات متعددة"
4377
+
4378
+ #, fuzzy
4379
+ #~| msgid "Message"
4380
+ #~ msgid "Edit Messages"
4381
+ #~ msgstr "الرسالة"
4382
+
4383
+ #, fuzzy
4384
+ #~| msgid "WP Live Chat Support"
4385
+ #~ msgid "New to WP Live Chat Support?"
4386
+ #~ msgstr "WP Live Chat Support"
4387
+
4388
+ #, fuzzy
4389
+ #~| msgid "documentation"
4390
+ #~ msgid "review our documentation"
4391
+ #~ msgstr "الوثائق"
4392
+
4393
+ #, fuzzy
4394
+ #~| msgid "WP Live Chat Support Settings"
4395
+ #~ msgid "WP Live Chat Support Custom Fields"
4396
+ #~ msgstr "اعدادات WP Live Chat Support"
4397
+
4398
+ #, fuzzy
4399
+ #~| msgid "WP Live Chat Support Reporting"
4400
+ #~ msgid "WP Live Chat Support Departments"
4401
+ #~ msgstr "تقارير WP Live Chat Support"
4402
+
4403
+ #~ msgid "WP Live Chat Support ROI Goals"
4404
+ #~ msgstr "أهداف الـROI الخاصة بـWP Live Chat Support"
4405
+
4406
+ #, fuzzy
4407
+ #~| msgid "Use our server to host your chat server."
4408
+ #~ msgid "Use our server to handle chats"
4409
+ #~ msgstr "استخدم خادمنا لاستضافة خادم المحادثة."
4410
+
4411
+ #, fuzzy
4412
+ #~| msgid "Incoming chat ring tone"
4413
+ #~ msgid "Limit chat ring amount"
4414
+ #~ msgstr "النغمة الخاصة بالمحادثة الواردة"
4415
+
4416
+ #, fuzzy
4417
+ #~| msgid "WP Live Chat Support ROI Goals"
4418
+ #~ msgid "WP Live Chat Support - Tools"
4419
+ #~ msgstr "أهداف الـROI الخاصة بـWP Live Chat Support"
4420
+
4421
+ #, fuzzy
4422
+ #~| msgid "Goal Name"
4423
+ #~ msgid "Company Name"
4424
+ #~ msgstr "اسم الهدف"
4425
+
4426
+ #, fuzzy
4427
+ #~| msgid "Dear Pro User"
4428
+ #~ msgid "Dear User,"
4429
+ #~ msgstr "عميلنا العزيز"
4430
+
4431
+ #, fuzzy
4432
+ #~| msgid "WP Live Chat Support Pro"
4433
+ #~ msgid "WP Live Chat Support - Webhooks"
4434
+ #~ msgstr "WP Live Chat Support المدفوعة"
4435
+
4436
+ #~ msgid "API Keys"
4437
+ #~ msgstr "مفاتيح API"
4438
+
4439
+ #, fuzzy
4440
+ #~| msgid "WP Live Chat Support Pro"
4441
+ #~ msgid "WP Live Chat Support API Key"
4442
+ #~ msgstr "WP Live Chat Support المدفوعة"
4443
+
4444
+ #, fuzzy
4445
+ #~| msgid ""
4446
+ #~| "To find and manage your premium API keys, please visit your <a "
4447
+ #~| "target='_BLANK' href='https://wp-livechat.com/my-account/'>my account</"
4448
+ #~| "a> page."
4449
+ #~ msgid ""
4450
+ #~ "To find and manage your API key, please visit your <a target='_BLANK' "
4451
+ #~ "href='https://wp-livechat.com/my-account/'>my account</a> page."
4452
+ #~ msgstr ""
4453
+ #~ "لإدارة مفاتيح الـAPI الخاصة بك، الرجاء زيارة صفحة <a target='_BLANK' "
4454
+ #~ "href='https://wp-livechat.com/my-account/'>حسابي</a>."
4455
+
4456
+ #~ msgid "Visit our troubleshooting section."
4457
+ #~ msgstr "يرجى زيارة قسم المشكلات."
4458
+
4459
+ #~ msgid ""
4460
+ #~ "Please note: This window must be open in order to receive new chat "
4461
+ #~ "notifications."
4462
+ #~ msgstr "ملاحظة: يجب ترك هذه النافذة مفتوحة لاستقبال اشعارات المحادثات."
4463
+
4464
+ #~ msgid "WP Live Chat History"
4465
+ #~ msgstr "سجل WP Live Chat"
4466
+
4467
+ #~ msgid "WP Live Chat Missed Chats"
4468
+ #~ msgstr "محادثات WP Live Chat الفائتة"
4469
+
4470
+ #~ msgid "WP Live Chat Offline Messages"
4471
+ #~ msgstr "رسائل WP Live Chat في حالة عدم الاتصال"
4472
+
4473
+ #~ msgid "Thank You for your feedback!"
4474
+ #~ msgstr "شكرا لك على ملاحظاتك!"
4475
+
4476
+ #~ msgid ""
4477
+ #~ "WP Live Chat Support has a diverse and wide range of features which may, "
4478
+ #~ "from time to time, run into conflicts with the thousands of themes and "
4479
+ #~ "other plugins on the market."
4480
+ #~ msgstr ""
4481
+ #~ "WP Live Chat Support تتضمن مجموعة متنوعة وواسعة من المميزات التي من "
4482
+ #~ "الممكن أت تحدث بعض التعارضات مع الإضافات أو القوالب الأخرى المتاحة."
4483
+
4484
+ #~ msgid "Common issues:"
4485
+ #~ msgstr "المشكلات الشائعة:"
4486
+
4487
+ #, fuzzy
4488
+ #~| msgid "Messages only show when I refresh the chat window"
4489
+ #~ msgid "Messages Only Show When I Refresh"
4490
+ #~ msgstr "الرسائل تظهر فقط عند تحديث نافذة المحادثة"
4491
+
4492
+ #~ msgid "Still need help? Use one of these links below."
4493
+ #~ msgstr "لا تزال بحاجة إلى مساعدة؟ استخدم احدى الوصلات أدناه."
4494
+
4495
+ #~ msgid "API Key"
4496
+ #~ msgstr "مفتاح الـAPI"
4497
+
4498
+ #~ msgid "Verify"
4499
+ #~ msgstr "تحقق"
4500
+
4501
+ #~ msgid "Status: "
4502
+ #~ msgstr "الحالة "
4503
+
4504
+ #~ msgid "Valid"
4505
+ #~ msgstr "صالح"
4506
+
4507
+ #, fuzzy
4508
+ #~| msgid "Manage this extension"
4509
+ #~ msgid "Manage this API Key"
4510
+ #~ msgstr "إدارة هذه الاضافة"
4511
+
4512
+ #~ msgid "Invalid"
4513
+ #~ msgstr "غير صالح"
4514
+
4515
+ #~ msgid "Linked Domains"
4516
+ #~ msgstr "النطاقات المرتبطة"
4517
+
4518
+ #~ msgid "What type of environment are you on?"
4519
+ #~ msgstr "ما هو نوع الاستضافة المستخدمة؟"
4520
+
4521
+ #~ msgid "Chat functionality has been paused."
4522
+ #~ msgstr "تم إيقاف وظيفة الدردشة مؤقتا."
4523
+
4524
+ #~ msgid ""
4525
+ #~ "Please enter your verified API key in the <a href=\"admin.php?"
4526
+ #~ "page=wplivechat-menu-api-keys-page\">API Keys page</a> to activate the "
4527
+ #~ "cloud based functionality."
4528
+ #~ msgstr ""
4529
+ #~ "الرجاء ادخال مفتاح الـAPI في <a href=\"admin.php?page=wplivechat-menu-api-"
4530
+ #~ "keys-page\">صفحة مفاتيح الـAPI</a> لتفعيل الخدمات السحابية."
4531
+
4532
+ #~ msgid "Are you sure you would like to delete chat history?"
4533
+ #~ msgstr "هل تريد بالتأكيد حذف سجل الدردشات؟"
4534
+
4535
+ #~ msgid "Are you sure you would like to delete all missed chats?"
4536
+ #~ msgstr "هل أنت متأكد من حذف جميع الدردشات التي لم يرد عليها؟"
4537
+
4538
+ #~ msgid ""
4539
+ #~ "You are currently using our <strong>cloud server</strong> to handle your "
4540
+ #~ "chat requests and live chat sessions.<br /><br />To disable this, please "
4541
+ #~ "deactivate the WP Live Chat Support - Cloud Server plugin."
4542
+ #~ msgstr ""
4543
+ #~ "أنت تستخدم حاليا <strong>الخادم السحابي</strong> الخاص بنا لاستقبال مع "
4544
+ #~ "طلبات المحادثات. <br /><br /> لإلغاء هذا، يرجى إلغاء تنشيط إضافة WP Live "
4545
+ #~ "Chat Support - Cloud Server."
4546
+
4547
+ #~ msgid "Mobile and Desktop App"
4548
+ #~ msgstr "تطبيق الهاتف و سطح المكتب"
4549
+
4550
+ #~ msgid "Mobile and Desktop App Settings"
4551
+ #~ msgstr "اعدادات تطبيق الهاتف و سطح المكتب"
4552
+
4553
+ #~ msgid "Enable mobile and desktop app"
4554
+ #~ msgstr "تفعيل تطبيق الهاتف و سطح المكتب"
4555
+
4556
+ #~ msgid "App"
4557
+ #~ msgstr "التطبيق"
4558
+
4559
+ #~ msgid "Incoming Chat"
4560
+ #~ msgstr "المحادثة الواردة"
4561
+
4562
+ #~ msgid "You have an incoming chat."
4563
+ #~ msgstr "لديك محادثة واردة."
4564
+
4565
+ #~ msgid "Chat Active"
4566
+ #~ msgstr "المحادثة نشطة"
4567
+
4568
+ #~ msgid "This chat is active"
4569
+ #~ msgstr "هذه المحادثة نشطة"
4570
+
4571
+ #~ msgid "You must be a chat agent to initiate chats"
4572
+ #~ msgstr "يجب أن تكون مندوب لبدء المحادثات"
4573
+
4574
+ #~ msgid "Visitors on site"
4575
+ #~ msgstr "زوار الموقع"
4576
+
4577
+ #~ msgid "No chat sessions available at the moment"
4578
+ #~ msgstr "لا توجد محادثات في الوقت الحالي"
4579
+
4580
+ #~ msgid "You must be a chat agent to answer chats"
4581
+ #~ msgstr "يجب أن تكون مندوب للرد على المحادثات"
4582
+
4583
+ #~ msgid "Open Chat Window"
4584
+ #~ msgstr "عرض نافذة المحادثة"
4585
+
4586
+ #~ msgid "Chat has been answered by another agent"
4587
+ #~ msgstr "لقد تم الرد على هذه المحادثة بواسطة مندوب آخر"
4588
+
4589
+ #~ msgid "Alert: Someone wants to chat with you on "
4590
+ #~ msgstr "تنبيه: هناك من يريد محادثتك على "
4591
+
4592
+ #~ msgid "Someone wants to chat with you on your website"
4593
+ #~ msgstr "هناك من يريد محادثتك على الموقع الخاص بك"
4594
+
4595
+ #~ msgid "Subscriber"
4596
+ #~ msgstr "المشارك"
4597
+
4598
+ #~ msgid ""
4599
+ #~ "Please enter a valid API key on the 'Live Chat' -> 'Settings' page. "
4600
+ #~ "Failing to do this will result in you no longer receiving updates for "
4601
+ #~ "this plugin."
4602
+ #~ msgstr ""
4603
+ #~ "الرجاء إدخال مفتاح API صالح فى '\"المحادثة\"'-> 'الإعدادات'. عدم القيام "
4604
+ #~ "بذلك سيؤدي إلى عدم تلقيك لتحديثات الاضافة."
4605
+
4606
+ #~ msgid "You can obtain a copy of your API key "
4607
+ #~ msgstr "يمكنك العثور على مفتاح الـAPI الخاص بك "
4608
+
4609
+ #~ msgid ""
4610
+ #~ "An account has been created for you while purchasing the plugin. If you "
4611
+ #~ "have lost your password, please reset it "
4612
+ #~ msgstr ""
4613
+ #~ "تم إنشاء حساب لك وقتما قمت بشراء الاضافة. إذا كنت قد فقدت كلمة المرور، "
4614
+ #~ "الرجاء إعادة تعيينها "
4615
+
4616
+ #~ msgid ""
4617
+ #~ "If you feel you are getting this message in error, please try refreshing "
4618
+ #~ "the page."
4619
+ #~ msgstr ""
4620
+ #~ "إذا كنت تشعر بأنك تحصل على هذه الرسالة عن طريق الخطأ، يرجى محاولة تحديث "
4621
+ #~ "الصفحة."
4622
+
4623
+ #~ msgid "Find out more."
4624
+ #~ msgstr "اكتشف المزيد."
4625
+
4626
+ #~ msgid "valid"
4627
+ #~ msgstr "صالح"
4628
+
4629
+ #~ msgid "invalid"
4630
+ #~ msgstr "غير صالح"
4631
+
4632
+ #~ msgid ""
4633
+ #~ "A valid API key means that you will be able to get the latest version of "
4634
+ #~ "the plugin as and when it is released, as well as get access to support "
4635
+ #~ "should you require it."
4636
+ #~ msgstr ""
4637
+ #~ "مفتاح API صالح يعنى بأنك سيكون باستطاعتك الحصول على أحث نسخة من الإضافة "
4638
+ #~ "حال صدورها، كذلك الحصول على الدعم في حالة الحاجة اليه."
4639
+
4640
+ #~ msgid "Hide Chat"
4641
+ #~ msgstr "إخفاء المحادثة"
4642
+
4643
+ #~ msgid "Hides chat for 24hrs when user clicks X"
4644
+ #~ msgstr "إخفاء المحادثة لمدة 24 ساعة عندما ينقر المستخدم على X"
4645
+
4646
+ #~ msgid ""
4647
+ #~ "Users will have to enter their Name and Email Address when starting a chat"
4648
+ #~ msgstr ""
4649
+ #~ "يتوجب على المستخدمين إدخال اسم وعنوان البريد الإلكتروني عند بدء المحاثة"
4650
+
4651
+ #~ msgid "Record a visitor's IP Address"
4652
+ #~ msgstr "تسجيل عنوان الـIP الخاص بالزائر"
4653
+
4654
+ #~ msgid "Disable this to enable anonymity for your visitors"
4655
+ #~ msgstr "قم بإلغاء هذا الخيار لتمكين زوار الموقع من إخفاء هويتهم"
4656
+
4657
+ #~ msgid "Recomended Size 40px x 40px"
4658
+ #~ msgstr "الحجم الموصي به 40px x 40px"
4659
+
4660
+ #~ msgid ""
4661
+ #~ "Display the agent and user name above each message in the chat window."
4662
+ #~ msgstr "عرض اسم المندوب و المستخدم فوق كل رسالة في نافذة المحادثة."
4663
+
4664
+ #~ msgid "Theme 2"
4665
+ #~ msgstr "القالب 2"
4666
+
4667
+ #~ msgid "Theme 3"
4668
+ #~ msgstr "القالب 3"
4669
+
4670
+ #~ msgid "Theme 4"
4671
+ #~ msgstr "القالب 4"
4672
+
4673
+ #~ msgid "Theme 5"
4674
+ #~ msgstr "القالب 5"
4675
+
4676
+ #~ msgid "Theme 6"
4677
+ #~ msgstr "القالب 6"
4678
+
4679
+ #~ msgid "Custom. Enter Colour Values Below"
4680
+ #~ msgstr "مخصص. ادخل قيمة اللون بالاسفل"
4681
+
4682
+ #~ msgid "Chat box fill color"
4683
+ #~ msgstr "لون صندوق المحادثة"
4684
+
4685
+ #~ msgid "Chat box font color"
4686
+ #~ msgstr "لون الخط الخاص بصندوق المحادثة"
4687
+
4688
+ #~ msgid ""
4689
+ #~ "You will only be able to edit the strings shown in the chat window of the "
4690
+ #~ "code now. <br/> This has been done to accommodate as many localization "
4691
+ #~ "plugins as possible. <br/> For more information on how to change these "
4692
+ #~ "strings, please consult the "
4693
+ #~ msgstr ""
4694
+ #~ "ستستطيع تعديل الجمل الموجودة بنافذة المحادثة الآن<br> لمزيد من المعلومات "
4695
+ #~ "حول كيفية تعديل الجمل، يرجى الرجوع "
4696
+
4697
+ #~ msgid "User chat welcome"
4698
+ #~ msgstr "رسالة الترحيب بالمستخدم"
4699
+
4700
+ #~ msgid ""
4701
+ #~ "You are using an outdated version of WP Live Chat Support Basic. Please "
4702
+ #~ "update your plugin to allow for animations to function"
4703
+ #~ msgstr ""
4704
+ #~ "انت تستخدم نسخة قديمة من WP Live Chat Support. يرجى تحديث الإضافة "
4705
+ #~ "لاستخدام الصور المتحركة"
4706
+
4707
+ #~ msgid ""
4708
+ #~ "are only available in the WP Live Chat Support Chat Experience Ratings "
4709
+ #~ "add-on"
4710
+ #~ msgstr "فقط متاح من خلال إضافة WP Live Chat Support Chat Experience Ratings"
4711
+
4712
+ #~ msgid ""
4713
+ #~ "WP Live Chat Support Pro <strong>requires WP Live Chat Support version "
4714
+ #~ "6+</strong> (basic version). Please <strong><a href=\"%1$s\">update the "
4715
+ #~ "plugin</a></strong> in order for the plugin to continue working correctly."
4716
+ #~ msgstr ""
4717
+ #~ "WP Live Chat Support Pro <strong>تحتاج النسخة 6 أو أعلى من</strong> "
4718
+ #~ "النسخة الأساسية. برجاء <strong><a href=\"%1$s\">تحديث الاضافة</a></"
4719
+ #~ "strong>لكى تستمر بالعمل بصورة صحيحة."
4720
+
4721
+ #~ msgid "All Quick Responses"
4722
+ #~ msgstr "كل الردود السريعة"
4723
+
4724
+ #~ msgid ""
4725
+ #~ "Please update your <a href='%s'>basic version</a> to make use of this "
4726
+ #~ "feature."
4727
+ #~ msgstr "الرجاء تحديث <a href='%s'>الإصدار الأساسي</a> لاستخدام هذه الميزة."
4728
+
4729
+ #~ msgid ""
4730
+ #~ "Please update your <a href='%s'>basic version</a> to make use of these "
4731
+ #~ "features."
4732
+ #~ msgstr ""
4733
+ #~ "الرجاء تحديث <a href='%s'>الإصدار الأساسي</a> لاستخدام هذه المميزات."
4734
+
4735
+ #~ msgid "You are currently accepting chats"
4736
+ #~ msgstr "أنت حاليا تستطيع استقبال المحادثات"
4737
+
4738
+ #~ msgid "Get Pro Add-on to accept more chats"
4739
+ #~ msgstr "احصل على الإضافة المدفوعة لكى تستقبل المزيد من المحادثات"
4740
+
4741
+ #~ msgid "Start Live Chat"
4742
+ #~ msgstr "بدء المحادثة"
4743
+
4744
+ #~ msgid "Connecting you to a sales person. Please be patient."
4745
+ #~ msgstr "يتم تحويلك الى مسؤول بقسم المبيعات. برجاء الانتظار."
4746
+
4747
+ #~ msgid "WP Live Chat Support Feedback"
4748
+ #~ msgstr "تقييم محادثة WP Live Chat"
4749
+
4750
+ #~ msgid "Your Name"
4751
+ #~ msgstr "اسمك"
4752
+
4753
+ #~ msgid "Your Email"
4754
+ #~ msgstr "بريدك الالكترونى"
4755
+
4756
+ #~ msgid "Feedback"
4757
+ #~ msgstr "التقييم"
4758
+
4759
+ #~ msgid "Send Feedback"
4760
+ #~ msgstr "اترك تقييم للخدمة"
4761
+
4762
+ #~ msgid "available in the"
4763
+ #~ msgstr "تتوافر في"
4764
+
4765
+ #~ msgid "Pro Add-on"
4766
+ #~ msgstr "الإضافة المدفوعة"
4767
+
4768
+ #~ msgid "only"
4769
+ #~ msgstr "فقط"
4770
+
4771
+ #~ msgid "Display a typing animation as soon as someone starts typing."
4772
+ #~ msgstr "اظهار تنبيه الكتابة عند بدء أحدهم بالكتابة."
4773
+
4774
+ #~ msgid "Alert me via email as soon as someone wants to chat"
4775
+ #~ msgstr "إرسال تنبيه عبر البريد الإلكتروني بمجرد وجود شخص يريد المحادثة"
4776
+
4777
+ #~ msgid ""
4778
+ #~ "Need help? <a href='https://wp-livechat.com/contact-us/' "
4779
+ #~ "target='_BLANK'>Contact us</a> and we'll get back to you as soon as "
4780
+ #~ "possible!"
4781
+ #~ msgstr ""
4782
+ #~ "بحاجة للمساعدة? <a href='https://wp-livechat.com/contact-us/' "
4783
+ #~ "target='_BLANK'>اتصل بنا</a> و سنقوم بالرد عليك في أقرب وقت!"
4784
+
4785
+ #~ msgid "Version 6"
4786
+ #~ msgstr "النسخة 6"
4787
+
4788
+ #~ msgid "The most popular live chat plugin!"
4789
+ #~ msgstr "الإضافة الأشهر للمحادثات الفورية!"
4790
+
4791
+ #~ msgid "How did you find us?"
4792
+ #~ msgstr "كيف وجدتنا؟"
4793
+
4794
+ #~ msgid "WordPress.org plugin repository "
4795
+ #~ msgstr "إضافات WordPress.org "
4796
+
4797
+ #~ msgid "Google or other search Engine"
4798
+ #~ msgstr "جوجل أو محرك بحث أخر"
4799
+
4800
+ #~ msgid "Friend recommendation"
4801
+ #~ msgstr "ترشيح من صديق"
4802
+
4803
+ #~ msgid "Other"
4804
+ #~ msgstr "أخرى"
4805
+
4806
+ #~ msgid "Please Explain"
4807
+ #~ msgstr "يرجى التوضيح"
4808
+
4809
+ #~ msgid "Submit"
4810
+ #~ msgstr "حفظ"
4811
+
4812
+ #~ msgid "Skip"
4813
+ #~ msgstr "تخطى"
4814
+
4815
+ #~ msgid "Rest API"
4816
+ #~ msgstr "Rest API"
4817
+
4818
+ #~ msgid "Option"
4819
+ #~ msgstr "الخيار"
4820
+
4821
+ #~ msgid "Extensions"
4822
+ #~ msgstr "الإضافات"
4823
+
4824
+ #~ msgid "Premium Extension API Keys"
4825
+ #~ msgstr "مفاتيح الـAPI الخاصة بالإضافات المميزة"
4826
+
4827
+ #~ msgid ""
4828
+ #~ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
4829
+ #~ "strong>. Please"
4830
+ #~ msgstr ""
4831
+ #~ "انت تستخدم اصدار قديم من<strong>WP Live Chat Support Pro</strong>. الرجاء"
4832
+
4833
+ #~ msgid "update to at least version"
4834
+ #~ msgstr "القيام بالتحديث على الأقل لنسخة"
4835
+
4836
+ #~ msgid "to ensure all functionality is in working order"
4837
+ #~ msgstr "للتأكد من أن كل شيء يعمل بشكل صحيح"
4838
+
4839
+ #~ msgid ""
4840
+ #~ "You're live chat box on your website has been temporarily disabled until "
4841
+ #~ "the Pro plugin has been updated. This is to ensure a smooth and hassle-"
4842
+ #~ "free user experience for both yourself and your visitors."
4843
+ #~ msgstr ""
4844
+ #~ "لقد تم إيقاف صندوق المحادثة مؤقتاً لكى يتم تحديث الاضافة. و هذا لضمان "
4845
+ #~ "الحصول على تجربة سلسة و خالية من المتاعب لك و لزوار موقعك."
4846
+
4847
+ #~ msgid ""
4848
+ #~ "You can update your plugin <a href='./update-core.php'>here</a>, <a "
4849
+ #~ "href='./plugins.php'>here</a> or <a href='https://wp-livechat.com/get-"
4850
+ #~ "updated-version/' target='_BLANK'>here</a>."
4851
+ #~ msgstr ""
4852
+ #~ "يمكنك تحديث الاضافة <a href='./update-core.php'>من هنا</a>، أو <a href='./"
4853
+ #~ "plugins.php'>هنا</a> ، أو <a href='https://wp-livechat.com/get-updated-"
4854
+ #~ "version/' target='_BLANK'>هنا</a>."
4855
+
4856
+ #~ msgid "If you are having difficulty updating the plugin, please contact"
4857
+ #~ msgstr "في حالة مواجهة أي مشكلة في تحديث الإضافة، برجاء الاتصال"
4858
+
4859
+ #~ msgid ""
4860
+ #~ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
4861
+ #~ "strong>."
4862
+ #~ msgstr "انت تستخدم اصدار قديم من<strong>WP Live Chat Support Pro</strong>."
4863
+
4864
+ #~ msgid "Please update to the latest version of WP Live Chat Support Pro"
4865
+ #~ msgstr "يرجي التحديث لآخر اصدار من النسخة المدفوعة من WP Live Chat Support"
4866
+
4867
+ #~ msgid "Version 5.0.1"
4868
+ #~ msgstr "النسخة 5.0.1"
4869
+
4870
+ #~ msgid "to ensure everything is working correctly."
4871
+ #~ msgstr "للتأكد من أن كل شيء يعمل بشكل صحيح."
4872
+
4873
+ #~ msgid "With the Pro add-on of WP Live Chat Support, you can"
4874
+ #~ msgstr "من خلال النسخة المدفوعة من WP Live Chat Support، ستتمكن من"
4875
+
4876
+ #~ msgid "see who's online and initiate chats"
4877
+ #~ msgstr "مشاهدة المتصل و بدء المحادثات"
4878
+
4879
+ #~ msgid "initiate chats"
4880
+ #~ msgstr "بدء المحادثات"
4881
+
4882
+ #~ msgid "with your online visitors with the click of a button."
4883
+ #~ msgstr "مع زوار موقعك على الإنترنت بنقرة زر واحدة."
4884
+
4885
+ #~ msgid "Buy the Pro add-on now."
4886
+ #~ msgstr "شراء الإضافة المدفوعة الآن."
4887
+
4888
+ #~ msgid "Add-ons"
4889
+ #~ msgstr "الإضافات"
4890
+
4891
+ #~ msgid "Get more add-ons"
4892
+ #~ msgstr "الحصول على مزيد من الاضافات"
4893
+
4894
+ #~ msgid "Add Quick Responses to your Live Chat"
4895
+ #~ msgstr "إضافة رد سريع للمحادثة"
4896
+
4897
+ #~ msgid "Pro version only"
4898
+ #~ msgstr "النسخة المدفوعة فقط"
4899
+
4900
+ #~ msgid ""
4901
+ #~ "Please update to the latest version of WP Live Chat Support Pro to start "
4902
+ #~ "recording any offline messages."
4903
+ #~ msgstr ""
4904
+ #~ "الرجاء التحديث إلى الإصدار الأحدث من WP Live Chat النسخة المدفوعة لحفظ "
4905
+ #~ "الرسائل الواردة في حالة عدم الاتصال."
4906
+
4907
+ #~ msgid "This option is only available in the "
4908
+ #~ msgstr "يتوفر هذا الخيار فقط في "
4909
+
4910
+ #~ msgid ""
4911
+ #~ "There was a problem sending your feedback. Please log your feedback on "
4912
+ #~ msgstr "توجد مشكلة في إرسال ملاحظاتك. يرجى تسجيل ملاحظاتك من خلال "
4913
+
4914
+ #~ msgid "Suggested Plugins"
4915
+ #~ msgstr "الإضافات المقترحة"
4916
+
4917
+ #~ msgid "Sola Support Tickets"
4918
+ #~ msgstr "Sola Support Tickets"
4919
+
4920
+ #~ msgid ""
4921
+ #~ "The easiest to use Help Desk & Support Ticket plugin. Create a support "
4922
+ #~ "help desk quickly and easily with Sola Support Tickets."
4923
+ #~ msgstr ""
4924
+ #~ "افضل إضافة لانظمة الدعم و التذاكر. أنشئ منصة للدعم بسرعة و سهولة مع Sola "
4925
+ #~ "Support Tickets."
4926
+
4927
+ #~ msgid "Get this Plugin"
4928
+ #~ msgstr "الحصول على تلك الاضافة"
4929
+
4930
+ #~ msgid "Nifty Newsletters"
4931
+ #~ msgstr "Nifty Newsletters"
4932
+
4933
+ #~ msgid ""
4934
+ #~ "Create and send newsletters, automatic post notifications and "
4935
+ #~ "autoresponders that are modern and beautiful with Nifty Newsletters."
4936
+ #~ msgstr ""
4937
+ #~ "قم بإرسال رسائل إخبارية، رسائل اتوماتيكية و ردود تلقائية بأشكال حديثة و "
4938
+ #~ "انيقة من خلال Nifty Newsletters."
4939
+
4940
+ #~ msgid "Price:"
4941
+ #~ msgstr "السعر:"
4942
+
4943
+ #~ msgid "Free"
4944
+ #~ msgstr "مجاني"
4945
+
4946
+ #~ msgid "Paid"
4947
+ #~ msgstr "مدفوع"
4948
+
4949
+ #~ msgid "For:"
4950
+ #~ msgstr "إلى:"
4951
+
4952
+ #~ msgid "Both"
4953
+ #~ msgstr "كلاهما"
4954
+
4955
+ #~ msgid "Free version"
4956
+ #~ msgstr "النسخة المجانية"
4957
+
4958
+ #~ msgid "Pro version"
4959
+ #~ msgstr "النسخة المدفوعة"
4960
+
4961
+ #~ msgid "Already installed"
4962
+ #~ msgstr "مثبت بالفعل"
4963
+
4964
+ #~ msgid ""
4965
+ #~ "Getting started? Read through some of these articles to help you along "
4966
+ #~ "your way."
4967
+ #~ msgstr "يمكنك قراءة بعضاُ من تلك المواضيع لمساعدتك أثناء الاستخدام."
4968
+
4969
+ #~ msgid "Documentation:"
4970
+ #~ msgstr "الوثائق:"
4971
+
4972
+ #~ msgid "Minimum System Requirements"
4973
+ #~ msgstr "الحد الأدنى لمتطلبات النظام"
4974
+
4975
+ #~ msgid "Do I have to be logged into the dashboard to chat with visitors?"
4976
+ #~ msgstr ""
4977
+ #~ "هل يجب أن أقوم بتسجيل الدخول للوحة التحكم من أجل التحدث مع زوار الموقع؟"
4978
+
4979
+ #~ msgid "What are Quick Responses?"
4980
+ #~ msgstr "ما هي الردود السريعة؟"
4981
+
4982
+ #~ msgid "Can I use this plugin on my multi-site?"
4983
+ #~ msgstr "هل يمكن استخدام تلك الإضافة على عدة مواقع في آن واحد؟"
4984
+
4985
+ #~ msgid "How do I disable APC Object Cache?"
4986
+ #~ msgstr "كيف يمكننى تعطيل APC Object Cache?"
4987
+
4988
+ #~ msgid "Do you have a mobile app?"
4989
+ #~ msgstr "هل لديكم تطبيق للهاتفك المحمول؟"
4990
+
4991
+ #~ msgid "The chat box doesnt show up"
4992
+ #~ msgstr "صندوق المحادثة لا يظهر"
4993
+
4994
+ #~ msgid "The chat window disappears when I logout or go offline"
4995
+ #~ msgstr "نافذة المحادثة تختفى عندما أقوم بتسجيل الخروج أو عند انقطاع الاتصال"
4996
+
4997
+ #~ msgid "This chat has already been answered. Please close the chat window"
4998
+ #~ msgstr "لقد تم الرد على تلك المحادثة. برجاء غلق نافذة المحادثة"
4999
+
5000
+ #~ msgid "Buy the Pro add-on now (once off payment)."
5001
+ #~ msgstr "شراء الإضافة المدفوعة الآن (الدفع لمرة واحدة)"
5002
+
5003
+ #~ msgid "accept and handle multiple chats."
5004
+ #~ msgstr "إمكانية استقبال محادثات متعددة."
5005
+
5006
+ #~ msgid "(once off payment)."
5007
+ #~ msgstr "(الدفع لمرة واحدة)"
5008
+
5009
+ #~ msgid "WP Live Chat Support is a product of"
5010
+ #~ msgstr "WP Live Chat Support هو منتج لـ"
5011
+
5012
+ #~ msgid "Add as many agents as you need with the "
5013
+ #~ msgstr "إضافة عدد غير محدود من المندوبين "
5014
+
5015
+ #~ msgid "Pro version."
5016
+ #~ msgstr "النسخة المدفوعة."
5017
+
5018
+ #~ msgid "Change the default chat agent from <strong>%1$s</strong> to "
5019
+ #~ msgstr "تغيير مندوب المحادثة الافتراضي من <strong>%1$s</strong> إلى "
5020
+
5021
+ #~ msgid ""
5022
+ #~ "Get unlimited agents, initiate chats, advanced chat box control, "
5023
+ #~ "encryption and more with the Pro add-on."
5024
+ #~ msgstr ""
5025
+ #~ "الحصول على عدد غير محدود من المندوبين، بدء المحادثات، اعدادات متقدمة "
5026
+ #~ "للتحكم في صندوق المحادثة، التشفير و غير ذلك من خلال النسخة المدفوعة."
5027
+
5028
+ #~ msgid "Get this extension"
5029
+ #~ msgstr "الحصول على هذه الاضافة"
5030
+
5031
+ #~ msgid "Mobile & Desktop App"
5032
+ #~ msgstr "تطبيق الهاتف و سطح المكتب"
5033
+
5034
+ #~ msgid ""
5035
+ #~ "Answer chats directly from your mobile phone or desktop with our mobile "
5036
+ #~ "app and desktop client"
5037
+ #~ msgstr ""
5038
+ #~ "الرد على المحادثات مباشرة من خلال هاتفك المحمول أو حاسبك عن طريق "
5039
+ #~ "تطبيقاتنا المتوفرة للهواتف و سطح المكتب"
5040
+
5041
+ #~ msgid ""
5042
+ #~ "Reduce the resources required by your server - use our cloud server to "
5043
+ #~ "host your chats."
5044
+ #~ msgstr ""
5045
+ #~ "قم بتخفيض الموارد المطلوبة من خادم الاستضافة الخاص بك - استخدم خادمنا "
5046
+ #~ "السحابي لاستضافة محادثاتك."
5047
+
5048
+ #~ msgid "Relevant Extensions"
5049
+ #~ msgstr "اضافات ذات صلة"
5050
+
5051
+ #~ msgid "View comprehensive reports regarding your chat and agent activity."
5052
+ #~ msgstr "عرض تقارير شاملة فيما يتعلق بالمحادثات و المندوبين."
5053
+
5054
+ #~ msgid "Chat statistics"
5055
+ #~ msgstr "إحصائيات المحادثة"
5056
+
5057
+ #~ msgid "Popular pages"
5058
+ #~ msgstr "الصفحات المشهورة"
5059
+
5060
+ #~ msgid ""
5061
+ #~ "ROI reporting and tracking (identify which agents produce the most sales)"
5062
+ #~ msgstr ""
5063
+ #~ "تقارير و متابعة الـROI (تمكنك من التعرف على المندوبين الأكثر تحقيقاً "
5064
+ #~ "للمبيعات)"
5065
+
5066
+ #~ msgid ""
5067
+ #~ "User experience ratings (identify which agents produce the happiest "
5068
+ #~ "customers)"
5069
+ #~ msgstr ""
5070
+ #~ "تقييمات المستخدم (تحديد أياً من المندوبين يترك انطباع جيد لدى العملاء)"
5071
+
5072
+ #~ msgid "Get all this and more in the "
5073
+ #~ msgstr "احصل على كل هذا وأكثر في "
5074
+
5075
+ #~ msgid "Pro add-on"
5076
+ #~ msgstr "الإضافة"
5077
+
5078
+ #~ msgid "Upgrade Now"
5079
+ #~ msgstr "قم بالترقية الآن"
5080
+
5081
+ #~ msgid ""
5082
+ #~ "Create custom data triggers when users view a certain page, spend a "
5083
+ #~ "certain amount of time on a page, scroll past a certain point or when "
5084
+ #~ "their mouse leaves the window."
5085
+ #~ msgstr ""
5086
+ #~ "انشاء مشغل عند قيام المستخدمين بزيارة صفحة معينة، قضاء فترة معينة من "
5087
+ #~ "الوقت في الصفحة، الانتقال لنقطة معينة بالصفحة أو عند مغادرة مؤشر الماوس "
5088
+ #~ "للنافذة."
5089
+
5090
+ #~ msgid "Trigger Types"
5091
+ #~ msgstr "أنواع المشغلات"
languages/{wplivechat-bg_BG.mo → wp-live-chat-support-bg_BG.mo} RENAMED
Binary file
languages/{wplivechat-bg_BG.po → wp-live-chat-support-bg_BG.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat-bg\n"
4
- "POT-Creation-Date: 2019-10-14 14:18+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:19+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: bg_BG\n"
@@ -14,9 +14,10 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SearchPath-0: .\n"
 
17
 
18
- #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:361
19
- #: wp-live-chat-support.php:4885
20
  msgid "Admin"
21
  msgstr "Администратор"
22
 
@@ -57,82 +58,82 @@ msgstr ""
57
  msgid "End Chat"
58
  msgstr "Затвори чата"
59
 
60
- #: functions.php:1023
61
  msgid "complete"
62
  msgstr "завършен"
63
 
64
- #: functions.php:1026
65
  msgid "pending"
66
  msgstr "в очакване"
67
 
68
- #: functions.php:1029
69
  msgid "active"
70
  msgstr "активен"
71
 
72
- #: functions.php:1032
73
  msgid "deleted"
74
  msgstr "изтрит"
75
 
76
- #: functions.php:1035
77
  msgid "browsing"
78
  msgstr "разглежда"
79
 
80
- #: functions.php:1038
81
  msgid "requesting chat"
82
  msgstr "искане за чат"
83
 
84
- #: functions.php:1041
85
  msgid "Chat Ended - User still browsing"
86
  msgstr "Чата е приключен - потребителя все още разглежда"
87
 
88
- #: functions.php:1044
89
  msgid "User is browsing but doesn't want to chat"
90
  msgstr "Потребителя разглежда, но не иска да разговаря"
91
 
92
- #: functions.php:1183 includes/settings_page.php:774
93
  #, fuzzy
94
  #| msgid "WP Live Chat Support - Offline Message from "
95
  msgid "WP Live Chat by 3CX - Offline Message from "
96
  msgstr "WP Live Chat Support - Офлайн съобщение от "
97
 
98
- #: functions.php:1184 functions.php:1508 includes/settings_page.php:164
99
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
100
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
101
  #: includes/wplc_roi.php:160 modules/node_server.php:81
102
- #: modules/node_server.php:124 wp-live-chat-support.php:1584
103
- #: wp-live-chat-support.php:1607 wp-live-chat-support.php:1772
104
- #: wp-live-chat-support.php:3376 wp-live-chat-support.php:3503
105
  msgid "Name"
106
  msgstr "Име"
107
 
108
- #: functions.php:1185 functions.php:1509 includes/settings_page.php:160
109
- #: modules/node_server.php:125 wp-live-chat-support.php:1585
110
- #: wp-live-chat-support.php:1596 wp-live-chat-support.php:1773
111
- #: wp-live-chat-support.php:3377 wp-live-chat-support.php:3504
112
  msgid "Email"
113
  msgstr "И-мейл"
114
 
115
- #: functions.php:1186 wp-live-chat-support.php:1774
116
- #: wp-live-chat-support.php:3505 wp-live-chat-support.php:4242
117
- #: wp-live-chat-support.php:4302
118
  msgid "Message"
119
  msgstr "Съобщение"
120
 
121
- #: functions.php:1187
122
  #, fuzzy
123
  #| msgid "Via WP Live Chat Support"
124
  msgid "Via WP Live Chat by 3CX"
125
  msgstr "WP Live Chat Support"
126
 
127
- #: functions.php:1486 wp-live-chat-support.php:3332
128
  msgid "Error: Could not delete chat"
129
  msgstr "Грешка: Чатът не беше изтрит"
130
 
131
- #: functions.php:1488 wp-live-chat-support.php:3336
132
  msgid "Chat Deleted"
133
  msgstr "Чата беше изтрит"
134
 
135
- #: functions.php:1491 includes/wplc_custom_fields.php:35
136
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
137
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
138
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
@@ -140,194 +141,194 @@ msgstr "Чата беше изтрит"
140
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
141
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
142
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
143
- #: modules/advanced_tools.php:243 modules/advanced_tools.php:251
144
- #: modules/advanced_tools.php:259 modules/advanced_tools.php:267
145
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
146
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
147
- #: wp-live-chat-support.php:3291 wp-live-chat-support.php:3321
148
- #: wp-live-chat-support.php:4212
149
  msgid "You do not have permission do perform this action"
150
  msgstr ""
151
 
152
- #: functions.php:1497 wp-live-chat-support.php:3345
153
  msgid "Are you sure you would like to delete this chat?"
154
  msgstr "Сигурни ли сте, че искате да изтриете този чат?"
155
 
156
- #: functions.php:1498 includes/settings_page.php:142
157
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
158
  msgid "Yes"
159
  msgstr "Да"
160
 
161
- #: functions.php:1498 includes/settings_page.php:143
162
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
163
  msgid "No"
164
  msgstr "Не"
165
 
166
- #: functions.php:1507 functions.php:2095 includes/settings_page.php:332
167
- #: includes/settings_page.php:434 wp-live-chat-support.php:3375
168
- #: wp-live-chat-support.php:3502
169
  msgid "Date"
170
  msgstr "Дата"
171
 
172
- #: functions.php:1510 functions.php:4266 wp-live-chat-support.php:3378
173
  msgid "URL"
174
  msgstr "URL"
175
 
176
- #: functions.php:1511 includes/wplc_custom_fields.php:83
177
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
178
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
179
- #: wp-live-chat-support.php:2397 wp-live-chat-support.php:3380
180
  msgid "Action"
181
  msgstr "Действие"
182
 
183
- #: functions.php:1525
184
  msgid "You have not missed any chat requests."
185
  msgstr "Нямате пропуснати заявки за чат."
186
 
187
- #: functions.php:1532 wp-live-chat-support.php:3400
188
  msgid "View Chat History"
189
  msgstr "Преглед на историята на чата"
190
 
191
- #: functions.php:1532 wp-live-chat-support.php:3400
192
  msgid "Download Chat History"
193
  msgstr "Изтегляне на историята на чата"
194
 
195
- #: functions.php:1726
196
  msgid "Open chat window via"
197
  msgstr "Отвори чат прозорец чрез"
198
 
199
- #: functions.php:1730
200
  msgid "Click"
201
  msgstr "Клик"
202
 
203
- #: functions.php:1731
204
  msgid "Hover"
205
  msgstr "Hover"
206
 
207
- #: functions.php:1733
208
  msgid "element with"
209
  msgstr "елемент с"
210
 
211
- #: functions.php:1735
212
  msgid "Class"
213
  msgstr "Клас"
214
 
215
- #: functions.php:1736 includes/wplc_custom_fields.php:78
216
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
217
  #: includes/wplc_roi.php:159
218
  msgid "ID"
219
  msgstr "ID"
220
 
221
- #: functions.php:2007 functions.php:2013 functions.php:2018
222
  #: includes/dashboard_page.php:58 modules/node_server.php:134
223
- #: modules/node_server.php:1022 wp-live-chat-support.php:3981
224
  msgid "Quick Responses"
225
  msgstr "Бързи Отговори"
226
 
227
- #: functions.php:2008 includes/settings_page.php:322
228
  msgid "Quick Response"
229
  msgstr "Бърз отговор"
230
 
231
- #: functions.php:2009 functions.php:2012
232
  msgid "New Quick Response"
233
  msgstr "Нов бърз отговор"
234
 
235
- #: functions.php:2010 modules/node_server.php:1031
236
  msgid "Add New Quick Response"
237
  msgstr "Добави нов бърз отговор"
238
 
239
- #: functions.php:2011
240
  msgid "Edit Quick Response"
241
  msgstr "Редактиране на бърз отговор"
242
 
243
- #: functions.php:2014
244
  msgid "View Quick Responses"
245
  msgstr "Преглед на бързи отговори"
246
 
247
- #: functions.php:2015
248
  msgid "Search Quick Responses"
249
  msgstr "Търсене на бързи отговори"
250
 
251
- #: functions.php:2016
252
  msgid "No Quick Responses found"
253
  msgstr "Не са намерени бързи отговори"
254
 
255
- #: functions.php:2017
256
  msgid "No Quick Responses found in the Trash"
257
  msgstr "Не са намерени бързи отговори в кошчето"
258
 
259
- #: functions.php:2022
260
  #, fuzzy
261
  #| msgid "Quick Responses for WP Live Chat Support Pro"
262
  msgid "Quick Responses for WP Live Chat by 3CX"
263
  msgstr "Бързи отговори за WP Live Chat Support Pro"
264
 
265
- #: functions.php:2056
266
  msgid "Sort Order"
267
  msgstr "Подредба"
268
 
269
- #: functions.php:2092 includes/settings_page.php:331
270
  msgid "Title"
271
  msgstr "Заглавие"
272
 
273
- #: functions.php:2093
274
  msgid "Order"
275
  msgstr "Поръчка"
276
 
277
- #: functions.php:2094 includes/settings_page.php:1182
278
  msgid "Author"
279
  msgstr "Автор"
280
 
281
- #: functions.php:2137 wp-live-chat-support.php:452
282
  msgid "Press ENTER to send your message"
283
  msgstr "Натиснете ENTER, за да изпратите съобщение"
284
 
285
- #: functions.php:2176 functions.php:2180
286
  msgid "Assign Quick Response"
287
  msgstr "Възлагане на бърз отговор"
288
 
289
- #: functions.php:2183 includes/settings_page.php:1164
290
  msgid "Select"
291
  msgstr "Избери"
292
 
293
- #: functions.php:2189
294
  msgid "What is this?"
295
  msgstr "Какво е това?"
296
 
297
- #: functions.php:2231
298
  #, php-format
299
  msgid "Incoming chat from %s (%s) on %s"
300
  msgstr "Входящ чат от %s (%s) на %s"
301
 
302
- #: functions.php:2237
303
  #, fuzzy, php-format
304
  #| msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
305
  msgid "%s (%s) wants to chat with you."
306
  msgstr "%s (%s) иска чат с теб. <br /><br />Вход: %s"
307
 
308
- #: functions.php:2242
309
  #, fuzzy, php-format
310
  #| msgid "Log in"
311
  msgid "Log in: %s"
312
  msgstr "Вписване"
313
 
314
- #: functions.php:2569
315
  msgid "Status (Online)"
316
  msgstr "Статус (Онлайн)"
317
 
318
- #: functions.php:2570
319
  msgid "Online"
320
  msgstr "Онлайн"
321
 
322
- #: functions.php:2571
323
  msgid "Offline"
324
  msgstr "Офлайн"
325
 
326
- #: functions.php:2572
327
  msgid "Status (Offline)"
328
  msgstr "Статус (Офлайн)"
329
 
330
- #: functions.php:2583
331
  msgid ""
332
  "You have set your status to offline. To view visitors and accept chats "
333
  "please set your status to online using the switch above."
@@ -335,24 +336,24 @@ msgstr ""
335
  "Ти промени статуса си на \"офлайн\". За да виждаш потребителите и да приемаш "
336
  "на чатове, промени статуса си на онлайн използвайки ключа по горе."
337
 
338
- #: functions.php:2653
339
  msgid "Encryption"
340
  msgstr "Криптиране"
341
 
342
- #: functions.php:2659 includes/settings_page.php:1225
343
- #: wp-live-chat-support.php:3996
344
  msgid "Business Hours"
345
  msgstr "Работно време"
346
 
347
- #: functions.php:2861
348
  msgid "Initiate Chat"
349
  msgstr "Започни чат"
350
 
351
- #: functions.php:2953
352
  msgid "Attempting to open the chat window... Please be patient."
353
  msgstr "Опит за отваряне на чат прозорец...Моля, изчакайте."
354
 
355
- #: functions.php:2970
356
  msgid ""
357
  "You are not a chat agent. Please make yourself a chat agent before trying to "
358
  "chat to visitors"
@@ -360,149 +361,149 @@ msgstr ""
360
  "Не си чат оператор. Трябва да се добавиш към списъка с чат оператори, за да "
361
  "можеш да разговаряш с посетители"
362
 
363
- #: functions.php:3165 functions.php:3181 functions.php:3196
364
  msgid "Chat Agent"
365
  msgstr "Чат оператор"
366
 
367
- #: functions.php:3170 functions.php:3186
368
  msgid "Make this user a chat agent"
369
  msgstr "Направи този потребител чат оператор"
370
 
371
- #: functions.php:3200
372
  msgid "Your user role does not allow you to make yourself a chat agent."
373
  msgstr ""
374
  "Потребителската ти роля не позволява да оторизираш себе си, като чат "
375
  "оператор."
376
 
377
- #: functions.php:3201
378
  msgid "Please contact the administrator of this website to change this."
379
  msgstr "Моля свържете се с администратора на сайта, за да промени това."
380
 
381
- #: functions.php:3220
382
  msgid "This chat has already been answered by another agent."
383
  msgstr "Този чат вече беше отговорен от друг оператор."
384
 
385
- #: functions.php:3462 wp-live-chat-support.php:2331
386
  msgid "Agent(s) online"
387
  msgstr "Оператор/и на линия"
388
 
389
- #: functions.php:3516
390
  msgid "Chat Agent Online"
391
  msgstr "Чат оператор на линия"
392
 
393
- #: functions.php:3518 functions.php:3522
394
  msgid "Chat Agents Online"
395
  msgstr "Чат оператори на линия"
396
 
397
- #: functions.php:3630 includes/settings_page.php:1153
398
- #: wp-live-chat-support.php:2264
399
  msgid "Remove"
400
  msgstr "Премахни"
401
 
402
- #: functions.php:3633 wp-live-chat-support.php:2267
403
  msgid "Typing..."
404
  msgstr "Пише..."
405
 
406
- #: functions.php:4003
407
  msgid "User Experience Ratings"
408
  msgstr "Рейтинг от потребителя"
409
 
410
- #: functions.php:4010
411
  msgid "Agent Statistics"
412
  msgstr "Операторска статистика"
413
 
414
- #: functions.php:4053 functions.php:4092
415
  msgid "Satisfaction Rating"
416
  msgstr "Рейтинг за удовлетвореност"
417
 
418
- #: functions.php:4054 functions.php:4093
419
  msgid "Rating Count"
420
  msgstr "Брой Рейтинги"
421
 
422
- #: functions.php:4054 functions.php:4093
423
  msgid "Good"
424
  msgstr "Добре"
425
 
426
- #: functions.php:4054 functions.php:4093
427
  msgid "Bad"
428
  msgstr "Лошо"
429
 
430
- #: functions.php:4164 includes/dashboard_page.php:56
431
- #: wp-live-chat-support.php:1007
432
  msgid "Reports"
433
  msgstr "Извадки"
434
 
435
- #: functions.php:4167 includes/wplc_roi.php:161
436
  msgid "Overview"
437
  msgstr "Преглед"
438
 
439
- #: functions.php:4168
440
  msgid "Popular Pages"
441
  msgstr "Популярни страници"
442
 
443
- #: functions.php:4186
444
  msgid "Total Agents"
445
  msgstr "Общ брой оператори"
446
 
447
- #: functions.php:4186
448
  msgid "Total number of agents that used the live chat"
449
  msgstr "Общ оператори, които са използвали чата"
450
 
451
- #: functions.php:4187
452
  msgid "Total Chats"
453
  msgstr "Общ брой чатове"
454
 
455
- #: functions.php:4187
456
  msgid "Total number of chats received"
457
  msgstr "Общ брой на получените чатове"
458
 
459
- #: functions.php:4188
460
  msgid "Total URLs"
461
  msgstr "Общо URL-и"
462
 
463
- #: functions.php:4188
464
  msgid "Total number of URLs a chat was initiated on"
465
  msgstr "Общ брой URL-и, на който е бил инициализиран чат"
466
 
467
- #: functions.php:4189
468
  msgid "Chats per day"
469
  msgstr "Чатове за ден"
470
 
471
- #: functions.php:4190
472
  msgid "Popular pages a chat was initiated on"
473
  msgstr "Популярни страници, от които са били инициирани чатове"
474
 
475
- #: functions.php:4220 includes/wplc_custom_fields.php:304
476
  msgid "Unknown"
477
  msgstr "Неизвестно"
478
 
479
- #: functions.php:4267
480
  msgid "Count"
481
  msgstr "Брой"
482
 
483
- #: functions.php:4293
484
  #, fuzzy
485
  #| msgid "Enable Google Analytics Integration"
486
  msgid "Enable Manual Chat Initiation:"
487
  msgstr "Активирай Google Analytics Integration"
488
 
489
- #: functions.php:4293
490
  msgid ""
491
  "Enabling this feature will allow agents to start a chat with website "
492
  "visitors. This feature increases server load while enabled."
493
  msgstr ""
494
 
495
- #: functions.php:4297 modules/advanced_features.php:73
496
  msgid ""
497
  "This feature is only available when you select 3CX High Performance Cloud "
498
  "Servers in Advanced Features."
499
  msgstr ""
500
 
501
- #: functions.php:4384
502
  msgid "Thank you for inquiry. We will get back to you shortly"
503
  msgstr "Благодарим ви за запитването. Скоро ще се свържем с вас"
504
 
505
- #: functions.php:4562 wp-live-chat-support.php:4571
506
  #, fuzzy
507
  #| msgid ""
508
  #| "The Live Chat box is currently disabled on your website due to : <a href="
@@ -512,21 +513,21 @@ msgstr ""
512
  "Live Chat box-а в момента е неактивен във вашия сайт поради: <a href=\"%s"
513
  "\">Общи настройки</a>"
514
 
515
- #: functions.php:4563 wp-live-chat-support.php:4572
516
  #, fuzzy
517
  #| msgid "Business Hours"
518
  msgid "Business Hours Settings"
519
  msgstr "Работно време"
520
 
521
- #: functions.php:4614
522
  msgid "Edit Profile"
523
  msgstr "Коригирай профил"
524
 
525
- #: functions.php:4625 modules/node_server.php:96 modules/node_server.php:878
526
  msgid "Drag Files Here"
527
  msgstr "Плъзни файловете тук"
528
 
529
- #: functions.php:4648 functions.php:4693 includes/wplc_custom_fields.php:107
530
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
531
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
532
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
@@ -534,43 +535,53 @@ msgstr "Плъзни файловете тук"
534
  msgid "Delete"
535
  msgstr "Изтриване"
536
 
537
- #: functions.php:4649
538
  msgid "Send..."
539
  msgstr "Изпрати..."
540
 
541
- #: functions.php:4650 functions.php:4695
542
  msgid "Play voice note"
543
  msgstr "Възпроизведи гласова бележка"
544
 
545
- #: functions.php:4694
546
  msgid "Save..."
547
  msgstr "Запази..."
548
 
549
- #: functions.php:4814 wp-live-chat-support.php:1240
550
- #: wp-live-chat-support.php:2810
551
  msgid "is typing..."
552
  msgstr "пише..."
553
 
554
- #: functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
555
  msgid "An error has occured while fetching the news feed."
556
  msgstr ""
557
 
558
- #: functions.php:4926
559
  msgid "Default"
560
  msgstr "По подразбиране"
561
 
562
- #: functions.php:5229 functions.php:5233
563
  msgid "You do not have permission to perform this action"
564
  msgstr ""
565
 
566
- #: includes/blocks/wplc-chat-box/block.js:44
567
- #, fuzzy
568
- #| msgid "WP Live Chat Support Triggers"
569
- msgid "WP Live Chat Trigger"
570
- msgstr "WP Live Chat Support стартери"
571
-
572
  #: includes/blocks/wplc-chat-box/index.php:30
573
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3997
574
  msgid "Gutenberg Blocks"
575
  msgstr "Gutenberg блокове"
576
 
@@ -624,22 +635,16 @@ msgstr "Покажи избрания персонализиран текст"
624
  msgid "Displays the chosen icon"
625
  msgstr "Покажи избраната икона"
626
 
627
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1248
628
- #: wp-live-chat-support.php:1891
629
  msgid "Type here"
630
  msgstr "Пиши тук"
631
 
632
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:971
633
  msgid "Live Chat"
634
  msgstr "Чат на живо"
635
 
636
- #: includes/blocks/wplc-inline-chat-box/block.js:13
637
- #, fuzzy
638
- #| msgid "WP Live Chat Support"
639
- msgid "WP Live Chat Box"
640
- msgstr "WP Live Chat Support"
641
-
642
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:972
643
  #, fuzzy
644
  #| msgid "New Dashboard"
645
  msgid "Dashboard"
@@ -662,15 +667,15 @@ msgstr "Чат ID"
662
  msgid "Missed"
663
  msgstr "Пропуснати чатове"
664
 
665
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:980
666
- #: wp-live-chat-support.php:3439
667
  msgid "History"
668
  msgstr "История"
669
 
670
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
671
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
672
- #: wp-live-chat-support.php:984 wp-live-chat-support.php:3485
673
- #: wp-live-chat-support.php:3982
674
  msgid "Offline Messages"
675
  msgstr "Офлайн съобщения"
676
 
@@ -680,7 +685,7 @@ msgid "Tools"
680
  msgstr ""
681
 
682
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
683
- #: wp-live-chat-support.php:973
684
  msgid "Settings"
685
  msgstr "Настройки"
686
 
@@ -763,7 +768,7 @@ msgid "has joined the chat."
763
  msgstr "се присъедини към чата."
764
 
765
  #: includes/settings_page.php:98 includes/settings_page.php:136
766
- #: wp-live-chat-support.php:3993
767
  msgid "General Settings"
768
  msgstr "Общи настройки"
769
 
@@ -815,7 +820,7 @@ msgid "This name will be displayed for all not logged in visitors"
815
  msgstr ""
816
  "Това име ще бъде показвано за всички потребители, които не са се вписали"
817
 
818
- #: includes/settings_page.php:177 wp-live-chat-support.php:451
819
  msgid "Guest"
820
  msgstr "Гост"
821
 
@@ -1028,7 +1033,7 @@ msgstr ""
1028
  "Активирайки това ще позволиш на посетителите да записват гласови съобщения и "
1029
  "да ги изпращат на чата, като задържат CTRL+SPACEBAR"
1030
 
1031
- #: includes/settings_page.php:381 wp-live-chat-support.php:3994
1032
  #, fuzzy
1033
  #| msgid "Chat Window Settings"
1034
  msgid "Chat Box Settings"
@@ -1120,7 +1125,7 @@ msgstr ""
1120
  msgid "Display a timestamp in the chat window:"
1121
  msgstr "Показване на времеви отпечатък в чат прозореца"
1122
 
1123
- #: includes/settings_page.php:435 wp-live-chat-support.php:2392
1124
  msgid "Time"
1125
  msgstr "Време"
1126
 
@@ -1480,7 +1485,7 @@ msgstr ""
1480
  "%s"
1481
 
1482
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1483
- #: modules/node_server.php:652 wp-live-chat-support.php:2312
1484
  msgid "here"
1485
  msgstr "тук"
1486
 
@@ -1548,8 +1553,8 @@ msgstr ""
1548
  msgid "Other text"
1549
  msgstr "Друг текст"
1550
 
1551
- #: includes/settings_page.php:1065 wp-live-chat-support.php:445
1552
- #: wp-live-chat-support.php:1194
1553
  #, fuzzy
1554
  #| msgid "The chat has been ended by the operator."
1555
  msgid "The chat has been ended by the agent."
@@ -1742,12 +1747,12 @@ msgstr ""
1742
  msgid "Add New"
1743
  msgstr "Добави нов"
1744
 
1745
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1009
1746
  msgid "Custom Fields"
1747
  msgstr "Персонализирани полета"
1748
 
1749
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1750
- #: wp-live-chat-support.php:2393
1751
  msgid "Type"
1752
  msgstr "Тип"
1753
 
@@ -1756,11 +1761,11 @@ msgid "Content"
1756
  msgstr "Съдържание"
1757
 
1758
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1759
- #: wp-live-chat-support.php:2396 wp-live-chat-support.php:3379
1760
  msgid "Status"
1761
  msgstr "Статус"
1762
 
1763
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2589
1764
  msgid "Active"
1765
  msgstr "Активен"
1766
 
@@ -1846,8 +1851,8 @@ msgstr "Падащо"
1846
  msgid "Custom Field Data"
1847
  msgstr "Персонализирано поле за данни"
1848
 
1849
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1008
1850
- #: wp-live-chat-support.php:3968
1851
  msgid "Triggers"
1852
  msgstr "Стартери"
1853
 
@@ -1924,7 +1929,7 @@ msgid "Enable Trigger"
1924
  msgstr "Разреши стартер"
1925
 
1926
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1927
- #: wp-live-chat-support.php:4698
1928
  msgid "Close"
1929
  msgstr "Затвори"
1930
 
@@ -2061,7 +2066,7 @@ msgid "Select Department"
2061
  msgstr "Изберете отдел"
2062
 
2063
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2064
- #: wp-live-chat-support.php:3970
2065
  msgid "ROI Goals"
2066
  msgstr "ROI - Цели"
2067
 
@@ -2396,7 +2401,7 @@ msgid "Import Settings"
2396
  msgstr "Настройки на отдел"
2397
 
2398
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2399
- #: wp-live-chat-support.php:3983
2400
  msgid "Chat History"
2401
  msgstr "История на чата"
2402
 
@@ -2442,21 +2447,21 @@ msgstr "Поддръжка"
2442
  msgid "This cannot be undone"
2443
  msgstr ""
2444
 
2445
- #: modules/advanced_tools.php:192
2446
  msgid "Import Failed - Could Not Process File"
2447
  msgstr ""
2448
 
2449
- #: modules/advanced_tools.php:206
2450
  msgid "Import Failed - Could Not Find File"
2451
  msgstr ""
2452
 
2453
- #: modules/advanced_tools.php:218
2454
  #, fuzzy
2455
  #| msgid "Complete"
2456
  msgid "Import Complete"
2457
  msgstr "Завършен"
2458
 
2459
- #: modules/advanced_tools.php:226
2460
  msgid "Thank you, all settings have been updated"
2461
  msgstr "Вашите настройки бяха запазени"
2462
 
@@ -2537,7 +2542,7 @@ msgstr ""
2537
  msgid "Data retention purpose"
2538
  msgstr "Цел на съхранението"
2539
 
2540
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:392
2541
  msgid "Chat/Support"
2542
  msgstr "Чат/Поддръжка"
2543
 
@@ -2603,8 +2608,8 @@ msgstr "Изтрий чат (%%CID%%)"
2603
  msgid "Download Chat (%%CID%%)"
2604
  msgstr "Изтегляне на чат (%%CID%%)"
2605
 
2606
- #: modules/gdpr.php:162 wp-live-chat-support.php:4240
2607
- #: wp-live-chat-support.php:4300
2608
  msgid "Chat ID"
2609
  msgstr "Чат ID"
2610
 
@@ -2627,7 +2632,7 @@ msgstr ""
2627
  "с цел подобряване на обслужването, за периода от %%PERIOD%% дни съобразно с "
2628
  "РЗЛД."
2629
 
2630
- #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:588
2631
  msgid "Privacy Policy"
2632
  msgstr "Политика на поверителност"
2633
 
@@ -2727,12 +2732,12 @@ msgstr ""
2727
  "Моля, вижте нашата %% PRIVACY_LINK %% за информация относно обработката на "
2728
  "данни"
2729
 
2730
- #: modules/gdpr.php:636
2731
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2732
  msgstr ""
2733
  "РЗЛД информираното съгласие е активирано - Избор на сървър, ограничен до ЕС"
2734
 
2735
- #: modules/gdpr.php:668
2736
  msgid "Pro data will also be removed as a part of this automatic process."
2737
  msgstr ""
2738
  "Pro данните също ще бъдат премахнати като част от този автоматичен процес."
@@ -2758,7 +2763,7 @@ msgstr ""
2758
  msgid "Active visitors"
2759
  msgstr "Активни потребители"
2760
 
2761
- #: modules/node_server.php:100 wp-live-chat-support.php:1856
2762
  #, fuzzy
2763
  #| msgid "Initiate Chat"
2764
  msgid "Minimize Chat"
@@ -2777,7 +2782,7 @@ msgid "Invite Department"
2777
  msgstr "Чат отдел"
2778
 
2779
  #: modules/node_server.php:111 modules/node_server.php:881
2780
- #: modules/node_server.php:885 wp-live-chat-support.php:4042
2781
  msgid "Direct User To Page"
2782
  msgstr "Насочи потребителя към страница"
2783
 
@@ -2792,7 +2797,7 @@ msgid "Leave chat"
2792
  msgstr "Напусни чат"
2793
 
2794
  #: modules/node_server.php:115 modules/node_server.php:883
2795
- #: wp-live-chat-support.php:2601
2796
  msgid "End chat"
2797
  msgstr "Край на чата"
2798
 
@@ -2855,7 +2860,7 @@ msgid "Contains"
2855
  msgstr "Пишете ни"
2856
 
2857
  #: modules/node_server.php:185 modules/node_server.php:893
2858
- #: wp-live-chat-support.php:2391
2859
  msgid "Visitor"
2860
  msgstr "Потребител"
2861
 
@@ -2904,7 +2909,7 @@ msgstr "Грешка"
2904
  msgid "Only chat agents can access this page."
2905
  msgstr "Само чат оператори имат достъп до тази страница."
2906
 
2907
- #: modules/node_server.php:594 wp-live-chat-support.php:4696
2908
  msgid "Sending transcript..."
2909
  msgstr "Изпращане на скрипт..."
2910
 
@@ -2914,11 +2919,11 @@ msgstr "Изпращане на скрипт..."
2914
  msgid "Chat Transcript"
2915
  msgstr "Transcript настройки на чата"
2916
 
2917
- #: modules/node_server.php:597 wp-live-chat-support.php:4699
2918
  msgid "The chat transcript has been emailed."
2919
  msgstr "Чат скрипта беше изпратен на е-майла."
2920
 
2921
- #: modules/node_server.php:598 wp-live-chat-support.php:4700
2922
  msgid "There was a problem emailing the chat."
2923
  msgstr ""
2924
 
@@ -2939,11 +2944,11 @@ msgstr "Чата е деактивиран в настройките, ре-ак
2939
  msgid "User received notification:"
2940
  msgstr "Полученото от потребителя уведомление:"
2941
 
2942
- #: modules/node_server.php:684 wp-live-chat-support.php:2183
2943
  msgid "New chat received"
2944
  msgstr "Получен нов чат"
2945
 
2946
- #: modules/node_server.php:685 wp-live-chat-support.php:2185
2947
  msgid ""
2948
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2949
  "chat"
@@ -2981,11 +2986,11 @@ msgstr ""
2981
  msgid "Show me!"
2982
  msgstr "Покажи ми!"
2983
 
2984
- #: modules/node_server.php:803 wp-live-chat-support.php:4667
2985
  msgid "Don't Show This Again"
2986
  msgstr "Не показвай това"
2987
 
2988
- #: modules/node_server.php:870 wp-live-chat-support.php:419
2989
  msgid "Connecting..."
2990
  msgstr "Свързване..."
2991
 
@@ -3055,7 +3060,7 @@ msgstr "Променени настройки"
3055
  msgid "Webhooks"
3056
  msgstr "Webhooks"
3057
 
3058
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3969
3059
  #, fuzzy
3060
  #| msgid "Webhooks"
3061
  msgid "Web Hooks"
@@ -3117,37 +3122,37 @@ msgstr "Запази промени"
3117
  msgid "Are you sure you want to delete this webhook?"
3118
  msgstr "Сигурни ли сте, че искате да изтриете този webhook?"
3119
 
3120
- #: wp-live-chat-support.php:363
3121
  msgid "close"
3122
  msgstr "затвори"
3123
 
3124
- #: wp-live-chat-support.php:383
3125
  #, fuzzy
3126
  #| msgid "Via WP Live Chat Support"
3127
  msgid "Thank you for chatting with us."
3128
  msgstr "WP Live Chat Support"
3129
 
3130
- #: wp-live-chat-support.php:408 wp-live-chat-support.php:1924
3131
  msgid "Questions?"
3132
  msgstr "Въпроси?"
3133
 
3134
- #: wp-live-chat-support.php:409 wp-live-chat-support.php:1925
3135
  msgid "Chat with us"
3136
  msgstr "Пиши ни"
3137
 
3138
- #: wp-live-chat-support.php:410
3139
  msgid "Start live chat"
3140
  msgstr "Започни Live Chat"
3141
 
3142
- #: wp-live-chat-support.php:411
3143
  msgid "Complete the fields below to proceed."
3144
  msgstr ""
3145
 
3146
- #: wp-live-chat-support.php:412
3147
  msgid "Chat offline. Leave a message"
3148
  msgstr "Офлайн чат. Оставете съобщение"
3149
 
3150
- #: wp-live-chat-support.php:413
3151
  msgid ""
3152
  "We are currently offline. Please leave a message and we'll get back to you "
3153
  "shortly."
@@ -3155,46 +3160,46 @@ msgstr ""
3155
  "В момента на не сме на линия. Моля, оставете съобщение и ние ще се свържем с "
3156
  "Вас възможно най-скоро."
3157
 
3158
- #: wp-live-chat-support.php:414
3159
  msgid "Sending message..."
3160
  msgstr "Изпращане на съобщение..."
3161
 
3162
- #: wp-live-chat-support.php:415
3163
  msgid "Thank you for your message. We will be in contact soon."
3164
  msgstr "Благодаря за вашето съобщение. Ще се свържем с вас скоро."
3165
 
3166
- #: wp-live-chat-support.php:416
3167
  msgid "Leave a message"
3168
  msgstr "Остави съобщение"
3169
 
3170
- #: wp-live-chat-support.php:417
3171
  msgid "Send message"
3172
  msgstr "Изпрати съобщение"
3173
 
3174
- #: wp-live-chat-support.php:418
3175
  msgid "Start Chat"
3176
  msgstr "Започни чат"
3177
 
3178
- #: wp-live-chat-support.php:420 wp-live-chat-support.php:2065
3179
- #: wp-live-chat-support.php:2112
3180
  msgid "Reactivating your previous chat..."
3181
  msgstr "Ре-активиране на предишен чат..."
3182
 
3183
- #: wp-live-chat-support.php:450
3184
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3185
  msgstr "Моля, кликнете 'Започни чат', за да започнете чат с оператор"
3186
 
3187
- #: wp-live-chat-support.php:453
3188
  #, fuzzy
3189
  #| msgid "There is No Answer. Please Try Again Later."
3190
  msgid "No answer. Try again later."
3191
  msgstr "Няма отговор. Моля, опитайте отново по-късно."
3192
 
3193
- #: wp-live-chat-support.php:454
3194
  msgid "Welcome. How may I help you?"
3195
  msgstr "Добре дошли. Как мога да Ви помогна?"
3196
 
3197
- #: wp-live-chat-support.php:458
3198
  #, fuzzy
3199
  #| msgid ""
3200
  #| "Please standby for an agent. While you wait for the agent you may type "
@@ -3204,149 +3209,149 @@ msgstr ""
3204
  "Моля изчакайте връзка с оператор. Докато чакате, можете да напишете Вашето "
3205
  "запитване."
3206
 
3207
- #: wp-live-chat-support.php:689
3208
  msgid ""
3209
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3210
  "no longer needed, please uninstall it."
3211
  msgstr ""
3212
 
3213
- #: wp-live-chat-support.php:981 wp-live-chat-support.php:3466
3214
  msgid "Missed Chats"
3215
  msgstr "Пропуснати чатове"
3216
 
3217
- #: wp-live-chat-support.php:989 wp-live-chat-support.php:3958
3218
  msgid "Support"
3219
  msgstr "Поддръжка"
3220
 
3221
- #: wp-live-chat-support.php:1191
3222
  #, fuzzy
3223
  #| msgid "Please enter your name"
3224
  msgid "Please Enter Your Name"
3225
  msgstr "Моля, въведете вашето име"
3226
 
3227
- #: wp-live-chat-support.php:1192
3228
  #, fuzzy
3229
  #| msgid "Please enter your email address"
3230
  msgid "Please Enter Your Email Address"
3231
  msgstr "Моля въведете вашия е-маил адрес"
3232
 
3233
- #: wp-live-chat-support.php:1193
3234
  #, fuzzy
3235
  #| msgid "Connection to server lost. Please reload this page. Error: "
3236
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3237
  msgstr ""
3238
  "Връзката със сървъра е прекъсната. Моля, презаредете тази страница. Грешка: "
3239
 
3240
- #: wp-live-chat-support.php:1195
3241
  #, fuzzy
3242
  #| msgid "Please enter a message"
3243
  msgid "Please Enter a Message"
3244
  msgstr "Моля, напишете съобщение"
3245
 
3246
- #: wp-live-chat-support.php:1196
3247
  #, fuzzy
3248
  #| msgid "Disconnected, attempting to reconnect..."
3249
  msgid "Disconnected, Attempting to Reconnect..."
3250
  msgstr "Връзката прекъсната, опит за повторна връзка..."
3251
 
3252
- #: wp-live-chat-support.php:1243
3253
  #, fuzzy
3254
  #| msgid " has joined."
3255
  msgid "has joined."
3256
  msgstr " се присъедини."
3257
 
3258
- #: wp-live-chat-support.php:1244
3259
  #, fuzzy
3260
  #| msgid " has left."
3261
  msgid "has left."
3262
  msgstr " напусна."
3263
 
3264
- #: wp-live-chat-support.php:1245
3265
  #, fuzzy
3266
  #| msgid " has ended the chat."
3267
  msgid "has ended the chat."
3268
  msgstr " приключи чата."
3269
 
3270
- #: wp-live-chat-support.php:1246
3271
  #, fuzzy
3272
  #| msgid " has disconnected."
3273
  msgid "has disconnected."
3274
  msgstr " прекъсна връзката."
3275
 
3276
- #: wp-live-chat-support.php:1247
3277
  msgid "(edited)"
3278
  msgstr "(редактиран)"
3279
 
3280
- #: wp-live-chat-support.php:1638 wp-live-chat-support.php:1657
3281
  msgid "Start chat"
3282
  msgstr "Стартирай чат"
3283
 
3284
- #: wp-live-chat-support.php:1903 wp-live-chat-support.php:2672
3285
  msgid "Send"
3286
  msgstr "Изпрати"
3287
 
3288
- #: wp-live-chat-support.php:2308
3289
  msgid "Congratulations"
3290
  msgstr "Поздравления"
3291
 
3292
- #: wp-live-chat-support.php:2309
3293
  msgid "You are now accepting live chat requests on your site."
3294
  msgstr "Сега вие приемате заявки за Live chat на Вашия сайт."
3295
 
3296
- #: wp-live-chat-support.php:2310
3297
  #, fuzzy
3298
  #| msgid "The live chat box has automatically been enabled on your website."
3299
  msgid "The live chat box has automatically been enabled."
3300
  msgstr "Живата версия на Chat box-а е автоматично активирана на вашия уебсайт."
3301
 
3302
- #: wp-live-chat-support.php:2311
3303
  msgid "Chat notifications will start appearing once visitors send a request."
3304
  msgstr "Чат нотификации ще се показват когато посетител изпрати запитване."
3305
 
3306
- #: wp-live-chat-support.php:2312
3307
  #, php-format
3308
  msgid "You may modify your chat box settings %s"
3309
  msgstr ""
3310
 
3311
- #: wp-live-chat-support.php:2313
3312
  msgid "Experiencing issues?"
3313
  msgstr "Изпитваш затруднения?"
3314
 
3315
- #: wp-live-chat-support.php:2313
3316
  msgid "Take a look at our how-to guides."
3317
  msgstr ""
3318
 
3319
- #: wp-live-chat-support.php:2314
3320
  msgid "Hide"
3321
  msgstr "Скрий"
3322
 
3323
- #: wp-live-chat-support.php:2371
3324
  msgid "Keep this window open to get notified of new chats."
3325
  msgstr ""
3326
 
3327
- #: wp-live-chat-support.php:2377
3328
  #, fuzzy
3329
  #| msgid "Visitors online"
3330
  msgid "Visitor(s) online"
3331
  msgstr "Посетители онлайн"
3332
 
3333
- #: wp-live-chat-support.php:2394
3334
  msgid "Device"
3335
  msgstr "Устройство"
3336
 
3337
- #: wp-live-chat-support.php:2395
3338
  msgid "Data"
3339
  msgstr "Данни"
3340
 
3341
- #: wp-live-chat-support.php:2428
3342
  msgid "Chat Dashboard"
3343
  msgstr "Чат табло"
3344
 
3345
- #: wp-live-chat-support.php:2431
3346
  msgid "Oh no!"
3347
  msgstr "О, не!"
3348
 
3349
- #: wp-live-chat-support.php:2433
3350
  #, fuzzy, php-format
3351
  #| msgid ""
3352
  #| "You do not have access to this page as <strong>you are not a chat agent</"
@@ -3354,91 +3359,91 @@ msgstr "О, не!"
3354
  msgid "You do not have access to this page as %s."
3355
  msgstr "Нямаш достъп до тази страница <strong>не си чат агент...</strong>."
3356
 
3357
- #: wp-live-chat-support.php:2433
3358
  #, fuzzy
3359
  #| msgid "Make this user a chat agent"
3360
  msgid "you are not a chat agent"
3361
  msgstr "Направи този потребител чат оператор"
3362
 
3363
- #: wp-live-chat-support.php:2587
3364
  msgid "Previous"
3365
  msgstr "Предишен"
3366
 
3367
- #: wp-live-chat-support.php:2594
3368
  msgid "Chat with"
3369
  msgstr "Чат с"
3370
 
3371
- #: wp-live-chat-support.php:2611
3372
  msgid "Starting Time:"
3373
  msgstr "Време начало:"
3374
 
3375
- #: wp-live-chat-support.php:2612
3376
  msgid "Ending Time:"
3377
  msgstr "Време край:"
3378
 
3379
- #: wp-live-chat-support.php:2632
3380
  msgid "Chat initiated on:"
3381
  msgstr "Чата е инициализиран на:"
3382
 
3383
- #: wp-live-chat-support.php:2633
3384
  msgid "Browser:"
3385
  msgstr "Браузър:"
3386
 
3387
- #: wp-live-chat-support.php:2659 wp-live-chat-support.php:2698
3388
  #, fuzzy
3389
  #| msgid "Chat ID"
3390
  msgid "Invalid Chat ID"
3391
  msgstr "Чат ID"
3392
 
3393
- #: wp-live-chat-support.php:2667
3394
  msgid "type here..."
3395
  msgstr "пиши тук..."
3396
 
3397
- #: wp-live-chat-support.php:2825
3398
  msgid "User has opened the chat window"
3399
  msgstr "Потребителят отвори чат прозорец"
3400
 
3401
- #: wp-live-chat-support.php:2826
3402
  msgid "User has minimized the chat window"
3403
  msgstr "Потребителят е минимизирал чат прозореца"
3404
 
3405
- #: wp-live-chat-support.php:2827
3406
  msgid "User has maximized the chat window"
3407
  msgstr "Потребителят е отворил чат прозореца на цял екран"
3408
 
3409
- #: wp-live-chat-support.php:2828
3410
  msgid "The chat has been ended"
3411
  msgstr "Чатът приключи"
3412
 
3413
- #: wp-live-chat-support.php:3369
3414
  msgid "Delete History"
3415
  msgstr "Изтриване на историята"
3416
 
3417
- #: wp-live-chat-support.php:3386
3418
  msgid "No chats available at the moment"
3419
  msgstr "Не са налични чатове в момента"
3420
 
3421
- #: wp-live-chat-support.php:3506
3422
  msgid "Actions"
3423
  msgstr "Действия"
3424
 
3425
- #: wp-live-chat-support.php:3520
3426
  msgid "You have not received any offline messages."
3427
  msgstr "Няма получени офлайн съобщения."
3428
 
3429
- #: wp-live-chat-support.php:3528
3430
  msgid "Delete Message"
3431
  msgstr "Изтриване на съобщение"
3432
 
3433
- #: wp-live-chat-support.php:3637
3434
  msgid "You do not have permission to save settings."
3435
  msgstr ""
3436
 
3437
- #: wp-live-chat-support.php:3903
3438
  msgid "Your settings have been saved."
3439
  msgstr "Вашите настройки бяха запазени."
3440
 
3441
- #: wp-live-chat-support.php:3932
3442
  #, fuzzy
3443
  #| msgid ""
3444
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
@@ -3453,7 +3458,7 @@ msgstr ""
3453
  "затруднения докато използвате WP Live Chat Support като резултат. Моля "
3454
  "свържете се с хостинга ви за да деактивирате безопасния режим."
3455
 
3456
- #: wp-live-chat-support.php:3938
3457
  #, fuzzy
3458
  #| msgid ""
3459
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
@@ -3468,197 +3473,185 @@ msgstr ""
3468
  "затруднения докато използвате WP Live Chat Support като резултат. Моля "
3469
  "свържете се с хостинга ви за да деактивирате безопасния режим."
3470
 
3471
- #: wp-live-chat-support.php:3961 wp-live-chat-support.php:3965
3472
  #, fuzzy
3473
  #| msgid "Advanced Features"
3474
  msgid "Plugin Features"
3475
  msgstr "Разширени настройки"
3476
 
3477
- #: wp-live-chat-support.php:3963
3478
  msgid ""
3479
  "Check out these features and get up to speed with what you can do with WP "
3480
  "Live Chat:"
3481
  msgstr ""
3482
 
3483
- #: wp-live-chat-support.php:3966
3484
  msgid "Reporting"
3485
  msgstr "Справки"
3486
 
3487
- #: wp-live-chat-support.php:3967
3488
  msgid "Localization"
3489
  msgstr ""
3490
 
3491
- #: wp-live-chat-support.php:3975
3492
  #, fuzzy
3493
  #| msgid "Chat Agents"
3494
  msgid "Chat FAQs"
3495
  msgstr "Чат оператор"
3496
 
3497
- #: wp-live-chat-support.php:3977
3498
  msgid ""
3499
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3500
  "agents:"
3501
  msgstr ""
3502
 
3503
- #: wp-live-chat-support.php:3979
3504
  #, fuzzy
3505
  #| msgid "Chat with us"
3506
  msgid "Chat with Visitors"
3507
  msgstr "Пиши ни"
3508
 
3509
- #: wp-live-chat-support.php:3980
3510
  #, fuzzy
3511
  #| msgid "Chat Agents"
3512
  msgid "Chat with Agents"
3513
  msgstr "Чат оператор"
3514
 
3515
- #: wp-live-chat-support.php:3984
3516
  #, fuzzy
3517
  #| msgid "Chat Agents"
3518
  msgid "Chat Invites"
3519
  msgstr "Чат оператор"
3520
 
3521
- #: wp-live-chat-support.php:3989
3522
  #, fuzzy
3523
  #| msgid "Settings Changed"
3524
  msgid "Settings & Customization"
3525
  msgstr "Променени настройки"
3526
 
3527
- #: wp-live-chat-support.php:3991
3528
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3529
  msgstr ""
3530
 
3531
- #: wp-live-chat-support.php:3995
3532
  #, fuzzy
3533
  #| msgid "Chat Window Settings"
3534
  msgid "Agent Settings"
3535
  msgstr "Настройки на чат прозореца"
3536
 
3537
- #: wp-live-chat-support.php:4002
3538
  msgid "Troubleshooting"
3539
  msgstr "Отстраняване на проблеми"
3540
 
3541
- #: wp-live-chat-support.php:4004
3542
  msgid ""
3543
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3544
  "issues:"
3545
  msgstr ""
3546
 
3547
- #: wp-live-chat-support.php:4006
3548
  msgid "My Chat Box Is Not Showing"
3549
  msgstr ""
3550
 
3551
- #: wp-live-chat-support.php:4007
3552
  #, fuzzy
3553
  #| msgid "I'm not getting any notifications of a new chat"
3554
  msgid "Not Receiving Notifications of New Chats"
3555
  msgstr "Не получавам нотификации при иницииране на нов чат"
3556
 
3557
- #: wp-live-chat-support.php:4008
3558
- #, fuzzy
3559
- #| msgid "The chat window never goes offline"
3560
- msgid "The Chat Box Never Goes Offline"
3561
- msgstr "Прозореца на чата никога преминава в офлайн режим"
3562
-
3563
- #: wp-live-chat-support.php:4009
3564
- #, fuzzy
3565
- #| msgid "Error: Chat has already been Answered"
3566
- msgid "Chat Has Already Been Answered"
3567
- msgstr "Този чат вече беше отговорен от друг оператор"
3568
-
3569
- #: wp-live-chat-support.php:4010
3570
  #, fuzzy
3571
  #| msgid "How do I check for JavaScript errors on my site?"
3572
  msgid "Check for JavaScript Errors"
3573
  msgstr "Как да проверя за JavaScript грешки в сайта ми?"
3574
 
3575
- #: wp-live-chat-support.php:4038
3576
  msgid "Initiate Chats"
3577
  msgstr "Инициализирай чат"
3578
 
3579
- #: wp-live-chat-support.php:4039
3580
  msgid "Multiple Chats"
3581
  msgstr "Многобройни чатове"
3582
 
3583
- #: wp-live-chat-support.php:4040
3584
  msgid "Add unlimited agents"
3585
  msgstr "Добави неограничен брой оператори"
3586
 
3587
- #: wp-live-chat-support.php:4041
3588
  msgid "Transfer Chats"
3589
  msgstr "Прехвърляй чатове"
3590
 
3591
- #: wp-live-chat-support.php:4060
3592
  #, fuzzy, php-format
3593
  #| msgid "Via WP Live Chat Support"
3594
  msgid "Thank you for using %s! Please %s on %s"
3595
  msgstr "WP Live Chat Support"
3596
 
3597
- #: wp-live-chat-support.php:4060
3598
  msgid "rate us"
3599
  msgstr ""
3600
 
3601
- #: wp-live-chat-support.php:4241 wp-live-chat-support.php:4301
3602
  msgid "From"
3603
  msgstr "От"
3604
 
3605
- #: wp-live-chat-support.php:4243 wp-live-chat-support.php:4303
3606
  msgid "Timestamp"
3607
  msgstr "Дата"
3608
 
3609
- #: wp-live-chat-support.php:4244 wp-live-chat-support.php:4304
3610
  msgid "Origin"
3611
  msgstr "Произход"
3612
 
3613
- #: wp-live-chat-support.php:4249 wp-live-chat-support.php:4309
3614
  msgid "user"
3615
  msgstr "потребител"
3616
 
3617
- #: wp-live-chat-support.php:4251 wp-live-chat-support.php:4311
3618
  msgid "agent"
3619
  msgstr "оператор"
3620
 
3621
- #: wp-live-chat-support.php:4406
3622
  msgid "Advanced settings"
3623
  msgstr "Разширени настройки"
3624
 
3625
- #: wp-live-chat-support.php:4413
3626
  msgid "Only change these settings if you are experiencing performance issues."
3627
  msgstr ""
3628
  "Променяйте тези настройки само ако изпитвате затруднения с "
3629
  "производителността."
3630
 
3631
- #: wp-live-chat-support.php:4420
3632
  msgid "Website hosting type:"
3633
  msgstr ""
3634
 
3635
- #: wp-live-chat-support.php:4424
3636
  #, fuzzy
3637
  #| msgid "Custom Scripts"
3638
  msgid "Custom parameters"
3639
  msgstr "Персонализирани скриптове"
3640
 
3641
- #: wp-live-chat-support.php:4425
3642
  msgid "Shared hosting - low level plan"
3643
  msgstr "Споделен услуга - План от ниско ниво"
3644
 
3645
- #: wp-live-chat-support.php:4426
3646
  msgid "Shared hosting - normal plan"
3647
  msgstr "Споделена услуга - нормален план"
3648
 
3649
- #: wp-live-chat-support.php:4427
3650
  msgid "VPS"
3651
  msgstr "VP"
3652
 
3653
- #: wp-live-chat-support.php:4428
3654
  msgid "Dedicated server"
3655
  msgstr "Отделен сървър"
3656
 
3657
- #: wp-live-chat-support.php:4434
3658
  msgid "Long poll setup"
3659
  msgstr "Виртуален клъстер"
3660
 
3661
- #: wp-live-chat-support.php:4434
3662
  #, fuzzy
3663
  #| msgid ""
3664
  #| "Only change these if you are an experienced developer or if you have "
@@ -3668,29 +3661,29 @@ msgid ""
3668
  "received these figures from the WP Live Chat by 3CX team."
3669
  msgstr "Разширени настройки. Променяни само от опитни разработчици."
3670
 
3671
- #: wp-live-chat-support.php:4439
3672
  msgid "Iterations"
3673
  msgstr "Повторения"
3674
 
3675
- #: wp-live-chat-support.php:4443
3676
  #, fuzzy
3677
  #| msgid "Sleep between iterations"
3678
  msgid "Sleep between loops"
3679
  msgstr "Изчакване между повторенията"
3680
 
3681
- #: wp-live-chat-support.php:4446
3682
  #, fuzzy
3683
  #| msgid "microseconds"
3684
  msgid "milliseconds"
3685
  msgstr "микросекунди"
3686
 
3687
- #: wp-live-chat-support.php:4469
3688
  #, fuzzy
3689
  #| msgid "Display a 'Powered by' link in the chat box"
3690
  msgid "Show 'Powered by' in chat box"
3691
  msgstr "Покажи 'Powered by' линк в chat box-а"
3692
 
3693
- #: wp-live-chat-support.php:4469
3694
  #, fuzzy
3695
  #| msgid ""
3696
  #| "Checking this will display a 'Powered by WP Live Chat Support' caption at "
@@ -3702,24 +3695,24 @@ msgstr ""
3702
  "Отбелязвайки това ще се появи надпис 'Powered by WP Live Chat Support' в "
3703
  "долната част на chat box-а."
3704
 
3705
- #: wp-live-chat-support.php:4511
3706
  #, fuzzy
3707
  #| msgid "Powered by WP Live Chat Support"
3708
  msgid "Powered by WP Live Chat by 3CX"
3709
  msgstr "Powered by WP Live Chat Support"
3710
 
3711
- #: wp-live-chat-support.php:4665
3712
  msgid ""
3713
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3714
  msgstr ""
3715
 
3716
- #: wp-live-chat-support.php:4666
3717
  msgid ""
3718
  "Please add an SSL certificate to your site to continue receiving chat "
3719
  "notifications in your browser."
3720
  msgstr ""
3721
 
3722
- #: wp-live-chat-support.php:4679
3723
  msgid ""
3724
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3725
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
@@ -3727,66 +3720,86 @@ msgstr ""
3727
  "Моля, деактивирайте WP Live Chat Support - плъгин за електронна поща. От WP "
3728
  "Live Chat Support 8.0.05 има вграден Email Transcript."
3729
 
3730
- #: wp-live-chat-support.php:4686
3731
  msgid "Email transcript to user"
3732
  msgstr "Изпращане на скрипт към потребителя"
3733
 
3734
- #: wp-live-chat-support.php:4697
3735
  msgid "Sending Transcript"
3736
  msgstr "Изпращане на скрипт"
3737
 
3738
- #: wp-live-chat-support.php:4771
3739
  #, php-format
3740
  msgid "Your chat transcript from %1$s"
3741
  msgstr "Твоя чат скрипт към %1$s"
3742
 
3743
- #: wp-live-chat-support.php:4862
3744
  msgid "Chat Transcript Settings"
3745
  msgstr "Transcript настройки на чата"
3746
 
3747
- #: wp-live-chat-support.php:4865
3748
  msgid "Enable chat transcripts:"
3749
  msgstr "Активирай чат скриптове:"
3750
 
3751
- #: wp-live-chat-support.php:4873
3752
  msgid "Send transcripts to:"
3753
  msgstr "Изпрати скрипт към:"
3754
 
3755
- #: wp-live-chat-support.php:4880
3756
  msgid "User"
3757
  msgstr "Потребителско име"
3758
 
3759
- #: wp-live-chat-support.php:4891
3760
  msgid "Send transcripts when chat ends:"
3761
  msgstr "Изправете скрипт когато чата приключи:"
3762
 
3763
- #: wp-live-chat-support.php:4899
3764
  msgid "Email body"
3765
  msgstr "Е-майл тяло"
3766
 
3767
- #: wp-live-chat-support.php:4909
3768
  msgid "Email header"
3769
  msgstr "Е-майл хедър"
3770
 
3771
- #: wp-live-chat-support.php:4918
3772
  msgid "Email footer"
3773
  msgstr "Е-майл футър"
3774
 
3775
- #: wp-live-chat-support.php:4994
3776
  msgid ""
3777
  "Please note, local message encryption and local server options will be "
3778
  "deprecated in the next major release. All encryption and message delivery "
3779
  "will handled by our external servers in future."
3780
  msgstr ""
3781
 
3782
- #: wp-live-chat-support.php:4997
3783
  msgid "Deprecation Notice - Message Encryption & Local Server"
3784
  msgstr ""
3785
 
3786
- #: wp-live-chat-support.php:4999
3787
  msgid "Dismiss"
3788
  msgstr ""
3789
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3790
  #~ msgid "Request new chat"
3791
  #~ msgstr "Искане за нов чат"
3792
 
@@ -4461,9 +4474,6 @@ msgstr ""
4461
  #~ "добре поддържан и най-позитивно рецензиран плъгин за онлайн чат в "
4462
  #~ "WordPress!"
4463
 
4464
- #~ msgid "Skip intro and start accepting chats"
4465
- #~ msgstr "Пропусни въведението и започни да приемаш чатове"
4466
-
4467
  #~ msgid "Welcome"
4468
  #~ msgstr "Добре дошли"
4469
 
@@ -4817,9 +4827,6 @@ msgstr ""
4817
  #~ msgid "Visitors on site"
4818
  #~ msgstr "Посетители на сайта"
4819
 
4820
- #~ msgid "No visitors on-line at the moment"
4821
- #~ msgstr "В момента, няма посетители на линия"
4822
-
4823
  #~ msgid "No chat sessions available at the moment"
4824
  #~ msgstr "В момента няма свободни чат сесии"
4825
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat-bg\n"
4
+ "POT-Creation-Date: 2019-10-17 11:28+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:28+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: bg_BG\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
18
 
19
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
20
+ #: wp-live-chat-support.php:4864
21
  msgid "Admin"
22
  msgstr "Администратор"
23
 
58
  msgid "End Chat"
59
  msgstr "Затвори чата"
60
 
61
+ #: functions.php:1021
62
  msgid "complete"
63
  msgstr "завършен"
64
 
65
+ #: functions.php:1024
66
  msgid "pending"
67
  msgstr "в очакване"
68
 
69
+ #: functions.php:1027
70
  msgid "active"
71
  msgstr "активен"
72
 
73
+ #: functions.php:1030
74
  msgid "deleted"
75
  msgstr "изтрит"
76
 
77
+ #: functions.php:1033
78
  msgid "browsing"
79
  msgstr "разглежда"
80
 
81
+ #: functions.php:1036
82
  msgid "requesting chat"
83
  msgstr "искане за чат"
84
 
85
+ #: functions.php:1039
86
  msgid "Chat Ended - User still browsing"
87
  msgstr "Чата е приключен - потребителя все още разглежда"
88
 
89
+ #: functions.php:1042
90
  msgid "User is browsing but doesn't want to chat"
91
  msgstr "Потребителя разглежда, но не иска да разговаря"
92
 
93
+ #: functions.php:1181 includes/settings_page.php:774
94
  #, fuzzy
95
  #| msgid "WP Live Chat Support - Offline Message from "
96
  msgid "WP Live Chat by 3CX - Offline Message from "
97
  msgstr "WP Live Chat Support - Офлайн съобщение от "
98
 
99
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
100
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
101
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
102
  #: includes/wplc_roi.php:160 modules/node_server.php:81
103
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
104
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
105
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
106
  msgid "Name"
107
  msgstr "Име"
108
 
109
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
110
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
111
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
112
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
113
  msgid "Email"
114
  msgstr "И-мейл"
115
 
116
+ #: functions.php:1184 wp-live-chat-support.php:1782
117
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
118
+ #: wp-live-chat-support.php:4281
119
  msgid "Message"
120
  msgstr "Съобщение"
121
 
122
+ #: functions.php:1185
123
  #, fuzzy
124
  #| msgid "Via WP Live Chat Support"
125
  msgid "Via WP Live Chat by 3CX"
126
  msgstr "WP Live Chat Support"
127
 
128
+ #: functions.php:1484 wp-live-chat-support.php:3313
129
  msgid "Error: Could not delete chat"
130
  msgstr "Грешка: Чатът не беше изтрит"
131
 
132
+ #: functions.php:1486 wp-live-chat-support.php:3317
133
  msgid "Chat Deleted"
134
  msgstr "Чата беше изтрит"
135
 
136
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
137
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
138
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
139
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
141
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
142
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
143
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
144
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
145
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
146
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
147
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
148
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
149
+ #: wp-live-chat-support.php:4191
150
  msgid "You do not have permission do perform this action"
151
  msgstr ""
152
 
153
+ #: functions.php:1495 wp-live-chat-support.php:3326
154
  msgid "Are you sure you would like to delete this chat?"
155
  msgstr "Сигурни ли сте, че искате да изтриете този чат?"
156
 
157
+ #: functions.php:1496 includes/settings_page.php:142
158
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
159
  msgid "Yes"
160
  msgstr "Да"
161
 
162
+ #: functions.php:1496 includes/settings_page.php:143
163
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
164
  msgid "No"
165
  msgstr "Не"
166
 
167
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
168
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
169
+ #: wp-live-chat-support.php:3483
170
  msgid "Date"
171
  msgstr "Дата"
172
 
173
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
174
  msgid "URL"
175
  msgstr "URL"
176
 
177
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
178
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
179
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
180
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
181
  msgid "Action"
182
  msgstr "Действие"
183
 
184
+ #: functions.php:1523
185
  msgid "You have not missed any chat requests."
186
  msgstr "Нямате пропуснати заявки за чат."
187
 
188
+ #: functions.php:1530 wp-live-chat-support.php:3381
189
  msgid "View Chat History"
190
  msgstr "Преглед на историята на чата"
191
 
192
+ #: functions.php:1530 wp-live-chat-support.php:3381
193
  msgid "Download Chat History"
194
  msgstr "Изтегляне на историята на чата"
195
 
196
+ #: functions.php:1724
197
  msgid "Open chat window via"
198
  msgstr "Отвори чат прозорец чрез"
199
 
200
+ #: functions.php:1728
201
  msgid "Click"
202
  msgstr "Клик"
203
 
204
+ #: functions.php:1729
205
  msgid "Hover"
206
  msgstr "Hover"
207
 
208
+ #: functions.php:1731
209
  msgid "element with"
210
  msgstr "елемент с"
211
 
212
+ #: functions.php:1733
213
  msgid "Class"
214
  msgstr "Клас"
215
 
216
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
217
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
218
  #: includes/wplc_roi.php:159
219
  msgid "ID"
220
  msgstr "ID"
221
 
222
+ #: functions.php:2005 functions.php:2011 functions.php:2016
223
  #: includes/dashboard_page.php:58 modules/node_server.php:134
224
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
225
  msgid "Quick Responses"
226
  msgstr "Бързи Отговори"
227
 
228
+ #: functions.php:2006 includes/settings_page.php:322
229
  msgid "Quick Response"
230
  msgstr "Бърз отговор"
231
 
232
+ #: functions.php:2007 functions.php:2010
233
  msgid "New Quick Response"
234
  msgstr "Нов бърз отговор"
235
 
236
+ #: functions.php:2008 modules/node_server.php:1031
237
  msgid "Add New Quick Response"
238
  msgstr "Добави нов бърз отговор"
239
 
240
+ #: functions.php:2009
241
  msgid "Edit Quick Response"
242
  msgstr "Редактиране на бърз отговор"
243
 
244
+ #: functions.php:2012
245
  msgid "View Quick Responses"
246
  msgstr "Преглед на бързи отговори"
247
 
248
+ #: functions.php:2013
249
  msgid "Search Quick Responses"
250
  msgstr "Търсене на бързи отговори"
251
 
252
+ #: functions.php:2014
253
  msgid "No Quick Responses found"
254
  msgstr "Не са намерени бързи отговори"
255
 
256
+ #: functions.php:2015
257
  msgid "No Quick Responses found in the Trash"
258
  msgstr "Не са намерени бързи отговори в кошчето"
259
 
260
+ #: functions.php:2020
261
  #, fuzzy
262
  #| msgid "Quick Responses for WP Live Chat Support Pro"
263
  msgid "Quick Responses for WP Live Chat by 3CX"
264
  msgstr "Бързи отговори за WP Live Chat Support Pro"
265
 
266
+ #: functions.php:2054
267
  msgid "Sort Order"
268
  msgstr "Подредба"
269
 
270
+ #: functions.php:2090 includes/settings_page.php:331
271
  msgid "Title"
272
  msgstr "Заглавие"
273
 
274
+ #: functions.php:2091
275
  msgid "Order"
276
  msgstr "Поръчка"
277
 
278
+ #: functions.php:2092 includes/settings_page.php:1182
279
  msgid "Author"
280
  msgstr "Автор"
281
 
282
+ #: functions.php:2135 wp-live-chat-support.php:461
283
  msgid "Press ENTER to send your message"
284
  msgstr "Натиснете ENTER, за да изпратите съобщение"
285
 
286
+ #: functions.php:2174 functions.php:2178
287
  msgid "Assign Quick Response"
288
  msgstr "Възлагане на бърз отговор"
289
 
290
+ #: functions.php:2181 includes/settings_page.php:1164
291
  msgid "Select"
292
  msgstr "Избери"
293
 
294
+ #: functions.php:2187
295
  msgid "What is this?"
296
  msgstr "Какво е това?"
297
 
298
+ #: functions.php:2229
299
  #, php-format
300
  msgid "Incoming chat from %s (%s) on %s"
301
  msgstr "Входящ чат от %s (%s) на %s"
302
 
303
+ #: functions.php:2235
304
  #, fuzzy, php-format
305
  #| msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
306
  msgid "%s (%s) wants to chat with you."
307
  msgstr "%s (%s) иска чат с теб. <br /><br />Вход: %s"
308
 
309
+ #: functions.php:2240
310
  #, fuzzy, php-format
311
  #| msgid "Log in"
312
  msgid "Log in: %s"
313
  msgstr "Вписване"
314
 
315
+ #: functions.php:2567
316
  msgid "Status (Online)"
317
  msgstr "Статус (Онлайн)"
318
 
319
+ #: functions.php:2568
320
  msgid "Online"
321
  msgstr "Онлайн"
322
 
323
+ #: functions.php:2569
324
  msgid "Offline"
325
  msgstr "Офлайн"
326
 
327
+ #: functions.php:2570
328
  msgid "Status (Offline)"
329
  msgstr "Статус (Офлайн)"
330
 
331
+ #: functions.php:2581
332
  msgid ""
333
  "You have set your status to offline. To view visitors and accept chats "
334
  "please set your status to online using the switch above."
336
  "Ти промени статуса си на \"офлайн\". За да виждаш потребителите и да приемаш "
337
  "на чатове, промени статуса си на онлайн използвайки ключа по горе."
338
 
339
+ #: functions.php:2651
340
  msgid "Encryption"
341
  msgstr "Криптиране"
342
 
343
+ #: functions.php:2657 includes/settings_page.php:1225
344
+ #: wp-live-chat-support.php:3977
345
  msgid "Business Hours"
346
  msgstr "Работно време"
347
 
348
+ #: functions.php:2859
349
  msgid "Initiate Chat"
350
  msgstr "Започни чат"
351
 
352
+ #: functions.php:2951
353
  msgid "Attempting to open the chat window... Please be patient."
354
  msgstr "Опит за отваряне на чат прозорец...Моля, изчакайте."
355
 
356
+ #: functions.php:2968
357
  msgid ""
358
  "You are not a chat agent. Please make yourself a chat agent before trying to "
359
  "chat to visitors"
361
  "Не си чат оператор. Трябва да се добавиш към списъка с чат оператори, за да "
362
  "можеш да разговаряш с посетители"
363
 
364
+ #: functions.php:3163 functions.php:3179 functions.php:3194
365
  msgid "Chat Agent"
366
  msgstr "Чат оператор"
367
 
368
+ #: functions.php:3168 functions.php:3184
369
  msgid "Make this user a chat agent"
370
  msgstr "Направи този потребител чат оператор"
371
 
372
+ #: functions.php:3198
373
  msgid "Your user role does not allow you to make yourself a chat agent."
374
  msgstr ""
375
  "Потребителската ти роля не позволява да оторизираш себе си, като чат "
376
  "оператор."
377
 
378
+ #: functions.php:3199
379
  msgid "Please contact the administrator of this website to change this."
380
  msgstr "Моля свържете се с администратора на сайта, за да промени това."
381
 
382
+ #: functions.php:3218
383
  msgid "This chat has already been answered by another agent."
384
  msgstr "Този чат вече беше отговорен от друг оператор."
385
 
386
+ #: functions.php:3460 wp-live-chat-support.php:2314
387
  msgid "Agent(s) online"
388
  msgstr "Оператор/и на линия"
389
 
390
+ #: functions.php:3514
391
  msgid "Chat Agent Online"
392
  msgstr "Чат оператор на линия"
393
 
394
+ #: functions.php:3516 functions.php:3520
395
  msgid "Chat Agents Online"
396
  msgstr "Чат оператори на линия"
397
 
398
+ #: functions.php:3628 includes/settings_page.php:1153
399
+ #: wp-live-chat-support.php:2260
400
  msgid "Remove"
401
  msgstr "Премахни"
402
 
403
+ #: functions.php:3631 wp-live-chat-support.php:2263
404
  msgid "Typing..."
405
  msgstr "Пише..."
406
 
407
+ #: functions.php:4001
408
  msgid "User Experience Ratings"
409
  msgstr "Рейтинг от потребителя"
410
 
411
+ #: functions.php:4008
412
  msgid "Agent Statistics"
413
  msgstr "Операторска статистика"
414
 
415
+ #: functions.php:4051 functions.php:4090
416
  msgid "Satisfaction Rating"
417
  msgstr "Рейтинг за удовлетвореност"
418
 
419
+ #: functions.php:4052 functions.php:4091
420
  msgid "Rating Count"
421
  msgstr "Брой Рейтинги"
422
 
423
+ #: functions.php:4052 functions.php:4091
424
  msgid "Good"
425
  msgstr "Добре"
426
 
427
+ #: functions.php:4052 functions.php:4091
428
  msgid "Bad"
429
  msgstr "Лошо"
430
 
431
+ #: functions.php:4162 includes/dashboard_page.php:56
432
+ #: wp-live-chat-support.php:1015
433
  msgid "Reports"
434
  msgstr "Извадки"
435
 
436
+ #: functions.php:4165 includes/wplc_roi.php:161
437
  msgid "Overview"
438
  msgstr "Преглед"
439
 
440
+ #: functions.php:4166
441
  msgid "Popular Pages"
442
  msgstr "Популярни страници"
443
 
444
+ #: functions.php:4184
445
  msgid "Total Agents"
446
  msgstr "Общ брой оператори"
447
 
448
+ #: functions.php:4184
449
  msgid "Total number of agents that used the live chat"
450
  msgstr "Общ оператори, които са използвали чата"
451
 
452
+ #: functions.php:4185
453
  msgid "Total Chats"
454
  msgstr "Общ брой чатове"
455
 
456
+ #: functions.php:4185
457
  msgid "Total number of chats received"
458
  msgstr "Общ брой на получените чатове"
459
 
460
+ #: functions.php:4186
461
  msgid "Total URLs"
462
  msgstr "Общо URL-и"
463
 
464
+ #: functions.php:4186
465
  msgid "Total number of URLs a chat was initiated on"
466
  msgstr "Общ брой URL-и, на който е бил инициализиран чат"
467
 
468
+ #: functions.php:4187
469
  msgid "Chats per day"
470
  msgstr "Чатове за ден"
471
 
472
+ #: functions.php:4188
473
  msgid "Popular pages a chat was initiated on"
474
  msgstr "Популярни страници, от които са били инициирани чатове"
475
 
476
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
477
  msgid "Unknown"
478
  msgstr "Неизвестно"
479
 
480
+ #: functions.php:4265
481
  msgid "Count"
482
  msgstr "Брой"
483
 
484
+ #: functions.php:4291
485
  #, fuzzy
486
  #| msgid "Enable Google Analytics Integration"
487
  msgid "Enable Manual Chat Initiation:"
488
  msgstr "Активирай Google Analytics Integration"
489
 
490
+ #: functions.php:4291
491
  msgid ""
492
  "Enabling this feature will allow agents to start a chat with website "
493
  "visitors. This feature increases server load while enabled."
494
  msgstr ""
495
 
496
+ #: functions.php:4295 modules/advanced_features.php:73
497
  msgid ""
498
  "This feature is only available when you select 3CX High Performance Cloud "
499
  "Servers in Advanced Features."
500
  msgstr ""
501
 
502
+ #: functions.php:4382
503
  msgid "Thank you for inquiry. We will get back to you shortly"
504
  msgstr "Благодарим ви за запитването. Скоро ще се свържем с вас"
505
 
506
+ #: functions.php:4560 wp-live-chat-support.php:4550
507
  #, fuzzy
508
  #| msgid ""
509
  #| "The Live Chat box is currently disabled on your website due to : <a href="
513
  "Live Chat box-а в момента е неактивен във вашия сайт поради: <a href=\"%s"
514
  "\">Общи настройки</a>"
515
 
516
+ #: functions.php:4561 wp-live-chat-support.php:4551
517
  #, fuzzy
518
  #| msgid "Business Hours"
519
  msgid "Business Hours Settings"
520
  msgstr "Работно време"
521
 
522
+ #: functions.php:4612
523
  msgid "Edit Profile"
524
  msgstr "Коригирай профил"
525
 
526
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
527
  msgid "Drag Files Here"
528
  msgstr "Плъзни файловете тук"
529
 
530
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
531
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
532
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
533
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
535
  msgid "Delete"
536
  msgstr "Изтриване"
537
 
538
+ #: functions.php:4647
539
  msgid "Send..."
540
  msgstr "Изпрати..."
541
 
542
+ #: functions.php:4648 functions.php:4693
543
  msgid "Play voice note"
544
  msgstr "Възпроизведи гласова бележка"
545
 
546
+ #: functions.php:4692
547
  msgid "Save..."
548
  msgstr "Запази..."
549
 
550
+ #: functions.php:4780 wp-live-chat-support.php:1248
551
+ #: wp-live-chat-support.php:2791
552
  msgid "is typing..."
553
  msgstr "пише..."
554
 
555
+ #: functions.php:4782
556
+ #, fuzzy
557
+ #| msgid "No visitors on-line at the moment"
558
+ msgid "There are no visitors on your site at the moment"
559
+ msgstr "В момента, няма посетители на линия"
560
+
561
+ #: functions.php:4783
562
+ msgid "Connection to the server lost, reconnecting..."
563
+ msgstr ""
564
+
565
+ #: functions.php:4784
566
+ #, fuzzy
567
+ #| msgid "Skip intro and start accepting chats"
568
+ msgid "Agent offline - not accepting chats"
569
+ msgstr "Пропусни въведението и започни да приемаш чатове"
570
+
571
+ #: functions.php:4800
572
  msgid "An error has occured while fetching the news feed."
573
  msgstr ""
574
 
575
+ #: functions.php:4897
576
  msgid "Default"
577
  msgstr "По подразбиране"
578
 
579
+ #: functions.php:5200 functions.php:5204
580
  msgid "You do not have permission to perform this action"
581
  msgstr ""
582
 
 
 
 
 
 
 
583
  #: includes/blocks/wplc-chat-box/index.php:30
584
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
585
  msgid "Gutenberg Blocks"
586
  msgstr "Gutenberg блокове"
587
 
635
  msgid "Displays the chosen icon"
636
  msgstr "Покажи избраната икона"
637
 
638
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
639
+ #: wp-live-chat-support.php:1899
640
  msgid "Type here"
641
  msgstr "Пиши тук"
642
 
643
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
644
  msgid "Live Chat"
645
  msgstr "Чат на живо"
646
 
647
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
 
 
 
 
 
 
648
  #, fuzzy
649
  #| msgid "New Dashboard"
650
  msgid "Dashboard"
667
  msgid "Missed"
668
  msgstr "Пропуснати чатове"
669
 
670
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
671
+ #: wp-live-chat-support.php:3420
672
  msgid "History"
673
  msgstr "История"
674
 
675
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
676
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
677
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
678
+ #: wp-live-chat-support.php:3963
679
  msgid "Offline Messages"
680
  msgstr "Офлайн съобщения"
681
 
685
  msgstr ""
686
 
687
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
688
+ #: wp-live-chat-support.php:981
689
  msgid "Settings"
690
  msgstr "Настройки"
691
 
768
  msgstr "се присъедини към чата."
769
 
770
  #: includes/settings_page.php:98 includes/settings_page.php:136
771
+ #: wp-live-chat-support.php:3974
772
  msgid "General Settings"
773
  msgstr "Общи настройки"
774
 
820
  msgstr ""
821
  "Това име ще бъде показвано за всички потребители, които не са се вписали"
822
 
823
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
824
  msgid "Guest"
825
  msgstr "Гост"
826
 
1033
  "Активирайки това ще позволиш на посетителите да записват гласови съобщения и "
1034
  "да ги изпращат на чата, като задържат CTRL+SPACEBAR"
1035
 
1036
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
1037
  #, fuzzy
1038
  #| msgid "Chat Window Settings"
1039
  msgid "Chat Box Settings"
1125
  msgid "Display a timestamp in the chat window:"
1126
  msgstr "Показване на времеви отпечатък в чат прозореца"
1127
 
1128
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1129
  msgid "Time"
1130
  msgstr "Време"
1131
 
1485
  "%s"
1486
 
1487
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1488
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1489
  msgid "here"
1490
  msgstr "тук"
1491
 
1553
  msgid "Other text"
1554
  msgstr "Друг текст"
1555
 
1556
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1557
+ #: wp-live-chat-support.php:1202
1558
  #, fuzzy
1559
  #| msgid "The chat has been ended by the operator."
1560
  msgid "The chat has been ended by the agent."
1747
  msgid "Add New"
1748
  msgstr "Добави нов"
1749
 
1750
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1751
  msgid "Custom Fields"
1752
  msgstr "Персонализирани полета"
1753
 
1754
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1755
+ #: wp-live-chat-support.php:2374
1756
  msgid "Type"
1757
  msgstr "Тип"
1758
 
1761
  msgstr "Съдържание"
1762
 
1763
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1764
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1765
  msgid "Status"
1766
  msgstr "Статус"
1767
 
1768
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1769
  msgid "Active"
1770
  msgstr "Активен"
1771
 
1851
  msgid "Custom Field Data"
1852
  msgstr "Персонализирано поле за данни"
1853
 
1854
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1855
+ #: wp-live-chat-support.php:3949
1856
  msgid "Triggers"
1857
  msgstr "Стартери"
1858
 
1929
  msgstr "Разреши стартер"
1930
 
1931
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1932
+ #: wp-live-chat-support.php:4677
1933
  msgid "Close"
1934
  msgstr "Затвори"
1935
 
2066
  msgstr "Изберете отдел"
2067
 
2068
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2069
+ #: wp-live-chat-support.php:3951
2070
  msgid "ROI Goals"
2071
  msgstr "ROI - Цели"
2072
 
2401
  msgstr "Настройки на отдел"
2402
 
2403
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2404
+ #: wp-live-chat-support.php:3964
2405
  msgid "Chat History"
2406
  msgstr "История на чата"
2407
 
2447
  msgid "This cannot be undone"
2448
  msgstr ""
2449
 
2450
+ #: modules/advanced_tools.php:193
2451
  msgid "Import Failed - Could Not Process File"
2452
  msgstr ""
2453
 
2454
+ #: modules/advanced_tools.php:207
2455
  msgid "Import Failed - Could Not Find File"
2456
  msgstr ""
2457
 
2458
+ #: modules/advanced_tools.php:219
2459
  #, fuzzy
2460
  #| msgid "Complete"
2461
  msgid "Import Complete"
2462
  msgstr "Завършен"
2463
 
2464
+ #: modules/advanced_tools.php:227
2465
  msgid "Thank you, all settings have been updated"
2466
  msgstr "Вашите настройки бяха запазени"
2467
 
2542
  msgid "Data retention purpose"
2543
  msgstr "Цел на съхранението"
2544
 
2545
+ #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:401
2546
  msgid "Chat/Support"
2547
  msgstr "Чат/Поддръжка"
2548
 
2608
  msgid "Download Chat (%%CID%%)"
2609
  msgstr "Изтегляне на чат (%%CID%%)"
2610
 
2611
+ #: modules/gdpr.php:162 wp-live-chat-support.php:4219
2612
+ #: wp-live-chat-support.php:4279
2613
  msgid "Chat ID"
2614
  msgstr "Чат ID"
2615
 
2632
  "с цел подобряване на обслужването, за периода от %%PERIOD%% дни съобразно с "
2633
  "РЗЛД."
2634
 
2635
+ #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:587
2636
  msgid "Privacy Policy"
2637
  msgstr "Политика на поверителност"
2638
 
2732
  "Моля, вижте нашата %% PRIVACY_LINK %% за информация относно обработката на "
2733
  "данни"
2734
 
2735
+ #: modules/gdpr.php:634
2736
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2737
  msgstr ""
2738
  "РЗЛД информираното съгласие е активирано - Избор на сървър, ограничен до ЕС"
2739
 
2740
+ #: modules/gdpr.php:666
2741
  msgid "Pro data will also be removed as a part of this automatic process."
2742
  msgstr ""
2743
  "Pro данните също ще бъдат премахнати като част от този автоматичен процес."
2763
  msgid "Active visitors"
2764
  msgstr "Активни потребители"
2765
 
2766
+ #: modules/node_server.php:100 wp-live-chat-support.php:1864
2767
  #, fuzzy
2768
  #| msgid "Initiate Chat"
2769
  msgid "Minimize Chat"
2782
  msgstr "Чат отдел"
2783
 
2784
  #: modules/node_server.php:111 modules/node_server.php:881
2785
+ #: modules/node_server.php:885 wp-live-chat-support.php:4021
2786
  msgid "Direct User To Page"
2787
  msgstr "Насочи потребителя към страница"
2788
 
2797
  msgstr "Напусни чат"
2798
 
2799
  #: modules/node_server.php:115 modules/node_server.php:883
2800
+ #: wp-live-chat-support.php:2582
2801
  msgid "End chat"
2802
  msgstr "Край на чата"
2803
 
2860
  msgstr "Пишете ни"
2861
 
2862
  #: modules/node_server.php:185 modules/node_server.php:893
2863
+ #: wp-live-chat-support.php:2372
2864
  msgid "Visitor"
2865
  msgstr "Потребител"
2866
 
2909
  msgid "Only chat agents can access this page."
2910
  msgstr "Само чат оператори имат достъп до тази страница."
2911
 
2912
+ #: modules/node_server.php:594 wp-live-chat-support.php:4675
2913
  msgid "Sending transcript..."
2914
  msgstr "Изпращане на скрипт..."
2915
 
2919
  msgid "Chat Transcript"
2920
  msgstr "Transcript настройки на чата"
2921
 
2922
+ #: modules/node_server.php:597 wp-live-chat-support.php:4678
2923
  msgid "The chat transcript has been emailed."
2924
  msgstr "Чат скрипта беше изпратен на е-майла."
2925
 
2926
+ #: modules/node_server.php:598 wp-live-chat-support.php:4679
2927
  msgid "There was a problem emailing the chat."
2928
  msgstr ""
2929
 
2944
  msgid "User received notification:"
2945
  msgstr "Полученото от потребителя уведомление:"
2946
 
2947
+ #: modules/node_server.php:684 wp-live-chat-support.php:2191
2948
  msgid "New chat received"
2949
  msgstr "Получен нов чат"
2950
 
2951
+ #: modules/node_server.php:685 wp-live-chat-support.php:2193
2952
  msgid ""
2953
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2954
  "chat"
2986
  msgid "Show me!"
2987
  msgstr "Покажи ми!"
2988
 
2989
+ #: modules/node_server.php:803 wp-live-chat-support.php:4646
2990
  msgid "Don't Show This Again"
2991
  msgstr "Не показвай това"
2992
 
2993
+ #: modules/node_server.php:870 wp-live-chat-support.php:428
2994
  msgid "Connecting..."
2995
  msgstr "Свързване..."
2996
 
3060
  msgid "Webhooks"
3061
  msgstr "Webhooks"
3062
 
3063
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3950
3064
  #, fuzzy
3065
  #| msgid "Webhooks"
3066
  msgid "Web Hooks"
3122
  msgid "Are you sure you want to delete this webhook?"
3123
  msgstr "Сигурни ли сте, че искате да изтриете този webhook?"
3124
 
3125
+ #: wp-live-chat-support.php:372
3126
  msgid "close"
3127
  msgstr "затвори"
3128
 
3129
+ #: wp-live-chat-support.php:392
3130
  #, fuzzy
3131
  #| msgid "Via WP Live Chat Support"
3132
  msgid "Thank you for chatting with us."
3133
  msgstr "WP Live Chat Support"
3134
 
3135
+ #: wp-live-chat-support.php:417 wp-live-chat-support.php:1932
3136
  msgid "Questions?"
3137
  msgstr "Въпроси?"
3138
 
3139
+ #: wp-live-chat-support.php:418 wp-live-chat-support.php:1933
3140
  msgid "Chat with us"
3141
  msgstr "Пиши ни"
3142
 
3143
+ #: wp-live-chat-support.php:419
3144
  msgid "Start live chat"
3145
  msgstr "Започни Live Chat"
3146
 
3147
+ #: wp-live-chat-support.php:420
3148
  msgid "Complete the fields below to proceed."
3149
  msgstr ""
3150
 
3151
+ #: wp-live-chat-support.php:421
3152
  msgid "Chat offline. Leave a message"
3153
  msgstr "Офлайн чат. Оставете съобщение"
3154
 
3155
+ #: wp-live-chat-support.php:422
3156
  msgid ""
3157
  "We are currently offline. Please leave a message and we'll get back to you "
3158
  "shortly."
3160
  "В момента на не сме на линия. Моля, оставете съобщение и ние ще се свържем с "
3161
  "Вас възможно най-скоро."
3162
 
3163
+ #: wp-live-chat-support.php:423
3164
  msgid "Sending message..."
3165
  msgstr "Изпращане на съобщение..."
3166
 
3167
+ #: wp-live-chat-support.php:424
3168
  msgid "Thank you for your message. We will be in contact soon."
3169
  msgstr "Благодаря за вашето съобщение. Ще се свържем с вас скоро."
3170
 
3171
+ #: wp-live-chat-support.php:425
3172
  msgid "Leave a message"
3173
  msgstr "Остави съобщение"
3174
 
3175
+ #: wp-live-chat-support.php:426
3176
  msgid "Send message"
3177
  msgstr "Изпрати съобщение"
3178
 
3179
+ #: wp-live-chat-support.php:427
3180
  msgid "Start Chat"
3181
  msgstr "Започни чат"
3182
 
3183
+ #: wp-live-chat-support.php:429 wp-live-chat-support.php:2073
3184
+ #: wp-live-chat-support.php:2120
3185
  msgid "Reactivating your previous chat..."
3186
  msgstr "Ре-активиране на предишен чат..."
3187
 
3188
+ #: wp-live-chat-support.php:459
3189
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3190
  msgstr "Моля, кликнете 'Започни чат', за да започнете чат с оператор"
3191
 
3192
+ #: wp-live-chat-support.php:462
3193
  #, fuzzy
3194
  #| msgid "There is No Answer. Please Try Again Later."
3195
  msgid "No answer. Try again later."
3196
  msgstr "Няма отговор. Моля, опитайте отново по-късно."
3197
 
3198
+ #: wp-live-chat-support.php:463
3199
  msgid "Welcome. How may I help you?"
3200
  msgstr "Добре дошли. Как мога да Ви помогна?"
3201
 
3202
+ #: wp-live-chat-support.php:467
3203
  #, fuzzy
3204
  #| msgid ""
3205
  #| "Please standby for an agent. While you wait for the agent you may type "
3209
  "Моля изчакайте връзка с оператор. Докато чакате, можете да напишете Вашето "
3210
  "запитване."
3211
 
3212
+ #: wp-live-chat-support.php:698
3213
  msgid ""
3214
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3215
  "no longer needed, please uninstall it."
3216
  msgstr ""
3217
 
3218
+ #: wp-live-chat-support.php:989 wp-live-chat-support.php:3447
3219
  msgid "Missed Chats"
3220
  msgstr "Пропуснати чатове"
3221
 
3222
+ #: wp-live-chat-support.php:997 wp-live-chat-support.php:3939
3223
  msgid "Support"
3224
  msgstr "Поддръжка"
3225
 
3226
+ #: wp-live-chat-support.php:1199
3227
  #, fuzzy
3228
  #| msgid "Please enter your name"
3229
  msgid "Please Enter Your Name"
3230
  msgstr "Моля, въведете вашето име"
3231
 
3232
+ #: wp-live-chat-support.php:1200
3233
  #, fuzzy
3234
  #| msgid "Please enter your email address"
3235
  msgid "Please Enter Your Email Address"
3236
  msgstr "Моля въведете вашия е-маил адрес"
3237
 
3238
+ #: wp-live-chat-support.php:1201
3239
  #, fuzzy
3240
  #| msgid "Connection to server lost. Please reload this page. Error: "
3241
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3242
  msgstr ""
3243
  "Връзката със сървъра е прекъсната. Моля, презаредете тази страница. Грешка: "
3244
 
3245
+ #: wp-live-chat-support.php:1203
3246
  #, fuzzy
3247
  #| msgid "Please enter a message"
3248
  msgid "Please Enter a Message"
3249
  msgstr "Моля, напишете съобщение"
3250
 
3251
+ #: wp-live-chat-support.php:1204
3252
  #, fuzzy
3253
  #| msgid "Disconnected, attempting to reconnect..."
3254
  msgid "Disconnected, Attempting to Reconnect..."
3255
  msgstr "Връзката прекъсната, опит за повторна връзка..."
3256
 
3257
+ #: wp-live-chat-support.php:1251
3258
  #, fuzzy
3259
  #| msgid " has joined."
3260
  msgid "has joined."
3261
  msgstr " се присъедини."
3262
 
3263
+ #: wp-live-chat-support.php:1252
3264
  #, fuzzy
3265
  #| msgid " has left."
3266
  msgid "has left."
3267
  msgstr " напусна."
3268
 
3269
+ #: wp-live-chat-support.php:1253
3270
  #, fuzzy
3271
  #| msgid " has ended the chat."
3272
  msgid "has ended the chat."
3273
  msgstr " приключи чата."
3274
 
3275
+ #: wp-live-chat-support.php:1254
3276
  #, fuzzy
3277
  #| msgid " has disconnected."
3278
  msgid "has disconnected."
3279
  msgstr " прекъсна връзката."
3280
 
3281
+ #: wp-live-chat-support.php:1255
3282
  msgid "(edited)"
3283
  msgstr "(редактиран)"
3284
 
3285
+ #: wp-live-chat-support.php:1646 wp-live-chat-support.php:1665
3286
  msgid "Start chat"
3287
  msgstr "Стартирай чат"
3288
 
3289
+ #: wp-live-chat-support.php:1911 wp-live-chat-support.php:2653
3290
  msgid "Send"
3291
  msgstr "Изпрати"
3292
 
3293
+ #: wp-live-chat-support.php:2293
3294
  msgid "Congratulations"
3295
  msgstr "Поздравления"
3296
 
3297
+ #: wp-live-chat-support.php:2294
3298
  msgid "You are now accepting live chat requests on your site."
3299
  msgstr "Сега вие приемате заявки за Live chat на Вашия сайт."
3300
 
3301
+ #: wp-live-chat-support.php:2295
3302
  #, fuzzy
3303
  #| msgid "The live chat box has automatically been enabled on your website."
3304
  msgid "The live chat box has automatically been enabled."
3305
  msgstr "Живата версия на Chat box-а е автоматично активирана на вашия уебсайт."
3306
 
3307
+ #: wp-live-chat-support.php:2296
3308
  msgid "Chat notifications will start appearing once visitors send a request."
3309
  msgstr "Чат нотификации ще се показват когато посетител изпрати запитване."
3310
 
3311
+ #: wp-live-chat-support.php:2297
3312
  #, php-format
3313
  msgid "You may modify your chat box settings %s"
3314
  msgstr ""
3315
 
3316
+ #: wp-live-chat-support.php:2298
3317
  msgid "Experiencing issues?"
3318
  msgstr "Изпитваш затруднения?"
3319
 
3320
+ #: wp-live-chat-support.php:2298
3321
  msgid "Take a look at our how-to guides."
3322
  msgstr ""
3323
 
3324
+ #: wp-live-chat-support.php:2299
3325
  msgid "Hide"
3326
  msgstr "Скрий"
3327
 
3328
+ #: wp-live-chat-support.php:2352
3329
  msgid "Keep this window open to get notified of new chats."
3330
  msgstr ""
3331
 
3332
+ #: wp-live-chat-support.php:2358
3333
  #, fuzzy
3334
  #| msgid "Visitors online"
3335
  msgid "Visitor(s) online"
3336
  msgstr "Посетители онлайн"
3337
 
3338
+ #: wp-live-chat-support.php:2375
3339
  msgid "Device"
3340
  msgstr "Устройство"
3341
 
3342
+ #: wp-live-chat-support.php:2376
3343
  msgid "Data"
3344
  msgstr "Данни"
3345
 
3346
+ #: wp-live-chat-support.php:2409
3347
  msgid "Chat Dashboard"
3348
  msgstr "Чат табло"
3349
 
3350
+ #: wp-live-chat-support.php:2412
3351
  msgid "Oh no!"
3352
  msgstr "О, не!"
3353
 
3354
+ #: wp-live-chat-support.php:2414
3355
  #, fuzzy, php-format
3356
  #| msgid ""
3357
  #| "You do not have access to this page as <strong>you are not a chat agent</"
3359
  msgid "You do not have access to this page as %s."
3360
  msgstr "Нямаш достъп до тази страница <strong>не си чат агент...</strong>."
3361
 
3362
+ #: wp-live-chat-support.php:2414
3363
  #, fuzzy
3364
  #| msgid "Make this user a chat agent"
3365
  msgid "you are not a chat agent"
3366
  msgstr "Направи този потребител чат оператор"
3367
 
3368
+ #: wp-live-chat-support.php:2568
3369
  msgid "Previous"
3370
  msgstr "Предишен"
3371
 
3372
+ #: wp-live-chat-support.php:2575
3373
  msgid "Chat with"
3374
  msgstr "Чат с"
3375
 
3376
+ #: wp-live-chat-support.php:2592
3377
  msgid "Starting Time:"
3378
  msgstr "Време начало:"
3379
 
3380
+ #: wp-live-chat-support.php:2593
3381
  msgid "Ending Time:"
3382
  msgstr "Време край:"
3383
 
3384
+ #: wp-live-chat-support.php:2613
3385
  msgid "Chat initiated on:"
3386
  msgstr "Чата е инициализиран на:"
3387
 
3388
+ #: wp-live-chat-support.php:2614
3389
  msgid "Browser:"
3390
  msgstr "Браузър:"
3391
 
3392
+ #: wp-live-chat-support.php:2640 wp-live-chat-support.php:2679
3393
  #, fuzzy
3394
  #| msgid "Chat ID"
3395
  msgid "Invalid Chat ID"
3396
  msgstr "Чат ID"
3397
 
3398
+ #: wp-live-chat-support.php:2648
3399
  msgid "type here..."
3400
  msgstr "пиши тук..."
3401
 
3402
+ #: wp-live-chat-support.php:2806
3403
  msgid "User has opened the chat window"
3404
  msgstr "Потребителят отвори чат прозорец"
3405
 
3406
+ #: wp-live-chat-support.php:2807
3407
  msgid "User has minimized the chat window"
3408
  msgstr "Потребителят е минимизирал чат прозореца"
3409
 
3410
+ #: wp-live-chat-support.php:2808
3411
  msgid "User has maximized the chat window"
3412
  msgstr "Потребителят е отворил чат прозореца на цял екран"
3413
 
3414
+ #: wp-live-chat-support.php:2809
3415
  msgid "The chat has been ended"
3416
  msgstr "Чатът приключи"
3417
 
3418
+ #: wp-live-chat-support.php:3350
3419
  msgid "Delete History"
3420
  msgstr "Изтриване на историята"
3421
 
3422
+ #: wp-live-chat-support.php:3367
3423
  msgid "No chats available at the moment"
3424
  msgstr "Не са налични чатове в момента"
3425
 
3426
+ #: wp-live-chat-support.php:3487
3427
  msgid "Actions"
3428
  msgstr "Действия"
3429
 
3430
+ #: wp-live-chat-support.php:3501
3431
  msgid "You have not received any offline messages."
3432
  msgstr "Няма получени офлайн съобщения."
3433
 
3434
+ #: wp-live-chat-support.php:3509
3435
  msgid "Delete Message"
3436
  msgstr "Изтриване на съобщение"
3437
 
3438
+ #: wp-live-chat-support.php:3618
3439
  msgid "You do not have permission to save settings."
3440
  msgstr ""
3441
 
3442
+ #: wp-live-chat-support.php:3884
3443
  msgid "Your settings have been saved."
3444
  msgstr "Вашите настройки бяха запазени."
3445
 
3446
+ #: wp-live-chat-support.php:3913
3447
  #, fuzzy
3448
  #| msgid ""
3449
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
3458
  "затруднения докато използвате WP Live Chat Support като резултат. Моля "
3459
  "свържете се с хостинга ви за да деактивирате безопасния режим."
3460
 
3461
+ #: wp-live-chat-support.php:3919
3462
  #, fuzzy
3463
  #| msgid ""
3464
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
3473
  "затруднения докато използвате WP Live Chat Support като резултат. Моля "
3474
  "свържете се с хостинга ви за да деактивирате безопасния режим."
3475
 
3476
+ #: wp-live-chat-support.php:3942 wp-live-chat-support.php:3946
3477
  #, fuzzy
3478
  #| msgid "Advanced Features"
3479
  msgid "Plugin Features"
3480
  msgstr "Разширени настройки"
3481
 
3482
+ #: wp-live-chat-support.php:3944
3483
  msgid ""
3484
  "Check out these features and get up to speed with what you can do with WP "
3485
  "Live Chat:"
3486
  msgstr ""
3487
 
3488
+ #: wp-live-chat-support.php:3947
3489
  msgid "Reporting"
3490
  msgstr "Справки"
3491
 
3492
+ #: wp-live-chat-support.php:3948
3493
  msgid "Localization"
3494
  msgstr ""
3495
 
3496
+ #: wp-live-chat-support.php:3956
3497
  #, fuzzy
3498
  #| msgid "Chat Agents"
3499
  msgid "Chat FAQs"
3500
  msgstr "Чат оператор"
3501
 
3502
+ #: wp-live-chat-support.php:3958
3503
  msgid ""
3504
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3505
  "agents:"
3506
  msgstr ""
3507
 
3508
+ #: wp-live-chat-support.php:3960
3509
  #, fuzzy
3510
  #| msgid "Chat with us"
3511
  msgid "Chat with Visitors"
3512
  msgstr "Пиши ни"
3513
 
3514
+ #: wp-live-chat-support.php:3961
3515
  #, fuzzy
3516
  #| msgid "Chat Agents"
3517
  msgid "Chat with Agents"
3518
  msgstr "Чат оператор"
3519
 
3520
+ #: wp-live-chat-support.php:3965
3521
  #, fuzzy
3522
  #| msgid "Chat Agents"
3523
  msgid "Chat Invites"
3524
  msgstr "Чат оператор"
3525
 
3526
+ #: wp-live-chat-support.php:3970
3527
  #, fuzzy
3528
  #| msgid "Settings Changed"
3529
  msgid "Settings & Customization"
3530
  msgstr "Променени настройки"
3531
 
3532
+ #: wp-live-chat-support.php:3972
3533
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3534
  msgstr ""
3535
 
3536
+ #: wp-live-chat-support.php:3976
3537
  #, fuzzy
3538
  #| msgid "Chat Window Settings"
3539
  msgid "Agent Settings"
3540
  msgstr "Настройки на чат прозореца"
3541
 
3542
+ #: wp-live-chat-support.php:3983
3543
  msgid "Troubleshooting"
3544
  msgstr "Отстраняване на проблеми"
3545
 
3546
+ #: wp-live-chat-support.php:3985
3547
  msgid ""
3548
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3549
  "issues:"
3550
  msgstr ""
3551
 
3552
+ #: wp-live-chat-support.php:3987
3553
  msgid "My Chat Box Is Not Showing"
3554
  msgstr ""
3555
 
3556
+ #: wp-live-chat-support.php:3988
3557
  #, fuzzy
3558
  #| msgid "I'm not getting any notifications of a new chat"
3559
  msgid "Not Receiving Notifications of New Chats"
3560
  msgstr "Не получавам нотификации при иницииране на нов чат"
3561
 
3562
+ #: wp-live-chat-support.php:3989
 
 
 
 
 
 
 
 
 
 
 
 
3563
  #, fuzzy
3564
  #| msgid "How do I check for JavaScript errors on my site?"
3565
  msgid "Check for JavaScript Errors"
3566
  msgstr "Как да проверя за JavaScript грешки в сайта ми?"
3567
 
3568
+ #: wp-live-chat-support.php:4017
3569
  msgid "Initiate Chats"
3570
  msgstr "Инициализирай чат"
3571
 
3572
+ #: wp-live-chat-support.php:4018
3573
  msgid "Multiple Chats"
3574
  msgstr "Многобройни чатове"
3575
 
3576
+ #: wp-live-chat-support.php:4019
3577
  msgid "Add unlimited agents"
3578
  msgstr "Добави неограничен брой оператори"
3579
 
3580
+ #: wp-live-chat-support.php:4020
3581
  msgid "Transfer Chats"
3582
  msgstr "Прехвърляй чатове"
3583
 
3584
+ #: wp-live-chat-support.php:4039
3585
  #, fuzzy, php-format
3586
  #| msgid "Via WP Live Chat Support"
3587
  msgid "Thank you for using %s! Please %s on %s"
3588
  msgstr "WP Live Chat Support"
3589
 
3590
+ #: wp-live-chat-support.php:4039
3591
  msgid "rate us"
3592
  msgstr ""
3593
 
3594
+ #: wp-live-chat-support.php:4220 wp-live-chat-support.php:4280
3595
  msgid "From"
3596
  msgstr "От"
3597
 
3598
+ #: wp-live-chat-support.php:4222 wp-live-chat-support.php:4282
3599
  msgid "Timestamp"
3600
  msgstr "Дата"
3601
 
3602
+ #: wp-live-chat-support.php:4223 wp-live-chat-support.php:4283
3603
  msgid "Origin"
3604
  msgstr "Произход"
3605
 
3606
+ #: wp-live-chat-support.php:4228 wp-live-chat-support.php:4288
3607
  msgid "user"
3608
  msgstr "потребител"
3609
 
3610
+ #: wp-live-chat-support.php:4230 wp-live-chat-support.php:4290
3611
  msgid "agent"
3612
  msgstr "оператор"
3613
 
3614
+ #: wp-live-chat-support.php:4385
3615
  msgid "Advanced settings"
3616
  msgstr "Разширени настройки"
3617
 
3618
+ #: wp-live-chat-support.php:4392
3619
  msgid "Only change these settings if you are experiencing performance issues."
3620
  msgstr ""
3621
  "Променяйте тези настройки само ако изпитвате затруднения с "
3622
  "производителността."
3623
 
3624
+ #: wp-live-chat-support.php:4399
3625
  msgid "Website hosting type:"
3626
  msgstr ""
3627
 
3628
+ #: wp-live-chat-support.php:4403
3629
  #, fuzzy
3630
  #| msgid "Custom Scripts"
3631
  msgid "Custom parameters"
3632
  msgstr "Персонализирани скриптове"
3633
 
3634
+ #: wp-live-chat-support.php:4404
3635
  msgid "Shared hosting - low level plan"
3636
  msgstr "Споделен услуга - План от ниско ниво"
3637
 
3638
+ #: wp-live-chat-support.php:4405
3639
  msgid "Shared hosting - normal plan"
3640
  msgstr "Споделена услуга - нормален план"
3641
 
3642
+ #: wp-live-chat-support.php:4406
3643
  msgid "VPS"
3644
  msgstr "VP"
3645
 
3646
+ #: wp-live-chat-support.php:4407
3647
  msgid "Dedicated server"
3648
  msgstr "Отделен сървър"
3649
 
3650
+ #: wp-live-chat-support.php:4413
3651
  msgid "Long poll setup"
3652
  msgstr "Виртуален клъстер"
3653
 
3654
+ #: wp-live-chat-support.php:4413
3655
  #, fuzzy
3656
  #| msgid ""
3657
  #| "Only change these if you are an experienced developer or if you have "
3661
  "received these figures from the WP Live Chat by 3CX team."
3662
  msgstr "Разширени настройки. Променяни само от опитни разработчици."
3663
 
3664
+ #: wp-live-chat-support.php:4418
3665
  msgid "Iterations"
3666
  msgstr "Повторения"
3667
 
3668
+ #: wp-live-chat-support.php:4422
3669
  #, fuzzy
3670
  #| msgid "Sleep between iterations"
3671
  msgid "Sleep between loops"
3672
  msgstr "Изчакване между повторенията"
3673
 
3674
+ #: wp-live-chat-support.php:4425
3675
  #, fuzzy
3676
  #| msgid "microseconds"
3677
  msgid "milliseconds"
3678
  msgstr "микросекунди"
3679
 
3680
+ #: wp-live-chat-support.php:4448
3681
  #, fuzzy
3682
  #| msgid "Display a 'Powered by' link in the chat box"
3683
  msgid "Show 'Powered by' in chat box"
3684
  msgstr "Покажи 'Powered by' линк в chat box-а"
3685
 
3686
+ #: wp-live-chat-support.php:4448
3687
  #, fuzzy
3688
  #| msgid ""
3689
  #| "Checking this will display a 'Powered by WP Live Chat Support' caption at "
3695
  "Отбелязвайки това ще се появи надпис 'Powered by WP Live Chat Support' в "
3696
  "долната част на chat box-а."
3697
 
3698
+ #: wp-live-chat-support.php:4490
3699
  #, fuzzy
3700
  #| msgid "Powered by WP Live Chat Support"
3701
  msgid "Powered by WP Live Chat by 3CX"
3702
  msgstr "Powered by WP Live Chat Support"
3703
 
3704
+ #: wp-live-chat-support.php:4644
3705
  msgid ""
3706
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3707
  msgstr ""
3708
 
3709
+ #: wp-live-chat-support.php:4645
3710
  msgid ""
3711
  "Please add an SSL certificate to your site to continue receiving chat "
3712
  "notifications in your browser."
3713
  msgstr ""
3714
 
3715
+ #: wp-live-chat-support.php:4658
3716
  msgid ""
3717
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3718
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3720
  "Моля, деактивирайте WP Live Chat Support - плъгин за електронна поща. От WP "
3721
  "Live Chat Support 8.0.05 има вграден Email Transcript."
3722
 
3723
+ #: wp-live-chat-support.php:4665
3724
  msgid "Email transcript to user"
3725
  msgstr "Изпращане на скрипт към потребителя"
3726
 
3727
+ #: wp-live-chat-support.php:4676
3728
  msgid "Sending Transcript"
3729
  msgstr "Изпращане на скрипт"
3730
 
3731
+ #: wp-live-chat-support.php:4750
3732
  #, php-format
3733
  msgid "Your chat transcript from %1$s"
3734
  msgstr "Твоя чат скрипт към %1$s"
3735
 
3736
+ #: wp-live-chat-support.php:4841
3737
  msgid "Chat Transcript Settings"
3738
  msgstr "Transcript настройки на чата"
3739
 
3740
+ #: wp-live-chat-support.php:4844
3741
  msgid "Enable chat transcripts:"
3742
  msgstr "Активирай чат скриптове:"
3743
 
3744
+ #: wp-live-chat-support.php:4852
3745
  msgid "Send transcripts to:"
3746
  msgstr "Изпрати скрипт към:"
3747
 
3748
+ #: wp-live-chat-support.php:4859
3749
  msgid "User"
3750
  msgstr "Потребителско име"
3751
 
3752
+ #: wp-live-chat-support.php:4870
3753
  msgid "Send transcripts when chat ends:"
3754
  msgstr "Изправете скрипт когато чата приключи:"
3755
 
3756
+ #: wp-live-chat-support.php:4878
3757
  msgid "Email body"
3758
  msgstr "Е-майл тяло"
3759
 
3760
+ #: wp-live-chat-support.php:4888
3761
  msgid "Email header"
3762
  msgstr "Е-майл хедър"
3763
 
3764
+ #: wp-live-chat-support.php:4897
3765
  msgid "Email footer"
3766
  msgstr "Е-майл футър"
3767
 
3768
+ #: wp-live-chat-support.php:4973
3769
  msgid ""
3770
  "Please note, local message encryption and local server options will be "
3771
  "deprecated in the next major release. All encryption and message delivery "
3772
  "will handled by our external servers in future."
3773
  msgstr ""
3774
 
3775
+ #: wp-live-chat-support.php:4976
3776
  msgid "Deprecation Notice - Message Encryption & Local Server"
3777
  msgstr ""
3778
 
3779
+ #: wp-live-chat-support.php:4978
3780
  msgid "Dismiss"
3781
  msgstr ""
3782
 
3783
+ #, fuzzy
3784
+ #~| msgid "WP Live Chat Support Triggers"
3785
+ #~ msgid "WP Live Chat Trigger"
3786
+ #~ msgstr "WP Live Chat Support стартери"
3787
+
3788
+ #, fuzzy
3789
+ #~| msgid "WP Live Chat Support"
3790
+ #~ msgid "WP Live Chat Box"
3791
+ #~ msgstr "WP Live Chat Support"
3792
+
3793
+ #, fuzzy
3794
+ #~| msgid "The chat window never goes offline"
3795
+ #~ msgid "The Chat Box Never Goes Offline"
3796
+ #~ msgstr "Прозореца на чата никога преминава в офлайн режим"
3797
+
3798
+ #, fuzzy
3799
+ #~| msgid "Error: Chat has already been Answered"
3800
+ #~ msgid "Chat Has Already Been Answered"
3801
+ #~ msgstr "Този чат вече беше отговорен от друг оператор"
3802
+
3803
  #~ msgid "Request new chat"
3804
  #~ msgstr "Искане за нов чат"
3805
 
4474
  #~ "добре поддържан и най-позитивно рецензиран плъгин за онлайн чат в "
4475
  #~ "WordPress!"
4476
 
 
 
 
4477
  #~ msgid "Welcome"
4478
  #~ msgstr "Добре дошли"
4479
 
4827
  #~ msgid "Visitors on site"
4828
  #~ msgstr "Посетители на сайта"
4829
 
 
 
 
4830
  #~ msgid "No chat sessions available at the moment"
4831
  #~ msgstr "В момента няма свободни чат сесии"
4832
 
languages/{wplivechat-cs_CZ.mo → wp-live-chat-support-cs_CZ.mo} RENAMED
Binary file
languages/{wplivechat-cs_CZ.po → wp-live-chat-support-cs_CZ.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat-bg\n"
4
- "POT-Creation-Date: 2019-10-14 14:19+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:19+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: bg_BG\n"
@@ -14,9 +14,10 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SearchPath-0: .\n"
 
17
 
18
- #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:361
19
- #: wp-live-chat-support.php:4885
20
  msgid "Admin"
21
  msgstr ""
22
 
@@ -64,92 +65,92 @@ msgid "End Chat"
64
  msgstr "Ukončit chat"
65
 
66
  # @ wplivechat
67
- #: functions.php:1023
68
  msgid "complete"
69
  msgstr "ukončená"
70
 
71
  # @ wplivechat
72
- #: functions.php:1026
73
  msgid "pending"
74
  msgstr "probíhající"
75
 
76
  # @ wplivechat
77
- #: functions.php:1029
78
  msgid "active"
79
  msgstr "aktivní"
80
 
81
  # @ wplivechat
82
- #: functions.php:1032
83
  msgid "deleted"
84
  msgstr "zrušená"
85
 
86
  # @ wplivechat
87
- #: functions.php:1035
88
  msgid "browsing"
89
  msgstr "procházející web (browsing)"
90
 
91
  # @ wplivechat
92
- #: functions.php:1038
93
  msgid "requesting chat"
94
  msgstr "požadující chat"
95
 
96
  # @ wplivechat
97
- #: functions.php:1041
98
  msgid "Chat Ended - User still browsing"
99
  msgstr "Diskuse ukončená - Uživatel si prohlíží stránku"
100
 
101
  # @ wplivechat
102
- #: functions.php:1044
103
  msgid "User is browsing but doesn't want to chat"
104
  msgstr "Uživatel si prohlíží stránku, ale nepřeje si chat"
105
 
106
  # @ wplivechat
107
- #: functions.php:1183 includes/settings_page.php:774
108
  #, fuzzy
109
  msgid "WP Live Chat by 3CX - Offline Message from "
110
  msgstr "Offline zprávy"
111
 
112
  # @ wplivechat
113
- #: functions.php:1184 functions.php:1508 includes/settings_page.php:164
114
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
115
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
116
  #: includes/wplc_roi.php:160 modules/node_server.php:81
117
- #: modules/node_server.php:124 wp-live-chat-support.php:1584
118
- #: wp-live-chat-support.php:1607 wp-live-chat-support.php:1772
119
- #: wp-live-chat-support.php:3376 wp-live-chat-support.php:3503
120
  msgid "Name"
121
  msgstr "Jméno"
122
 
123
  # @ wplivechat
124
- #: functions.php:1185 functions.php:1509 includes/settings_page.php:160
125
- #: modules/node_server.php:125 wp-live-chat-support.php:1585
126
- #: wp-live-chat-support.php:1596 wp-live-chat-support.php:1773
127
- #: wp-live-chat-support.php:3377 wp-live-chat-support.php:3504
128
  msgid "Email"
129
  msgstr "Email"
130
 
131
- #: functions.php:1186 wp-live-chat-support.php:1774
132
- #: wp-live-chat-support.php:3505 wp-live-chat-support.php:4242
133
- #: wp-live-chat-support.php:4302
134
  msgid "Message"
135
  msgstr ""
136
 
137
  # @ wplivechat
138
- #: functions.php:1187
139
  #, fuzzy
140
  #| msgid "WP Live Chat History"
141
  msgid "Via WP Live Chat by 3CX"
142
  msgstr "WP Live Chat historie"
143
 
144
- #: functions.php:1486 wp-live-chat-support.php:3332
145
  msgid "Error: Could not delete chat"
146
  msgstr ""
147
 
148
- #: functions.php:1488 wp-live-chat-support.php:3336
149
  msgid "Chat Deleted"
150
  msgstr ""
151
 
152
- #: functions.php:1491 includes/wplc_custom_fields.php:35
153
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
154
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
155
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
@@ -157,393 +158,393 @@ msgstr ""
157
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
158
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
159
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
160
- #: modules/advanced_tools.php:243 modules/advanced_tools.php:251
161
- #: modules/advanced_tools.php:259 modules/advanced_tools.php:267
162
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
163
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
164
- #: wp-live-chat-support.php:3291 wp-live-chat-support.php:3321
165
- #: wp-live-chat-support.php:4212
166
  msgid "You do not have permission do perform this action"
167
  msgstr ""
168
 
169
- #: functions.php:1497 wp-live-chat-support.php:3345
170
  msgid "Are you sure you would like to delete this chat?"
171
  msgstr ""
172
 
173
  # @ wplivechat
174
- #: functions.php:1498 includes/settings_page.php:142
175
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
176
  msgid "Yes"
177
  msgstr "Ano"
178
 
179
  # @ wplivechat
180
- #: functions.php:1498 includes/settings_page.php:143
181
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
182
  msgid "No"
183
  msgstr "Ne"
184
 
185
- #: functions.php:1507 functions.php:2095 includes/settings_page.php:332
186
- #: includes/settings_page.php:434 wp-live-chat-support.php:3375
187
- #: wp-live-chat-support.php:3502
188
  msgid "Date"
189
  msgstr ""
190
 
191
  # @ wplivechat
192
- #: functions.php:1510 functions.php:4266 wp-live-chat-support.php:3378
193
  msgid "URL"
194
  msgstr "URL adresa stránky"
195
 
196
  # @ wplivechat
197
- #: functions.php:1511 includes/wplc_custom_fields.php:83
198
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
199
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
200
- #: wp-live-chat-support.php:2397 wp-live-chat-support.php:3380
201
  msgid "Action"
202
  msgstr "Aktivita"
203
 
204
- #: functions.php:1525
205
  msgid "You have not missed any chat requests."
206
  msgstr ""
207
 
208
- #: functions.php:1532 wp-live-chat-support.php:3400
209
  msgid "View Chat History"
210
  msgstr ""
211
 
212
- #: functions.php:1532 wp-live-chat-support.php:3400
213
  msgid "Download Chat History"
214
  msgstr ""
215
 
216
- #: functions.php:1726
217
  msgid "Open chat window via"
218
  msgstr ""
219
 
220
- #: functions.php:1730
221
  msgid "Click"
222
  msgstr ""
223
 
224
- #: functions.php:1731
225
  msgid "Hover"
226
  msgstr ""
227
 
228
- #: functions.php:1733
229
  msgid "element with"
230
  msgstr ""
231
 
232
- #: functions.php:1735
233
  msgid "Class"
234
  msgstr ""
235
 
236
- #: functions.php:1736 includes/wplc_custom_fields.php:78
237
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
238
  #: includes/wplc_roi.php:159
239
  msgid "ID"
240
  msgstr ""
241
 
242
- #: functions.php:2007 functions.php:2013 functions.php:2018
243
  #: includes/dashboard_page.php:58 modules/node_server.php:134
244
- #: modules/node_server.php:1022 wp-live-chat-support.php:3981
245
  msgid "Quick Responses"
246
  msgstr ""
247
 
248
- #: functions.php:2008 includes/settings_page.php:322
249
  msgid "Quick Response"
250
  msgstr ""
251
 
252
- #: functions.php:2009 functions.php:2012
253
  msgid "New Quick Response"
254
  msgstr ""
255
 
256
- #: functions.php:2010 modules/node_server.php:1031
257
  msgid "Add New Quick Response"
258
  msgstr ""
259
 
260
- #: functions.php:2011
261
  msgid "Edit Quick Response"
262
  msgstr ""
263
 
264
- #: functions.php:2014
265
  msgid "View Quick Responses"
266
  msgstr ""
267
 
268
- #: functions.php:2015
269
  msgid "Search Quick Responses"
270
  msgstr ""
271
 
272
- #: functions.php:2016
273
  msgid "No Quick Responses found"
274
  msgstr ""
275
 
276
- #: functions.php:2017
277
  msgid "No Quick Responses found in the Trash"
278
  msgstr ""
279
 
280
  # @ wplivechat
281
- #: functions.php:2022
282
  #, fuzzy
283
  #| msgid "Add Quick Responses to your Live Chat"
284
  msgid "Quick Responses for WP Live Chat by 3CX"
285
  msgstr "Přidat rychlé odpovědi pro Váš Live Chat"
286
 
287
- #: functions.php:2056
288
  msgid "Sort Order"
289
  msgstr ""
290
 
291
- #: functions.php:2092 includes/settings_page.php:331
292
  msgid "Title"
293
  msgstr ""
294
 
295
- #: functions.php:2093
296
  msgid "Order"
297
  msgstr ""
298
 
299
- #: functions.php:2094 includes/settings_page.php:1182
300
  msgid "Author"
301
  msgstr ""
302
 
303
  # @ wplivechat
304
- #: functions.php:2137 wp-live-chat-support.php:452
305
  msgid "Press ENTER to send your message"
306
  msgstr "Stisknutím klávesy ENTER odešlete vaši zprávu"
307
 
308
  # @ wplivechat
309
- #: functions.php:2176 functions.php:2180
310
  msgid "Assign Quick Response"
311
  msgstr "Přiřadit rychlou odezvu"
312
 
313
  # @ wplivechat
314
- #: functions.php:2183 includes/settings_page.php:1164
315
  msgid "Select"
316
  msgstr "Vybrat"
317
 
318
- #: functions.php:2189
319
  msgid "What is this?"
320
  msgstr ""
321
 
322
- #: functions.php:2231
323
  #, php-format
324
  msgid "Incoming chat from %s (%s) on %s"
325
  msgstr ""
326
 
327
- #: functions.php:2237
328
  #, php-format
329
  msgid "%s (%s) wants to chat with you."
330
  msgstr ""
331
 
332
- #: functions.php:2242
333
  #, php-format
334
  msgid "Log in: %s"
335
  msgstr ""
336
 
337
- #: functions.php:2569
338
  msgid "Status (Online)"
339
  msgstr ""
340
 
341
- #: functions.php:2570
342
  msgid "Online"
343
  msgstr ""
344
 
345
  # @ wplivechat
346
- #: functions.php:2571
347
  #, fuzzy
348
  #| msgid "Offline text"
349
  msgid "Offline"
350
  msgstr "Offline text"
351
 
352
- #: functions.php:2572
353
  msgid "Status (Offline)"
354
  msgstr ""
355
 
356
- #: functions.php:2583
357
  msgid ""
358
  "You have set your status to offline. To view visitors and accept chats "
359
  "please set your status to online using the switch above."
360
  msgstr ""
361
 
362
  # @ wplivechat
363
- #: functions.php:2653
364
  #, fuzzy
365
  msgid "Encryption"
366
  msgstr "Aktivita"
367
 
368
- #: functions.php:2659 includes/settings_page.php:1225
369
- #: wp-live-chat-support.php:3996
370
  msgid "Business Hours"
371
  msgstr ""
372
 
373
  # @ wplivechat
374
- #: functions.php:2861
375
  #, fuzzy
376
  msgid "Initiate Chat"
377
  msgstr "Začít diskusi"
378
 
379
- #: functions.php:2953
380
  msgid "Attempting to open the chat window... Please be patient."
381
  msgstr ""
382
 
383
- #: functions.php:2970
384
  msgid ""
385
  "You are not a chat agent. Please make yourself a chat agent before trying to "
386
  "chat to visitors"
387
  msgstr ""
388
 
389
- #: functions.php:3165 functions.php:3181 functions.php:3196
390
  msgid "Chat Agent"
391
  msgstr ""
392
 
393
- #: functions.php:3170 functions.php:3186
394
  msgid "Make this user a chat agent"
395
  msgstr ""
396
 
397
- #: functions.php:3200
398
  msgid "Your user role does not allow you to make yourself a chat agent."
399
  msgstr ""
400
 
401
- #: functions.php:3201
402
  msgid "Please contact the administrator of this website to change this."
403
  msgstr ""
404
 
405
- #: functions.php:3220
406
  msgid "This chat has already been answered by another agent."
407
  msgstr ""
408
 
409
- #: functions.php:3462 wp-live-chat-support.php:2331
410
  msgid "Agent(s) online"
411
  msgstr ""
412
 
413
- #: functions.php:3516
414
  msgid "Chat Agent Online"
415
  msgstr ""
416
 
417
- #: functions.php:3518 functions.php:3522
418
  msgid "Chat Agents Online"
419
  msgstr ""
420
 
421
- #: functions.php:3630 includes/settings_page.php:1153
422
- #: wp-live-chat-support.php:2264
423
  msgid "Remove"
424
  msgstr ""
425
 
426
- #: functions.php:3633 wp-live-chat-support.php:2267
427
  msgid "Typing..."
428
  msgstr ""
429
 
430
- #: functions.php:4003
431
  msgid "User Experience Ratings"
432
  msgstr ""
433
 
434
- #: functions.php:4010
435
  msgid "Agent Statistics"
436
  msgstr ""
437
 
438
- #: functions.php:4053 functions.php:4092
439
  msgid "Satisfaction Rating"
440
  msgstr ""
441
 
442
- #: functions.php:4054 functions.php:4093
443
  msgid "Rating Count"
444
  msgstr ""
445
 
446
- #: functions.php:4054 functions.php:4093
447
  msgid "Good"
448
  msgstr ""
449
 
450
- #: functions.php:4054 functions.php:4093
451
  msgid "Bad"
452
  msgstr ""
453
 
454
- #: functions.php:4164 includes/dashboard_page.php:56
455
- #: wp-live-chat-support.php:1007
456
  msgid "Reports"
457
  msgstr ""
458
 
459
- #: functions.php:4167 includes/wplc_roi.php:161
460
  msgid "Overview"
461
  msgstr ""
462
 
463
- #: functions.php:4168
464
  msgid "Popular Pages"
465
  msgstr ""
466
 
467
- #: functions.php:4186
468
  msgid "Total Agents"
469
  msgstr ""
470
 
471
- #: functions.php:4186
472
  msgid "Total number of agents that used the live chat"
473
  msgstr ""
474
 
475
- #: functions.php:4187
476
  msgid "Total Chats"
477
  msgstr ""
478
 
479
- #: functions.php:4187
480
  msgid "Total number of chats received"
481
  msgstr ""
482
 
483
- #: functions.php:4188
484
  msgid "Total URLs"
485
  msgstr ""
486
 
487
- #: functions.php:4188
488
  msgid "Total number of URLs a chat was initiated on"
489
  msgstr ""
490
 
491
- #: functions.php:4189
492
  msgid "Chats per day"
493
  msgstr ""
494
 
495
- #: functions.php:4190
496
  msgid "Popular pages a chat was initiated on"
497
  msgstr ""
498
 
499
- #: functions.php:4220 includes/wplc_custom_fields.php:304
500
  msgid "Unknown"
501
  msgstr ""
502
 
503
- #: functions.php:4267
504
  msgid "Count"
505
  msgstr ""
506
 
507
- #: functions.php:4293
508
  msgid "Enable Manual Chat Initiation:"
509
  msgstr ""
510
 
511
- #: functions.php:4293
512
  msgid ""
513
  "Enabling this feature will allow agents to start a chat with website "
514
  "visitors. This feature increases server load while enabled."
515
  msgstr ""
516
 
517
- #: functions.php:4297 modules/advanced_features.php:73
518
  msgid ""
519
  "This feature is only available when you select 3CX High Performance Cloud "
520
  "Servers in Advanced Features."
521
  msgstr ""
522
 
523
- #: functions.php:4384
524
  msgid "Thank you for inquiry. We will get back to you shortly"
525
  msgstr ""
526
 
527
- #: functions.php:4562 wp-live-chat-support.php:4571
528
  msgid "The Live Chat box is currently disabled on your website due to:"
529
  msgstr ""
530
 
531
  # @ wplivechat
532
- #: functions.php:4563 wp-live-chat-support.php:4572
533
  #, fuzzy
534
  #| msgid "General Settings"
535
  msgid "Business Hours Settings"
536
  msgstr "Všeobecné nastavení"
537
 
538
- #: functions.php:4614
539
  msgid "Edit Profile"
540
  msgstr ""
541
 
542
- #: functions.php:4625 modules/node_server.php:96 modules/node_server.php:878
543
  msgid "Drag Files Here"
544
  msgstr ""
545
 
546
- #: functions.php:4648 functions.php:4693 includes/wplc_custom_fields.php:107
547
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
548
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
549
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
@@ -552,46 +553,54 @@ msgid "Delete"
552
  msgstr ""
553
 
554
  # @ wplivechat
555
- #: functions.php:4649
556
  #, fuzzy
557
  #| msgid "Send"
558
  msgid "Send..."
559
  msgstr "Odeslat"
560
 
561
- #: functions.php:4650 functions.php:4695
562
  msgid "Play voice note"
563
  msgstr ""
564
 
565
- #: functions.php:4694
566
  msgid "Save..."
567
  msgstr ""
568
 
569
- #: functions.php:4814 wp-live-chat-support.php:1240
570
- #: wp-live-chat-support.php:2810
571
  msgid "is typing..."
572
  msgstr ""
573
 
574
- #: functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
575
  msgid "An error has occured while fetching the news feed."
576
  msgstr ""
577
 
578
- #: functions.php:4926
579
  msgid "Default"
580
  msgstr ""
581
 
582
- #: functions.php:5229 functions.php:5233
583
  msgid "You do not have permission to perform this action"
584
  msgstr ""
585
 
586
- # @ wplivechat
587
- #: includes/blocks/wplc-chat-box/block.js:44
588
- #, fuzzy
589
- #| msgid "WP Live Chat History"
590
- msgid "WP Live Chat Trigger"
591
- msgstr "WP Live Chat historie"
592
-
593
  #: includes/blocks/wplc-chat-box/index.php:30
594
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3997
595
  msgid "Gutenberg Blocks"
596
  msgstr ""
597
 
@@ -639,24 +648,18 @@ msgstr ""
639
  msgid "Displays the chosen icon"
640
  msgstr ""
641
 
642
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1248
643
- #: wp-live-chat-support.php:1891
644
  msgid "Type here"
645
  msgstr ""
646
 
647
  # @ wplivechat
648
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:971
649
  msgid "Live Chat"
650
  msgstr "Live Chat"
651
 
652
  # @ wplivechat
653
- #: includes/blocks/wplc-inline-chat-box/block.js:13
654
- #, fuzzy
655
- msgid "WP Live Chat Box"
656
- msgstr "WP Live Chat Podpora Zpětná vazba"
657
-
658
- # @ wplivechat
659
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:972
660
  #, fuzzy
661
  msgid "Dashboard"
662
  msgstr "Chat aktivní"
@@ -680,16 +683,16 @@ msgid "Missed"
680
  msgstr "Skrýt chat"
681
 
682
  # @ wplivechat
683
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:980
684
- #: wp-live-chat-support.php:3439
685
  msgid "History"
686
  msgstr "Historie"
687
 
688
  # @ wplivechat
689
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
690
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
691
- #: wp-live-chat-support.php:984 wp-live-chat-support.php:3485
692
- #: wp-live-chat-support.php:3982
693
  msgid "Offline Messages"
694
  msgstr "Offline zprávy"
695
 
@@ -700,7 +703,7 @@ msgstr ""
700
 
701
  # @ wplivechat
702
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
703
- #: wp-live-chat-support.php:973
704
  msgid "Settings"
705
  msgstr "Nastavení"
706
 
@@ -781,7 +784,7 @@ msgstr "Uživatel otevřel okno chat-u"
781
 
782
  # @ wplivechat
783
  #: includes/settings_page.php:98 includes/settings_page.php:136
784
- #: wp-live-chat-support.php:3993
785
  msgid "General Settings"
786
  msgstr "Všeobecné nastavení"
787
 
@@ -837,7 +840,7 @@ msgstr ""
837
  msgid "This name will be displayed for all not logged in visitors"
838
  msgstr ""
839
 
840
- #: includes/settings_page.php:177 wp-live-chat-support.php:451
841
  msgid "Guest"
842
  msgstr ""
843
 
@@ -1037,7 +1040,7 @@ msgid ""
1037
  msgstr ""
1038
 
1039
  # @ wplivechat
1040
- #: includes/settings_page.php:381 wp-live-chat-support.php:3994
1041
  #, fuzzy
1042
  #| msgid "Chat Window Settings"
1043
  msgid "Chat Box Settings"
@@ -1122,7 +1125,7 @@ msgstr ""
1122
  msgid "Display a timestamp in the chat window:"
1123
  msgstr "Uživatel maximalizoval okno chat-u"
1124
 
1125
- #: includes/settings_page.php:435 wp-live-chat-support.php:2392
1126
  msgid "Time"
1127
  msgstr ""
1128
 
@@ -1469,7 +1472,7 @@ msgid ""
1469
  msgstr ""
1470
 
1471
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1472
- #: modules/node_server.php:652 wp-live-chat-support.php:2312
1473
  msgid "here"
1474
  msgstr ""
1475
 
@@ -1536,8 +1539,8 @@ msgid "Other text"
1536
  msgstr ""
1537
 
1538
  # @ wplivechat
1539
- #: includes/settings_page.php:1065 wp-live-chat-support.php:445
1540
- #: wp-live-chat-support.php:1194
1541
  #, fuzzy
1542
  #| msgid "User has opened the chat window"
1543
  msgid "The chat has been ended by the agent."
@@ -1714,12 +1717,12 @@ msgstr ""
1714
  msgid "Add New"
1715
  msgstr ""
1716
 
1717
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1009
1718
  msgid "Custom Fields"
1719
  msgstr ""
1720
 
1721
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1722
- #: wp-live-chat-support.php:2393
1723
  msgid "Type"
1724
  msgstr ""
1725
 
@@ -1729,12 +1732,12 @@ msgstr ""
1729
 
1730
  # @ wplivechat
1731
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1732
- #: wp-live-chat-support.php:2396 wp-live-chat-support.php:3379
1733
  msgid "Status"
1734
  msgstr "Stav"
1735
 
1736
  # @ wplivechat
1737
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2589
1738
  msgid "Active"
1739
  msgstr "Aktivní"
1740
 
@@ -1823,8 +1826,8 @@ msgstr ""
1823
  msgid "Custom Field Data"
1824
  msgstr ""
1825
 
1826
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1008
1827
- #: wp-live-chat-support.php:3968
1828
  msgid "Triggers"
1829
  msgstr ""
1830
 
@@ -1899,7 +1902,7 @@ msgid "Enable Trigger"
1899
  msgstr ""
1900
 
1901
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1902
- #: wp-live-chat-support.php:4698
1903
  msgid "Close"
1904
  msgstr ""
1905
 
@@ -2039,7 +2042,7 @@ msgid "Select Department"
2039
  msgstr ""
2040
 
2041
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2042
- #: wp-live-chat-support.php:3970
2043
  msgid "ROI Goals"
2044
  msgstr ""
2045
 
@@ -2375,7 +2378,7 @@ msgstr "Nastavení"
2375
 
2376
  # @ wplivechat
2377
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2378
- #: wp-live-chat-support.php:3983
2379
  #, fuzzy
2380
  #| msgid "WP Live Chat History"
2381
  msgid "Chat History"
@@ -2422,23 +2425,23 @@ msgstr ""
2422
  msgid "This cannot be undone"
2423
  msgstr ""
2424
 
2425
- #: modules/advanced_tools.php:192
2426
  msgid "Import Failed - Could Not Process File"
2427
  msgstr ""
2428
 
2429
- #: modules/advanced_tools.php:206
2430
  msgid "Import Failed - Could Not Find File"
2431
  msgstr ""
2432
 
2433
  # @ wplivechat
2434
- #: modules/advanced_tools.php:218
2435
  #, fuzzy
2436
  #| msgid "complete"
2437
  msgid "Import Complete"
2438
  msgstr "ukončená"
2439
 
2440
  # @ wplivechat
2441
- #: modules/advanced_tools.php:226
2442
  #, fuzzy
2443
  #| msgid "Your settings have been saved."
2444
  msgid "Thank you, all settings have been updated"
@@ -2517,7 +2520,7 @@ msgid "Data retention purpose"
2517
  msgstr ""
2518
 
2519
  # @ wplivechat
2520
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:392
2521
  #, fuzzy
2522
  msgid "Chat/Support"
2523
  msgstr "WP Live Chat Podpora Zpětná vazba"
@@ -2581,8 +2584,8 @@ msgstr ""
2581
  msgid "Download Chat (%%CID%%)"
2582
  msgstr ""
2583
 
2584
- #: modules/gdpr.php:162 wp-live-chat-support.php:4240
2585
- #: wp-live-chat-support.php:4300
2586
  msgid "Chat ID"
2587
  msgstr ""
2588
 
@@ -2605,7 +2608,7 @@ msgid ""
2605
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2606
  msgstr ""
2607
 
2608
- #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:588
2609
  msgid "Privacy Policy"
2610
  msgstr ""
2611
 
@@ -2689,11 +2692,11 @@ msgstr ""
2689
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2690
  msgstr ""
2691
 
2692
- #: modules/gdpr.php:636
2693
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2694
  msgstr ""
2695
 
2696
- #: modules/gdpr.php:668
2697
  msgid "Pro data will also be removed as a part of this automatic process."
2698
  msgstr ""
2699
 
@@ -2721,7 +2724,7 @@ msgid "Active visitors"
2721
  msgstr "Live Chat"
2722
 
2723
  # @ wplivechat
2724
- #: modules/node_server.php:100 wp-live-chat-support.php:1856
2725
  #, fuzzy
2726
  msgid "Minimize Chat"
2727
  msgstr "Začít diskusi"
@@ -2741,7 +2744,7 @@ msgid "Invite Department"
2741
  msgstr "Zarovnání okna chat-u"
2742
 
2743
  #: modules/node_server.php:111 modules/node_server.php:881
2744
- #: modules/node_server.php:885 wp-live-chat-support.php:4042
2745
  msgid "Direct User To Page"
2746
  msgstr ""
2747
 
@@ -2758,7 +2761,7 @@ msgstr ""
2758
 
2759
  # @ wplivechat
2760
  #: modules/node_server.php:115 modules/node_server.php:883
2761
- #: wp-live-chat-support.php:2601
2762
  msgid "End chat"
2763
  msgstr "Ukončit chat"
2764
 
@@ -2823,7 +2826,7 @@ msgstr ""
2823
 
2824
  # @ wplivechat
2825
  #: modules/node_server.php:185 modules/node_server.php:893
2826
- #: wp-live-chat-support.php:2391
2827
  #, fuzzy
2828
  msgid "Visitor"
2829
  msgstr "Návštěvníci stránky"
@@ -2882,7 +2885,7 @@ msgstr ""
2882
  msgid "Only chat agents can access this page."
2883
  msgstr ""
2884
 
2885
- #: modules/node_server.php:594 wp-live-chat-support.php:4696
2886
  msgid "Sending transcript..."
2887
  msgstr ""
2888
 
@@ -2893,11 +2896,11 @@ msgstr ""
2893
  msgid "Chat Transcript"
2894
  msgstr "Nastavení okna chat-u"
2895
 
2896
- #: modules/node_server.php:597 wp-live-chat-support.php:4699
2897
  msgid "The chat transcript has been emailed."
2898
  msgstr ""
2899
 
2900
- #: modules/node_server.php:598 wp-live-chat-support.php:4700
2901
  msgid "There was a problem emailing the chat."
2902
  msgstr ""
2903
 
@@ -2918,11 +2921,11 @@ msgstr ""
2918
  msgid "User received notification:"
2919
  msgstr ""
2920
 
2921
- #: modules/node_server.php:684 wp-live-chat-support.php:2183
2922
  msgid "New chat received"
2923
  msgstr ""
2924
 
2925
- #: modules/node_server.php:685 wp-live-chat-support.php:2185
2926
  msgid ""
2927
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2928
  "chat"
@@ -2950,11 +2953,11 @@ msgstr ""
2950
  msgid "Show me!"
2951
  msgstr ""
2952
 
2953
- #: modules/node_server.php:803 wp-live-chat-support.php:4667
2954
  msgid "Don't Show This Again"
2955
  msgstr ""
2956
 
2957
- #: modules/node_server.php:870 wp-live-chat-support.php:419
2958
  msgid "Connecting..."
2959
  msgstr ""
2960
 
@@ -3026,7 +3029,7 @@ msgstr "Nastavení"
3026
  msgid "Webhooks"
3027
  msgstr ""
3028
 
3029
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3969
3030
  msgid "Web Hooks"
3031
  msgstr ""
3032
 
@@ -3092,649 +3095,652 @@ msgstr "Uložit nastavení"
3092
  msgid "Are you sure you want to delete this webhook?"
3093
  msgstr ""
3094
 
3095
- #: wp-live-chat-support.php:363
3096
  msgid "close"
3097
  msgstr ""
3098
 
3099
  # @ wplivechat
3100
- #: wp-live-chat-support.php:383
3101
  #, fuzzy
3102
  msgid "Thank you for chatting with us."
3103
  msgstr "WP Live Chat Podpora Zpětná vazba"
3104
 
3105
  # @ wplivechat
3106
- #: wp-live-chat-support.php:408 wp-live-chat-support.php:1924
3107
  msgid "Questions?"
3108
  msgstr "Máte otázky?"
3109
 
3110
  # @ wplivechat
3111
- #: wp-live-chat-support.php:409 wp-live-chat-support.php:1925
3112
  msgid "Chat with us"
3113
  msgstr "Ptejte se nás, klikněte zde"
3114
 
3115
- #: wp-live-chat-support.php:410
3116
  msgid "Start live chat"
3117
  msgstr ""
3118
 
3119
- #: wp-live-chat-support.php:411
3120
  msgid "Complete the fields below to proceed."
3121
  msgstr ""
3122
 
3123
- #: wp-live-chat-support.php:412
3124
  msgid "Chat offline. Leave a message"
3125
  msgstr ""
3126
 
3127
- #: wp-live-chat-support.php:413
3128
  msgid ""
3129
  "We are currently offline. Please leave a message and we'll get back to you "
3130
  "shortly."
3131
  msgstr ""
3132
 
3133
- #: wp-live-chat-support.php:414
3134
  msgid "Sending message..."
3135
  msgstr ""
3136
 
3137
- #: wp-live-chat-support.php:415
3138
  msgid "Thank you for your message. We will be in contact soon."
3139
  msgstr ""
3140
 
3141
- #: wp-live-chat-support.php:416
3142
  msgid "Leave a message"
3143
  msgstr ""
3144
 
3145
- #: wp-live-chat-support.php:417
3146
  msgid "Send message"
3147
  msgstr ""
3148
 
3149
  # @ wplivechat
3150
- #: wp-live-chat-support.php:418
3151
  msgid "Start Chat"
3152
  msgstr "Začít diskusi"
3153
 
3154
  # @ wplivechat
3155
- #: wp-live-chat-support.php:420 wp-live-chat-support.php:2065
3156
- #: wp-live-chat-support.php:2112
3157
  msgid "Reactivating your previous chat..."
3158
  msgstr "Znovu se aktivuje Váš předešlý chat... "
3159
 
3160
  # @ wplivechat
3161
- #: wp-live-chat-support.php:450
3162
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3163
  msgstr ""
3164
  "Prosím, klikněte na tlačítko \\\"Spustit chat\\\", zahájit chat s referentem"
3165
 
3166
  # @ wplivechat
3167
- #: wp-live-chat-support.php:453
3168
  #, fuzzy
3169
  #| msgid "There is No Answer. Please Try Again Later"
3170
  msgid "No answer. Try again later."
3171
  msgstr "Zatím žádná odpověď. Prosím, zkuste to později."
3172
 
3173
- #: wp-live-chat-support.php:454
3174
  msgid "Welcome. How may I help you?"
3175
  msgstr ""
3176
 
3177
- #: wp-live-chat-support.php:458
3178
  msgid "Please standby for an agent. Send your message while you wait."
3179
  msgstr ""
3180
 
3181
- #: wp-live-chat-support.php:689
3182
  msgid ""
3183
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3184
  "no longer needed, please uninstall it."
3185
  msgstr ""
3186
 
3187
  # @ wplivechat
3188
- #: wp-live-chat-support.php:981 wp-live-chat-support.php:3466
3189
  #, fuzzy
3190
  msgid "Missed Chats"
3191
  msgstr "Skrýt chat"
3192
 
3193
- #: wp-live-chat-support.php:989 wp-live-chat-support.php:3958
3194
  msgid "Support"
3195
  msgstr ""
3196
 
3197
- #: wp-live-chat-support.php:1191
3198
  msgid "Please Enter Your Name"
3199
  msgstr ""
3200
 
3201
- #: wp-live-chat-support.php:1192
3202
  msgid "Please Enter Your Email Address"
3203
  msgstr ""
3204
 
3205
- #: wp-live-chat-support.php:1193
3206
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3207
  msgstr ""
3208
 
3209
- #: wp-live-chat-support.php:1195
3210
  msgid "Please Enter a Message"
3211
  msgstr ""
3212
 
3213
- #: wp-live-chat-support.php:1196
3214
  msgid "Disconnected, Attempting to Reconnect..."
3215
  msgstr ""
3216
 
3217
  # @ wplivechat
3218
- #: wp-live-chat-support.php:1243
3219
  #, fuzzy
3220
  #| msgid "User has opened the chat window"
3221
  msgid "has joined."
3222
  msgstr "Uživatel otevřel okno chat-u"
3223
 
3224
- #: wp-live-chat-support.php:1244
3225
  msgid "has left."
3226
  msgstr ""
3227
 
3228
  # @ wplivechat
3229
- #: wp-live-chat-support.php:1245
3230
  #, fuzzy
3231
  #| msgid "User has opened the chat window"
3232
  msgid "has ended the chat."
3233
  msgstr "Uživatel otevřel okno chat-u"
3234
 
3235
- #: wp-live-chat-support.php:1246
3236
  msgid "has disconnected."
3237
  msgstr ""
3238
 
3239
- #: wp-live-chat-support.php:1247
3240
  msgid "(edited)"
3241
  msgstr ""
3242
 
3243
- #: wp-live-chat-support.php:1638 wp-live-chat-support.php:1657
3244
  msgid "Start chat"
3245
  msgstr ""
3246
 
3247
  # @ wplivechat
3248
- #: wp-live-chat-support.php:1903 wp-live-chat-support.php:2672
3249
  msgid "Send"
3250
  msgstr "Odeslat"
3251
 
3252
- #: wp-live-chat-support.php:2308
3253
  msgid "Congratulations"
3254
  msgstr ""
3255
 
3256
- #: wp-live-chat-support.php:2309
3257
  msgid "You are now accepting live chat requests on your site."
3258
  msgstr ""
3259
 
3260
- #: wp-live-chat-support.php:2310
3261
  msgid "The live chat box has automatically been enabled."
3262
  msgstr ""
3263
 
3264
- #: wp-live-chat-support.php:2311
3265
  msgid "Chat notifications will start appearing once visitors send a request."
3266
  msgstr ""
3267
 
3268
- #: wp-live-chat-support.php:2312
3269
  #, php-format
3270
  msgid "You may modify your chat box settings %s"
3271
  msgstr ""
3272
 
3273
- #: wp-live-chat-support.php:2313
3274
  msgid "Experiencing issues?"
3275
  msgstr ""
3276
 
3277
- #: wp-live-chat-support.php:2313
3278
  msgid "Take a look at our how-to guides."
3279
  msgstr ""
3280
 
3281
  # @ wplivechat
3282
- #: wp-live-chat-support.php:2314
3283
  #, fuzzy
3284
  msgid "Hide"
3285
  msgstr "Skrýt chat"
3286
 
3287
- #: wp-live-chat-support.php:2371
3288
  msgid "Keep this window open to get notified of new chats."
3289
  msgstr ""
3290
 
3291
  # @ wplivechat
3292
- #: wp-live-chat-support.php:2377
3293
  #, fuzzy
3294
  msgid "Visitor(s) online"
3295
  msgstr "Návštěvníci stránky"
3296
 
3297
- #: wp-live-chat-support.php:2394
3298
  msgid "Device"
3299
  msgstr ""
3300
 
3301
  # @ wplivechat
3302
- #: wp-live-chat-support.php:2395
3303
  #, fuzzy
3304
  msgid "Data"
3305
  msgstr "Uživatelova data"
3306
 
3307
  # @ wplivechat
3308
- #: wp-live-chat-support.php:2428
3309
  #, fuzzy
3310
  msgid "Chat Dashboard"
3311
  msgstr "Chat aktivní"
3312
 
3313
- #: wp-live-chat-support.php:2431
3314
  msgid "Oh no!"
3315
  msgstr ""
3316
 
3317
- #: wp-live-chat-support.php:2433
3318
  #, php-format
3319
  msgid "You do not have access to this page as %s."
3320
  msgstr ""
3321
 
3322
- #: wp-live-chat-support.php:2433
3323
  msgid "you are not a chat agent"
3324
  msgstr ""
3325
 
3326
  # @ wplivechat
3327
- #: wp-live-chat-support.php:2587
3328
  msgid "Previous"
3329
  msgstr "Předešlý"
3330
 
3331
  # @ wplivechat
3332
- #: wp-live-chat-support.php:2594
3333
  #, fuzzy
3334
  msgid "Chat with"
3335
  msgstr "Ptejte se nás, klikněte zde"
3336
 
3337
- #: wp-live-chat-support.php:2611
3338
  msgid "Starting Time:"
3339
  msgstr ""
3340
 
3341
- #: wp-live-chat-support.php:2612
3342
  msgid "Ending Time:"
3343
  msgstr ""
3344
 
3345
  # @ wplivechat
3346
- #: wp-live-chat-support.php:2632
3347
  #, fuzzy
3348
  msgid "Chat initiated on:"
3349
  msgstr "Upozornění na chat"
3350
 
3351
- #: wp-live-chat-support.php:2633
3352
  msgid "Browser:"
3353
  msgstr ""
3354
 
3355
  # @ wplivechat
3356
- #: wp-live-chat-support.php:2659 wp-live-chat-support.php:2698
3357
  #, fuzzy
3358
  #| msgid "End chat"
3359
  msgid "Invalid Chat ID"
3360
  msgstr "Ukončit chat"
3361
 
3362
- #: wp-live-chat-support.php:2667
3363
  msgid "type here..."
3364
  msgstr ""
3365
 
3366
  # @ wplivechat
3367
- #: wp-live-chat-support.php:2825
3368
  msgid "User has opened the chat window"
3369
  msgstr "Uživatel otevřel okno chat-u"
3370
 
3371
  # @ wplivechat
3372
- #: wp-live-chat-support.php:2826
3373
  msgid "User has minimized the chat window"
3374
  msgstr "Uživatel minimalizoval okno chat-u"
3375
 
3376
  # @ wplivechat
3377
- #: wp-live-chat-support.php:2827
3378
  msgid "User has maximized the chat window"
3379
  msgstr "Uživatel maximalizoval okno chat-u"
3380
 
3381
- #: wp-live-chat-support.php:2828
3382
  msgid "The chat has been ended"
3383
  msgstr ""
3384
 
3385
- #: wp-live-chat-support.php:3369
3386
  msgid "Delete History"
3387
  msgstr ""
3388
 
3389
- #: wp-live-chat-support.php:3386
3390
  msgid "No chats available at the moment"
3391
  msgstr ""
3392
 
3393
- #: wp-live-chat-support.php:3506
3394
  msgid "Actions"
3395
  msgstr ""
3396
 
3397
- #: wp-live-chat-support.php:3520
3398
  msgid "You have not received any offline messages."
3399
  msgstr ""
3400
 
3401
- #: wp-live-chat-support.php:3528
3402
  msgid "Delete Message"
3403
  msgstr ""
3404
 
3405
- #: wp-live-chat-support.php:3637
3406
  msgid "You do not have permission to save settings."
3407
  msgstr ""
3408
 
3409
  # @ wplivechat
3410
- #: wp-live-chat-support.php:3903
3411
  msgid "Your settings have been saved."
3412
  msgstr "Vaše nastavení bylo uloženo."
3413
 
3414
- #: wp-live-chat-support.php:3932
3415
  msgid ""
3416
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3417
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3418
  "contact your host to get this function enabled."
3419
  msgstr ""
3420
 
3421
- #: wp-live-chat-support.php:3938
3422
  msgid ""
3423
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3424
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3425
  "get safe mode disabled."
3426
  msgstr ""
3427
 
3428
- #: wp-live-chat-support.php:3961 wp-live-chat-support.php:3965
3429
  msgid "Plugin Features"
3430
  msgstr ""
3431
 
3432
- #: wp-live-chat-support.php:3963
3433
  msgid ""
3434
  "Check out these features and get up to speed with what you can do with WP "
3435
  "Live Chat:"
3436
  msgstr ""
3437
 
3438
- #: wp-live-chat-support.php:3966
3439
  msgid "Reporting"
3440
  msgstr ""
3441
 
3442
- #: wp-live-chat-support.php:3967
3443
  msgid "Localization"
3444
  msgstr ""
3445
 
3446
  # @ wplivechat
3447
- #: wp-live-chat-support.php:3975
3448
  #, fuzzy
3449
  #| msgid "Status"
3450
  msgid "Chat FAQs"
3451
  msgstr "Stav"
3452
 
3453
- #: wp-live-chat-support.php:3977
3454
  msgid ""
3455
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3456
  "agents:"
3457
  msgstr ""
3458
 
3459
  # @ wplivechat
3460
- #: wp-live-chat-support.php:3979
3461
  #, fuzzy
3462
  #| msgid "Chat with us"
3463
  msgid "Chat with Visitors"
3464
  msgstr "Ptejte se nás, klikněte zde"
3465
 
3466
  # @ wplivechat
3467
- #: wp-live-chat-support.php:3980
3468
  #, fuzzy
3469
  #| msgid "Chat with us"
3470
  msgid "Chat with Agents"
3471
  msgstr "Ptejte se nás, klikněte zde"
3472
 
3473
  # @ wplivechat
3474
- #: wp-live-chat-support.php:3984
3475
  #, fuzzy
3476
  #| msgid "Chat with us"
3477
  msgid "Chat Invites"
3478
  msgstr "Ptejte se nás, klikněte zde"
3479
 
3480
  # @ wplivechat
3481
- #: wp-live-chat-support.php:3989
3482
  #, fuzzy
3483
  #| msgid "Settings"
3484
  msgid "Settings & Customization"
3485
  msgstr "Nastavení"
3486
 
3487
- #: wp-live-chat-support.php:3991
3488
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3489
  msgstr ""
3490
 
3491
  # @ wplivechat
3492
- #: wp-live-chat-support.php:3995
3493
  #, fuzzy
3494
  #| msgid "Chat Window Settings"
3495
  msgid "Agent Settings"
3496
  msgstr "Nastavení okna chat-u"
3497
 
3498
- #: wp-live-chat-support.php:4002
3499
  msgid "Troubleshooting"
3500
  msgstr ""
3501
 
3502
- #: wp-live-chat-support.php:4004
3503
  msgid ""
3504
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3505
  "issues:"
3506
  msgstr ""
3507
 
3508
- #: wp-live-chat-support.php:4006
3509
  msgid "My Chat Box Is Not Showing"
3510
  msgstr ""
3511
 
3512
- #: wp-live-chat-support.php:4007
3513
  msgid "Not Receiving Notifications of New Chats"
3514
  msgstr ""
3515
 
3516
- #: wp-live-chat-support.php:4008
3517
- msgid "The Chat Box Never Goes Offline"
3518
- msgstr ""
3519
-
3520
- #: wp-live-chat-support.php:4009
3521
- msgid "Chat Has Already Been Answered"
3522
- msgstr ""
3523
-
3524
- #: wp-live-chat-support.php:4010
3525
  msgid "Check for JavaScript Errors"
3526
  msgstr ""
3527
 
3528
  # @ wplivechat
3529
- #: wp-live-chat-support.php:4038
3530
  #, fuzzy
3531
  msgid "Initiate Chats"
3532
  msgstr "Začít diskusi"
3533
 
3534
  # @ wplivechat
3535
- #: wp-live-chat-support.php:4039
3536
  #, fuzzy
3537
  msgid "Multiple Chats"
3538
  msgstr "Více agentů / referentů"
3539
 
3540
- #: wp-live-chat-support.php:4040
3541
  msgid "Add unlimited agents"
3542
  msgstr ""
3543
 
3544
  # @ wplivechat
3545
- #: wp-live-chat-support.php:4041
3546
  #, fuzzy
3547
  msgid "Transfer Chats"
3548
  msgstr "Skrýt chat"
3549
 
3550
  # @ wplivechat
3551
- #: wp-live-chat-support.php:4060
3552
  #, fuzzy, php-format
3553
  msgid "Thank you for using %s! Please %s on %s"
3554
  msgstr "WP Live Chat Podpora Zpětná vazba"
3555
 
3556
- #: wp-live-chat-support.php:4060
3557
  msgid "rate us"
3558
  msgstr ""
3559
 
3560
- #: wp-live-chat-support.php:4241 wp-live-chat-support.php:4301
3561
  msgid "From"
3562
  msgstr ""
3563
 
3564
- #: wp-live-chat-support.php:4243 wp-live-chat-support.php:4303
3565
  msgid "Timestamp"
3566
  msgstr ""
3567
 
3568
- #: wp-live-chat-support.php:4244 wp-live-chat-support.php:4304
3569
  msgid "Origin"
3570
  msgstr ""
3571
 
3572
- #: wp-live-chat-support.php:4249 wp-live-chat-support.php:4309
3573
  msgid "user"
3574
  msgstr ""
3575
 
3576
- #: wp-live-chat-support.php:4251 wp-live-chat-support.php:4311
3577
  msgid "agent"
3578
  msgstr ""
3579
 
3580
- #: wp-live-chat-support.php:4406
3581
  msgid "Advanced settings"
3582
  msgstr ""
3583
 
3584
- #: wp-live-chat-support.php:4413
3585
  msgid "Only change these settings if you are experiencing performance issues."
3586
  msgstr ""
3587
 
3588
- #: wp-live-chat-support.php:4420
3589
  msgid "Website hosting type:"
3590
  msgstr ""
3591
 
3592
- #: wp-live-chat-support.php:4424
3593
  msgid "Custom parameters"
3594
  msgstr ""
3595
 
3596
- #: wp-live-chat-support.php:4425
3597
  msgid "Shared hosting - low level plan"
3598
  msgstr ""
3599
 
3600
- #: wp-live-chat-support.php:4426
3601
  msgid "Shared hosting - normal plan"
3602
  msgstr ""
3603
 
3604
- #: wp-live-chat-support.php:4427
3605
  msgid "VPS"
3606
  msgstr ""
3607
 
3608
- #: wp-live-chat-support.php:4428
3609
  msgid "Dedicated server"
3610
  msgstr ""
3611
 
3612
- #: wp-live-chat-support.php:4434
3613
  msgid "Long poll setup"
3614
  msgstr ""
3615
 
3616
- #: wp-live-chat-support.php:4434
3617
  msgid ""
3618
  "Only change these if you are an experienced developer or if you have "
3619
  "received these figures from the WP Live Chat by 3CX team."
3620
  msgstr ""
3621
 
3622
- #: wp-live-chat-support.php:4439
3623
  msgid "Iterations"
3624
  msgstr ""
3625
 
3626
- #: wp-live-chat-support.php:4443
3627
  msgid "Sleep between loops"
3628
  msgstr ""
3629
 
3630
- #: wp-live-chat-support.php:4446
3631
  msgid "milliseconds"
3632
  msgstr ""
3633
 
3634
  # @ wplivechat
3635
- #: wp-live-chat-support.php:4469
3636
  #, fuzzy
3637
  msgid "Show 'Powered by' in chat box"
3638
  msgstr "WP Live Chat Podpora Zpětná vazba"
3639
 
3640
- #: wp-live-chat-support.php:4469
3641
  msgid ""
3642
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3643
  "bottom of your chatbox."
3644
  msgstr ""
3645
 
3646
  # @ wplivechat
3647
- #: wp-live-chat-support.php:4511
3648
  #, fuzzy
3649
  msgid "Powered by WP Live Chat by 3CX"
3650
  msgstr "WP Live Chat Podpora Zpětná vazba"
3651
 
3652
- #: wp-live-chat-support.php:4665
3653
  msgid ""
3654
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3655
  msgstr ""
3656
 
3657
- #: wp-live-chat-support.php:4666
3658
  msgid ""
3659
  "Please add an SSL certificate to your site to continue receiving chat "
3660
  "notifications in your browser."
3661
  msgstr ""
3662
 
3663
- #: wp-live-chat-support.php:4679
3664
  msgid ""
3665
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3666
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3667
  msgstr ""
3668
 
3669
- #: wp-live-chat-support.php:4686
3670
  msgid "Email transcript to user"
3671
  msgstr ""
3672
 
3673
- #: wp-live-chat-support.php:4697
3674
  msgid "Sending Transcript"
3675
  msgstr ""
3676
 
3677
- #: wp-live-chat-support.php:4771
3678
  #, php-format
3679
  msgid "Your chat transcript from %1$s"
3680
  msgstr ""
3681
 
3682
  # @ wplivechat
3683
- #: wp-live-chat-support.php:4862
3684
  #, fuzzy
3685
  #| msgid "Chat Window Settings"
3686
  msgid "Chat Transcript Settings"
3687
  msgstr "Nastavení okna chat-u"
3688
 
3689
- #: wp-live-chat-support.php:4865
3690
  msgid "Enable chat transcripts:"
3691
  msgstr ""
3692
 
3693
- #: wp-live-chat-support.php:4873
3694
  msgid "Send transcripts to:"
3695
  msgstr ""
3696
 
3697
- #: wp-live-chat-support.php:4880
3698
  msgid "User"
3699
  msgstr ""
3700
 
3701
- #: wp-live-chat-support.php:4891
3702
  msgid "Send transcripts when chat ends:"
3703
  msgstr ""
3704
 
3705
  # @ wplivechat
3706
- #: wp-live-chat-support.php:4899
3707
  #, fuzzy
3708
  #| msgid "Email"
3709
  msgid "Email body"
3710
  msgstr "Email"
3711
 
3712
  # @ wplivechat
3713
- #: wp-live-chat-support.php:4909
3714
  #, fuzzy
3715
  #| msgid "Email Address"
3716
  msgid "Email header"
3717
  msgstr "Emailová adresa"
3718
 
3719
- #: wp-live-chat-support.php:4918
3720
  msgid "Email footer"
3721
  msgstr ""
3722
 
3723
- #: wp-live-chat-support.php:4994
3724
  msgid ""
3725
  "Please note, local message encryption and local server options will be "
3726
  "deprecated in the next major release. All encryption and message delivery "
3727
  "will handled by our external servers in future."
3728
  msgstr ""
3729
 
3730
- #: wp-live-chat-support.php:4997
3731
  msgid "Deprecation Notice - Message Encryption & Local Server"
3732
  msgstr ""
3733
 
3734
- #: wp-live-chat-support.php:4999
3735
  msgid "Dismiss"
3736
  msgstr ""
3737
 
 
 
 
 
 
 
 
 
 
 
 
3738
  # @ wplivechat
3739
  #, fuzzy
3740
  #~| msgid "requesting chat"
@@ -3988,10 +3994,6 @@ msgstr ""
3988
  #~ msgid "Chat box font color"
3989
  #~ msgstr "Barva textu okýnka chatu"
3990
 
3991
- # @ wplivechat
3992
- #~ msgid "Get Pro Add-on to accept more chats"
3993
- #~ msgstr "Kupte si Pro Add-on verzi, aby jste mohli přijmout více chat-ů"
3994
-
3995
  # @ wplivechat
3996
  #~ msgid "Start Live Chat"
3997
  #~ msgstr "Začít Live Chat"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat-bg\n"
4
+ "POT-Creation-Date: 2019-10-17 11:29+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:29+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: bg_BG\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
18
 
19
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
20
+ #: wp-live-chat-support.php:4864
21
  msgid "Admin"
22
  msgstr ""
23
 
65
  msgstr "Ukončit chat"
66
 
67
  # @ wplivechat
68
+ #: functions.php:1021
69
  msgid "complete"
70
  msgstr "ukončená"
71
 
72
  # @ wplivechat
73
+ #: functions.php:1024
74
  msgid "pending"
75
  msgstr "probíhající"
76
 
77
  # @ wplivechat
78
+ #: functions.php:1027
79
  msgid "active"
80
  msgstr "aktivní"
81
 
82
  # @ wplivechat
83
+ #: functions.php:1030
84
  msgid "deleted"
85
  msgstr "zrušená"
86
 
87
  # @ wplivechat
88
+ #: functions.php:1033
89
  msgid "browsing"
90
  msgstr "procházející web (browsing)"
91
 
92
  # @ wplivechat
93
+ #: functions.php:1036
94
  msgid "requesting chat"
95
  msgstr "požadující chat"
96
 
97
  # @ wplivechat
98
+ #: functions.php:1039
99
  msgid "Chat Ended - User still browsing"
100
  msgstr "Diskuse ukončená - Uživatel si prohlíží stránku"
101
 
102
  # @ wplivechat
103
+ #: functions.php:1042
104
  msgid "User is browsing but doesn't want to chat"
105
  msgstr "Uživatel si prohlíží stránku, ale nepřeje si chat"
106
 
107
  # @ wplivechat
108
+ #: functions.php:1181 includes/settings_page.php:774
109
  #, fuzzy
110
  msgid "WP Live Chat by 3CX - Offline Message from "
111
  msgstr "Offline zprávy"
112
 
113
  # @ wplivechat
114
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
115
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
116
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
117
  #: includes/wplc_roi.php:160 modules/node_server.php:81
118
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
119
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
120
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
121
  msgid "Name"
122
  msgstr "Jméno"
123
 
124
  # @ wplivechat
125
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
126
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
127
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
128
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
129
  msgid "Email"
130
  msgstr "Email"
131
 
132
+ #: functions.php:1184 wp-live-chat-support.php:1782
133
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
134
+ #: wp-live-chat-support.php:4281
135
  msgid "Message"
136
  msgstr ""
137
 
138
  # @ wplivechat
139
+ #: functions.php:1185
140
  #, fuzzy
141
  #| msgid "WP Live Chat History"
142
  msgid "Via WP Live Chat by 3CX"
143
  msgstr "WP Live Chat historie"
144
 
145
+ #: functions.php:1484 wp-live-chat-support.php:3313
146
  msgid "Error: Could not delete chat"
147
  msgstr ""
148
 
149
+ #: functions.php:1486 wp-live-chat-support.php:3317
150
  msgid "Chat Deleted"
151
  msgstr ""
152
 
153
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
154
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
155
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
156
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
158
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
159
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
160
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
161
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
162
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
163
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
164
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
165
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
166
+ #: wp-live-chat-support.php:4191
167
  msgid "You do not have permission do perform this action"
168
  msgstr ""
169
 
170
+ #: functions.php:1495 wp-live-chat-support.php:3326
171
  msgid "Are you sure you would like to delete this chat?"
172
  msgstr ""
173
 
174
  # @ wplivechat
175
+ #: functions.php:1496 includes/settings_page.php:142
176
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
177
  msgid "Yes"
178
  msgstr "Ano"
179
 
180
  # @ wplivechat
181
+ #: functions.php:1496 includes/settings_page.php:143
182
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
183
  msgid "No"
184
  msgstr "Ne"
185
 
186
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
187
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
188
+ #: wp-live-chat-support.php:3483
189
  msgid "Date"
190
  msgstr ""
191
 
192
  # @ wplivechat
193
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
194
  msgid "URL"
195
  msgstr "URL adresa stránky"
196
 
197
  # @ wplivechat
198
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
199
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
200
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
201
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
202
  msgid "Action"
203
  msgstr "Aktivita"
204
 
205
+ #: functions.php:1523
206
  msgid "You have not missed any chat requests."
207
  msgstr ""
208
 
209
+ #: functions.php:1530 wp-live-chat-support.php:3381
210
  msgid "View Chat History"
211
  msgstr ""
212
 
213
+ #: functions.php:1530 wp-live-chat-support.php:3381
214
  msgid "Download Chat History"
215
  msgstr ""
216
 
217
+ #: functions.php:1724
218
  msgid "Open chat window via"
219
  msgstr ""
220
 
221
+ #: functions.php:1728
222
  msgid "Click"
223
  msgstr ""
224
 
225
+ #: functions.php:1729
226
  msgid "Hover"
227
  msgstr ""
228
 
229
+ #: functions.php:1731
230
  msgid "element with"
231
  msgstr ""
232
 
233
+ #: functions.php:1733
234
  msgid "Class"
235
  msgstr ""
236
 
237
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
238
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
239
  #: includes/wplc_roi.php:159
240
  msgid "ID"
241
  msgstr ""
242
 
243
+ #: functions.php:2005 functions.php:2011 functions.php:2016
244
  #: includes/dashboard_page.php:58 modules/node_server.php:134
245
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
246
  msgid "Quick Responses"
247
  msgstr ""
248
 
249
+ #: functions.php:2006 includes/settings_page.php:322
250
  msgid "Quick Response"
251
  msgstr ""
252
 
253
+ #: functions.php:2007 functions.php:2010
254
  msgid "New Quick Response"
255
  msgstr ""
256
 
257
+ #: functions.php:2008 modules/node_server.php:1031
258
  msgid "Add New Quick Response"
259
  msgstr ""
260
 
261
+ #: functions.php:2009
262
  msgid "Edit Quick Response"
263
  msgstr ""
264
 
265
+ #: functions.php:2012
266
  msgid "View Quick Responses"
267
  msgstr ""
268
 
269
+ #: functions.php:2013
270
  msgid "Search Quick Responses"
271
  msgstr ""
272
 
273
+ #: functions.php:2014
274
  msgid "No Quick Responses found"
275
  msgstr ""
276
 
277
+ #: functions.php:2015
278
  msgid "No Quick Responses found in the Trash"
279
  msgstr ""
280
 
281
  # @ wplivechat
282
+ #: functions.php:2020
283
  #, fuzzy
284
  #| msgid "Add Quick Responses to your Live Chat"
285
  msgid "Quick Responses for WP Live Chat by 3CX"
286
  msgstr "Přidat rychlé odpovědi pro Váš Live Chat"
287
 
288
+ #: functions.php:2054
289
  msgid "Sort Order"
290
  msgstr ""
291
 
292
+ #: functions.php:2090 includes/settings_page.php:331
293
  msgid "Title"
294
  msgstr ""
295
 
296
+ #: functions.php:2091
297
  msgid "Order"
298
  msgstr ""
299
 
300
+ #: functions.php:2092 includes/settings_page.php:1182
301
  msgid "Author"
302
  msgstr ""
303
 
304
  # @ wplivechat
305
+ #: functions.php:2135 wp-live-chat-support.php:461
306
  msgid "Press ENTER to send your message"
307
  msgstr "Stisknutím klávesy ENTER odešlete vaši zprávu"
308
 
309
  # @ wplivechat
310
+ #: functions.php:2174 functions.php:2178
311
  msgid "Assign Quick Response"
312
  msgstr "Přiřadit rychlou odezvu"
313
 
314
  # @ wplivechat
315
+ #: functions.php:2181 includes/settings_page.php:1164
316
  msgid "Select"
317
  msgstr "Vybrat"
318
 
319
+ #: functions.php:2187
320
  msgid "What is this?"
321
  msgstr ""
322
 
323
+ #: functions.php:2229
324
  #, php-format
325
  msgid "Incoming chat from %s (%s) on %s"
326
  msgstr ""
327
 
328
+ #: functions.php:2235
329
  #, php-format
330
  msgid "%s (%s) wants to chat with you."
331
  msgstr ""
332
 
333
+ #: functions.php:2240
334
  #, php-format
335
  msgid "Log in: %s"
336
  msgstr ""
337
 
338
+ #: functions.php:2567
339
  msgid "Status (Online)"
340
  msgstr ""
341
 
342
+ #: functions.php:2568
343
  msgid "Online"
344
  msgstr ""
345
 
346
  # @ wplivechat
347
+ #: functions.php:2569
348
  #, fuzzy
349
  #| msgid "Offline text"
350
  msgid "Offline"
351
  msgstr "Offline text"
352
 
353
+ #: functions.php:2570
354
  msgid "Status (Offline)"
355
  msgstr ""
356
 
357
+ #: functions.php:2581
358
  msgid ""
359
  "You have set your status to offline. To view visitors and accept chats "
360
  "please set your status to online using the switch above."
361
  msgstr ""
362
 
363
  # @ wplivechat
364
+ #: functions.php:2651
365
  #, fuzzy
366
  msgid "Encryption"
367
  msgstr "Aktivita"
368
 
369
+ #: functions.php:2657 includes/settings_page.php:1225
370
+ #: wp-live-chat-support.php:3977
371
  msgid "Business Hours"
372
  msgstr ""
373
 
374
  # @ wplivechat
375
+ #: functions.php:2859
376
  #, fuzzy
377
  msgid "Initiate Chat"
378
  msgstr "Začít diskusi"
379
 
380
+ #: functions.php:2951
381
  msgid "Attempting to open the chat window... Please be patient."
382
  msgstr ""
383
 
384
+ #: functions.php:2968
385
  msgid ""
386
  "You are not a chat agent. Please make yourself a chat agent before trying to "
387
  "chat to visitors"
388
  msgstr ""
389
 
390
+ #: functions.php:3163 functions.php:3179 functions.php:3194
391
  msgid "Chat Agent"
392
  msgstr ""
393
 
394
+ #: functions.php:3168 functions.php:3184
395
  msgid "Make this user a chat agent"
396
  msgstr ""
397
 
398
+ #: functions.php:3198
399
  msgid "Your user role does not allow you to make yourself a chat agent."
400
  msgstr ""
401
 
402
+ #: functions.php:3199
403
  msgid "Please contact the administrator of this website to change this."
404
  msgstr ""
405
 
406
+ #: functions.php:3218
407
  msgid "This chat has already been answered by another agent."
408
  msgstr ""
409
 
410
+ #: functions.php:3460 wp-live-chat-support.php:2314
411
  msgid "Agent(s) online"
412
  msgstr ""
413
 
414
+ #: functions.php:3514
415
  msgid "Chat Agent Online"
416
  msgstr ""
417
 
418
+ #: functions.php:3516 functions.php:3520
419
  msgid "Chat Agents Online"
420
  msgstr ""
421
 
422
+ #: functions.php:3628 includes/settings_page.php:1153
423
+ #: wp-live-chat-support.php:2260
424
  msgid "Remove"
425
  msgstr ""
426
 
427
+ #: functions.php:3631 wp-live-chat-support.php:2263
428
  msgid "Typing..."
429
  msgstr ""
430
 
431
+ #: functions.php:4001
432
  msgid "User Experience Ratings"
433
  msgstr ""
434
 
435
+ #: functions.php:4008
436
  msgid "Agent Statistics"
437
  msgstr ""
438
 
439
+ #: functions.php:4051 functions.php:4090
440
  msgid "Satisfaction Rating"
441
  msgstr ""
442
 
443
+ #: functions.php:4052 functions.php:4091
444
  msgid "Rating Count"
445
  msgstr ""
446
 
447
+ #: functions.php:4052 functions.php:4091
448
  msgid "Good"
449
  msgstr ""
450
 
451
+ #: functions.php:4052 functions.php:4091
452
  msgid "Bad"
453
  msgstr ""
454
 
455
+ #: functions.php:4162 includes/dashboard_page.php:56
456
+ #: wp-live-chat-support.php:1015
457
  msgid "Reports"
458
  msgstr ""
459
 
460
+ #: functions.php:4165 includes/wplc_roi.php:161
461
  msgid "Overview"
462
  msgstr ""
463
 
464
+ #: functions.php:4166
465
  msgid "Popular Pages"
466
  msgstr ""
467
 
468
+ #: functions.php:4184
469
  msgid "Total Agents"
470
  msgstr ""
471
 
472
+ #: functions.php:4184
473
  msgid "Total number of agents that used the live chat"
474
  msgstr ""
475
 
476
+ #: functions.php:4185
477
  msgid "Total Chats"
478
  msgstr ""
479
 
480
+ #: functions.php:4185
481
  msgid "Total number of chats received"
482
  msgstr ""
483
 
484
+ #: functions.php:4186
485
  msgid "Total URLs"
486
  msgstr ""
487
 
488
+ #: functions.php:4186
489
  msgid "Total number of URLs a chat was initiated on"
490
  msgstr ""
491
 
492
+ #: functions.php:4187
493
  msgid "Chats per day"
494
  msgstr ""
495
 
496
+ #: functions.php:4188
497
  msgid "Popular pages a chat was initiated on"
498
  msgstr ""
499
 
500
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
501
  msgid "Unknown"
502
  msgstr ""
503
 
504
+ #: functions.php:4265
505
  msgid "Count"
506
  msgstr ""
507
 
508
+ #: functions.php:4291
509
  msgid "Enable Manual Chat Initiation:"
510
  msgstr ""
511
 
512
+ #: functions.php:4291
513
  msgid ""
514
  "Enabling this feature will allow agents to start a chat with website "
515
  "visitors. This feature increases server load while enabled."
516
  msgstr ""
517
 
518
+ #: functions.php:4295 modules/advanced_features.php:73
519
  msgid ""
520
  "This feature is only available when you select 3CX High Performance Cloud "
521
  "Servers in Advanced Features."
522
  msgstr ""
523
 
524
+ #: functions.php:4382
525
  msgid "Thank you for inquiry. We will get back to you shortly"
526
  msgstr ""
527
 
528
+ #: functions.php:4560 wp-live-chat-support.php:4550
529
  msgid "The Live Chat box is currently disabled on your website due to:"
530
  msgstr ""
531
 
532
  # @ wplivechat
533
+ #: functions.php:4561 wp-live-chat-support.php:4551
534
  #, fuzzy
535
  #| msgid "General Settings"
536
  msgid "Business Hours Settings"
537
  msgstr "Všeobecné nastavení"
538
 
539
+ #: functions.php:4612
540
  msgid "Edit Profile"
541
  msgstr ""
542
 
543
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
544
  msgid "Drag Files Here"
545
  msgstr ""
546
 
547
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
548
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
549
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
550
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
553
  msgstr ""
554
 
555
  # @ wplivechat
556
+ #: functions.php:4647
557
  #, fuzzy
558
  #| msgid "Send"
559
  msgid "Send..."
560
  msgstr "Odeslat"
561
 
562
+ #: functions.php:4648 functions.php:4693
563
  msgid "Play voice note"
564
  msgstr ""
565
 
566
+ #: functions.php:4692
567
  msgid "Save..."
568
  msgstr ""
569
 
570
+ #: functions.php:4780 wp-live-chat-support.php:1248
571
+ #: wp-live-chat-support.php:2791
572
  msgid "is typing..."
573
  msgstr ""
574
 
575
+ #: functions.php:4782
576
+ msgid "There are no visitors on your site at the moment"
577
+ msgstr ""
578
+
579
+ #: functions.php:4783
580
+ msgid "Connection to the server lost, reconnecting..."
581
+ msgstr ""
582
+
583
+ # @ wplivechat
584
+ #: functions.php:4784
585
+ #, fuzzy
586
+ #| msgid "Get Pro Add-on to accept more chats"
587
+ msgid "Agent offline - not accepting chats"
588
+ msgstr "Kupte si Pro Add-on verzi, aby jste mohli přijmout více chat-ů"
589
+
590
+ #: functions.php:4800
591
  msgid "An error has occured while fetching the news feed."
592
  msgstr ""
593
 
594
+ #: functions.php:4897
595
  msgid "Default"
596
  msgstr ""
597
 
598
+ #: functions.php:5200 functions.php:5204
599
  msgid "You do not have permission to perform this action"
600
  msgstr ""
601
 
 
 
 
 
 
 
 
602
  #: includes/blocks/wplc-chat-box/index.php:30
603
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
604
  msgid "Gutenberg Blocks"
605
  msgstr ""
606
 
648
  msgid "Displays the chosen icon"
649
  msgstr ""
650
 
651
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
652
+ #: wp-live-chat-support.php:1899
653
  msgid "Type here"
654
  msgstr ""
655
 
656
  # @ wplivechat
657
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
658
  msgid "Live Chat"
659
  msgstr "Live Chat"
660
 
661
  # @ wplivechat
662
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
 
 
 
 
 
 
663
  #, fuzzy
664
  msgid "Dashboard"
665
  msgstr "Chat aktivní"
683
  msgstr "Skrýt chat"
684
 
685
  # @ wplivechat
686
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
687
+ #: wp-live-chat-support.php:3420
688
  msgid "History"
689
  msgstr "Historie"
690
 
691
  # @ wplivechat
692
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
693
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
694
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
695
+ #: wp-live-chat-support.php:3963
696
  msgid "Offline Messages"
697
  msgstr "Offline zprávy"
698
 
703
 
704
  # @ wplivechat
705
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
706
+ #: wp-live-chat-support.php:981
707
  msgid "Settings"
708
  msgstr "Nastavení"
709
 
784
 
785
  # @ wplivechat
786
  #: includes/settings_page.php:98 includes/settings_page.php:136
787
+ #: wp-live-chat-support.php:3974
788
  msgid "General Settings"
789
  msgstr "Všeobecné nastavení"
790
 
840
  msgid "This name will be displayed for all not logged in visitors"
841
  msgstr ""
842
 
843
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
844
  msgid "Guest"
845
  msgstr ""
846
 
1040
  msgstr ""
1041
 
1042
  # @ wplivechat
1043
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
1044
  #, fuzzy
1045
  #| msgid "Chat Window Settings"
1046
  msgid "Chat Box Settings"
1125
  msgid "Display a timestamp in the chat window:"
1126
  msgstr "Uživatel maximalizoval okno chat-u"
1127
 
1128
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1129
  msgid "Time"
1130
  msgstr ""
1131
 
1472
  msgstr ""
1473
 
1474
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1475
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1476
  msgid "here"
1477
  msgstr ""
1478
 
1539
  msgstr ""
1540
 
1541
  # @ wplivechat
1542
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1543
+ #: wp-live-chat-support.php:1202
1544
  #, fuzzy
1545
  #| msgid "User has opened the chat window"
1546
  msgid "The chat has been ended by the agent."
1717
  msgid "Add New"
1718
  msgstr ""
1719
 
1720
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1721
  msgid "Custom Fields"
1722
  msgstr ""
1723
 
1724
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1725
+ #: wp-live-chat-support.php:2374
1726
  msgid "Type"
1727
  msgstr ""
1728
 
1732
 
1733
  # @ wplivechat
1734
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1735
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1736
  msgid "Status"
1737
  msgstr "Stav"
1738
 
1739
  # @ wplivechat
1740
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1741
  msgid "Active"
1742
  msgstr "Aktivní"
1743
 
1826
  msgid "Custom Field Data"
1827
  msgstr ""
1828
 
1829
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1830
+ #: wp-live-chat-support.php:3949
1831
  msgid "Triggers"
1832
  msgstr ""
1833
 
1902
  msgstr ""
1903
 
1904
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1905
+ #: wp-live-chat-support.php:4677
1906
  msgid "Close"
1907
  msgstr ""
1908
 
2042
  msgstr ""
2043
 
2044
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2045
+ #: wp-live-chat-support.php:3951
2046
  msgid "ROI Goals"
2047
  msgstr ""
2048
 
2378
 
2379
  # @ wplivechat
2380
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2381
+ #: wp-live-chat-support.php:3964
2382
  #, fuzzy
2383
  #| msgid "WP Live Chat History"
2384
  msgid "Chat History"
2425
  msgid "This cannot be undone"
2426
  msgstr ""
2427
 
2428
+ #: modules/advanced_tools.php:193
2429
  msgid "Import Failed - Could Not Process File"
2430
  msgstr ""
2431
 
2432
+ #: modules/advanced_tools.php:207
2433
  msgid "Import Failed - Could Not Find File"
2434
  msgstr ""
2435
 
2436
  # @ wplivechat
2437
+ #: modules/advanced_tools.php:219
2438
  #, fuzzy
2439
  #| msgid "complete"
2440
  msgid "Import Complete"
2441
  msgstr "ukončená"
2442
 
2443
  # @ wplivechat
2444
+ #: modules/advanced_tools.php:227
2445
  #, fuzzy
2446
  #| msgid "Your settings have been saved."
2447
  msgid "Thank you, all settings have been updated"
2520
  msgstr ""
2521
 
2522
  # @ wplivechat
2523
+ #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:401
2524
  #, fuzzy
2525
  msgid "Chat/Support"
2526
  msgstr "WP Live Chat Podpora Zpětná vazba"
2584
  msgid "Download Chat (%%CID%%)"
2585
  msgstr ""
2586
 
2587
+ #: modules/gdpr.php:162 wp-live-chat-support.php:4219
2588
+ #: wp-live-chat-support.php:4279
2589
  msgid "Chat ID"
2590
  msgstr ""
2591
 
2608
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2609
  msgstr ""
2610
 
2611
+ #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:587
2612
  msgid "Privacy Policy"
2613
  msgstr ""
2614
 
2692
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2693
  msgstr ""
2694
 
2695
+ #: modules/gdpr.php:634
2696
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2697
  msgstr ""
2698
 
2699
+ #: modules/gdpr.php:666
2700
  msgid "Pro data will also be removed as a part of this automatic process."
2701
  msgstr ""
2702
 
2724
  msgstr "Live Chat"
2725
 
2726
  # @ wplivechat
2727
+ #: modules/node_server.php:100 wp-live-chat-support.php:1864
2728
  #, fuzzy
2729
  msgid "Minimize Chat"
2730
  msgstr "Začít diskusi"
2744
  msgstr "Zarovnání okna chat-u"
2745
 
2746
  #: modules/node_server.php:111 modules/node_server.php:881
2747
+ #: modules/node_server.php:885 wp-live-chat-support.php:4021
2748
  msgid "Direct User To Page"
2749
  msgstr ""
2750
 
2761
 
2762
  # @ wplivechat
2763
  #: modules/node_server.php:115 modules/node_server.php:883
2764
+ #: wp-live-chat-support.php:2582
2765
  msgid "End chat"
2766
  msgstr "Ukončit chat"
2767
 
2826
 
2827
  # @ wplivechat
2828
  #: modules/node_server.php:185 modules/node_server.php:893
2829
+ #: wp-live-chat-support.php:2372
2830
  #, fuzzy
2831
  msgid "Visitor"
2832
  msgstr "Návštěvníci stránky"
2885
  msgid "Only chat agents can access this page."
2886
  msgstr ""
2887
 
2888
+ #: modules/node_server.php:594 wp-live-chat-support.php:4675
2889
  msgid "Sending transcript..."
2890
  msgstr ""
2891
 
2896
  msgid "Chat Transcript"
2897
  msgstr "Nastavení okna chat-u"
2898
 
2899
+ #: modules/node_server.php:597 wp-live-chat-support.php:4678
2900
  msgid "The chat transcript has been emailed."
2901
  msgstr ""
2902
 
2903
+ #: modules/node_server.php:598 wp-live-chat-support.php:4679
2904
  msgid "There was a problem emailing the chat."
2905
  msgstr ""
2906
 
2921
  msgid "User received notification:"
2922
  msgstr ""
2923
 
2924
+ #: modules/node_server.php:684 wp-live-chat-support.php:2191
2925
  msgid "New chat received"
2926
  msgstr ""
2927
 
2928
+ #: modules/node_server.php:685 wp-live-chat-support.php:2193
2929
  msgid ""
2930
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2931
  "chat"
2953
  msgid "Show me!"
2954
  msgstr ""
2955
 
2956
+ #: modules/node_server.php:803 wp-live-chat-support.php:4646
2957
  msgid "Don't Show This Again"
2958
  msgstr ""
2959
 
2960
+ #: modules/node_server.php:870 wp-live-chat-support.php:428
2961
  msgid "Connecting..."
2962
  msgstr ""
2963
 
3029
  msgid "Webhooks"
3030
  msgstr ""
3031
 
3032
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3950
3033
  msgid "Web Hooks"
3034
  msgstr ""
3035
 
3095
  msgid "Are you sure you want to delete this webhook?"
3096
  msgstr ""
3097
 
3098
+ #: wp-live-chat-support.php:372
3099
  msgid "close"
3100
  msgstr ""
3101
 
3102
  # @ wplivechat
3103
+ #: wp-live-chat-support.php:392
3104
  #, fuzzy
3105
  msgid "Thank you for chatting with us."
3106
  msgstr "WP Live Chat Podpora Zpětná vazba"
3107
 
3108
  # @ wplivechat
3109
+ #: wp-live-chat-support.php:417 wp-live-chat-support.php:1932
3110
  msgid "Questions?"
3111
  msgstr "Máte otázky?"
3112
 
3113
  # @ wplivechat
3114
+ #: wp-live-chat-support.php:418 wp-live-chat-support.php:1933
3115
  msgid "Chat with us"
3116
  msgstr "Ptejte se nás, klikněte zde"
3117
 
3118
+ #: wp-live-chat-support.php:419
3119
  msgid "Start live chat"
3120
  msgstr ""
3121
 
3122
+ #: wp-live-chat-support.php:420
3123
  msgid "Complete the fields below to proceed."
3124
  msgstr ""
3125
 
3126
+ #: wp-live-chat-support.php:421
3127
  msgid "Chat offline. Leave a message"
3128
  msgstr ""
3129
 
3130
+ #: wp-live-chat-support.php:422
3131
  msgid ""
3132
  "We are currently offline. Please leave a message and we'll get back to you "
3133
  "shortly."
3134
  msgstr ""
3135
 
3136
+ #: wp-live-chat-support.php:423
3137
  msgid "Sending message..."
3138
  msgstr ""
3139
 
3140
+ #: wp-live-chat-support.php:424
3141
  msgid "Thank you for your message. We will be in contact soon."
3142
  msgstr ""
3143
 
3144
+ #: wp-live-chat-support.php:425
3145
  msgid "Leave a message"
3146
  msgstr ""
3147
 
3148
+ #: wp-live-chat-support.php:426
3149
  msgid "Send message"
3150
  msgstr ""
3151
 
3152
  # @ wplivechat
3153
+ #: wp-live-chat-support.php:427
3154
  msgid "Start Chat"
3155
  msgstr "Začít diskusi"
3156
 
3157
  # @ wplivechat
3158
+ #: wp-live-chat-support.php:429 wp-live-chat-support.php:2073
3159
+ #: wp-live-chat-support.php:2120
3160
  msgid "Reactivating your previous chat..."
3161
  msgstr "Znovu se aktivuje Váš předešlý chat... "
3162
 
3163
  # @ wplivechat
3164
+ #: wp-live-chat-support.php:459
3165
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3166
  msgstr ""
3167
  "Prosím, klikněte na tlačítko \\\"Spustit chat\\\", zahájit chat s referentem"
3168
 
3169
  # @ wplivechat
3170
+ #: wp-live-chat-support.php:462
3171
  #, fuzzy
3172
  #| msgid "There is No Answer. Please Try Again Later"
3173
  msgid "No answer. Try again later."
3174
  msgstr "Zatím žádná odpověď. Prosím, zkuste to později."
3175
 
3176
+ #: wp-live-chat-support.php:463
3177
  msgid "Welcome. How may I help you?"
3178
  msgstr ""
3179
 
3180
+ #: wp-live-chat-support.php:467
3181
  msgid "Please standby for an agent. Send your message while you wait."
3182
  msgstr ""
3183
 
3184
+ #: wp-live-chat-support.php:698
3185
  msgid ""
3186
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3187
  "no longer needed, please uninstall it."
3188
  msgstr ""
3189
 
3190
  # @ wplivechat
3191
+ #: wp-live-chat-support.php:989 wp-live-chat-support.php:3447
3192
  #, fuzzy
3193
  msgid "Missed Chats"
3194
  msgstr "Skrýt chat"
3195
 
3196
+ #: wp-live-chat-support.php:997 wp-live-chat-support.php:3939
3197
  msgid "Support"
3198
  msgstr ""
3199
 
3200
+ #: wp-live-chat-support.php:1199
3201
  msgid "Please Enter Your Name"
3202
  msgstr ""
3203
 
3204
+ #: wp-live-chat-support.php:1200
3205
  msgid "Please Enter Your Email Address"
3206
  msgstr ""
3207
 
3208
+ #: wp-live-chat-support.php:1201
3209
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3210
  msgstr ""
3211
 
3212
+ #: wp-live-chat-support.php:1203
3213
  msgid "Please Enter a Message"
3214
  msgstr ""
3215
 
3216
+ #: wp-live-chat-support.php:1204
3217
  msgid "Disconnected, Attempting to Reconnect..."
3218
  msgstr ""
3219
 
3220
  # @ wplivechat
3221
+ #: wp-live-chat-support.php:1251
3222
  #, fuzzy
3223
  #| msgid "User has opened the chat window"
3224
  msgid "has joined."
3225
  msgstr "Uživatel otevřel okno chat-u"
3226
 
3227
+ #: wp-live-chat-support.php:1252
3228
  msgid "has left."
3229
  msgstr ""
3230
 
3231
  # @ wplivechat
3232
+ #: wp-live-chat-support.php:1253
3233
  #, fuzzy
3234
  #| msgid "User has opened the chat window"
3235
  msgid "has ended the chat."
3236
  msgstr "Uživatel otevřel okno chat-u"
3237
 
3238
+ #: wp-live-chat-support.php:1254
3239
  msgid "has disconnected."
3240
  msgstr ""
3241
 
3242
+ #: wp-live-chat-support.php:1255
3243
  msgid "(edited)"
3244
  msgstr ""
3245
 
3246
+ #: wp-live-chat-support.php:1646 wp-live-chat-support.php:1665
3247
  msgid "Start chat"
3248
  msgstr ""
3249
 
3250
  # @ wplivechat
3251
+ #: wp-live-chat-support.php:1911 wp-live-chat-support.php:2653
3252
  msgid "Send"
3253
  msgstr "Odeslat"
3254
 
3255
+ #: wp-live-chat-support.php:2293
3256
  msgid "Congratulations"
3257
  msgstr ""
3258
 
3259
+ #: wp-live-chat-support.php:2294
3260
  msgid "You are now accepting live chat requests on your site."
3261
  msgstr ""
3262
 
3263
+ #: wp-live-chat-support.php:2295
3264
  msgid "The live chat box has automatically been enabled."
3265
  msgstr ""
3266
 
3267
+ #: wp-live-chat-support.php:2296
3268
  msgid "Chat notifications will start appearing once visitors send a request."
3269
  msgstr ""
3270
 
3271
+ #: wp-live-chat-support.php:2297
3272
  #, php-format
3273
  msgid "You may modify your chat box settings %s"
3274
  msgstr ""
3275
 
3276
+ #: wp-live-chat-support.php:2298
3277
  msgid "Experiencing issues?"
3278
  msgstr ""
3279
 
3280
+ #: wp-live-chat-support.php:2298
3281
  msgid "Take a look at our how-to guides."
3282
  msgstr ""
3283
 
3284
  # @ wplivechat
3285
+ #: wp-live-chat-support.php:2299
3286
  #, fuzzy
3287
  msgid "Hide"
3288
  msgstr "Skrýt chat"
3289
 
3290
+ #: wp-live-chat-support.php:2352
3291
  msgid "Keep this window open to get notified of new chats."
3292
  msgstr ""
3293
 
3294
  # @ wplivechat
3295
+ #: wp-live-chat-support.php:2358
3296
  #, fuzzy
3297
  msgid "Visitor(s) online"
3298
  msgstr "Návštěvníci stránky"
3299
 
3300
+ #: wp-live-chat-support.php:2375
3301
  msgid "Device"
3302
  msgstr ""
3303
 
3304
  # @ wplivechat
3305
+ #: wp-live-chat-support.php:2376
3306
  #, fuzzy
3307
  msgid "Data"
3308
  msgstr "Uživatelova data"
3309
 
3310
  # @ wplivechat
3311
+ #: wp-live-chat-support.php:2409
3312
  #, fuzzy
3313
  msgid "Chat Dashboard"
3314
  msgstr "Chat aktivní"
3315
 
3316
+ #: wp-live-chat-support.php:2412
3317
  msgid "Oh no!"
3318
  msgstr ""
3319
 
3320
+ #: wp-live-chat-support.php:2414
3321
  #, php-format
3322
  msgid "You do not have access to this page as %s."
3323
  msgstr ""
3324
 
3325
+ #: wp-live-chat-support.php:2414
3326
  msgid "you are not a chat agent"
3327
  msgstr ""
3328
 
3329
  # @ wplivechat
3330
+ #: wp-live-chat-support.php:2568
3331
  msgid "Previous"
3332
  msgstr "Předešlý"
3333
 
3334
  # @ wplivechat
3335
+ #: wp-live-chat-support.php:2575
3336
  #, fuzzy
3337
  msgid "Chat with"
3338
  msgstr "Ptejte se nás, klikněte zde"
3339
 
3340
+ #: wp-live-chat-support.php:2592
3341
  msgid "Starting Time:"
3342
  msgstr ""
3343
 
3344
+ #: wp-live-chat-support.php:2593
3345
  msgid "Ending Time:"
3346
  msgstr ""
3347
 
3348
  # @ wplivechat
3349
+ #: wp-live-chat-support.php:2613
3350
  #, fuzzy
3351
  msgid "Chat initiated on:"
3352
  msgstr "Upozornění na chat"
3353
 
3354
+ #: wp-live-chat-support.php:2614
3355
  msgid "Browser:"
3356
  msgstr ""
3357
 
3358
  # @ wplivechat
3359
+ #: wp-live-chat-support.php:2640 wp-live-chat-support.php:2679
3360
  #, fuzzy
3361
  #| msgid "End chat"
3362
  msgid "Invalid Chat ID"
3363
  msgstr "Ukončit chat"
3364
 
3365
+ #: wp-live-chat-support.php:2648
3366
  msgid "type here..."
3367
  msgstr ""
3368
 
3369
  # @ wplivechat
3370
+ #: wp-live-chat-support.php:2806
3371
  msgid "User has opened the chat window"
3372
  msgstr "Uživatel otevřel okno chat-u"
3373
 
3374
  # @ wplivechat
3375
+ #: wp-live-chat-support.php:2807
3376
  msgid "User has minimized the chat window"
3377
  msgstr "Uživatel minimalizoval okno chat-u"
3378
 
3379
  # @ wplivechat
3380
+ #: wp-live-chat-support.php:2808
3381
  msgid "User has maximized the chat window"
3382
  msgstr "Uživatel maximalizoval okno chat-u"
3383
 
3384
+ #: wp-live-chat-support.php:2809
3385
  msgid "The chat has been ended"
3386
  msgstr ""
3387
 
3388
+ #: wp-live-chat-support.php:3350
3389
  msgid "Delete History"
3390
  msgstr ""
3391
 
3392
+ #: wp-live-chat-support.php:3367
3393
  msgid "No chats available at the moment"
3394
  msgstr ""
3395
 
3396
+ #: wp-live-chat-support.php:3487
3397
  msgid "Actions"
3398
  msgstr ""
3399
 
3400
+ #: wp-live-chat-support.php:3501
3401
  msgid "You have not received any offline messages."
3402
  msgstr ""
3403
 
3404
+ #: wp-live-chat-support.php:3509
3405
  msgid "Delete Message"
3406
  msgstr ""
3407
 
3408
+ #: wp-live-chat-support.php:3618
3409
  msgid "You do not have permission to save settings."
3410
  msgstr ""
3411
 
3412
  # @ wplivechat
3413
+ #: wp-live-chat-support.php:3884
3414
  msgid "Your settings have been saved."
3415
  msgstr "Vaše nastavení bylo uloženo."
3416
 
3417
+ #: wp-live-chat-support.php:3913
3418
  msgid ""
3419
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3420
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3421
  "contact your host to get this function enabled."
3422
  msgstr ""
3423
 
3424
+ #: wp-live-chat-support.php:3919
3425
  msgid ""
3426
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3427
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3428
  "get safe mode disabled."
3429
  msgstr ""
3430
 
3431
+ #: wp-live-chat-support.php:3942 wp-live-chat-support.php:3946
3432
  msgid "Plugin Features"
3433
  msgstr ""
3434
 
3435
+ #: wp-live-chat-support.php:3944
3436
  msgid ""
3437
  "Check out these features and get up to speed with what you can do with WP "
3438
  "Live Chat:"
3439
  msgstr ""
3440
 
3441
+ #: wp-live-chat-support.php:3947
3442
  msgid "Reporting"
3443
  msgstr ""
3444
 
3445
+ #: wp-live-chat-support.php:3948
3446
  msgid "Localization"
3447
  msgstr ""
3448
 
3449
  # @ wplivechat
3450
+ #: wp-live-chat-support.php:3956
3451
  #, fuzzy
3452
  #| msgid "Status"
3453
  msgid "Chat FAQs"
3454
  msgstr "Stav"
3455
 
3456
+ #: wp-live-chat-support.php:3958
3457
  msgid ""
3458
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3459
  "agents:"
3460
  msgstr ""
3461
 
3462
  # @ wplivechat
3463
+ #: wp-live-chat-support.php:3960
3464
  #, fuzzy
3465
  #| msgid "Chat with us"
3466
  msgid "Chat with Visitors"
3467
  msgstr "Ptejte se nás, klikněte zde"
3468
 
3469
  # @ wplivechat
3470
+ #: wp-live-chat-support.php:3961
3471
  #, fuzzy
3472
  #| msgid "Chat with us"
3473
  msgid "Chat with Agents"
3474
  msgstr "Ptejte se nás, klikněte zde"
3475
 
3476
  # @ wplivechat
3477
+ #: wp-live-chat-support.php:3965
3478
  #, fuzzy
3479
  #| msgid "Chat with us"
3480
  msgid "Chat Invites"
3481
  msgstr "Ptejte se nás, klikněte zde"
3482
 
3483
  # @ wplivechat
3484
+ #: wp-live-chat-support.php:3970
3485
  #, fuzzy
3486
  #| msgid "Settings"
3487
  msgid "Settings & Customization"
3488
  msgstr "Nastavení"
3489
 
3490
+ #: wp-live-chat-support.php:3972
3491
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3492
  msgstr ""
3493
 
3494
  # @ wplivechat
3495
+ #: wp-live-chat-support.php:3976
3496
  #, fuzzy
3497
  #| msgid "Chat Window Settings"
3498
  msgid "Agent Settings"
3499
  msgstr "Nastavení okna chat-u"
3500
 
3501
+ #: wp-live-chat-support.php:3983
3502
  msgid "Troubleshooting"
3503
  msgstr ""
3504
 
3505
+ #: wp-live-chat-support.php:3985
3506
  msgid ""
3507
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3508
  "issues:"
3509
  msgstr ""
3510
 
3511
+ #: wp-live-chat-support.php:3987
3512
  msgid "My Chat Box Is Not Showing"
3513
  msgstr ""
3514
 
3515
+ #: wp-live-chat-support.php:3988
3516
  msgid "Not Receiving Notifications of New Chats"
3517
  msgstr ""
3518
 
3519
+ #: wp-live-chat-support.php:3989
 
 
 
 
 
 
 
 
3520
  msgid "Check for JavaScript Errors"
3521
  msgstr ""
3522
 
3523
  # @ wplivechat
3524
+ #: wp-live-chat-support.php:4017
3525
  #, fuzzy
3526
  msgid "Initiate Chats"
3527
  msgstr "Začít diskusi"
3528
 
3529
  # @ wplivechat
3530
+ #: wp-live-chat-support.php:4018
3531
  #, fuzzy
3532
  msgid "Multiple Chats"
3533
  msgstr "Více agentů / referentů"
3534
 
3535
+ #: wp-live-chat-support.php:4019
3536
  msgid "Add unlimited agents"
3537
  msgstr ""
3538
 
3539
  # @ wplivechat
3540
+ #: wp-live-chat-support.php:4020
3541
  #, fuzzy
3542
  msgid "Transfer Chats"
3543
  msgstr "Skrýt chat"
3544
 
3545
  # @ wplivechat
3546
+ #: wp-live-chat-support.php:4039
3547
  #, fuzzy, php-format
3548
  msgid "Thank you for using %s! Please %s on %s"
3549
  msgstr "WP Live Chat Podpora Zpětná vazba"
3550
 
3551
+ #: wp-live-chat-support.php:4039
3552
  msgid "rate us"
3553
  msgstr ""
3554
 
3555
+ #: wp-live-chat-support.php:4220 wp-live-chat-support.php:4280
3556
  msgid "From"
3557
  msgstr ""
3558
 
3559
+ #: wp-live-chat-support.php:4222 wp-live-chat-support.php:4282
3560
  msgid "Timestamp"
3561
  msgstr ""
3562
 
3563
+ #: wp-live-chat-support.php:4223 wp-live-chat-support.php:4283
3564
  msgid "Origin"
3565
  msgstr ""
3566
 
3567
+ #: wp-live-chat-support.php:4228 wp-live-chat-support.php:4288
3568
  msgid "user"
3569
  msgstr ""
3570
 
3571
+ #: wp-live-chat-support.php:4230 wp-live-chat-support.php:4290
3572
  msgid "agent"
3573
  msgstr ""
3574
 
3575
+ #: wp-live-chat-support.php:4385
3576
  msgid "Advanced settings"
3577
  msgstr ""
3578
 
3579
+ #: wp-live-chat-support.php:4392
3580
  msgid "Only change these settings if you are experiencing performance issues."
3581
  msgstr ""
3582
 
3583
+ #: wp-live-chat-support.php:4399
3584
  msgid "Website hosting type:"
3585
  msgstr ""
3586
 
3587
+ #: wp-live-chat-support.php:4403
3588
  msgid "Custom parameters"
3589
  msgstr ""
3590
 
3591
+ #: wp-live-chat-support.php:4404
3592
  msgid "Shared hosting - low level plan"
3593
  msgstr ""
3594
 
3595
+ #: wp-live-chat-support.php:4405
3596
  msgid "Shared hosting - normal plan"
3597
  msgstr ""
3598
 
3599
+ #: wp-live-chat-support.php:4406
3600
  msgid "VPS"
3601
  msgstr ""
3602
 
3603
+ #: wp-live-chat-support.php:4407
3604
  msgid "Dedicated server"
3605
  msgstr ""
3606
 
3607
+ #: wp-live-chat-support.php:4413
3608
  msgid "Long poll setup"
3609
  msgstr ""
3610
 
3611
+ #: wp-live-chat-support.php:4413
3612
  msgid ""
3613
  "Only change these if you are an experienced developer or if you have "
3614
  "received these figures from the WP Live Chat by 3CX team."
3615
  msgstr ""
3616
 
3617
+ #: wp-live-chat-support.php:4418
3618
  msgid "Iterations"
3619
  msgstr ""
3620
 
3621
+ #: wp-live-chat-support.php:4422
3622
  msgid "Sleep between loops"
3623
  msgstr ""
3624
 
3625
+ #: wp-live-chat-support.php:4425
3626
  msgid "milliseconds"
3627
  msgstr ""
3628
 
3629
  # @ wplivechat
3630
+ #: wp-live-chat-support.php:4448
3631
  #, fuzzy
3632
  msgid "Show 'Powered by' in chat box"
3633
  msgstr "WP Live Chat Podpora Zpětná vazba"
3634
 
3635
+ #: wp-live-chat-support.php:4448
3636
  msgid ""
3637
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3638
  "bottom of your chatbox."
3639
  msgstr ""
3640
 
3641
  # @ wplivechat
3642
+ #: wp-live-chat-support.php:4490
3643
  #, fuzzy
3644
  msgid "Powered by WP Live Chat by 3CX"
3645
  msgstr "WP Live Chat Podpora Zpětná vazba"
3646
 
3647
+ #: wp-live-chat-support.php:4644
3648
  msgid ""
3649
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3650
  msgstr ""
3651
 
3652
+ #: wp-live-chat-support.php:4645
3653
  msgid ""
3654
  "Please add an SSL certificate to your site to continue receiving chat "
3655
  "notifications in your browser."
3656
  msgstr ""
3657
 
3658
+ #: wp-live-chat-support.php:4658
3659
  msgid ""
3660
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3661
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3662
  msgstr ""
3663
 
3664
+ #: wp-live-chat-support.php:4665
3665
  msgid "Email transcript to user"
3666
  msgstr ""
3667
 
3668
+ #: wp-live-chat-support.php:4676
3669
  msgid "Sending Transcript"
3670
  msgstr ""
3671
 
3672
+ #: wp-live-chat-support.php:4750
3673
  #, php-format
3674
  msgid "Your chat transcript from %1$s"
3675
  msgstr ""
3676
 
3677
  # @ wplivechat
3678
+ #: wp-live-chat-support.php:4841
3679
  #, fuzzy
3680
  #| msgid "Chat Window Settings"
3681
  msgid "Chat Transcript Settings"
3682
  msgstr "Nastavení okna chat-u"
3683
 
3684
+ #: wp-live-chat-support.php:4844
3685
  msgid "Enable chat transcripts:"
3686
  msgstr ""
3687
 
3688
+ #: wp-live-chat-support.php:4852
3689
  msgid "Send transcripts to:"
3690
  msgstr ""
3691
 
3692
+ #: wp-live-chat-support.php:4859
3693
  msgid "User"
3694
  msgstr ""
3695
 
3696
+ #: wp-live-chat-support.php:4870
3697
  msgid "Send transcripts when chat ends:"
3698
  msgstr ""
3699
 
3700
  # @ wplivechat
3701
+ #: wp-live-chat-support.php:4878
3702
  #, fuzzy
3703
  #| msgid "Email"
3704
  msgid "Email body"
3705
  msgstr "Email"
3706
 
3707
  # @ wplivechat
3708
+ #: wp-live-chat-support.php:4888
3709
  #, fuzzy
3710
  #| msgid "Email Address"
3711
  msgid "Email header"
3712
  msgstr "Emailová adresa"
3713
 
3714
+ #: wp-live-chat-support.php:4897
3715
  msgid "Email footer"
3716
  msgstr ""
3717
 
3718
+ #: wp-live-chat-support.php:4973
3719
  msgid ""
3720
  "Please note, local message encryption and local server options will be "
3721
  "deprecated in the next major release. All encryption and message delivery "
3722
  "will handled by our external servers in future."
3723
  msgstr ""
3724
 
3725
+ #: wp-live-chat-support.php:4976
3726
  msgid "Deprecation Notice - Message Encryption & Local Server"
3727
  msgstr ""
3728
 
3729
+ #: wp-live-chat-support.php:4978
3730
  msgid "Dismiss"
3731
  msgstr ""
3732
 
3733
+ # @ wplivechat
3734
+ #, fuzzy
3735
+ #~| msgid "WP Live Chat History"
3736
+ #~ msgid "WP Live Chat Trigger"
3737
+ #~ msgstr "WP Live Chat historie"
3738
+
3739
+ # @ wplivechat
3740
+ #, fuzzy
3741
+ #~ msgid "WP Live Chat Box"
3742
+ #~ msgstr "WP Live Chat Podpora Zpětná vazba"
3743
+
3744
  # @ wplivechat
3745
  #, fuzzy
3746
  #~| msgid "requesting chat"
3994
  #~ msgid "Chat box font color"
3995
  #~ msgstr "Barva textu okýnka chatu"
3996
 
 
 
 
 
3997
  # @ wplivechat
3998
  #~ msgid "Start Live Chat"
3999
  #~ msgstr "Začít Live Chat"
languages/{wplivechat-da_DK.mo → wp-live-chat-support-da_DK.mo} RENAMED
Binary file
languages/{wplivechat-da_DK.po → wp-live-chat-support-da_DK.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
- "POT-Creation-Date: 2019-10-14 14:19+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:20+0200\n"
6
  "Last-Translator: Mikkel Jeppesen Juhl <mail@mikkeljuhl.com>\n"
7
  "Language-Team: \n"
8
  "Language: da_DK\n"
@@ -14,9 +14,10 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SearchPath-0: .\n"
 
17
 
18
- #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:361
19
- #: wp-live-chat-support.php:4885
20
  msgid "Admin"
21
  msgstr ""
22
 
@@ -60,82 +61,82 @@ msgstr ""
60
  msgid "End Chat"
61
  msgstr "Slut chat"
62
 
63
- #: functions.php:1023
64
  msgid "complete"
65
  msgstr "færdig"
66
 
67
- #: functions.php:1026
68
  msgid "pending"
69
  msgstr "venter"
70
 
71
- #: functions.php:1029
72
  msgid "active"
73
  msgstr "aktiv"
74
 
75
- #: functions.php:1032
76
  msgid "deleted"
77
  msgstr "slettet"
78
 
79
- #: functions.php:1035
80
  msgid "browsing"
81
  msgstr "browser"
82
 
83
- #: functions.php:1038
84
  msgid "requesting chat"
85
  msgstr "anmodede om chat"
86
 
87
- #: functions.php:1041
88
  msgid "Chat Ended - User still browsing"
89
  msgstr "Chat sluttet - brugeren browser stadig"
90
 
91
- #: functions.php:1044
92
  msgid "User is browsing but doesn't want to chat"
93
  msgstr "Brugeren browser, men vil ikke chatte"
94
 
95
- #: functions.php:1183 includes/settings_page.php:774
96
  #, fuzzy
97
  #| msgid "WP Live Chat Support - Offline Message from "
98
  msgid "WP Live Chat by 3CX - Offline Message from "
99
  msgstr "WP Live Chat Support - Offline besked fra"
100
 
101
- #: functions.php:1184 functions.php:1508 includes/settings_page.php:164
102
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
103
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
104
  #: includes/wplc_roi.php:160 modules/node_server.php:81
105
- #: modules/node_server.php:124 wp-live-chat-support.php:1584
106
- #: wp-live-chat-support.php:1607 wp-live-chat-support.php:1772
107
- #: wp-live-chat-support.php:3376 wp-live-chat-support.php:3503
108
  msgid "Name"
109
  msgstr "Navn"
110
 
111
- #: functions.php:1185 functions.php:1509 includes/settings_page.php:160
112
- #: modules/node_server.php:125 wp-live-chat-support.php:1585
113
- #: wp-live-chat-support.php:1596 wp-live-chat-support.php:1773
114
- #: wp-live-chat-support.php:3377 wp-live-chat-support.php:3504
115
  msgid "Email"
116
  msgstr "Email"
117
 
118
- #: functions.php:1186 wp-live-chat-support.php:1774
119
- #: wp-live-chat-support.php:3505 wp-live-chat-support.php:4242
120
- #: wp-live-chat-support.php:4302
121
  msgid "Message"
122
  msgstr "Besked"
123
 
124
- #: functions.php:1187
125
  #, fuzzy
126
  #| msgid "Via WP Live Chat Support"
127
  msgid "Via WP Live Chat by 3CX"
128
  msgstr "Via WP Live Chat Support"
129
 
130
- #: functions.php:1486 wp-live-chat-support.php:3332
131
  msgid "Error: Could not delete chat"
132
  msgstr ""
133
 
134
- #: functions.php:1488 wp-live-chat-support.php:3336
135
  msgid "Chat Deleted"
136
  msgstr ""
137
 
138
- #: functions.php:1491 includes/wplc_custom_fields.php:35
139
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
140
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
141
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
@@ -143,387 +144,387 @@ msgstr ""
143
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
144
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
145
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
146
- #: modules/advanced_tools.php:243 modules/advanced_tools.php:251
147
- #: modules/advanced_tools.php:259 modules/advanced_tools.php:267
148
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
149
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
150
- #: wp-live-chat-support.php:3291 wp-live-chat-support.php:3321
151
- #: wp-live-chat-support.php:4212
152
  msgid "You do not have permission do perform this action"
153
  msgstr ""
154
 
155
- #: functions.php:1497 wp-live-chat-support.php:3345
156
  msgid "Are you sure you would like to delete this chat?"
157
  msgstr ""
158
 
159
- #: functions.php:1498 includes/settings_page.php:142
160
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
161
  msgid "Yes"
162
  msgstr "Ja"
163
 
164
- #: functions.php:1498 includes/settings_page.php:143
165
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
166
  msgid "No"
167
  msgstr "Nej"
168
 
169
- #: functions.php:1507 functions.php:2095 includes/settings_page.php:332
170
- #: includes/settings_page.php:434 wp-live-chat-support.php:3375
171
- #: wp-live-chat-support.php:3502
172
  msgid "Date"
173
  msgstr "Dato"
174
 
175
- #: functions.php:1510 functions.php:4266 wp-live-chat-support.php:3378
176
  msgid "URL"
177
  msgstr "URL"
178
 
179
- #: functions.php:1511 includes/wplc_custom_fields.php:83
180
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
181
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
182
- #: wp-live-chat-support.php:2397 wp-live-chat-support.php:3380
183
  msgid "Action"
184
  msgstr "Handling"
185
 
186
- #: functions.php:1525
187
  msgid "You have not missed any chat requests."
188
  msgstr ""
189
 
190
- #: functions.php:1532 wp-live-chat-support.php:3400
191
  msgid "View Chat History"
192
  msgstr "WP Live Chat historie"
193
 
194
- #: functions.php:1532 wp-live-chat-support.php:3400
195
  msgid "Download Chat History"
196
  msgstr "WP Live Chat historie"
197
 
198
- #: functions.php:1726
199
  msgid "Open chat window via"
200
  msgstr ""
201
 
202
- #: functions.php:1730
203
  msgid "Click"
204
  msgstr ""
205
 
206
- #: functions.php:1731
207
  msgid "Hover"
208
  msgstr ""
209
 
210
- #: functions.php:1733
211
  msgid "element with"
212
  msgstr ""
213
 
214
- #: functions.php:1735
215
  msgid "Class"
216
  msgstr ""
217
 
218
- #: functions.php:1736 includes/wplc_custom_fields.php:78
219
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
220
  #: includes/wplc_roi.php:159
221
  msgid "ID"
222
  msgstr ""
223
 
224
- #: functions.php:2007 functions.php:2013 functions.php:2018
225
  #: includes/dashboard_page.php:58 modules/node_server.php:134
226
- #: modules/node_server.php:1022 wp-live-chat-support.php:3981
227
  msgid "Quick Responses"
228
  msgstr "Hurtig svar"
229
 
230
- #: functions.php:2008 includes/settings_page.php:322
231
  msgid "Quick Response"
232
  msgstr "Hurtig svar"
233
 
234
- #: functions.php:2009 functions.php:2012
235
  msgid "New Quick Response"
236
  msgstr "Nyt hurtig svar"
237
 
238
- #: functions.php:2010 modules/node_server.php:1031
239
  msgid "Add New Quick Response"
240
  msgstr "Tilføj nyt hurtig svar"
241
 
242
- #: functions.php:2011
243
  msgid "Edit Quick Response"
244
  msgstr "Rediger hurtig svar"
245
 
246
- #: functions.php:2014
247
  msgid "View Quick Responses"
248
  msgstr "Vis hurtig svar"
249
 
250
- #: functions.php:2015
251
  msgid "Search Quick Responses"
252
  msgstr "Søg i hurtige svar"
253
 
254
- #: functions.php:2016
255
  msgid "No Quick Responses found"
256
  msgstr "Ingen hurtig svar fundet"
257
 
258
- #: functions.php:2017
259
  msgid "No Quick Responses found in the Trash"
260
  msgstr "Ingen hurtig svar fundet i skraldespanden."
261
 
262
- #: functions.php:2022
263
  #, fuzzy
264
  #| msgid "Quick Responses for WP Live Chat Support Pro"
265
  msgid "Quick Responses for WP Live Chat by 3CX"
266
  msgstr "Hurtig svar til WP Live Chat Support Pro"
267
 
268
- #: functions.php:2056
269
  msgid "Sort Order"
270
  msgstr ""
271
 
272
- #: functions.php:2092 includes/settings_page.php:331
273
  msgid "Title"
274
  msgstr ""
275
 
276
- #: functions.php:2093
277
  msgid "Order"
278
  msgstr ""
279
 
280
- #: functions.php:2094 includes/settings_page.php:1182
281
  msgid "Author"
282
  msgstr ""
283
 
284
- #: functions.php:2137 wp-live-chat-support.php:452
285
  msgid "Press ENTER to send your message"
286
  msgstr "Tryk på ENTER for at sende din besked"
287
 
288
- #: functions.php:2176 functions.php:2180
289
  msgid "Assign Quick Response"
290
  msgstr "Tildel hurtig respons"
291
 
292
- #: functions.php:2183 includes/settings_page.php:1164
293
  msgid "Select"
294
  msgstr "Vælg"
295
 
296
- #: functions.php:2189
297
  msgid "What is this?"
298
  msgstr "Hvad er det?"
299
 
300
- #: functions.php:2231
301
  #, php-format
302
  msgid "Incoming chat from %s (%s) on %s"
303
  msgstr ""
304
 
305
- #: functions.php:2237
306
  #, fuzzy, php-format
307
  #| msgid "Alert: Someone wants to chat with you on "
308
  msgid "%s (%s) wants to chat with you."
309
  msgstr "Besked: Nogen vil chatte med dig. "
310
 
311
- #: functions.php:2242
312
  #, fuzzy, php-format
313
  #| msgid "Log in"
314
  msgid "Log in: %s"
315
  msgstr "Log in"
316
 
317
- #: functions.php:2569
318
  #, fuzzy
319
  #| msgid "Chat Agents Online"
320
  msgid "Status (Online)"
321
  msgstr "Chat Agenter Online"
322
 
323
- #: functions.php:2570
324
  msgid "Online"
325
  msgstr ""
326
 
327
- #: functions.php:2571
328
  #, fuzzy
329
  #| msgid "Offline text"
330
  msgid "Offline"
331
  msgstr "Offline tekst"
332
 
333
- #: functions.php:2572
334
  msgid "Status (Offline)"
335
  msgstr ""
336
 
337
- #: functions.php:2583
338
  msgid ""
339
  "You have set your status to offline. To view visitors and accept chats "
340
  "please set your status to online using the switch above."
341
  msgstr ""
342
 
343
- #: functions.php:2653
344
  msgid "Encryption"
345
  msgstr "Handling"
346
 
347
- #: functions.php:2659 includes/settings_page.php:1225
348
- #: wp-live-chat-support.php:3996
349
  msgid "Business Hours"
350
  msgstr ""
351
 
352
- #: functions.php:2861
353
  msgid "Initiate Chat"
354
  msgstr "Start chat"
355
 
356
- #: functions.php:2953
357
  msgid "Attempting to open the chat window... Please be patient."
358
  msgstr "Forsøger at åbne chat vinduet... Vent venligst."
359
 
360
- #: functions.php:2970
361
  msgid ""
362
  "You are not a chat agent. Please make yourself a chat agent before trying to "
363
  "chat to visitors"
364
  msgstr ""
365
 
366
- #: functions.php:3165 functions.php:3181 functions.php:3196
367
  msgid "Chat Agent"
368
  msgstr "Chat Agent"
369
 
370
- #: functions.php:3170 functions.php:3186
371
  msgid "Make this user a chat agent"
372
  msgstr "Gør denne bruger til en chat agent"
373
 
374
- #: functions.php:3200
375
  msgid "Your user role does not allow you to make yourself a chat agent."
376
  msgstr ""
377
 
378
- #: functions.php:3201
379
  msgid "Please contact the administrator of this website to change this."
380
  msgstr ""
381
 
382
- #: functions.php:3220
383
  msgid "This chat has already been answered by another agent."
384
  msgstr ""
385
 
386
- #: functions.php:3462 wp-live-chat-support.php:2331
387
  msgid "Agent(s) online"
388
  msgstr "Chat Agenter Online"
389
 
390
- #: functions.php:3516
391
  msgid "Chat Agent Online"
392
  msgstr "Chat Agent Online"
393
 
394
- #: functions.php:3518 functions.php:3522
395
  msgid "Chat Agents Online"
396
  msgstr "Chat Agenter Online"
397
 
398
- #: functions.php:3630 includes/settings_page.php:1153
399
- #: wp-live-chat-support.php:2264
400
  msgid "Remove"
401
  msgstr "Fjern logo"
402
 
403
- #: functions.php:3633 wp-live-chat-support.php:2267
404
  msgid "Typing..."
405
  msgstr ""
406
 
407
- #: functions.php:4003
408
  msgid "User Experience Ratings"
409
  msgstr ""
410
 
411
- #: functions.php:4010
412
  msgid "Agent Statistics"
413
  msgstr ""
414
 
415
- #: functions.php:4053 functions.php:4092
416
  msgid "Satisfaction Rating"
417
  msgstr ""
418
 
419
- #: functions.php:4054 functions.php:4093
420
  msgid "Rating Count"
421
  msgstr ""
422
 
423
- #: functions.php:4054 functions.php:4093
424
  msgid "Good"
425
  msgstr ""
426
 
427
- #: functions.php:4054 functions.php:4093
428
  msgid "Bad"
429
  msgstr ""
430
 
431
- #: functions.php:4164 includes/dashboard_page.php:56
432
- #: wp-live-chat-support.php:1007
433
  #, fuzzy
434
  #| msgid "View Quick Responses"
435
  msgid "Reports"
436
  msgstr "Vis hurtig svar"
437
 
438
- #: functions.php:4167 includes/wplc_roi.php:161
439
  msgid "Overview"
440
  msgstr ""
441
 
442
- #: functions.php:4168
443
  msgid "Popular Pages"
444
  msgstr ""
445
 
446
- #: functions.php:4186
447
  msgid "Total Agents"
448
  msgstr ""
449
 
450
- #: functions.php:4186
451
  msgid "Total number of agents that used the live chat"
452
  msgstr ""
453
 
454
- #: functions.php:4187
455
  msgid "Total Chats"
456
  msgstr ""
457
 
458
- #: functions.php:4187
459
  msgid "Total number of chats received"
460
  msgstr ""
461
 
462
- #: functions.php:4188
463
  msgid "Total URLs"
464
  msgstr ""
465
 
466
- #: functions.php:4188
467
  msgid "Total number of URLs a chat was initiated on"
468
  msgstr ""
469
 
470
- #: functions.php:4189
471
  msgid "Chats per day"
472
  msgstr ""
473
 
474
- #: functions.php:4190
475
  msgid "Popular pages a chat was initiated on"
476
  msgstr ""
477
 
478
- #: functions.php:4220 includes/wplc_custom_fields.php:304
479
  msgid "Unknown"
480
  msgstr "Ukendt"
481
 
482
- #: functions.php:4267
483
  msgid "Count"
484
  msgstr ""
485
 
486
- #: functions.php:4293
487
  msgid "Enable Manual Chat Initiation:"
488
  msgstr ""
489
 
490
- #: functions.php:4293
491
  msgid ""
492
  "Enabling this feature will allow agents to start a chat with website "
493
  "visitors. This feature increases server load while enabled."
494
  msgstr ""
495
 
496
- #: functions.php:4297 modules/advanced_features.php:73
497
  msgid ""
498
  "This feature is only available when you select 3CX High Performance Cloud "
499
  "Servers in Advanced Features."
500
  msgstr ""
501
 
502
- #: functions.php:4384
503
  #, fuzzy
504
  #| msgid "Thank you for your feedback. We will be in touch soon"
505
  msgid "Thank you for inquiry. We will get back to you shortly"
506
  msgstr "Tak for din feedback. Vi vil kontakte dig."
507
 
508
- #: functions.php:4562 wp-live-chat-support.php:4571
509
  msgid "The Live Chat box is currently disabled on your website due to:"
510
  msgstr ""
511
 
512
- #: functions.php:4563 wp-live-chat-support.php:4572
513
  #, fuzzy
514
  #| msgid "General Settings"
515
  msgid "Business Hours Settings"
516
  msgstr "Generelle indstillinger"
517
 
518
- #: functions.php:4614
519
  msgid "Edit Profile"
520
  msgstr ""
521
 
522
- #: functions.php:4625 modules/node_server.php:96 modules/node_server.php:878
523
  msgid "Drag Files Here"
524
  msgstr ""
525
 
526
- #: functions.php:4648 functions.php:4693 includes/wplc_custom_fields.php:107
527
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
528
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
529
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
@@ -531,45 +532,55 @@ msgstr ""
531
  msgid "Delete"
532
  msgstr ""
533
 
534
- #: functions.php:4649
535
  #, fuzzy
536
  #| msgid "Send"
537
  msgid "Send..."
538
  msgstr "Send"
539
 
540
- #: functions.php:4650 functions.php:4695
541
  msgid "Play voice note"
542
  msgstr ""
543
 
544
- #: functions.php:4694
545
  msgid "Save..."
546
  msgstr ""
547
 
548
- #: functions.php:4814 wp-live-chat-support.php:1240
549
- #: wp-live-chat-support.php:2810
550
  msgid "is typing..."
551
  msgstr ""
552
 
553
- #: functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
554
  msgid "An error has occured while fetching the news feed."
555
  msgstr ""
556
 
557
- #: functions.php:4926
558
  msgid "Default"
559
  msgstr ""
560
 
561
- #: functions.php:5229 functions.php:5233
562
  msgid "You do not have permission to perform this action"
563
  msgstr ""
564
 
565
- #: includes/blocks/wplc-chat-box/block.js:44
566
- #, fuzzy
567
- #| msgid "WP Live Chat History"
568
- msgid "WP Live Chat Trigger"
569
- msgstr "WP Live Chat historie"
570
-
571
  #: includes/blocks/wplc-chat-box/index.php:30
572
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3997
573
  msgid "Gutenberg Blocks"
574
  msgstr ""
575
 
@@ -623,22 +634,16 @@ msgstr ""
623
  msgid "Displays the chosen icon"
624
  msgstr ""
625
 
626
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1248
627
- #: wp-live-chat-support.php:1891
628
  msgid "Type here"
629
  msgstr ""
630
 
631
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:971
632
  msgid "Live Chat"
633
  msgstr "Live chat"
634
 
635
- #: includes/blocks/wplc-inline-chat-box/block.js:13
636
- #, fuzzy
637
- #| msgid "WP Live Chat Support"
638
- msgid "WP Live Chat Box"
639
- msgstr "Via WP Live Chat Support"
640
-
641
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:972
642
  #, fuzzy
643
  #| msgid "Chat Dashboard"
644
  msgid "Dashboard"
@@ -661,15 +666,15 @@ msgstr "Chat box"
661
  msgid "Missed"
662
  msgstr "Live chat"
663
 
664
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:980
665
- #: wp-live-chat-support.php:3439
666
  msgid "History"
667
  msgstr "Historie"
668
 
669
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
670
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
671
- #: wp-live-chat-support.php:984 wp-live-chat-support.php:3485
672
- #: wp-live-chat-support.php:3982
673
  msgid "Offline Messages"
674
  msgstr "Offline beskeder"
675
 
@@ -679,7 +684,7 @@ msgid "Tools"
679
  msgstr ""
680
 
681
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
682
- #: wp-live-chat-support.php:973
683
  msgid "Settings"
684
  msgstr "Indstillinger"
685
 
@@ -756,7 +761,7 @@ msgid "has joined the chat."
756
  msgstr "Brugeren har åbnet chat vinduet."
757
 
758
  #: includes/settings_page.php:98 includes/settings_page.php:136
759
- #: wp-live-chat-support.php:3993
760
  msgid "General Settings"
761
  msgstr "Generelle indstillinger"
762
 
@@ -807,7 +812,7 @@ msgstr ""
807
  msgid "This name will be displayed for all not logged in visitors"
808
  msgstr ""
809
 
810
- #: includes/settings_page.php:177 wp-live-chat-support.php:451
811
  msgid "Guest"
812
  msgstr ""
813
 
@@ -1000,7 +1005,7 @@ msgid ""
1000
  "and send it to agent once they hold on CTRL + SPACEBAR"
1001
  msgstr ""
1002
 
1003
- #: includes/settings_page.php:381 wp-live-chat-support.php:3994
1004
  #, fuzzy
1005
  #| msgid "Chat Window Settings"
1006
  msgid "Chat Box Settings"
@@ -1078,7 +1083,7 @@ msgstr ""
1078
  msgid "Display a timestamp in the chat window:"
1079
  msgstr "Brugeren har makiseret chat vinduet."
1080
 
1081
- #: includes/settings_page.php:435 wp-live-chat-support.php:2392
1082
  msgid "Time"
1083
  msgstr ""
1084
 
@@ -1426,7 +1431,7 @@ msgid ""
1426
  msgstr ""
1427
 
1428
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1429
- #: modules/node_server.php:652 wp-live-chat-support.php:2312
1430
  msgid "here"
1431
  msgstr ""
1432
 
@@ -1487,8 +1492,8 @@ msgstr ""
1487
  msgid "Other text"
1488
  msgstr "Andet tekst"
1489
 
1490
- #: includes/settings_page.php:1065 wp-live-chat-support.php:445
1491
- #: wp-live-chat-support.php:1194
1492
  #, fuzzy
1493
  #| msgid "Chat has been answered by another agent"
1494
  msgid "The chat has been ended by the agent."
@@ -1659,12 +1664,12 @@ msgstr ""
1659
  msgid "Add New"
1660
  msgstr ""
1661
 
1662
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1009
1663
  msgid "Custom Fields"
1664
  msgstr ""
1665
 
1666
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1667
- #: wp-live-chat-support.php:2393
1668
  msgid "Type"
1669
  msgstr ""
1670
 
@@ -1673,11 +1678,11 @@ msgid "Content"
1673
  msgstr ""
1674
 
1675
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1676
- #: wp-live-chat-support.php:2396 wp-live-chat-support.php:3379
1677
  msgid "Status"
1678
  msgstr "Status"
1679
 
1680
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2589
1681
  msgid "Active"
1682
  msgstr "Aktiv"
1683
 
@@ -1767,8 +1772,8 @@ msgstr ""
1767
  msgid "Custom Field Data"
1768
  msgstr ""
1769
 
1770
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1008
1771
- #: wp-live-chat-support.php:3968
1772
  msgid "Triggers"
1773
  msgstr ""
1774
 
@@ -1843,7 +1848,7 @@ msgid "Enable Trigger"
1843
  msgstr ""
1844
 
1845
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1846
- #: wp-live-chat-support.php:4698
1847
  msgid "Close"
1848
  msgstr ""
1849
 
@@ -1980,7 +1985,7 @@ msgid "Select Department"
1980
  msgstr ""
1981
 
1982
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
1983
- #: wp-live-chat-support.php:3970
1984
  msgid "ROI Goals"
1985
  msgstr ""
1986
 
@@ -2314,7 +2319,7 @@ msgid "Import Settings"
2314
  msgstr "Hovedindstillinger"
2315
 
2316
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2317
- #: wp-live-chat-support.php:3983
2318
  #, fuzzy
2319
  #| msgid "View Chat History"
2320
  msgid "Chat History"
@@ -2360,21 +2365,21 @@ msgstr ""
2360
  msgid "This cannot be undone"
2361
  msgstr ""
2362
 
2363
- #: modules/advanced_tools.php:192
2364
  msgid "Import Failed - Could Not Process File"
2365
  msgstr ""
2366
 
2367
- #: modules/advanced_tools.php:206
2368
  msgid "Import Failed - Could Not Find File"
2369
  msgstr ""
2370
 
2371
- #: modules/advanced_tools.php:218
2372
  #, fuzzy
2373
  #| msgid "complete"
2374
  msgid "Import Complete"
2375
  msgstr "færdig"
2376
 
2377
- #: modules/advanced_tools.php:226
2378
  #, fuzzy
2379
  #| msgid "Your settings have been saved."
2380
  msgid "Thank you, all settings have been updated"
@@ -2450,7 +2455,7 @@ msgstr ""
2450
  msgid "Data retention purpose"
2451
  msgstr ""
2452
 
2453
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:392
2454
  #, fuzzy
2455
  #| msgid "WP Live Chat Support"
2456
  msgid "Chat/Support"
@@ -2514,8 +2519,8 @@ msgstr ""
2514
  msgid "Download Chat (%%CID%%)"
2515
  msgstr "WP Live Chat historie"
2516
 
2517
- #: modules/gdpr.php:162 wp-live-chat-support.php:4240
2518
- #: wp-live-chat-support.php:4300
2519
  msgid "Chat ID"
2520
  msgstr "Chat box"
2521
 
@@ -2537,7 +2542,7 @@ msgid ""
2537
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2538
  msgstr ""
2539
 
2540
- #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:588
2541
  msgid "Privacy Policy"
2542
  msgstr ""
2543
 
@@ -2619,11 +2624,11 @@ msgstr ""
2619
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2620
  msgstr ""
2621
 
2622
- #: modules/gdpr.php:636
2623
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2624
  msgstr ""
2625
 
2626
- #: modules/gdpr.php:668
2627
  msgid "Pro data will also be removed as a part of this automatic process."
2628
  msgstr ""
2629
 
@@ -2650,7 +2655,7 @@ msgstr ""
2650
  msgid "Active visitors"
2651
  msgstr "Live chat"
2652
 
2653
- #: modules/node_server.php:100 wp-live-chat-support.php:1856
2654
  #, fuzzy
2655
  msgid "Minimize Chat"
2656
  msgstr "Åben chatvindue"
@@ -2668,7 +2673,7 @@ msgid "Invite Department"
2668
  msgstr "Chat Agent"
2669
 
2670
  #: modules/node_server.php:111 modules/node_server.php:881
2671
- #: modules/node_server.php:885 wp-live-chat-support.php:4042
2672
  msgid "Direct User To Page"
2673
  msgstr ""
2674
 
@@ -2685,7 +2690,7 @@ msgid "Leave chat"
2685
  msgstr "Start chat"
2686
 
2687
  #: modules/node_server.php:115 modules/node_server.php:883
2688
- #: wp-live-chat-support.php:2601
2689
  msgid "End chat"
2690
  msgstr "Slut chat"
2691
 
@@ -2746,7 +2751,7 @@ msgid "Contains"
2746
  msgstr ""
2747
 
2748
  #: modules/node_server.php:185 modules/node_server.php:893
2749
- #: wp-live-chat-support.php:2391
2750
  msgid "Visitor"
2751
  msgstr "Besøgende på siden"
2752
 
@@ -2805,7 +2810,7 @@ msgstr "Fejl log"
2805
  msgid "Only chat agents can access this page."
2806
  msgstr ""
2807
 
2808
- #: modules/node_server.php:594 wp-live-chat-support.php:4696
2809
  #, fuzzy
2810
  #| msgid "Sending message..."
2811
  msgid "Sending transcript..."
@@ -2817,11 +2822,11 @@ msgstr "Send besked"
2817
  msgid "Chat Transcript"
2818
  msgstr "Chat vindueindstillinger"
2819
 
2820
- #: modules/node_server.php:597 wp-live-chat-support.php:4699
2821
  msgid "The chat transcript has been emailed."
2822
  msgstr ""
2823
 
2824
- #: modules/node_server.php:598 wp-live-chat-support.php:4700
2825
  msgid "There was a problem emailing the chat."
2826
  msgstr ""
2827
 
@@ -2842,11 +2847,11 @@ msgstr ""
2842
  msgid "User received notification:"
2843
  msgstr ""
2844
 
2845
- #: modules/node_server.php:684 wp-live-chat-support.php:2183
2846
  msgid "New chat received"
2847
  msgstr ""
2848
 
2849
- #: modules/node_server.php:685 wp-live-chat-support.php:2185
2850
  msgid ""
2851
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2852
  "chat"
@@ -2874,11 +2879,11 @@ msgstr ""
2874
  msgid "Show me!"
2875
  msgstr ""
2876
 
2877
- #: modules/node_server.php:803 wp-live-chat-support.php:4667
2878
  msgid "Don't Show This Again"
2879
  msgstr ""
2880
 
2881
- #: modules/node_server.php:870 wp-live-chat-support.php:419
2882
  msgid "Connecting..."
2883
  msgstr ""
2884
 
@@ -2956,7 +2961,7 @@ msgstr "Indstillinger"
2956
  msgid "Webhooks"
2957
  msgstr ""
2958
 
2959
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3969
2960
  msgid "Web Hooks"
2961
  msgstr ""
2962
 
@@ -3022,612 +3027,614 @@ msgstr "Gem indstillinger"
3022
  msgid "Are you sure you want to delete this webhook?"
3023
  msgstr ""
3024
 
3025
- #: wp-live-chat-support.php:363
3026
  msgid "close"
3027
  msgstr ""
3028
 
3029
- #: wp-live-chat-support.php:383
3030
  #, fuzzy
3031
  #| msgid "Via WP Live Chat Support"
3032
  msgid "Thank you for chatting with us."
3033
  msgstr "Via WP Live Chat Support"
3034
 
3035
- #: wp-live-chat-support.php:408 wp-live-chat-support.php:1924
3036
  msgid "Questions?"
3037
  msgstr "Spørgsmål?"
3038
 
3039
- #: wp-live-chat-support.php:409 wp-live-chat-support.php:1925
3040
  msgid "Chat with us"
3041
  msgstr "Chat med os"
3042
 
3043
- #: wp-live-chat-support.php:410
3044
  msgid "Start live chat"
3045
  msgstr "Start chat"
3046
 
3047
- #: wp-live-chat-support.php:411
3048
  msgid "Complete the fields below to proceed."
3049
  msgstr ""
3050
 
3051
- #: wp-live-chat-support.php:412
3052
  msgid "Chat offline. Leave a message"
3053
  msgstr ""
3054
 
3055
- #: wp-live-chat-support.php:413
3056
  msgid ""
3057
  "We are currently offline. Please leave a message and we'll get back to you "
3058
  "shortly."
3059
  msgstr ""
3060
 
3061
- #: wp-live-chat-support.php:414
3062
  msgid "Sending message..."
3063
  msgstr "Send besked"
3064
 
3065
- #: wp-live-chat-support.php:415
3066
  msgid "Thank you for your message. We will be in contact soon."
3067
  msgstr "Tak for din feedback. Vi vil kontakte dig."
3068
 
3069
- #: wp-live-chat-support.php:416
3070
  msgid "Leave a message"
3071
  msgstr ""
3072
 
3073
- #: wp-live-chat-support.php:417
3074
  msgid "Send message"
3075
  msgstr "Send besked"
3076
 
3077
- #: wp-live-chat-support.php:418
3078
  msgid "Start Chat"
3079
  msgstr "Start chat"
3080
 
3081
- #: wp-live-chat-support.php:420 wp-live-chat-support.php:2065
3082
- #: wp-live-chat-support.php:2112
3083
  msgid "Reactivating your previous chat..."
3084
  msgstr "Genaktiverer din tidligere chat..."
3085
 
3086
- #: wp-live-chat-support.php:450
3087
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3088
  msgstr ""
3089
 
3090
- #: wp-live-chat-support.php:453
3091
  #, fuzzy
3092
  #| msgid "There is No Answer. Please Try Again Later"
3093
  msgid "No answer. Try again later."
3094
  msgstr "Der er intet svar. Prøv igen senere."
3095
 
3096
- #: wp-live-chat-support.php:454
3097
  msgid "Welcome. How may I help you?"
3098
  msgstr ""
3099
 
3100
- #: wp-live-chat-support.php:458
3101
  msgid "Please standby for an agent. Send your message while you wait."
3102
  msgstr ""
3103
 
3104
- #: wp-live-chat-support.php:689
3105
  msgid ""
3106
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3107
  "no longer needed, please uninstall it."
3108
  msgstr ""
3109
 
3110
- #: wp-live-chat-support.php:981 wp-live-chat-support.php:3466
3111
  msgid "Missed Chats"
3112
  msgstr "Live chat"
3113
 
3114
- #: wp-live-chat-support.php:989 wp-live-chat-support.php:3958
3115
  msgid "Support"
3116
  msgstr ""
3117
 
3118
- #: wp-live-chat-support.php:1191
3119
  msgid "Please Enter Your Name"
3120
  msgstr ""
3121
 
3122
- #: wp-live-chat-support.php:1192
3123
  msgid "Please Enter Your Email Address"
3124
  msgstr ""
3125
 
3126
- #: wp-live-chat-support.php:1193
3127
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3128
  msgstr ""
3129
 
3130
- #: wp-live-chat-support.php:1195
3131
  msgid "Please Enter a Message"
3132
  msgstr ""
3133
 
3134
- #: wp-live-chat-support.php:1196
3135
  msgid "Disconnected, Attempting to Reconnect..."
3136
  msgstr ""
3137
 
3138
- #: wp-live-chat-support.php:1243
3139
  #, fuzzy
3140
  #| msgid "User has opened the chat window"
3141
  msgid "has joined."
3142
  msgstr "Brugeren har åbnet chat vinduet."
3143
 
3144
- #: wp-live-chat-support.php:1244
3145
  msgid "has left."
3146
  msgstr ""
3147
 
3148
- #: wp-live-chat-support.php:1245
3149
  #, fuzzy
3150
  #| msgid "User has opened the chat window"
3151
  msgid "has ended the chat."
3152
  msgstr "Brugeren har åbnet chat vinduet."
3153
 
3154
- #: wp-live-chat-support.php:1246
3155
  msgid "has disconnected."
3156
  msgstr ""
3157
 
3158
- #: wp-live-chat-support.php:1247
3159
  msgid "(edited)"
3160
  msgstr ""
3161
 
3162
- #: wp-live-chat-support.php:1638 wp-live-chat-support.php:1657
3163
  msgid "Start chat"
3164
  msgstr ""
3165
 
3166
- #: wp-live-chat-support.php:1903 wp-live-chat-support.php:2672
3167
  msgid "Send"
3168
  msgstr "Send"
3169
 
3170
- #: wp-live-chat-support.php:2308
3171
  msgid "Congratulations"
3172
  msgstr ""
3173
 
3174
- #: wp-live-chat-support.php:2309
3175
  msgid "You are now accepting live chat requests on your site."
3176
  msgstr ""
3177
 
3178
- #: wp-live-chat-support.php:2310
3179
  msgid "The live chat box has automatically been enabled."
3180
  msgstr ""
3181
 
3182
- #: wp-live-chat-support.php:2311
3183
  msgid "Chat notifications will start appearing once visitors send a request."
3184
  msgstr ""
3185
 
3186
- #: wp-live-chat-support.php:2312
3187
  #, php-format
3188
  msgid "You may modify your chat box settings %s"
3189
  msgstr ""
3190
 
3191
- #: wp-live-chat-support.php:2313
3192
  msgid "Experiencing issues?"
3193
  msgstr ""
3194
 
3195
- #: wp-live-chat-support.php:2313
3196
  msgid "Take a look at our how-to guides."
3197
  msgstr ""
3198
 
3199
- #: wp-live-chat-support.php:2314
3200
  msgid "Hide"
3201
  msgstr "Skjul chat"
3202
 
3203
- #: wp-live-chat-support.php:2371
3204
  msgid "Keep this window open to get notified of new chats."
3205
  msgstr ""
3206
 
3207
- #: wp-live-chat-support.php:2377
3208
  #, fuzzy
3209
  #| msgid "Visitors online"
3210
  msgid "Visitor(s) online"
3211
  msgstr "Besøgende på siden"
3212
 
3213
- #: wp-live-chat-support.php:2394
3214
  msgid "Device"
3215
  msgstr ""
3216
 
3217
- #: wp-live-chat-support.php:2395
3218
  msgid "Data"
3219
  msgstr "Brugerdata"
3220
 
3221
- #: wp-live-chat-support.php:2428
3222
  msgid "Chat Dashboard"
3223
  msgstr "Chat aktiveret"
3224
 
3225
- #: wp-live-chat-support.php:2431
3226
  msgid "Oh no!"
3227
  msgstr ""
3228
 
3229
- #: wp-live-chat-support.php:2433
3230
  #, php-format
3231
  msgid "You do not have access to this page as %s."
3232
  msgstr ""
3233
 
3234
- #: wp-live-chat-support.php:2433
3235
  #, fuzzy
3236
  #| msgid "Make this user a chat agent"
3237
  msgid "you are not a chat agent"
3238
  msgstr "Gør denne bruger til en chat agent"
3239
 
3240
- #: wp-live-chat-support.php:2587
3241
  msgid "Previous"
3242
  msgstr "Tidligere"
3243
 
3244
- #: wp-live-chat-support.php:2594
3245
  msgid "Chat with"
3246
  msgstr "Chat med"
3247
 
3248
- #: wp-live-chat-support.php:2611
3249
  msgid "Starting Time:"
3250
  msgstr ""
3251
 
3252
- #: wp-live-chat-support.php:2612
3253
  msgid "Ending Time:"
3254
  msgstr ""
3255
 
3256
- #: wp-live-chat-support.php:2632
3257
  msgid "Chat initiated on:"
3258
  msgstr "Chat notifikationer"
3259
 
3260
- #: wp-live-chat-support.php:2633
3261
  msgid "Browser:"
3262
  msgstr ""
3263
 
3264
- #: wp-live-chat-support.php:2659 wp-live-chat-support.php:2698
3265
  #, fuzzy
3266
  #| msgid "Chat ID"
3267
  msgid "Invalid Chat ID"
3268
  msgstr "Chat box"
3269
 
3270
- #: wp-live-chat-support.php:2667
3271
  msgid "type here..."
3272
  msgstr ""
3273
 
3274
- #: wp-live-chat-support.php:2825
3275
  msgid "User has opened the chat window"
3276
  msgstr "Brugeren har åbnet chat vinduet."
3277
 
3278
- #: wp-live-chat-support.php:2826
3279
  msgid "User has minimized the chat window"
3280
  msgstr "Brugeren har minimeret chat vinduet."
3281
 
3282
- #: wp-live-chat-support.php:2827
3283
  msgid "User has maximized the chat window"
3284
  msgstr "Brugeren har makiseret chat vinduet."
3285
 
3286
- #: wp-live-chat-support.php:2828
3287
  msgid "The chat has been ended"
3288
  msgstr ""
3289
 
3290
- #: wp-live-chat-support.php:3369
3291
  msgid "Delete History"
3292
  msgstr "Historie"
3293
 
3294
- #: wp-live-chat-support.php:3386
3295
  msgid "No chats available at the moment"
3296
  msgstr "Ingen chats tilgængelige i øjeblikket"
3297
 
3298
- #: wp-live-chat-support.php:3506
3299
  msgid "Actions"
3300
  msgstr ""
3301
 
3302
- #: wp-live-chat-support.php:3520
3303
  msgid "You have not received any offline messages."
3304
  msgstr ""
3305
 
3306
- #: wp-live-chat-support.php:3528
3307
  msgid "Delete Message"
3308
  msgstr ""
3309
 
3310
- #: wp-live-chat-support.php:3637
3311
  msgid "You do not have permission to save settings."
3312
  msgstr ""
3313
 
3314
- #: wp-live-chat-support.php:3903
3315
  msgid "Your settings have been saved."
3316
  msgstr "Dine indstillinger er blevet gemt."
3317
 
3318
- #: wp-live-chat-support.php:3932
3319
  msgid ""
3320
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3321
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3322
  "contact your host to get this function enabled."
3323
  msgstr ""
3324
 
3325
- #: wp-live-chat-support.php:3938
3326
  msgid ""
3327
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3328
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3329
  "get safe mode disabled."
3330
  msgstr ""
3331
 
3332
- #: wp-live-chat-support.php:3961 wp-live-chat-support.php:3965
3333
  msgid "Plugin Features"
3334
  msgstr ""
3335
 
3336
- #: wp-live-chat-support.php:3963
3337
  msgid ""
3338
  "Check out these features and get up to speed with what you can do with WP "
3339
  "Live Chat:"
3340
  msgstr ""
3341
 
3342
- #: wp-live-chat-support.php:3966
3343
  msgid "Reporting"
3344
  msgstr ""
3345
 
3346
- #: wp-live-chat-support.php:3967
3347
  msgid "Localization"
3348
  msgstr ""
3349
 
3350
- #: wp-live-chat-support.php:3975
3351
  #, fuzzy
3352
  #| msgid "Chat Agents"
3353
  msgid "Chat FAQs"
3354
  msgstr "Chat agenter"
3355
 
3356
- #: wp-live-chat-support.php:3977
3357
  msgid ""
3358
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3359
  "agents:"
3360
  msgstr ""
3361
 
3362
- #: wp-live-chat-support.php:3979
3363
  #, fuzzy
3364
  #| msgid "Chat with us"
3365
  msgid "Chat with Visitors"
3366
  msgstr "Chat med os"
3367
 
3368
- #: wp-live-chat-support.php:3980
3369
  #, fuzzy
3370
  #| msgid "Chat Agents"
3371
  msgid "Chat with Agents"
3372
  msgstr "Chat agenter"
3373
 
3374
- #: wp-live-chat-support.php:3984
3375
  #, fuzzy
3376
  #| msgid "Chat Agents"
3377
  msgid "Chat Invites"
3378
  msgstr "Chat agenter"
3379
 
3380
- #: wp-live-chat-support.php:3989
3381
  #, fuzzy
3382
  #| msgid "Settings"
3383
  msgid "Settings & Customization"
3384
  msgstr "Indstillinger"
3385
 
3386
- #: wp-live-chat-support.php:3991
3387
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3388
  msgstr ""
3389
 
3390
- #: wp-live-chat-support.php:3995
3391
  #, fuzzy
3392
  #| msgid "Chat Window Settings"
3393
  msgid "Agent Settings"
3394
  msgstr "Chat vindueindstillinger"
3395
 
3396
- #: wp-live-chat-support.php:4002
3397
  msgid "Troubleshooting"
3398
  msgstr ""
3399
 
3400
- #: wp-live-chat-support.php:4004
3401
  msgid ""
3402
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3403
  "issues:"
3404
  msgstr ""
3405
 
3406
- #: wp-live-chat-support.php:4006
3407
  msgid "My Chat Box Is Not Showing"
3408
  msgstr ""
3409
 
3410
- #: wp-live-chat-support.php:4007
3411
  msgid "Not Receiving Notifications of New Chats"
3412
  msgstr ""
3413
 
3414
- #: wp-live-chat-support.php:4008
3415
- msgid "The Chat Box Never Goes Offline"
3416
- msgstr ""
3417
-
3418
- #: wp-live-chat-support.php:4009
3419
- msgid "Chat Has Already Been Answered"
3420
- msgstr ""
3421
-
3422
- #: wp-live-chat-support.php:4010
3423
  msgid "Check for JavaScript Errors"
3424
  msgstr ""
3425
 
3426
- #: wp-live-chat-support.php:4038
3427
  msgid "Initiate Chats"
3428
  msgstr "Start chat"
3429
 
3430
- #: wp-live-chat-support.php:4039
3431
  msgid "Multiple Chats"
3432
  msgstr "Flere agenter"
3433
 
3434
- #: wp-live-chat-support.php:4040
3435
  msgid "Add unlimited agents"
3436
  msgstr ""
3437
 
3438
- #: wp-live-chat-support.php:4041
3439
  #, fuzzy
3440
  #| msgid "Missed Chats"
3441
  msgid "Transfer Chats"
3442
  msgstr "Live chat"
3443
 
3444
- #: wp-live-chat-support.php:4060
3445
  #, fuzzy, php-format
3446
  #| msgid "Via WP Live Chat Support"
3447
  msgid "Thank you for using %s! Please %s on %s"
3448
  msgstr "Via WP Live Chat Support"
3449
 
3450
- #: wp-live-chat-support.php:4060
3451
  msgid "rate us"
3452
  msgstr ""
3453
 
3454
- #: wp-live-chat-support.php:4241 wp-live-chat-support.php:4301
3455
  msgid "From"
3456
  msgstr ""
3457
 
3458
- #: wp-live-chat-support.php:4243 wp-live-chat-support.php:4303
3459
  msgid "Timestamp"
3460
  msgstr ""
3461
 
3462
- #: wp-live-chat-support.php:4244 wp-live-chat-support.php:4304
3463
  msgid "Origin"
3464
  msgstr ""
3465
 
3466
- #: wp-live-chat-support.php:4249 wp-live-chat-support.php:4309
3467
  msgid "user"
3468
  msgstr ""
3469
 
3470
- #: wp-live-chat-support.php:4251 wp-live-chat-support.php:4311
3471
  msgid "agent"
3472
  msgstr "Agenter"
3473
 
3474
- #: wp-live-chat-support.php:4406
3475
  msgid "Advanced settings"
3476
  msgstr ""
3477
 
3478
- #: wp-live-chat-support.php:4413
3479
  msgid "Only change these settings if you are experiencing performance issues."
3480
  msgstr ""
3481
 
3482
- #: wp-live-chat-support.php:4420
3483
  msgid "Website hosting type:"
3484
  msgstr ""
3485
 
3486
- #: wp-live-chat-support.php:4424
3487
  msgid "Custom parameters"
3488
  msgstr ""
3489
 
3490
- #: wp-live-chat-support.php:4425
3491
  msgid "Shared hosting - low level plan"
3492
  msgstr ""
3493
 
3494
- #: wp-live-chat-support.php:4426
3495
  msgid "Shared hosting - normal plan"
3496
  msgstr ""
3497
 
3498
- #: wp-live-chat-support.php:4427
3499
  msgid "VPS"
3500
  msgstr ""
3501
 
3502
- #: wp-live-chat-support.php:4428
3503
  msgid "Dedicated server"
3504
  msgstr ""
3505
 
3506
- #: wp-live-chat-support.php:4434
3507
  msgid "Long poll setup"
3508
  msgstr ""
3509
 
3510
- #: wp-live-chat-support.php:4434
3511
  msgid ""
3512
  "Only change these if you are an experienced developer or if you have "
3513
  "received these figures from the WP Live Chat by 3CX team."
3514
  msgstr ""
3515
 
3516
- #: wp-live-chat-support.php:4439
3517
  msgid "Iterations"
3518
  msgstr ""
3519
 
3520
- #: wp-live-chat-support.php:4443
3521
  msgid "Sleep between loops"
3522
  msgstr ""
3523
 
3524
- #: wp-live-chat-support.php:4446
3525
  msgid "milliseconds"
3526
  msgstr ""
3527
 
3528
- #: wp-live-chat-support.php:4469
3529
  #, fuzzy
3530
  #| msgid "WP Live Chat Support"
3531
  msgid "Show 'Powered by' in chat box"
3532
  msgstr "Via WP Live Chat Support"
3533
 
3534
- #: wp-live-chat-support.php:4469
3535
  msgid ""
3536
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3537
  "bottom of your chatbox."
3538
  msgstr ""
3539
 
3540
- #: wp-live-chat-support.php:4511
3541
  #, fuzzy
3542
  #| msgid "WP Live Chat Support"
3543
  msgid "Powered by WP Live Chat by 3CX"
3544
  msgstr "Via WP Live Chat Support"
3545
 
3546
- #: wp-live-chat-support.php:4665
3547
  msgid ""
3548
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3549
  msgstr ""
3550
 
3551
- #: wp-live-chat-support.php:4666
3552
  msgid ""
3553
  "Please add an SSL certificate to your site to continue receiving chat "
3554
  "notifications in your browser."
3555
  msgstr ""
3556
 
3557
- #: wp-live-chat-support.php:4679
3558
  msgid ""
3559
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3560
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3561
  msgstr ""
3562
 
3563
- #: wp-live-chat-support.php:4686
3564
  msgid "Email transcript to user"
3565
  msgstr ""
3566
 
3567
- #: wp-live-chat-support.php:4697
3568
  msgid "Sending Transcript"
3569
  msgstr ""
3570
 
3571
- #: wp-live-chat-support.php:4771
3572
  #, php-format
3573
  msgid "Your chat transcript from %1$s"
3574
  msgstr ""
3575
 
3576
- #: wp-live-chat-support.php:4862
3577
  #, fuzzy
3578
  #| msgid "Chat Window Settings"
3579
  msgid "Chat Transcript Settings"
3580
  msgstr "Chat vindueindstillinger"
3581
 
3582
- #: wp-live-chat-support.php:4865
3583
  msgid "Enable chat transcripts:"
3584
  msgstr ""
3585
 
3586
- #: wp-live-chat-support.php:4873
3587
  msgid "Send transcripts to:"
3588
  msgstr ""
3589
 
3590
- #: wp-live-chat-support.php:4880
3591
  #, fuzzy
3592
  #| msgid "Username"
3593
  msgid "User"
3594
  msgstr "Brugernavn"
3595
 
3596
- #: wp-live-chat-support.php:4891
3597
  msgid "Send transcripts when chat ends:"
3598
  msgstr ""
3599
 
3600
- #: wp-live-chat-support.php:4899
3601
  #, fuzzy
3602
  #| msgid "Email"
3603
  msgid "Email body"
3604
  msgstr "Email"
3605
 
3606
- #: wp-live-chat-support.php:4909
3607
  #, fuzzy
3608
  #| msgid "Email Address"
3609
  msgid "Email header"
3610
  msgstr "E-mail adresse"
3611
 
3612
- #: wp-live-chat-support.php:4918
3613
  msgid "Email footer"
3614
  msgstr ""
3615
 
3616
- #: wp-live-chat-support.php:4994
3617
  msgid ""
3618
  "Please note, local message encryption and local server options will be "
3619
  "deprecated in the next major release. All encryption and message delivery "
3620
  "will handled by our external servers in future."
3621
  msgstr ""
3622
 
3623
- #: wp-live-chat-support.php:4997
3624
  msgid "Deprecation Notice - Message Encryption & Local Server"
3625
  msgstr ""
3626
 
3627
- #: wp-live-chat-support.php:4999
3628
  msgid "Dismiss"
3629
  msgstr ""
3630
 
 
 
 
 
 
 
 
 
 
 
3631
  #, fuzzy
3632
  #~| msgid "requesting chat"
3633
  #~ msgid "Request new chat"
@@ -3939,9 +3946,6 @@ msgstr ""
3939
  #~ msgid "Visitors on site"
3940
  #~ msgstr "Besøgende på siden"
3941
 
3942
- #~ msgid "No visitors on-line at the moment"
3943
- #~ msgstr "Ingen besøgende online i øjeblikket"
3944
-
3945
  #~ msgid "No chat sessions available at the moment"
3946
  #~ msgstr "Ingen chat sessioner tilgængelig i øjeblikket."
3947
 
@@ -4034,9 +4038,6 @@ msgstr ""
4034
  #~ msgid "All Quick Responses"
4035
  #~ msgstr "All hurtig svar"
4036
 
4037
- #~ msgid "Get Pro Add-on to accept more chats"
4038
- #~ msgstr "Få Pro add-on for at acceptere flere chats"
4039
-
4040
  #, fuzzy
4041
  #~| msgid "Via WP Live Chat Support"
4042
  #~ msgid "WP Live Chat Trigger (WP Live Chat Support)"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2019-10-17 11:29+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:29+0200\n"
6
  "Last-Translator: Mikkel Jeppesen Juhl <mail@mikkeljuhl.com>\n"
7
  "Language-Team: \n"
8
  "Language: da_DK\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
18
 
19
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
20
+ #: wp-live-chat-support.php:4864
21
  msgid "Admin"
22
  msgstr ""
23
 
61
  msgid "End Chat"
62
  msgstr "Slut chat"
63
 
64
+ #: functions.php:1021
65
  msgid "complete"
66
  msgstr "færdig"
67
 
68
+ #: functions.php:1024
69
  msgid "pending"
70
  msgstr "venter"
71
 
72
+ #: functions.php:1027
73
  msgid "active"
74
  msgstr "aktiv"
75
 
76
+ #: functions.php:1030
77
  msgid "deleted"
78
  msgstr "slettet"
79
 
80
+ #: functions.php:1033
81
  msgid "browsing"
82
  msgstr "browser"
83
 
84
+ #: functions.php:1036
85
  msgid "requesting chat"
86
  msgstr "anmodede om chat"
87
 
88
+ #: functions.php:1039
89
  msgid "Chat Ended - User still browsing"
90
  msgstr "Chat sluttet - brugeren browser stadig"
91
 
92
+ #: functions.php:1042
93
  msgid "User is browsing but doesn't want to chat"
94
  msgstr "Brugeren browser, men vil ikke chatte"
95
 
96
+ #: functions.php:1181 includes/settings_page.php:774
97
  #, fuzzy
98
  #| msgid "WP Live Chat Support - Offline Message from "
99
  msgid "WP Live Chat by 3CX - Offline Message from "
100
  msgstr "WP Live Chat Support - Offline besked fra"
101
 
102
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
103
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
104
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
105
  #: includes/wplc_roi.php:160 modules/node_server.php:81
106
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
107
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
108
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
109
  msgid "Name"
110
  msgstr "Navn"
111
 
112
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
113
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
114
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
115
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
116
  msgid "Email"
117
  msgstr "Email"
118
 
119
+ #: functions.php:1184 wp-live-chat-support.php:1782
120
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
121
+ #: wp-live-chat-support.php:4281
122
  msgid "Message"
123
  msgstr "Besked"
124
 
125
+ #: functions.php:1185
126
  #, fuzzy
127
  #| msgid "Via WP Live Chat Support"
128
  msgid "Via WP Live Chat by 3CX"
129
  msgstr "Via WP Live Chat Support"
130
 
131
+ #: functions.php:1484 wp-live-chat-support.php:3313
132
  msgid "Error: Could not delete chat"
133
  msgstr ""
134
 
135
+ #: functions.php:1486 wp-live-chat-support.php:3317
136
  msgid "Chat Deleted"
137
  msgstr ""
138
 
139
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
140
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
141
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
142
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
144
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
145
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
146
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
147
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
148
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
149
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
150
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
151
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
152
+ #: wp-live-chat-support.php:4191
153
  msgid "You do not have permission do perform this action"
154
  msgstr ""
155
 
156
+ #: functions.php:1495 wp-live-chat-support.php:3326
157
  msgid "Are you sure you would like to delete this chat?"
158
  msgstr ""
159
 
160
+ #: functions.php:1496 includes/settings_page.php:142
161
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
162
  msgid "Yes"
163
  msgstr "Ja"
164
 
165
+ #: functions.php:1496 includes/settings_page.php:143
166
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
167
  msgid "No"
168
  msgstr "Nej"
169
 
170
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
171
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
172
+ #: wp-live-chat-support.php:3483
173
  msgid "Date"
174
  msgstr "Dato"
175
 
176
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
177
  msgid "URL"
178
  msgstr "URL"
179
 
180
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
181
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
182
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
183
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
184
  msgid "Action"
185
  msgstr "Handling"
186
 
187
+ #: functions.php:1523
188
  msgid "You have not missed any chat requests."
189
  msgstr ""
190
 
191
+ #: functions.php:1530 wp-live-chat-support.php:3381
192
  msgid "View Chat History"
193
  msgstr "WP Live Chat historie"
194
 
195
+ #: functions.php:1530 wp-live-chat-support.php:3381
196
  msgid "Download Chat History"
197
  msgstr "WP Live Chat historie"
198
 
199
+ #: functions.php:1724
200
  msgid "Open chat window via"
201
  msgstr ""
202
 
203
+ #: functions.php:1728
204
  msgid "Click"
205
  msgstr ""
206
 
207
+ #: functions.php:1729
208
  msgid "Hover"
209
  msgstr ""
210
 
211
+ #: functions.php:1731
212
  msgid "element with"
213
  msgstr ""
214
 
215
+ #: functions.php:1733
216
  msgid "Class"
217
  msgstr ""
218
 
219
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
220
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
221
  #: includes/wplc_roi.php:159
222
  msgid "ID"
223
  msgstr ""
224
 
225
+ #: functions.php:2005 functions.php:2011 functions.php:2016
226
  #: includes/dashboard_page.php:58 modules/node_server.php:134
227
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
228
  msgid "Quick Responses"
229
  msgstr "Hurtig svar"
230
 
231
+ #: functions.php:2006 includes/settings_page.php:322
232
  msgid "Quick Response"
233
  msgstr "Hurtig svar"
234
 
235
+ #: functions.php:2007 functions.php:2010
236
  msgid "New Quick Response"
237
  msgstr "Nyt hurtig svar"
238
 
239
+ #: functions.php:2008 modules/node_server.php:1031
240
  msgid "Add New Quick Response"
241
  msgstr "Tilføj nyt hurtig svar"
242
 
243
+ #: functions.php:2009
244
  msgid "Edit Quick Response"
245
  msgstr "Rediger hurtig svar"
246
 
247
+ #: functions.php:2012
248
  msgid "View Quick Responses"
249
  msgstr "Vis hurtig svar"
250
 
251
+ #: functions.php:2013
252
  msgid "Search Quick Responses"
253
  msgstr "Søg i hurtige svar"
254
 
255
+ #: functions.php:2014
256
  msgid "No Quick Responses found"
257
  msgstr "Ingen hurtig svar fundet"
258
 
259
+ #: functions.php:2015
260
  msgid "No Quick Responses found in the Trash"
261
  msgstr "Ingen hurtig svar fundet i skraldespanden."
262
 
263
+ #: functions.php:2020
264
  #, fuzzy
265
  #| msgid "Quick Responses for WP Live Chat Support Pro"
266
  msgid "Quick Responses for WP Live Chat by 3CX"
267
  msgstr "Hurtig svar til WP Live Chat Support Pro"
268
 
269
+ #: functions.php:2054
270
  msgid "Sort Order"
271
  msgstr ""
272
 
273
+ #: functions.php:2090 includes/settings_page.php:331
274
  msgid "Title"
275
  msgstr ""
276
 
277
+ #: functions.php:2091
278
  msgid "Order"
279
  msgstr ""
280
 
281
+ #: functions.php:2092 includes/settings_page.php:1182
282
  msgid "Author"
283
  msgstr ""
284
 
285
+ #: functions.php:2135 wp-live-chat-support.php:461
286
  msgid "Press ENTER to send your message"
287
  msgstr "Tryk på ENTER for at sende din besked"
288
 
289
+ #: functions.php:2174 functions.php:2178
290
  msgid "Assign Quick Response"
291
  msgstr "Tildel hurtig respons"
292
 
293
+ #: functions.php:2181 includes/settings_page.php:1164
294
  msgid "Select"
295
  msgstr "Vælg"
296
 
297
+ #: functions.php:2187
298
  msgid "What is this?"
299
  msgstr "Hvad er det?"
300
 
301
+ #: functions.php:2229
302
  #, php-format
303
  msgid "Incoming chat from %s (%s) on %s"
304
  msgstr ""
305
 
306
+ #: functions.php:2235
307
  #, fuzzy, php-format
308
  #| msgid "Alert: Someone wants to chat with you on "
309
  msgid "%s (%s) wants to chat with you."
310
  msgstr "Besked: Nogen vil chatte med dig. "
311
 
312
+ #: functions.php:2240
313
  #, fuzzy, php-format
314
  #| msgid "Log in"
315
  msgid "Log in: %s"
316
  msgstr "Log in"
317
 
318
+ #: functions.php:2567
319
  #, fuzzy
320
  #| msgid "Chat Agents Online"
321
  msgid "Status (Online)"
322
  msgstr "Chat Agenter Online"
323
 
324
+ #: functions.php:2568
325
  msgid "Online"
326
  msgstr ""
327
 
328
+ #: functions.php:2569
329
  #, fuzzy
330
  #| msgid "Offline text"
331
  msgid "Offline"
332
  msgstr "Offline tekst"
333
 
334
+ #: functions.php:2570
335
  msgid "Status (Offline)"
336
  msgstr ""
337
 
338
+ #: functions.php:2581
339
  msgid ""
340
  "You have set your status to offline. To view visitors and accept chats "
341
  "please set your status to online using the switch above."
342
  msgstr ""
343
 
344
+ #: functions.php:2651
345
  msgid "Encryption"
346
  msgstr "Handling"
347
 
348
+ #: functions.php:2657 includes/settings_page.php:1225
349
+ #: wp-live-chat-support.php:3977
350
  msgid "Business Hours"
351
  msgstr ""
352
 
353
+ #: functions.php:2859
354
  msgid "Initiate Chat"
355
  msgstr "Start chat"
356
 
357
+ #: functions.php:2951
358
  msgid "Attempting to open the chat window... Please be patient."
359
  msgstr "Forsøger at åbne chat vinduet... Vent venligst."
360
 
361
+ #: functions.php:2968
362
  msgid ""
363
  "You are not a chat agent. Please make yourself a chat agent before trying to "
364
  "chat to visitors"
365
  msgstr ""
366
 
367
+ #: functions.php:3163 functions.php:3179 functions.php:3194
368
  msgid "Chat Agent"
369
  msgstr "Chat Agent"
370
 
371
+ #: functions.php:3168 functions.php:3184
372
  msgid "Make this user a chat agent"
373
  msgstr "Gør denne bruger til en chat agent"
374
 
375
+ #: functions.php:3198
376
  msgid "Your user role does not allow you to make yourself a chat agent."
377
  msgstr ""
378
 
379
+ #: functions.php:3199
380
  msgid "Please contact the administrator of this website to change this."
381
  msgstr ""
382
 
383
+ #: functions.php:3218
384
  msgid "This chat has already been answered by another agent."
385
  msgstr ""
386
 
387
+ #: functions.php:3460 wp-live-chat-support.php:2314
388
  msgid "Agent(s) online"
389
  msgstr "Chat Agenter Online"
390
 
391
+ #: functions.php:3514
392
  msgid "Chat Agent Online"
393
  msgstr "Chat Agent Online"
394
 
395
+ #: functions.php:3516 functions.php:3520
396
  msgid "Chat Agents Online"
397
  msgstr "Chat Agenter Online"
398
 
399
+ #: functions.php:3628 includes/settings_page.php:1153
400
+ #: wp-live-chat-support.php:2260
401
  msgid "Remove"
402
  msgstr "Fjern logo"
403
 
404
+ #: functions.php:3631 wp-live-chat-support.php:2263
405
  msgid "Typing..."
406
  msgstr ""
407
 
408
+ #: functions.php:4001
409
  msgid "User Experience Ratings"
410
  msgstr ""
411
 
412
+ #: functions.php:4008
413
  msgid "Agent Statistics"
414
  msgstr ""
415
 
416
+ #: functions.php:4051 functions.php:4090
417
  msgid "Satisfaction Rating"
418
  msgstr ""
419
 
420
+ #: functions.php:4052 functions.php:4091
421
  msgid "Rating Count"
422
  msgstr ""
423
 
424
+ #: functions.php:4052 functions.php:4091
425
  msgid "Good"
426
  msgstr ""
427
 
428
+ #: functions.php:4052 functions.php:4091
429
  msgid "Bad"
430
  msgstr ""
431
 
432
+ #: functions.php:4162 includes/dashboard_page.php:56
433
+ #: wp-live-chat-support.php:1015
434
  #, fuzzy
435
  #| msgid "View Quick Responses"
436
  msgid "Reports"
437
  msgstr "Vis hurtig svar"
438
 
439
+ #: functions.php:4165 includes/wplc_roi.php:161
440
  msgid "Overview"
441
  msgstr ""
442
 
443
+ #: functions.php:4166
444
  msgid "Popular Pages"
445
  msgstr ""
446
 
447
+ #: functions.php:4184
448
  msgid "Total Agents"
449
  msgstr ""
450
 
451
+ #: functions.php:4184
452
  msgid "Total number of agents that used the live chat"
453
  msgstr ""
454
 
455
+ #: functions.php:4185
456
  msgid "Total Chats"
457
  msgstr ""
458
 
459
+ #: functions.php:4185
460
  msgid "Total number of chats received"
461
  msgstr ""
462
 
463
+ #: functions.php:4186
464
  msgid "Total URLs"
465
  msgstr ""
466
 
467
+ #: functions.php:4186
468
  msgid "Total number of URLs a chat was initiated on"
469
  msgstr ""
470
 
471
+ #: functions.php:4187
472
  msgid "Chats per day"
473
  msgstr ""
474
 
475
+ #: functions.php:4188
476
  msgid "Popular pages a chat was initiated on"
477
  msgstr ""
478
 
479
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
480
  msgid "Unknown"
481
  msgstr "Ukendt"
482
 
483
+ #: functions.php:4265
484
  msgid "Count"
485
  msgstr ""
486
 
487
+ #: functions.php:4291
488
  msgid "Enable Manual Chat Initiation:"
489
  msgstr ""
490
 
491
+ #: functions.php:4291
492
  msgid ""
493
  "Enabling this feature will allow agents to start a chat with website "
494
  "visitors. This feature increases server load while enabled."
495
  msgstr ""
496
 
497
+ #: functions.php:4295 modules/advanced_features.php:73
498
  msgid ""
499
  "This feature is only available when you select 3CX High Performance Cloud "
500
  "Servers in Advanced Features."
501
  msgstr ""
502
 
503
+ #: functions.php:4382
504
  #, fuzzy
505
  #| msgid "Thank you for your feedback. We will be in touch soon"
506
  msgid "Thank you for inquiry. We will get back to you shortly"
507
  msgstr "Tak for din feedback. Vi vil kontakte dig."
508
 
509
+ #: functions.php:4560 wp-live-chat-support.php:4550
510
  msgid "The Live Chat box is currently disabled on your website due to:"
511
  msgstr ""
512
 
513
+ #: functions.php:4561 wp-live-chat-support.php:4551
514
  #, fuzzy
515
  #| msgid "General Settings"
516
  msgid "Business Hours Settings"
517
  msgstr "Generelle indstillinger"
518
 
519
+ #: functions.php:4612
520
  msgid "Edit Profile"
521
  msgstr ""
522
 
523
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
524
  msgid "Drag Files Here"
525
  msgstr ""
526
 
527
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
528
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
529
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
530
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
532
  msgid "Delete"
533
  msgstr ""
534
 
535
+ #: functions.php:4647
536
  #, fuzzy
537
  #| msgid "Send"
538
  msgid "Send..."
539
  msgstr "Send"
540
 
541
+ #: functions.php:4648 functions.php:4693
542
  msgid "Play voice note"
543
  msgstr ""
544
 
545
+ #: functions.php:4692
546
  msgid "Save..."
547
  msgstr ""
548
 
549
+ #: functions.php:4780 wp-live-chat-support.php:1248
550
+ #: wp-live-chat-support.php:2791
551
  msgid "is typing..."
552
  msgstr ""
553
 
554
+ #: functions.php:4782
555
+ #, fuzzy
556
+ #| msgid "No visitors on-line at the moment"
557
+ msgid "There are no visitors on your site at the moment"
558
+ msgstr "Ingen besøgende online i øjeblikket"
559
+
560
+ #: functions.php:4783
561
+ msgid "Connection to the server lost, reconnecting..."
562
+ msgstr ""
563
+
564
+ #: functions.php:4784
565
+ #, fuzzy
566
+ #| msgid "Get Pro Add-on to accept more chats"
567
+ msgid "Agent offline - not accepting chats"
568
+ msgstr "Få Pro add-on for at acceptere flere chats"
569
+
570
+ #: functions.php:4800
571
  msgid "An error has occured while fetching the news feed."
572
  msgstr ""
573
 
574
+ #: functions.php:4897
575
  msgid "Default"
576
  msgstr ""
577
 
578
+ #: functions.php:5200 functions.php:5204
579
  msgid "You do not have permission to perform this action"
580
  msgstr ""
581
 
 
 
 
 
 
 
582
  #: includes/blocks/wplc-chat-box/index.php:30
583
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
584
  msgid "Gutenberg Blocks"
585
  msgstr ""
586
 
634
  msgid "Displays the chosen icon"
635
  msgstr ""
636
 
637
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
638
+ #: wp-live-chat-support.php:1899
639
  msgid "Type here"
640
  msgstr ""
641
 
642
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
643
  msgid "Live Chat"
644
  msgstr "Live chat"
645
 
646
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
 
 
 
 
 
 
647
  #, fuzzy
648
  #| msgid "Chat Dashboard"
649
  msgid "Dashboard"
666
  msgid "Missed"
667
  msgstr "Live chat"
668
 
669
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
670
+ #: wp-live-chat-support.php:3420
671
  msgid "History"
672
  msgstr "Historie"
673
 
674
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
675
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
676
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
677
+ #: wp-live-chat-support.php:3963
678
  msgid "Offline Messages"
679
  msgstr "Offline beskeder"
680
 
684
  msgstr ""
685
 
686
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
687
+ #: wp-live-chat-support.php:981
688
  msgid "Settings"
689
  msgstr "Indstillinger"
690
 
761
  msgstr "Brugeren har åbnet chat vinduet."
762
 
763
  #: includes/settings_page.php:98 includes/settings_page.php:136
764
+ #: wp-live-chat-support.php:3974
765
  msgid "General Settings"
766
  msgstr "Generelle indstillinger"
767
 
812
  msgid "This name will be displayed for all not logged in visitors"
813
  msgstr ""
814
 
815
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
816
  msgid "Guest"
817
  msgstr ""
818
 
1005
  "and send it to agent once they hold on CTRL + SPACEBAR"
1006
  msgstr ""
1007
 
1008
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
1009
  #, fuzzy
1010
  #| msgid "Chat Window Settings"
1011
  msgid "Chat Box Settings"
1083
  msgid "Display a timestamp in the chat window:"
1084
  msgstr "Brugeren har makiseret chat vinduet."
1085
 
1086
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1087
  msgid "Time"
1088
  msgstr ""
1089
 
1431
  msgstr ""
1432
 
1433
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1434
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1435
  msgid "here"
1436
  msgstr ""
1437
 
1492
  msgid "Other text"
1493
  msgstr "Andet tekst"
1494
 
1495
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1496
+ #: wp-live-chat-support.php:1202
1497
  #, fuzzy
1498
  #| msgid "Chat has been answered by another agent"
1499
  msgid "The chat has been ended by the agent."
1664
  msgid "Add New"
1665
  msgstr ""
1666
 
1667
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1668
  msgid "Custom Fields"
1669
  msgstr ""
1670
 
1671
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1672
+ #: wp-live-chat-support.php:2374
1673
  msgid "Type"
1674
  msgstr ""
1675
 
1678
  msgstr ""
1679
 
1680
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1681
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1682
  msgid "Status"
1683
  msgstr "Status"
1684
 
1685
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1686
  msgid "Active"
1687
  msgstr "Aktiv"
1688
 
1772
  msgid "Custom Field Data"
1773
  msgstr ""
1774
 
1775
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1776
+ #: wp-live-chat-support.php:3949
1777
  msgid "Triggers"
1778
  msgstr ""
1779
 
1848
  msgstr ""
1849
 
1850
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1851
+ #: wp-live-chat-support.php:4677
1852
  msgid "Close"
1853
  msgstr ""
1854
 
1985
  msgstr ""
1986
 
1987
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
1988
+ #: wp-live-chat-support.php:3951
1989
  msgid "ROI Goals"
1990
  msgstr ""
1991
 
2319
  msgstr "Hovedindstillinger"
2320
 
2321
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2322
+ #: wp-live-chat-support.php:3964
2323
  #, fuzzy
2324
  #| msgid "View Chat History"
2325
  msgid "Chat History"
2365
  msgid "This cannot be undone"
2366
  msgstr ""
2367
 
2368
+ #: modules/advanced_tools.php:193
2369
  msgid "Import Failed - Could Not Process File"
2370
  msgstr ""
2371
 
2372
+ #: modules/advanced_tools.php:207
2373
  msgid "Import Failed - Could Not Find File"
2374
  msgstr ""
2375
 
2376
+ #: modules/advanced_tools.php:219
2377
  #, fuzzy
2378
  #| msgid "complete"
2379
  msgid "Import Complete"
2380
  msgstr "færdig"
2381
 
2382
+ #: modules/advanced_tools.php:227
2383
  #, fuzzy
2384
  #| msgid "Your settings have been saved."
2385
  msgid "Thank you, all settings have been updated"
2455
  msgid "Data retention purpose"
2456
  msgstr ""
2457
 
2458
+ #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:401
2459
  #, fuzzy
2460
  #| msgid "WP Live Chat Support"
2461
  msgid "Chat/Support"
2519
  msgid "Download Chat (%%CID%%)"
2520
  msgstr "WP Live Chat historie"
2521
 
2522
+ #: modules/gdpr.php:162 wp-live-chat-support.php:4219
2523
+ #: wp-live-chat-support.php:4279
2524
  msgid "Chat ID"
2525
  msgstr "Chat box"
2526
 
2542
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2543
  msgstr ""
2544
 
2545
+ #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:587
2546
  msgid "Privacy Policy"
2547
  msgstr ""
2548
 
2624
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2625
  msgstr ""
2626
 
2627
+ #: modules/gdpr.php:634
2628
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2629
  msgstr ""
2630
 
2631
+ #: modules/gdpr.php:666
2632
  msgid "Pro data will also be removed as a part of this automatic process."
2633
  msgstr ""
2634
 
2655
  msgid "Active visitors"
2656
  msgstr "Live chat"
2657
 
2658
+ #: modules/node_server.php:100 wp-live-chat-support.php:1864
2659
  #, fuzzy
2660
  msgid "Minimize Chat"
2661
  msgstr "Åben chatvindue"
2673
  msgstr "Chat Agent"
2674
 
2675
  #: modules/node_server.php:111 modules/node_server.php:881
2676
+ #: modules/node_server.php:885 wp-live-chat-support.php:4021
2677
  msgid "Direct User To Page"
2678
  msgstr ""
2679
 
2690
  msgstr "Start chat"
2691
 
2692
  #: modules/node_server.php:115 modules/node_server.php:883
2693
+ #: wp-live-chat-support.php:2582
2694
  msgid "End chat"
2695
  msgstr "Slut chat"
2696
 
2751
  msgstr ""
2752
 
2753
  #: modules/node_server.php:185 modules/node_server.php:893
2754
+ #: wp-live-chat-support.php:2372
2755
  msgid "Visitor"
2756
  msgstr "Besøgende på siden"
2757
 
2810
  msgid "Only chat agents can access this page."
2811
  msgstr ""
2812
 
2813
+ #: modules/node_server.php:594 wp-live-chat-support.php:4675
2814
  #, fuzzy
2815
  #| msgid "Sending message..."
2816
  msgid "Sending transcript..."
2822
  msgid "Chat Transcript"
2823
  msgstr "Chat vindueindstillinger"
2824
 
2825
+ #: modules/node_server.php:597 wp-live-chat-support.php:4678
2826
  msgid "The chat transcript has been emailed."
2827
  msgstr ""
2828
 
2829
+ #: modules/node_server.php:598 wp-live-chat-support.php:4679
2830
  msgid "There was a problem emailing the chat."
2831
  msgstr ""
2832
 
2847
  msgid "User received notification:"
2848
  msgstr ""
2849
 
2850
+ #: modules/node_server.php:684 wp-live-chat-support.php:2191
2851
  msgid "New chat received"
2852
  msgstr ""
2853
 
2854
+ #: modules/node_server.php:685 wp-live-chat-support.php:2193
2855
  msgid ""
2856
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2857
  "chat"
2879
  msgid "Show me!"
2880
  msgstr ""
2881
 
2882
+ #: modules/node_server.php:803 wp-live-chat-support.php:4646
2883
  msgid "Don't Show This Again"
2884
  msgstr ""
2885
 
2886
+ #: modules/node_server.php:870 wp-live-chat-support.php:428
2887
  msgid "Connecting..."
2888
  msgstr ""
2889
 
2961
  msgid "Webhooks"
2962
  msgstr ""
2963
 
2964
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3950
2965
  msgid "Web Hooks"
2966
  msgstr ""
2967
 
3027
  msgid "Are you sure you want to delete this webhook?"
3028
  msgstr ""
3029
 
3030
+ #: wp-live-chat-support.php:372
3031
  msgid "close"
3032
  msgstr ""
3033
 
3034
+ #: wp-live-chat-support.php:392
3035
  #, fuzzy
3036
  #| msgid "Via WP Live Chat Support"
3037
  msgid "Thank you for chatting with us."
3038
  msgstr "Via WP Live Chat Support"
3039
 
3040
+ #: wp-live-chat-support.php:417 wp-live-chat-support.php:1932
3041
  msgid "Questions?"
3042
  msgstr "Spørgsmål?"
3043
 
3044
+ #: wp-live-chat-support.php:418 wp-live-chat-support.php:1933
3045
  msgid "Chat with us"
3046
  msgstr "Chat med os"
3047
 
3048
+ #: wp-live-chat-support.php:419
3049
  msgid "Start live chat"
3050
  msgstr "Start chat"
3051
 
3052
+ #: wp-live-chat-support.php:420
3053
  msgid "Complete the fields below to proceed."
3054
  msgstr ""
3055
 
3056
+ #: wp-live-chat-support.php:421
3057
  msgid "Chat offline. Leave a message"
3058
  msgstr ""
3059
 
3060
+ #: wp-live-chat-support.php:422
3061
  msgid ""
3062
  "We are currently offline. Please leave a message and we'll get back to you "
3063
  "shortly."
3064
  msgstr ""
3065
 
3066
+ #: wp-live-chat-support.php:423
3067
  msgid "Sending message..."
3068
  msgstr "Send besked"
3069
 
3070
+ #: wp-live-chat-support.php:424
3071
  msgid "Thank you for your message. We will be in contact soon."
3072
  msgstr "Tak for din feedback. Vi vil kontakte dig."
3073
 
3074
+ #: wp-live-chat-support.php:425
3075
  msgid "Leave a message"
3076
  msgstr ""
3077
 
3078
+ #: wp-live-chat-support.php:426
3079
  msgid "Send message"
3080
  msgstr "Send besked"
3081
 
3082
+ #: wp-live-chat-support.php:427
3083
  msgid "Start Chat"
3084
  msgstr "Start chat"
3085
 
3086
+ #: wp-live-chat-support.php:429 wp-live-chat-support.php:2073
3087
+ #: wp-live-chat-support.php:2120
3088
  msgid "Reactivating your previous chat..."
3089
  msgstr "Genaktiverer din tidligere chat..."
3090
 
3091
+ #: wp-live-chat-support.php:459
3092
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3093
  msgstr ""
3094
 
3095
+ #: wp-live-chat-support.php:462
3096
  #, fuzzy
3097
  #| msgid "There is No Answer. Please Try Again Later"
3098
  msgid "No answer. Try again later."
3099
  msgstr "Der er intet svar. Prøv igen senere."
3100
 
3101
+ #: wp-live-chat-support.php:463
3102
  msgid "Welcome. How may I help you?"
3103
  msgstr ""
3104
 
3105
+ #: wp-live-chat-support.php:467
3106
  msgid "Please standby for an agent. Send your message while you wait."
3107
  msgstr ""
3108
 
3109
+ #: wp-live-chat-support.php:698
3110
  msgid ""
3111
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3112
  "no longer needed, please uninstall it."
3113
  msgstr ""
3114
 
3115
+ #: wp-live-chat-support.php:989 wp-live-chat-support.php:3447
3116
  msgid "Missed Chats"
3117
  msgstr "Live chat"
3118
 
3119
+ #: wp-live-chat-support.php:997 wp-live-chat-support.php:3939
3120
  msgid "Support"
3121
  msgstr ""
3122
 
3123
+ #: wp-live-chat-support.php:1199
3124
  msgid "Please Enter Your Name"
3125
  msgstr ""
3126
 
3127
+ #: wp-live-chat-support.php:1200
3128
  msgid "Please Enter Your Email Address"
3129
  msgstr ""
3130
 
3131
+ #: wp-live-chat-support.php:1201
3132
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3133
  msgstr ""
3134
 
3135
+ #: wp-live-chat-support.php:1203
3136
  msgid "Please Enter a Message"
3137
  msgstr ""
3138
 
3139
+ #: wp-live-chat-support.php:1204
3140
  msgid "Disconnected, Attempting to Reconnect..."
3141
  msgstr ""
3142
 
3143
+ #: wp-live-chat-support.php:1251
3144
  #, fuzzy
3145
  #| msgid "User has opened the chat window"
3146
  msgid "has joined."
3147
  msgstr "Brugeren har åbnet chat vinduet."
3148
 
3149
+ #: wp-live-chat-support.php:1252
3150
  msgid "has left."
3151
  msgstr ""
3152
 
3153
+ #: wp-live-chat-support.php:1253
3154
  #, fuzzy
3155
  #| msgid "User has opened the chat window"
3156
  msgid "has ended the chat."
3157
  msgstr "Brugeren har åbnet chat vinduet."
3158
 
3159
+ #: wp-live-chat-support.php:1254
3160
  msgid "has disconnected."
3161
  msgstr ""
3162
 
3163
+ #: wp-live-chat-support.php:1255
3164
  msgid "(edited)"
3165
  msgstr ""
3166
 
3167
+ #: wp-live-chat-support.php:1646 wp-live-chat-support.php:1665
3168
  msgid "Start chat"
3169
  msgstr ""
3170
 
3171
+ #: wp-live-chat-support.php:1911 wp-live-chat-support.php:2653
3172
  msgid "Send"
3173
  msgstr "Send"
3174
 
3175
+ #: wp-live-chat-support.php:2293
3176
  msgid "Congratulations"
3177
  msgstr ""
3178
 
3179
+ #: wp-live-chat-support.php:2294
3180
  msgid "You are now accepting live chat requests on your site."
3181
  msgstr ""
3182
 
3183
+ #: wp-live-chat-support.php:2295
3184
  msgid "The live chat box has automatically been enabled."
3185
  msgstr ""
3186
 
3187
+ #: wp-live-chat-support.php:2296
3188
  msgid "Chat notifications will start appearing once visitors send a request."
3189
  msgstr ""
3190
 
3191
+ #: wp-live-chat-support.php:2297
3192
  #, php-format
3193
  msgid "You may modify your chat box settings %s"
3194
  msgstr ""
3195
 
3196
+ #: wp-live-chat-support.php:2298
3197
  msgid "Experiencing issues?"
3198
  msgstr ""
3199
 
3200
+ #: wp-live-chat-support.php:2298
3201
  msgid "Take a look at our how-to guides."
3202
  msgstr ""
3203
 
3204
+ #: wp-live-chat-support.php:2299
3205
  msgid "Hide"
3206
  msgstr "Skjul chat"
3207
 
3208
+ #: wp-live-chat-support.php:2352
3209
  msgid "Keep this window open to get notified of new chats."
3210
  msgstr ""
3211
 
3212
+ #: wp-live-chat-support.php:2358
3213
  #, fuzzy
3214
  #| msgid "Visitors online"
3215
  msgid "Visitor(s) online"
3216
  msgstr "Besøgende på siden"
3217
 
3218
+ #: wp-live-chat-support.php:2375
3219
  msgid "Device"
3220
  msgstr ""
3221
 
3222
+ #: wp-live-chat-support.php:2376
3223
  msgid "Data"
3224
  msgstr "Brugerdata"
3225
 
3226
+ #: wp-live-chat-support.php:2409
3227
  msgid "Chat Dashboard"
3228
  msgstr "Chat aktiveret"
3229
 
3230
+ #: wp-live-chat-support.php:2412
3231
  msgid "Oh no!"
3232
  msgstr ""
3233
 
3234
+ #: wp-live-chat-support.php:2414
3235
  #, php-format
3236
  msgid "You do not have access to this page as %s."
3237
  msgstr ""
3238
 
3239
+ #: wp-live-chat-support.php:2414
3240
  #, fuzzy
3241
  #| msgid "Make this user a chat agent"
3242
  msgid "you are not a chat agent"
3243
  msgstr "Gør denne bruger til en chat agent"
3244
 
3245
+ #: wp-live-chat-support.php:2568
3246
  msgid "Previous"
3247
  msgstr "Tidligere"
3248
 
3249
+ #: wp-live-chat-support.php:2575
3250
  msgid "Chat with"
3251
  msgstr "Chat med"
3252
 
3253
+ #: wp-live-chat-support.php:2592
3254
  msgid "Starting Time:"
3255
  msgstr ""
3256
 
3257
+ #: wp-live-chat-support.php:2593
3258
  msgid "Ending Time:"
3259
  msgstr ""
3260
 
3261
+ #: wp-live-chat-support.php:2613
3262
  msgid "Chat initiated on:"
3263
  msgstr "Chat notifikationer"
3264
 
3265
+ #: wp-live-chat-support.php:2614
3266
  msgid "Browser:"
3267
  msgstr ""
3268
 
3269
+ #: wp-live-chat-support.php:2640 wp-live-chat-support.php:2679
3270
  #, fuzzy
3271
  #| msgid "Chat ID"
3272
  msgid "Invalid Chat ID"
3273
  msgstr "Chat box"
3274
 
3275
+ #: wp-live-chat-support.php:2648
3276
  msgid "type here..."
3277
  msgstr ""
3278
 
3279
+ #: wp-live-chat-support.php:2806
3280
  msgid "User has opened the chat window"
3281
  msgstr "Brugeren har åbnet chat vinduet."
3282
 
3283
+ #: wp-live-chat-support.php:2807
3284
  msgid "User has minimized the chat window"
3285
  msgstr "Brugeren har minimeret chat vinduet."
3286
 
3287
+ #: wp-live-chat-support.php:2808
3288
  msgid "User has maximized the chat window"
3289
  msgstr "Brugeren har makiseret chat vinduet."
3290
 
3291
+ #: wp-live-chat-support.php:2809
3292
  msgid "The chat has been ended"
3293
  msgstr ""
3294
 
3295
+ #: wp-live-chat-support.php:3350
3296
  msgid "Delete History"
3297
  msgstr "Historie"
3298
 
3299
+ #: wp-live-chat-support.php:3367
3300
  msgid "No chats available at the moment"
3301
  msgstr "Ingen chats tilgængelige i øjeblikket"
3302
 
3303
+ #: wp-live-chat-support.php:3487
3304
  msgid "Actions"
3305
  msgstr ""
3306
 
3307
+ #: wp-live-chat-support.php:3501
3308
  msgid "You have not received any offline messages."
3309
  msgstr ""
3310
 
3311
+ #: wp-live-chat-support.php:3509
3312
  msgid "Delete Message"
3313
  msgstr ""
3314
 
3315
+ #: wp-live-chat-support.php:3618
3316
  msgid "You do not have permission to save settings."
3317
  msgstr ""
3318
 
3319
+ #: wp-live-chat-support.php:3884
3320
  msgid "Your settings have been saved."
3321
  msgstr "Dine indstillinger er blevet gemt."
3322
 
3323
+ #: wp-live-chat-support.php:3913
3324
  msgid ""
3325
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3326
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3327
  "contact your host to get this function enabled."
3328
  msgstr ""
3329
 
3330
+ #: wp-live-chat-support.php:3919
3331
  msgid ""
3332
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3333
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3334
  "get safe mode disabled."
3335
  msgstr ""
3336
 
3337
+ #: wp-live-chat-support.php:3942 wp-live-chat-support.php:3946
3338
  msgid "Plugin Features"
3339
  msgstr ""
3340
 
3341
+ #: wp-live-chat-support.php:3944
3342
  msgid ""
3343
  "Check out these features and get up to speed with what you can do with WP "
3344
  "Live Chat:"
3345
  msgstr ""
3346
 
3347
+ #: wp-live-chat-support.php:3947
3348
  msgid "Reporting"
3349
  msgstr ""
3350
 
3351
+ #: wp-live-chat-support.php:3948
3352
  msgid "Localization"
3353
  msgstr ""
3354
 
3355
+ #: wp-live-chat-support.php:3956
3356
  #, fuzzy
3357
  #| msgid "Chat Agents"
3358
  msgid "Chat FAQs"
3359
  msgstr "Chat agenter"
3360
 
3361
+ #: wp-live-chat-support.php:3958
3362
  msgid ""
3363
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3364
  "agents:"
3365
  msgstr ""
3366
 
3367
+ #: wp-live-chat-support.php:3960
3368
  #, fuzzy
3369
  #| msgid "Chat with us"
3370
  msgid "Chat with Visitors"
3371
  msgstr "Chat med os"
3372
 
3373
+ #: wp-live-chat-support.php:3961
3374
  #, fuzzy
3375
  #| msgid "Chat Agents"
3376
  msgid "Chat with Agents"
3377
  msgstr "Chat agenter"
3378
 
3379
+ #: wp-live-chat-support.php:3965
3380
  #, fuzzy
3381
  #| msgid "Chat Agents"
3382
  msgid "Chat Invites"
3383
  msgstr "Chat agenter"
3384
 
3385
+ #: wp-live-chat-support.php:3970
3386
  #, fuzzy
3387
  #| msgid "Settings"
3388
  msgid "Settings & Customization"
3389
  msgstr "Indstillinger"
3390
 
3391
+ #: wp-live-chat-support.php:3972
3392
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3393
  msgstr ""
3394
 
3395
+ #: wp-live-chat-support.php:3976
3396
  #, fuzzy
3397
  #| msgid "Chat Window Settings"
3398
  msgid "Agent Settings"
3399
  msgstr "Chat vindueindstillinger"
3400
 
3401
+ #: wp-live-chat-support.php:3983
3402
  msgid "Troubleshooting"
3403
  msgstr ""
3404
 
3405
+ #: wp-live-chat-support.php:3985
3406
  msgid ""
3407
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3408
  "issues:"
3409
  msgstr ""
3410
 
3411
+ #: wp-live-chat-support.php:3987
3412
  msgid "My Chat Box Is Not Showing"
3413
  msgstr ""
3414
 
3415
+ #: wp-live-chat-support.php:3988
3416
  msgid "Not Receiving Notifications of New Chats"
3417
  msgstr ""
3418
 
3419
+ #: wp-live-chat-support.php:3989
 
 
 
 
 
 
 
 
3420
  msgid "Check for JavaScript Errors"
3421
  msgstr ""
3422
 
3423
+ #: wp-live-chat-support.php:4017
3424
  msgid "Initiate Chats"
3425
  msgstr "Start chat"
3426
 
3427
+ #: wp-live-chat-support.php:4018
3428
  msgid "Multiple Chats"
3429
  msgstr "Flere agenter"
3430
 
3431
+ #: wp-live-chat-support.php:4019
3432
  msgid "Add unlimited agents"
3433
  msgstr ""
3434
 
3435
+ #: wp-live-chat-support.php:4020
3436
  #, fuzzy
3437
  #| msgid "Missed Chats"
3438
  msgid "Transfer Chats"
3439
  msgstr "Live chat"
3440
 
3441
+ #: wp-live-chat-support.php:4039
3442
  #, fuzzy, php-format
3443
  #| msgid "Via WP Live Chat Support"
3444
  msgid "Thank you for using %s! Please %s on %s"
3445
  msgstr "Via WP Live Chat Support"
3446
 
3447
+ #: wp-live-chat-support.php:4039
3448
  msgid "rate us"
3449
  msgstr ""
3450
 
3451
+ #: wp-live-chat-support.php:4220 wp-live-chat-support.php:4280
3452
  msgid "From"
3453
  msgstr ""
3454
 
3455
+ #: wp-live-chat-support.php:4222 wp-live-chat-support.php:4282
3456
  msgid "Timestamp"
3457
  msgstr ""
3458
 
3459
+ #: wp-live-chat-support.php:4223 wp-live-chat-support.php:4283
3460
  msgid "Origin"
3461
  msgstr ""
3462
 
3463
+ #: wp-live-chat-support.php:4228 wp-live-chat-support.php:4288
3464
  msgid "user"
3465
  msgstr ""
3466
 
3467
+ #: wp-live-chat-support.php:4230 wp-live-chat-support.php:4290
3468
  msgid "agent"
3469
  msgstr "Agenter"
3470
 
3471
+ #: wp-live-chat-support.php:4385
3472
  msgid "Advanced settings"
3473
  msgstr ""
3474
 
3475
+ #: wp-live-chat-support.php:4392
3476
  msgid "Only change these settings if you are experiencing performance issues."
3477
  msgstr ""
3478
 
3479
+ #: wp-live-chat-support.php:4399
3480
  msgid "Website hosting type:"
3481
  msgstr ""
3482
 
3483
+ #: wp-live-chat-support.php:4403
3484
  msgid "Custom parameters"
3485
  msgstr ""
3486
 
3487
+ #: wp-live-chat-support.php:4404
3488
  msgid "Shared hosting - low level plan"
3489
  msgstr ""
3490
 
3491
+ #: wp-live-chat-support.php:4405
3492
  msgid "Shared hosting - normal plan"
3493
  msgstr ""
3494
 
3495
+ #: wp-live-chat-support.php:4406
3496
  msgid "VPS"
3497
  msgstr ""
3498
 
3499
+ #: wp-live-chat-support.php:4407
3500
  msgid "Dedicated server"
3501
  msgstr ""
3502
 
3503
+ #: wp-live-chat-support.php:4413
3504
  msgid "Long poll setup"
3505
  msgstr ""
3506
 
3507
+ #: wp-live-chat-support.php:4413
3508
  msgid ""
3509
  "Only change these if you are an experienced developer or if you have "
3510
  "received these figures from the WP Live Chat by 3CX team."
3511
  msgstr ""
3512
 
3513
+ #: wp-live-chat-support.php:4418
3514
  msgid "Iterations"
3515
  msgstr ""
3516
 
3517
+ #: wp-live-chat-support.php:4422
3518
  msgid "Sleep between loops"
3519
  msgstr ""
3520
 
3521
+ #: wp-live-chat-support.php:4425
3522
  msgid "milliseconds"
3523
  msgstr ""
3524
 
3525
+ #: wp-live-chat-support.php:4448
3526
  #, fuzzy
3527
  #| msgid "WP Live Chat Support"
3528
  msgid "Show 'Powered by' in chat box"
3529
  msgstr "Via WP Live Chat Support"
3530
 
3531
+ #: wp-live-chat-support.php:4448
3532
  msgid ""
3533
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3534
  "bottom of your chatbox."
3535
  msgstr ""
3536
 
3537
+ #: wp-live-chat-support.php:4490
3538
  #, fuzzy
3539
  #| msgid "WP Live Chat Support"
3540
  msgid "Powered by WP Live Chat by 3CX"
3541
  msgstr "Via WP Live Chat Support"
3542
 
3543
+ #: wp-live-chat-support.php:4644
3544
  msgid ""
3545
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3546
  msgstr ""
3547
 
3548
+ #: wp-live-chat-support.php:4645
3549
  msgid ""
3550
  "Please add an SSL certificate to your site to continue receiving chat "
3551
  "notifications in your browser."
3552
  msgstr ""
3553
 
3554
+ #: wp-live-chat-support.php:4658
3555
  msgid ""
3556
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3557
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3558
  msgstr ""
3559
 
3560
+ #: wp-live-chat-support.php:4665
3561
  msgid "Email transcript to user"
3562
  msgstr ""
3563
 
3564
+ #: wp-live-chat-support.php:4676
3565
  msgid "Sending Transcript"
3566
  msgstr ""
3567
 
3568
+ #: wp-live-chat-support.php:4750
3569
  #, php-format
3570
  msgid "Your chat transcript from %1$s"
3571
  msgstr ""
3572
 
3573
+ #: wp-live-chat-support.php:4841
3574
  #, fuzzy
3575
  #| msgid "Chat Window Settings"
3576
  msgid "Chat Transcript Settings"
3577
  msgstr "Chat vindueindstillinger"
3578
 
3579
+ #: wp-live-chat-support.php:4844
3580
  msgid "Enable chat transcripts:"
3581
  msgstr ""
3582
 
3583
+ #: wp-live-chat-support.php:4852
3584
  msgid "Send transcripts to:"
3585
  msgstr ""
3586
 
3587
+ #: wp-live-chat-support.php:4859
3588
  #, fuzzy
3589
  #| msgid "Username"
3590
  msgid "User"
3591
  msgstr "Brugernavn"
3592
 
3593
+ #: wp-live-chat-support.php:4870
3594
  msgid "Send transcripts when chat ends:"
3595
  msgstr ""
3596
 
3597
+ #: wp-live-chat-support.php:4878
3598
  #, fuzzy
3599
  #| msgid "Email"
3600
  msgid "Email body"
3601
  msgstr "Email"
3602
 
3603
+ #: wp-live-chat-support.php:4888
3604
  #, fuzzy
3605
  #| msgid "Email Address"
3606
  msgid "Email header"
3607
  msgstr "E-mail adresse"
3608
 
3609
+ #: wp-live-chat-support.php:4897
3610
  msgid "Email footer"
3611
  msgstr ""
3612
 
3613
+ #: wp-live-chat-support.php:4973
3614
  msgid ""
3615
  "Please note, local message encryption and local server options will be "
3616
  "deprecated in the next major release. All encryption and message delivery "
3617
  "will handled by our external servers in future."
3618
  msgstr ""
3619
 
3620
+ #: wp-live-chat-support.php:4976
3621
  msgid "Deprecation Notice - Message Encryption & Local Server"
3622
  msgstr ""
3623
 
3624
+ #: wp-live-chat-support.php:4978
3625
  msgid "Dismiss"
3626
  msgstr ""
3627
 
3628
+ #, fuzzy
3629
+ #~| msgid "WP Live Chat History"
3630
+ #~ msgid "WP Live Chat Trigger"
3631
+ #~ msgstr "WP Live Chat historie"
3632
+
3633
+ #, fuzzy
3634
+ #~| msgid "WP Live Chat Support"
3635
+ #~ msgid "WP Live Chat Box"
3636
+ #~ msgstr "Via WP Live Chat Support"
3637
+
3638
  #, fuzzy
3639
  #~| msgid "requesting chat"
3640
  #~ msgid "Request new chat"
3946
  #~ msgid "Visitors on site"
3947
  #~ msgstr "Besøgende på siden"
3948
 
 
 
 
3949
  #~ msgid "No chat sessions available at the moment"
3950
  #~ msgstr "Ingen chat sessioner tilgængelig i øjeblikket."
3951
 
4038
  #~ msgid "All Quick Responses"
4039
  #~ msgstr "All hurtig svar"
4040
 
 
 
 
4041
  #, fuzzy
4042
  #~| msgid "Via WP Live Chat Support"
4043
  #~ msgid "WP Live Chat Trigger (WP Live Chat Support)"
languages/{wplivechat-de_DE.mo → wp-live-chat-support-de_DE.mo} RENAMED
Binary file
languages/{wplivechat-de_DE.po → wp-live-chat-support-de_DE.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
- "POT-Creation-Date: 2019-10-14 14:20+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:20+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
@@ -19,10 +19,10 @@ msgstr ""
19
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
- "X-Poedit-SearchPathExcluded-0: *.min.js\n"
23
 
24
- #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:361
25
- #: wp-live-chat-support.php:4885
26
  msgid "Admin"
27
  msgstr "Admin"
28
 
@@ -70,93 +70,93 @@ msgid "End Chat"
70
  msgstr "Chat beenden"
71
 
72
  # @ wplivechat
73
- #: functions.php:1023
74
  msgid "complete"
75
  msgstr "Beendet"
76
 
77
  # @ wplivechat
78
- #: functions.php:1026
79
  msgid "pending"
80
  msgstr "in Warteschleife"
81
 
82
  # @ wplivechat
83
- #: functions.php:1029
84
  msgid "active"
85
  msgstr "Aktiv"
86
 
87
  # @ wplivechat
88
- #: functions.php:1032
89
  msgid "deleted"
90
  msgstr "Gelöscht"
91
 
92
  # @ wplivechat
93
- #: functions.php:1035
94
  msgid "browsing"
95
  msgstr "surft"
96
 
97
  # @ wplivechat
98
- #: functions.php:1038
99
  msgid "requesting chat"
100
  msgstr "Frage Chat an"
101
 
102
  # @ wplivechat
103
- #: functions.php:1041
104
  msgid "Chat Ended - User still browsing"
105
  msgstr "Chat beendet - Benutzer surft noch"
106
 
107
  # @ wplivechat
108
- #: functions.php:1044
109
  msgid "User is browsing but doesn't want to chat"
110
  msgstr "Benutzer surft aber will nicht chatten"
111
 
112
  # @ wplivechat
113
- #: functions.php:1183 includes/settings_page.php:774
114
  msgid "WP Live Chat by 3CX - Offline Message from "
115
  msgstr "WP Live Chat von 3CX - Offline-Nachricht von"
116
 
117
  # @ wplivechat
118
- #: functions.php:1184 functions.php:1508 includes/settings_page.php:164
119
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
120
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
121
  #: includes/wplc_roi.php:160 modules/node_server.php:81
122
- #: modules/node_server.php:124 wp-live-chat-support.php:1584
123
- #: wp-live-chat-support.php:1607 wp-live-chat-support.php:1772
124
- #: wp-live-chat-support.php:3376 wp-live-chat-support.php:3503
125
  msgid "Name"
126
  msgstr "Name"
127
 
128
  # @ wplivechat
129
- #: functions.php:1185 functions.php:1509 includes/settings_page.php:160
130
- #: modules/node_server.php:125 wp-live-chat-support.php:1585
131
- #: wp-live-chat-support.php:1596 wp-live-chat-support.php:1773
132
- #: wp-live-chat-support.php:3377 wp-live-chat-support.php:3504
133
  msgid "Email"
134
  msgstr "E-Mail"
135
 
136
  # @ wplivechat
137
- #: functions.php:1186 wp-live-chat-support.php:1774
138
- #: wp-live-chat-support.php:3505 wp-live-chat-support.php:4242
139
- #: wp-live-chat-support.php:4302
140
  msgid "Message"
141
  msgstr "Offline-Nachrichten"
142
 
143
  # @ wplivechat
144
- #: functions.php:1187
145
  #, fuzzy
146
  #| msgid "Via WP Live Chat Support"
147
  msgid "Via WP Live Chat by 3CX"
148
  msgstr "WP Live Chat Support"
149
 
150
- #: functions.php:1486 wp-live-chat-support.php:3332
151
  msgid "Error: Could not delete chat"
152
  msgstr ""
153
 
154
  # @ wplivechat
155
- #: functions.php:1488 wp-live-chat-support.php:3336
156
  msgid "Chat Deleted"
157
  msgstr "Chat freigegeben"
158
 
159
- #: functions.php:1491 includes/wplc_custom_fields.php:35
160
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
161
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
162
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
@@ -164,428 +164,428 @@ msgstr "Chat freigegeben"
164
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
165
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
166
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
167
- #: modules/advanced_tools.php:243 modules/advanced_tools.php:251
168
- #: modules/advanced_tools.php:259 modules/advanced_tools.php:267
169
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
170
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
171
- #: wp-live-chat-support.php:3291 wp-live-chat-support.php:3321
172
- #: wp-live-chat-support.php:4212
173
  msgid "You do not have permission do perform this action"
174
  msgstr ""
175
 
176
- #: functions.php:1497 wp-live-chat-support.php:3345
177
  msgid "Are you sure you would like to delete this chat?"
178
  msgstr ""
179
 
180
  # @ wplivechat
181
- #: functions.php:1498 includes/settings_page.php:142
182
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
183
  msgid "Yes"
184
  msgstr "Ja"
185
 
186
  # @ wplivechat
187
- #: functions.php:1498 includes/settings_page.php:143
188
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
189
  msgid "No"
190
  msgstr "Nein"
191
 
192
  # @ wplivechat
193
- #: functions.php:1507 functions.php:2095 includes/settings_page.php:332
194
- #: includes/settings_page.php:434 wp-live-chat-support.php:3375
195
- #: wp-live-chat-support.php:3502
196
  msgid "Date"
197
  msgstr "Datum"
198
 
199
  # @ wplivechat
200
- #: functions.php:1510 functions.php:4266 wp-live-chat-support.php:3378
201
  msgid "URL"
202
  msgstr "URL"
203
 
204
  # @ wplivechat
205
- #: functions.php:1511 includes/wplc_custom_fields.php:83
206
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
207
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
208
- #: wp-live-chat-support.php:2397 wp-live-chat-support.php:3380
209
  msgid "Action"
210
  msgstr "Aktiv"
211
 
212
  # @ wplivechat
213
- #: functions.php:1525
214
  msgid "You have not missed any chat requests."
215
  msgstr "Sie haben keine Chat-Anfragen verpasst."
216
 
217
  # @ wplivechat
218
- #: functions.php:1532 wp-live-chat-support.php:3400
219
  msgid "View Chat History"
220
  msgstr "WP Live Chat Historie"
221
 
222
  # @ wplivechat
223
- #: functions.php:1532 wp-live-chat-support.php:3400
224
  msgid "Download Chat History"
225
  msgstr "WP Live Chat Historie"
226
 
227
  # @ wplivechat
228
- #: functions.php:1726
229
  msgid "Open chat window via"
230
  msgstr "Chat-Fenster öffnen"
231
 
232
- #: functions.php:1730
233
  msgid "Click"
234
  msgstr ""
235
 
236
- #: functions.php:1731
237
  msgid "Hover"
238
  msgstr ""
239
 
240
- #: functions.php:1733
241
  msgid "element with"
242
  msgstr ""
243
 
244
- #: functions.php:1735
245
  msgid "Class"
246
  msgstr ""
247
 
248
- #: functions.php:1736 includes/wplc_custom_fields.php:78
249
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
250
  #: includes/wplc_roi.php:159
251
  msgid "ID"
252
  msgstr ""
253
 
254
  # @ wplivechat
255
- #: functions.php:2007 functions.php:2013 functions.php:2018
256
  #: includes/dashboard_page.php:58 modules/node_server.php:134
257
- #: modules/node_server.php:1022 wp-live-chat-support.php:3981
258
  msgid "Quick Responses"
259
  msgstr "Blitzschnelle Antwort zuweisen"
260
 
261
  # @ wplivechat
262
- #: functions.php:2008 includes/settings_page.php:322
263
  msgid "Quick Response"
264
  msgstr "Blitzschnelle Antwort zuweisen"
265
 
266
  # @ wplivechat
267
- #: functions.php:2009 functions.php:2012
268
  msgid "New Quick Response"
269
  msgstr "Blitzschnelle Antwort zuweisen"
270
 
271
  # @ wplivechat
272
- #: functions.php:2010 modules/node_server.php:1031
273
  msgid "Add New Quick Response"
274
  msgstr "Blitzschnelle Antwort zuweisen"
275
 
276
  # @ wplivechat
277
- #: functions.php:2011
278
  msgid "Edit Quick Response"
279
  msgstr "Blitzschnelle Antwort zuweisen"
280
 
281
  # @ wplivechat
282
- #: functions.php:2014
283
  msgid "View Quick Responses"
284
  msgstr "Blitzschnelle Antwort zuweisen"
285
 
286
  # @ wplivechat
287
- #: functions.php:2015
288
  msgid "Search Quick Responses"
289
  msgstr "Was sind die schnellen Antworten?"
290
 
291
  # @ wplivechat
292
- #: functions.php:2016
293
  msgid "No Quick Responses found"
294
  msgstr "Blitzschnelle Antwort zuweisen"
295
 
296
  # @ wplivechat
297
- #: functions.php:2017
298
  msgid "No Quick Responses found in the Trash"
299
  msgstr "Fügen Sie blitzschnelle Antworten zu Ihrem Live-Chat"
300
 
301
  # @ wplivechat
302
- #: functions.php:2022
303
  #, fuzzy
304
  #| msgid "Quick Responses for WP Live Chat Support Pro"
305
  msgid "Quick Responses for WP Live Chat by 3CX"
306
  msgstr "Fügen Sie blitzschnelle Antworten zu Ihrem Live-Chat"
307
 
308
  # @ wplivechat
309
- #: functions.php:2056
310
  #, fuzzy
311
  #| msgid "Support desk"
312
  msgid "Sort Order"
313
  msgstr "Support"
314
 
315
- #: functions.php:2092 includes/settings_page.php:331
316
  msgid "Title"
317
  msgstr ""
318
 
319
- #: functions.php:2093
320
  msgid "Order"
321
  msgstr ""
322
 
323
- #: functions.php:2094 includes/settings_page.php:1182
324
  msgid "Author"
325
  msgstr ""
326
 
327
  # @ wplivechat
328
- #: functions.php:2137 wp-live-chat-support.php:452
329
  msgid "Press ENTER to send your message"
330
  msgstr "ENTER drücken um die Nachricht zu senden"
331
 
332
  # @ wplivechat
333
- #: functions.php:2176 functions.php:2180
334
  msgid "Assign Quick Response"
335
  msgstr "Blitzschnelle Antwort zuweisen"
336
 
337
  # @ wplivechat
338
- #: functions.php:2183 includes/settings_page.php:1164
339
  msgid "Select"
340
  msgstr "Auswählen"
341
 
342
  # @ wplivechat
343
- #: functions.php:2189
344
  msgid "What is this?"
345
  msgstr "Chatten Sie mit uns!"
346
 
347
- #: functions.php:2231
348
  #, php-format
349
  msgid "Incoming chat from %s (%s) on %s"
350
  msgstr ""
351
 
352
- #: functions.php:2237
353
  #, php-format
354
  msgid "%s (%s) wants to chat with you."
355
  msgstr ""
356
 
357
- #: functions.php:2242
358
  #, php-format
359
  msgid "Log in: %s"
360
  msgstr ""
361
 
362
  # @ wplivechat
363
- #: functions.php:2569
364
  #, fuzzy
365
  #| msgid "Chat Agents Online"
366
  msgid "Status (Online)"
367
  msgstr "Aktiver Chat"
368
 
369
- #: functions.php:2570
370
  msgid "Online"
371
  msgstr ""
372
 
373
  # @ wplivechat
374
- #: functions.php:2571
375
  #, fuzzy
376
  #| msgid "Offline text"
377
  msgid "Offline"
378
  msgstr "Offline-Text"
379
 
380
- #: functions.php:2572
381
  msgid "Status (Offline)"
382
  msgstr ""
383
 
384
- #: functions.php:2583
385
  msgid ""
386
  "You have set your status to offline. To view visitors and accept chats "
387
  "please set your status to online using the switch above."
388
  msgstr ""
389
 
390
- #: functions.php:2653
391
  msgid "Encryption"
392
  msgstr ""
393
 
394
- #: functions.php:2659 includes/settings_page.php:1225
395
- #: wp-live-chat-support.php:3996
396
  msgid "Business Hours"
397
  msgstr ""
398
 
399
  # @ wplivechat
400
- #: functions.php:2861
401
  msgid "Initiate Chat"
402
  msgstr "Chat starten"
403
 
404
  # @ wplivechat
405
- #: functions.php:2953
406
  msgid "Attempting to open the chat window... Please be patient."
407
  msgstr "Sie werden mit einem Mitarbeiter verbunden. Bitte um etwas Geduld."
408
 
409
- #: functions.php:2970
410
  msgid ""
411
  "You are not a chat agent. Please make yourself a chat agent before trying to "
412
  "chat to visitors"
413
  msgstr ""
414
 
415
  # @ wplivechat
416
- #: functions.php:3165 functions.php:3181 functions.php:3196
417
  msgid "Chat Agent"
418
  msgstr "Aktiver Chat"
419
 
420
- #: functions.php:3170 functions.php:3186
421
  msgid "Make this user a chat agent"
422
  msgstr ""
423
 
424
- #: functions.php:3200
425
  msgid "Your user role does not allow you to make yourself a chat agent."
426
  msgstr ""
427
 
428
- #: functions.php:3201
429
  msgid "Please contact the administrator of this website to change this."
430
  msgstr ""
431
 
432
  # @ wplivechat
433
- #: functions.php:3220
434
  msgid "This chat has already been answered by another agent."
435
  msgstr ""
436
  "Dieser Chat wurde bereits beantwortet. Bitte schließen Sie dieses Chat-"
437
  "Fenster."
438
 
439
- #: functions.php:3462 wp-live-chat-support.php:2331
440
  msgid "Agent(s) online"
441
  msgstr ""
442
 
443
  # @ wplivechat
444
- #: functions.php:3516
445
  msgid "Chat Agent Online"
446
  msgstr "Aktiver Chat"
447
 
448
  # @ wplivechat
449
- #: functions.php:3518 functions.php:3522
450
  msgid "Chat Agents Online"
451
  msgstr "Aktiver Chat"
452
 
453
- #: functions.php:3630 includes/settings_page.php:1153
454
- #: wp-live-chat-support.php:2264
455
  msgid "Remove"
456
  msgstr ""
457
 
458
- #: functions.php:3633 wp-live-chat-support.php:2267
459
  msgid "Typing..."
460
  msgstr ""
461
 
462
  # @ wplivechat
463
- #: functions.php:4003
464
  msgid "User Experience Ratings"
465
  msgstr "Chat-Fenster Einstellungen"
466
 
467
- #: functions.php:4010
468
  msgid "Agent Statistics"
469
  msgstr ""
470
 
471
- #: functions.php:4053 functions.php:4092
472
  msgid "Satisfaction Rating"
473
  msgstr ""
474
 
475
- #: functions.php:4054 functions.php:4093
476
  msgid "Rating Count"
477
  msgstr ""
478
 
479
- #: functions.php:4054 functions.php:4093
480
  msgid "Good"
481
  msgstr ""
482
 
483
- #: functions.php:4054 functions.php:4093
484
  msgid "Bad"
485
  msgstr ""
486
 
487
  # @ wplivechat
488
- #: functions.php:4164 includes/dashboard_page.php:56
489
- #: wp-live-chat-support.php:1007
490
  #, fuzzy
491
  #| msgid "View Quick Responses"
492
  msgid "Reports"
493
  msgstr "Blitzschnelle Antwort zuweisen"
494
 
495
- #: functions.php:4167 includes/wplc_roi.php:161
496
  msgid "Overview"
497
  msgstr ""
498
 
499
- #: functions.php:4168
500
  msgid "Popular Pages"
501
  msgstr ""
502
 
503
  # @ wplivechat
504
- #: functions.php:4186
505
  msgid "Total Agents"
506
  msgstr "Agenten"
507
 
508
- #: functions.php:4186
509
  msgid "Total number of agents that used the live chat"
510
  msgstr ""
511
 
512
  # @ wplivechat
513
- #: functions.php:4187
514
  msgid "Total Chats"
515
  msgstr "Chat starten"
516
 
517
- #: functions.php:4187
518
  msgid "Total number of chats received"
519
  msgstr ""
520
 
521
- #: functions.php:4188
522
  msgid "Total URLs"
523
  msgstr ""
524
 
525
- #: functions.php:4188
526
  msgid "Total number of URLs a chat was initiated on"
527
  msgstr ""
528
 
529
- #: functions.php:4189
530
  msgid "Chats per day"
531
  msgstr ""
532
 
533
- #: functions.php:4190
534
  msgid "Popular pages a chat was initiated on"
535
  msgstr ""
536
 
537
- #: functions.php:4220 includes/wplc_custom_fields.php:304
538
  msgid "Unknown"
539
  msgstr ""
540
 
541
- #: functions.php:4267
542
  msgid "Count"
543
  msgstr ""
544
 
545
- #: functions.php:4293
546
  msgid "Enable Manual Chat Initiation:"
547
  msgstr ""
548
 
549
- #: functions.php:4293
550
  msgid ""
551
  "Enabling this feature will allow agents to start a chat with website "
552
  "visitors. This feature increases server load while enabled."
553
  msgstr ""
554
 
555
- #: functions.php:4297 modules/advanced_features.php:73
556
  msgid ""
557
  "This feature is only available when you select 3CX High Performance Cloud "
558
  "Servers in Advanced Features."
559
  msgstr ""
560
 
561
  # @ wplc
562
- #: functions.php:4384
563
  #, fuzzy
564
  #| msgid "Thank you for your feedback. We will be in touch soon"
565
  msgid "Thank you for inquiry. We will get back to you shortly"
566
  msgstr "Danke für Ihr Feedback. Wir melden uns bald"
567
 
568
- #: functions.php:4562 wp-live-chat-support.php:4571
569
  msgid "The Live Chat box is currently disabled on your website due to:"
570
  msgstr ""
571
 
572
  # @ wplivechat
573
- #: functions.php:4563 wp-live-chat-support.php:4572
574
  #, fuzzy
575
  #| msgid "General Settings"
576
  msgid "Business Hours Settings"
577
  msgstr "Generelle Einstellungen"
578
 
579
- #: functions.php:4614
580
  msgid "Edit Profile"
581
  msgstr ""
582
 
583
- #: functions.php:4625 modules/node_server.php:96 modules/node_server.php:878
584
  msgid "Drag Files Here"
585
  msgstr ""
586
 
587
  # @ wplivechat
588
- #: functions.php:4648 functions.php:4693 includes/wplc_custom_fields.php:107
589
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
590
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
591
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
@@ -594,44 +594,55 @@ msgid "Delete"
594
  msgstr "Gelöscht"
595
 
596
  # @ wplivechat
597
- #: functions.php:4649
598
  msgid "Send..."
599
  msgstr "Senden..."
600
 
601
- #: functions.php:4650 functions.php:4695
602
  msgid "Play voice note"
603
  msgstr ""
604
 
605
- #: functions.php:4694
606
  msgid "Save..."
607
  msgstr ""
608
 
609
- #: functions.php:4814 wp-live-chat-support.php:1240
610
- #: wp-live-chat-support.php:2810
611
  msgid "is typing..."
612
  msgstr ""
613
 
614
- #: functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
615
  msgid "An error has occured while fetching the news feed."
616
  msgstr ""
617
 
618
- #: functions.php:4926
619
  msgid "Default"
620
  msgstr ""
621
 
622
- #: functions.php:5229 functions.php:5233
623
  msgid "You do not have permission to perform this action"
624
  msgstr ""
625
 
626
- # @ wplivechat
627
- #: includes/blocks/wplc-chat-box/block.js:44
628
- #, fuzzy
629
- #| msgid "WP Live Chat Support Triggers"
630
- msgid "WP Live Chat Trigger"
631
- msgstr "WP Live Chat Support"
632
-
633
  #: includes/blocks/wplc-chat-box/index.php:30
634
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3997
635
  msgid "Gutenberg Blocks"
636
  msgstr ""
637
 
@@ -689,25 +700,18 @@ msgid "Displays the chosen icon"
689
  msgstr ""
690
 
691
  # @ wplivechat
692
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1248
693
- #: wp-live-chat-support.php:1891
694
  msgid "Type here"
695
  msgstr "Hier eingeben"
696
 
697
  # @ wplivechat
698
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:971
699
  msgid "Live Chat"
700
  msgstr "Live-Chat"
701
 
702
  # @ wplivechat
703
- #: includes/blocks/wplc-inline-chat-box/block.js:13
704
- #, fuzzy
705
- #| msgid "WP Live Chat Support"
706
- msgid "WP Live Chat Box"
707
- msgstr "WP Live Chat Support"
708
-
709
- # @ wplivechat
710
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:972
711
  #, fuzzy
712
  #| msgid "Chat Dashboard"
713
  msgid "Dashboard"
@@ -733,16 +737,16 @@ msgid "Missed"
733
  msgstr "Verpasste Chats"
734
 
735
  # @ wplivechat
736
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:980
737
- #: wp-live-chat-support.php:3439
738
  msgid "History"
739
  msgstr "Historie"
740
 
741
  # @ wplivechat
742
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
743
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
744
- #: wp-live-chat-support.php:984 wp-live-chat-support.php:3485
745
- #: wp-live-chat-support.php:3982
746
  msgid "Offline Messages"
747
  msgstr "Offline-Nachrichten"
748
 
@@ -753,7 +757,7 @@ msgstr ""
753
 
754
  # @ wplivechat
755
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
756
- #: wp-live-chat-support.php:973
757
  msgid "Settings"
758
  msgstr "Einstellungen"
759
 
@@ -837,7 +841,7 @@ msgstr "Benutzer hat das Chat-Fenster geöffnet"
837
 
838
  # @ wplivechat
839
  #: includes/settings_page.php:98 includes/settings_page.php:136
840
- #: wp-live-chat-support.php:3993
841
  msgid "General Settings"
842
  msgstr "Generelle Einstellungen"
843
 
@@ -897,7 +901,7 @@ msgstr ""
897
  msgid "This name will be displayed for all not logged in visitors"
898
  msgstr ""
899
 
900
- #: includes/settings_page.php:177 wp-live-chat-support.php:451
901
  msgid "Guest"
902
  msgstr ""
903
 
@@ -1123,7 +1127,7 @@ msgid ""
1123
  msgstr ""
1124
 
1125
  # @ wplivechat
1126
- #: includes/settings_page.php:381 wp-live-chat-support.php:3994
1127
  #, fuzzy
1128
  #| msgid "Chat Window Settings"
1129
  msgid "Chat Box Settings"
@@ -1214,7 +1218,7 @@ msgstr ""
1214
  msgid "Display a timestamp in the chat window:"
1215
  msgstr "Benutzer hat das Chat-Fenster maximiert"
1216
 
1217
- #: includes/settings_page.php:435 wp-live-chat-support.php:2392
1218
  msgid "Time"
1219
  msgstr ""
1220
 
@@ -1592,7 +1596,7 @@ msgid ""
1592
  msgstr ""
1593
 
1594
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1595
- #: modules/node_server.php:652 wp-live-chat-support.php:2312
1596
  msgid "here"
1597
  msgstr ""
1598
 
@@ -1663,8 +1667,8 @@ msgid "Other text"
1663
  msgstr "Weitere"
1664
 
1665
  # @ wplivechat
1666
- #: includes/settings_page.php:1065 wp-live-chat-support.php:445
1667
- #: wp-live-chat-support.php:1194
1668
  #, fuzzy
1669
  #| msgid "This chat has already been answered by another agent."
1670
  msgid "The chat has been ended by the agent."
@@ -1856,12 +1860,12 @@ msgstr ""
1856
  msgid "Add New"
1857
  msgstr "Agenten"
1858
 
1859
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1009
1860
  msgid "Custom Fields"
1861
  msgstr ""
1862
 
1863
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1864
- #: wp-live-chat-support.php:2393
1865
  msgid "Type"
1866
  msgstr ""
1867
 
@@ -1870,12 +1874,12 @@ msgid "Content"
1870
  msgstr ""
1871
 
1872
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1873
- #: wp-live-chat-support.php:2396 wp-live-chat-support.php:3379
1874
  msgid "Status"
1875
  msgstr ""
1876
 
1877
  # @ wplivechat
1878
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2589
1879
  msgid "Active"
1880
  msgstr "Aktiv"
1881
 
@@ -1975,8 +1979,8 @@ msgstr ""
1975
  msgid "Custom Field Data"
1976
  msgstr ""
1977
 
1978
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1008
1979
- #: wp-live-chat-support.php:3968
1980
  msgid "Triggers"
1981
  msgstr ""
1982
 
@@ -2052,7 +2056,7 @@ msgid "Enable Trigger"
2052
  msgstr ""
2053
 
2054
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
2055
- #: wp-live-chat-support.php:4698
2056
  msgid "Close"
2057
  msgstr ""
2058
 
@@ -2192,7 +2196,7 @@ msgid "Select Department"
2192
  msgstr ""
2193
 
2194
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2195
- #: wp-live-chat-support.php:3970
2196
  msgid "ROI Goals"
2197
  msgstr ""
2198
 
@@ -2555,7 +2559,7 @@ msgstr "Haupeinstellungen"
2555
 
2556
  # @ wplivechat
2557
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2558
- #: wp-live-chat-support.php:3983
2559
  #, fuzzy
2560
  #| msgid "View Chat History"
2561
  msgid "Chat History"
@@ -2608,23 +2612,23 @@ msgstr "Support"
2608
  msgid "This cannot be undone"
2609
  msgstr ""
2610
 
2611
- #: modules/advanced_tools.php:192
2612
  msgid "Import Failed - Could Not Process File"
2613
  msgstr ""
2614
 
2615
- #: modules/advanced_tools.php:206
2616
  msgid "Import Failed - Could Not Find File"
2617
  msgstr ""
2618
 
2619
  # @ wplivechat
2620
- #: modules/advanced_tools.php:218
2621
  #, fuzzy
2622
  #| msgid "complete"
2623
  msgid "Import Complete"
2624
  msgstr "Beendet"
2625
 
2626
  # @ wplivechat
2627
- #: modules/advanced_tools.php:226
2628
  #, fuzzy
2629
  #| msgid "Your settings have been saved."
2630
  msgid "Thank you, all settings have been updated"
@@ -2707,7 +2711,7 @@ msgid "Data retention purpose"
2707
  msgstr ""
2708
 
2709
  # @ wplivechat
2710
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:392
2711
  #, fuzzy
2712
  #| msgid "Support"
2713
  msgid "Chat/Support"
@@ -2779,8 +2783,8 @@ msgid "Download Chat (%%CID%%)"
2779
  msgstr "WP Live Chat Historie"
2780
 
2781
  # @ wplivechat
2782
- #: modules/gdpr.php:162 wp-live-chat-support.php:4240
2783
- #: wp-live-chat-support.php:4300
2784
  msgid "Chat ID"
2785
  msgstr "Chat-Box"
2786
 
@@ -2807,7 +2811,7 @@ msgstr ""
2807
  "zum Zweck von %%PURPOSE%% für die Dauer von %%PERIOD%% Day bearbeitet wird "
2808
  "(s) gemäß der GDPR."
2809
 
2810
- #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:588
2811
  msgid "Privacy Policy"
2812
  msgstr ""
2813
 
@@ -2892,11 +2896,11 @@ msgstr ""
2892
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2893
  msgstr ""
2894
 
2895
- #: modules/gdpr.php:636
2896
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2897
  msgstr ""
2898
 
2899
- #: modules/gdpr.php:668
2900
  msgid "Pro data will also be removed as a part of this automatic process."
2901
  msgstr ""
2902
 
@@ -2925,7 +2929,7 @@ msgid "Active visitors"
2925
  msgstr "Live-Chat"
2926
 
2927
  # @ wplivechat
2928
- #: modules/node_server.php:100 wp-live-chat-support.php:1856
2929
  #, fuzzy
2930
  msgid "Minimize Chat"
2931
  msgstr "Chat-Fenster öffnen"
@@ -2945,7 +2949,7 @@ msgid "Invite Department"
2945
  msgstr "Chat freigegeben"
2946
 
2947
  #: modules/node_server.php:111 modules/node_server.php:881
2948
- #: modules/node_server.php:885 wp-live-chat-support.php:4042
2949
  msgid "Direct User To Page"
2950
  msgstr ""
2951
 
@@ -2965,7 +2969,7 @@ msgstr "Live-Chat starten"
2965
 
2966
  # @ wplivechat
2967
  #: modules/node_server.php:115 modules/node_server.php:883
2968
- #: wp-live-chat-support.php:2601
2969
  msgid "End chat"
2970
  msgstr "Chat beenden"
2971
 
@@ -3036,7 +3040,7 @@ msgstr "Kontaktieren Sie uns"
3036
 
3037
  # @ wplivechat
3038
  #: modules/node_server.php:185 modules/node_server.php:893
3039
- #: wp-live-chat-support.php:2391
3040
  msgid "Visitor"
3041
  msgstr "Besucher auf der Seite"
3042
 
@@ -3103,7 +3107,7 @@ msgstr ""
3103
  msgid "Only chat agents can access this page."
3104
  msgstr "Sie haben einen eingehenden Chat."
3105
 
3106
- #: modules/node_server.php:594 wp-live-chat-support.php:4696
3107
  msgid "Sending transcript..."
3108
  msgstr ""
3109
 
@@ -3114,11 +3118,11 @@ msgstr ""
3114
  msgid "Chat Transcript"
3115
  msgstr "Chat-Fenster Einstellungen"
3116
 
3117
- #: modules/node_server.php:597 wp-live-chat-support.php:4699
3118
  msgid "The chat transcript has been emailed."
3119
  msgstr ""
3120
 
3121
- #: modules/node_server.php:598 wp-live-chat-support.php:4700
3122
  msgid "There was a problem emailing the chat."
3123
  msgstr ""
3124
 
@@ -3139,11 +3143,11 @@ msgstr ""
3139
  msgid "User received notification:"
3140
  msgstr ""
3141
 
3142
- #: modules/node_server.php:684 wp-live-chat-support.php:2183
3143
  msgid "New chat received"
3144
  msgstr ""
3145
 
3146
- #: modules/node_server.php:685 wp-live-chat-support.php:2185
3147
  msgid ""
3148
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
3149
  "chat"
@@ -3172,11 +3176,11 @@ msgstr ""
3172
  msgid "Show me!"
3173
  msgstr ""
3174
 
3175
- #: modules/node_server.php:803 wp-live-chat-support.php:4667
3176
  msgid "Don't Show This Again"
3177
  msgstr ""
3178
 
3179
- #: modules/node_server.php:870 wp-live-chat-support.php:419
3180
  msgid "Connecting..."
3181
  msgstr ""
3182
 
@@ -3258,7 +3262,7 @@ msgstr "Einstellungen"
3258
  msgid "Webhooks"
3259
  msgstr ""
3260
 
3261
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3969
3262
  msgid "Web Hooks"
3263
  msgstr ""
3264
 
@@ -3324,357 +3328,357 @@ msgstr "Einstellungen speichern"
3324
  msgid "Are you sure you want to delete this webhook?"
3325
  msgstr ""
3326
 
3327
- #: wp-live-chat-support.php:363
3328
  msgid "close"
3329
  msgstr ""
3330
 
3331
  # @ wplivechat
3332
- #: wp-live-chat-support.php:383
3333
  #, fuzzy
3334
  #| msgid "Via WP Live Chat Support"
3335
  msgid "Thank you for chatting with us."
3336
  msgstr "WP Live Chat Support"
3337
 
3338
  # @ wplivechat
3339
- #: wp-live-chat-support.php:408 wp-live-chat-support.php:1924
3340
  msgid "Questions?"
3341
  msgstr "Fragen?"
3342
 
3343
  # @ wplivechat
3344
- #: wp-live-chat-support.php:409 wp-live-chat-support.php:1925
3345
  msgid "Chat with us"
3346
  msgstr "Chatten Sie mit uns!"
3347
 
3348
  # @ wplivechat
3349
- #: wp-live-chat-support.php:410
3350
  msgid "Start live chat"
3351
  msgstr "Live-Chat starten"
3352
 
3353
- #: wp-live-chat-support.php:411
3354
  msgid "Complete the fields below to proceed."
3355
  msgstr ""
3356
 
3357
  # @ wplivechat
3358
- #: wp-live-chat-support.php:412
3359
  msgid "Chat offline. Leave a message"
3360
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
3361
 
3362
- #: wp-live-chat-support.php:413
3363
  msgid ""
3364
  "We are currently offline. Please leave a message and we'll get back to you "
3365
  "shortly."
3366
  msgstr ""
3367
 
3368
- #: wp-live-chat-support.php:414
3369
  msgid "Sending message..."
3370
  msgstr ""
3371
 
3372
  # @ wplc
3373
- #: wp-live-chat-support.php:415
3374
  msgid "Thank you for your message. We will be in contact soon."
3375
  msgstr "Danke für Ihr Feedback. Wir melden uns bald"
3376
 
3377
  # @ wplivechat
3378
- #: wp-live-chat-support.php:416
3379
  msgid "Leave a message"
3380
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
3381
 
3382
- #: wp-live-chat-support.php:417
3383
  msgid "Send message"
3384
  msgstr ""
3385
 
3386
  # @ wplivechat
3387
- #: wp-live-chat-support.php:418
3388
  msgid "Start Chat"
3389
  msgstr "Chat starten"
3390
 
3391
  # @ wplivechat
3392
- #: wp-live-chat-support.php:420 wp-live-chat-support.php:2065
3393
- #: wp-live-chat-support.php:2112
3394
  msgid "Reactivating your previous chat..."
3395
  msgstr "Der vorherige Chat wird reaktiviert..."
3396
 
3397
  # @ wplivechat
3398
- #: wp-live-chat-support.php:450
3399
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3400
  msgstr ""
3401
  "Bitte klicken Sie 'Starte Chat', um einen Chat mit einem Agenten zu "
3402
  "initiieren"
3403
 
3404
  # @ wplivechat
3405
- #: wp-live-chat-support.php:453
3406
  #, fuzzy
3407
  #| msgid "There is No Answer. Please Try Again Later"
3408
  msgid "No answer. Try again later."
3409
  msgstr "Keine Antwort. Bitte versuchen Sie es später erneut."
3410
 
3411
- #: wp-live-chat-support.php:454
3412
  msgid "Welcome. How may I help you?"
3413
  msgstr ""
3414
 
3415
- #: wp-live-chat-support.php:458
3416
  msgid "Please standby for an agent. Send your message while you wait."
3417
  msgstr ""
3418
 
3419
- #: wp-live-chat-support.php:689
3420
  msgid ""
3421
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3422
  "no longer needed, please uninstall it."
3423
  msgstr ""
3424
 
3425
  # @ wplivechat
3426
- #: wp-live-chat-support.php:981 wp-live-chat-support.php:3466
3427
  msgid "Missed Chats"
3428
  msgstr "Verpasste Chats"
3429
 
3430
  # @ wplivechat
3431
- #: wp-live-chat-support.php:989 wp-live-chat-support.php:3958
3432
  msgid "Support"
3433
  msgstr "Support"
3434
 
3435
  # @ wplivechat
3436
- #: wp-live-chat-support.php:1191
3437
  #, fuzzy
3438
  #| msgid "Leave a message"
3439
  msgid "Please Enter Your Name"
3440
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
3441
 
3442
  # @ wplivechat
3443
- #: wp-live-chat-support.php:1192
3444
  #, fuzzy
3445
  #| msgid "Leave a message"
3446
  msgid "Please Enter Your Email Address"
3447
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
3448
 
3449
- #: wp-live-chat-support.php:1193
3450
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3451
  msgstr ""
3452
 
3453
  # @ wplivechat
3454
- #: wp-live-chat-support.php:1195
3455
  #, fuzzy
3456
  #| msgid "Leave a message"
3457
  msgid "Please Enter a Message"
3458
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
3459
 
3460
- #: wp-live-chat-support.php:1196
3461
  msgid "Disconnected, Attempting to Reconnect..."
3462
  msgstr ""
3463
 
3464
  # @ wplivechat
3465
- #: wp-live-chat-support.php:1243
3466
  #, fuzzy
3467
  #| msgid "User has opened the chat window"
3468
  msgid "has joined."
3469
  msgstr "Benutzer hat das Chat-Fenster geöffnet"
3470
 
3471
- #: wp-live-chat-support.php:1244
3472
  msgid "has left."
3473
  msgstr ""
3474
 
3475
  # @ wplivechat
3476
- #: wp-live-chat-support.php:1245
3477
  #, fuzzy
3478
  #| msgid "User has opened the chat window"
3479
  msgid "has ended the chat."
3480
  msgstr "Benutzer hat das Chat-Fenster geöffnet"
3481
 
3482
- #: wp-live-chat-support.php:1246
3483
  msgid "has disconnected."
3484
  msgstr ""
3485
 
3486
- #: wp-live-chat-support.php:1247
3487
  msgid "(edited)"
3488
  msgstr ""
3489
 
3490
  # @ wplivechat
3491
- #: wp-live-chat-support.php:1638 wp-live-chat-support.php:1657
3492
  msgid "Start chat"
3493
  msgstr "Chat starten"
3494
 
3495
  # @ wplivechat
3496
- #: wp-live-chat-support.php:1903 wp-live-chat-support.php:2672
3497
  msgid "Send"
3498
  msgstr "Senden"
3499
 
3500
- #: wp-live-chat-support.php:2308
3501
  msgid "Congratulations"
3502
  msgstr ""
3503
 
3504
  # @ wplivechat
3505
- #: wp-live-chat-support.php:2309
3506
  msgid "You are now accepting live chat requests on your site."
3507
  msgstr "Sie haben keine Chat-Anfragen verpasst."
3508
 
3509
- #: wp-live-chat-support.php:2310
3510
  msgid "The live chat box has automatically been enabled."
3511
  msgstr ""
3512
 
3513
- #: wp-live-chat-support.php:2311
3514
  msgid "Chat notifications will start appearing once visitors send a request."
3515
  msgstr ""
3516
 
3517
- #: wp-live-chat-support.php:2312
3518
  #, php-format
3519
  msgid "You may modify your chat box settings %s"
3520
  msgstr ""
3521
 
3522
- #: wp-live-chat-support.php:2313
3523
  msgid "Experiencing issues?"
3524
  msgstr ""
3525
 
3526
- #: wp-live-chat-support.php:2313
3527
  msgid "Take a look at our how-to guides."
3528
  msgstr ""
3529
 
3530
  # @ wplivechat
3531
- #: wp-live-chat-support.php:2314
3532
  msgid "Hide"
3533
  msgstr "Chat verstecken"
3534
 
3535
- #: wp-live-chat-support.php:2371
3536
  msgid "Keep this window open to get notified of new chats."
3537
  msgstr ""
3538
 
3539
  # @ wplivechat
3540
- #: wp-live-chat-support.php:2377
3541
  #, fuzzy
3542
  #| msgid "Visitors online"
3543
  msgid "Visitor(s) online"
3544
  msgstr "Besucher auf der Seite"
3545
 
3546
- #: wp-live-chat-support.php:2394
3547
  msgid "Device"
3548
  msgstr ""
3549
 
3550
- #: wp-live-chat-support.php:2395
3551
  msgid "Data"
3552
  msgstr ""
3553
 
3554
  # @ wplivechat
3555
- #: wp-live-chat-support.php:2428
3556
  msgid "Chat Dashboard"
3557
  msgstr "Chat freigegeben"
3558
 
3559
- #: wp-live-chat-support.php:2431
3560
  msgid "Oh no!"
3561
  msgstr ""
3562
 
3563
  # @ wplivechat
3564
- #: wp-live-chat-support.php:2433
3565
  #, fuzzy, php-format
3566
  #| msgid "Only chat agents can accept chats"
3567
  msgid "You do not have access to this page as %s."
3568
  msgstr "Sie haben einen eingehenden Chat."
3569
 
3570
  # @ wplivechat
3571
- #: wp-live-chat-support.php:2433
3572
  #, fuzzy
3573
  #| msgid "You have not missed any chat requests."
3574
  msgid "you are not a chat agent"
3575
  msgstr "Sie haben keine Chat-Anfragen verpasst."
3576
 
3577
  # @ wplivechat
3578
- #: wp-live-chat-support.php:2587
3579
  msgid "Previous"
3580
  msgstr "Vorherig"
3581
 
3582
  # @ wplivechat
3583
- #: wp-live-chat-support.php:2594
3584
  msgid "Chat with"
3585
  msgstr "Chatten mit"
3586
 
3587
  # @ wplivechat
3588
- #: wp-live-chat-support.php:2611
3589
  #, fuzzy
3590
  #| msgid "Start live chat"
3591
  msgid "Starting Time:"
3592
  msgstr "Live-Chat starten"
3593
 
3594
  # @ wplivechat
3595
- #: wp-live-chat-support.php:2612
3596
  #, fuzzy
3597
  #| msgid "Start live chat"
3598
  msgid "Ending Time:"
3599
  msgstr "Live-Chat starten"
3600
 
3601
  # @ wplivechat
3602
- #: wp-live-chat-support.php:2632
3603
  msgid "Chat initiated on:"
3604
  msgstr "Chat-Benachrichtigungen"
3605
 
3606
  # @ wplivechat
3607
- #: wp-live-chat-support.php:2633
3608
  msgid "Browser:"
3609
  msgstr "Browser:"
3610
 
3611
  # @ wplivechat
3612
- #: wp-live-chat-support.php:2659 wp-live-chat-support.php:2698
3613
  #, fuzzy
3614
  #| msgid "Chat ID"
3615
  msgid "Invalid Chat ID"
3616
  msgstr "Chat-Box"
3617
 
3618
  # @ wplivechat
3619
- #: wp-live-chat-support.php:2667
3620
  msgid "type here..."
3621
  msgstr "antworten Sie hier ..."
3622
 
3623
  # @ wplivechat
3624
- #: wp-live-chat-support.php:2825
3625
  msgid "User has opened the chat window"
3626
  msgstr "Benutzer hat das Chat-Fenster geöffnet"
3627
 
3628
  # @ wplivechat
3629
- #: wp-live-chat-support.php:2826
3630
  msgid "User has minimized the chat window"
3631
  msgstr "Benutzer hat das Chat-Fenster minimiert"
3632
 
3633
  # @ wplivechat
3634
- #: wp-live-chat-support.php:2827
3635
  msgid "User has maximized the chat window"
3636
  msgstr "Benutzer hat das Chat-Fenster maximiert"
3637
 
3638
- #: wp-live-chat-support.php:2828
3639
  msgid "The chat has been ended"
3640
  msgstr ""
3641
 
3642
  # @ wplivechat
3643
- #: wp-live-chat-support.php:3369
3644
  msgid "Delete History"
3645
  msgstr "Historie"
3646
 
3647
  # @ wplivechat
3648
- #: wp-live-chat-support.php:3386
3649
  msgid "No chats available at the moment"
3650
  msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
3651
 
3652
  # @ wplivechat
3653
- #: wp-live-chat-support.php:3506
3654
  msgid "Actions"
3655
  msgstr "Aktiv"
3656
 
3657
  # @ wplivechat
3658
- #: wp-live-chat-support.php:3520
3659
  msgid "You have not received any offline messages."
3660
  msgstr "Sie haben keine Chat-Anfragen verpasst."
3661
 
3662
  # @ wplivechat
3663
- #: wp-live-chat-support.php:3528
3664
  msgid "Delete Message"
3665
  msgstr "Offline-Nachrichten"
3666
 
3667
- #: wp-live-chat-support.php:3637
3668
  msgid "You do not have permission to save settings."
3669
  msgstr ""
3670
 
3671
  # @ wplivechat
3672
- #: wp-live-chat-support.php:3903
3673
  msgid "Your settings have been saved."
3674
  msgstr "Ihre Einstellungen wurden gespeichert."
3675
 
3676
  # @ wplivechat
3677
- #: wp-live-chat-support.php:3932
3678
  #, fuzzy
3679
  #| msgid ""
3680
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
@@ -3691,7 +3695,7 @@ msgstr ""
3691
  "aktiviert zu bekommen."
3692
 
3693
  # @ wplivechat
3694
- #: wp-live-chat-support.php:3938
3695
  #, fuzzy
3696
  #| msgid ""
3697
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
@@ -3707,338 +3711,322 @@ msgstr ""
3707
  "kontaktieren Sie Ihr Hoster um den abgesicherten Modus zu deaktivieren."
3708
 
3709
  # @ wplivechat
3710
- #: wp-live-chat-support.php:3961 wp-live-chat-support.php:3965
3711
  #, fuzzy
3712
  #| msgid "Advanced settings"
3713
  msgid "Plugin Features"
3714
  msgstr "Erweiterte Information"
3715
 
3716
- #: wp-live-chat-support.php:3963
3717
  msgid ""
3718
  "Check out these features and get up to speed with what you can do with WP "
3719
  "Live Chat:"
3720
  msgstr ""
3721
 
3722
- #: wp-live-chat-support.php:3966
3723
  msgid "Reporting"
3724
  msgstr ""
3725
 
3726
- #: wp-live-chat-support.php:3967
3727
  msgid "Localization"
3728
  msgstr ""
3729
 
3730
  # @ wplivechat
3731
- #: wp-live-chat-support.php:3975
3732
  #, fuzzy
3733
  #| msgid "Chat Agents"
3734
  msgid "Chat FAQs"
3735
  msgstr "Agenten"
3736
 
3737
- #: wp-live-chat-support.php:3977
3738
  msgid ""
3739
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3740
  "agents:"
3741
  msgstr ""
3742
 
3743
  # @ wplivechat
3744
- #: wp-live-chat-support.php:3979
3745
  #, fuzzy
3746
  #| msgid "Chat with us"
3747
  msgid "Chat with Visitors"
3748
  msgstr "Chatten Sie mit uns!"
3749
 
3750
  # @ wplivechat
3751
- #: wp-live-chat-support.php:3980
3752
  #, fuzzy
3753
  #| msgid "Chat Agents"
3754
  msgid "Chat with Agents"
3755
  msgstr "Agenten"
3756
 
3757
  # @ wplivechat
3758
- #: wp-live-chat-support.php:3984
3759
  #, fuzzy
3760
  #| msgid "Chat Agents"
3761
  msgid "Chat Invites"
3762
  msgstr "Agenten"
3763
 
3764
  # @ wplivechat
3765
- #: wp-live-chat-support.php:3989
3766
  #, fuzzy
3767
  #| msgid "Settings"
3768
  msgid "Settings & Customization"
3769
  msgstr "Einstellungen"
3770
 
3771
- #: wp-live-chat-support.php:3991
3772
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3773
  msgstr ""
3774
 
3775
  # @ wplivechat
3776
- #: wp-live-chat-support.php:3995
3777
  #, fuzzy
3778
  #| msgid "Chat Window Settings"
3779
  msgid "Agent Settings"
3780
  msgstr "Chat-Fenster Einstellungen"
3781
 
3782
  # @ wplivechat
3783
- #: wp-live-chat-support.php:4002
3784
  msgid "Troubleshooting"
3785
  msgstr "Fehlerbehebung"
3786
 
3787
- #: wp-live-chat-support.php:4004
3788
  msgid ""
3789
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3790
  "issues:"
3791
  msgstr ""
3792
 
3793
- #: wp-live-chat-support.php:4006
3794
  msgid "My Chat Box Is Not Showing"
3795
  msgstr ""
3796
 
3797
  # @ wplivechat
3798
- #: wp-live-chat-support.php:4007
3799
  #, fuzzy
3800
  #| msgid "I'm not getting any notifications of a new chat"
3801
  msgid "Not Receiving Notifications of New Chats"
3802
  msgstr "Ich erhalte keine Benachrichtigungen über einem neuen Chat"
3803
 
3804
  # @ wplivechat
3805
- #: wp-live-chat-support.php:4008
3806
- #, fuzzy
3807
- #| msgid "The chat window never goes offline"
3808
- msgid "The Chat Box Never Goes Offline"
3809
- msgstr "Das Chat-Fenster geht nie offline"
3810
-
3811
- # @ wplivechat
3812
- #: wp-live-chat-support.php:4009
3813
- #, fuzzy
3814
- #| msgid "This chat has already been answered by another agent."
3815
- msgid "Chat Has Already Been Answered"
3816
- msgstr ""
3817
- "Dieser Chat wurde bereits beantwortet. Bitte schließen Sie dieses Chat-"
3818
- "Fenster."
3819
-
3820
- # @ wplivechat
3821
- #: wp-live-chat-support.php:4010
3822
  #, fuzzy
3823
  #| msgid "How do I check for JavaScript errors on my site?"
3824
  msgid "Check for JavaScript Errors"
3825
  msgstr "Wie überprüfe ich auf JavaScript-Fehler auf meiner Website?"
3826
 
3827
  # @ wplivechat
3828
- #: wp-live-chat-support.php:4038
3829
  msgid "Initiate Chats"
3830
  msgstr "Live-Chat"
3831
 
3832
  # @ wplivechat
3833
- #: wp-live-chat-support.php:4039
3834
  msgid "Multiple Chats"
3835
  msgstr "Mehrere Agenten"
3836
 
3837
- #: wp-live-chat-support.php:4040
3838
  msgid "Add unlimited agents"
3839
  msgstr ""
3840
 
3841
  # @ wplivechat
3842
- #: wp-live-chat-support.php:4041
3843
  #, fuzzy
3844
  #| msgid "Total Chats"
3845
  msgid "Transfer Chats"
3846
  msgstr "Chat starten"
3847
 
3848
- #: wp-live-chat-support.php:4060
3849
  #, php-format
3850
  msgid "Thank you for using %s! Please %s on %s"
3851
  msgstr ""
3852
 
3853
- #: wp-live-chat-support.php:4060
3854
  msgid "rate us"
3855
  msgstr ""
3856
 
3857
- #: wp-live-chat-support.php:4241 wp-live-chat-support.php:4301
3858
  msgid "From"
3859
  msgstr ""
3860
 
3861
- #: wp-live-chat-support.php:4243 wp-live-chat-support.php:4303
3862
  msgid "Timestamp"
3863
  msgstr ""
3864
 
3865
- #: wp-live-chat-support.php:4244 wp-live-chat-support.php:4304
3866
  msgid "Origin"
3867
  msgstr ""
3868
 
3869
- #: wp-live-chat-support.php:4249 wp-live-chat-support.php:4309
3870
  msgid "user"
3871
  msgstr ""
3872
 
3873
  # @ wplivechat
3874
- #: wp-live-chat-support.php:4251 wp-live-chat-support.php:4311
3875
  msgid "agent"
3876
  msgstr "Agenten"
3877
 
3878
  # @ wplivechat
3879
- #: wp-live-chat-support.php:4406
3880
  msgid "Advanced settings"
3881
  msgstr "Erweiterte Information"
3882
 
3883
- #: wp-live-chat-support.php:4413
3884
  msgid "Only change these settings if you are experiencing performance issues."
3885
  msgstr ""
3886
 
3887
- #: wp-live-chat-support.php:4420
3888
  msgid "Website hosting type:"
3889
  msgstr ""
3890
 
3891
  # @ wplivechat
3892
- #: wp-live-chat-support.php:4424
3893
  #, fuzzy
3894
  #| msgid "Colour Scheme"
3895
  msgid "Custom parameters"
3896
  msgstr "Farbschema 1"
3897
 
3898
- #: wp-live-chat-support.php:4425
3899
  msgid "Shared hosting - low level plan"
3900
  msgstr ""
3901
 
3902
- #: wp-live-chat-support.php:4426
3903
  msgid "Shared hosting - normal plan"
3904
  msgstr ""
3905
 
3906
- #: wp-live-chat-support.php:4427
3907
  msgid "VPS"
3908
  msgstr ""
3909
 
3910
- #: wp-live-chat-support.php:4428
3911
  msgid "Dedicated server"
3912
  msgstr ""
3913
 
3914
- #: wp-live-chat-support.php:4434
3915
  msgid "Long poll setup"
3916
  msgstr ""
3917
 
3918
- #: wp-live-chat-support.php:4434
3919
  msgid ""
3920
  "Only change these if you are an experienced developer or if you have "
3921
  "received these figures from the WP Live Chat by 3CX team."
3922
  msgstr ""
3923
 
3924
  # @ wplivechat
3925
- #: wp-live-chat-support.php:4439
3926
  msgid "Iterations"
3927
  msgstr "Aktion"
3928
 
3929
- #: wp-live-chat-support.php:4443
3930
  msgid "Sleep between loops"
3931
  msgstr ""
3932
 
3933
- #: wp-live-chat-support.php:4446
3934
  msgid "milliseconds"
3935
  msgstr ""
3936
 
3937
  # @ wplivechat
3938
- #: wp-live-chat-support.php:4469
3939
  #, fuzzy
3940
  #| msgid "Powered By WP Live Chat Support"
3941
  msgid "Show 'Powered by' in chat box"
3942
  msgstr "WP Live Chat Support"
3943
 
3944
- #: wp-live-chat-support.php:4469
3945
  msgid ""
3946
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3947
  "bottom of your chatbox."
3948
  msgstr ""
3949
 
3950
  # @ wplivechat
3951
- #: wp-live-chat-support.php:4511
3952
  #, fuzzy
3953
  #| msgid "Powered By WP Live Chat Support"
3954
  msgid "Powered by WP Live Chat by 3CX"
3955
  msgstr "WP Live Chat Support"
3956
 
3957
- #: wp-live-chat-support.php:4665
3958
  msgid ""
3959
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3960
  msgstr ""
3961
 
3962
- #: wp-live-chat-support.php:4666
3963
  msgid ""
3964
  "Please add an SSL certificate to your site to continue receiving chat "
3965
  "notifications in your browser."
3966
  msgstr ""
3967
 
3968
- #: wp-live-chat-support.php:4679
3969
  msgid ""
3970
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3971
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3972
  msgstr ""
3973
 
3974
- #: wp-live-chat-support.php:4686
3975
  msgid "Email transcript to user"
3976
  msgstr ""
3977
 
3978
- #: wp-live-chat-support.php:4697
3979
  msgid "Sending Transcript"
3980
  msgstr ""
3981
 
3982
- #: wp-live-chat-support.php:4771
3983
  #, php-format
3984
  msgid "Your chat transcript from %1$s"
3985
  msgstr ""
3986
 
3987
  # @ wplivechat
3988
- #: wp-live-chat-support.php:4862
3989
  #, fuzzy
3990
  #| msgid "Chat Window Settings"
3991
  msgid "Chat Transcript Settings"
3992
  msgstr "Chat-Fenster Einstellungen"
3993
 
3994
- #: wp-live-chat-support.php:4865
3995
  msgid "Enable chat transcripts:"
3996
  msgstr ""
3997
 
3998
- #: wp-live-chat-support.php:4873
3999
  msgid "Send transcripts to:"
4000
  msgstr ""
4001
 
4002
  # @ wplivechat
4003
- #: wp-live-chat-support.php:4880
4004
  #, fuzzy
4005
  msgid "User"
4006
  msgstr "Lieber Pro Benutzer,"
4007
 
4008
- #: wp-live-chat-support.php:4891
4009
  msgid "Send transcripts when chat ends:"
4010
  msgstr ""
4011
 
4012
  # @ wplivechat
4013
- #: wp-live-chat-support.php:4899
4014
  #, fuzzy
4015
  #| msgid "Email"
4016
  msgid "Email body"
4017
  msgstr "E-Mail"
4018
 
4019
  # @ wplivechat
4020
- #: wp-live-chat-support.php:4909
4021
  #, fuzzy
4022
  #| msgid "Email Address"
4023
  msgid "Email header"
4024
  msgstr "E-Mail Adresse"
4025
 
4026
- #: wp-live-chat-support.php:4918
4027
  msgid "Email footer"
4028
  msgstr ""
4029
 
4030
- #: wp-live-chat-support.php:4994
4031
  msgid ""
4032
  "Please note, local message encryption and local server options will be "
4033
  "deprecated in the next major release. All encryption and message delivery "
4034
  "will handled by our external servers in future."
4035
  msgstr ""
4036
 
4037
- #: wp-live-chat-support.php:4997
4038
  msgid "Deprecation Notice - Message Encryption & Local Server"
4039
  msgstr ""
4040
 
4041
- #: wp-live-chat-support.php:4999
4042
  msgid "Dismiss"
4043
  msgstr ""
4044
 
@@ -4061,9 +4049,35 @@ msgid ""
4061
  msgstr ""
4062
 
4063
  #. Author of the plugin/theme
4064
- msgid "wordpress3cx"
4065
  msgstr ""
4066
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4067
  # @ wplivechat
4068
  #, fuzzy
4069
  #~| msgid "requesting chat"
@@ -4330,12 +4344,6 @@ msgstr ""
4330
  #~ msgid "Welcome to WP Live Chat Support v8"
4331
  #~ msgstr "WP Live Chat Support"
4332
 
4333
- # @ wplivechat
4334
- #, fuzzy
4335
- #~| msgid "You are not accepting chats"
4336
- #~ msgid "Skip intro and start accepting chats"
4337
- #~ msgstr "Sie haben einen eingehenden Chat."
4338
-
4339
  # @ wplivechat
4340
  #, fuzzy
4341
  #~| msgid "Welcome to "
@@ -4529,10 +4537,6 @@ msgstr ""
4529
  #~ msgid "Visitors on site"
4530
  #~ msgstr "Besucher auf der Seite"
4531
 
4532
- # @ wplivechat
4533
- #~ msgid "No visitors on-line at the moment"
4534
- #~ msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
4535
-
4536
  # @ wplivechat
4537
  #~ msgid "No chat sessions available at the moment"
4538
  #~ msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
+ "POT-Creation-Date: 2019-10-17 11:29+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:29+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
19
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
25
+ #: wp-live-chat-support.php:4864
26
  msgid "Admin"
27
  msgstr "Admin"
28
 
70
  msgstr "Chat beenden"
71
 
72
  # @ wplivechat
73
+ #: functions.php:1021
74
  msgid "complete"
75
  msgstr "Beendet"
76
 
77
  # @ wplivechat
78
+ #: functions.php:1024
79
  msgid "pending"
80
  msgstr "in Warteschleife"
81
 
82
  # @ wplivechat
83
+ #: functions.php:1027
84
  msgid "active"
85
  msgstr "Aktiv"
86
 
87
  # @ wplivechat
88
+ #: functions.php:1030
89
  msgid "deleted"
90
  msgstr "Gelöscht"
91
 
92
  # @ wplivechat
93
+ #: functions.php:1033
94
  msgid "browsing"
95
  msgstr "surft"
96
 
97
  # @ wplivechat
98
+ #: functions.php:1036
99
  msgid "requesting chat"
100
  msgstr "Frage Chat an"
101
 
102
  # @ wplivechat
103
+ #: functions.php:1039
104
  msgid "Chat Ended - User still browsing"
105
  msgstr "Chat beendet - Benutzer surft noch"
106
 
107
  # @ wplivechat
108
+ #: functions.php:1042
109
  msgid "User is browsing but doesn't want to chat"
110
  msgstr "Benutzer surft aber will nicht chatten"
111
 
112
  # @ wplivechat
113
+ #: functions.php:1181 includes/settings_page.php:774
114
  msgid "WP Live Chat by 3CX - Offline Message from "
115
  msgstr "WP Live Chat von 3CX - Offline-Nachricht von"
116
 
117
  # @ wplivechat
118
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
119
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
120
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
121
  #: includes/wplc_roi.php:160 modules/node_server.php:81
122
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
123
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
124
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
125
  msgid "Name"
126
  msgstr "Name"
127
 
128
  # @ wplivechat
129
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
130
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
131
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
132
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
133
  msgid "Email"
134
  msgstr "E-Mail"
135
 
136
  # @ wplivechat
137
+ #: functions.php:1184 wp-live-chat-support.php:1782
138
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
139
+ #: wp-live-chat-support.php:4281
140
  msgid "Message"
141
  msgstr "Offline-Nachrichten"
142
 
143
  # @ wplivechat
144
+ #: functions.php:1185
145
  #, fuzzy
146
  #| msgid "Via WP Live Chat Support"
147
  msgid "Via WP Live Chat by 3CX"
148
  msgstr "WP Live Chat Support"
149
 
150
+ #: functions.php:1484 wp-live-chat-support.php:3313
151
  msgid "Error: Could not delete chat"
152
  msgstr ""
153
 
154
  # @ wplivechat
155
+ #: functions.php:1486 wp-live-chat-support.php:3317
156
  msgid "Chat Deleted"
157
  msgstr "Chat freigegeben"
158
 
159
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
160
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
161
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
162
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
164
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
165
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
166
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
167
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
168
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
169
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
170
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
171
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
172
+ #: wp-live-chat-support.php:4191
173
  msgid "You do not have permission do perform this action"
174
  msgstr ""
175
 
176
+ #: functions.php:1495 wp-live-chat-support.php:3326
177
  msgid "Are you sure you would like to delete this chat?"
178
  msgstr ""
179
 
180
  # @ wplivechat
181
+ #: functions.php:1496 includes/settings_page.php:142
182
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
183
  msgid "Yes"
184
  msgstr "Ja"
185
 
186
  # @ wplivechat
187
+ #: functions.php:1496 includes/settings_page.php:143
188
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
189
  msgid "No"
190
  msgstr "Nein"
191
 
192
  # @ wplivechat
193
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
194
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
195
+ #: wp-live-chat-support.php:3483
196
  msgid "Date"
197
  msgstr "Datum"
198
 
199
  # @ wplivechat
200
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
201
  msgid "URL"
202
  msgstr "URL"
203
 
204
  # @ wplivechat
205
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
206
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
207
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
208
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
209
  msgid "Action"
210
  msgstr "Aktiv"
211
 
212
  # @ wplivechat
213
+ #: functions.php:1523
214
  msgid "You have not missed any chat requests."
215
  msgstr "Sie haben keine Chat-Anfragen verpasst."
216
 
217
  # @ wplivechat
218
+ #: functions.php:1530 wp-live-chat-support.php:3381
219
  msgid "View Chat History"
220
  msgstr "WP Live Chat Historie"
221
 
222
  # @ wplivechat
223
+ #: functions.php:1530 wp-live-chat-support.php:3381
224
  msgid "Download Chat History"
225
  msgstr "WP Live Chat Historie"
226
 
227
  # @ wplivechat
228
+ #: functions.php:1724
229
  msgid "Open chat window via"
230
  msgstr "Chat-Fenster öffnen"
231
 
232
+ #: functions.php:1728
233
  msgid "Click"
234
  msgstr ""
235
 
236
+ #: functions.php:1729
237
  msgid "Hover"
238
  msgstr ""
239
 
240
+ #: functions.php:1731
241
  msgid "element with"
242
  msgstr ""
243
 
244
+ #: functions.php:1733
245
  msgid "Class"
246
  msgstr ""
247
 
248
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
249
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
250
  #: includes/wplc_roi.php:159
251
  msgid "ID"
252
  msgstr ""
253
 
254
  # @ wplivechat
255
+ #: functions.php:2005 functions.php:2011 functions.php:2016
256
  #: includes/dashboard_page.php:58 modules/node_server.php:134
257
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
258
  msgid "Quick Responses"
259
  msgstr "Blitzschnelle Antwort zuweisen"
260
 
261
  # @ wplivechat
262
+ #: functions.php:2006 includes/settings_page.php:322
263
  msgid "Quick Response"
264
  msgstr "Blitzschnelle Antwort zuweisen"
265
 
266
  # @ wplivechat
267
+ #: functions.php:2007 functions.php:2010
268
  msgid "New Quick Response"
269
  msgstr "Blitzschnelle Antwort zuweisen"
270
 
271
  # @ wplivechat
272
+ #: functions.php:2008 modules/node_server.php:1031
273
  msgid "Add New Quick Response"
274
  msgstr "Blitzschnelle Antwort zuweisen"
275
 
276
  # @ wplivechat
277
+ #: functions.php:2009
278
  msgid "Edit Quick Response"
279
  msgstr "Blitzschnelle Antwort zuweisen"
280
 
281
  # @ wplivechat
282
+ #: functions.php:2012
283
  msgid "View Quick Responses"
284
  msgstr "Blitzschnelle Antwort zuweisen"
285
 
286
  # @ wplivechat
287
+ #: functions.php:2013
288
  msgid "Search Quick Responses"
289
  msgstr "Was sind die schnellen Antworten?"
290
 
291
  # @ wplivechat
292
+ #: functions.php:2014
293
  msgid "No Quick Responses found"
294
  msgstr "Blitzschnelle Antwort zuweisen"
295
 
296
  # @ wplivechat
297
+ #: functions.php:2015
298
  msgid "No Quick Responses found in the Trash"
299
  msgstr "Fügen Sie blitzschnelle Antworten zu Ihrem Live-Chat"
300
 
301
  # @ wplivechat
302
+ #: functions.php:2020
303
  #, fuzzy
304
  #| msgid "Quick Responses for WP Live Chat Support Pro"
305
  msgid "Quick Responses for WP Live Chat by 3CX"
306
  msgstr "Fügen Sie blitzschnelle Antworten zu Ihrem Live-Chat"
307
 
308
  # @ wplivechat
309
+ #: functions.php:2054
310
  #, fuzzy
311
  #| msgid "Support desk"
312
  msgid "Sort Order"
313
  msgstr "Support"
314
 
315
+ #: functions.php:2090 includes/settings_page.php:331
316
  msgid "Title"
317
  msgstr ""
318
 
319
+ #: functions.php:2091
320
  msgid "Order"
321
  msgstr ""
322
 
323
+ #: functions.php:2092 includes/settings_page.php:1182
324
  msgid "Author"
325
  msgstr ""
326
 
327
  # @ wplivechat
328
+ #: functions.php:2135 wp-live-chat-support.php:461
329
  msgid "Press ENTER to send your message"
330
  msgstr "ENTER drücken um die Nachricht zu senden"
331
 
332
  # @ wplivechat
333
+ #: functions.php:2174 functions.php:2178
334
  msgid "Assign Quick Response"
335
  msgstr "Blitzschnelle Antwort zuweisen"
336
 
337
  # @ wplivechat
338
+ #: functions.php:2181 includes/settings_page.php:1164
339
  msgid "Select"
340
  msgstr "Auswählen"
341
 
342
  # @ wplivechat
343
+ #: functions.php:2187
344
  msgid "What is this?"
345
  msgstr "Chatten Sie mit uns!"
346
 
347
+ #: functions.php:2229
348
  #, php-format
349
  msgid "Incoming chat from %s (%s) on %s"
350
  msgstr ""
351
 
352
+ #: functions.php:2235
353
  #, php-format
354
  msgid "%s (%s) wants to chat with you."
355
  msgstr ""
356
 
357
+ #: functions.php:2240
358
  #, php-format
359
  msgid "Log in: %s"
360
  msgstr ""
361
 
362
  # @ wplivechat
363
+ #: functions.php:2567
364
  #, fuzzy
365
  #| msgid "Chat Agents Online"
366
  msgid "Status (Online)"
367
  msgstr "Aktiver Chat"
368
 
369
+ #: functions.php:2568
370
  msgid "Online"
371
  msgstr ""
372
 
373
  # @ wplivechat
374
+ #: functions.php:2569
375
  #, fuzzy
376
  #| msgid "Offline text"
377
  msgid "Offline"
378
  msgstr "Offline-Text"
379
 
380
+ #: functions.php:2570
381
  msgid "Status (Offline)"
382
  msgstr ""
383
 
384
+ #: functions.php:2581
385
  msgid ""
386
  "You have set your status to offline. To view visitors and accept chats "
387
  "please set your status to online using the switch above."
388
  msgstr ""
389
 
390
+ #: functions.php:2651
391
  msgid "Encryption"
392
  msgstr ""
393
 
394
+ #: functions.php:2657 includes/settings_page.php:1225
395
+ #: wp-live-chat-support.php:3977
396
  msgid "Business Hours"
397
  msgstr ""
398
 
399
  # @ wplivechat
400
+ #: functions.php:2859
401
  msgid "Initiate Chat"
402
  msgstr "Chat starten"
403
 
404
  # @ wplivechat
405
+ #: functions.php:2951
406
  msgid "Attempting to open the chat window... Please be patient."
407
  msgstr "Sie werden mit einem Mitarbeiter verbunden. Bitte um etwas Geduld."
408
 
409
+ #: functions.php:2968
410
  msgid ""
411
  "You are not a chat agent. Please make yourself a chat agent before trying to "
412
  "chat to visitors"
413
  msgstr ""
414
 
415
  # @ wplivechat
416
+ #: functions.php:3163 functions.php:3179 functions.php:3194
417
  msgid "Chat Agent"
418
  msgstr "Aktiver Chat"
419
 
420
+ #: functions.php:3168 functions.php:3184
421
  msgid "Make this user a chat agent"
422
  msgstr ""
423
 
424
+ #: functions.php:3198
425
  msgid "Your user role does not allow you to make yourself a chat agent."
426
  msgstr ""
427
 
428
+ #: functions.php:3199
429
  msgid "Please contact the administrator of this website to change this."
430
  msgstr ""
431
 
432
  # @ wplivechat
433
+ #: functions.php:3218
434
  msgid "This chat has already been answered by another agent."
435
  msgstr ""
436
  "Dieser Chat wurde bereits beantwortet. Bitte schließen Sie dieses Chat-"
437
  "Fenster."
438
 
439
+ #: functions.php:3460 wp-live-chat-support.php:2314
440
  msgid "Agent(s) online"
441
  msgstr ""
442
 
443
  # @ wplivechat
444
+ #: functions.php:3514
445
  msgid "Chat Agent Online"
446
  msgstr "Aktiver Chat"
447
 
448
  # @ wplivechat
449
+ #: functions.php:3516 functions.php:3520
450
  msgid "Chat Agents Online"
451
  msgstr "Aktiver Chat"
452
 
453
+ #: functions.php:3628 includes/settings_page.php:1153
454
+ #: wp-live-chat-support.php:2260
455
  msgid "Remove"
456
  msgstr ""
457
 
458
+ #: functions.php:3631 wp-live-chat-support.php:2263
459
  msgid "Typing..."
460
  msgstr ""
461
 
462
  # @ wplivechat
463
+ #: functions.php:4001
464
  msgid "User Experience Ratings"
465
  msgstr "Chat-Fenster Einstellungen"
466
 
467
+ #: functions.php:4008
468
  msgid "Agent Statistics"
469
  msgstr ""
470
 
471
+ #: functions.php:4051 functions.php:4090
472
  msgid "Satisfaction Rating"
473
  msgstr ""
474
 
475
+ #: functions.php:4052 functions.php:4091
476
  msgid "Rating Count"
477
  msgstr ""
478
 
479
+ #: functions.php:4052 functions.php:4091
480
  msgid "Good"
481
  msgstr ""
482
 
483
+ #: functions.php:4052 functions.php:4091
484
  msgid "Bad"
485
  msgstr ""
486
 
487
  # @ wplivechat
488
+ #: functions.php:4162 includes/dashboard_page.php:56
489
+ #: wp-live-chat-support.php:1015
490
  #, fuzzy
491
  #| msgid "View Quick Responses"
492
  msgid "Reports"
493
  msgstr "Blitzschnelle Antwort zuweisen"
494
 
495
+ #: functions.php:4165 includes/wplc_roi.php:161
496
  msgid "Overview"
497
  msgstr ""
498
 
499
+ #: functions.php:4166
500
  msgid "Popular Pages"
501
  msgstr ""
502
 
503
  # @ wplivechat
504
+ #: functions.php:4184
505
  msgid "Total Agents"
506
  msgstr "Agenten"
507
 
508
+ #: functions.php:4184
509
  msgid "Total number of agents that used the live chat"
510
  msgstr ""
511
 
512
  # @ wplivechat
513
+ #: functions.php:4185
514
  msgid "Total Chats"
515
  msgstr "Chat starten"
516
 
517
+ #: functions.php:4185
518
  msgid "Total number of chats received"
519
  msgstr ""
520
 
521
+ #: functions.php:4186
522
  msgid "Total URLs"
523
  msgstr ""
524
 
525
+ #: functions.php:4186
526
  msgid "Total number of URLs a chat was initiated on"
527
  msgstr ""
528
 
529
+ #: functions.php:4187
530
  msgid "Chats per day"
531
  msgstr ""
532
 
533
+ #: functions.php:4188
534
  msgid "Popular pages a chat was initiated on"
535
  msgstr ""
536
 
537
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
538
  msgid "Unknown"
539
  msgstr ""
540
 
541
+ #: functions.php:4265
542
  msgid "Count"
543
  msgstr ""
544
 
545
+ #: functions.php:4291
546
  msgid "Enable Manual Chat Initiation:"
547
  msgstr ""
548
 
549
+ #: functions.php:4291
550
  msgid ""
551
  "Enabling this feature will allow agents to start a chat with website "
552
  "visitors. This feature increases server load while enabled."
553
  msgstr ""
554
 
555
+ #: functions.php:4295 modules/advanced_features.php:73
556
  msgid ""
557
  "This feature is only available when you select 3CX High Performance Cloud "
558
  "Servers in Advanced Features."
559
  msgstr ""
560
 
561
  # @ wplc
562
+ #: functions.php:4382
563
  #, fuzzy
564
  #| msgid "Thank you for your feedback. We will be in touch soon"
565
  msgid "Thank you for inquiry. We will get back to you shortly"
566
  msgstr "Danke für Ihr Feedback. Wir melden uns bald"
567
 
568
+ #: functions.php:4560 wp-live-chat-support.php:4550
569
  msgid "The Live Chat box is currently disabled on your website due to:"
570
  msgstr ""
571
 
572
  # @ wplivechat
573
+ #: functions.php:4561 wp-live-chat-support.php:4551
574
  #, fuzzy
575
  #| msgid "General Settings"
576
  msgid "Business Hours Settings"
577
  msgstr "Generelle Einstellungen"
578
 
579
+ #: functions.php:4612
580
  msgid "Edit Profile"
581
  msgstr ""
582
 
583
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
584
  msgid "Drag Files Here"
585
  msgstr ""
586
 
587
  # @ wplivechat
588
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
589
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
590
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
591
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
594
  msgstr "Gelöscht"
595
 
596
  # @ wplivechat
597
+ #: functions.php:4647
598
  msgid "Send..."
599
  msgstr "Senden..."
600
 
601
+ #: functions.php:4648 functions.php:4693
602
  msgid "Play voice note"
603
  msgstr ""
604
 
605
+ #: functions.php:4692
606
  msgid "Save..."
607
  msgstr ""
608
 
609
+ #: functions.php:4780 wp-live-chat-support.php:1248
610
+ #: wp-live-chat-support.php:2791
611
  msgid "is typing..."
612
  msgstr ""
613
 
614
+ # @ wplivechat
615
+ #: functions.php:4782
616
+ #, fuzzy
617
+ #| msgid "No visitors on-line at the moment"
618
+ msgid "There are no visitors on your site at the moment"
619
+ msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
620
+
621
+ #: functions.php:4783
622
+ msgid "Connection to the server lost, reconnecting..."
623
+ msgstr ""
624
+
625
+ # @ wplivechat
626
+ #: functions.php:4784
627
+ #, fuzzy
628
+ #| msgid "You are not accepting chats"
629
+ msgid "Agent offline - not accepting chats"
630
+ msgstr "Sie haben einen eingehenden Chat."
631
+
632
+ #: functions.php:4800
633
  msgid "An error has occured while fetching the news feed."
634
  msgstr ""
635
 
636
+ #: functions.php:4897
637
  msgid "Default"
638
  msgstr ""
639
 
640
+ #: functions.php:5200 functions.php:5204
641
  msgid "You do not have permission to perform this action"
642
  msgstr ""
643
 
 
 
 
 
 
 
 
644
  #: includes/blocks/wplc-chat-box/index.php:30
645
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
646
  msgid "Gutenberg Blocks"
647
  msgstr ""
648
 
700
  msgstr ""
701
 
702
  # @ wplivechat
703
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
704
+ #: wp-live-chat-support.php:1899
705
  msgid "Type here"
706
  msgstr "Hier eingeben"
707
 
708
  # @ wplivechat
709
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
710
  msgid "Live Chat"
711
  msgstr "Live-Chat"
712
 
713
  # @ wplivechat
714
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
 
 
 
 
 
 
 
715
  #, fuzzy
716
  #| msgid "Chat Dashboard"
717
  msgid "Dashboard"
737
  msgstr "Verpasste Chats"
738
 
739
  # @ wplivechat
740
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
741
+ #: wp-live-chat-support.php:3420
742
  msgid "History"
743
  msgstr "Historie"
744
 
745
  # @ wplivechat
746
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
747
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
748
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
749
+ #: wp-live-chat-support.php:3963
750
  msgid "Offline Messages"
751
  msgstr "Offline-Nachrichten"
752
 
757
 
758
  # @ wplivechat
759
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
760
+ #: wp-live-chat-support.php:981
761
  msgid "Settings"
762
  msgstr "Einstellungen"
763
 
841
 
842
  # @ wplivechat
843
  #: includes/settings_page.php:98 includes/settings_page.php:136
844
+ #: wp-live-chat-support.php:3974
845
  msgid "General Settings"
846
  msgstr "Generelle Einstellungen"
847
 
901
  msgid "This name will be displayed for all not logged in visitors"
902
  msgstr ""
903
 
904
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
905
  msgid "Guest"
906
  msgstr ""
907
 
1127
  msgstr ""
1128
 
1129
  # @ wplivechat
1130
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
1131
  #, fuzzy
1132
  #| msgid "Chat Window Settings"
1133
  msgid "Chat Box Settings"
1218
  msgid "Display a timestamp in the chat window:"
1219
  msgstr "Benutzer hat das Chat-Fenster maximiert"
1220
 
1221
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1222
  msgid "Time"
1223
  msgstr ""
1224
 
1596
  msgstr ""
1597
 
1598
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1599
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1600
  msgid "here"
1601
  msgstr ""
1602
 
1667
  msgstr "Weitere"
1668
 
1669
  # @ wplivechat
1670
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1671
+ #: wp-live-chat-support.php:1202
1672
  #, fuzzy
1673
  #| msgid "This chat has already been answered by another agent."
1674
  msgid "The chat has been ended by the agent."
1860
  msgid "Add New"
1861
  msgstr "Agenten"
1862
 
1863
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1864
  msgid "Custom Fields"
1865
  msgstr ""
1866
 
1867
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1868
+ #: wp-live-chat-support.php:2374
1869
  msgid "Type"
1870
  msgstr ""
1871
 
1874
  msgstr ""
1875
 
1876
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1877
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1878
  msgid "Status"
1879
  msgstr ""
1880
 
1881
  # @ wplivechat
1882
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1883
  msgid "Active"
1884
  msgstr "Aktiv"
1885
 
1979
  msgid "Custom Field Data"
1980
  msgstr ""
1981
 
1982
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1983
+ #: wp-live-chat-support.php:3949
1984
  msgid "Triggers"
1985
  msgstr ""
1986
 
2056
  msgstr ""
2057
 
2058
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
2059
+ #: wp-live-chat-support.php:4677
2060
  msgid "Close"
2061
  msgstr ""
2062
 
2196
  msgstr ""
2197
 
2198
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2199
+ #: wp-live-chat-support.php:3951
2200
  msgid "ROI Goals"
2201
  msgstr ""
2202
 
2559
 
2560
  # @ wplivechat
2561
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2562
+ #: wp-live-chat-support.php:3964
2563
  #, fuzzy
2564
  #| msgid "View Chat History"
2565
  msgid "Chat History"
2612
  msgid "This cannot be undone"
2613
  msgstr ""
2614
 
2615
+ #: modules/advanced_tools.php:193
2616
  msgid "Import Failed - Could Not Process File"
2617
  msgstr ""
2618
 
2619
+ #: modules/advanced_tools.php:207
2620
  msgid "Import Failed - Could Not Find File"
2621
  msgstr ""
2622
 
2623
  # @ wplivechat
2624
+ #: modules/advanced_tools.php:219
2625
  #, fuzzy
2626
  #| msgid "complete"
2627
  msgid "Import Complete"
2628
  msgstr "Beendet"
2629
 
2630
  # @ wplivechat
2631
+ #: modules/advanced_tools.php:227
2632
  #, fuzzy
2633
  #| msgid "Your settings have been saved."
2634
  msgid "Thank you, all settings have been updated"
2711
  msgstr ""
2712
 
2713
  # @ wplivechat
2714
+ #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:401
2715
  #, fuzzy
2716
  #| msgid "Support"
2717
  msgid "Chat/Support"
2783
  msgstr "WP Live Chat Historie"
2784
 
2785
  # @ wplivechat
2786
+ #: modules/gdpr.php:162 wp-live-chat-support.php:4219
2787
+ #: wp-live-chat-support.php:4279
2788
  msgid "Chat ID"
2789
  msgstr "Chat-Box"
2790
 
2811
  "zum Zweck von %%PURPOSE%% für die Dauer von %%PERIOD%% Day bearbeitet wird "
2812
  "(s) gemäß der GDPR."
2813
 
2814
+ #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:587
2815
  msgid "Privacy Policy"
2816
  msgstr ""
2817
 
2896
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2897
  msgstr ""
2898
 
2899
+ #: modules/gdpr.php:634
2900
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2901
  msgstr ""
2902
 
2903
+ #: modules/gdpr.php:666
2904
  msgid "Pro data will also be removed as a part of this automatic process."
2905
  msgstr ""
2906
 
2929
  msgstr "Live-Chat"
2930
 
2931
  # @ wplivechat
2932
+ #: modules/node_server.php:100 wp-live-chat-support.php:1864
2933
  #, fuzzy
2934
  msgid "Minimize Chat"
2935
  msgstr "Chat-Fenster öffnen"
2949
  msgstr "Chat freigegeben"
2950
 
2951
  #: modules/node_server.php:111 modules/node_server.php:881
2952
+ #: modules/node_server.php:885 wp-live-chat-support.php:4021
2953
  msgid "Direct User To Page"
2954
  msgstr ""
2955
 
2969
 
2970
  # @ wplivechat
2971
  #: modules/node_server.php:115 modules/node_server.php:883
2972
+ #: wp-live-chat-support.php:2582
2973
  msgid "End chat"
2974
  msgstr "Chat beenden"
2975
 
3040
 
3041
  # @ wplivechat
3042
  #: modules/node_server.php:185 modules/node_server.php:893
3043
+ #: wp-live-chat-support.php:2372
3044
  msgid "Visitor"
3045
  msgstr "Besucher auf der Seite"
3046
 
3107
  msgid "Only chat agents can access this page."
3108
  msgstr "Sie haben einen eingehenden Chat."
3109
 
3110
+ #: modules/node_server.php:594 wp-live-chat-support.php:4675
3111
  msgid "Sending transcript..."
3112
  msgstr ""
3113
 
3118
  msgid "Chat Transcript"
3119
  msgstr "Chat-Fenster Einstellungen"
3120
 
3121
+ #: modules/node_server.php:597 wp-live-chat-support.php:4678
3122
  msgid "The chat transcript has been emailed."
3123
  msgstr ""
3124
 
3125
+ #: modules/node_server.php:598 wp-live-chat-support.php:4679
3126
  msgid "There was a problem emailing the chat."
3127
  msgstr ""
3128
 
3143
  msgid "User received notification:"
3144
  msgstr ""
3145
 
3146
+ #: modules/node_server.php:684 wp-live-chat-support.php:2191
3147
  msgid "New chat received"
3148
  msgstr ""
3149
 
3150
+ #: modules/node_server.php:685 wp-live-chat-support.php:2193
3151
  msgid ""
3152
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
3153
  "chat"
3176
  msgid "Show me!"
3177
  msgstr ""
3178
 
3179
+ #: modules/node_server.php:803 wp-live-chat-support.php:4646
3180
  msgid "Don't Show This Again"
3181
  msgstr ""
3182
 
3183
+ #: modules/node_server.php:870 wp-live-chat-support.php:428
3184
  msgid "Connecting..."
3185
  msgstr ""
3186
 
3262
  msgid "Webhooks"
3263
  msgstr ""
3264
 
3265
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3950
3266
  msgid "Web Hooks"
3267
  msgstr ""
3268
 
3328
  msgid "Are you sure you want to delete this webhook?"
3329
  msgstr ""
3330
 
3331
+ #: wp-live-chat-support.php:372
3332
  msgid "close"
3333
  msgstr ""
3334
 
3335
  # @ wplivechat
3336
+ #: wp-live-chat-support.php:392
3337
  #, fuzzy
3338
  #| msgid "Via WP Live Chat Support"
3339
  msgid "Thank you for chatting with us."
3340
  msgstr "WP Live Chat Support"
3341
 
3342
  # @ wplivechat
3343
+ #: wp-live-chat-support.php:417 wp-live-chat-support.php:1932
3344
  msgid "Questions?"
3345
  msgstr "Fragen?"
3346
 
3347
  # @ wplivechat
3348
+ #: wp-live-chat-support.php:418 wp-live-chat-support.php:1933
3349
  msgid "Chat with us"
3350
  msgstr "Chatten Sie mit uns!"
3351
 
3352
  # @ wplivechat
3353
+ #: wp-live-chat-support.php:419
3354
  msgid "Start live chat"
3355
  msgstr "Live-Chat starten"
3356
 
3357
+ #: wp-live-chat-support.php:420
3358
  msgid "Complete the fields below to proceed."
3359
  msgstr ""
3360
 
3361
  # @ wplivechat
3362
+ #: wp-live-chat-support.php:421
3363
  msgid "Chat offline. Leave a message"
3364
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
3365
 
3366
+ #: wp-live-chat-support.php:422
3367
  msgid ""
3368
  "We are currently offline. Please leave a message and we'll get back to you "
3369
  "shortly."
3370
  msgstr ""
3371
 
3372
+ #: wp-live-chat-support.php:423
3373
  msgid "Sending message..."
3374
  msgstr ""
3375
 
3376
  # @ wplc
3377
+ #: wp-live-chat-support.php:424
3378
  msgid "Thank you for your message. We will be in contact soon."
3379
  msgstr "Danke für Ihr Feedback. Wir melden uns bald"
3380
 
3381
  # @ wplivechat
3382
+ #: wp-live-chat-support.php:425
3383
  msgid "Leave a message"
3384
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
3385
 
3386
+ #: wp-live-chat-support.php:426
3387
  msgid "Send message"
3388
  msgstr ""
3389
 
3390
  # @ wplivechat
3391
+ #: wp-live-chat-support.php:427
3392
  msgid "Start Chat"
3393
  msgstr "Chat starten"
3394
 
3395
  # @ wplivechat
3396
+ #: wp-live-chat-support.php:429 wp-live-chat-support.php:2073
3397
+ #: wp-live-chat-support.php:2120
3398
  msgid "Reactivating your previous chat..."
3399
  msgstr "Der vorherige Chat wird reaktiviert..."
3400
 
3401
  # @ wplivechat
3402
+ #: wp-live-chat-support.php:459
3403
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3404
  msgstr ""
3405
  "Bitte klicken Sie 'Starte Chat', um einen Chat mit einem Agenten zu "
3406
  "initiieren"
3407
 
3408
  # @ wplivechat
3409
+ #: wp-live-chat-support.php:462
3410
  #, fuzzy
3411
  #| msgid "There is No Answer. Please Try Again Later"
3412
  msgid "No answer. Try again later."
3413
  msgstr "Keine Antwort. Bitte versuchen Sie es später erneut."
3414
 
3415
+ #: wp-live-chat-support.php:463
3416
  msgid "Welcome. How may I help you?"
3417
  msgstr ""
3418
 
3419
+ #: wp-live-chat-support.php:467
3420
  msgid "Please standby for an agent. Send your message while you wait."
3421
  msgstr ""
3422
 
3423
+ #: wp-live-chat-support.php:698
3424
  msgid ""
3425
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3426
  "no longer needed, please uninstall it."
3427
  msgstr ""
3428
 
3429
  # @ wplivechat
3430
+ #: wp-live-chat-support.php:989 wp-live-chat-support.php:3447
3431
  msgid "Missed Chats"
3432
  msgstr "Verpasste Chats"
3433
 
3434
  # @ wplivechat
3435
+ #: wp-live-chat-support.php:997 wp-live-chat-support.php:3939
3436
  msgid "Support"
3437
  msgstr "Support"
3438
 
3439
  # @ wplivechat
3440
+ #: wp-live-chat-support.php:1199
3441
  #, fuzzy
3442
  #| msgid "Leave a message"
3443
  msgid "Please Enter Your Name"
3444
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
3445
 
3446
  # @ wplivechat
3447
+ #: wp-live-chat-support.php:1200
3448
  #, fuzzy
3449
  #| msgid "Leave a message"
3450
  msgid "Please Enter Your Email Address"
3451
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
3452
 
3453
+ #: wp-live-chat-support.php:1201
3454
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3455
  msgstr ""
3456
 
3457
  # @ wplivechat
3458
+ #: wp-live-chat-support.php:1203
3459
  #, fuzzy
3460
  #| msgid "Leave a message"
3461
  msgid "Please Enter a Message"
3462
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
3463
 
3464
+ #: wp-live-chat-support.php:1204
3465
  msgid "Disconnected, Attempting to Reconnect..."
3466
  msgstr ""
3467
 
3468
  # @ wplivechat
3469
+ #: wp-live-chat-support.php:1251
3470
  #, fuzzy
3471
  #| msgid "User has opened the chat window"
3472
  msgid "has joined."
3473
  msgstr "Benutzer hat das Chat-Fenster geöffnet"
3474
 
3475
+ #: wp-live-chat-support.php:1252
3476
  msgid "has left."
3477
  msgstr ""
3478
 
3479
  # @ wplivechat
3480
+ #: wp-live-chat-support.php:1253
3481
  #, fuzzy
3482
  #| msgid "User has opened the chat window"
3483
  msgid "has ended the chat."
3484
  msgstr "Benutzer hat das Chat-Fenster geöffnet"
3485
 
3486
+ #: wp-live-chat-support.php:1254
3487
  msgid "has disconnected."
3488
  msgstr ""
3489
 
3490
+ #: wp-live-chat-support.php:1255
3491
  msgid "(edited)"
3492
  msgstr ""
3493
 
3494
  # @ wplivechat
3495
+ #: wp-live-chat-support.php:1646 wp-live-chat-support.php:1665
3496
  msgid "Start chat"
3497
  msgstr "Chat starten"
3498
 
3499
  # @ wplivechat
3500
+ #: wp-live-chat-support.php:1911 wp-live-chat-support.php:2653
3501
  msgid "Send"
3502
  msgstr "Senden"
3503
 
3504
+ #: wp-live-chat-support.php:2293
3505
  msgid "Congratulations"
3506
  msgstr ""
3507
 
3508
  # @ wplivechat
3509
+ #: wp-live-chat-support.php:2294
3510
  msgid "You are now accepting live chat requests on your site."
3511
  msgstr "Sie haben keine Chat-Anfragen verpasst."
3512
 
3513
+ #: wp-live-chat-support.php:2295
3514
  msgid "The live chat box has automatically been enabled."
3515
  msgstr ""
3516
 
3517
+ #: wp-live-chat-support.php:2296
3518
  msgid "Chat notifications will start appearing once visitors send a request."
3519
  msgstr ""
3520
 
3521
+ #: wp-live-chat-support.php:2297
3522
  #, php-format
3523
  msgid "You may modify your chat box settings %s"
3524
  msgstr ""
3525
 
3526
+ #: wp-live-chat-support.php:2298
3527
  msgid "Experiencing issues?"
3528
  msgstr ""
3529
 
3530
+ #: wp-live-chat-support.php:2298
3531
  msgid "Take a look at our how-to guides."
3532
  msgstr ""
3533
 
3534
  # @ wplivechat
3535
+ #: wp-live-chat-support.php:2299
3536
  msgid "Hide"
3537
  msgstr "Chat verstecken"
3538
 
3539
+ #: wp-live-chat-support.php:2352
3540
  msgid "Keep this window open to get notified of new chats."
3541
  msgstr ""
3542
 
3543
  # @ wplivechat
3544
+ #: wp-live-chat-support.php:2358
3545
  #, fuzzy
3546
  #| msgid "Visitors online"
3547
  msgid "Visitor(s) online"
3548
  msgstr "Besucher auf der Seite"
3549
 
3550
+ #: wp-live-chat-support.php:2375
3551
  msgid "Device"
3552
  msgstr ""
3553
 
3554
+ #: wp-live-chat-support.php:2376
3555
  msgid "Data"
3556
  msgstr ""
3557
 
3558
  # @ wplivechat
3559
+ #: wp-live-chat-support.php:2409
3560
  msgid "Chat Dashboard"
3561
  msgstr "Chat freigegeben"
3562
 
3563
+ #: wp-live-chat-support.php:2412
3564
  msgid "Oh no!"
3565
  msgstr ""
3566
 
3567
  # @ wplivechat
3568
+ #: wp-live-chat-support.php:2414
3569
  #, fuzzy, php-format
3570
  #| msgid "Only chat agents can accept chats"
3571
  msgid "You do not have access to this page as %s."
3572
  msgstr "Sie haben einen eingehenden Chat."
3573
 
3574
  # @ wplivechat
3575
+ #: wp-live-chat-support.php:2414
3576
  #, fuzzy
3577
  #| msgid "You have not missed any chat requests."
3578
  msgid "you are not a chat agent"
3579
  msgstr "Sie haben keine Chat-Anfragen verpasst."
3580
 
3581
  # @ wplivechat
3582
+ #: wp-live-chat-support.php:2568
3583
  msgid "Previous"
3584
  msgstr "Vorherig"
3585
 
3586
  # @ wplivechat
3587
+ #: wp-live-chat-support.php:2575
3588
  msgid "Chat with"
3589
  msgstr "Chatten mit"
3590
 
3591
  # @ wplivechat
3592
+ #: wp-live-chat-support.php:2592
3593
  #, fuzzy
3594
  #| msgid "Start live chat"
3595
  msgid "Starting Time:"
3596
  msgstr "Live-Chat starten"
3597
 
3598
  # @ wplivechat
3599
+ #: wp-live-chat-support.php:2593
3600
  #, fuzzy
3601
  #| msgid "Start live chat"
3602
  msgid "Ending Time:"
3603
  msgstr "Live-Chat starten"
3604
 
3605
  # @ wplivechat
3606
+ #: wp-live-chat-support.php:2613
3607
  msgid "Chat initiated on:"
3608
  msgstr "Chat-Benachrichtigungen"
3609
 
3610
  # @ wplivechat
3611
+ #: wp-live-chat-support.php:2614
3612
  msgid "Browser:"
3613
  msgstr "Browser:"
3614
 
3615
  # @ wplivechat
3616
+ #: wp-live-chat-support.php:2640 wp-live-chat-support.php:2679
3617
  #, fuzzy
3618
  #| msgid "Chat ID"
3619
  msgid "Invalid Chat ID"
3620
  msgstr "Chat-Box"
3621
 
3622
  # @ wplivechat
3623
+ #: wp-live-chat-support.php:2648
3624
  msgid "type here..."
3625
  msgstr "antworten Sie hier ..."
3626
 
3627
  # @ wplivechat
3628
+ #: wp-live-chat-support.php:2806
3629
  msgid "User has opened the chat window"
3630
  msgstr "Benutzer hat das Chat-Fenster geöffnet"
3631
 
3632
  # @ wplivechat
3633
+ #: wp-live-chat-support.php:2807
3634
  msgid "User has minimized the chat window"
3635
  msgstr "Benutzer hat das Chat-Fenster minimiert"
3636
 
3637
  # @ wplivechat
3638
+ #: wp-live-chat-support.php:2808
3639
  msgid "User has maximized the chat window"
3640
  msgstr "Benutzer hat das Chat-Fenster maximiert"
3641
 
3642
+ #: wp-live-chat-support.php:2809
3643
  msgid "The chat has been ended"
3644
  msgstr ""
3645
 
3646
  # @ wplivechat
3647
+ #: wp-live-chat-support.php:3350
3648
  msgid "Delete History"
3649
  msgstr "Historie"
3650
 
3651
  # @ wplivechat
3652
+ #: wp-live-chat-support.php:3367
3653
  msgid "No chats available at the moment"
3654
  msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
3655
 
3656
  # @ wplivechat
3657
+ #: wp-live-chat-support.php:3487
3658
  msgid "Actions"
3659
  msgstr "Aktiv"
3660
 
3661
  # @ wplivechat
3662
+ #: wp-live-chat-support.php:3501
3663
  msgid "You have not received any offline messages."
3664
  msgstr "Sie haben keine Chat-Anfragen verpasst."
3665
 
3666
  # @ wplivechat
3667
+ #: wp-live-chat-support.php:3509
3668
  msgid "Delete Message"
3669
  msgstr "Offline-Nachrichten"
3670
 
3671
+ #: wp-live-chat-support.php:3618
3672
  msgid "You do not have permission to save settings."
3673
  msgstr ""
3674
 
3675
  # @ wplivechat
3676
+ #: wp-live-chat-support.php:3884
3677
  msgid "Your settings have been saved."
3678
  msgstr "Ihre Einstellungen wurden gespeichert."
3679
 
3680
  # @ wplivechat
3681
+ #: wp-live-chat-support.php:3913
3682
  #, fuzzy
3683
  #| msgid ""
3684
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
3695
  "aktiviert zu bekommen."
3696
 
3697
  # @ wplivechat
3698
+ #: wp-live-chat-support.php:3919
3699
  #, fuzzy
3700
  #| msgid ""
3701
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
3711
  "kontaktieren Sie Ihr Hoster um den abgesicherten Modus zu deaktivieren."
3712
 
3713
  # @ wplivechat
3714
+ #: wp-live-chat-support.php:3942 wp-live-chat-support.php:3946
3715
  #, fuzzy
3716
  #| msgid "Advanced settings"
3717
  msgid "Plugin Features"
3718
  msgstr "Erweiterte Information"
3719
 
3720
+ #: wp-live-chat-support.php:3944
3721
  msgid ""
3722
  "Check out these features and get up to speed with what you can do with WP "
3723
  "Live Chat:"
3724
  msgstr ""
3725
 
3726
+ #: wp-live-chat-support.php:3947
3727
  msgid "Reporting"
3728
  msgstr ""
3729
 
3730
+ #: wp-live-chat-support.php:3948
3731
  msgid "Localization"
3732
  msgstr ""
3733
 
3734
  # @ wplivechat
3735
+ #: wp-live-chat-support.php:3956
3736
  #, fuzzy
3737
  #| msgid "Chat Agents"
3738
  msgid "Chat FAQs"
3739
  msgstr "Agenten"
3740
 
3741
+ #: wp-live-chat-support.php:3958
3742
  msgid ""
3743
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3744
  "agents:"
3745
  msgstr ""
3746
 
3747
  # @ wplivechat
3748
+ #: wp-live-chat-support.php:3960
3749
  #, fuzzy
3750
  #| msgid "Chat with us"
3751
  msgid "Chat with Visitors"
3752
  msgstr "Chatten Sie mit uns!"
3753
 
3754
  # @ wplivechat
3755
+ #: wp-live-chat-support.php:3961
3756
  #, fuzzy
3757
  #| msgid "Chat Agents"
3758
  msgid "Chat with Agents"
3759
  msgstr "Agenten"
3760
 
3761
  # @ wplivechat
3762
+ #: wp-live-chat-support.php:3965
3763
  #, fuzzy
3764
  #| msgid "Chat Agents"
3765
  msgid "Chat Invites"
3766
  msgstr "Agenten"
3767
 
3768
  # @ wplivechat
3769
+ #: wp-live-chat-support.php:3970
3770
  #, fuzzy
3771
  #| msgid "Settings"
3772
  msgid "Settings & Customization"
3773
  msgstr "Einstellungen"
3774
 
3775
+ #: wp-live-chat-support.php:3972
3776
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3777
  msgstr ""
3778
 
3779
  # @ wplivechat
3780
+ #: wp-live-chat-support.php:3976
3781
  #, fuzzy
3782
  #| msgid "Chat Window Settings"
3783
  msgid "Agent Settings"
3784
  msgstr "Chat-Fenster Einstellungen"
3785
 
3786
  # @ wplivechat
3787
+ #: wp-live-chat-support.php:3983
3788
  msgid "Troubleshooting"
3789
  msgstr "Fehlerbehebung"
3790
 
3791
+ #: wp-live-chat-support.php:3985
3792
  msgid ""
3793
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3794
  "issues:"
3795
  msgstr ""
3796
 
3797
+ #: wp-live-chat-support.php:3987
3798
  msgid "My Chat Box Is Not Showing"
3799
  msgstr ""
3800
 
3801
  # @ wplivechat
3802
+ #: wp-live-chat-support.php:3988
3803
  #, fuzzy
3804
  #| msgid "I'm not getting any notifications of a new chat"
3805
  msgid "Not Receiving Notifications of New Chats"
3806
  msgstr "Ich erhalte keine Benachrichtigungen über einem neuen Chat"
3807
 
3808
  # @ wplivechat
3809
+ #: wp-live-chat-support.php:3989
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3810
  #, fuzzy
3811
  #| msgid "How do I check for JavaScript errors on my site?"
3812
  msgid "Check for JavaScript Errors"
3813
  msgstr "Wie überprüfe ich auf JavaScript-Fehler auf meiner Website?"
3814
 
3815
  # @ wplivechat
3816
+ #: wp-live-chat-support.php:4017
3817
  msgid "Initiate Chats"
3818
  msgstr "Live-Chat"
3819
 
3820
  # @ wplivechat
3821
+ #: wp-live-chat-support.php:4018
3822
  msgid "Multiple Chats"
3823
  msgstr "Mehrere Agenten"
3824
 
3825
+ #: wp-live-chat-support.php:4019
3826
  msgid "Add unlimited agents"
3827
  msgstr ""
3828
 
3829
  # @ wplivechat
3830
+ #: wp-live-chat-support.php:4020
3831
  #, fuzzy
3832
  #| msgid "Total Chats"
3833
  msgid "Transfer Chats"
3834
  msgstr "Chat starten"
3835
 
3836
+ #: wp-live-chat-support.php:4039
3837
  #, php-format
3838
  msgid "Thank you for using %s! Please %s on %s"
3839
  msgstr ""
3840
 
3841
+ #: wp-live-chat-support.php:4039
3842
  msgid "rate us"
3843
  msgstr ""
3844
 
3845
+ #: wp-live-chat-support.php:4220 wp-live-chat-support.php:4280
3846
  msgid "From"
3847
  msgstr ""
3848
 
3849
+ #: wp-live-chat-support.php:4222 wp-live-chat-support.php:4282
3850
  msgid "Timestamp"
3851
  msgstr ""
3852
 
3853
+ #: wp-live-chat-support.php:4223 wp-live-chat-support.php:4283
3854
  msgid "Origin"
3855
  msgstr ""
3856
 
3857
+ #: wp-live-chat-support.php:4228 wp-live-chat-support.php:4288
3858
  msgid "user"
3859
  msgstr ""
3860
 
3861
  # @ wplivechat
3862
+ #: wp-live-chat-support.php:4230 wp-live-chat-support.php:4290
3863
  msgid "agent"
3864
  msgstr "Agenten"
3865
 
3866
  # @ wplivechat
3867
+ #: wp-live-chat-support.php:4385
3868
  msgid "Advanced settings"
3869
  msgstr "Erweiterte Information"
3870
 
3871
+ #: wp-live-chat-support.php:4392
3872
  msgid "Only change these settings if you are experiencing performance issues."
3873
  msgstr ""
3874
 
3875
+ #: wp-live-chat-support.php:4399
3876
  msgid "Website hosting type:"
3877
  msgstr ""
3878
 
3879
  # @ wplivechat
3880
+ #: wp-live-chat-support.php:4403
3881
  #, fuzzy
3882
  #| msgid "Colour Scheme"
3883
  msgid "Custom parameters"
3884
  msgstr "Farbschema 1"
3885
 
3886
+ #: wp-live-chat-support.php:4404
3887
  msgid "Shared hosting - low level plan"
3888
  msgstr ""
3889
 
3890
+ #: wp-live-chat-support.php:4405
3891
  msgid "Shared hosting - normal plan"
3892
  msgstr ""
3893
 
3894
+ #: wp-live-chat-support.php:4406
3895
  msgid "VPS"
3896
  msgstr ""
3897
 
3898
+ #: wp-live-chat-support.php:4407
3899
  msgid "Dedicated server"
3900
  msgstr ""
3901
 
3902
+ #: wp-live-chat-support.php:4413
3903
  msgid "Long poll setup"
3904
  msgstr ""
3905
 
3906
+ #: wp-live-chat-support.php:4413
3907
  msgid ""
3908
  "Only change these if you are an experienced developer or if you have "
3909
  "received these figures from the WP Live Chat by 3CX team."
3910
  msgstr ""
3911
 
3912
  # @ wplivechat
3913
+ #: wp-live-chat-support.php:4418
3914
  msgid "Iterations"
3915
  msgstr "Aktion"
3916
 
3917
+ #: wp-live-chat-support.php:4422
3918
  msgid "Sleep between loops"
3919
  msgstr ""
3920
 
3921
+ #: wp-live-chat-support.php:4425
3922
  msgid "milliseconds"
3923
  msgstr ""
3924
 
3925
  # @ wplivechat
3926
+ #: wp-live-chat-support.php:4448
3927
  #, fuzzy
3928
  #| msgid "Powered By WP Live Chat Support"
3929
  msgid "Show 'Powered by' in chat box"
3930
  msgstr "WP Live Chat Support"
3931
 
3932
+ #: wp-live-chat-support.php:4448
3933
  msgid ""
3934
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3935
  "bottom of your chatbox."
3936
  msgstr ""
3937
 
3938
  # @ wplivechat
3939
+ #: wp-live-chat-support.php:4490
3940
  #, fuzzy
3941
  #| msgid "Powered By WP Live Chat Support"
3942
  msgid "Powered by WP Live Chat by 3CX"
3943
  msgstr "WP Live Chat Support"
3944
 
3945
+ #: wp-live-chat-support.php:4644
3946
  msgid ""
3947
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3948
  msgstr ""
3949
 
3950
+ #: wp-live-chat-support.php:4645
3951
  msgid ""
3952
  "Please add an SSL certificate to your site to continue receiving chat "
3953
  "notifications in your browser."
3954
  msgstr ""
3955
 
3956
+ #: wp-live-chat-support.php:4658
3957
  msgid ""
3958
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3959
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3960
  msgstr ""
3961
 
3962
+ #: wp-live-chat-support.php:4665
3963
  msgid "Email transcript to user"
3964
  msgstr ""
3965
 
3966
+ #: wp-live-chat-support.php:4676
3967
  msgid "Sending Transcript"
3968
  msgstr ""
3969
 
3970
+ #: wp-live-chat-support.php:4750
3971
  #, php-format
3972
  msgid "Your chat transcript from %1$s"
3973
  msgstr ""
3974
 
3975
  # @ wplivechat
3976
+ #: wp-live-chat-support.php:4841
3977
  #, fuzzy
3978
  #| msgid "Chat Window Settings"
3979
  msgid "Chat Transcript Settings"
3980
  msgstr "Chat-Fenster Einstellungen"
3981
 
3982
+ #: wp-live-chat-support.php:4844
3983
  msgid "Enable chat transcripts:"
3984
  msgstr ""
3985
 
3986
+ #: wp-live-chat-support.php:4852
3987
  msgid "Send transcripts to:"
3988
  msgstr ""
3989
 
3990
  # @ wplivechat
3991
+ #: wp-live-chat-support.php:4859
3992
  #, fuzzy
3993
  msgid "User"
3994
  msgstr "Lieber Pro Benutzer,"
3995
 
3996
+ #: wp-live-chat-support.php:4870
3997
  msgid "Send transcripts when chat ends:"
3998
  msgstr ""
3999
 
4000
  # @ wplivechat
4001
+ #: wp-live-chat-support.php:4878
4002
  #, fuzzy
4003
  #| msgid "Email"
4004
  msgid "Email body"
4005
  msgstr "E-Mail"
4006
 
4007
  # @ wplivechat
4008
+ #: wp-live-chat-support.php:4888
4009
  #, fuzzy
4010
  #| msgid "Email Address"
4011
  msgid "Email header"
4012
  msgstr "E-Mail Adresse"
4013
 
4014
+ #: wp-live-chat-support.php:4897
4015
  msgid "Email footer"
4016
  msgstr ""
4017
 
4018
+ #: wp-live-chat-support.php:4973
4019
  msgid ""
4020
  "Please note, local message encryption and local server options will be "
4021
  "deprecated in the next major release. All encryption and message delivery "
4022
  "will handled by our external servers in future."
4023
  msgstr ""
4024
 
4025
+ #: wp-live-chat-support.php:4976
4026
  msgid "Deprecation Notice - Message Encryption & Local Server"
4027
  msgstr ""
4028
 
4029
+ #: wp-live-chat-support.php:4978
4030
  msgid "Dismiss"
4031
  msgstr ""
4032
 
4049
  msgstr ""
4050
 
4051
  #. Author of the plugin/theme
4052
+ msgid "3CX"
4053
  msgstr ""
4054
 
4055
+ # @ wplivechat
4056
+ #, fuzzy
4057
+ #~| msgid "WP Live Chat Support Triggers"
4058
+ #~ msgid "WP Live Chat Trigger"
4059
+ #~ msgstr "WP Live Chat Support"
4060
+
4061
+ # @ wplivechat
4062
+ #, fuzzy
4063
+ #~| msgid "WP Live Chat Support"
4064
+ #~ msgid "WP Live Chat Box"
4065
+ #~ msgstr "WP Live Chat Support"
4066
+
4067
+ # @ wplivechat
4068
+ #, fuzzy
4069
+ #~| msgid "The chat window never goes offline"
4070
+ #~ msgid "The Chat Box Never Goes Offline"
4071
+ #~ msgstr "Das Chat-Fenster geht nie offline"
4072
+
4073
+ # @ wplivechat
4074
+ #, fuzzy
4075
+ #~| msgid "This chat has already been answered by another agent."
4076
+ #~ msgid "Chat Has Already Been Answered"
4077
+ #~ msgstr ""
4078
+ #~ "Dieser Chat wurde bereits beantwortet. Bitte schließen Sie dieses Chat-"
4079
+ #~ "Fenster."
4080
+
4081
  # @ wplivechat
4082
  #, fuzzy
4083
  #~| msgid "requesting chat"
4344
  #~ msgid "Welcome to WP Live Chat Support v8"
4345
  #~ msgstr "WP Live Chat Support"
4346
 
 
 
 
 
 
 
4347
  # @ wplivechat
4348
  #, fuzzy
4349
  #~| msgid "Welcome to "
4537
  #~ msgid "Visitors on site"
4538
  #~ msgstr "Besucher auf der Seite"
4539
 
 
 
 
 
4540
  # @ wplivechat
4541
  #~ msgid "No chat sessions available at the moment"
4542
  #~ msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
languages/{wplivechat-el_GR.mo → wp-live-chat-support-el_GR.mo} RENAMED
Binary file
languages/{wplivechat-el_GR.po → wp-live-chat-support-el_GR.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
- "POT-Creation-Date: 2019-10-14 14:22+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:22+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: el_GR\n"
@@ -19,10 +19,10 @@ msgstr ""
19
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
- "X-Poedit-SearchPathExcluded-0: *.min.js\n"
23
 
24
- #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:361
25
- #: wp-live-chat-support.php:4885
26
  msgid "Admin"
27
  msgstr ""
28
 
@@ -64,86 +64,86 @@ msgstr ""
64
  msgid "End Chat"
65
  msgstr "Τερμάτισε την συνομιλία"
66
 
67
- #: functions.php:1023
68
  msgid "complete"
69
  msgstr "ολοκληρώθηκε"
70
 
71
- #: functions.php:1026
72
  msgid "pending"
73
  msgstr "εκκρεμεί"
74
 
75
- #: functions.php:1029
76
  msgid "active"
77
  msgstr "ενεργό"
78
 
79
- #: functions.php:1032
80
  msgid "deleted"
81
  msgstr "διαγραμμένο "
82
 
83
- #: functions.php:1035
84
  msgid "browsing"
85
  msgstr "πλοήγηση"
86
 
87
- #: functions.php:1038
88
  msgid "requesting chat"
89
  msgstr "ζητείται συνομιλία"
90
 
91
- #: functions.php:1041
92
  msgid "Chat Ended - User still browsing"
93
  msgstr "Η συνομιλία τερματίστηκε - Ο χρήστης ακόμα περιηγείται"
94
 
95
- #: functions.php:1044
96
  msgid "User is browsing but doesn't want to chat"
97
  msgstr "Ο χρήστης περιηγείται, αλλά δεν θέλει να συνομιλήσει"
98
 
99
- #: functions.php:1183 includes/settings_page.php:774
100
  #, fuzzy
101
  #| msgid "WP Live Chat Offline Messages"
102
  msgid "WP Live Chat by 3CX - Offline Message from "
103
  msgstr "Μηνύματα εκτός σύνδεσης WP Live Chat"
104
 
105
- #: functions.php:1184 functions.php:1508 includes/settings_page.php:164
106
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
107
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
108
  #: includes/wplc_roi.php:160 modules/node_server.php:81
109
- #: modules/node_server.php:124 wp-live-chat-support.php:1584
110
- #: wp-live-chat-support.php:1607 wp-live-chat-support.php:1772
111
- #: wp-live-chat-support.php:3376 wp-live-chat-support.php:3503
112
  msgid "Name"
113
  msgstr "Όνομα"
114
 
115
- #: functions.php:1185 functions.php:1509 includes/settings_page.php:160
116
- #: modules/node_server.php:125 wp-live-chat-support.php:1585
117
- #: wp-live-chat-support.php:1596 wp-live-chat-support.php:1773
118
- #: wp-live-chat-support.php:3377 wp-live-chat-support.php:3504
119
  msgid "Email"
120
  msgstr "Ηλεκτρονικό Ταχυδρομείο"
121
 
122
- #: functions.php:1186 wp-live-chat-support.php:1774
123
- #: wp-live-chat-support.php:3505 wp-live-chat-support.php:4242
124
- #: wp-live-chat-support.php:4302
125
  #, fuzzy
126
  #| msgid "Offline Messages"
127
  msgid "Message"
128
  msgstr "Μηνύματα Εκτός Σύνδεσης"
129
 
130
- #: functions.php:1187
131
  #, fuzzy
132
  #| msgid "WP Live Chat Support"
133
  msgid "Via WP Live Chat by 3CX"
134
  msgstr "WP Live Chat Support"
135
 
136
- #: functions.php:1486 wp-live-chat-support.php:3332
137
  msgid "Error: Could not delete chat"
138
  msgstr ""
139
 
140
- #: functions.php:1488 wp-live-chat-support.php:3336
141
  #, fuzzy
142
  #| msgid "Chat enabled"
143
  msgid "Chat Deleted"
144
  msgstr "Συνομιλία ενεργοποιημένη"
145
 
146
- #: functions.php:1491 includes/wplc_custom_fields.php:35
147
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
148
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
149
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
@@ -151,429 +151,429 @@ msgstr "Συνομιλία ενεργοποιημένη"
151
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
152
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
153
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
154
- #: modules/advanced_tools.php:243 modules/advanced_tools.php:251
155
- #: modules/advanced_tools.php:259 modules/advanced_tools.php:267
156
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
157
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
158
- #: wp-live-chat-support.php:3291 wp-live-chat-support.php:3321
159
- #: wp-live-chat-support.php:4212
160
  msgid "You do not have permission do perform this action"
161
  msgstr ""
162
 
163
- #: functions.php:1497 wp-live-chat-support.php:3345
164
  msgid "Are you sure you would like to delete this chat?"
165
  msgstr ""
166
 
167
- #: functions.php:1498 includes/settings_page.php:142
168
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
169
  msgid "Yes"
170
  msgstr "Ναι"
171
 
172
- #: functions.php:1498 includes/settings_page.php:143
173
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
174
  msgid "No"
175
  msgstr "Οχι"
176
 
177
- #: functions.php:1507 functions.php:2095 includes/settings_page.php:332
178
- #: includes/settings_page.php:434 wp-live-chat-support.php:3375
179
- #: wp-live-chat-support.php:3502
180
  msgid "Date"
181
  msgstr "Ημερομηνία"
182
 
183
- #: functions.php:1510 functions.php:4266 wp-live-chat-support.php:3378
184
  msgid "URL"
185
  msgstr "URL"
186
 
187
- #: functions.php:1511 includes/wplc_custom_fields.php:83
188
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
189
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
190
- #: wp-live-chat-support.php:2397 wp-live-chat-support.php:3380
191
  msgid "Action"
192
  msgstr "Ενέργεια"
193
 
194
- #: functions.php:1525
195
  msgid "You have not missed any chat requests."
196
  msgstr "Δεν έχετε χάσει κανένα αίτημα συνομιλίας."
197
 
198
- #: functions.php:1532 wp-live-chat-support.php:3400
199
  #, fuzzy
200
  #| msgid "WP Live Chat History"
201
  msgid "View Chat History"
202
  msgstr "Ιστορίκο WP Live Chat"
203
 
204
- #: functions.php:1532 wp-live-chat-support.php:3400
205
  #, fuzzy
206
  #| msgid "WP Live Chat History"
207
  msgid "Download Chat History"
208
  msgstr "Ιστορίκο WP Live Chat"
209
 
210
- #: functions.php:1726
211
  #, fuzzy
212
  #| msgid "Open Chat Window"
213
  msgid "Open chat window via"
214
  msgstr "Άνοιγμα Παραθύρου Συνομιλίας"
215
 
216
- #: functions.php:1730
217
  msgid "Click"
218
  msgstr ""
219
 
220
- #: functions.php:1731
221
  msgid "Hover"
222
  msgstr ""
223
 
224
- #: functions.php:1733
225
  msgid "element with"
226
  msgstr ""
227
 
228
- #: functions.php:1735
229
  msgid "Class"
230
  msgstr ""
231
 
232
- #: functions.php:1736 includes/wplc_custom_fields.php:78
233
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
234
  #: includes/wplc_roi.php:159
235
  msgid "ID"
236
  msgstr ""
237
 
238
- #: functions.php:2007 functions.php:2013 functions.php:2018
239
  #: includes/dashboard_page.php:58 modules/node_server.php:134
240
- #: modules/node_server.php:1022 wp-live-chat-support.php:3981
241
  #, fuzzy
242
  #| msgid "Assign Quick Response"
243
  msgid "Quick Responses"
244
  msgstr "Όρισε Γρήγορη Απαντήση"
245
 
246
- #: functions.php:2008 includes/settings_page.php:322
247
  #, fuzzy
248
  #| msgid "Assign Quick Response"
249
  msgid "Quick Response"
250
  msgstr "Όρισε Γρήγορη Απαντήση"
251
 
252
- #: functions.php:2009 functions.php:2012
253
  #, fuzzy
254
  #| msgid "Assign Quick Response"
255
  msgid "New Quick Response"
256
  msgstr "Όρισε Γρήγορη Απαντήση"
257
 
258
- #: functions.php:2010 modules/node_server.php:1031
259
  #, fuzzy
260
  #| msgid "Assign Quick Response"
261
  msgid "Add New Quick Response"
262
  msgstr "Όρισε Γρήγορη Απαντήση"
263
 
264
- #: functions.php:2011
265
  #, fuzzy
266
  #| msgid "Assign Quick Response"
267
  msgid "Edit Quick Response"
268
  msgstr "Όρισε Γρήγορη Απαντήση"
269
 
270
- #: functions.php:2014
271
  #, fuzzy
272
  #| msgid "Assign Quick Response"
273
  msgid "View Quick Responses"
274
  msgstr "Όρισε Γρήγορη Απαντήση"
275
 
276
- #: functions.php:2015
277
  #, fuzzy
278
  #| msgid "What are Quick Responses?"
279
  msgid "Search Quick Responses"
280
  msgstr "Τι είναι οι γρήγορες απαντήσεις;"
281
 
282
- #: functions.php:2016
283
  #, fuzzy
284
  #| msgid "Assign Quick Response"
285
  msgid "No Quick Responses found"
286
  msgstr "Όρισε Γρήγορη Απαντήση"
287
 
288
- #: functions.php:2017
289
  #, fuzzy
290
  #| msgid "Add Quick Responses to your Live Chat"
291
  msgid "No Quick Responses found in the Trash"
292
  msgstr "Προσθέστε Γρήγορες Απαντήσεις στις Ζωντανές Συνομιλίες σας"
293
 
294
- #: functions.php:2022
295
  #, fuzzy
296
  #| msgid "Add Quick Responses to your Live Chat"
297
  msgid "Quick Responses for WP Live Chat by 3CX"
298
  msgstr "Προσθέστε Γρήγορες Απαντήσεις στις Ζωντανές Συνομιλίες σας"
299
 
300
- #: functions.php:2056
301
  msgid "Sort Order"
302
  msgstr ""
303
 
304
- #: functions.php:2092 includes/settings_page.php:331
305
  msgid "Title"
306
  msgstr ""
307
 
308
- #: functions.php:2093
309
  msgid "Order"
310
  msgstr ""
311
 
312
- #: functions.php:2094 includes/settings_page.php:1182
313
  msgid "Author"
314
  msgstr "Συγγραφέας"
315
 
316
- #: functions.php:2137 wp-live-chat-support.php:452
317
  msgid "Press ENTER to send your message"
318
  msgstr "Πιέστε το πλήκτρο ENTER για να στείλετε το μήνυμά σας"
319
 
320
- #: functions.php:2176 functions.php:2180
321
  msgid "Assign Quick Response"
322
  msgstr "Όρισε Γρήγορη Απαντήση"
323
 
324
- #: functions.php:2183 includes/settings_page.php:1164
325
  msgid "Select"
326
  msgstr "Επιλέξτε"
327
 
328
- #: functions.php:2189
329
  #, fuzzy
330
  #| msgid "Chat with us"
331
  msgid "What is this?"
332
  msgstr "Συνομιλήστε μαζί μας"
333
 
334
- #: functions.php:2231
335
  #, php-format
336
  msgid "Incoming chat from %s (%s) on %s"
337
  msgstr ""
338
 
339
- #: functions.php:2237
340
  #, php-format
341
  msgid "%s (%s) wants to chat with you."
342
  msgstr ""
343
 
344
- #: functions.php:2242
345
  #, php-format
346
  msgid "Log in: %s"
347
  msgstr ""
348
 
349
- #: functions.php:2569
350
  msgid "Status (Online)"
351
  msgstr ""
352
 
353
- #: functions.php:2570
354
  msgid "Online"
355
  msgstr "Σε σύνδεση"
356
 
357
- #: functions.php:2571
358
  #, fuzzy
359
  #| msgid "Online"
360
  msgid "Offline"
361
  msgstr "Σε σύνδεση"
362
 
363
- #: functions.php:2572
364
  msgid "Status (Offline)"
365
  msgstr ""
366
 
367
- #: functions.php:2583
368
  msgid ""
369
  "You have set your status to offline. To view visitors and accept chats "
370
  "please set your status to online using the switch above."
371
  msgstr ""
372
 
373
- #: functions.php:2653
374
  msgid "Encryption"
375
  msgstr "Κωδικοποίηση"
376
 
377
- #: functions.php:2659 includes/settings_page.php:1225
378
- #: wp-live-chat-support.php:3996
379
  msgid "Business Hours"
380
  msgstr ""
381
 
382
- #: functions.php:2861
383
  msgid "Initiate Chat"
384
  msgstr "Έναρξη Συνομιλίας"
385
 
386
- #: functions.php:2953
387
  #, fuzzy
388
  #| msgid "Connecting you to a sales person. Please be patient."
389
  msgid "Attempting to open the chat window... Please be patient."
390
  msgstr "Σας συνδέουμε με έναν πωλητή . Παρακαλούμε να είστε υπομονετικοί."
391
 
392
- #: functions.php:2970
393
  msgid ""
394
  "You are not a chat agent. Please make yourself a chat agent before trying to "
395
  "chat to visitors"
396
  msgstr ""
397
 
398
- #: functions.php:3165 functions.php:3181 functions.php:3196
399
  #, fuzzy
400
  #| msgid "Chat Active"
401
  msgid "Chat Agent"
402
  msgstr "Συνομιλία Ενεργή"
403
 
404
- #: functions.php:3170 functions.php:3186
405
  msgid "Make this user a chat agent"
406
  msgstr ""
407
 
408
- #: functions.php:3200
409
  msgid "Your user role does not allow you to make yourself a chat agent."
410
  msgstr ""
411
 
412
- #: functions.php:3201
413
  msgid "Please contact the administrator of this website to change this."
414
  msgstr ""
415
 
416
- #: functions.php:3220
417
  #, fuzzy
418
  #| msgid "This chat has already been answered. Please close the chat window"
419
  msgid "This chat has already been answered by another agent."
420
  msgstr "Αυτή η συζήτηση έχει ήδη απαντηθεί. Κλείστε το παράθυρο συνομιλίας"
421
 
422
- #: functions.php:3462 wp-live-chat-support.php:2331
423
  msgid "Agent(s) online"
424
  msgstr "Πράκτορες​ σε σύνδεση"
425
 
426
- #: functions.php:3516
427
  #, fuzzy
428
  #| msgid "Agent(s) online"
429
  msgid "Chat Agent Online"
430
  msgstr "Πράκτορες​ σε σύνδεση"
431
 
432
- #: functions.php:3518 functions.php:3522
433
  #, fuzzy
434
  #| msgid "Agent(s) online"
435
  msgid "Chat Agents Online"
436
  msgstr "Πράκτορες​ σε σύνδεση"
437
 
438
- #: functions.php:3630 includes/settings_page.php:1153
439
- #: wp-live-chat-support.php:2264
440
  msgid "Remove"
441
  msgstr ""
442
 
443
- #: functions.php:3633 wp-live-chat-support.php:2267
444
  msgid "Typing..."
445
  msgstr ""
446
 
447
- #: functions.php:4003
448
  #, fuzzy
449
  #| msgid "Experiencing issues?"
450
  msgid "User Experience Ratings"
451
  msgstr "Αντιμετωπίζετε προβλήματα;"
452
 
453
- #: functions.php:4010
454
  msgid "Agent Statistics"
455
  msgstr ""
456
 
457
- #: functions.php:4053 functions.php:4092
458
  msgid "Satisfaction Rating"
459
  msgstr ""
460
 
461
- #: functions.php:4054 functions.php:4093
462
  msgid "Rating Count"
463
  msgstr ""
464
 
465
- #: functions.php:4054 functions.php:4093
466
  msgid "Good"
467
  msgstr ""
468
 
469
- #: functions.php:4054 functions.php:4093
470
  msgid "Bad"
471
  msgstr ""
472
 
473
- #: functions.php:4164 includes/dashboard_page.php:56
474
- #: wp-live-chat-support.php:1007
475
  #, fuzzy
476
  #| msgid "Support"
477
  msgid "Reports"
478
  msgstr "Yποστήριξη"
479
 
480
- #: functions.php:4167 includes/wplc_roi.php:161
481
  msgid "Overview"
482
  msgstr ""
483
 
484
- #: functions.php:4168
485
  msgid "Popular Pages"
486
  msgstr ""
487
 
488
- #: functions.php:4186
489
  #, fuzzy
490
  #| msgid "Agents"
491
  msgid "Total Agents"
492
  msgstr "Πράκτορες"
493
 
494
- #: functions.php:4186
495
  msgid "Total number of agents that used the live chat"
496
  msgstr ""
497
 
498
- #: functions.php:4187
499
  #, fuzzy
500
  #| msgid "Start Chat"
501
  msgid "Total Chats"
502
  msgstr "Έναρξη Συνομιλίας"
503
 
504
- #: functions.php:4187
505
  #, fuzzy
506
  #| msgid "New chat received"
507
  msgid "Total number of chats received"
508
  msgstr "Λήφθηκε νέα συνομιλία"
509
 
510
- #: functions.php:4188
511
  msgid "Total URLs"
512
  msgstr ""
513
 
514
- #: functions.php:4188
515
  msgid "Total number of URLs a chat was initiated on"
516
  msgstr ""
517
 
518
- #: functions.php:4189
519
  msgid "Chats per day"
520
  msgstr ""
521
 
522
- #: functions.php:4190
523
  msgid "Popular pages a chat was initiated on"
524
  msgstr ""
525
 
526
- #: functions.php:4220 includes/wplc_custom_fields.php:304
527
  msgid "Unknown"
528
  msgstr ""
529
 
530
- #: functions.php:4267
531
  msgid "Count"
532
  msgstr ""
533
 
534
- #: functions.php:4293
535
  #, fuzzy
536
  #| msgid "Enable Encryption"
537
  msgid "Enable Manual Chat Initiation:"
538
  msgstr "Ενεργοποίηση Κωδικοποίησης"
539
 
540
- #: functions.php:4293
541
  msgid ""
542
  "Enabling this feature will allow agents to start a chat with website "
543
  "visitors. This feature increases server load while enabled."
544
  msgstr ""
545
 
546
- #: functions.php:4297 modules/advanced_features.php:73
547
  msgid ""
548
  "This feature is only available when you select 3CX High Performance Cloud "
549
  "Servers in Advanced Features."
550
  msgstr ""
551
 
552
- #: functions.php:4384
553
  #, fuzzy
554
  #| msgid "Thank you for your feedback. We will be in touch soon"
555
  msgid "Thank you for inquiry. We will get back to you shortly"
556
  msgstr "Ευχαριστούμε για τα σχόλια σας. Θα είμαστε σε επαφή σύντομα"
557
 
558
- #: functions.php:4562 wp-live-chat-support.php:4571
559
  msgid "The Live Chat box is currently disabled on your website due to:"
560
  msgstr ""
561
 
562
- #: functions.php:4563 wp-live-chat-support.php:4572
563
  #, fuzzy
564
  #| msgid "General Settings"
565
  msgid "Business Hours Settings"
566
  msgstr "Γενικές Ρυθμίσεις"
567
 
568
- #: functions.php:4614
569
  msgid "Edit Profile"
570
  msgstr ""
571
 
572
- #: functions.php:4625 modules/node_server.php:96 modules/node_server.php:878
573
  msgid "Drag Files Here"
574
  msgstr ""
575
 
576
- #: functions.php:4648 functions.php:4693 includes/wplc_custom_fields.php:107
577
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
578
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
579
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
@@ -583,45 +583,53 @@ msgstr ""
583
  msgid "Delete"
584
  msgstr "διαγραμμένο "
585
 
586
- #: functions.php:4649
587
  #, fuzzy
588
  #| msgid "Send"
589
  msgid "Send..."
590
  msgstr "Αποστολή"
591
 
592
- #: functions.php:4650 functions.php:4695
593
  msgid "Play voice note"
594
  msgstr ""
595
 
596
- #: functions.php:4694
597
  msgid "Save..."
598
  msgstr ""
599
 
600
- #: functions.php:4814 wp-live-chat-support.php:1240
601
- #: wp-live-chat-support.php:2810
602
  msgid "is typing..."
603
  msgstr ""
604
 
605
- #: functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
606
  msgid "An error has occured while fetching the news feed."
607
  msgstr ""
608
 
609
- #: functions.php:4926
610
  msgid "Default"
611
  msgstr ""
612
 
613
- #: functions.php:5229 functions.php:5233
614
  msgid "You do not have permission to perform this action"
615
  msgstr ""
616
 
617
- #: includes/blocks/wplc-chat-box/block.js:44
618
- #, fuzzy
619
- #| msgid "WP Live Chat Support Settings"
620
- msgid "WP Live Chat Trigger"
621
- msgstr "Ρυθμίσεις WP Live Chat Support"
622
-
623
  #: includes/blocks/wplc-chat-box/index.php:30
624
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3997
625
  msgid "Gutenberg Blocks"
626
  msgstr ""
627
 
@@ -671,24 +679,18 @@ msgstr ""
671
  msgid "Displays the chosen icon"
672
  msgstr ""
673
 
674
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1248
675
- #: wp-live-chat-support.php:1891
676
  #, fuzzy
677
  #| msgid "type here..."
678
  msgid "Type here"
679
  msgstr "πληκτρολογήστε εδώ ..."
680
 
681
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:971
682
  msgid "Live Chat"
683
  msgstr "Ζωντανή Συνομιλία"
684
 
685
- #: includes/blocks/wplc-inline-chat-box/block.js:13
686
- #, fuzzy
687
- #| msgid "WP Live Chat Support"
688
- msgid "WP Live Chat Box"
689
- msgstr "WP Live Chat Support"
690
-
691
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:972
692
  #, fuzzy
693
  #| msgid "Chat Dashboard"
694
  msgid "Dashboard"
@@ -711,15 +713,15 @@ msgstr "Πλαίσιο Συνομιλίας"
711
  msgid "Missed"
712
  msgstr "Αναπάντητες Συζητήσεις"
713
 
714
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:980
715
- #: wp-live-chat-support.php:3439
716
  msgid "History"
717
  msgstr "Ιστορικό"
718
 
719
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
720
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
721
- #: wp-live-chat-support.php:984 wp-live-chat-support.php:3485
722
- #: wp-live-chat-support.php:3982
723
  msgid "Offline Messages"
724
  msgstr "Μηνύματα Εκτός Σύνδεσης"
725
 
@@ -729,7 +731,7 @@ msgid "Tools"
729
  msgstr ""
730
 
731
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
732
- #: wp-live-chat-support.php:973
733
  msgid "Settings"
734
  msgstr "Ρυθμίσεις"
735
 
@@ -808,7 +810,7 @@ msgid "has joined the chat."
808
  msgstr "Ο χρήστης έχει ανοίξει το παράθυρο συνομιλίας"
809
 
810
  #: includes/settings_page.php:98 includes/settings_page.php:136
811
- #: wp-live-chat-support.php:3993
812
  msgid "General Settings"
813
  msgstr "Γενικές Ρυθμίσεις"
814
 
@@ -859,7 +861,7 @@ msgstr ""
859
  msgid "This name will be displayed for all not logged in visitors"
860
  msgstr ""
861
 
862
- #: includes/settings_page.php:177 wp-live-chat-support.php:451
863
  msgid "Guest"
864
  msgstr ""
865
 
@@ -1084,7 +1086,7 @@ msgid ""
1084
  "and send it to agent once they hold on CTRL + SPACEBAR"
1085
  msgstr ""
1086
 
1087
- #: includes/settings_page.php:381 wp-live-chat-support.php:3994
1088
  #, fuzzy
1089
  #| msgid "Chat Window Settings"
1090
  msgid "Chat Box Settings"
@@ -1166,7 +1168,7 @@ msgstr ""
1166
  msgid "Display a timestamp in the chat window:"
1167
  msgstr "Ο χρήστης έχει μεγιστοποιήσει το παράθυρο συνομιλίας"
1168
 
1169
- #: includes/settings_page.php:435 wp-live-chat-support.php:2392
1170
  msgid "Time"
1171
  msgstr "Χρόνος"
1172
 
@@ -1516,7 +1518,7 @@ msgid ""
1516
  msgstr ""
1517
 
1518
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1519
- #: modules/node_server.php:652 wp-live-chat-support.php:2312
1520
  msgid "here"
1521
  msgstr ""
1522
 
@@ -1581,8 +1583,8 @@ msgstr ""
1581
  msgid "Other text"
1582
  msgstr "Άλλο"
1583
 
1584
- #: includes/settings_page.php:1065 wp-live-chat-support.php:445
1585
- #: wp-live-chat-support.php:1194
1586
  #, fuzzy
1587
  #| msgid "This chat has already been answered. Please close the chat window"
1588
  msgid "The chat has been ended by the agent."
@@ -1760,12 +1762,12 @@ msgstr ""
1760
  msgid "Add New"
1761
  msgstr "Προσθήκη Νέου Πράκτορα"
1762
 
1763
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1009
1764
  msgid "Custom Fields"
1765
  msgstr ""
1766
 
1767
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1768
- #: wp-live-chat-support.php:2393
1769
  msgid "Type"
1770
  msgstr "Τύπος"
1771
 
@@ -1774,11 +1776,11 @@ msgid "Content"
1774
  msgstr ""
1775
 
1776
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1777
- #: wp-live-chat-support.php:2396 wp-live-chat-support.php:3379
1778
  msgid "Status"
1779
  msgstr "Κατάσταση"
1780
 
1781
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2589
1782
  msgid "Active"
1783
  msgstr "Ενεργός"
1784
 
@@ -1870,8 +1872,8 @@ msgstr ""
1870
  msgid "Custom Field Data"
1871
  msgstr ""
1872
 
1873
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1008
1874
- #: wp-live-chat-support.php:3968
1875
  msgid "Triggers"
1876
  msgstr ""
1877
 
@@ -1948,7 +1950,7 @@ msgid "Enable Trigger"
1948
  msgstr ""
1949
 
1950
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1951
- #: wp-live-chat-support.php:4698
1952
  msgid "Close"
1953
  msgstr ""
1954
 
@@ -2085,7 +2087,7 @@ msgid "Select Department"
2085
  msgstr ""
2086
 
2087
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2088
- #: wp-live-chat-support.php:3970
2089
  msgid "ROI Goals"
2090
  msgstr ""
2091
 
@@ -2421,7 +2423,7 @@ msgid "Import Settings"
2421
  msgstr "Ρυθμίσεις"
2422
 
2423
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2424
- #: wp-live-chat-support.php:3983
2425
  #, fuzzy
2426
  #| msgid "WP Live Chat History"
2427
  msgid "Chat History"
@@ -2467,21 +2469,21 @@ msgstr "Yποστήριξη"
2467
  msgid "This cannot be undone"
2468
  msgstr ""
2469
 
2470
- #: modules/advanced_tools.php:192
2471
  msgid "Import Failed - Could Not Process File"
2472
  msgstr ""
2473
 
2474
- #: modules/advanced_tools.php:206
2475
  msgid "Import Failed - Could Not Find File"
2476
  msgstr ""
2477
 
2478
- #: modules/advanced_tools.php:218
2479
  #, fuzzy
2480
  #| msgid "complete"
2481
  msgid "Import Complete"
2482
  msgstr "ολοκληρώθηκε"
2483
 
2484
- #: modules/advanced_tools.php:226
2485
  msgid "Thank you, all settings have been updated"
2486
  msgstr "Οι ρυθμίσεις σας έχουν αποθηκευτεί"
2487
 
@@ -2557,7 +2559,7 @@ msgstr ""
2557
  msgid "Data retention purpose"
2558
  msgstr ""
2559
 
2560
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:392
2561
  #, fuzzy
2562
  #| msgid "Support"
2563
  msgid "Chat/Support"
@@ -2620,8 +2622,8 @@ msgstr ""
2620
  msgid "Download Chat (%%CID%%)"
2621
  msgstr ""
2622
 
2623
- #: modules/gdpr.php:162 wp-live-chat-support.php:4240
2624
- #: wp-live-chat-support.php:4300
2625
  #, fuzzy
2626
  #| msgid "Chat Box"
2627
  msgid "Chat ID"
@@ -2645,7 +2647,7 @@ msgid ""
2645
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2646
  msgstr ""
2647
 
2648
- #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:588
2649
  msgid "Privacy Policy"
2650
  msgstr ""
2651
 
@@ -2727,11 +2729,11 @@ msgstr ""
2727
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2728
  msgstr ""
2729
 
2730
- #: modules/gdpr.php:636
2731
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2732
  msgstr ""
2733
 
2734
- #: modules/gdpr.php:668
2735
  msgid "Pro data will also be removed as a part of this automatic process."
2736
  msgstr ""
2737
 
@@ -2758,7 +2760,7 @@ msgstr ""
2758
  msgid "Active visitors"
2759
  msgstr "Ενεργές Συνομιλίες"
2760
 
2761
- #: modules/node_server.php:100 wp-live-chat-support.php:1856
2762
  #, fuzzy
2763
  #| msgid "Initiate Chat"
2764
  msgid "Minimize Chat"
@@ -2777,7 +2779,7 @@ msgid "Invite Department"
2777
  msgstr "Ευθυγράμμιση πλαισίου συνομιλιών"
2778
 
2779
  #: modules/node_server.php:111 modules/node_server.php:881
2780
- #: modules/node_server.php:885 wp-live-chat-support.php:4042
2781
  msgid "Direct User To Page"
2782
  msgstr ""
2783
 
@@ -2792,7 +2794,7 @@ msgid "Leave chat"
2792
  msgstr ""
2793
 
2794
  #: modules/node_server.php:115 modules/node_server.php:883
2795
- #: wp-live-chat-support.php:2601
2796
  msgid "End chat"
2797
  msgstr "Τερμάτισε την συνομιλία"
2798
 
@@ -2857,7 +2859,7 @@ msgid "Contains"
2857
  msgstr "Επικοινωνία"
2858
 
2859
  #: modules/node_server.php:185 modules/node_server.php:893
2860
- #: wp-live-chat-support.php:2391
2861
  msgid "Visitor"
2862
  msgstr "Επισκέπτης"
2863
 
@@ -2914,7 +2916,7 @@ msgstr ""
2914
  msgid "Only chat agents can access this page."
2915
  msgstr ""
2916
 
2917
- #: modules/node_server.php:594 wp-live-chat-support.php:4696
2918
  msgid "Sending transcript..."
2919
  msgstr ""
2920
 
@@ -2924,11 +2926,11 @@ msgstr ""
2924
  msgid "Chat Transcript"
2925
  msgstr "Ρυθμίσεις Παράθυρου Συνομιλιών"
2926
 
2927
- #: modules/node_server.php:597 wp-live-chat-support.php:4699
2928
  msgid "The chat transcript has been emailed."
2929
  msgstr ""
2930
 
2931
- #: modules/node_server.php:598 wp-live-chat-support.php:4700
2932
  msgid "There was a problem emailing the chat."
2933
  msgstr ""
2934
 
@@ -2949,11 +2951,11 @@ msgstr ""
2949
  msgid "User received notification:"
2950
  msgstr ""
2951
 
2952
- #: modules/node_server.php:684 wp-live-chat-support.php:2183
2953
  msgid "New chat received"
2954
  msgstr "Λήφθηκε νέα συνομιλία"
2955
 
2956
- #: modules/node_server.php:685 wp-live-chat-support.php:2185
2957
  msgid ""
2958
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2959
  "chat"
@@ -2983,11 +2985,11 @@ msgstr ""
2983
  msgid "Show me!"
2984
  msgstr ""
2985
 
2986
- #: modules/node_server.php:803 wp-live-chat-support.php:4667
2987
  msgid "Don't Show This Again"
2988
  msgstr ""
2989
 
2990
- #: modules/node_server.php:870 wp-live-chat-support.php:419
2991
  msgid "Connecting..."
2992
  msgstr ""
2993
 
@@ -3061,7 +3063,7 @@ msgstr "Ρυθμίσεις"
3061
  msgid "Webhooks"
3062
  msgstr ""
3063
 
3064
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3969
3065
  msgid "Web Hooks"
3066
  msgstr ""
3067
 
@@ -3125,172 +3127,172 @@ msgstr "Αποθήκευση Ρυθμίσεων"
3125
  msgid "Are you sure you want to delete this webhook?"
3126
  msgstr ""
3127
 
3128
- #: wp-live-chat-support.php:363
3129
  msgid "close"
3130
  msgstr ""
3131
 
3132
- #: wp-live-chat-support.php:383
3133
  #, fuzzy
3134
  #| msgid "WP Live Chat Support"
3135
  msgid "Thank you for chatting with us."
3136
  msgstr "WP Live Chat Support"
3137
 
3138
- #: wp-live-chat-support.php:408 wp-live-chat-support.php:1924
3139
  msgid "Questions?"
3140
  msgstr "Απορίες; "
3141
 
3142
- #: wp-live-chat-support.php:409 wp-live-chat-support.php:1925
3143
  msgid "Chat with us"
3144
  msgstr "Συνομιλήστε μαζί μας"
3145
 
3146
- #: wp-live-chat-support.php:410
3147
  #, fuzzy
3148
  #| msgid "Start Live Chat"
3149
  msgid "Start live chat"
3150
  msgstr "Ξεκινήστε Ζωντανή Συνομιλία"
3151
 
3152
- #: wp-live-chat-support.php:411
3153
  msgid "Complete the fields below to proceed."
3154
  msgstr ""
3155
 
3156
- #: wp-live-chat-support.php:412
3157
  msgid "Chat offline. Leave a message"
3158
  msgstr "Η συνομιλία είναι εκτός σύνδεσης. Αφήστε ένα μήνυμα"
3159
 
3160
- #: wp-live-chat-support.php:413
3161
  msgid ""
3162
  "We are currently offline. Please leave a message and we'll get back to you "
3163
  "shortly."
3164
  msgstr ""
3165
 
3166
- #: wp-live-chat-support.php:414
3167
  msgid "Sending message..."
3168
  msgstr ""
3169
 
3170
- #: wp-live-chat-support.php:415
3171
  #, fuzzy
3172
  #| msgid "Thank you for your feedback. We will be in touch soon"
3173
  msgid "Thank you for your message. We will be in contact soon."
3174
  msgstr "Ευχαριστούμε για τα σχόλια σας. Θα είμαστε σε επαφή σύντομα"
3175
 
3176
- #: wp-live-chat-support.php:416
3177
  #, fuzzy
3178
  #| msgid "Chat offline. Leave a message"
3179
  msgid "Leave a message"
3180
  msgstr "Η συνομιλία είναι εκτός σύνδεσης. Αφήστε ένα μήνυμα"
3181
 
3182
- #: wp-live-chat-support.php:417
3183
  msgid "Send message"
3184
  msgstr ""
3185
 
3186
- #: wp-live-chat-support.php:418
3187
  msgid "Start Chat"
3188
  msgstr "Έναρξη Συνομιλίας"
3189
 
3190
- #: wp-live-chat-support.php:420 wp-live-chat-support.php:2065
3191
- #: wp-live-chat-support.php:2112
3192
  msgid "Reactivating your previous chat..."
3193
  msgstr "Επανενεργοποίηση της προηγούμενης συνομιλία σας..."
3194
 
3195
- #: wp-live-chat-support.php:450
3196
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3197
  msgstr ""
3198
  "Παρακαλούμε κάντε κλικ στο \"Έναρξη Συνομιλίας\" για να ξεκινήσετε μια "
3199
  "συνομιλία με έναν πράκτορα"
3200
 
3201
- #: wp-live-chat-support.php:453
3202
  #, fuzzy
3203
  #| msgid "There is No Answer. Please Try Again Later"
3204
  msgid "No answer. Try again later."
3205
  msgstr "Δεν υπάρχει απάντηση. Παρακαλούμε δοκιμάστε ξανά αργότερα"
3206
 
3207
- #: wp-live-chat-support.php:454
3208
  msgid "Welcome. How may I help you?"
3209
  msgstr ""
3210
 
3211
- #: wp-live-chat-support.php:458
3212
  msgid "Please standby for an agent. Send your message while you wait."
3213
  msgstr ""
3214
 
3215
- #: wp-live-chat-support.php:689
3216
  msgid ""
3217
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3218
  "no longer needed, please uninstall it."
3219
  msgstr ""
3220
 
3221
- #: wp-live-chat-support.php:981 wp-live-chat-support.php:3466
3222
  msgid "Missed Chats"
3223
  msgstr "Αναπάντητες Συζητήσεις"
3224
 
3225
- #: wp-live-chat-support.php:989 wp-live-chat-support.php:3958
3226
  msgid "Support"
3227
  msgstr "Yποστήριξη"
3228
 
3229
- #: wp-live-chat-support.php:1191
3230
  msgid "Please Enter Your Name"
3231
  msgstr ""
3232
 
3233
- #: wp-live-chat-support.php:1192
3234
  msgid "Please Enter Your Email Address"
3235
  msgstr ""
3236
 
3237
- #: wp-live-chat-support.php:1193
3238
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3239
  msgstr ""
3240
 
3241
- #: wp-live-chat-support.php:1195
3242
  #, fuzzy
3243
  #| msgid "Offline Messages"
3244
  msgid "Please Enter a Message"
3245
  msgstr "Μηνύματα Εκτός Σύνδεσης"
3246
 
3247
- #: wp-live-chat-support.php:1196
3248
  msgid "Disconnected, Attempting to Reconnect..."
3249
  msgstr ""
3250
 
3251
- #: wp-live-chat-support.php:1243
3252
  #, fuzzy
3253
  #| msgid "User has opened the chat window"
3254
  msgid "has joined."
3255
  msgstr "Ο χρήστης έχει ανοίξει το παράθυρο συνομιλίας"
3256
 
3257
- #: wp-live-chat-support.php:1244
3258
  msgid "has left."
3259
  msgstr ""
3260
 
3261
- #: wp-live-chat-support.php:1245
3262
  #, fuzzy
3263
  #| msgid "User has opened the chat window"
3264
  msgid "has ended the chat."
3265
  msgstr "Ο χρήστης έχει ανοίξει το παράθυρο συνομιλίας"
3266
 
3267
- #: wp-live-chat-support.php:1246
3268
  msgid "has disconnected."
3269
  msgstr ""
3270
 
3271
- #: wp-live-chat-support.php:1247
3272
  msgid "(edited)"
3273
  msgstr ""
3274
 
3275
- #: wp-live-chat-support.php:1638 wp-live-chat-support.php:1657
3276
  #, fuzzy
3277
  #| msgid "Start Chat"
3278
  msgid "Start chat"
3279
  msgstr "Έναρξη Συνομιλίας"
3280
 
3281
- #: wp-live-chat-support.php:1903 wp-live-chat-support.php:2672
3282
  msgid "Send"
3283
  msgstr "Αποστολή"
3284
 
3285
- #: wp-live-chat-support.php:2308
3286
  msgid "Congratulations"
3287
  msgstr "Συγχαρητήρια"
3288
 
3289
- #: wp-live-chat-support.php:2309
3290
  msgid "You are now accepting live chat requests on your site."
3291
  msgstr "Τώρα αποδέχεστε αιτήματα για ζωντανής συνομιλίας στην ιστοσελίδα σας."
3292
 
3293
- #: wp-live-chat-support.php:2310
3294
  #, fuzzy
3295
  #| msgid "The live chat box has automatically been enabled on your website."
3296
  msgid "The live chat box has automatically been enabled."
@@ -3298,155 +3300,155 @@ msgstr ""
3298
  "Το παράθυρο ζωντανής συνομιλίας έχει ενεργοποιηθεί αυτόματα στην ιστοσελίδα "
3299
  "σας."
3300
 
3301
- #: wp-live-chat-support.php:2311
3302
  msgid "Chat notifications will start appearing once visitors send a request."
3303
  msgstr ""
3304
  "Οι ειδοποιήσεις συνομιλιών θα αρχίσουν να εμφανίζονται όταν οι επισκέπτες "
3305
  "στείλουν αίτημα."
3306
 
3307
- #: wp-live-chat-support.php:2312
3308
  #, php-format
3309
  msgid "You may modify your chat box settings %s"
3310
  msgstr ""
3311
 
3312
- #: wp-live-chat-support.php:2313
3313
  msgid "Experiencing issues?"
3314
  msgstr "Αντιμετωπίζετε προβλήματα;"
3315
 
3316
- #: wp-live-chat-support.php:2313
3317
  msgid "Take a look at our how-to guides."
3318
  msgstr ""
3319
 
3320
- #: wp-live-chat-support.php:2314
3321
  msgid "Hide"
3322
  msgstr "Απόκρυψη"
3323
 
3324
- #: wp-live-chat-support.php:2371
3325
  msgid "Keep this window open to get notified of new chats."
3326
  msgstr ""
3327
 
3328
- #: wp-live-chat-support.php:2377
3329
  #, fuzzy
3330
  #| msgid "Visitors online"
3331
  msgid "Visitor(s) online"
3332
  msgstr "Επισκέπτες σε σύνδεση"
3333
 
3334
- #: wp-live-chat-support.php:2394
3335
  msgid "Device"
3336
  msgstr ""
3337
 
3338
- #: wp-live-chat-support.php:2395
3339
  msgid "Data"
3340
  msgstr "Δεδομένα"
3341
 
3342
- #: wp-live-chat-support.php:2428
3343
  msgid "Chat Dashboard"
3344
  msgstr "Πίνακας ελέγχου συνομιλιών"
3345
 
3346
- #: wp-live-chat-support.php:2431
3347
  msgid "Oh no!"
3348
  msgstr ""
3349
 
3350
- #: wp-live-chat-support.php:2433
3351
  #, php-format
3352
  msgid "You do not have access to this page as %s."
3353
  msgstr ""
3354
 
3355
- #: wp-live-chat-support.php:2433
3356
  #, fuzzy
3357
  #| msgid "You have not missed any chat requests."
3358
  msgid "you are not a chat agent"
3359
  msgstr "Δεν έχετε χάσει κανένα αίτημα συνομιλίας."
3360
 
3361
- #: wp-live-chat-support.php:2587
3362
  msgid "Previous"
3363
  msgstr "Προηγούμενο"
3364
 
3365
- #: wp-live-chat-support.php:2594
3366
  msgid "Chat with"
3367
  msgstr "Συνομίλησε με"
3368
 
3369
- #: wp-live-chat-support.php:2611
3370
  msgid "Starting Time:"
3371
  msgstr ""
3372
 
3373
- #: wp-live-chat-support.php:2612
3374
  msgid "Ending Time:"
3375
  msgstr ""
3376
 
3377
- #: wp-live-chat-support.php:2632
3378
  msgid "Chat initiated on:"
3379
  msgstr "Η συνομιλία ξεκίνησε στις:"
3380
 
3381
- #: wp-live-chat-support.php:2633
3382
  msgid "Browser:"
3383
  msgstr "Πρόγραμμα Περιήγησης:"
3384
 
3385
- #: wp-live-chat-support.php:2659 wp-live-chat-support.php:2698
3386
  #, fuzzy
3387
  #| msgid "Chat Box"
3388
  msgid "Invalid Chat ID"
3389
  msgstr "Πλαίσιο Συνομιλίας"
3390
 
3391
- #: wp-live-chat-support.php:2667
3392
  msgid "type here..."
3393
  msgstr "πληκτρολογήστε εδώ ..."
3394
 
3395
- #: wp-live-chat-support.php:2825
3396
  msgid "User has opened the chat window"
3397
  msgstr "Ο χρήστης έχει ανοίξει το παράθυρο συνομιλίας"
3398
 
3399
- #: wp-live-chat-support.php:2826
3400
  msgid "User has minimized the chat window"
3401
  msgstr "Ο χρήστης έχει ελαχιστοποιήσει το παράθυρο συνομιλίας"
3402
 
3403
- #: wp-live-chat-support.php:2827
3404
  msgid "User has maximized the chat window"
3405
  msgstr "Ο χρήστης έχει μεγιστοποιήσει το παράθυρο συνομιλίας"
3406
 
3407
- #: wp-live-chat-support.php:2828
3408
  msgid "The chat has been ended"
3409
  msgstr ""
3410
 
3411
- #: wp-live-chat-support.php:3369
3412
  #, fuzzy
3413
  #| msgid "History"
3414
  msgid "Delete History"
3415
  msgstr "Ιστορικό"
3416
 
3417
- #: wp-live-chat-support.php:3386
3418
  #, fuzzy
3419
  #| msgid "No chat sessions available at the moment"
3420
  msgid "No chats available at the moment"
3421
  msgstr "Δεν υπάρχουν διαθέσιμες συνεδρίες συνομιλιών αυτήν τη στιγμή"
3422
 
3423
- #: wp-live-chat-support.php:3506
3424
  #, fuzzy
3425
  #| msgid "Action"
3426
  msgid "Actions"
3427
  msgstr "Ενέργεια"
3428
 
3429
- #: wp-live-chat-support.php:3520
3430
  #, fuzzy
3431
  #| msgid "You have not missed any chat requests."
3432
  msgid "You have not received any offline messages."
3433
  msgstr "Δεν έχετε χάσει κανένα αίτημα συνομιλίας."
3434
 
3435
- #: wp-live-chat-support.php:3528
3436
  #, fuzzy
3437
  #| msgid "Offline Messages"
3438
  msgid "Delete Message"
3439
  msgstr "Μηνύματα Εκτός Σύνδεσης"
3440
 
3441
- #: wp-live-chat-support.php:3637
3442
  msgid "You do not have permission to save settings."
3443
  msgstr ""
3444
 
3445
- #: wp-live-chat-support.php:3903
3446
  msgid "Your settings have been saved."
3447
  msgstr "Οι ρυθμίσεις σας έχουν αποθηκευτεί."
3448
 
3449
- #: wp-live-chat-support.php:3932
3450
  #, fuzzy
3451
  #| msgid ""
3452
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
@@ -3462,7 +3464,7 @@ msgstr ""
3462
  "Support ως αποτέλεσμα αυτού. Παρακαλούμε επικοινωνήστε με τον πάροχό σας "
3463
  "προκειμένου να ενεργοποιήσετε αυτήν την λειτουργία."
3464
 
3465
- #: wp-live-chat-support.php:3938
3466
  #, fuzzy
3467
  #| msgid ""
3468
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
@@ -3478,320 +3480,308 @@ msgstr ""
3478
  "Support ως αποτέλεσμα αυτής. Παρακαλούμε επικοινωνήστε με τον πάροχό σας για "
3479
  "να απενεργοποιήσετε αυτήν την λειτουργία."
3480
 
3481
- #: wp-live-chat-support.php:3961 wp-live-chat-support.php:3965
3482
  #, fuzzy
3483
  #| msgid "Advanced Info"
3484
  msgid "Plugin Features"
3485
  msgstr "Πληροφορίες για προχωρημένους"
3486
 
3487
- #: wp-live-chat-support.php:3963
3488
  msgid ""
3489
  "Check out these features and get up to speed with what you can do with WP "
3490
  "Live Chat:"
3491
  msgstr ""
3492
 
3493
- #: wp-live-chat-support.php:3966
3494
  msgid "Reporting"
3495
  msgstr ""
3496
 
3497
- #: wp-live-chat-support.php:3967
3498
  msgid "Localization"
3499
  msgstr ""
3500
 
3501
- #: wp-live-chat-support.php:3975
3502
  #, fuzzy
3503
  #| msgid "Chat Active"
3504
  msgid "Chat FAQs"
3505
  msgstr "Συνομιλία Ενεργή"
3506
 
3507
- #: wp-live-chat-support.php:3977
3508
  msgid ""
3509
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3510
  "agents:"
3511
  msgstr ""
3512
 
3513
- #: wp-live-chat-support.php:3979
3514
  #, fuzzy
3515
  #| msgid "Chat with us"
3516
  msgid "Chat with Visitors"
3517
  msgstr "Συνομιλήστε μαζί μας"
3518
 
3519
- #: wp-live-chat-support.php:3980
3520
  #, fuzzy
3521
  #| msgid "Chat with us"
3522
  msgid "Chat with Agents"
3523
  msgstr "Συνομιλήστε μαζί μας"
3524
 
3525
- #: wp-live-chat-support.php:3984
3526
  #, fuzzy
3527
  #| msgid "Chat with us"
3528
  msgid "Chat Invites"
3529
  msgstr "Συνομιλήστε μαζί μας"
3530
 
3531
- #: wp-live-chat-support.php:3989
3532
  #, fuzzy
3533
  #| msgid "Settings"
3534
  msgid "Settings & Customization"
3535
  msgstr "Ρυθμίσεις"
3536
 
3537
- #: wp-live-chat-support.php:3991
3538
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3539
  msgstr ""
3540
 
3541
- #: wp-live-chat-support.php:3995
3542
  #, fuzzy
3543
  #| msgid "Chat Window Settings"
3544
  msgid "Agent Settings"
3545
  msgstr "Ρυθμίσεις Παράθυρου Συνομιλιών"
3546
 
3547
- #: wp-live-chat-support.php:4002
3548
  msgid "Troubleshooting"
3549
  msgstr "Αντιμετώπιση προβλημάτων"
3550
 
3551
- #: wp-live-chat-support.php:4004
3552
  msgid ""
3553
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3554
  "issues:"
3555
  msgstr ""
3556
 
3557
- #: wp-live-chat-support.php:4006
3558
  msgid "My Chat Box Is Not Showing"
3559
  msgstr ""
3560
 
3561
- #: wp-live-chat-support.php:4007
3562
  #, fuzzy
3563
  #| msgid "I'm not getting any notifications of a new chat"
3564
  msgid "Not Receiving Notifications of New Chats"
3565
  msgstr "Δεν λαμβάνω καθόλου ειδοποιήσεις από νέες συνομιλίες"
3566
 
3567
- #: wp-live-chat-support.php:4008
3568
- #, fuzzy
3569
- #| msgid "The chat window never goes offline"
3570
- msgid "The Chat Box Never Goes Offline"
3571
- msgstr "Το παράθυρο συνομιλιών δεν βγαίνει ποτέ εκτός σύνδεσης"
3572
-
3573
- #: wp-live-chat-support.php:4009
3574
- #, fuzzy
3575
- #| msgid "This chat has already been answered. Please close the chat window"
3576
- msgid "Chat Has Already Been Answered"
3577
- msgstr "Αυτή η συζήτηση έχει ήδη απαντηθεί. Κλείστε το παράθυρο συνομιλίας"
3578
-
3579
- #: wp-live-chat-support.php:4010
3580
  #, fuzzy
3581
  #| msgid "How do I check for JavaScript errors on my site?"
3582
  msgid "Check for JavaScript Errors"
3583
  msgstr "Πώς ελέγχω για προβλήματα JavaScript στην ιστοσελίδα μου;"
3584
 
3585
- #: wp-live-chat-support.php:4038
3586
  msgid "Initiate Chats"
3587
  msgstr "Ξεκινά Συνομιλίες"
3588
 
3589
- #: wp-live-chat-support.php:4039
3590
  msgid "Multiple Chats"
3591
  msgstr "Πολλαπλές Συνομιλίες"
3592
 
3593
- #: wp-live-chat-support.php:4040
3594
  msgid "Add unlimited agents"
3595
  msgstr "Προσθέστε απεριόριστους πράκτορες"
3596
 
3597
- #: wp-live-chat-support.php:4041
3598
  #, fuzzy
3599
  #| msgid "Missed Chats"
3600
  msgid "Transfer Chats"
3601
  msgstr "Αναπάντητες Συζητήσεις"
3602
 
3603
- #: wp-live-chat-support.php:4060
3604
  #, fuzzy, php-format
3605
  #| msgid "WP Live Chat Support"
3606
  msgid "Thank you for using %s! Please %s on %s"
3607
  msgstr "WP Live Chat Support"
3608
 
3609
- #: wp-live-chat-support.php:4060
3610
  msgid "rate us"
3611
  msgstr ""
3612
 
3613
- #: wp-live-chat-support.php:4241 wp-live-chat-support.php:4301
3614
  msgid "From"
3615
  msgstr ""
3616
 
3617
- #: wp-live-chat-support.php:4243 wp-live-chat-support.php:4303
3618
  #, fuzzy
3619
  #| msgid "Time"
3620
  msgid "Timestamp"
3621
  msgstr "Χρόνος"
3622
 
3623
- #: wp-live-chat-support.php:4244 wp-live-chat-support.php:4304
3624
  msgid "Origin"
3625
  msgstr ""
3626
 
3627
- #: wp-live-chat-support.php:4249 wp-live-chat-support.php:4309
3628
  msgid "user"
3629
  msgstr ""
3630
 
3631
- #: wp-live-chat-support.php:4251 wp-live-chat-support.php:4311
3632
  #, fuzzy
3633
  #| msgid "Agents"
3634
  msgid "agent"
3635
  msgstr "Πράκτορες"
3636
 
3637
- #: wp-live-chat-support.php:4406
3638
  #, fuzzy
3639
  #| msgid "Advanced Info"
3640
  msgid "Advanced settings"
3641
  msgstr "Πληροφορίες για προχωρημένους"
3642
 
3643
- #: wp-live-chat-support.php:4413
3644
  msgid "Only change these settings if you are experiencing performance issues."
3645
  msgstr ""
3646
 
3647
- #: wp-live-chat-support.php:4420
3648
  msgid "Website hosting type:"
3649
  msgstr ""
3650
 
3651
- #: wp-live-chat-support.php:4424
3652
  #, fuzzy
3653
  #| msgid "Colour Scheme 6"
3654
  msgid "Custom parameters"
3655
  msgstr "Παλέτα Χρωμάτων 6"
3656
 
3657
- #: wp-live-chat-support.php:4425
3658
  msgid "Shared hosting - low level plan"
3659
  msgstr ""
3660
 
3661
- #: wp-live-chat-support.php:4426
3662
  msgid "Shared hosting - normal plan"
3663
  msgstr ""
3664
 
3665
- #: wp-live-chat-support.php:4427
3666
  msgid "VPS"
3667
  msgstr ""
3668
 
3669
- #: wp-live-chat-support.php:4428
3670
  msgid "Dedicated server"
3671
  msgstr ""
3672
 
3673
- #: wp-live-chat-support.php:4434
3674
  msgid "Long poll setup"
3675
  msgstr ""
3676
 
3677
- #: wp-live-chat-support.php:4434
3678
  msgid ""
3679
  "Only change these if you are an experienced developer or if you have "
3680
  "received these figures from the WP Live Chat by 3CX team."
3681
  msgstr ""
3682
 
3683
- #: wp-live-chat-support.php:4439
3684
  #, fuzzy
3685
  #| msgid "Questions?"
3686
  msgid "Iterations"
3687
  msgstr "Απορίες; "
3688
 
3689
- #: wp-live-chat-support.php:4443
3690
  msgid "Sleep between loops"
3691
  msgstr ""
3692
 
3693
- #: wp-live-chat-support.php:4446
3694
  msgid "milliseconds"
3695
  msgstr ""
3696
 
3697
- #: wp-live-chat-support.php:4469
3698
  #, fuzzy
3699
  #| msgid "WP Live Chat Support"
3700
  msgid "Show 'Powered by' in chat box"
3701
  msgstr "WP Live Chat Support"
3702
 
3703
- #: wp-live-chat-support.php:4469
3704
  msgid ""
3705
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3706
  "bottom of your chatbox."
3707
  msgstr ""
3708
 
3709
- #: wp-live-chat-support.php:4511
3710
  #, fuzzy
3711
  #| msgid "WP Live Chat Support"
3712
  msgid "Powered by WP Live Chat by 3CX"
3713
  msgstr "WP Live Chat Support"
3714
 
3715
- #: wp-live-chat-support.php:4665
3716
  msgid ""
3717
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3718
  msgstr ""
3719
 
3720
- #: wp-live-chat-support.php:4666
3721
  msgid ""
3722
  "Please add an SSL certificate to your site to continue receiving chat "
3723
  "notifications in your browser."
3724
  msgstr ""
3725
 
3726
- #: wp-live-chat-support.php:4679
3727
  msgid ""
3728
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3729
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3730
  msgstr ""
3731
 
3732
- #: wp-live-chat-support.php:4686
3733
  msgid "Email transcript to user"
3734
  msgstr ""
3735
 
3736
- #: wp-live-chat-support.php:4697
3737
  msgid "Sending Transcript"
3738
  msgstr ""
3739
 
3740
- #: wp-live-chat-support.php:4771
3741
  #, php-format
3742
  msgid "Your chat transcript from %1$s"
3743
  msgstr ""
3744
 
3745
- #: wp-live-chat-support.php:4862
3746
  #, fuzzy
3747
  #| msgid "Chat Window Settings"
3748
  msgid "Chat Transcript Settings"
3749
  msgstr "Ρυθμίσεις Παράθυρου Συνομιλιών"
3750
 
3751
- #: wp-live-chat-support.php:4865
3752
  msgid "Enable chat transcripts:"
3753
  msgstr ""
3754
 
3755
- #: wp-live-chat-support.php:4873
3756
  msgid "Send transcripts to:"
3757
  msgstr ""
3758
 
3759
- #: wp-live-chat-support.php:4880
3760
  msgid "User"
3761
  msgstr ""
3762
 
3763
- #: wp-live-chat-support.php:4891
3764
  msgid "Send transcripts when chat ends:"
3765
  msgstr ""
3766
 
3767
- #: wp-live-chat-support.php:4899
3768
  #, fuzzy
3769
  #| msgid "Email"
3770
  msgid "Email body"
3771
  msgstr "Ηλεκτρονικό Ταχυδρομείο"
3772
 
3773
- #: wp-live-chat-support.php:4909
3774
  #, fuzzy
3775
  #| msgid "Email Address"
3776
  msgid "Email header"
3777
  msgstr "Διεύθυνση Ηλεκτρονικού Ταχυδρομείου"
3778
 
3779
- #: wp-live-chat-support.php:4918
3780
  msgid "Email footer"
3781
  msgstr ""
3782
 
3783
- #: wp-live-chat-support.php:4994
3784
  msgid ""
3785
  "Please note, local message encryption and local server options will be "
3786
  "deprecated in the next major release. All encryption and message delivery "
3787
  "will handled by our external servers in future."
3788
  msgstr ""
3789
 
3790
- #: wp-live-chat-support.php:4997
3791
  msgid "Deprecation Notice - Message Encryption & Local Server"
3792
  msgstr ""
3793
 
3794
- #: wp-live-chat-support.php:4999
3795
  msgid "Dismiss"
3796
  msgstr ""
3797
 
@@ -3823,9 +3813,29 @@ msgstr ""
3823
  "με το WP Live Chat Support. Δεν απαιτούνται συνδέσεις τρίτων."
3824
 
3825
  #. Author of the plugin/theme
3826
- msgid "wordpress3cx"
3827
  msgstr ""
3828
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3829
  #~ msgid "Whois for"
3830
  #~ msgstr "Για ποιόν είναι"
3831
 
@@ -4499,9 +4509,6 @@ msgstr ""
4499
  #~ msgid "We'd love to hear your comments and/or suggestions"
4500
  #~ msgstr "Θα θέλαμε πολύ να ακούσουμε τα σχόλια και/ή τις προτάσεις σας"
4501
 
4502
- #~ msgid "Get Pro Add-on to accept more chats"
4503
- #~ msgstr "Αγοράστε την Pro επέκταση για να αποδέχεστε περισσότερες συνομιλίες"
4504
-
4505
  #~ msgid "This chat is active"
4506
  #~ msgstr "Αυτή η συνομιλία είναι ενεργή"
4507
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
+ "POT-Creation-Date: 2019-10-17 11:30+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:30+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: el_GR\n"
19
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
25
+ #: wp-live-chat-support.php:4864
26
  msgid "Admin"
27
  msgstr ""
28
 
64
  msgid "End Chat"
65
  msgstr "Τερμάτισε την συνομιλία"
66
 
67
+ #: functions.php:1021
68
  msgid "complete"
69
  msgstr "ολοκληρώθηκε"
70
 
71
+ #: functions.php:1024
72
  msgid "pending"
73
  msgstr "εκκρεμεί"
74
 
75
+ #: functions.php:1027
76
  msgid "active"
77
  msgstr "ενεργό"
78
 
79
+ #: functions.php:1030
80
  msgid "deleted"
81
  msgstr "διαγραμμένο "
82
 
83
+ #: functions.php:1033
84
  msgid "browsing"
85
  msgstr "πλοήγηση"
86
 
87
+ #: functions.php:1036
88
  msgid "requesting chat"
89
  msgstr "ζητείται συνομιλία"
90
 
91
+ #: functions.php:1039
92
  msgid "Chat Ended - User still browsing"
93
  msgstr "Η συνομιλία τερματίστηκε - Ο χρήστης ακόμα περιηγείται"
94
 
95
+ #: functions.php:1042
96
  msgid "User is browsing but doesn't want to chat"
97
  msgstr "Ο χρήστης περιηγείται, αλλά δεν θέλει να συνομιλήσει"
98
 
99
+ #: functions.php:1181 includes/settings_page.php:774
100
  #, fuzzy
101
  #| msgid "WP Live Chat Offline Messages"
102
  msgid "WP Live Chat by 3CX - Offline Message from "
103
  msgstr "Μηνύματα εκτός σύνδεσης WP Live Chat"
104
 
105
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
106
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
107
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
108
  #: includes/wplc_roi.php:160 modules/node_server.php:81
109
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
110
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
111
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
112
  msgid "Name"
113
  msgstr "Όνομα"
114
 
115
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
116
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
117
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
118
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
119
  msgid "Email"
120
  msgstr "Ηλεκτρονικό Ταχυδρομείο"
121
 
122
+ #: functions.php:1184 wp-live-chat-support.php:1782
123
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
124
+ #: wp-live-chat-support.php:4281
125
  #, fuzzy
126
  #| msgid "Offline Messages"
127
  msgid "Message"
128
  msgstr "Μηνύματα Εκτός Σύνδεσης"
129
 
130
+ #: functions.php:1185
131
  #, fuzzy
132
  #| msgid "WP Live Chat Support"
133
  msgid "Via WP Live Chat by 3CX"
134
  msgstr "WP Live Chat Support"
135
 
136
+ #: functions.php:1484 wp-live-chat-support.php:3313
137
  msgid "Error: Could not delete chat"
138
  msgstr ""
139
 
140
+ #: functions.php:1486 wp-live-chat-support.php:3317
141
  #, fuzzy
142
  #| msgid "Chat enabled"
143
  msgid "Chat Deleted"
144
  msgstr "Συνομιλία ενεργοποιημένη"
145
 
146
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
147
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
148
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
149
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
151
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
152
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
153
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
154
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
155
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
156
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
157
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
158
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
159
+ #: wp-live-chat-support.php:4191
160
  msgid "You do not have permission do perform this action"
161
  msgstr ""
162
 
163
+ #: functions.php:1495 wp-live-chat-support.php:3326
164
  msgid "Are you sure you would like to delete this chat?"
165
  msgstr ""
166
 
167
+ #: functions.php:1496 includes/settings_page.php:142
168
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
169
  msgid "Yes"
170
  msgstr "Ναι"
171
 
172
+ #: functions.php:1496 includes/settings_page.php:143
173
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
174
  msgid "No"
175
  msgstr "Οχι"
176
 
177
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
178
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
179
+ #: wp-live-chat-support.php:3483
180
  msgid "Date"
181
  msgstr "Ημερομηνία"
182
 
183
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
184
  msgid "URL"
185
  msgstr "URL"
186
 
187
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
188
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
189
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
190
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
191
  msgid "Action"
192
  msgstr "Ενέργεια"
193
 
194
+ #: functions.php:1523
195
  msgid "You have not missed any chat requests."
196
  msgstr "Δεν έχετε χάσει κανένα αίτημα συνομιλίας."
197
 
198
+ #: functions.php:1530 wp-live-chat-support.php:3381
199
  #, fuzzy
200
  #| msgid "WP Live Chat History"
201
  msgid "View Chat History"
202
  msgstr "Ιστορίκο WP Live Chat"
203
 
204
+ #: functions.php:1530 wp-live-chat-support.php:3381
205
  #, fuzzy
206
  #| msgid "WP Live Chat History"
207
  msgid "Download Chat History"
208
  msgstr "Ιστορίκο WP Live Chat"
209
 
210
+ #: functions.php:1724
211
  #, fuzzy
212
  #| msgid "Open Chat Window"
213
  msgid "Open chat window via"
214
  msgstr "Άνοιγμα Παραθύρου Συνομιλίας"
215
 
216
+ #: functions.php:1728
217
  msgid "Click"
218
  msgstr ""
219
 
220
+ #: functions.php:1729
221
  msgid "Hover"
222
  msgstr ""
223
 
224
+ #: functions.php:1731
225
  msgid "element with"
226
  msgstr ""
227
 
228
+ #: functions.php:1733
229
  msgid "Class"
230
  msgstr ""
231
 
232
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
233
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
234
  #: includes/wplc_roi.php:159
235
  msgid "ID"
236
  msgstr ""
237
 
238
+ #: functions.php:2005 functions.php:2011 functions.php:2016
239
  #: includes/dashboard_page.php:58 modules/node_server.php:134
240
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
241
  #, fuzzy
242
  #| msgid "Assign Quick Response"
243
  msgid "Quick Responses"
244
  msgstr "Όρισε Γρήγορη Απαντήση"
245
 
246
+ #: functions.php:2006 includes/settings_page.php:322
247
  #, fuzzy
248
  #| msgid "Assign Quick Response"
249
  msgid "Quick Response"
250
  msgstr "Όρισε Γρήγορη Απαντήση"
251
 
252
+ #: functions.php:2007 functions.php:2010
253
  #, fuzzy
254
  #| msgid "Assign Quick Response"
255
  msgid "New Quick Response"
256
  msgstr "Όρισε Γρήγορη Απαντήση"
257
 
258
+ #: functions.php:2008 modules/node_server.php:1031
259
  #, fuzzy
260
  #| msgid "Assign Quick Response"
261
  msgid "Add New Quick Response"
262
  msgstr "Όρισε Γρήγορη Απαντήση"
263
 
264
+ #: functions.php:2009
265
  #, fuzzy
266
  #| msgid "Assign Quick Response"
267
  msgid "Edit Quick Response"
268
  msgstr "Όρισε Γρήγορη Απαντήση"
269
 
270
+ #: functions.php:2012
271
  #, fuzzy
272
  #| msgid "Assign Quick Response"
273
  msgid "View Quick Responses"
274
  msgstr "Όρισε Γρήγορη Απαντήση"
275
 
276
+ #: functions.php:2013
277
  #, fuzzy
278
  #| msgid "What are Quick Responses?"
279
  msgid "Search Quick Responses"
280
  msgstr "Τι είναι οι γρήγορες απαντήσεις;"
281
 
282
+ #: functions.php:2014
283
  #, fuzzy
284
  #| msgid "Assign Quick Response"
285
  msgid "No Quick Responses found"
286
  msgstr "Όρισε Γρήγορη Απαντήση"
287
 
288
+ #: functions.php:2015
289
  #, fuzzy
290
  #| msgid "Add Quick Responses to your Live Chat"
291
  msgid "No Quick Responses found in the Trash"
292
  msgstr "Προσθέστε Γρήγορες Απαντήσεις στις Ζωντανές Συνομιλίες σας"
293
 
294
+ #: functions.php:2020
295
  #, fuzzy
296
  #| msgid "Add Quick Responses to your Live Chat"
297
  msgid "Quick Responses for WP Live Chat by 3CX"
298
  msgstr "Προσθέστε Γρήγορες Απαντήσεις στις Ζωντανές Συνομιλίες σας"
299
 
300
+ #: functions.php:2054
301
  msgid "Sort Order"
302
  msgstr ""
303
 
304
+ #: functions.php:2090 includes/settings_page.php:331
305
  msgid "Title"
306
  msgstr ""
307
 
308
+ #: functions.php:2091
309
  msgid "Order"
310
  msgstr ""
311
 
312
+ #: functions.php:2092 includes/settings_page.php:1182
313
  msgid "Author"
314
  msgstr "Συγγραφέας"
315
 
316
+ #: functions.php:2135 wp-live-chat-support.php:461
317
  msgid "Press ENTER to send your message"
318
  msgstr "Πιέστε το πλήκτρο ENTER για να στείλετε το μήνυμά σας"
319
 
320
+ #: functions.php:2174 functions.php:2178
321
  msgid "Assign Quick Response"
322
  msgstr "Όρισε Γρήγορη Απαντήση"
323
 
324
+ #: functions.php:2181 includes/settings_page.php:1164
325
  msgid "Select"
326
  msgstr "Επιλέξτε"
327
 
328
+ #: functions.php:2187
329
  #, fuzzy
330
  #| msgid "Chat with us"
331
  msgid "What is this?"
332
  msgstr "Συνομιλήστε μαζί μας"
333
 
334
+ #: functions.php:2229
335
  #, php-format
336
  msgid "Incoming chat from %s (%s) on %s"
337
  msgstr ""
338
 
339
+ #: functions.php:2235
340
  #, php-format
341
  msgid "%s (%s) wants to chat with you."
342
  msgstr ""
343
 
344
+ #: functions.php:2240
345
  #, php-format
346
  msgid "Log in: %s"
347
  msgstr ""
348
 
349
+ #: functions.php:2567
350
  msgid "Status (Online)"
351
  msgstr ""
352
 
353
+ #: functions.php:2568
354
  msgid "Online"
355
  msgstr "Σε σύνδεση"
356
 
357
+ #: functions.php:2569
358
  #, fuzzy
359
  #| msgid "Online"
360
  msgid "Offline"
361
  msgstr "Σε σύνδεση"
362
 
363
+ #: functions.php:2570
364
  msgid "Status (Offline)"
365
  msgstr ""
366
 
367
+ #: functions.php:2581
368
  msgid ""
369
  "You have set your status to offline. To view visitors and accept chats "
370
  "please set your status to online using the switch above."
371
  msgstr ""
372
 
373
+ #: functions.php:2651
374
  msgid "Encryption"
375
  msgstr "Κωδικοποίηση"
376
 
377
+ #: functions.php:2657 includes/settings_page.php:1225
378
+ #: wp-live-chat-support.php:3977
379
  msgid "Business Hours"
380
  msgstr ""
381
 
382
+ #: functions.php:2859
383
  msgid "Initiate Chat"
384
  msgstr "Έναρξη Συνομιλίας"
385
 
386
+ #: functions.php:2951
387
  #, fuzzy
388
  #| msgid "Connecting you to a sales person. Please be patient."
389
  msgid "Attempting to open the chat window... Please be patient."
390
  msgstr "Σας συνδέουμε με έναν πωλητή . Παρακαλούμε να είστε υπομονετικοί."
391
 
392
+ #: functions.php:2968
393
  msgid ""
394
  "You are not a chat agent. Please make yourself a chat agent before trying to "
395
  "chat to visitors"
396
  msgstr ""
397
 
398
+ #: functions.php:3163 functions.php:3179 functions.php:3194
399
  #, fuzzy
400
  #| msgid "Chat Active"
401
  msgid "Chat Agent"
402
  msgstr "Συνομιλία Ενεργή"
403
 
404
+ #: functions.php:3168 functions.php:3184
405
  msgid "Make this user a chat agent"
406
  msgstr ""
407
 
408
+ #: functions.php:3198
409
  msgid "Your user role does not allow you to make yourself a chat agent."
410
  msgstr ""
411
 
412
+ #: functions.php:3199
413
  msgid "Please contact the administrator of this website to change this."
414
  msgstr ""
415
 
416
+ #: functions.php:3218
417
  #, fuzzy
418
  #| msgid "This chat has already been answered. Please close the chat window"
419
  msgid "This chat has already been answered by another agent."
420
  msgstr "Αυτή η συζήτηση έχει ήδη απαντηθεί. Κλείστε το παράθυρο συνομιλίας"
421
 
422
+ #: functions.php:3460 wp-live-chat-support.php:2314
423
  msgid "Agent(s) online"
424
  msgstr "Πράκτορες​ σε σύνδεση"
425
 
426
+ #: functions.php:3514
427
  #, fuzzy
428
  #| msgid "Agent(s) online"
429
  msgid "Chat Agent Online"
430
  msgstr "Πράκτορες​ σε σύνδεση"
431
 
432
+ #: functions.php:3516 functions.php:3520
433
  #, fuzzy
434
  #| msgid "Agent(s) online"
435
  msgid "Chat Agents Online"
436
  msgstr "Πράκτορες​ σε σύνδεση"
437
 
438
+ #: functions.php:3628 includes/settings_page.php:1153
439
+ #: wp-live-chat-support.php:2260
440
  msgid "Remove"
441
  msgstr ""
442
 
443
+ #: functions.php:3631 wp-live-chat-support.php:2263
444
  msgid "Typing..."
445
  msgstr ""
446
 
447
+ #: functions.php:4001
448
  #, fuzzy
449
  #| msgid "Experiencing issues?"
450
  msgid "User Experience Ratings"
451
  msgstr "Αντιμετωπίζετε προβλήματα;"
452
 
453
+ #: functions.php:4008
454
  msgid "Agent Statistics"
455
  msgstr ""
456
 
457
+ #: functions.php:4051 functions.php:4090
458
  msgid "Satisfaction Rating"
459
  msgstr ""
460
 
461
+ #: functions.php:4052 functions.php:4091
462
  msgid "Rating Count"
463
  msgstr ""
464
 
465
+ #: functions.php:4052 functions.php:4091
466
  msgid "Good"
467
  msgstr ""
468
 
469
+ #: functions.php:4052 functions.php:4091
470
  msgid "Bad"
471
  msgstr ""
472
 
473
+ #: functions.php:4162 includes/dashboard_page.php:56
474
+ #: wp-live-chat-support.php:1015
475
  #, fuzzy
476
  #| msgid "Support"
477
  msgid "Reports"
478
  msgstr "Yποστήριξη"
479
 
480
+ #: functions.php:4165 includes/wplc_roi.php:161
481
  msgid "Overview"
482
  msgstr ""
483
 
484
+ #: functions.php:4166
485
  msgid "Popular Pages"
486
  msgstr ""
487
 
488
+ #: functions.php:4184
489
  #, fuzzy
490
  #| msgid "Agents"
491
  msgid "Total Agents"
492
  msgstr "Πράκτορες"
493
 
494
+ #: functions.php:4184
495
  msgid "Total number of agents that used the live chat"
496
  msgstr ""
497
 
498
+ #: functions.php:4185
499
  #, fuzzy
500
  #| msgid "Start Chat"
501
  msgid "Total Chats"
502
  msgstr "Έναρξη Συνομιλίας"
503
 
504
+ #: functions.php:4185
505
  #, fuzzy
506
  #| msgid "New chat received"
507
  msgid "Total number of chats received"
508
  msgstr "Λήφθηκε νέα συνομιλία"
509
 
510
+ #: functions.php:4186
511
  msgid "Total URLs"
512
  msgstr ""
513
 
514
+ #: functions.php:4186
515
  msgid "Total number of URLs a chat was initiated on"
516
  msgstr ""
517
 
518
+ #: functions.php:4187
519
  msgid "Chats per day"
520
  msgstr ""
521
 
522
+ #: functions.php:4188
523
  msgid "Popular pages a chat was initiated on"
524
  msgstr ""
525
 
526
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
527
  msgid "Unknown"
528
  msgstr ""
529
 
530
+ #: functions.php:4265
531
  msgid "Count"
532
  msgstr ""
533
 
534
+ #: functions.php:4291
535
  #, fuzzy
536
  #| msgid "Enable Encryption"
537
  msgid "Enable Manual Chat Initiation:"
538
  msgstr "Ενεργοποίηση Κωδικοποίησης"
539
 
540
+ #: functions.php:4291
541
  msgid ""
542
  "Enabling this feature will allow agents to start a chat with website "
543
  "visitors. This feature increases server load while enabled."
544
  msgstr ""
545
 
546
+ #: functions.php:4295 modules/advanced_features.php:73
547
  msgid ""
548
  "This feature is only available when you select 3CX High Performance Cloud "
549
  "Servers in Advanced Features."
550
  msgstr ""
551
 
552
+ #: functions.php:4382
553
  #, fuzzy
554
  #| msgid "Thank you for your feedback. We will be in touch soon"
555
  msgid "Thank you for inquiry. We will get back to you shortly"
556
  msgstr "Ευχαριστούμε για τα σχόλια σας. Θα είμαστε σε επαφή σύντομα"
557
 
558
+ #: functions.php:4560 wp-live-chat-support.php:4550
559
  msgid "The Live Chat box is currently disabled on your website due to:"
560
  msgstr ""
561
 
562
+ #: functions.php:4561 wp-live-chat-support.php:4551
563
  #, fuzzy
564
  #| msgid "General Settings"
565
  msgid "Business Hours Settings"
566
  msgstr "Γενικές Ρυθμίσεις"
567
 
568
+ #: functions.php:4612
569
  msgid "Edit Profile"
570
  msgstr ""
571
 
572
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
573
  msgid "Drag Files Here"
574
  msgstr ""
575
 
576
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
577
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
578
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
579
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
583
  msgid "Delete"
584
  msgstr "διαγραμμένο "
585
 
586
+ #: functions.php:4647
587
  #, fuzzy
588
  #| msgid "Send"
589
  msgid "Send..."
590
  msgstr "Αποστολή"
591
 
592
+ #: functions.php:4648 functions.php:4693
593
  msgid "Play voice note"
594
  msgstr ""
595
 
596
+ #: functions.php:4692
597
  msgid "Save..."
598
  msgstr ""
599
 
600
+ #: functions.php:4780 wp-live-chat-support.php:1248
601
+ #: wp-live-chat-support.php:2791
602
  msgid "is typing..."
603
  msgstr ""
604
 
605
+ #: functions.php:4782
606
+ msgid "There are no visitors on your site at the moment"
607
+ msgstr ""
608
+
609
+ #: functions.php:4783
610
+ msgid "Connection to the server lost, reconnecting..."
611
+ msgstr ""
612
+
613
+ #: functions.php:4784
614
+ #, fuzzy
615
+ #| msgid "Get Pro Add-on to accept more chats"
616
+ msgid "Agent offline - not accepting chats"
617
+ msgstr "Αγοράστε την Pro επέκταση για να αποδέχεστε περισσότερες συνομιλίες"
618
+
619
+ #: functions.php:4800
620
  msgid "An error has occured while fetching the news feed."
621
  msgstr ""
622
 
623
+ #: functions.php:4897
624
  msgid "Default"
625
  msgstr ""
626
 
627
+ #: functions.php:5200 functions.php:5204
628
  msgid "You do not have permission to perform this action"
629
  msgstr ""
630
 
 
 
 
 
 
 
631
  #: includes/blocks/wplc-chat-box/index.php:30
632
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
633
  msgid "Gutenberg Blocks"
634
  msgstr ""
635
 
679
  msgid "Displays the chosen icon"
680
  msgstr ""
681
 
682
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
683
+ #: wp-live-chat-support.php:1899
684
  #, fuzzy
685
  #| msgid "type here..."
686
  msgid "Type here"
687
  msgstr "πληκτρολογήστε εδώ ..."
688
 
689
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
690
  msgid "Live Chat"
691
  msgstr "Ζωντανή Συνομιλία"
692
 
693
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
 
 
 
 
 
 
694
  #, fuzzy
695
  #| msgid "Chat Dashboard"
696
  msgid "Dashboard"
713
  msgid "Missed"
714
  msgstr "Αναπάντητες Συζητήσεις"
715
 
716
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
717
+ #: wp-live-chat-support.php:3420
718
  msgid "History"
719
  msgstr "Ιστορικό"
720
 
721
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
722
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
723
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
724
+ #: wp-live-chat-support.php:3963
725
  msgid "Offline Messages"
726
  msgstr "Μηνύματα Εκτός Σύνδεσης"
727
 
731
  msgstr ""
732
 
733
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
734
+ #: wp-live-chat-support.php:981
735
  msgid "Settings"
736
  msgstr "Ρυθμίσεις"
737
 
810
  msgstr "Ο χρήστης έχει ανοίξει το παράθυρο συνομιλίας"
811
 
812
  #: includes/settings_page.php:98 includes/settings_page.php:136
813
+ #: wp-live-chat-support.php:3974
814
  msgid "General Settings"
815
  msgstr "Γενικές Ρυθμίσεις"
816
 
861
  msgid "This name will be displayed for all not logged in visitors"
862
  msgstr ""
863
 
864
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
865
  msgid "Guest"
866
  msgstr ""
867
 
1086
  "and send it to agent once they hold on CTRL + SPACEBAR"
1087
  msgstr ""
1088
 
1089
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
1090
  #, fuzzy
1091
  #| msgid "Chat Window Settings"
1092
  msgid "Chat Box Settings"
1168
  msgid "Display a timestamp in the chat window:"
1169
  msgstr "Ο χρήστης έχει μεγιστοποιήσει το παράθυρο συνομιλίας"
1170
 
1171
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1172
  msgid "Time"
1173
  msgstr "Χρόνος"
1174
 
1518
  msgstr ""
1519
 
1520
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1521
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1522
  msgid "here"
1523
  msgstr ""
1524
 
1583
  msgid "Other text"
1584
  msgstr "Άλλο"
1585
 
1586
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1587
+ #: wp-live-chat-support.php:1202
1588
  #, fuzzy
1589
  #| msgid "This chat has already been answered. Please close the chat window"
1590
  msgid "The chat has been ended by the agent."
1762
  msgid "Add New"
1763
  msgstr "Προσθήκη Νέου Πράκτορα"
1764
 
1765
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1766
  msgid "Custom Fields"
1767
  msgstr ""
1768
 
1769
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1770
+ #: wp-live-chat-support.php:2374
1771
  msgid "Type"
1772
  msgstr "Τύπος"
1773
 
1776
  msgstr ""
1777
 
1778
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1779
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1780
  msgid "Status"
1781
  msgstr "Κατάσταση"
1782
 
1783
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1784
  msgid "Active"
1785
  msgstr "Ενεργός"
1786
 
1872
  msgid "Custom Field Data"
1873
  msgstr ""
1874
 
1875
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1876
+ #: wp-live-chat-support.php:3949
1877
  msgid "Triggers"
1878
  msgstr ""
1879
 
1950
  msgstr ""
1951
 
1952
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1953
+ #: wp-live-chat-support.php:4677
1954
  msgid "Close"
1955
  msgstr ""
1956
 
2087
  msgstr ""
2088
 
2089
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2090
+ #: wp-live-chat-support.php:3951
2091
  msgid "ROI Goals"
2092
  msgstr ""
2093
 
2423
  msgstr "Ρυθμίσεις"
2424
 
2425
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2426
+ #: wp-live-chat-support.php:3964
2427
  #, fuzzy
2428
  #| msgid "WP Live Chat History"
2429
  msgid "Chat History"
2469
  msgid "This cannot be undone"
2470
  msgstr ""
2471
 
2472
+ #: modules/advanced_tools.php:193
2473
  msgid "Import Failed - Could Not Process File"
2474
  msgstr ""
2475
 
2476
+ #: modules/advanced_tools.php:207
2477
  msgid "Import Failed - Could Not Find File"
2478
  msgstr ""
2479
 
2480
+ #: modules/advanced_tools.php:219
2481
  #, fuzzy
2482
  #| msgid "complete"
2483
  msgid "Import Complete"
2484
  msgstr "ολοκληρώθηκε"
2485
 
2486
+ #: modules/advanced_tools.php:227
2487
  msgid "Thank you, all settings have been updated"
2488
  msgstr "Οι ρυθμίσεις σας έχουν αποθηκευτεί"
2489
 
2559
  msgid "Data retention purpose"
2560
  msgstr ""
2561
 
2562
+ #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:401
2563
  #, fuzzy
2564
  #| msgid "Support"
2565
  msgid "Chat/Support"
2622
  msgid "Download Chat (%%CID%%)"
2623
  msgstr ""
2624
 
2625
+ #: modules/gdpr.php:162 wp-live-chat-support.php:4219
2626
+ #: wp-live-chat-support.php:4279
2627
  #, fuzzy
2628
  #| msgid "Chat Box"
2629
  msgid "Chat ID"
2647
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2648
  msgstr ""
2649
 
2650
+ #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:587
2651
  msgid "Privacy Policy"
2652
  msgstr ""
2653
 
2729
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2730
  msgstr ""
2731
 
2732
+ #: modules/gdpr.php:634
2733
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2734
  msgstr ""
2735
 
2736
+ #: modules/gdpr.php:666
2737
  msgid "Pro data will also be removed as a part of this automatic process."
2738
  msgstr ""
2739
 
2760
  msgid "Active visitors"
2761
  msgstr "Ενεργές Συνομιλίες"
2762
 
2763
+ #: modules/node_server.php:100 wp-live-chat-support.php:1864
2764
  #, fuzzy
2765
  #| msgid "Initiate Chat"
2766
  msgid "Minimize Chat"
2779
  msgstr "Ευθυγράμμιση πλαισίου συνομιλιών"
2780
 
2781
  #: modules/node_server.php:111 modules/node_server.php:881
2782
+ #: modules/node_server.php:885 wp-live-chat-support.php:4021
2783
  msgid "Direct User To Page"
2784
  msgstr ""
2785
 
2794
  msgstr ""
2795
 
2796
  #: modules/node_server.php:115 modules/node_server.php:883
2797
+ #: wp-live-chat-support.php:2582
2798
  msgid "End chat"
2799
  msgstr "Τερμάτισε την συνομιλία"
2800
 
2859
  msgstr "Επικοινωνία"
2860
 
2861
  #: modules/node_server.php:185 modules/node_server.php:893
2862
+ #: wp-live-chat-support.php:2372
2863
  msgid "Visitor"
2864
  msgstr "Επισκέπτης"
2865
 
2916
  msgid "Only chat agents can access this page."
2917
  msgstr ""
2918
 
2919
+ #: modules/node_server.php:594 wp-live-chat-support.php:4675
2920
  msgid "Sending transcript..."
2921
  msgstr ""
2922
 
2926
  msgid "Chat Transcript"
2927
  msgstr "Ρυθμίσεις Παράθυρου Συνομιλιών"
2928
 
2929
+ #: modules/node_server.php:597 wp-live-chat-support.php:4678
2930
  msgid "The chat transcript has been emailed."
2931
  msgstr ""
2932
 
2933
+ #: modules/node_server.php:598 wp-live-chat-support.php:4679
2934
  msgid "There was a problem emailing the chat."
2935
  msgstr ""
2936
 
2951
  msgid "User received notification:"
2952
  msgstr ""
2953
 
2954
+ #: modules/node_server.php:684 wp-live-chat-support.php:2191
2955
  msgid "New chat received"
2956
  msgstr "Λήφθηκε νέα συνομιλία"
2957
 
2958
+ #: modules/node_server.php:685 wp-live-chat-support.php:2193
2959
  msgid ""
2960
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2961
  "chat"
2985
  msgid "Show me!"
2986
  msgstr ""
2987
 
2988
+ #: modules/node_server.php:803 wp-live-chat-support.php:4646
2989
  msgid "Don't Show This Again"
2990
  msgstr ""
2991
 
2992
+ #: modules/node_server.php:870 wp-live-chat-support.php:428
2993
  msgid "Connecting..."
2994
  msgstr ""
2995
 
3063
  msgid "Webhooks"
3064
  msgstr ""
3065
 
3066
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3950
3067
  msgid "Web Hooks"
3068
  msgstr ""
3069
 
3127
  msgid "Are you sure you want to delete this webhook?"
3128
  msgstr ""
3129
 
3130
+ #: wp-live-chat-support.php:372
3131
  msgid "close"
3132
  msgstr ""
3133
 
3134
+ #: wp-live-chat-support.php:392
3135
  #, fuzzy
3136
  #| msgid "WP Live Chat Support"
3137
  msgid "Thank you for chatting with us."
3138
  msgstr "WP Live Chat Support"
3139
 
3140
+ #: wp-live-chat-support.php:417 wp-live-chat-support.php:1932
3141
  msgid "Questions?"
3142
  msgstr "Απορίες; "
3143
 
3144
+ #: wp-live-chat-support.php:418 wp-live-chat-support.php:1933
3145
  msgid "Chat with us"
3146
  msgstr "Συνομιλήστε μαζί μας"
3147
 
3148
+ #: wp-live-chat-support.php:419
3149
  #, fuzzy
3150
  #| msgid "Start Live Chat"
3151
  msgid "Start live chat"
3152
  msgstr "Ξεκινήστε Ζωντανή Συνομιλία"
3153
 
3154
+ #: wp-live-chat-support.php:420
3155
  msgid "Complete the fields below to proceed."
3156
  msgstr ""
3157
 
3158
+ #: wp-live-chat-support.php:421
3159
  msgid "Chat offline. Leave a message"
3160
  msgstr "Η συνομιλία είναι εκτός σύνδεσης. Αφήστε ένα μήνυμα"
3161
 
3162
+ #: wp-live-chat-support.php:422
3163
  msgid ""
3164
  "We are currently offline. Please leave a message and we'll get back to you "
3165
  "shortly."
3166
  msgstr ""
3167
 
3168
+ #: wp-live-chat-support.php:423
3169
  msgid "Sending message..."
3170
  msgstr ""
3171
 
3172
+ #: wp-live-chat-support.php:424
3173
  #, fuzzy
3174
  #| msgid "Thank you for your feedback. We will be in touch soon"
3175
  msgid "Thank you for your message. We will be in contact soon."
3176
  msgstr "Ευχαριστούμε για τα σχόλια σας. Θα είμαστε σε επαφή σύντομα"
3177
 
3178
+ #: wp-live-chat-support.php:425
3179
  #, fuzzy
3180
  #| msgid "Chat offline. Leave a message"
3181
  msgid "Leave a message"
3182
  msgstr "Η συνομιλία είναι εκτός σύνδεσης. Αφήστε ένα μήνυμα"
3183
 
3184
+ #: wp-live-chat-support.php:426
3185
  msgid "Send message"
3186
  msgstr ""
3187
 
3188
+ #: wp-live-chat-support.php:427
3189
  msgid "Start Chat"
3190
  msgstr "Έναρξη Συνομιλίας"
3191
 
3192
+ #: wp-live-chat-support.php:429 wp-live-chat-support.php:2073
3193
+ #: wp-live-chat-support.php:2120
3194
  msgid "Reactivating your previous chat..."
3195
  msgstr "Επανενεργοποίηση της προηγούμενης συνομιλία σας..."
3196
 
3197
+ #: wp-live-chat-support.php:459
3198
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3199
  msgstr ""
3200
  "Παρακαλούμε κάντε κλικ στο \"Έναρξη Συνομιλίας\" για να ξεκινήσετε μια "
3201
  "συνομιλία με έναν πράκτορα"
3202
 
3203
+ #: wp-live-chat-support.php:462
3204
  #, fuzzy
3205
  #| msgid "There is No Answer. Please Try Again Later"
3206
  msgid "No answer. Try again later."
3207
  msgstr "Δεν υπάρχει απάντηση. Παρακαλούμε δοκιμάστε ξανά αργότερα"
3208
 
3209
+ #: wp-live-chat-support.php:463
3210
  msgid "Welcome. How may I help you?"
3211
  msgstr ""
3212
 
3213
+ #: wp-live-chat-support.php:467
3214
  msgid "Please standby for an agent. Send your message while you wait."
3215
  msgstr ""
3216
 
3217
+ #: wp-live-chat-support.php:698
3218
  msgid ""
3219
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3220
  "no longer needed, please uninstall it."
3221
  msgstr ""
3222
 
3223
+ #: wp-live-chat-support.php:989 wp-live-chat-support.php:3447
3224
  msgid "Missed Chats"
3225
  msgstr "Αναπάντητες Συζητήσεις"
3226
 
3227
+ #: wp-live-chat-support.php:997 wp-live-chat-support.php:3939
3228
  msgid "Support"
3229
  msgstr "Yποστήριξη"
3230
 
3231
+ #: wp-live-chat-support.php:1199
3232
  msgid "Please Enter Your Name"
3233
  msgstr ""
3234
 
3235
+ #: wp-live-chat-support.php:1200
3236
  msgid "Please Enter Your Email Address"
3237
  msgstr ""
3238
 
3239
+ #: wp-live-chat-support.php:1201
3240
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3241
  msgstr ""
3242
 
3243
+ #: wp-live-chat-support.php:1203
3244
  #, fuzzy
3245
  #| msgid "Offline Messages"
3246
  msgid "Please Enter a Message"
3247
  msgstr "Μηνύματα Εκτός Σύνδεσης"
3248
 
3249
+ #: wp-live-chat-support.php:1204
3250
  msgid "Disconnected, Attempting to Reconnect..."
3251
  msgstr ""
3252
 
3253
+ #: wp-live-chat-support.php:1251
3254
  #, fuzzy
3255
  #| msgid "User has opened the chat window"
3256
  msgid "has joined."
3257
  msgstr "Ο χρήστης έχει ανοίξει το παράθυρο συνομιλίας"
3258
 
3259
+ #: wp-live-chat-support.php:1252
3260
  msgid "has left."
3261
  msgstr ""
3262
 
3263
+ #: wp-live-chat-support.php:1253
3264
  #, fuzzy
3265
  #| msgid "User has opened the chat window"
3266
  msgid "has ended the chat."
3267
  msgstr "Ο χρήστης έχει ανοίξει το παράθυρο συνομιλίας"
3268
 
3269
+ #: wp-live-chat-support.php:1254
3270
  msgid "has disconnected."
3271
  msgstr ""
3272
 
3273
+ #: wp-live-chat-support.php:1255
3274
  msgid "(edited)"
3275
  msgstr ""
3276
 
3277
+ #: wp-live-chat-support.php:1646 wp-live-chat-support.php:1665
3278
  #, fuzzy
3279
  #| msgid "Start Chat"
3280
  msgid "Start chat"
3281
  msgstr "Έναρξη Συνομιλίας"
3282
 
3283
+ #: wp-live-chat-support.php:1911 wp-live-chat-support.php:2653
3284
  msgid "Send"
3285
  msgstr "Αποστολή"
3286
 
3287
+ #: wp-live-chat-support.php:2293
3288
  msgid "Congratulations"
3289
  msgstr "Συγχαρητήρια"
3290
 
3291
+ #: wp-live-chat-support.php:2294
3292
  msgid "You are now accepting live chat requests on your site."
3293
  msgstr "Τώρα αποδέχεστε αιτήματα για ζωντανής συνομιλίας στην ιστοσελίδα σας."
3294
 
3295
+ #: wp-live-chat-support.php:2295
3296
  #, fuzzy
3297
  #| msgid "The live chat box has automatically been enabled on your website."
3298
  msgid "The live chat box has automatically been enabled."
3300
  "Το παράθυρο ζωντανής συνομιλίας έχει ενεργοποιηθεί αυτόματα στην ιστοσελίδα "
3301
  "σας."
3302
 
3303
+ #: wp-live-chat-support.php:2296
3304
  msgid "Chat notifications will start appearing once visitors send a request."
3305
  msgstr ""
3306
  "Οι ειδοποιήσεις συνομιλιών θα αρχίσουν να εμφανίζονται όταν οι επισκέπτες "
3307
  "στείλουν αίτημα."
3308
 
3309
+ #: wp-live-chat-support.php:2297
3310
  #, php-format
3311
  msgid "You may modify your chat box settings %s"
3312
  msgstr ""
3313
 
3314
+ #: wp-live-chat-support.php:2298
3315
  msgid "Experiencing issues?"
3316
  msgstr "Αντιμετωπίζετε προβλήματα;"
3317
 
3318
+ #: wp-live-chat-support.php:2298
3319
  msgid "Take a look at our how-to guides."
3320
  msgstr ""
3321
 
3322
+ #: wp-live-chat-support.php:2299
3323
  msgid "Hide"
3324
  msgstr "Απόκρυψη"
3325
 
3326
+ #: wp-live-chat-support.php:2352
3327
  msgid "Keep this window open to get notified of new chats."
3328
  msgstr ""
3329
 
3330
+ #: wp-live-chat-support.php:2358
3331
  #, fuzzy
3332
  #| msgid "Visitors online"
3333
  msgid "Visitor(s) online"
3334
  msgstr "Επισκέπτες σε σύνδεση"
3335
 
3336
+ #: wp-live-chat-support.php:2375
3337
  msgid "Device"
3338
  msgstr ""
3339
 
3340
+ #: wp-live-chat-support.php:2376
3341
  msgid "Data"
3342
  msgstr "Δεδομένα"
3343
 
3344
+ #: wp-live-chat-support.php:2409
3345
  msgid "Chat Dashboard"
3346
  msgstr "Πίνακας ελέγχου συνομιλιών"
3347
 
3348
+ #: wp-live-chat-support.php:2412
3349
  msgid "Oh no!"
3350
  msgstr ""
3351
 
3352
+ #: wp-live-chat-support.php:2414
3353
  #, php-format
3354
  msgid "You do not have access to this page as %s."
3355
  msgstr ""
3356
 
3357
+ #: wp-live-chat-support.php:2414
3358
  #, fuzzy
3359
  #| msgid "You have not missed any chat requests."
3360
  msgid "you are not a chat agent"
3361
  msgstr "Δεν έχετε χάσει κανένα αίτημα συνομιλίας."
3362
 
3363
+ #: wp-live-chat-support.php:2568
3364
  msgid "Previous"
3365
  msgstr "Προηγούμενο"
3366
 
3367
+ #: wp-live-chat-support.php:2575
3368
  msgid "Chat with"
3369
  msgstr "Συνομίλησε με"
3370
 
3371
+ #: wp-live-chat-support.php:2592
3372
  msgid "Starting Time:"
3373
  msgstr ""
3374
 
3375
+ #: wp-live-chat-support.php:2593
3376
  msgid "Ending Time:"
3377
  msgstr ""
3378
 
3379
+ #: wp-live-chat-support.php:2613
3380
  msgid "Chat initiated on:"
3381
  msgstr "Η συνομιλία ξεκίνησε στις:"
3382
 
3383
+ #: wp-live-chat-support.php:2614
3384
  msgid "Browser:"
3385
  msgstr "Πρόγραμμα Περιήγησης:"
3386
 
3387
+ #: wp-live-chat-support.php:2640 wp-live-chat-support.php:2679
3388
  #, fuzzy
3389
  #| msgid "Chat Box"
3390
  msgid "Invalid Chat ID"
3391
  msgstr "Πλαίσιο Συνομιλίας"
3392
 
3393
+ #: wp-live-chat-support.php:2648
3394
  msgid "type here..."
3395
  msgstr "πληκτρολογήστε εδώ ..."
3396
 
3397
+ #: wp-live-chat-support.php:2806
3398
  msgid "User has opened the chat window"
3399
  msgstr "Ο χρήστης έχει ανοίξει το παράθυρο συνομιλίας"
3400
 
3401
+ #: wp-live-chat-support.php:2807
3402
  msgid "User has minimized the chat window"
3403
  msgstr "Ο χρήστης έχει ελαχιστοποιήσει το παράθυρο συνομιλίας"
3404
 
3405
+ #: wp-live-chat-support.php:2808
3406
  msgid "User has maximized the chat window"
3407
  msgstr "Ο χρήστης έχει μεγιστοποιήσει το παράθυρο συνομιλίας"
3408
 
3409
+ #: wp-live-chat-support.php:2809
3410
  msgid "The chat has been ended"
3411
  msgstr ""
3412
 
3413
+ #: wp-live-chat-support.php:3350
3414
  #, fuzzy
3415
  #| msgid "History"
3416
  msgid "Delete History"
3417
  msgstr "Ιστορικό"
3418
 
3419
+ #: wp-live-chat-support.php:3367
3420
  #, fuzzy
3421
  #| msgid "No chat sessions available at the moment"
3422
  msgid "No chats available at the moment"
3423
  msgstr "Δεν υπάρχουν διαθέσιμες συνεδρίες συνομιλιών αυτήν τη στιγμή"
3424
 
3425
+ #: wp-live-chat-support.php:3487
3426
  #, fuzzy
3427
  #| msgid "Action"
3428
  msgid "Actions"
3429
  msgstr "Ενέργεια"
3430
 
3431
+ #: wp-live-chat-support.php:3501
3432
  #, fuzzy
3433
  #| msgid "You have not missed any chat requests."
3434
  msgid "You have not received any offline messages."
3435
  msgstr "Δεν έχετε χάσει κανένα αίτημα συνομιλίας."
3436
 
3437
+ #: wp-live-chat-support.php:3509
3438
  #, fuzzy
3439
  #| msgid "Offline Messages"
3440
  msgid "Delete Message"
3441
  msgstr "Μηνύματα Εκτός Σύνδεσης"
3442
 
3443
+ #: wp-live-chat-support.php:3618
3444
  msgid "You do not have permission to save settings."
3445
  msgstr ""
3446
 
3447
+ #: wp-live-chat-support.php:3884
3448
  msgid "Your settings have been saved."
3449
  msgstr "Οι ρυθμίσεις σας έχουν αποθηκευτεί."
3450
 
3451
+ #: wp-live-chat-support.php:3913
3452
  #, fuzzy
3453
  #| msgid ""
3454
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
3464
  "Support ως αποτέλεσμα αυτού. Παρακαλούμε επικοινωνήστε με τον πάροχό σας "
3465
  "προκειμένου να ενεργοποιήσετε αυτήν την λειτουργία."
3466
 
3467
+ #: wp-live-chat-support.php:3919
3468
  #, fuzzy
3469
  #| msgid ""
3470
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
3480
  "Support ως αποτέλεσμα αυτής. Παρακαλούμε επικοινωνήστε με τον πάροχό σας για "
3481
  "να απενεργοποιήσετε αυτήν την λειτουργία."
3482
 
3483
+ #: wp-live-chat-support.php:3942 wp-live-chat-support.php:3946
3484
  #, fuzzy
3485
  #| msgid "Advanced Info"
3486
  msgid "Plugin Features"
3487
  msgstr "Πληροφορίες για προχωρημένους"
3488
 
3489
+ #: wp-live-chat-support.php:3944
3490
  msgid ""
3491
  "Check out these features and get up to speed with what you can do with WP "
3492
  "Live Chat:"
3493
  msgstr ""
3494
 
3495
+ #: wp-live-chat-support.php:3947
3496
  msgid "Reporting"
3497
  msgstr ""
3498
 
3499
+ #: wp-live-chat-support.php:3948
3500
  msgid "Localization"
3501
  msgstr ""
3502
 
3503
+ #: wp-live-chat-support.php:3956
3504
  #, fuzzy
3505
  #| msgid "Chat Active"
3506
  msgid "Chat FAQs"
3507
  msgstr "Συνομιλία Ενεργή"
3508
 
3509
+ #: wp-live-chat-support.php:3958
3510
  msgid ""
3511
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3512
  "agents:"
3513
  msgstr ""
3514
 
3515
+ #: wp-live-chat-support.php:3960
3516
  #, fuzzy
3517
  #| msgid "Chat with us"
3518
  msgid "Chat with Visitors"
3519
  msgstr "Συνομιλήστε μαζί μας"
3520
 
3521
+ #: wp-live-chat-support.php:3961
3522
  #, fuzzy
3523
  #| msgid "Chat with us"
3524
  msgid "Chat with Agents"
3525
  msgstr "Συνομιλήστε μαζί μας"
3526
 
3527
+ #: wp-live-chat-support.php:3965
3528
  #, fuzzy
3529
  #| msgid "Chat with us"
3530
  msgid "Chat Invites"
3531
  msgstr "Συνομιλήστε μαζί μας"
3532
 
3533
+ #: wp-live-chat-support.php:3970
3534
  #, fuzzy
3535
  #| msgid "Settings"
3536
  msgid "Settings & Customization"
3537
  msgstr "Ρυθμίσεις"
3538
 
3539
+ #: wp-live-chat-support.php:3972
3540
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3541
  msgstr ""
3542
 
3543
+ #: wp-live-chat-support.php:3976
3544
  #, fuzzy
3545
  #| msgid "Chat Window Settings"
3546
  msgid "Agent Settings"
3547
  msgstr "Ρυθμίσεις Παράθυρου Συνομιλιών"
3548
 
3549
+ #: wp-live-chat-support.php:3983
3550
  msgid "Troubleshooting"
3551
  msgstr "Αντιμετώπιση προβλημάτων"
3552
 
3553
+ #: wp-live-chat-support.php:3985
3554
  msgid ""
3555
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3556
  "issues:"
3557
  msgstr ""
3558
 
3559
+ #: wp-live-chat-support.php:3987
3560
  msgid "My Chat Box Is Not Showing"
3561
  msgstr ""
3562
 
3563
+ #: wp-live-chat-support.php:3988
3564
  #, fuzzy
3565
  #| msgid "I'm not getting any notifications of a new chat"
3566
  msgid "Not Receiving Notifications of New Chats"
3567
  msgstr "Δεν λαμβάνω καθόλου ειδοποιήσεις από νέες συνομιλίες"
3568
 
3569
+ #: wp-live-chat-support.php:3989
 
 
 
 
 
 
 
 
 
 
 
 
3570
  #, fuzzy
3571
  #| msgid "How do I check for JavaScript errors on my site?"
3572
  msgid "Check for JavaScript Errors"
3573
  msgstr "Πώς ελέγχω για προβλήματα JavaScript στην ιστοσελίδα μου;"
3574
 
3575
+ #: wp-live-chat-support.php:4017
3576
  msgid "Initiate Chats"
3577
  msgstr "Ξεκινά Συνομιλίες"
3578
 
3579
+ #: wp-live-chat-support.php:4018
3580
  msgid "Multiple Chats"
3581
  msgstr "Πολλαπλές Συνομιλίες"
3582
 
3583
+ #: wp-live-chat-support.php:4019
3584
  msgid "Add unlimited agents"
3585
  msgstr "Προσθέστε απεριόριστους πράκτορες"
3586
 
3587
+ #: wp-live-chat-support.php:4020
3588
  #, fuzzy
3589
  #| msgid "Missed Chats"
3590
  msgid "Transfer Chats"
3591
  msgstr "Αναπάντητες Συζητήσεις"
3592
 
3593
+ #: wp-live-chat-support.php:4039
3594
  #, fuzzy, php-format
3595
  #| msgid "WP Live Chat Support"
3596
  msgid "Thank you for using %s! Please %s on %s"
3597
  msgstr "WP Live Chat Support"
3598
 
3599
+ #: wp-live-chat-support.php:4039
3600
  msgid "rate us"
3601
  msgstr ""
3602
 
3603
+ #: wp-live-chat-support.php:4220 wp-live-chat-support.php:4280
3604
  msgid "From"
3605
  msgstr ""
3606
 
3607
+ #: wp-live-chat-support.php:4222 wp-live-chat-support.php:4282
3608
  #, fuzzy
3609
  #| msgid "Time"
3610
  msgid "Timestamp"
3611
  msgstr "Χρόνος"
3612
 
3613
+ #: wp-live-chat-support.php:4223 wp-live-chat-support.php:4283
3614
  msgid "Origin"
3615
  msgstr ""
3616
 
3617
+ #: wp-live-chat-support.php:4228 wp-live-chat-support.php:4288
3618
  msgid "user"
3619
  msgstr ""
3620
 
3621
+ #: wp-live-chat-support.php:4230 wp-live-chat-support.php:4290
3622
  #, fuzzy
3623
  #| msgid "Agents"
3624
  msgid "agent"
3625
  msgstr "Πράκτορες"
3626
 
3627
+ #: wp-live-chat-support.php:4385
3628
  #, fuzzy
3629
  #| msgid "Advanced Info"
3630
  msgid "Advanced settings"
3631
  msgstr "Πληροφορίες για προχωρημένους"
3632
 
3633
+ #: wp-live-chat-support.php:4392
3634
  msgid "Only change these settings if you are experiencing performance issues."
3635
  msgstr ""
3636
 
3637
+ #: wp-live-chat-support.php:4399
3638
  msgid "Website hosting type:"
3639
  msgstr ""
3640
 
3641
+ #: wp-live-chat-support.php:4403
3642
  #, fuzzy
3643
  #| msgid "Colour Scheme 6"
3644
  msgid "Custom parameters"
3645
  msgstr "Παλέτα Χρωμάτων 6"
3646
 
3647
+ #: wp-live-chat-support.php:4404
3648
  msgid "Shared hosting - low level plan"
3649
  msgstr ""
3650
 
3651
+ #: wp-live-chat-support.php:4405
3652
  msgid "Shared hosting - normal plan"
3653
  msgstr ""
3654
 
3655
+ #: wp-live-chat-support.php:4406
3656
  msgid "VPS"
3657
  msgstr ""
3658
 
3659
+ #: wp-live-chat-support.php:4407
3660
  msgid "Dedicated server"
3661
  msgstr ""
3662
 
3663
+ #: wp-live-chat-support.php:4413
3664
  msgid "Long poll setup"
3665
  msgstr ""
3666
 
3667
+ #: wp-live-chat-support.php:4413
3668
  msgid ""
3669
  "Only change these if you are an experienced developer or if you have "
3670
  "received these figures from the WP Live Chat by 3CX team."
3671
  msgstr ""
3672
 
3673
+ #: wp-live-chat-support.php:4418
3674
  #, fuzzy
3675
  #| msgid "Questions?"
3676
  msgid "Iterations"
3677
  msgstr "Απορίες; "
3678
 
3679
+ #: wp-live-chat-support.php:4422
3680
  msgid "Sleep between loops"
3681
  msgstr ""
3682
 
3683
+ #: wp-live-chat-support.php:4425
3684
  msgid "milliseconds"
3685
  msgstr ""
3686
 
3687
+ #: wp-live-chat-support.php:4448
3688
  #, fuzzy
3689
  #| msgid "WP Live Chat Support"
3690
  msgid "Show 'Powered by' in chat box"
3691
  msgstr "WP Live Chat Support"
3692
 
3693
+ #: wp-live-chat-support.php:4448
3694
  msgid ""
3695
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3696
  "bottom of your chatbox."
3697
  msgstr ""
3698
 
3699
+ #: wp-live-chat-support.php:4490
3700
  #, fuzzy
3701
  #| msgid "WP Live Chat Support"
3702
  msgid "Powered by WP Live Chat by 3CX"
3703
  msgstr "WP Live Chat Support"
3704
 
3705
+ #: wp-live-chat-support.php:4644
3706
  msgid ""
3707
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3708
  msgstr ""
3709
 
3710
+ #: wp-live-chat-support.php:4645
3711
  msgid ""
3712
  "Please add an SSL certificate to your site to continue receiving chat "
3713
  "notifications in your browser."
3714
  msgstr ""
3715
 
3716
+ #: wp-live-chat-support.php:4658
3717
  msgid ""
3718
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3719
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3720
  msgstr ""
3721
 
3722
+ #: wp-live-chat-support.php:4665
3723
  msgid "Email transcript to user"
3724
  msgstr ""
3725
 
3726
+ #: wp-live-chat-support.php:4676
3727
  msgid "Sending Transcript"
3728
  msgstr ""
3729
 
3730
+ #: wp-live-chat-support.php:4750
3731
  #, php-format
3732
  msgid "Your chat transcript from %1$s"
3733
  msgstr ""
3734
 
3735
+ #: wp-live-chat-support.php:4841
3736
  #, fuzzy
3737
  #| msgid "Chat Window Settings"
3738
  msgid "Chat Transcript Settings"
3739
  msgstr "Ρυθμίσεις Παράθυρου Συνομιλιών"
3740
 
3741
+ #: wp-live-chat-support.php:4844
3742
  msgid "Enable chat transcripts:"
3743
  msgstr ""
3744
 
3745
+ #: wp-live-chat-support.php:4852
3746
  msgid "Send transcripts to:"
3747
  msgstr ""
3748
 
3749
+ #: wp-live-chat-support.php:4859
3750
  msgid "User"
3751
  msgstr ""
3752
 
3753
+ #: wp-live-chat-support.php:4870
3754
  msgid "Send transcripts when chat ends:"
3755
  msgstr ""
3756
 
3757
+ #: wp-live-chat-support.php:4878
3758
  #, fuzzy
3759
  #| msgid "Email"
3760
  msgid "Email body"
3761
  msgstr "Ηλεκτρονικό Ταχυδρομείο"
3762
 
3763
+ #: wp-live-chat-support.php:4888
3764
  #, fuzzy
3765
  #| msgid "Email Address"
3766
  msgid "Email header"
3767
  msgstr "Διεύθυνση Ηλεκτρονικού Ταχυδρομείου"
3768
 
3769
+ #: wp-live-chat-support.php:4897
3770
  msgid "Email footer"
3771
  msgstr ""
3772
 
3773
+ #: wp-live-chat-support.php:4973
3774
  msgid ""
3775
  "Please note, local message encryption and local server options will be "
3776
  "deprecated in the next major release. All encryption and message delivery "
3777
  "will handled by our external servers in future."
3778
  msgstr ""
3779
 
3780
+ #: wp-live-chat-support.php:4976
3781
  msgid "Deprecation Notice - Message Encryption & Local Server"
3782
  msgstr ""
3783
 
3784
+ #: wp-live-chat-support.php:4978
3785
  msgid "Dismiss"
3786
  msgstr ""
3787
 
3813
  "με το WP Live Chat Support. Δεν απαιτούνται συνδέσεις τρίτων."
3814
 
3815
  #. Author of the plugin/theme
3816
+ msgid "3CX"
3817
  msgstr ""
3818
 
3819
+ #, fuzzy
3820
+ #~| msgid "WP Live Chat Support Settings"
3821
+ #~ msgid "WP Live Chat Trigger"
3822
+ #~ msgstr "Ρυθμίσεις WP Live Chat Support"
3823
+
3824
+ #, fuzzy
3825
+ #~| msgid "WP Live Chat Support"
3826
+ #~ msgid "WP Live Chat Box"
3827
+ #~ msgstr "WP Live Chat Support"
3828
+
3829
+ #, fuzzy
3830
+ #~| msgid "The chat window never goes offline"
3831
+ #~ msgid "The Chat Box Never Goes Offline"
3832
+ #~ msgstr "Το παράθυρο συνομιλιών δεν βγαίνει ποτέ εκτός σύνδεσης"
3833
+
3834
+ #, fuzzy
3835
+ #~| msgid "This chat has already been answered. Please close the chat window"
3836
+ #~ msgid "Chat Has Already Been Answered"
3837
+ #~ msgstr "Αυτή η συζήτηση έχει ήδη απαντηθεί. Κλείστε το παράθυρο συνομιλίας"
3838
+
3839
  #~ msgid "Whois for"
3840
  #~ msgstr "Για ποιόν είναι"
3841
 
4509
  #~ msgid "We'd love to hear your comments and/or suggestions"
4510
  #~ msgstr "Θα θέλαμε πολύ να ακούσουμε τα σχόλια και/ή τις προτάσεις σας"
4511
 
 
 
 
4512
  #~ msgid "This chat is active"
4513
  #~ msgstr "Αυτή η συνομιλία είναι ενεργή"
4514
 
languages/wp-live-chat-support-en_GB.mo ADDED
Binary file
languages/{wplivechat-en_GB.po → wp-live-chat-support-en_GB.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
- "POT-Creation-Date: 2019-10-14 14:21+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:21+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en_GB\n"
@@ -19,10 +19,10 @@ msgstr ""
19
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
- "X-Poedit-SearchPathExcluded-0: *.min.js\n"
23
 
24
- #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:361
25
- #: wp-live-chat-support.php:4885
26
  msgid "Admin"
27
  msgstr "Admin"
28
 
@@ -62,78 +62,78 @@ msgstr "No agent was able to answer your chat request. Please try again."
62
  msgid "End Chat"
63
  msgstr "End Chat"
64
 
65
- #: functions.php:1023
66
  msgid "complete"
67
  msgstr "complete"
68
 
69
- #: functions.php:1026
70
  msgid "pending"
71
  msgstr "pending"
72
 
73
- #: functions.php:1029
74
  msgid "active"
75
  msgstr "active"
76
 
77
- #: functions.php:1032
78
  msgid "deleted"
79
  msgstr "deleted"
80
 
81
- #: functions.php:1035
82
  msgid "browsing"
83
  msgstr "browsing"
84
 
85
- #: functions.php:1038
86
  msgid "requesting chat"
87
  msgstr "requesting chat"
88
 
89
- #: functions.php:1041
90
  msgid "Chat Ended - User still browsing"
91
  msgstr "Chat Ended - User still browsing"
92
 
93
- #: functions.php:1044
94
  msgid "User is browsing but doesn't want to chat"
95
  msgstr "User is browsing but doesn't want to chat"
96
 
97
- #: functions.php:1183 includes/settings_page.php:774
98
  msgid "WP Live Chat by 3CX - Offline Message from "
99
  msgstr "WP Live Chat by 3CX - Offline Message from "
100
 
101
- #: functions.php:1184 functions.php:1508 includes/settings_page.php:164
102
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
103
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
104
  #: includes/wplc_roi.php:160 modules/node_server.php:81
105
- #: modules/node_server.php:124 wp-live-chat-support.php:1584
106
- #: wp-live-chat-support.php:1607 wp-live-chat-support.php:1772
107
- #: wp-live-chat-support.php:3376 wp-live-chat-support.php:3503
108
  msgid "Name"
109
  msgstr "Name"
110
 
111
- #: functions.php:1185 functions.php:1509 includes/settings_page.php:160
112
- #: modules/node_server.php:125 wp-live-chat-support.php:1585
113
- #: wp-live-chat-support.php:1596 wp-live-chat-support.php:1773
114
- #: wp-live-chat-support.php:3377 wp-live-chat-support.php:3504
115
  msgid "Email"
116
  msgstr "Email"
117
 
118
- #: functions.php:1186 wp-live-chat-support.php:1774
119
- #: wp-live-chat-support.php:3505 wp-live-chat-support.php:4242
120
- #: wp-live-chat-support.php:4302
121
  msgid "Message"
122
  msgstr "Message"
123
 
124
- #: functions.php:1187
125
  msgid "Via WP Live Chat by 3CX"
126
  msgstr "Via WP Live Chat by 3CX"
127
 
128
- #: functions.php:1486 wp-live-chat-support.php:3332
129
  msgid "Error: Could not delete chat"
130
  msgstr "Error: Could not delete chat"
131
 
132
- #: functions.php:1488 wp-live-chat-support.php:3336
133
  msgid "Chat Deleted"
134
  msgstr "Chat Deleted"
135
 
136
- #: functions.php:1491 includes/wplc_custom_fields.php:35
137
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
138
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
139
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
@@ -141,190 +141,190 @@ msgstr "Chat Deleted"
141
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
142
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
143
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
144
- #: modules/advanced_tools.php:243 modules/advanced_tools.php:251
145
- #: modules/advanced_tools.php:259 modules/advanced_tools.php:267
146
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
147
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
148
- #: wp-live-chat-support.php:3291 wp-live-chat-support.php:3321
149
- #: wp-live-chat-support.php:4212
150
  msgid "You do not have permission do perform this action"
151
  msgstr "You do not have permission do perform this action"
152
 
153
- #: functions.php:1497 wp-live-chat-support.php:3345
154
  msgid "Are you sure you would like to delete this chat?"
155
  msgstr "Are you sure you would like to delete this chat?"
156
 
157
- #: functions.php:1498 includes/settings_page.php:142
158
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
159
  msgid "Yes"
160
  msgstr "Yes"
161
 
162
- #: functions.php:1498 includes/settings_page.php:143
163
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
164
  msgid "No"
165
  msgstr "No"
166
 
167
- #: functions.php:1507 functions.php:2095 includes/settings_page.php:332
168
- #: includes/settings_page.php:434 wp-live-chat-support.php:3375
169
- #: wp-live-chat-support.php:3502
170
  msgid "Date"
171
  msgstr "Date"
172
 
173
- #: functions.php:1510 functions.php:4266 wp-live-chat-support.php:3378
174
  msgid "URL"
175
  msgstr "URL"
176
 
177
- #: functions.php:1511 includes/wplc_custom_fields.php:83
178
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
179
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
180
- #: wp-live-chat-support.php:2397 wp-live-chat-support.php:3380
181
  msgid "Action"
182
  msgstr "Action"
183
 
184
- #: functions.php:1525
185
  msgid "You have not missed any chat requests."
186
  msgstr "You have not missed any chat requests."
187
 
188
- #: functions.php:1532 wp-live-chat-support.php:3400
189
  msgid "View Chat History"
190
  msgstr "View Chat History"
191
 
192
- #: functions.php:1532 wp-live-chat-support.php:3400
193
  msgid "Download Chat History"
194
  msgstr "Download Chat History"
195
 
196
- #: functions.php:1726
197
  msgid "Open chat window via"
198
  msgstr "Open chat window via"
199
 
200
- #: functions.php:1730
201
  msgid "Click"
202
  msgstr "Click"
203
 
204
- #: functions.php:1731
205
  msgid "Hover"
206
  msgstr "Hover"
207
 
208
- #: functions.php:1733
209
  msgid "element with"
210
  msgstr "element with"
211
 
212
- #: functions.php:1735
213
  msgid "Class"
214
  msgstr "Class"
215
 
216
- #: functions.php:1736 includes/wplc_custom_fields.php:78
217
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
218
  #: includes/wplc_roi.php:159
219
  msgid "ID"
220
  msgstr "ID"
221
 
222
- #: functions.php:2007 functions.php:2013 functions.php:2018
223
  #: includes/dashboard_page.php:58 modules/node_server.php:134
224
- #: modules/node_server.php:1022 wp-live-chat-support.php:3981
225
  msgid "Quick Responses"
226
  msgstr "Quick Responses"
227
 
228
- #: functions.php:2008 includes/settings_page.php:322
229
  msgid "Quick Response"
230
  msgstr "Quick Response"
231
 
232
- #: functions.php:2009 functions.php:2012
233
  msgid "New Quick Response"
234
  msgstr "New Quick Response"
235
 
236
- #: functions.php:2010 modules/node_server.php:1031
237
  msgid "Add New Quick Response"
238
  msgstr "Add New Quick Response"
239
 
240
- #: functions.php:2011
241
  msgid "Edit Quick Response"
242
  msgstr "Edit Quick Response"
243
 
244
- #: functions.php:2014
245
  msgid "View Quick Responses"
246
  msgstr "View Quick Responses"
247
 
248
- #: functions.php:2015
249
  msgid "Search Quick Responses"
250
  msgstr "Search Quick Responses"
251
 
252
- #: functions.php:2016
253
  msgid "No Quick Responses found"
254
  msgstr "No Quick Responses found"
255
 
256
- #: functions.php:2017
257
  msgid "No Quick Responses found in the Trash"
258
  msgstr "No Quick Responses found in the Trash"
259
 
260
- #: functions.php:2022
261
  msgid "Quick Responses for WP Live Chat by 3CX"
262
  msgstr "Quick Responses for WP Live Chat by 3CX"
263
 
264
- #: functions.php:2056
265
  msgid "Sort Order"
266
  msgstr "Sort Order"
267
 
268
- #: functions.php:2092 includes/settings_page.php:331
269
  msgid "Title"
270
  msgstr "Title"
271
 
272
- #: functions.php:2093
273
  msgid "Order"
274
  msgstr "Order"
275
 
276
- #: functions.php:2094 includes/settings_page.php:1182
277
  msgid "Author"
278
  msgstr "Author"
279
 
280
- #: functions.php:2137 wp-live-chat-support.php:452
281
  msgid "Press ENTER to send your message"
282
  msgstr "Press ENTER to send your message"
283
 
284
- #: functions.php:2176 functions.php:2180
285
  msgid "Assign Quick Response"
286
  msgstr "Assign Quick Response"
287
 
288
- #: functions.php:2183 includes/settings_page.php:1164
289
  msgid "Select"
290
  msgstr "Select"
291
 
292
- #: functions.php:2189
293
  msgid "What is this?"
294
  msgstr "What is this?"
295
 
296
- #: functions.php:2231
297
  #, php-format
298
  msgid "Incoming chat from %s (%s) on %s"
299
  msgstr "Incoming chat from %s (%s) on %s"
300
 
301
- #: functions.php:2237
302
  #, php-format
303
  msgid "%s (%s) wants to chat with you."
304
  msgstr "%s (%s) wants to chat with you."
305
 
306
- #: functions.php:2242
307
  #, php-format
308
  msgid "Log in: %s"
309
  msgstr "Log in: %s"
310
 
311
- #: functions.php:2569
312
  msgid "Status (Online)"
313
  msgstr "Status (Online)"
314
 
315
- #: functions.php:2570
316
  msgid "Online"
317
  msgstr "Online"
318
 
319
- #: functions.php:2571
320
  msgid "Offline"
321
  msgstr "Offline"
322
 
323
- #: functions.php:2572
324
  msgid "Status (Offline)"
325
  msgstr "Status (Offline)"
326
 
327
- #: functions.php:2583
328
  msgid ""
329
  "You have set your status to offline. To view visitors and accept chats "
330
  "please set your status to online using the switch above."
@@ -332,24 +332,24 @@ msgstr ""
332
  "You have set your status to offline. To view visitors and accept chats "
333
  "please set your status to online using the switch above."
334
 
335
- #: functions.php:2653
336
  msgid "Encryption"
337
  msgstr "Encryption"
338
 
339
- #: functions.php:2659 includes/settings_page.php:1225
340
- #: wp-live-chat-support.php:3996
341
  msgid "Business Hours"
342
  msgstr "Business Hours"
343
 
344
- #: functions.php:2861
345
  msgid "Initiate Chat"
346
  msgstr "Initiate Chat"
347
 
348
- #: functions.php:2953
349
  msgid "Attempting to open the chat window... Please be patient."
350
  msgstr "Attempting to open the chat window... Please be patient."
351
 
352
- #: functions.php:2970
353
  msgid ""
354
  "You are not a chat agent. Please make yourself a chat agent before trying to "
355
  "chat to visitors"
@@ -357,129 +357,129 @@ msgstr ""
357
  "You are not a chat agent. Please make yourself a chat agent before trying to "
358
  "chat to visitors"
359
 
360
- #: functions.php:3165 functions.php:3181 functions.php:3196
361
  msgid "Chat Agent"
362
  msgstr "Chat Agent"
363
 
364
- #: functions.php:3170 functions.php:3186
365
  msgid "Make this user a chat agent"
366
  msgstr "Make this user a chat agent"
367
 
368
- #: functions.php:3200
369
  msgid "Your user role does not allow you to make yourself a chat agent."
370
  msgstr "Your user role does not allow you to make yourself a chat agent."
371
 
372
- #: functions.php:3201
373
  msgid "Please contact the administrator of this website to change this."
374
  msgstr "Please contact the administrator of this website to change this."
375
 
376
- #: functions.php:3220
377
  msgid "This chat has already been answered by another agent."
378
  msgstr "This chat has already been answered by another agent."
379
 
380
- #: functions.php:3462 wp-live-chat-support.php:2331
381
  msgid "Agent(s) online"
382
  msgstr "Agent(s) online"
383
 
384
- #: functions.php:3516
385
  msgid "Chat Agent Online"
386
  msgstr "Chat Agent Online"
387
 
388
- #: functions.php:3518 functions.php:3522
389
  msgid "Chat Agents Online"
390
  msgstr "Chat Agents Online"
391
 
392
- #: functions.php:3630 includes/settings_page.php:1153
393
- #: wp-live-chat-support.php:2264
394
  msgid "Remove"
395
  msgstr "Remove"
396
 
397
- #: functions.php:3633 wp-live-chat-support.php:2267
398
  msgid "Typing..."
399
  msgstr "Typing..."
400
 
401
- #: functions.php:4003
402
  msgid "User Experience Ratings"
403
  msgstr "User Experience Ratings"
404
 
405
- #: functions.php:4010
406
  msgid "Agent Statistics"
407
  msgstr "Agent Statistics"
408
 
409
- #: functions.php:4053 functions.php:4092
410
  msgid "Satisfaction Rating"
411
  msgstr "Satisfaction Rating"
412
 
413
- #: functions.php:4054 functions.php:4093
414
  msgid "Rating Count"
415
  msgstr "Rating Count"
416
 
417
- #: functions.php:4054 functions.php:4093
418
  msgid "Good"
419
  msgstr "Good"
420
 
421
- #: functions.php:4054 functions.php:4093
422
  msgid "Bad"
423
  msgstr "Bad"
424
 
425
- #: functions.php:4164 includes/dashboard_page.php:56
426
- #: wp-live-chat-support.php:1007
427
  msgid "Reports"
428
  msgstr "Reports"
429
 
430
- #: functions.php:4167 includes/wplc_roi.php:161
431
  msgid "Overview"
432
  msgstr "Overview"
433
 
434
- #: functions.php:4168
435
  msgid "Popular Pages"
436
  msgstr "Popular Pages"
437
 
438
- #: functions.php:4186
439
  msgid "Total Agents"
440
  msgstr "Total Agents"
441
 
442
- #: functions.php:4186
443
  msgid "Total number of agents that used the live chat"
444
  msgstr "Total number of agents that used the live chat"
445
 
446
- #: functions.php:4187
447
  msgid "Total Chats"
448
  msgstr "Total Chats"
449
 
450
- #: functions.php:4187
451
  msgid "Total number of chats received"
452
  msgstr "Total number of chats received"
453
 
454
- #: functions.php:4188
455
  msgid "Total URLs"
456
  msgstr "Total URLs"
457
 
458
- #: functions.php:4188
459
  msgid "Total number of URLs a chat was initiated on"
460
  msgstr "Total number of URLs a chat was initiated on"
461
 
462
- #: functions.php:4189
463
  msgid "Chats per day"
464
  msgstr "Chats per day"
465
 
466
- #: functions.php:4190
467
  msgid "Popular pages a chat was initiated on"
468
  msgstr "Popular pages a chat was initiated on"
469
 
470
- #: functions.php:4220 includes/wplc_custom_fields.php:304
471
  msgid "Unknown"
472
  msgstr "Unknown"
473
 
474
- #: functions.php:4267
475
  msgid "Count"
476
  msgstr "Count"
477
 
478
- #: functions.php:4293
479
  msgid "Enable Manual Chat Initiation:"
480
  msgstr "Enable Manual Chat Initiation:"
481
 
482
- #: functions.php:4293
483
  msgid ""
484
  "Enabling this feature will allow agents to start a chat with website "
485
  "visitors. This feature increases server load while enabled."
@@ -487,7 +487,7 @@ msgstr ""
487
  "Enabling this feature will allow agents to start a chat with website "
488
  "visitors. This feature increases server load while enabled."
489
 
490
- #: functions.php:4297 modules/advanced_features.php:73
491
  msgid ""
492
  "This feature is only available when you select 3CX High Performance Cloud "
493
  "Servers in Advanced Features."
@@ -495,27 +495,27 @@ msgstr ""
495
  "This feature is only available when you select 3CX High Performance Cloud "
496
  "Servers in Advanced Features."
497
 
498
- #: functions.php:4384
499
  msgid "Thank you for inquiry. We will get back to you shortly"
500
  msgstr "Thank you for inquiry. We will get back to you shortly"
501
 
502
- #: functions.php:4562 wp-live-chat-support.php:4571
503
  msgid "The Live Chat box is currently disabled on your website due to:"
504
  msgstr "The Live Chat box is currently disabled on your website due to:"
505
 
506
- #: functions.php:4563 wp-live-chat-support.php:4572
507
  msgid "Business Hours Settings"
508
  msgstr "Business Hours Settings"
509
 
510
- #: functions.php:4614
511
  msgid "Edit Profile"
512
  msgstr "Edit Profile"
513
 
514
- #: functions.php:4625 modules/node_server.php:96 modules/node_server.php:878
515
  msgid "Drag Files Here"
516
  msgstr "Drag Files Here"
517
 
518
- #: functions.php:4648 functions.php:4693 includes/wplc_custom_fields.php:107
519
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
520
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
521
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
@@ -523,41 +523,49 @@ msgstr "Drag Files Here"
523
  msgid "Delete"
524
  msgstr "Delete"
525
 
526
- #: functions.php:4649
527
  msgid "Send..."
528
  msgstr "Send..."
529
 
530
- #: functions.php:4650 functions.php:4695
531
  msgid "Play voice note"
532
  msgstr "Play voice note"
533
 
534
- #: functions.php:4694
535
  msgid "Save..."
536
  msgstr "Save..."
537
 
538
- #: functions.php:4814 wp-live-chat-support.php:1240
539
- #: wp-live-chat-support.php:2810
540
  msgid "is typing..."
541
  msgstr "is typing..."
542
 
543
- #: functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
544
  msgid "An error has occured while fetching the news feed."
545
  msgstr "An error has occured while fetching the news feed."
546
 
547
- #: functions.php:4926
548
  msgid "Default"
549
  msgstr "Default"
550
 
551
- #: functions.php:5229 functions.php:5233
552
  msgid "You do not have permission to perform this action"
553
  msgstr "You do not have permission to perform this action"
554
 
555
- #: includes/blocks/wplc-chat-box/block.js:44
556
- msgid "WP Live Chat Trigger"
557
- msgstr "WP Live Chat Trigger"
558
-
559
  #: includes/blocks/wplc-chat-box/index.php:30
560
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3997
561
  msgid "Gutenberg Blocks"
562
  msgstr "Gutenberg Blocks"
563
 
@@ -605,20 +613,16 @@ msgstr "Displays the chosen custom text"
605
  msgid "Displays the chosen icon"
606
  msgstr "Displays the chosen icon"
607
 
608
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1248
609
- #: wp-live-chat-support.php:1891
610
  msgid "Type here"
611
  msgstr "Type here"
612
 
613
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:971
614
  msgid "Live Chat"
615
  msgstr "Live Chat"
616
 
617
- #: includes/blocks/wplc-inline-chat-box/block.js:13
618
- msgid "WP Live Chat Box"
619
- msgstr "WP Live Chat Box"
620
-
621
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:972
622
  msgid "Dashboard"
623
  msgstr "Dashboard"
624
 
@@ -635,15 +639,15 @@ msgstr "Chats"
635
  msgid "Missed"
636
  msgstr "Missed"
637
 
638
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:980
639
- #: wp-live-chat-support.php:3439
640
  msgid "History"
641
  msgstr "History"
642
 
643
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
644
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
645
- #: wp-live-chat-support.php:984 wp-live-chat-support.php:3485
646
- #: wp-live-chat-support.php:3982
647
  msgid "Offline Messages"
648
  msgstr "Offline Messages"
649
 
@@ -653,7 +657,7 @@ msgid "Tools"
653
  msgstr "Tools"
654
 
655
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
656
- #: wp-live-chat-support.php:973
657
  msgid "Settings"
658
  msgstr "Settings"
659
 
@@ -724,7 +728,7 @@ msgid "has joined the chat."
724
  msgstr "has joined the chat."
725
 
726
  #: includes/settings_page.php:98 includes/settings_page.php:136
727
- #: wp-live-chat-support.php:3993
728
  msgid "General Settings"
729
  msgstr "General Settings"
730
 
@@ -773,7 +777,7 @@ msgstr "Default visitor name"
773
  msgid "This name will be displayed for all not logged in visitors"
774
  msgstr "This name will be displayed for all not logged in visitors"
775
 
776
- #: includes/settings_page.php:177 wp-live-chat-support.php:451
777
  msgid "Guest"
778
  msgstr "Guest"
779
 
@@ -984,7 +988,7 @@ msgstr ""
984
  "Enabling this will allow the visitors to record the voice during the chat "
985
  "and send it to agent once they hold on CTRL + SPACEBAR"
986
 
987
- #: includes/settings_page.php:381 wp-live-chat-support.php:3994
988
  msgid "Chat Box Settings"
989
  msgstr "Chat Box Settings"
990
 
@@ -1064,7 +1068,7 @@ msgstr ""
1064
  msgid "Display a timestamp in the chat window:"
1065
  msgstr "Display a timestamp in the chat window:"
1066
 
1067
- #: includes/settings_page.php:435 wp-live-chat-support.php:2392
1068
  msgid "Time"
1069
  msgstr "Time"
1070
 
@@ -1383,7 +1387,7 @@ msgstr ""
1383
  "documentation %s"
1384
 
1385
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1386
- #: modules/node_server.php:652 wp-live-chat-support.php:2312
1387
  msgid "here"
1388
  msgstr "here"
1389
 
@@ -1437,8 +1441,8 @@ msgstr ""
1437
  msgid "Other text"
1438
  msgstr "Other text"
1439
 
1440
- #: includes/settings_page.php:1065 wp-live-chat-support.php:445
1441
- #: wp-live-chat-support.php:1194
1442
  msgid "The chat has been ended by the agent."
1443
  msgstr "The chat has been ended by the agent."
1444
 
@@ -1609,12 +1613,12 @@ msgstr "This will show up at the top of the chatbox - Leave blank to disable."
1609
  msgid "Add New"
1610
  msgstr "Add New"
1611
 
1612
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1009
1613
  msgid "Custom Fields"
1614
  msgstr "Custom Fields"
1615
 
1616
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1617
- #: wp-live-chat-support.php:2393
1618
  msgid "Type"
1619
  msgstr "Type"
1620
 
@@ -1623,11 +1627,11 @@ msgid "Content"
1623
  msgstr "Content"
1624
 
1625
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1626
- #: wp-live-chat-support.php:2396 wp-live-chat-support.php:3379
1627
  msgid "Status"
1628
  msgstr "Status"
1629
 
1630
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2589
1631
  msgid "Active"
1632
  msgstr "Active"
1633
 
@@ -1713,8 +1717,8 @@ msgstr "Dropdown"
1713
  msgid "Custom Field Data"
1714
  msgstr "Custom Field Data"
1715
 
1716
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1008
1717
- #: wp-live-chat-support.php:3968
1718
  msgid "Triggers"
1719
  msgstr "Triggers"
1720
 
@@ -1791,7 +1795,7 @@ msgid "Enable Trigger"
1791
  msgstr "Enable Trigger"
1792
 
1793
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1794
- #: wp-live-chat-support.php:4698
1795
  msgid "Close"
1796
  msgstr "Close"
1797
 
@@ -1927,7 +1931,7 @@ msgid "Select Department"
1927
  msgstr "Select Department"
1928
 
1929
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
1930
- #: wp-live-chat-support.php:3970
1931
  msgid "ROI Goals"
1932
  msgstr "ROI Goals"
1933
 
@@ -2164,7 +2168,6 @@ msgid "Choose between 3CX servers or your Wordpress server for chat delivery"
2164
  msgstr "Choose between 3CX servers or your Wordpress server for chat delivery"
2165
 
2166
  #: modules/advanced_features.php:47
2167
- #, fuzzy
2168
  #| msgid ""
2169
  #| "3CX Servers are high performance secure instances hosted on Google Cloud "
2170
  #| "and are free to use. 3CX Servers don't log or store messages: they are "
@@ -2179,11 +2182,9 @@ msgid ""
2179
  "stored on your Wordpress database only."
2180
  msgstr ""
2181
  "3CX Servers are high performance secure instances hosted on Google Cloud and "
2182
- "are free to use. 3CX Servers don't log or store messages: they are only "
2183
- "forwarded between users and agents. Chat sessions are stored on your "
2184
- "Wordpress database only. 3CX has no ability or will to read your chat "
2185
- "sessions. You and your users will have the best experience with this setting "
2186
- "enabled."
2187
 
2188
  #: modules/advanced_features.php:48
2189
  msgid ""
@@ -2252,7 +2253,7 @@ msgid "Import Settings"
2252
  msgstr "Import Settings"
2253
 
2254
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2255
- #: wp-live-chat-support.php:3983
2256
  msgid "Chat History"
2257
  msgstr "Chat History"
2258
 
@@ -2288,19 +2289,19 @@ msgstr "Import"
2288
  msgid "This cannot be undone"
2289
  msgstr "This cannot be undone"
2290
 
2291
- #: modules/advanced_tools.php:192
2292
  msgid "Import Failed - Could Not Process File"
2293
  msgstr "Import Failed - Could Not Process File"
2294
 
2295
- #: modules/advanced_tools.php:206
2296
  msgid "Import Failed - Could Not Find File"
2297
  msgstr "Import Failed - Could Not Find File"
2298
 
2299
- #: modules/advanced_tools.php:218
2300
  msgid "Import Complete"
2301
  msgstr "Import Complete"
2302
 
2303
- #: modules/advanced_tools.php:226
2304
  msgid "Thank you, all settings have been updated"
2305
  msgstr "Thank you, all settings have been updated"
2306
 
@@ -2373,7 +2374,7 @@ msgstr "Organization name"
2373
  msgid "Data retention purpose"
2374
  msgstr "Data retention purpose"
2375
 
2376
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:392
2377
  msgid "Chat/Support"
2378
  msgstr "Chat/Support"
2379
 
@@ -2432,8 +2433,8 @@ msgstr "Delete Chat (%%CID%%)"
2432
  msgid "Download Chat (%%CID%%)"
2433
  msgstr "Download Chat (%%CID%%)"
2434
 
2435
- #: modules/gdpr.php:162 wp-live-chat-support.php:4240
2436
- #: wp-live-chat-support.php:4300
2437
  msgid "Chat ID"
2438
  msgstr "Chat ID"
2439
 
@@ -2456,7 +2457,7 @@ msgstr ""
2456
  "order to engage in a chat processed by %%COMPANY%%, for the purpose of "
2457
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2458
 
2459
- #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:588
2460
  msgid "Privacy Policy"
2461
  msgstr "Privacy Policy"
2462
 
@@ -2545,11 +2546,11 @@ msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2545
  msgstr ""
2546
  "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2547
 
2548
- #: modules/gdpr.php:636
2549
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2550
  msgstr "GDPR Compliance Enabled - Server Selection Limited to EU"
2551
 
2552
- #: modules/gdpr.php:668
2553
  msgid "Pro data will also be removed as a part of this automatic process."
2554
  msgstr "Pro data will also be removed as a part of this automatic process."
2555
 
@@ -2574,7 +2575,7 @@ msgstr "Toggle WordPress Menu for a full screen experience"
2574
  msgid "Active visitors"
2575
  msgstr "Active visitors"
2576
 
2577
- #: modules/node_server.php:100 wp-live-chat-support.php:1856
2578
  msgid "Minimize Chat"
2579
  msgstr "Minimize Chat"
2580
 
@@ -2587,7 +2588,7 @@ msgid "Invite Department"
2587
  msgstr "Invite Department"
2588
 
2589
  #: modules/node_server.php:111 modules/node_server.php:881
2590
- #: modules/node_server.php:885 wp-live-chat-support.php:4042
2591
  msgid "Direct User To Page"
2592
  msgstr "Direct User To Page"
2593
 
@@ -2600,7 +2601,7 @@ msgid "Leave chat"
2600
  msgstr "Leave chat"
2601
 
2602
  #: modules/node_server.php:115 modules/node_server.php:883
2603
- #: wp-live-chat-support.php:2601
2604
  msgid "End chat"
2605
  msgstr "End chat"
2606
 
@@ -2657,7 +2658,7 @@ msgid "Contains"
2657
  msgstr "Contains"
2658
 
2659
  #: modules/node_server.php:185 modules/node_server.php:893
2660
- #: wp-live-chat-support.php:2391
2661
  msgid "Visitor"
2662
  msgstr "Visitor"
2663
 
@@ -2706,7 +2707,7 @@ msgstr "Error"
2706
  msgid "Only chat agents can access this page."
2707
  msgstr "Only chat agents can access this page."
2708
 
2709
- #: modules/node_server.php:594 wp-live-chat-support.php:4696
2710
  msgid "Sending transcript..."
2711
  msgstr "Sending transcript..."
2712
 
@@ -2714,11 +2715,11 @@ msgstr "Sending transcript..."
2714
  msgid "Chat Transcript"
2715
  msgstr "Chat Transcript"
2716
 
2717
- #: modules/node_server.php:597 wp-live-chat-support.php:4699
2718
  msgid "The chat transcript has been emailed."
2719
  msgstr "The chat transcript has been emailed."
2720
 
2721
- #: modules/node_server.php:598 wp-live-chat-support.php:4700
2722
  msgid "There was a problem emailing the chat."
2723
  msgstr "There was a problem emailing the chat."
2724
 
@@ -2740,11 +2741,11 @@ msgstr "Chat is disabled in settings area, re-enable"
2740
  msgid "User received notification:"
2741
  msgstr "User received notification:"
2742
 
2743
- #: modules/node_server.php:684 wp-live-chat-support.php:2183
2744
  msgid "New chat received"
2745
  msgstr "New chat received"
2746
 
2747
- #: modules/node_server.php:685 wp-live-chat-support.php:2185
2748
  msgid ""
2749
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2750
  "chat"
@@ -2776,11 +2777,11 @@ msgstr ""
2776
  msgid "Show me!"
2777
  msgstr "Show me!"
2778
 
2779
- #: modules/node_server.php:803 wp-live-chat-support.php:4667
2780
  msgid "Don't Show This Again"
2781
  msgstr "Don't Show This Again"
2782
 
2783
- #: modules/node_server.php:870 wp-live-chat-support.php:419
2784
  msgid "Connecting..."
2785
  msgstr "Connecting..."
2786
 
@@ -2848,7 +2849,7 @@ msgstr "Settings Changed"
2848
  msgid "Webhooks"
2849
  msgstr "Webhooks"
2850
 
2851
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3969
2852
  msgid "Web Hooks"
2853
  msgstr "Web Hooks"
2854
 
@@ -2908,35 +2909,35 @@ msgstr "Save Changes"
2908
  msgid "Are you sure you want to delete this webhook?"
2909
  msgstr "Are you sure you want to delete this webhook?"
2910
 
2911
- #: wp-live-chat-support.php:363
2912
  msgid "close"
2913
  msgstr "close"
2914
 
2915
- #: wp-live-chat-support.php:383
2916
  msgid "Thank you for chatting with us."
2917
  msgstr "Thank you for chatting with us."
2918
 
2919
- #: wp-live-chat-support.php:408 wp-live-chat-support.php:1924
2920
  msgid "Questions?"
2921
  msgstr "Questions?"
2922
 
2923
- #: wp-live-chat-support.php:409 wp-live-chat-support.php:1925
2924
  msgid "Chat with us"
2925
  msgstr "Chat with us"
2926
 
2927
- #: wp-live-chat-support.php:410
2928
  msgid "Start live chat"
2929
  msgstr "Start live chat"
2930
 
2931
- #: wp-live-chat-support.php:411
2932
  msgid "Complete the fields below to proceed."
2933
  msgstr "Complete the fields below to proceed."
2934
 
2935
- #: wp-live-chat-support.php:412
2936
  msgid "Chat offline. Leave a message"
2937
  msgstr "Chat offline. Leave a message"
2938
 
2939
- #: wp-live-chat-support.php:413
2940
  msgid ""
2941
  "We are currently offline. Please leave a message and we'll get back to you "
2942
  "shortly."
@@ -2944,48 +2945,48 @@ msgstr ""
2944
  "We are currently offline. Please leave a message and we'll get back to you "
2945
  "shortly."
2946
 
2947
- #: wp-live-chat-support.php:414
2948
  msgid "Sending message..."
2949
  msgstr "Sending message..."
2950
 
2951
- #: wp-live-chat-support.php:415
2952
  msgid "Thank you for your message. We will be in contact soon."
2953
  msgstr "Thank you for your message. We will be in contact soon."
2954
 
2955
- #: wp-live-chat-support.php:416
2956
  msgid "Leave a message"
2957
  msgstr "Leave a message"
2958
 
2959
- #: wp-live-chat-support.php:417
2960
  msgid "Send message"
2961
  msgstr "Send message"
2962
 
2963
- #: wp-live-chat-support.php:418
2964
  msgid "Start Chat"
2965
  msgstr "Start Chat"
2966
 
2967
- #: wp-live-chat-support.php:420 wp-live-chat-support.php:2065
2968
- #: wp-live-chat-support.php:2112
2969
  msgid "Reactivating your previous chat..."
2970
  msgstr "Reactivating your previous chat..."
2971
 
2972
- #: wp-live-chat-support.php:450
2973
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
2974
  msgstr "Please click 'Start Chat' to initiate a chat with an agent"
2975
 
2976
- #: wp-live-chat-support.php:453
2977
  msgid "No answer. Try again later."
2978
  msgstr "No answer. Try again later."
2979
 
2980
- #: wp-live-chat-support.php:454
2981
  msgid "Welcome. How may I help you?"
2982
  msgstr "Welcome. How may I help you?"
2983
 
2984
- #: wp-live-chat-support.php:458
2985
  msgid "Please standby for an agent. Send your message while you wait."
2986
  msgstr "Please standby for an agent. Send your message while you wait."
2987
 
2988
- #: wp-live-chat-support.php:689
2989
  msgid ""
2990
  "The additional WP Live Chat Support PRO plugin which you have installed is "
2991
  "no longer needed, please uninstall it."
@@ -2993,205 +2994,205 @@ msgstr ""
2993
  "The additional WP Live Chat Support PRO plugin which you have installed is "
2994
  "no longer needed, please uninstall it."
2995
 
2996
- #: wp-live-chat-support.php:981 wp-live-chat-support.php:3466
2997
  msgid "Missed Chats"
2998
  msgstr "Missed Chats"
2999
 
3000
- #: wp-live-chat-support.php:989 wp-live-chat-support.php:3958
3001
  msgid "Support"
3002
  msgstr "Support"
3003
 
3004
- #: wp-live-chat-support.php:1191
3005
  msgid "Please Enter Your Name"
3006
  msgstr "Please Enter Your Name"
3007
 
3008
- #: wp-live-chat-support.php:1192
3009
  msgid "Please Enter Your Email Address"
3010
  msgstr "Please Enter Your Email Address"
3011
 
3012
- #: wp-live-chat-support.php:1193
3013
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3014
  msgstr "Connection to Server Lost. Please Reload This Page. Error:"
3015
 
3016
- #: wp-live-chat-support.php:1195
3017
  msgid "Please Enter a Message"
3018
  msgstr "Please Enter a Message"
3019
 
3020
- #: wp-live-chat-support.php:1196
3021
  msgid "Disconnected, Attempting to Reconnect..."
3022
  msgstr "Disconnected, Attempting to Reconnect..."
3023
 
3024
- #: wp-live-chat-support.php:1243
3025
  msgid "has joined."
3026
  msgstr "has joined."
3027
 
3028
- #: wp-live-chat-support.php:1244
3029
  msgid "has left."
3030
  msgstr "has left."
3031
 
3032
- #: wp-live-chat-support.php:1245
3033
  msgid "has ended the chat."
3034
  msgstr "has ended the chat."
3035
 
3036
- #: wp-live-chat-support.php:1246
3037
  msgid "has disconnected."
3038
  msgstr "has disconnected."
3039
 
3040
- #: wp-live-chat-support.php:1247
3041
  msgid "(edited)"
3042
  msgstr "(edited)"
3043
 
3044
- #: wp-live-chat-support.php:1638 wp-live-chat-support.php:1657
3045
  msgid "Start chat"
3046
  msgstr "Start chat"
3047
 
3048
- #: wp-live-chat-support.php:1903 wp-live-chat-support.php:2672
3049
  msgid "Send"
3050
  msgstr "Send"
3051
 
3052
- #: wp-live-chat-support.php:2308
3053
  msgid "Congratulations"
3054
  msgstr "Congratulations"
3055
 
3056
- #: wp-live-chat-support.php:2309
3057
  msgid "You are now accepting live chat requests on your site."
3058
  msgstr "You are now accepting live chat requests on your site."
3059
 
3060
- #: wp-live-chat-support.php:2310
3061
  msgid "The live chat box has automatically been enabled."
3062
  msgstr "The live chat box has automatically been enabled."
3063
 
3064
- #: wp-live-chat-support.php:2311
3065
  msgid "Chat notifications will start appearing once visitors send a request."
3066
  msgstr "Chat notifications will start appearing once visitors send a request."
3067
 
3068
- #: wp-live-chat-support.php:2312
3069
  #, php-format
3070
  msgid "You may modify your chat box settings %s"
3071
  msgstr "You may modify your chat box settings %s"
3072
 
3073
- #: wp-live-chat-support.php:2313
3074
  msgid "Experiencing issues?"
3075
  msgstr "Experiencing issues?"
3076
 
3077
- #: wp-live-chat-support.php:2313
3078
  msgid "Take a look at our how-to guides."
3079
  msgstr "Take a look at our how-to guides."
3080
 
3081
- #: wp-live-chat-support.php:2314
3082
  msgid "Hide"
3083
  msgstr "Hide"
3084
 
3085
- #: wp-live-chat-support.php:2371
3086
  msgid "Keep this window open to get notified of new chats."
3087
  msgstr "Keep this window open to get notified of new chats."
3088
 
3089
- #: wp-live-chat-support.php:2377
3090
  msgid "Visitor(s) online"
3091
  msgstr "Visitor(s) online"
3092
 
3093
- #: wp-live-chat-support.php:2394
3094
  msgid "Device"
3095
  msgstr "Device"
3096
 
3097
- #: wp-live-chat-support.php:2395
3098
  msgid "Data"
3099
  msgstr "Data"
3100
 
3101
- #: wp-live-chat-support.php:2428
3102
  msgid "Chat Dashboard"
3103
  msgstr "Chat Dashboard"
3104
 
3105
- #: wp-live-chat-support.php:2431
3106
  msgid "Oh no!"
3107
  msgstr "Oh no!"
3108
 
3109
- #: wp-live-chat-support.php:2433
3110
  #, php-format
3111
  msgid "You do not have access to this page as %s."
3112
  msgstr "You do not have access to this page as %s."
3113
 
3114
- #: wp-live-chat-support.php:2433
3115
  msgid "you are not a chat agent"
3116
  msgstr "you are not a chat agent"
3117
 
3118
- #: wp-live-chat-support.php:2587
3119
  msgid "Previous"
3120
  msgstr "Previous"
3121
 
3122
- #: wp-live-chat-support.php:2594
3123
  msgid "Chat with"
3124
  msgstr "Chat with"
3125
 
3126
- #: wp-live-chat-support.php:2611
3127
  msgid "Starting Time:"
3128
  msgstr "Starting Time:"
3129
 
3130
- #: wp-live-chat-support.php:2612
3131
  msgid "Ending Time:"
3132
  msgstr "Ending Time:"
3133
 
3134
- #: wp-live-chat-support.php:2632
3135
  msgid "Chat initiated on:"
3136
  msgstr "Chat initiated on:"
3137
 
3138
- #: wp-live-chat-support.php:2633
3139
  msgid "Browser:"
3140
  msgstr "Browser:"
3141
 
3142
- #: wp-live-chat-support.php:2659 wp-live-chat-support.php:2698
3143
  msgid "Invalid Chat ID"
3144
  msgstr "Invalid Chat ID"
3145
 
3146
- #: wp-live-chat-support.php:2667
3147
  msgid "type here..."
3148
  msgstr "type here..."
3149
 
3150
- #: wp-live-chat-support.php:2825
3151
  msgid "User has opened the chat window"
3152
  msgstr "User has opened the chat window"
3153
 
3154
- #: wp-live-chat-support.php:2826
3155
  msgid "User has minimized the chat window"
3156
  msgstr "User has minimized the chat window"
3157
 
3158
- #: wp-live-chat-support.php:2827
3159
  msgid "User has maximized the chat window"
3160
  msgstr "User has maximized the chat window"
3161
 
3162
- #: wp-live-chat-support.php:2828
3163
  msgid "The chat has been ended"
3164
  msgstr "The chat has been ended"
3165
 
3166
- #: wp-live-chat-support.php:3369
3167
  msgid "Delete History"
3168
  msgstr "Delete History"
3169
 
3170
- #: wp-live-chat-support.php:3386
3171
  msgid "No chats available at the moment"
3172
  msgstr "No chats available at the moment"
3173
 
3174
- #: wp-live-chat-support.php:3506
3175
  msgid "Actions"
3176
  msgstr "Actions"
3177
 
3178
- #: wp-live-chat-support.php:3520
3179
  msgid "You have not received any offline messages."
3180
  msgstr "You have not received any offline messages."
3181
 
3182
- #: wp-live-chat-support.php:3528
3183
  msgid "Delete Message"
3184
  msgstr "Delete Message"
3185
 
3186
- #: wp-live-chat-support.php:3637
3187
  msgid "You do not have permission to save settings."
3188
  msgstr "You do not have permission to save settings."
3189
 
3190
- #: wp-live-chat-support.php:3903
3191
  msgid "Your settings have been saved."
3192
  msgstr "Your settings have been saved."
3193
 
3194
- #: wp-live-chat-support.php:3932
3195
  msgid ""
3196
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3197
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
@@ -3201,7 +3202,7 @@ msgstr ""
3201
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3202
  "contact your host to get this function enabled."
3203
 
3204
- #: wp-live-chat-support.php:3938
3205
  msgid ""
3206
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3207
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
@@ -3211,11 +3212,11 @@ msgstr ""
3211
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3212
  "get safe mode disabled."
3213
 
3214
- #: wp-live-chat-support.php:3961 wp-live-chat-support.php:3965
3215
  msgid "Plugin Features"
3216
  msgstr "Plugin Features"
3217
 
3218
- #: wp-live-chat-support.php:3963
3219
  msgid ""
3220
  "Check out these features and get up to speed with what you can do with WP "
3221
  "Live Chat:"
@@ -3223,19 +3224,19 @@ msgstr ""
3223
  "Check out these features and get up to speed with what you can do with WP "
3224
  "Live Chat:"
3225
 
3226
- #: wp-live-chat-support.php:3966
3227
  msgid "Reporting"
3228
  msgstr "Reporting"
3229
 
3230
- #: wp-live-chat-support.php:3967
3231
  msgid "Localization"
3232
  msgstr "Localization"
3233
 
3234
- #: wp-live-chat-support.php:3975
3235
  msgid "Chat FAQs"
3236
  msgstr "Chat FAQs"
3237
 
3238
- #: wp-live-chat-support.php:3977
3239
  msgid ""
3240
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3241
  "agents:"
@@ -3243,35 +3244,35 @@ msgstr ""
3243
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3244
  "agents:"
3245
 
3246
- #: wp-live-chat-support.php:3979
3247
  msgid "Chat with Visitors"
3248
  msgstr "Chat with Visitors"
3249
 
3250
- #: wp-live-chat-support.php:3980
3251
  msgid "Chat with Agents"
3252
  msgstr "Chat with Agents"
3253
 
3254
- #: wp-live-chat-support.php:3984
3255
  msgid "Chat Invites"
3256
  msgstr "Chat Invites"
3257
 
3258
- #: wp-live-chat-support.php:3989
3259
  msgid "Settings & Customization"
3260
  msgstr "Settings & Customization"
3261
 
3262
- #: wp-live-chat-support.php:3991
3263
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3264
  msgstr "Use these guides to learn how to configure and customize WP Live Chat:"
3265
 
3266
- #: wp-live-chat-support.php:3995
3267
  msgid "Agent Settings"
3268
  msgstr "Agent Settings"
3269
 
3270
- #: wp-live-chat-support.php:4002
3271
  msgid "Troubleshooting"
3272
  msgstr "Troubleshooting"
3273
 
3274
- #: wp-live-chat-support.php:4004
3275
  msgid ""
3276
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3277
  "issues:"
@@ -3279,108 +3280,100 @@ msgstr ""
3279
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3280
  "issues:"
3281
 
3282
- #: wp-live-chat-support.php:4006
3283
  msgid "My Chat Box Is Not Showing"
3284
  msgstr "My Chat Box Is Not Showing"
3285
 
3286
- #: wp-live-chat-support.php:4007
3287
  msgid "Not Receiving Notifications of New Chats"
3288
  msgstr "Not Receiving Notifications of New Chats"
3289
 
3290
- #: wp-live-chat-support.php:4008
3291
- msgid "The Chat Box Never Goes Offline"
3292
- msgstr "The Chat Box Never Goes Offline"
3293
-
3294
- #: wp-live-chat-support.php:4009
3295
- msgid "Chat Has Already Been Answered"
3296
- msgstr "Chat Has Already Been Answered"
3297
-
3298
- #: wp-live-chat-support.php:4010
3299
  msgid "Check for JavaScript Errors"
3300
  msgstr "Check for JavaScript Errors"
3301
 
3302
- #: wp-live-chat-support.php:4038
3303
  msgid "Initiate Chats"
3304
  msgstr "Initiate Chats"
3305
 
3306
- #: wp-live-chat-support.php:4039
3307
  msgid "Multiple Chats"
3308
  msgstr "Multiple Chats"
3309
 
3310
- #: wp-live-chat-support.php:4040
3311
  msgid "Add unlimited agents"
3312
  msgstr "Add unlimited agents"
3313
 
3314
- #: wp-live-chat-support.php:4041
3315
  msgid "Transfer Chats"
3316
  msgstr "Transfer Chats"
3317
 
3318
- #: wp-live-chat-support.php:4060
3319
  #, php-format
3320
  msgid "Thank you for using %s! Please %s on %s"
3321
  msgstr "Thank you for using %s! Please %s on %s"
3322
 
3323
- #: wp-live-chat-support.php:4060
3324
  msgid "rate us"
3325
  msgstr "rate us"
3326
 
3327
- #: wp-live-chat-support.php:4241 wp-live-chat-support.php:4301
3328
  msgid "From"
3329
  msgstr "From"
3330
 
3331
- #: wp-live-chat-support.php:4243 wp-live-chat-support.php:4303
3332
  msgid "Timestamp"
3333
  msgstr "Timestamp"
3334
 
3335
- #: wp-live-chat-support.php:4244 wp-live-chat-support.php:4304
3336
  msgid "Origin"
3337
  msgstr "Origin"
3338
 
3339
- #: wp-live-chat-support.php:4249 wp-live-chat-support.php:4309
3340
  msgid "user"
3341
  msgstr "user"
3342
 
3343
- #: wp-live-chat-support.php:4251 wp-live-chat-support.php:4311
3344
  msgid "agent"
3345
  msgstr "agent"
3346
 
3347
- #: wp-live-chat-support.php:4406
3348
  msgid "Advanced settings"
3349
  msgstr "Advanced settings"
3350
 
3351
- #: wp-live-chat-support.php:4413
3352
  msgid "Only change these settings if you are experiencing performance issues."
3353
  msgstr "Only change these settings if you are experiencing performance issues."
3354
 
3355
- #: wp-live-chat-support.php:4420
3356
  msgid "Website hosting type:"
3357
  msgstr "Website hosting type:"
3358
 
3359
- #: wp-live-chat-support.php:4424
3360
  msgid "Custom parameters"
3361
  msgstr "Custom parameters"
3362
 
3363
- #: wp-live-chat-support.php:4425
3364
  msgid "Shared hosting - low level plan"
3365
  msgstr "Shared hosting - low level plan"
3366
 
3367
- #: wp-live-chat-support.php:4426
3368
  msgid "Shared hosting - normal plan"
3369
  msgstr "Shared hosting - normal plan"
3370
 
3371
- #: wp-live-chat-support.php:4427
3372
  msgid "VPS"
3373
  msgstr "VPS"
3374
 
3375
- #: wp-live-chat-support.php:4428
3376
  msgid "Dedicated server"
3377
  msgstr "Dedicated server"
3378
 
3379
- #: wp-live-chat-support.php:4434
3380
  msgid "Long poll setup"
3381
  msgstr "Long poll setup"
3382
 
3383
- #: wp-live-chat-support.php:4434
3384
  msgid ""
3385
  "Only change these if you are an experienced developer or if you have "
3386
  "received these figures from the WP Live Chat by 3CX team."
@@ -3388,23 +3381,23 @@ msgstr ""
3388
  "Only change these if you are an experienced developer or if you have "
3389
  "received these figures from the WP Live Chat by 3CX team."
3390
 
3391
- #: wp-live-chat-support.php:4439
3392
  msgid "Iterations"
3393
  msgstr "Iterations"
3394
 
3395
- #: wp-live-chat-support.php:4443
3396
  msgid "Sleep between loops"
3397
  msgstr "Sleep between loops"
3398
 
3399
- #: wp-live-chat-support.php:4446
3400
  msgid "milliseconds"
3401
  msgstr "milliseconds"
3402
 
3403
- #: wp-live-chat-support.php:4469
3404
  msgid "Show 'Powered by' in chat box"
3405
  msgstr "Show 'Powered by' in chat box"
3406
 
3407
- #: wp-live-chat-support.php:4469
3408
  msgid ""
3409
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3410
  "bottom of your chatbox."
@@ -3412,17 +3405,17 @@ msgstr ""
3412
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3413
  "bottom of your chatbox."
3414
 
3415
- #: wp-live-chat-support.php:4511
3416
  msgid "Powered by WP Live Chat by 3CX"
3417
  msgstr "Powered by WP Live Chat by 3CX"
3418
 
3419
- #: wp-live-chat-support.php:4665
3420
  msgid ""
3421
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3422
  msgstr ""
3423
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3424
 
3425
- #: wp-live-chat-support.php:4666
3426
  msgid ""
3427
  "Please add an SSL certificate to your site to continue receiving chat "
3428
  "notifications in your browser."
@@ -3430,7 +3423,7 @@ msgstr ""
3430
  "Please add an SSL certificate to your site to continue receiving chat "
3431
  "notifications in your browser."
3432
 
3433
- #: wp-live-chat-support.php:4679
3434
  msgid ""
3435
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3436
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
@@ -3438,52 +3431,52 @@ msgstr ""
3438
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3439
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3440
 
3441
- #: wp-live-chat-support.php:4686
3442
  msgid "Email transcript to user"
3443
  msgstr "Email transcript to user"
3444
 
3445
- #: wp-live-chat-support.php:4697
3446
  msgid "Sending Transcript"
3447
  msgstr "Sending Transcript"
3448
 
3449
- #: wp-live-chat-support.php:4771
3450
  #, php-format
3451
  msgid "Your chat transcript from %1$s"
3452
  msgstr "Your chat transcript from %1$s"
3453
 
3454
- #: wp-live-chat-support.php:4862
3455
  msgid "Chat Transcript Settings"
3456
  msgstr "Chat Transcript Settings"
3457
 
3458
- #: wp-live-chat-support.php:4865
3459
  msgid "Enable chat transcripts:"
3460
  msgstr "Enable chat transcripts:"
3461
 
3462
- #: wp-live-chat-support.php:4873
3463
  msgid "Send transcripts to:"
3464
  msgstr "Send transcripts to:"
3465
 
3466
- #: wp-live-chat-support.php:4880
3467
  msgid "User"
3468
  msgstr "User"
3469
 
3470
- #: wp-live-chat-support.php:4891
3471
  msgid "Send transcripts when chat ends:"
3472
  msgstr "Send transcripts when chat ends:"
3473
 
3474
- #: wp-live-chat-support.php:4899
3475
  msgid "Email body"
3476
  msgstr "Email body"
3477
 
3478
- #: wp-live-chat-support.php:4909
3479
  msgid "Email header"
3480
  msgstr "Email header"
3481
 
3482
- #: wp-live-chat-support.php:4918
3483
  msgid "Email footer"
3484
  msgstr "Email footer"
3485
 
3486
- #: wp-live-chat-support.php:4994
3487
  msgid ""
3488
  "Please note, local message encryption and local server options will be "
3489
  "deprecated in the next major release. All encryption and message delivery "
@@ -3493,11 +3486,11 @@ msgstr ""
3493
  "deprecated in the next major release. All encryption and message delivery "
3494
  "will handled by our external servers in future."
3495
 
3496
- #: wp-live-chat-support.php:4997
3497
  msgid "Deprecation Notice - Message Encryption & Local Server"
3498
  msgstr "Deprecation Notice - Message Encryption & Local Server"
3499
 
3500
- #: wp-live-chat-support.php:4999
3501
  msgid "Dismiss"
3502
  msgstr "Dismiss"
3503
 
@@ -3519,8 +3512,23 @@ msgstr ""
3519
  "and increase sales conversion rates with WP-Live Chat by 3CX."
3520
 
3521
  #. Author of the plugin/theme
3522
- msgid "wordpress3cx"
3523
- msgstr "wordpress3cx"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3524
 
3525
  #~ msgid "Request new chat"
3526
  #~ msgstr "Request new chat"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
+ "POT-Creation-Date: 2019-10-17 11:30+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:30+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en_GB\n"
19
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
25
+ #: wp-live-chat-support.php:4864
26
  msgid "Admin"
27
  msgstr "Admin"
28
 
62
  msgid "End Chat"
63
  msgstr "End Chat"
64
 
65
+ #: functions.php:1021
66
  msgid "complete"
67
  msgstr "complete"
68
 
69
+ #: functions.php:1024
70
  msgid "pending"
71
  msgstr "pending"
72
 
73
+ #: functions.php:1027
74
  msgid "active"
75
  msgstr "active"
76
 
77
+ #: functions.php:1030
78
  msgid "deleted"
79
  msgstr "deleted"
80
 
81
+ #: functions.php:1033
82
  msgid "browsing"
83
  msgstr "browsing"
84
 
85
+ #: functions.php:1036
86
  msgid "requesting chat"
87
  msgstr "requesting chat"
88
 
89
+ #: functions.php:1039
90
  msgid "Chat Ended - User still browsing"
91
  msgstr "Chat Ended - User still browsing"
92
 
93
+ #: functions.php:1042
94
  msgid "User is browsing but doesn't want to chat"
95
  msgstr "User is browsing but doesn't want to chat"
96
 
97
+ #: functions.php:1181 includes/settings_page.php:774
98
  msgid "WP Live Chat by 3CX - Offline Message from "
99
  msgstr "WP Live Chat by 3CX - Offline Message from "
100
 
101
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
102
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
103
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
104
  #: includes/wplc_roi.php:160 modules/node_server.php:81
105
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
106
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
107
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
108
  msgid "Name"
109
  msgstr "Name"
110
 
111
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
112
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
113
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
114
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
115
  msgid "Email"
116
  msgstr "Email"
117
 
118
+ #: functions.php:1184 wp-live-chat-support.php:1782
119
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
120
+ #: wp-live-chat-support.php:4281
121
  msgid "Message"
122
  msgstr "Message"
123
 
124
+ #: functions.php:1185
125
  msgid "Via WP Live Chat by 3CX"
126
  msgstr "Via WP Live Chat by 3CX"
127
 
128
+ #: functions.php:1484 wp-live-chat-support.php:3313
129
  msgid "Error: Could not delete chat"
130
  msgstr "Error: Could not delete chat"
131
 
132
+ #: functions.php:1486 wp-live-chat-support.php:3317
133
  msgid "Chat Deleted"
134
  msgstr "Chat Deleted"
135
 
136
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
137
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
138
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
139
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
141
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
142
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
143
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
144
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
145
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
146
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
147
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
148
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
149
+ #: wp-live-chat-support.php:4191
150
  msgid "You do not have permission do perform this action"
151
  msgstr "You do not have permission do perform this action"
152
 
153
+ #: functions.php:1495 wp-live-chat-support.php:3326
154
  msgid "Are you sure you would like to delete this chat?"
155
  msgstr "Are you sure you would like to delete this chat?"
156
 
157
+ #: functions.php:1496 includes/settings_page.php:142
158
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
159
  msgid "Yes"
160
  msgstr "Yes"
161
 
162
+ #: functions.php:1496 includes/settings_page.php:143
163
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
164
  msgid "No"
165
  msgstr "No"
166
 
167
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
168
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
169
+ #: wp-live-chat-support.php:3483
170
  msgid "Date"
171
  msgstr "Date"
172
 
173
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
174
  msgid "URL"
175
  msgstr "URL"
176
 
177
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
178
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
179
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
180
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
181
  msgid "Action"
182
  msgstr "Action"
183
 
184
+ #: functions.php:1523
185
  msgid "You have not missed any chat requests."
186
  msgstr "You have not missed any chat requests."
187
 
188
+ #: functions.php:1530 wp-live-chat-support.php:3381
189
  msgid "View Chat History"
190
  msgstr "View Chat History"
191
 
192
+ #: functions.php:1530 wp-live-chat-support.php:3381
193
  msgid "Download Chat History"
194
  msgstr "Download Chat History"
195
 
196
+ #: functions.php:1724
197
  msgid "Open chat window via"
198
  msgstr "Open chat window via"
199
 
200
+ #: functions.php:1728
201
  msgid "Click"
202
  msgstr "Click"
203
 
204
+ #: functions.php:1729
205
  msgid "Hover"
206
  msgstr "Hover"
207
 
208
+ #: functions.php:1731
209
  msgid "element with"
210
  msgstr "element with"
211
 
212
+ #: functions.php:1733
213
  msgid "Class"
214
  msgstr "Class"
215
 
216
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
217
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
218
  #: includes/wplc_roi.php:159
219
  msgid "ID"
220
  msgstr "ID"
221
 
222
+ #: functions.php:2005 functions.php:2011 functions.php:2016
223
  #: includes/dashboard_page.php:58 modules/node_server.php:134
224
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
225
  msgid "Quick Responses"
226
  msgstr "Quick Responses"
227
 
228
+ #: functions.php:2006 includes/settings_page.php:322
229
  msgid "Quick Response"
230
  msgstr "Quick Response"
231
 
232
+ #: functions.php:2007 functions.php:2010
233
  msgid "New Quick Response"
234
  msgstr "New Quick Response"
235
 
236
+ #: functions.php:2008 modules/node_server.php:1031
237
  msgid "Add New Quick Response"
238
  msgstr "Add New Quick Response"
239
 
240
+ #: functions.php:2009
241
  msgid "Edit Quick Response"
242
  msgstr "Edit Quick Response"
243
 
244
+ #: functions.php:2012
245
  msgid "View Quick Responses"
246
  msgstr "View Quick Responses"
247
 
248
+ #: functions.php:2013
249
  msgid "Search Quick Responses"
250
  msgstr "Search Quick Responses"
251
 
252
+ #: functions.php:2014
253
  msgid "No Quick Responses found"
254
  msgstr "No Quick Responses found"
255
 
256
+ #: functions.php:2015
257
  msgid "No Quick Responses found in the Trash"
258
  msgstr "No Quick Responses found in the Trash"
259
 
260
+ #: functions.php:2020
261
  msgid "Quick Responses for WP Live Chat by 3CX"
262
  msgstr "Quick Responses for WP Live Chat by 3CX"
263
 
264
+ #: functions.php:2054
265
  msgid "Sort Order"
266
  msgstr "Sort Order"
267
 
268
+ #: functions.php:2090 includes/settings_page.php:331
269
  msgid "Title"
270
  msgstr "Title"
271
 
272
+ #: functions.php:2091
273
  msgid "Order"
274
  msgstr "Order"
275
 
276
+ #: functions.php:2092 includes/settings_page.php:1182
277
  msgid "Author"
278
  msgstr "Author"
279
 
280
+ #: functions.php:2135 wp-live-chat-support.php:461
281
  msgid "Press ENTER to send your message"
282
  msgstr "Press ENTER to send your message"
283
 
284
+ #: functions.php:2174 functions.php:2178
285
  msgid "Assign Quick Response"
286
  msgstr "Assign Quick Response"
287
 
288
+ #: functions.php:2181 includes/settings_page.php:1164
289
  msgid "Select"
290
  msgstr "Select"
291
 
292
+ #: functions.php:2187
293
  msgid "What is this?"
294
  msgstr "What is this?"
295
 
296
+ #: functions.php:2229
297
  #, php-format
298
  msgid "Incoming chat from %s (%s) on %s"
299
  msgstr "Incoming chat from %s (%s) on %s"
300
 
301
+ #: functions.php:2235
302
  #, php-format
303
  msgid "%s (%s) wants to chat with you."
304
  msgstr "%s (%s) wants to chat with you."
305
 
306
+ #: functions.php:2240
307
  #, php-format
308
  msgid "Log in: %s"
309
  msgstr "Log in: %s"
310
 
311
+ #: functions.php:2567
312
  msgid "Status (Online)"
313
  msgstr "Status (Online)"
314
 
315
+ #: functions.php:2568
316
  msgid "Online"
317
  msgstr "Online"
318
 
319
+ #: functions.php:2569
320
  msgid "Offline"
321
  msgstr "Offline"
322
 
323
+ #: functions.php:2570
324
  msgid "Status (Offline)"
325
  msgstr "Status (Offline)"
326
 
327
+ #: functions.php:2581
328
  msgid ""
329
  "You have set your status to offline. To view visitors and accept chats "
330
  "please set your status to online using the switch above."
332
  "You have set your status to offline. To view visitors and accept chats "
333
  "please set your status to online using the switch above."
334
 
335
+ #: functions.php:2651
336
  msgid "Encryption"
337
  msgstr "Encryption"
338
 
339
+ #: functions.php:2657 includes/settings_page.php:1225
340
+ #: wp-live-chat-support.php:3977
341
  msgid "Business Hours"
342
  msgstr "Business Hours"
343
 
344
+ #: functions.php:2859
345
  msgid "Initiate Chat"
346
  msgstr "Initiate Chat"
347
 
348
+ #: functions.php:2951
349
  msgid "Attempting to open the chat window... Please be patient."
350
  msgstr "Attempting to open the chat window... Please be patient."
351
 
352
+ #: functions.php:2968
353
  msgid ""
354
  "You are not a chat agent. Please make yourself a chat agent before trying to "
355
  "chat to visitors"
357
  "You are not a chat agent. Please make yourself a chat agent before trying to "
358
  "chat to visitors"
359
 
360
+ #: functions.php:3163 functions.php:3179 functions.php:3194
361
  msgid "Chat Agent"
362
  msgstr "Chat Agent"
363
 
364
+ #: functions.php:3168 functions.php:3184
365
  msgid "Make this user a chat agent"
366
  msgstr "Make this user a chat agent"
367
 
368
+ #: functions.php:3198
369
  msgid "Your user role does not allow you to make yourself a chat agent."
370
  msgstr "Your user role does not allow you to make yourself a chat agent."
371
 
372
+ #: functions.php:3199
373
  msgid "Please contact the administrator of this website to change this."
374
  msgstr "Please contact the administrator of this website to change this."
375
 
376
+ #: functions.php:3218
377
  msgid "This chat has already been answered by another agent."
378
  msgstr "This chat has already been answered by another agent."
379
 
380
+ #: functions.php:3460 wp-live-chat-support.php:2314
381
  msgid "Agent(s) online"
382
  msgstr "Agent(s) online"
383
 
384
+ #: functions.php:3514
385
  msgid "Chat Agent Online"
386
  msgstr "Chat Agent Online"
387
 
388
+ #: functions.php:3516 functions.php:3520
389
  msgid "Chat Agents Online"
390
  msgstr "Chat Agents Online"
391
 
392
+ #: functions.php:3628 includes/settings_page.php:1153
393
+ #: wp-live-chat-support.php:2260
394
  msgid "Remove"
395
  msgstr "Remove"
396
 
397
+ #: functions.php:3631 wp-live-chat-support.php:2263
398
  msgid "Typing..."
399
  msgstr "Typing..."
400
 
401
+ #: functions.php:4001
402
  msgid "User Experience Ratings"
403
  msgstr "User Experience Ratings"
404
 
405
+ #: functions.php:4008
406
  msgid "Agent Statistics"
407
  msgstr "Agent Statistics"
408
 
409
+ #: functions.php:4051 functions.php:4090
410
  msgid "Satisfaction Rating"
411
  msgstr "Satisfaction Rating"
412
 
413
+ #: functions.php:4052 functions.php:4091
414
  msgid "Rating Count"
415
  msgstr "Rating Count"
416
 
417
+ #: functions.php:4052 functions.php:4091
418
  msgid "Good"
419
  msgstr "Good"
420
 
421
+ #: functions.php:4052 functions.php:4091
422
  msgid "Bad"
423
  msgstr "Bad"
424
 
425
+ #: functions.php:4162 includes/dashboard_page.php:56
426
+ #: wp-live-chat-support.php:1015
427
  msgid "Reports"
428
  msgstr "Reports"
429
 
430
+ #: functions.php:4165 includes/wplc_roi.php:161
431
  msgid "Overview"
432
  msgstr "Overview"
433
 
434
+ #: functions.php:4166
435
  msgid "Popular Pages"
436
  msgstr "Popular Pages"
437
 
438
+ #: functions.php:4184
439
  msgid "Total Agents"
440
  msgstr "Total Agents"
441
 
442
+ #: functions.php:4184
443
  msgid "Total number of agents that used the live chat"
444
  msgstr "Total number of agents that used the live chat"
445
 
446
+ #: functions.php:4185
447
  msgid "Total Chats"
448
  msgstr "Total Chats"
449
 
450
+ #: functions.php:4185
451
  msgid "Total number of chats received"
452
  msgstr "Total number of chats received"
453
 
454
+ #: functions.php:4186
455
  msgid "Total URLs"
456
  msgstr "Total URLs"
457
 
458
+ #: functions.php:4186
459
  msgid "Total number of URLs a chat was initiated on"
460
  msgstr "Total number of URLs a chat was initiated on"
461
 
462
+ #: functions.php:4187
463
  msgid "Chats per day"
464
  msgstr "Chats per day"
465
 
466
+ #: functions.php:4188
467
  msgid "Popular pages a chat was initiated on"
468
  msgstr "Popular pages a chat was initiated on"
469
 
470
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
471
  msgid "Unknown"
472
  msgstr "Unknown"
473
 
474
+ #: functions.php:4265
475
  msgid "Count"
476
  msgstr "Count"
477
 
478
+ #: functions.php:4291
479
  msgid "Enable Manual Chat Initiation:"
480
  msgstr "Enable Manual Chat Initiation:"
481
 
482
+ #: functions.php:4291
483
  msgid ""
484
  "Enabling this feature will allow agents to start a chat with website "
485
  "visitors. This feature increases server load while enabled."
487
  "Enabling this feature will allow agents to start a chat with website "
488
  "visitors. This feature increases server load while enabled."
489
 
490
+ #: functions.php:4295 modules/advanced_features.php:73
491
  msgid ""
492
  "This feature is only available when you select 3CX High Performance Cloud "
493
  "Servers in Advanced Features."
495
  "This feature is only available when you select 3CX High Performance Cloud "
496
  "Servers in Advanced Features."
497
 
498
+ #: functions.php:4382
499
  msgid "Thank you for inquiry. We will get back to you shortly"
500
  msgstr "Thank you for inquiry. We will get back to you shortly"
501
 
502
+ #: functions.php:4560 wp-live-chat-support.php:4550
503
  msgid "The Live Chat box is currently disabled on your website due to:"
504
  msgstr "The Live Chat box is currently disabled on your website due to:"
505
 
506
+ #: functions.php:4561 wp-live-chat-support.php:4551
507
  msgid "Business Hours Settings"
508
  msgstr "Business Hours Settings"
509
 
510
+ #: functions.php:4612
511
  msgid "Edit Profile"
512
  msgstr "Edit Profile"
513
 
514
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
515
  msgid "Drag Files Here"
516
  msgstr "Drag Files Here"
517
 
518
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
519
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
520
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
521
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
523
  msgid "Delete"
524
  msgstr "Delete"
525
 
526
+ #: functions.php:4647
527
  msgid "Send..."
528
  msgstr "Send..."
529
 
530
+ #: functions.php:4648 functions.php:4693
531
  msgid "Play voice note"
532
  msgstr "Play voice note"
533
 
534
+ #: functions.php:4692
535
  msgid "Save..."
536
  msgstr "Save..."
537
 
538
+ #: functions.php:4780 wp-live-chat-support.php:1248
539
+ #: wp-live-chat-support.php:2791
540
  msgid "is typing..."
541
  msgstr "is typing..."
542
 
543
+ #: functions.php:4782
544
+ msgid "There are no visitors on your site at the moment"
545
+ msgstr "There are no visitors on your site at the moment"
546
+
547
+ #: functions.php:4783
548
+ msgid "Connection to the server lost, reconnecting..."
549
+ msgstr "Connection to the server lost, reconnecting..."
550
+
551
+ #: functions.php:4784
552
+ msgid "Agent offline - not accepting chats"
553
+ msgstr "Agent offline - not accepting chats"
554
+
555
+ #: functions.php:4800
556
  msgid "An error has occured while fetching the news feed."
557
  msgstr "An error has occured while fetching the news feed."
558
 
559
+ #: functions.php:4897
560
  msgid "Default"
561
  msgstr "Default"
562
 
563
+ #: functions.php:5200 functions.php:5204
564
  msgid "You do not have permission to perform this action"
565
  msgstr "You do not have permission to perform this action"
566
 
 
 
 
 
567
  #: includes/blocks/wplc-chat-box/index.php:30
568
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
569
  msgid "Gutenberg Blocks"
570
  msgstr "Gutenberg Blocks"
571
 
613
  msgid "Displays the chosen icon"
614
  msgstr "Displays the chosen icon"
615
 
616
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
617
+ #: wp-live-chat-support.php:1899
618
  msgid "Type here"
619
  msgstr "Type here"
620
 
621
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
622
  msgid "Live Chat"
623
  msgstr "Live Chat"
624
 
625
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
 
 
 
 
626
  msgid "Dashboard"
627
  msgstr "Dashboard"
628
 
639
  msgid "Missed"
640
  msgstr "Missed"
641
 
642
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
643
+ #: wp-live-chat-support.php:3420
644
  msgid "History"
645
  msgstr "History"
646
 
647
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
648
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
649
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
650
+ #: wp-live-chat-support.php:3963
651
  msgid "Offline Messages"
652
  msgstr "Offline Messages"
653
 
657
  msgstr "Tools"
658
 
659
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
660
+ #: wp-live-chat-support.php:981
661
  msgid "Settings"
662
  msgstr "Settings"
663
 
728
  msgstr "has joined the chat."
729
 
730
  #: includes/settings_page.php:98 includes/settings_page.php:136
731
+ #: wp-live-chat-support.php:3974
732
  msgid "General Settings"
733
  msgstr "General Settings"
734
 
777
  msgid "This name will be displayed for all not logged in visitors"
778
  msgstr "This name will be displayed for all not logged in visitors"
779
 
780
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
781
  msgid "Guest"
782
  msgstr "Guest"
783
 
988
  "Enabling this will allow the visitors to record the voice during the chat "
989
  "and send it to agent once they hold on CTRL + SPACEBAR"
990
 
991
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
992
  msgid "Chat Box Settings"
993
  msgstr "Chat Box Settings"
994
 
1068
  msgid "Display a timestamp in the chat window:"
1069
  msgstr "Display a timestamp in the chat window:"
1070
 
1071
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1072
  msgid "Time"
1073
  msgstr "Time"
1074
 
1387
  "documentation %s"
1388
 
1389
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1390
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1391
  msgid "here"
1392
  msgstr "here"
1393
 
1441
  msgid "Other text"
1442
  msgstr "Other text"
1443
 
1444
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1445
+ #: wp-live-chat-support.php:1202
1446
  msgid "The chat has been ended by the agent."
1447
  msgstr "The chat has been ended by the agent."
1448
 
1613
  msgid "Add New"
1614
  msgstr "Add New"
1615
 
1616
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1617
  msgid "Custom Fields"
1618
  msgstr "Custom Fields"
1619
 
1620
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1621
+ #: wp-live-chat-support.php:2374
1622
  msgid "Type"
1623
  msgstr "Type"
1624
 
1627
  msgstr "Content"
1628
 
1629
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1630
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1631
  msgid "Status"
1632
  msgstr "Status"
1633
 
1634
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1635
  msgid "Active"
1636
  msgstr "Active"
1637
 
1717
  msgid "Custom Field Data"
1718
  msgstr "Custom Field Data"
1719
 
1720
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1721
+ #: wp-live-chat-support.php:3949
1722
  msgid "Triggers"
1723
  msgstr "Triggers"
1724
 
1795
  msgstr "Enable Trigger"
1796
 
1797
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1798
+ #: wp-live-chat-support.php:4677
1799
  msgid "Close"
1800
  msgstr "Close"
1801
 
1931
  msgstr "Select Department"
1932
 
1933
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
1934
+ #: wp-live-chat-support.php:3951
1935
  msgid "ROI Goals"
1936
  msgstr "ROI Goals"
1937
 
2168
  msgstr "Choose between 3CX servers or your Wordpress server for chat delivery"
2169
 
2170
  #: modules/advanced_features.php:47
 
2171
  #| msgid ""
2172
  #| "3CX Servers are high performance secure instances hosted on Google Cloud "
2173
  #| "and are free to use. 3CX Servers don't log or store messages: they are "
2182
  "stored on your Wordpress database only."
2183
  msgstr ""
2184
  "3CX Servers are high performance secure instances hosted on Google Cloud and "
2185
+ "are completely free to use. 3CX Servers don't log or store messages. "
2186
+ "Messages are simply forwarded between users and agents. Chat sessions are "
2187
+ "stored on your Wordpress database only."
 
 
2188
 
2189
  #: modules/advanced_features.php:48
2190
  msgid ""
2253
  msgstr "Import Settings"
2254
 
2255
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2256
+ #: wp-live-chat-support.php:3964
2257
  msgid "Chat History"
2258
  msgstr "Chat History"
2259
 
2289
  msgid "This cannot be undone"
2290
  msgstr "This cannot be undone"
2291
 
2292
+ #: modules/advanced_tools.php:193
2293
  msgid "Import Failed - Could Not Process File"
2294
  msgstr "Import Failed - Could Not Process File"
2295
 
2296
+ #: modules/advanced_tools.php:207
2297
  msgid "Import Failed - Could Not Find File"
2298
  msgstr "Import Failed - Could Not Find File"
2299
 
2300
+ #: modules/advanced_tools.php:219
2301
  msgid "Import Complete"
2302
  msgstr "Import Complete"
2303
 
2304
+ #: modules/advanced_tools.php:227
2305
  msgid "Thank you, all settings have been updated"
2306
  msgstr "Thank you, all settings have been updated"
2307
 
2374
  msgid "Data retention purpose"
2375
  msgstr "Data retention purpose"
2376
 
2377
+ #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:401
2378
  msgid "Chat/Support"
2379
  msgstr "Chat/Support"
2380
 
2433
  msgid "Download Chat (%%CID%%)"
2434
  msgstr "Download Chat (%%CID%%)"
2435
 
2436
+ #: modules/gdpr.php:162 wp-live-chat-support.php:4219
2437
+ #: wp-live-chat-support.php:4279
2438
  msgid "Chat ID"
2439
  msgstr "Chat ID"
2440
 
2457
  "order to engage in a chat processed by %%COMPANY%%, for the purpose of "
2458
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2459
 
2460
+ #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:587
2461
  msgid "Privacy Policy"
2462
  msgstr "Privacy Policy"
2463
 
2546
  msgstr ""
2547
  "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2548
 
2549
+ #: modules/gdpr.php:634
2550
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2551
  msgstr "GDPR Compliance Enabled - Server Selection Limited to EU"
2552
 
2553
+ #: modules/gdpr.php:666
2554
  msgid "Pro data will also be removed as a part of this automatic process."
2555
  msgstr "Pro data will also be removed as a part of this automatic process."
2556
 
2575
  msgid "Active visitors"
2576
  msgstr "Active visitors"
2577
 
2578
+ #: modules/node_server.php:100 wp-live-chat-support.php:1864
2579
  msgid "Minimize Chat"
2580
  msgstr "Minimize Chat"
2581
 
2588
  msgstr "Invite Department"
2589
 
2590
  #: modules/node_server.php:111 modules/node_server.php:881
2591
+ #: modules/node_server.php:885 wp-live-chat-support.php:4021
2592
  msgid "Direct User To Page"
2593
  msgstr "Direct User To Page"
2594
 
2601
  msgstr "Leave chat"
2602
 
2603
  #: modules/node_server.php:115 modules/node_server.php:883
2604
+ #: wp-live-chat-support.php:2582
2605
  msgid "End chat"
2606
  msgstr "End chat"
2607
 
2658
  msgstr "Contains"
2659
 
2660
  #: modules/node_server.php:185 modules/node_server.php:893
2661
+ #: wp-live-chat-support.php:2372
2662
  msgid "Visitor"
2663
  msgstr "Visitor"
2664
 
2707
  msgid "Only chat agents can access this page."
2708
  msgstr "Only chat agents can access this page."
2709
 
2710
+ #: modules/node_server.php:594 wp-live-chat-support.php:4675
2711
  msgid "Sending transcript..."
2712
  msgstr "Sending transcript..."
2713
 
2715
  msgid "Chat Transcript"
2716
  msgstr "Chat Transcript"
2717
 
2718
+ #: modules/node_server.php:597 wp-live-chat-support.php:4678
2719
  msgid "The chat transcript has been emailed."
2720
  msgstr "The chat transcript has been emailed."
2721
 
2722
+ #: modules/node_server.php:598 wp-live-chat-support.php:4679
2723
  msgid "There was a problem emailing the chat."
2724
  msgstr "There was a problem emailing the chat."
2725
 
2741
  msgid "User received notification:"
2742
  msgstr "User received notification:"
2743
 
2744
+ #: modules/node_server.php:684 wp-live-chat-support.php:2191
2745
  msgid "New chat received"
2746
  msgstr "New chat received"
2747
 
2748
+ #: modules/node_server.php:685 wp-live-chat-support.php:2193
2749
  msgid ""
2750
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2751
  "chat"
2777
  msgid "Show me!"
2778
  msgstr "Show me!"
2779
 
2780
+ #: modules/node_server.php:803 wp-live-chat-support.php:4646
2781
  msgid "Don't Show This Again"
2782
  msgstr "Don't Show This Again"
2783
 
2784
+ #: modules/node_server.php:870 wp-live-chat-support.php:428
2785
  msgid "Connecting..."
2786
  msgstr "Connecting..."
2787
 
2849
  msgid "Webhooks"
2850
  msgstr "Webhooks"
2851
 
2852
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3950
2853
  msgid "Web Hooks"
2854
  msgstr "Web Hooks"
2855
 
2909
  msgid "Are you sure you want to delete this webhook?"
2910
  msgstr "Are you sure you want to delete this webhook?"
2911
 
2912
+ #: wp-live-chat-support.php:372
2913
  msgid "close"
2914
  msgstr "close"
2915
 
2916
+ #: wp-live-chat-support.php:392
2917
  msgid "Thank you for chatting with us."
2918
  msgstr "Thank you for chatting with us."
2919
 
2920
+ #: wp-live-chat-support.php:417 wp-live-chat-support.php:1932
2921
  msgid "Questions?"
2922
  msgstr "Questions?"
2923
 
2924
+ #: wp-live-chat-support.php:418 wp-live-chat-support.php:1933
2925
  msgid "Chat with us"
2926
  msgstr "Chat with us"
2927
 
2928
+ #: wp-live-chat-support.php:419
2929
  msgid "Start live chat"
2930
  msgstr "Start live chat"
2931
 
2932
+ #: wp-live-chat-support.php:420
2933
  msgid "Complete the fields below to proceed."
2934
  msgstr "Complete the fields below to proceed."
2935
 
2936
+ #: wp-live-chat-support.php:421
2937
  msgid "Chat offline. Leave a message"
2938
  msgstr "Chat offline. Leave a message"
2939
 
2940
+ #: wp-live-chat-support.php:422
2941
  msgid ""
2942
  "We are currently offline. Please leave a message and we'll get back to you "
2943
  "shortly."
2945
  "We are currently offline. Please leave a message and we'll get back to you "
2946
  "shortly."
2947
 
2948
+ #: wp-live-chat-support.php:423
2949
  msgid "Sending message..."
2950
  msgstr "Sending message..."
2951
 
2952
+ #: wp-live-chat-support.php:424
2953
  msgid "Thank you for your message. We will be in contact soon."
2954
  msgstr "Thank you for your message. We will be in contact soon."
2955
 
2956
+ #: wp-live-chat-support.php:425
2957
  msgid "Leave a message"
2958
  msgstr "Leave a message"
2959
 
2960
+ #: wp-live-chat-support.php:426
2961
  msgid "Send message"
2962
  msgstr "Send message"
2963
 
2964
+ #: wp-live-chat-support.php:427
2965
  msgid "Start Chat"
2966
  msgstr "Start Chat"
2967
 
2968
+ #: wp-live-chat-support.php:429 wp-live-chat-support.php:2073
2969
+ #: wp-live-chat-support.php:2120
2970
  msgid "Reactivating your previous chat..."
2971
  msgstr "Reactivating your previous chat..."
2972
 
2973
+ #: wp-live-chat-support.php:459
2974
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
2975
  msgstr "Please click 'Start Chat' to initiate a chat with an agent"
2976
 
2977
+ #: wp-live-chat-support.php:462
2978
  msgid "No answer. Try again later."
2979
  msgstr "No answer. Try again later."
2980
 
2981
+ #: wp-live-chat-support.php:463
2982
  msgid "Welcome. How may I help you?"
2983
  msgstr "Welcome. How may I help you?"
2984
 
2985
+ #: wp-live-chat-support.php:467
2986
  msgid "Please standby for an agent. Send your message while you wait."
2987
  msgstr "Please standby for an agent. Send your message while you wait."
2988
 
2989
+ #: wp-live-chat-support.php:698
2990
  msgid ""
2991
  "The additional WP Live Chat Support PRO plugin which you have installed is "
2992
  "no longer needed, please uninstall it."
2994
  "The additional WP Live Chat Support PRO plugin which you have installed is "
2995
  "no longer needed, please uninstall it."
2996
 
2997
+ #: wp-live-chat-support.php:989 wp-live-chat-support.php:3447
2998
  msgid "Missed Chats"
2999
  msgstr "Missed Chats"
3000
 
3001
+ #: wp-live-chat-support.php:997 wp-live-chat-support.php:3939
3002
  msgid "Support"
3003
  msgstr "Support"
3004
 
3005
+ #: wp-live-chat-support.php:1199
3006
  msgid "Please Enter Your Name"
3007
  msgstr "Please Enter Your Name"
3008
 
3009
+ #: wp-live-chat-support.php:1200
3010
  msgid "Please Enter Your Email Address"
3011
  msgstr "Please Enter Your Email Address"
3012
 
3013
+ #: wp-live-chat-support.php:1201
3014
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3015
  msgstr "Connection to Server Lost. Please Reload This Page. Error:"
3016
 
3017
+ #: wp-live-chat-support.php:1203
3018
  msgid "Please Enter a Message"
3019
  msgstr "Please Enter a Message"
3020
 
3021
+ #: wp-live-chat-support.php:1204
3022
  msgid "Disconnected, Attempting to Reconnect..."
3023
  msgstr "Disconnected, Attempting to Reconnect..."
3024
 
3025
+ #: wp-live-chat-support.php:1251
3026
  msgid "has joined."
3027
  msgstr "has joined."
3028
 
3029
+ #: wp-live-chat-support.php:1252
3030
  msgid "has left."
3031
  msgstr "has left."
3032
 
3033
+ #: wp-live-chat-support.php:1253
3034
  msgid "has ended the chat."
3035
  msgstr "has ended the chat."
3036
 
3037
+ #: wp-live-chat-support.php:1254
3038
  msgid "has disconnected."
3039
  msgstr "has disconnected."
3040
 
3041
+ #: wp-live-chat-support.php:1255
3042
  msgid "(edited)"
3043
  msgstr "(edited)"
3044
 
3045
+ #: wp-live-chat-support.php:1646 wp-live-chat-support.php:1665
3046
  msgid "Start chat"
3047
  msgstr "Start chat"
3048
 
3049
+ #: wp-live-chat-support.php:1911 wp-live-chat-support.php:2653
3050
  msgid "Send"
3051
  msgstr "Send"
3052
 
3053
+ #: wp-live-chat-support.php:2293
3054
  msgid "Congratulations"
3055
  msgstr "Congratulations"
3056
 
3057
+ #: wp-live-chat-support.php:2294
3058
  msgid "You are now accepting live chat requests on your site."
3059
  msgstr "You are now accepting live chat requests on your site."
3060
 
3061
+ #: wp-live-chat-support.php:2295
3062
  msgid "The live chat box has automatically been enabled."
3063
  msgstr "The live chat box has automatically been enabled."
3064
 
3065
+ #: wp-live-chat-support.php:2296
3066
  msgid "Chat notifications will start appearing once visitors send a request."
3067
  msgstr "Chat notifications will start appearing once visitors send a request."
3068
 
3069
+ #: wp-live-chat-support.php:2297
3070
  #, php-format
3071
  msgid "You may modify your chat box settings %s"
3072
  msgstr "You may modify your chat box settings %s"
3073
 
3074
+ #: wp-live-chat-support.php:2298
3075
  msgid "Experiencing issues?"
3076
  msgstr "Experiencing issues?"
3077
 
3078
+ #: wp-live-chat-support.php:2298
3079
  msgid "Take a look at our how-to guides."
3080
  msgstr "Take a look at our how-to guides."
3081
 
3082
+ #: wp-live-chat-support.php:2299
3083
  msgid "Hide"
3084
  msgstr "Hide"
3085
 
3086
+ #: wp-live-chat-support.php:2352
3087
  msgid "Keep this window open to get notified of new chats."
3088
  msgstr "Keep this window open to get notified of new chats."
3089
 
3090
+ #: wp-live-chat-support.php:2358
3091
  msgid "Visitor(s) online"
3092
  msgstr "Visitor(s) online"
3093
 
3094
+ #: wp-live-chat-support.php:2375
3095
  msgid "Device"
3096
  msgstr "Device"
3097
 
3098
+ #: wp-live-chat-support.php:2376
3099
  msgid "Data"
3100
  msgstr "Data"
3101
 
3102
+ #: wp-live-chat-support.php:2409
3103
  msgid "Chat Dashboard"
3104
  msgstr "Chat Dashboard"
3105
 
3106
+ #: wp-live-chat-support.php:2412
3107
  msgid "Oh no!"
3108
  msgstr "Oh no!"
3109
 
3110
+ #: wp-live-chat-support.php:2414
3111
  #, php-format
3112
  msgid "You do not have access to this page as %s."
3113
  msgstr "You do not have access to this page as %s."
3114
 
3115
+ #: wp-live-chat-support.php:2414
3116
  msgid "you are not a chat agent"
3117
  msgstr "you are not a chat agent"
3118
 
3119
+ #: wp-live-chat-support.php:2568
3120
  msgid "Previous"
3121
  msgstr "Previous"
3122
 
3123
+ #: wp-live-chat-support.php:2575
3124
  msgid "Chat with"
3125
  msgstr "Chat with"
3126
 
3127
+ #: wp-live-chat-support.php:2592
3128
  msgid "Starting Time:"
3129
  msgstr "Starting Time:"
3130
 
3131
+ #: wp-live-chat-support.php:2593
3132
  msgid "Ending Time:"
3133
  msgstr "Ending Time:"
3134
 
3135
+ #: wp-live-chat-support.php:2613
3136
  msgid "Chat initiated on:"
3137
  msgstr "Chat initiated on:"
3138
 
3139
+ #: wp-live-chat-support.php:2614
3140
  msgid "Browser:"
3141
  msgstr "Browser:"
3142
 
3143
+ #: wp-live-chat-support.php:2640 wp-live-chat-support.php:2679
3144
  msgid "Invalid Chat ID"
3145
  msgstr "Invalid Chat ID"
3146
 
3147
+ #: wp-live-chat-support.php:2648
3148
  msgid "type here..."
3149
  msgstr "type here..."
3150
 
3151
+ #: wp-live-chat-support.php:2806
3152
  msgid "User has opened the chat window"
3153
  msgstr "User has opened the chat window"
3154
 
3155
+ #: wp-live-chat-support.php:2807
3156
  msgid "User has minimized the chat window"
3157
  msgstr "User has minimized the chat window"
3158
 
3159
+ #: wp-live-chat-support.php:2808
3160
  msgid "User has maximized the chat window"
3161
  msgstr "User has maximized the chat window"
3162
 
3163
+ #: wp-live-chat-support.php:2809
3164
  msgid "The chat has been ended"
3165
  msgstr "The chat has been ended"
3166
 
3167
+ #: wp-live-chat-support.php:3350
3168
  msgid "Delete History"
3169
  msgstr "Delete History"
3170
 
3171
+ #: wp-live-chat-support.php:3367
3172
  msgid "No chats available at the moment"
3173
  msgstr "No chats available at the moment"
3174
 
3175
+ #: wp-live-chat-support.php:3487
3176
  msgid "Actions"
3177
  msgstr "Actions"
3178
 
3179
+ #: wp-live-chat-support.php:3501
3180
  msgid "You have not received any offline messages."
3181
  msgstr "You have not received any offline messages."
3182
 
3183
+ #: wp-live-chat-support.php:3509
3184
  msgid "Delete Message"
3185
  msgstr "Delete Message"
3186
 
3187
+ #: wp-live-chat-support.php:3618
3188
  msgid "You do not have permission to save settings."
3189
  msgstr "You do not have permission to save settings."
3190
 
3191
+ #: wp-live-chat-support.php:3884
3192
  msgid "Your settings have been saved."
3193
  msgstr "Your settings have been saved."
3194
 
3195
+ #: wp-live-chat-support.php:3913
3196
  msgid ""
3197
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3198
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3202
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3203
  "contact your host to get this function enabled."
3204
 
3205
+ #: wp-live-chat-support.php:3919
3206
  msgid ""
3207
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3208
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3212
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3213
  "get safe mode disabled."
3214
 
3215
+ #: wp-live-chat-support.php:3942 wp-live-chat-support.php:3946
3216
  msgid "Plugin Features"
3217
  msgstr "Plugin Features"
3218
 
3219
+ #: wp-live-chat-support.php:3944
3220
  msgid ""
3221
  "Check out these features and get up to speed with what you can do with WP "
3222
  "Live Chat:"
3224
  "Check out these features and get up to speed with what you can do with WP "
3225
  "Live Chat:"
3226
 
3227
+ #: wp-live-chat-support.php:3947
3228
  msgid "Reporting"
3229
  msgstr "Reporting"
3230
 
3231
+ #: wp-live-chat-support.php:3948
3232
  msgid "Localization"
3233
  msgstr "Localization"
3234
 
3235
+ #: wp-live-chat-support.php:3956
3236
  msgid "Chat FAQs"
3237
  msgstr "Chat FAQs"
3238
 
3239
+ #: wp-live-chat-support.php:3958
3240
  msgid ""
3241
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3242
  "agents:"
3244
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3245
  "agents:"
3246
 
3247
+ #: wp-live-chat-support.php:3960
3248
  msgid "Chat with Visitors"
3249
  msgstr "Chat with Visitors"
3250
 
3251
+ #: wp-live-chat-support.php:3961
3252
  msgid "Chat with Agents"
3253
  msgstr "Chat with Agents"
3254
 
3255
+ #: wp-live-chat-support.php:3965
3256
  msgid "Chat Invites"
3257
  msgstr "Chat Invites"
3258
 
3259
+ #: wp-live-chat-support.php:3970
3260
  msgid "Settings & Customization"
3261
  msgstr "Settings & Customization"
3262
 
3263
+ #: wp-live-chat-support.php:3972
3264
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3265
  msgstr "Use these guides to learn how to configure and customize WP Live Chat:"
3266
 
3267
+ #: wp-live-chat-support.php:3976
3268
  msgid "Agent Settings"
3269
  msgstr "Agent Settings"
3270
 
3271
+ #: wp-live-chat-support.php:3983
3272
  msgid "Troubleshooting"
3273
  msgstr "Troubleshooting"
3274
 
3275
+ #: wp-live-chat-support.php:3985
3276
  msgid ""
3277
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3278
  "issues:"
3280
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3281
  "issues:"
3282
 
3283
+ #: wp-live-chat-support.php:3987
3284
  msgid "My Chat Box Is Not Showing"
3285
  msgstr "My Chat Box Is Not Showing"
3286
 
3287
+ #: wp-live-chat-support.php:3988
3288
  msgid "Not Receiving Notifications of New Chats"
3289
  msgstr "Not Receiving Notifications of New Chats"
3290
 
3291
+ #: wp-live-chat-support.php:3989
 
 
 
 
 
 
 
 
3292
  msgid "Check for JavaScript Errors"
3293
  msgstr "Check for JavaScript Errors"
3294
 
3295
+ #: wp-live-chat-support.php:4017
3296
  msgid "Initiate Chats"
3297
  msgstr "Initiate Chats"
3298
 
3299
+ #: wp-live-chat-support.php:4018
3300
  msgid "Multiple Chats"
3301
  msgstr "Multiple Chats"
3302
 
3303
+ #: wp-live-chat-support.php:4019
3304
  msgid "Add unlimited agents"
3305
  msgstr "Add unlimited agents"
3306
 
3307
+ #: wp-live-chat-support.php:4020
3308
  msgid "Transfer Chats"
3309
  msgstr "Transfer Chats"
3310
 
3311
+ #: wp-live-chat-support.php:4039
3312
  #, php-format
3313
  msgid "Thank you for using %s! Please %s on %s"
3314
  msgstr "Thank you for using %s! Please %s on %s"
3315
 
3316
+ #: wp-live-chat-support.php:4039
3317
  msgid "rate us"
3318
  msgstr "rate us"
3319
 
3320
+ #: wp-live-chat-support.php:4220 wp-live-chat-support.php:4280
3321
  msgid "From"
3322
  msgstr "From"
3323
 
3324
+ #: wp-live-chat-support.php:4222 wp-live-chat-support.php:4282
3325
  msgid "Timestamp"
3326
  msgstr "Timestamp"
3327
 
3328
+ #: wp-live-chat-support.php:4223 wp-live-chat-support.php:4283
3329
  msgid "Origin"
3330
  msgstr "Origin"
3331
 
3332
+ #: wp-live-chat-support.php:4228 wp-live-chat-support.php:4288
3333
  msgid "user"
3334
  msgstr "user"
3335
 
3336
+ #: wp-live-chat-support.php:4230 wp-live-chat-support.php:4290
3337
  msgid "agent"
3338
  msgstr "agent"
3339
 
3340
+ #: wp-live-chat-support.php:4385
3341
  msgid "Advanced settings"
3342
  msgstr "Advanced settings"
3343
 
3344
+ #: wp-live-chat-support.php:4392
3345
  msgid "Only change these settings if you are experiencing performance issues."
3346
  msgstr "Only change these settings if you are experiencing performance issues."
3347
 
3348
+ #: wp-live-chat-support.php:4399
3349
  msgid "Website hosting type:"
3350
  msgstr "Website hosting type:"
3351
 
3352
+ #: wp-live-chat-support.php:4403
3353
  msgid "Custom parameters"
3354
  msgstr "Custom parameters"
3355
 
3356
+ #: wp-live-chat-support.php:4404
3357
  msgid "Shared hosting - low level plan"
3358
  msgstr "Shared hosting - low level plan"
3359
 
3360
+ #: wp-live-chat-support.php:4405
3361
  msgid "Shared hosting - normal plan"
3362
  msgstr "Shared hosting - normal plan"
3363
 
3364
+ #: wp-live-chat-support.php:4406
3365
  msgid "VPS"
3366
  msgstr "VPS"
3367
 
3368
+ #: wp-live-chat-support.php:4407
3369
  msgid "Dedicated server"
3370
  msgstr "Dedicated server"
3371
 
3372
+ #: wp-live-chat-support.php:4413
3373
  msgid "Long poll setup"
3374
  msgstr "Long poll setup"
3375
 
3376
+ #: wp-live-chat-support.php:4413
3377
  msgid ""
3378
  "Only change these if you are an experienced developer or if you have "
3379
  "received these figures from the WP Live Chat by 3CX team."
3381
  "Only change these if you are an experienced developer or if you have "
3382
  "received these figures from the WP Live Chat by 3CX team."
3383
 
3384
+ #: wp-live-chat-support.php:4418
3385
  msgid "Iterations"
3386
  msgstr "Iterations"
3387
 
3388
+ #: wp-live-chat-support.php:4422
3389
  msgid "Sleep between loops"
3390
  msgstr "Sleep between loops"
3391
 
3392
+ #: wp-live-chat-support.php:4425
3393
  msgid "milliseconds"
3394
  msgstr "milliseconds"
3395
 
3396
+ #: wp-live-chat-support.php:4448
3397
  msgid "Show 'Powered by' in chat box"
3398
  msgstr "Show 'Powered by' in chat box"
3399
 
3400
+ #: wp-live-chat-support.php:4448
3401
  msgid ""
3402
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3403
  "bottom of your chatbox."
3405
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3406
  "bottom of your chatbox."
3407
 
3408
+ #: wp-live-chat-support.php:4490
3409
  msgid "Powered by WP Live Chat by 3CX"
3410
  msgstr "Powered by WP Live Chat by 3CX"
3411
 
3412
+ #: wp-live-chat-support.php:4644
3413
  msgid ""
3414
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3415
  msgstr ""
3416
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3417
 
3418
+ #: wp-live-chat-support.php:4645
3419
  msgid ""
3420
  "Please add an SSL certificate to your site to continue receiving chat "
3421
  "notifications in your browser."
3423
  "Please add an SSL certificate to your site to continue receiving chat "
3424
  "notifications in your browser."
3425
 
3426
+ #: wp-live-chat-support.php:4658
3427
  msgid ""
3428
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3429
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3431
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3432
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3433
 
3434
+ #: wp-live-chat-support.php:4665
3435
  msgid "Email transcript to user"
3436
  msgstr "Email transcript to user"
3437
 
3438
+ #: wp-live-chat-support.php:4676
3439
  msgid "Sending Transcript"
3440
  msgstr "Sending Transcript"
3441
 
3442
+ #: wp-live-chat-support.php:4750
3443
  #, php-format
3444
  msgid "Your chat transcript from %1$s"
3445
  msgstr "Your chat transcript from %1$s"
3446
 
3447
+ #: wp-live-chat-support.php:4841
3448
  msgid "Chat Transcript Settings"
3449
  msgstr "Chat Transcript Settings"
3450
 
3451
+ #: wp-live-chat-support.php:4844
3452
  msgid "Enable chat transcripts:"
3453
  msgstr "Enable chat transcripts:"
3454
 
3455
+ #: wp-live-chat-support.php:4852
3456
  msgid "Send transcripts to:"
3457
  msgstr "Send transcripts to:"
3458
 
3459
+ #: wp-live-chat-support.php:4859
3460
  msgid "User"
3461
  msgstr "User"
3462
 
3463
+ #: wp-live-chat-support.php:4870
3464
  msgid "Send transcripts when chat ends:"
3465
  msgstr "Send transcripts when chat ends:"
3466
 
3467
+ #: wp-live-chat-support.php:4878
3468
  msgid "Email body"
3469
  msgstr "Email body"
3470
 
3471
+ #: wp-live-chat-support.php:4888
3472
  msgid "Email header"
3473
  msgstr "Email header"
3474
 
3475
+ #: wp-live-chat-support.php:4897
3476
  msgid "Email footer"
3477
  msgstr "Email footer"
3478
 
3479
+ #: wp-live-chat-support.php:4973
3480
  msgid ""
3481
  "Please note, local message encryption and local server options will be "
3482
  "deprecated in the next major release. All encryption and message delivery "
3486
  "deprecated in the next major release. All encryption and message delivery "
3487
  "will handled by our external servers in future."
3488
 
3489
+ #: wp-live-chat-support.php:4976
3490
  msgid "Deprecation Notice - Message Encryption & Local Server"
3491
  msgstr "Deprecation Notice - Message Encryption & Local Server"
3492
 
3493
+ #: wp-live-chat-support.php:4978
3494
  msgid "Dismiss"
3495
  msgstr "Dismiss"
3496
 
3512
  "and increase sales conversion rates with WP-Live Chat by 3CX."
3513
 
3514
  #. Author of the plugin/theme
3515
+ msgid "3CX"
3516
+ msgstr "3CX"
3517
+
3518
+ #~ msgid "WP Live Chat Trigger"
3519
+ #~ msgstr "WP Live Chat Trigger"
3520
+
3521
+ #~ msgid "WP Live Chat Box"
3522
+ #~ msgstr "WP Live Chat Box"
3523
+
3524
+ #~ msgid "The Chat Box Never Goes Offline"
3525
+ #~ msgstr "The Chat Box Never Goes Offline"
3526
+
3527
+ #~ msgid "Chat Has Already Been Answered"
3528
+ #~ msgstr "Chat Has Already Been Answered"
3529
+
3530
+ #~ msgid "wordpress3cx"
3531
+ #~ msgstr "wordpress3cx"
3532
 
3533
  #~ msgid "Request new chat"
3534
  #~ msgstr "Request new chat"
languages/{wplivechat-es_ES.mo → wp-live-chat-support-es_ES.mo} RENAMED
Binary file
languages/{wplivechat-es_ES.po → wp-live-chat-support-es_ES.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
- "POT-Creation-Date: 2019-10-14 14:24+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:24+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: 3CX\n"
8
  "Language: es_ES\n"
@@ -15,9 +15,10 @@ msgstr ""
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
 
18
 
19
- #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:361
20
- #: wp-live-chat-support.php:4885
21
  msgid "Admin"
22
  msgstr "Administrador"
23
 
@@ -61,82 +62,82 @@ msgstr ""
61
  msgid "End Chat"
62
  msgstr "Finalizar chat"
63
 
64
- #: functions.php:1023
65
  msgid "complete"
66
  msgstr "completado"
67
 
68
- #: functions.php:1026
69
  msgid "pending"
70
  msgstr "pendiente"
71
 
72
- #: functions.php:1029
73
  msgid "active"
74
  msgstr "activa"
75
 
76
- #: functions.php:1032
77
  msgid "deleted"
78
  msgstr "borrado"
79
 
80
- #: functions.php:1035
81
  msgid "browsing"
82
  msgstr "navegando"
83
 
84
- #: functions.php:1038
85
  msgid "requesting chat"
86
  msgstr "solicitando chat"
87
 
88
- #: functions.php:1041
89
  msgid "Chat Ended - User still browsing"
90
  msgstr "Chat finalizado - El usuario aún está navegando"
91
 
92
- #: functions.php:1044
93
  msgid "User is browsing but doesn't want to chat"
94
  msgstr "El usuario está navegando pero no quiere chatear"
95
 
96
- #: functions.php:1183 includes/settings_page.php:774
97
  #, fuzzy
98
  #| msgid "WP Live Chat Support - Offline Message from "
99
  msgid "WP Live Chat by 3CX - Offline Message from "
100
  msgstr "WP Live Chat Support - Mensaje offline de "
101
 
102
- #: functions.php:1184 functions.php:1508 includes/settings_page.php:164
103
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
104
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
105
  #: includes/wplc_roi.php:160 modules/node_server.php:81
106
- #: modules/node_server.php:124 wp-live-chat-support.php:1584
107
- #: wp-live-chat-support.php:1607 wp-live-chat-support.php:1772
108
- #: wp-live-chat-support.php:3376 wp-live-chat-support.php:3503
109
  msgid "Name"
110
  msgstr "Nombre"
111
 
112
- #: functions.php:1185 functions.php:1509 includes/settings_page.php:160
113
- #: modules/node_server.php:125 wp-live-chat-support.php:1585
114
- #: wp-live-chat-support.php:1596 wp-live-chat-support.php:1773
115
- #: wp-live-chat-support.php:3377 wp-live-chat-support.php:3504
116
  msgid "Email"
117
  msgstr "Correo electrónico"
118
 
119
- #: functions.php:1186 wp-live-chat-support.php:1774
120
- #: wp-live-chat-support.php:3505 wp-live-chat-support.php:4242
121
- #: wp-live-chat-support.php:4302
122
  msgid "Message"
123
  msgstr "Mensaje"
124
 
125
- #: functions.php:1187
126
  #, fuzzy
127
  #| msgid "Via WP Live Chat Support"
128
  msgid "Via WP Live Chat by 3CX"
129
  msgstr "Vía WP Live Chat Support"
130
 
131
- #: functions.php:1486 wp-live-chat-support.php:3332
132
  msgid "Error: Could not delete chat"
133
  msgstr ""
134
 
135
- #: functions.php:1488 wp-live-chat-support.php:3336
136
  msgid "Chat Deleted"
137
  msgstr ""
138
 
139
- #: functions.php:1491 includes/wplc_custom_fields.php:35
140
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
141
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
142
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
@@ -144,221 +145,221 @@ msgstr ""
144
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
145
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
146
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
147
- #: modules/advanced_tools.php:243 modules/advanced_tools.php:251
148
- #: modules/advanced_tools.php:259 modules/advanced_tools.php:267
149
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
150
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
151
- #: wp-live-chat-support.php:3291 wp-live-chat-support.php:3321
152
- #: wp-live-chat-support.php:4212
153
  msgid "You do not have permission do perform this action"
154
  msgstr ""
155
 
156
- #: functions.php:1497 wp-live-chat-support.php:3345
157
  msgid "Are you sure you would like to delete this chat?"
158
  msgstr ""
159
 
160
- #: functions.php:1498 includes/settings_page.php:142
161
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
162
  msgid "Yes"
163
  msgstr "Sí"
164
 
165
- #: functions.php:1498 includes/settings_page.php:143
166
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
167
  msgid "No"
168
  msgstr "No"
169
 
170
- #: functions.php:1507 functions.php:2095 includes/settings_page.php:332
171
- #: includes/settings_page.php:434 wp-live-chat-support.php:3375
172
- #: wp-live-chat-support.php:3502
173
  msgid "Date"
174
  msgstr "Fecha"
175
 
176
- #: functions.php:1510 functions.php:4266 wp-live-chat-support.php:3378
177
  msgid "URL"
178
  msgstr "URL"
179
 
180
- #: functions.php:1511 includes/wplc_custom_fields.php:83
181
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
182
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
183
- #: wp-live-chat-support.php:2397 wp-live-chat-support.php:3380
184
  msgid "Action"
185
  msgstr "Acción"
186
 
187
- #: functions.php:1525
188
  msgid "You have not missed any chat requests."
189
  msgstr "No se ha perdido ninguna solicitud de chat."
190
 
191
- #: functions.php:1532 wp-live-chat-support.php:3400
192
  msgid "View Chat History"
193
  msgstr "Ver historial de Chats"
194
 
195
- #: functions.php:1532 wp-live-chat-support.php:3400
196
  msgid "Download Chat History"
197
  msgstr ""
198
 
199
- #: functions.php:1726
200
  msgid "Open chat window via"
201
  msgstr ""
202
 
203
- #: functions.php:1730
204
  msgid "Click"
205
  msgstr ""
206
 
207
- #: functions.php:1731
208
  msgid "Hover"
209
  msgstr ""
210
 
211
- #: functions.php:1733
212
  msgid "element with"
213
  msgstr ""
214
 
215
- #: functions.php:1735
216
  msgid "Class"
217
  msgstr ""
218
 
219
- #: functions.php:1736 includes/wplc_custom_fields.php:78
220
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
221
  #: includes/wplc_roi.php:159
222
  msgid "ID"
223
  msgstr ""
224
 
225
- #: functions.php:2007 functions.php:2013 functions.php:2018
226
  #: includes/dashboard_page.php:58 modules/node_server.php:134
227
- #: modules/node_server.php:1022 wp-live-chat-support.php:3981
228
  msgid "Quick Responses"
229
  msgstr "Respuestas rápidas"
230
 
231
- #: functions.php:2008 includes/settings_page.php:322
232
  msgid "Quick Response"
233
  msgstr "Respuesta rápida"
234
 
235
- #: functions.php:2009 functions.php:2012
236
  msgid "New Quick Response"
237
  msgstr "Nueva respuesta rápida"
238
 
239
- #: functions.php:2010 modules/node_server.php:1031
240
  msgid "Add New Quick Response"
241
  msgstr "Añadir nueva respuesta rápida"
242
 
243
- #: functions.php:2011
244
  msgid "Edit Quick Response"
245
  msgstr "Editar respuestas rápidas"
246
 
247
- #: functions.php:2014
248
  msgid "View Quick Responses"
249
  msgstr "Ver respuestas rápidas"
250
 
251
- #: functions.php:2015
252
  msgid "Search Quick Responses"
253
  msgstr "Buscar respuestas rápidas"
254
 
255
- #: functions.php:2016
256
  msgid "No Quick Responses found"
257
  msgstr "No se encontraron respuestas rápidas"
258
 
259
- #: functions.php:2017
260
  msgid "No Quick Responses found in the Trash"
261
  msgstr "No se encontraron respuestas rápidas en la papelera"
262
 
263
- #: functions.php:2022
264
  #, fuzzy
265
  #| msgid "Quick Responses for WP Live Chat Support Pro"
266
  msgid "Quick Responses for WP Live Chat by 3CX"
267
  msgstr "Respuestas rápidas para WP Live Chat Support Pro"
268
 
269
- #: functions.php:2056
270
  msgid "Sort Order"
271
  msgstr ""
272
 
273
- #: functions.php:2092 includes/settings_page.php:331
274
  msgid "Title"
275
  msgstr ""
276
 
277
- #: functions.php:2093
278
  msgid "Order"
279
  msgstr ""
280
 
281
- #: functions.php:2094 includes/settings_page.php:1182
282
  msgid "Author"
283
  msgstr ""
284
 
285
- #: functions.php:2137 wp-live-chat-support.php:452
286
  msgid "Press ENTER to send your message"
287
  msgstr "Presione INTRO para enviar su mensaje"
288
 
289
- #: functions.php:2176 functions.php:2180
290
  msgid "Assign Quick Response"
291
  msgstr "Asignar respuesta rápida"
292
 
293
- #: functions.php:2183 includes/settings_page.php:1164
294
  msgid "Select"
295
  msgstr "Seleccionar"
296
 
297
- #: functions.php:2189
298
  msgid "What is this?"
299
  msgstr "¿Qué es esto?"
300
 
301
- #: functions.php:2231
302
  #, php-format
303
  msgid "Incoming chat from %s (%s) on %s"
304
  msgstr ""
305
 
306
- #: functions.php:2237
307
  #, fuzzy, php-format
308
  #| msgid "Alert: Someone wants to chat with you on "
309
  msgid "%s (%s) wants to chat with you."
310
  msgstr "Alerta: alguien quiere chatear con usted en "
311
 
312
- #: functions.php:2242
313
  #, fuzzy, php-format
314
  #| msgid "Log in"
315
  msgid "Log in: %s"
316
  msgstr "Iniciar sesión"
317
 
318
- #: functions.php:2569
319
  #, fuzzy
320
  #| msgid "Chat Agents Online"
321
  msgid "Status (Online)"
322
  msgstr "operadores de chat en línea"
323
 
324
- #: functions.php:2570
325
  msgid "Online"
326
  msgstr ""
327
 
328
- #: functions.php:2571
329
  #, fuzzy
330
  #| msgid "Offline text"
331
  msgid "Offline"
332
  msgstr "Texto offline"
333
 
334
- #: functions.php:2572
335
  msgid "Status (Offline)"
336
  msgstr ""
337
 
338
- #: functions.php:2583
339
  msgid ""
340
  "You have set your status to offline. To view visitors and accept chats "
341
  "please set your status to online using the switch above."
342
  msgstr ""
343
 
344
- #: functions.php:2653
345
  msgid "Encryption"
346
  msgstr ""
347
 
348
- #: functions.php:2659 includes/settings_page.php:1225
349
- #: wp-live-chat-support.php:3996
350
  msgid "Business Hours"
351
  msgstr ""
352
 
353
- #: functions.php:2861
354
  msgid "Initiate Chat"
355
  msgstr "Iniciar chat"
356
 
357
- #: functions.php:2953
358
  msgid "Attempting to open the chat window... Please be patient."
359
  msgstr "Intentando abrir la ventana del chat... Por favor, espere."
360
 
361
- #: functions.php:2970
362
  msgid ""
363
  "You are not a chat agent. Please make yourself a chat agent before trying to "
364
  "chat to visitors"
@@ -366,170 +367,170 @@ msgstr ""
366
  "Usted no es un operador de chat. Por favor, antes de intentar conversar con "
367
  "los visitantes asígnese el perfil de operador de chat"
368
 
369
- #: functions.php:3165 functions.php:3181 functions.php:3196
370
  msgid "Chat Agent"
371
  msgstr "Operador de chat"
372
 
373
- #: functions.php:3170 functions.php:3186
374
  msgid "Make this user a chat agent"
375
  msgstr "Hacer que este usuario sea operador de chat"
376
 
377
- #: functions.php:3200
378
  msgid "Your user role does not allow you to make yourself a chat agent."
379
  msgstr ""
380
  "Su perfil de usuario no le permite asignarse a sí mismo el estatus de "
381
  "operador de chat."
382
 
383
- #: functions.php:3201
384
  msgid "Please contact the administrator of this website to change this."
385
  msgstr ""
386
  "Por favor, contacte con el administrador de la pagina web para cambiar esto."
387
 
388
- #: functions.php:3220
389
  msgid "This chat has already been answered by another agent."
390
  msgstr ""
391
 
392
- #: functions.php:3462 wp-live-chat-support.php:2331
393
  msgid "Agent(s) online"
394
  msgstr ""
395
 
396
- #: functions.php:3516
397
  msgid "Chat Agent Online"
398
  msgstr "operador de chat en línea"
399
 
400
- #: functions.php:3518 functions.php:3522
401
  msgid "Chat Agents Online"
402
  msgstr "operadores de chat en línea"
403
 
404
- #: functions.php:3630 includes/settings_page.php:1153
405
- #: wp-live-chat-support.php:2264
406
  msgid "Remove"
407
  msgstr ""
408
 
409
- #: functions.php:3633 wp-live-chat-support.php:2267
410
  msgid "Typing..."
411
  msgstr ""
412
 
413
- #: functions.php:4003
414
  msgid "User Experience Ratings"
415
  msgstr ""
416
 
417
- #: functions.php:4010
418
  msgid "Agent Statistics"
419
  msgstr ""
420
 
421
- #: functions.php:4053 functions.php:4092
422
  msgid "Satisfaction Rating"
423
  msgstr ""
424
 
425
- #: functions.php:4054 functions.php:4093
426
  msgid "Rating Count"
427
  msgstr ""
428
 
429
- #: functions.php:4054 functions.php:4093
430
  msgid "Good"
431
  msgstr ""
432
 
433
- #: functions.php:4054 functions.php:4093
434
  msgid "Bad"
435
  msgstr ""
436
 
437
- #: functions.php:4164 includes/dashboard_page.php:56
438
- #: wp-live-chat-support.php:1007
439
  #, fuzzy
440
  #| msgid "View Quick Responses"
441
  msgid "Reports"
442
  msgstr "Ver respuestas rápidas"
443
 
444
- #: functions.php:4167 includes/wplc_roi.php:161
445
  msgid "Overview"
446
  msgstr ""
447
 
448
- #: functions.php:4168
449
  msgid "Popular Pages"
450
  msgstr ""
451
 
452
- #: functions.php:4186
453
  msgid "Total Agents"
454
  msgstr ""
455
 
456
- #: functions.php:4186
457
  msgid "Total number of agents that used the live chat"
458
  msgstr ""
459
 
460
- #: functions.php:4187
461
  msgid "Total Chats"
462
  msgstr ""
463
 
464
- #: functions.php:4187
465
  msgid "Total number of chats received"
466
  msgstr ""
467
 
468
- #: functions.php:4188
469
  msgid "Total URLs"
470
  msgstr ""
471
 
472
- #: functions.php:4188
473
  msgid "Total number of URLs a chat was initiated on"
474
  msgstr ""
475
 
476
- #: functions.php:4189
477
  msgid "Chats per day"
478
  msgstr ""
479
 
480
- #: functions.php:4190
481
  msgid "Popular pages a chat was initiated on"
482
  msgstr ""
483
 
484
- #: functions.php:4220 includes/wplc_custom_fields.php:304
485
  msgid "Unknown"
486
  msgstr "Desconocido"
487
 
488
- #: functions.php:4267
489
  msgid "Count"
490
  msgstr ""
491
 
492
- #: functions.php:4293
493
  msgid "Enable Manual Chat Initiation:"
494
  msgstr ""
495
 
496
- #: functions.php:4293
497
  msgid ""
498
  "Enabling this feature will allow agents to start a chat with website "
499
  "visitors. This feature increases server load while enabled."
500
  msgstr ""
501
 
502
- #: functions.php:4297 modules/advanced_features.php:73
503
  msgid ""
504
  "This feature is only available when you select 3CX High Performance Cloud "
505
  "Servers in Advanced Features."
506
  msgstr ""
507
 
508
- #: functions.php:4384
509
  #, fuzzy
510
  #| msgid "Thank you for your feedback. We will be in touch soon"
511
  msgid "Thank you for inquiry. We will get back to you shortly"
512
  msgstr "Gracias por enviar su comentario. Le contactaremos en breve."
513
 
514
- #: functions.php:4562 wp-live-chat-support.php:4571
515
  msgid "The Live Chat box is currently disabled on your website due to:"
516
  msgstr ""
517
 
518
- #: functions.php:4563 wp-live-chat-support.php:4572
519
  #, fuzzy
520
  #| msgid "General Settings"
521
  msgid "Business Hours Settings"
522
  msgstr "Ajustes generales"
523
 
524
- #: functions.php:4614
525
  msgid "Edit Profile"
526
  msgstr ""
527
 
528
- #: functions.php:4625 modules/node_server.php:96 modules/node_server.php:878
529
  msgid "Drag Files Here"
530
  msgstr ""
531
 
532
- #: functions.php:4648 functions.php:4693 includes/wplc_custom_fields.php:107
533
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
534
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
535
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
@@ -537,45 +538,55 @@ msgstr ""
537
  msgid "Delete"
538
  msgstr ""
539
 
540
- #: functions.php:4649
541
  #, fuzzy
542
  #| msgid "Send"
543
  msgid "Send..."
544
  msgstr "Enviar"
545
 
546
- #: functions.php:4650 functions.php:4695
547
  msgid "Play voice note"
548
  msgstr ""
549
 
550
- #: functions.php:4694
551
  msgid "Save..."
552
  msgstr ""
553
 
554
- #: functions.php:4814 wp-live-chat-support.php:1240
555
- #: wp-live-chat-support.php:2810
556
  msgid "is typing..."
557
  msgstr ""
558
 
559
- #: functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
560
  msgid "An error has occured while fetching the news feed."
561
  msgstr ""
562
 
563
- #: functions.php:4926
564
  msgid "Default"
565
  msgstr ""
566
 
567
- #: functions.php:5229 functions.php:5233
568
  msgid "You do not have permission to perform this action"
569
  msgstr ""
570
 
571
- #: includes/blocks/wplc-chat-box/block.js:44
572
- #, fuzzy
573
- #| msgid "WP Live Chat History"
574
- msgid "WP Live Chat Trigger"
575
- msgstr "Historial de WP Live Chat"
576
-
577
  #: includes/blocks/wplc-chat-box/index.php:30
578
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3997
579
  msgid "Gutenberg Blocks"
580
  msgstr ""
581
 
@@ -629,24 +640,18 @@ msgstr ""
629
  msgid "Displays the chosen icon"
630
  msgstr ""
631
 
632
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1248
633
- #: wp-live-chat-support.php:1891
634
  #, fuzzy
635
  #| msgid "type here..."
636
  msgid "Type here"
637
  msgstr "escriba aquí..."
638
 
639
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:971
640
  msgid "Live Chat"
641
  msgstr "Chat en directo"
642
 
643
- #: includes/blocks/wplc-inline-chat-box/block.js:13
644
- #, fuzzy
645
- #| msgid "WP Live Chat Support"
646
- msgid "WP Live Chat Box"
647
- msgstr "WP Live Chat Support"
648
-
649
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:972
650
  msgid "Dashboard"
651
  msgstr ""
652
 
@@ -667,15 +672,15 @@ msgstr "Estado"
667
  msgid "Missed"
668
  msgstr "Chats perdidos"
669
 
670
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:980
671
- #: wp-live-chat-support.php:3439
672
  msgid "History"
673
  msgstr "Historial"
674
 
675
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
676
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
677
- #: wp-live-chat-support.php:984 wp-live-chat-support.php:3485
678
- #: wp-live-chat-support.php:3982
679
  msgid "Offline Messages"
680
  msgstr "Mensajes offline"
681
 
@@ -685,7 +690,7 @@ msgid "Tools"
685
  msgstr ""
686
 
687
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
688
- #: wp-live-chat-support.php:973
689
  msgid "Settings"
690
  msgstr "Ajustes"
691
 
@@ -762,7 +767,7 @@ msgid "has joined the chat."
762
  msgstr "El usuario ha abierto la ventana del chat"
763
 
764
  #: includes/settings_page.php:98 includes/settings_page.php:136
765
- #: wp-live-chat-support.php:3993
766
  msgid "General Settings"
767
  msgstr "Ajustes generales"
768
 
@@ -815,7 +820,7 @@ msgstr ""
815
  msgid "This name will be displayed for all not logged in visitors"
816
  msgstr ""
817
 
818
- #: includes/settings_page.php:177 wp-live-chat-support.php:451
819
  msgid "Guest"
820
  msgstr ""
821
 
@@ -1020,7 +1025,7 @@ msgid ""
1020
  "and send it to agent once they hold on CTRL + SPACEBAR"
1021
  msgstr ""
1022
 
1023
- #: includes/settings_page.php:381 wp-live-chat-support.php:3994
1024
  #, fuzzy
1025
  #| msgid "Chat Window Settings"
1026
  msgid "Chat Box Settings"
@@ -1102,7 +1107,7 @@ msgstr ""
1102
  msgid "Display a timestamp in the chat window:"
1103
  msgstr "El usuario ha maximizado la ventana del chat"
1104
 
1105
- #: includes/settings_page.php:435 wp-live-chat-support.php:2392
1106
  msgid "Time"
1107
  msgstr ""
1108
 
@@ -1454,7 +1459,7 @@ msgid ""
1454
  msgstr ""
1455
 
1456
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1457
- #: modules/node_server.php:652 wp-live-chat-support.php:2312
1458
  msgid "here"
1459
  msgstr ""
1460
 
@@ -1518,8 +1523,8 @@ msgstr ""
1518
  msgid "Other text"
1519
  msgstr "Otro texto"
1520
 
1521
- #: includes/settings_page.php:1065 wp-live-chat-support.php:445
1522
- #: wp-live-chat-support.php:1194
1523
  #, fuzzy
1524
  #| msgid "Chat has been answered by another agent"
1525
  msgid "The chat has been ended by the agent."
@@ -1696,12 +1701,12 @@ msgstr ""
1696
  msgid "Add New"
1697
  msgstr ""
1698
 
1699
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1009
1700
  msgid "Custom Fields"
1701
  msgstr ""
1702
 
1703
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1704
- #: wp-live-chat-support.php:2393
1705
  msgid "Type"
1706
  msgstr ""
1707
 
@@ -1710,11 +1715,11 @@ msgid "Content"
1710
  msgstr ""
1711
 
1712
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1713
- #: wp-live-chat-support.php:2396 wp-live-chat-support.php:3379
1714
  msgid "Status"
1715
  msgstr "Estado"
1716
 
1717
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2589
1718
  msgid "Active"
1719
  msgstr "Activo"
1720
 
@@ -1806,8 +1811,8 @@ msgstr ""
1806
  msgid "Custom Field Data"
1807
  msgstr ""
1808
 
1809
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1008
1810
- #: wp-live-chat-support.php:3968
1811
  msgid "Triggers"
1812
  msgstr ""
1813
 
@@ -1882,7 +1887,7 @@ msgid "Enable Trigger"
1882
  msgstr ""
1883
 
1884
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1885
- #: wp-live-chat-support.php:4698
1886
  msgid "Close"
1887
  msgstr ""
1888
 
@@ -2019,7 +2024,7 @@ msgid "Select Department"
2019
  msgstr ""
2020
 
2021
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2022
- #: wp-live-chat-support.php:3970
2023
  msgid "ROI Goals"
2024
  msgstr ""
2025
 
@@ -2355,7 +2360,7 @@ msgid "Import Settings"
2355
  msgstr "Ajustes principales"
2356
 
2357
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2358
- #: wp-live-chat-support.php:3983
2359
  #, fuzzy
2360
  #| msgid "View Chat History"
2361
  msgid "Chat History"
@@ -2401,21 +2406,21 @@ msgstr "Soporte"
2401
  msgid "This cannot be undone"
2402
  msgstr ""
2403
 
2404
- #: modules/advanced_tools.php:192
2405
  msgid "Import Failed - Could Not Process File"
2406
  msgstr ""
2407
 
2408
- #: modules/advanced_tools.php:206
2409
  msgid "Import Failed - Could Not Find File"
2410
  msgstr ""
2411
 
2412
- #: modules/advanced_tools.php:218
2413
  #, fuzzy
2414
  #| msgid "complete"
2415
  msgid "Import Complete"
2416
  msgstr "completado"
2417
 
2418
- #: modules/advanced_tools.php:226
2419
  #, fuzzy
2420
  #| msgid "Your settings have been saved."
2421
  msgid "Thank you, all settings have been updated"
@@ -2493,7 +2498,7 @@ msgstr ""
2493
  msgid "Data retention purpose"
2494
  msgstr ""
2495
 
2496
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:392
2497
  #, fuzzy
2498
  #| msgid "Support"
2499
  msgid "Chat/Support"
@@ -2556,8 +2561,8 @@ msgstr ""
2556
  msgid "Download Chat (%%CID%%)"
2557
  msgstr ""
2558
 
2559
- #: modules/gdpr.php:162 wp-live-chat-support.php:4240
2560
- #: wp-live-chat-support.php:4300
2561
  msgid "Chat ID"
2562
  msgstr ""
2563
 
@@ -2582,7 +2587,7 @@ msgstr ""
2582
  "participar en un chat procesado por %%COMPANY%%, con el propósito de "
2583
  "%%PURPOSE%%, para el tiempo de %%PERIOD%% día. (s) según el GDPR."
2584
 
2585
- #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:588
2586
  msgid "Privacy Policy"
2587
  msgstr ""
2588
 
@@ -2662,11 +2667,11 @@ msgstr ""
2662
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2663
  msgstr ""
2664
 
2665
- #: modules/gdpr.php:636
2666
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2667
  msgstr ""
2668
 
2669
- #: modules/gdpr.php:668
2670
  msgid "Pro data will also be removed as a part of this automatic process."
2671
  msgstr ""
2672
 
@@ -2693,7 +2698,7 @@ msgstr ""
2693
  msgid "Active visitors"
2694
  msgstr "Chats activos"
2695
 
2696
- #: modules/node_server.php:100 wp-live-chat-support.php:1856
2697
  #, fuzzy
2698
  #| msgid "Minize Chat Window"
2699
  msgid "Minimize Chat"
@@ -2712,7 +2717,7 @@ msgid "Invite Department"
2712
  msgstr "Operador de chat"
2713
 
2714
  #: modules/node_server.php:111 modules/node_server.php:881
2715
- #: modules/node_server.php:885 wp-live-chat-support.php:4042
2716
  msgid "Direct User To Page"
2717
  msgstr ""
2718
 
@@ -2729,7 +2734,7 @@ msgid "Leave chat"
2729
  msgstr "Empezar a chatear"
2730
 
2731
  #: modules/node_server.php:115 modules/node_server.php:883
2732
- #: wp-live-chat-support.php:2601
2733
  msgid "End chat"
2734
  msgstr "Finalizar chat"
2735
 
@@ -2794,7 +2799,7 @@ msgid "Contains"
2794
  msgstr "Contáctenos"
2795
 
2796
  #: modules/node_server.php:185 modules/node_server.php:893
2797
- #: wp-live-chat-support.php:2391
2798
  msgid "Visitor"
2799
  msgstr ""
2800
 
@@ -2855,7 +2860,7 @@ msgstr "Registro de errores"
2855
  msgid "Only chat agents can access this page."
2856
  msgstr ""
2857
 
2858
- #: modules/node_server.php:594 wp-live-chat-support.php:4696
2859
  #, fuzzy
2860
  #| msgid "Sending message..."
2861
  msgid "Sending transcript..."
@@ -2867,11 +2872,11 @@ msgstr "Enviando mensaje..."
2867
  msgid "Chat Transcript"
2868
  msgstr "Ajustes de la ventana de chat"
2869
 
2870
- #: modules/node_server.php:597 wp-live-chat-support.php:4699
2871
  msgid "The chat transcript has been emailed."
2872
  msgstr ""
2873
 
2874
- #: modules/node_server.php:598 wp-live-chat-support.php:4700
2875
  msgid "There was a problem emailing the chat."
2876
  msgstr ""
2877
 
@@ -2892,11 +2897,11 @@ msgstr ""
2892
  msgid "User received notification:"
2893
  msgstr ""
2894
 
2895
- #: modules/node_server.php:684 wp-live-chat-support.php:2183
2896
  msgid "New chat received"
2897
  msgstr ""
2898
 
2899
- #: modules/node_server.php:685 wp-live-chat-support.php:2185
2900
  msgid ""
2901
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2902
  "chat"
@@ -2924,11 +2929,11 @@ msgstr ""
2924
  msgid "Show me!"
2925
  msgstr ""
2926
 
2927
- #: modules/node_server.php:803 wp-live-chat-support.php:4667
2928
  msgid "Don't Show This Again"
2929
  msgstr ""
2930
 
2931
- #: modules/node_server.php:870 wp-live-chat-support.php:419
2932
  msgid "Connecting..."
2933
  msgstr ""
2934
 
@@ -3004,7 +3009,7 @@ msgstr "Ajustes"
3004
  msgid "Webhooks"
3005
  msgstr ""
3006
 
3007
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3969
3008
  msgid "Web Hooks"
3009
  msgstr ""
3010
 
@@ -3070,37 +3075,37 @@ msgstr "Guardar ajustes"
3070
  msgid "Are you sure you want to delete this webhook?"
3071
  msgstr ""
3072
 
3073
- #: wp-live-chat-support.php:363
3074
  msgid "close"
3075
  msgstr ""
3076
 
3077
- #: wp-live-chat-support.php:383
3078
  #, fuzzy
3079
  #| msgid "Via WP Live Chat Support"
3080
  msgid "Thank you for chatting with us."
3081
  msgstr "Vía WP Live Chat Support"
3082
 
3083
- #: wp-live-chat-support.php:408 wp-live-chat-support.php:1924
3084
  msgid "Questions?"
3085
  msgstr "¿Tiene alguna pregunta?"
3086
 
3087
- #: wp-live-chat-support.php:409 wp-live-chat-support.php:1925
3088
  msgid "Chat with us"
3089
  msgstr "Chatee con nosotros"
3090
 
3091
- #: wp-live-chat-support.php:410
3092
  msgid "Start live chat"
3093
  msgstr "Empezar a chatear"
3094
 
3095
- #: wp-live-chat-support.php:411
3096
  msgid "Complete the fields below to proceed."
3097
  msgstr ""
3098
 
3099
- #: wp-live-chat-support.php:412
3100
  msgid "Chat offline. Leave a message"
3101
  msgstr "Chat offline. Dejenos un mensaje"
3102
 
3103
- #: wp-live-chat-support.php:413
3104
  msgid ""
3105
  "We are currently offline. Please leave a message and we'll get back to you "
3106
  "shortly."
@@ -3108,264 +3113,264 @@ msgstr ""
3108
  "En este momento no estamos en línea. Por favor, deje un mensaje y le "
3109
  "contactaremos en breve."
3110
 
3111
- #: wp-live-chat-support.php:414
3112
  msgid "Sending message..."
3113
  msgstr "Enviando mensaje..."
3114
 
3115
- #: wp-live-chat-support.php:415
3116
  msgid "Thank you for your message. We will be in contact soon."
3117
  msgstr "Gracias por su mensaje. Le contactaremos en breve."
3118
 
3119
- #: wp-live-chat-support.php:416
3120
  msgid "Leave a message"
3121
  msgstr ""
3122
 
3123
- #: wp-live-chat-support.php:417
3124
  msgid "Send message"
3125
  msgstr "Enviar mensaje"
3126
 
3127
- #: wp-live-chat-support.php:418
3128
  msgid "Start Chat"
3129
  msgstr "Iniciar el Chat"
3130
 
3131
- #: wp-live-chat-support.php:420 wp-live-chat-support.php:2065
3132
- #: wp-live-chat-support.php:2112
3133
  msgid "Reactivating your previous chat..."
3134
  msgstr "Reactivando el chat anterior..."
3135
 
3136
- #: wp-live-chat-support.php:450
3137
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3138
  msgstr "Por favor, haga clic en 'Iniciar chat' para chatear con un operador"
3139
 
3140
- #: wp-live-chat-support.php:453
3141
  #, fuzzy
3142
  #| msgid "There is No Answer. Please Try Again Later"
3143
  msgid "No answer. Try again later."
3144
  msgstr "No hay respuesta. Por favor, intente más tarde."
3145
 
3146
- #: wp-live-chat-support.php:454
3147
  msgid "Welcome. How may I help you?"
3148
  msgstr "Bienvenido/a. ¿En qué puedo ayudarle?"
3149
 
3150
- #: wp-live-chat-support.php:458
3151
  msgid "Please standby for an agent. Send your message while you wait."
3152
  msgstr ""
3153
 
3154
- #: wp-live-chat-support.php:689
3155
  msgid ""
3156
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3157
  "no longer needed, please uninstall it."
3158
  msgstr ""
3159
 
3160
- #: wp-live-chat-support.php:981 wp-live-chat-support.php:3466
3161
  msgid "Missed Chats"
3162
  msgstr "Chats perdidos"
3163
 
3164
- #: wp-live-chat-support.php:989 wp-live-chat-support.php:3958
3165
  msgid "Support"
3166
  msgstr "Soporte"
3167
 
3168
- #: wp-live-chat-support.php:1191
3169
  msgid "Please Enter Your Name"
3170
  msgstr ""
3171
 
3172
- #: wp-live-chat-support.php:1192
3173
  msgid "Please Enter Your Email Address"
3174
  msgstr ""
3175
 
3176
- #: wp-live-chat-support.php:1193
3177
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3178
  msgstr ""
3179
 
3180
- #: wp-live-chat-support.php:1195
3181
  msgid "Please Enter a Message"
3182
  msgstr ""
3183
 
3184
- #: wp-live-chat-support.php:1196
3185
  msgid "Disconnected, Attempting to Reconnect..."
3186
  msgstr ""
3187
 
3188
- #: wp-live-chat-support.php:1243
3189
  #, fuzzy
3190
  #| msgid "User has opened the chat window"
3191
  msgid "has joined."
3192
  msgstr "El usuario ha abierto la ventana del chat"
3193
 
3194
- #: wp-live-chat-support.php:1244
3195
  msgid "has left."
3196
  msgstr ""
3197
 
3198
- #: wp-live-chat-support.php:1245
3199
  #, fuzzy
3200
  #| msgid "User has opened the chat window"
3201
  msgid "has ended the chat."
3202
  msgstr "El usuario ha abierto la ventana del chat"
3203
 
3204
- #: wp-live-chat-support.php:1246
3205
  msgid "has disconnected."
3206
  msgstr ""
3207
 
3208
- #: wp-live-chat-support.php:1247
3209
  msgid "(edited)"
3210
  msgstr ""
3211
 
3212
- #: wp-live-chat-support.php:1638 wp-live-chat-support.php:1657
3213
  msgid "Start chat"
3214
  msgstr ""
3215
 
3216
- #: wp-live-chat-support.php:1903 wp-live-chat-support.php:2672
3217
  msgid "Send"
3218
  msgstr "Enviar"
3219
 
3220
- #: wp-live-chat-support.php:2308
3221
  msgid "Congratulations"
3222
  msgstr ""
3223
 
3224
- #: wp-live-chat-support.php:2309
3225
  msgid "You are now accepting live chat requests on your site."
3226
  msgstr ""
3227
 
3228
- #: wp-live-chat-support.php:2310
3229
  msgid "The live chat box has automatically been enabled."
3230
  msgstr ""
3231
 
3232
- #: wp-live-chat-support.php:2311
3233
  msgid "Chat notifications will start appearing once visitors send a request."
3234
  msgstr ""
3235
 
3236
- #: wp-live-chat-support.php:2312
3237
  #, php-format
3238
  msgid "You may modify your chat box settings %s"
3239
  msgstr ""
3240
 
3241
- #: wp-live-chat-support.php:2313
3242
  msgid "Experiencing issues?"
3243
  msgstr ""
3244
 
3245
- #: wp-live-chat-support.php:2313
3246
  msgid "Take a look at our how-to guides."
3247
  msgstr ""
3248
 
3249
- #: wp-live-chat-support.php:2314
3250
  msgid "Hide"
3251
  msgstr ""
3252
 
3253
- #: wp-live-chat-support.php:2371
3254
  msgid "Keep this window open to get notified of new chats."
3255
  msgstr ""
3256
 
3257
- #: wp-live-chat-support.php:2377
3258
  #, fuzzy
3259
  #| msgid "Visitors on site"
3260
  msgid "Visitor(s) online"
3261
  msgstr "Visitantes en el sitio"
3262
 
3263
- #: wp-live-chat-support.php:2394
3264
  msgid "Device"
3265
  msgstr ""
3266
 
3267
- #: wp-live-chat-support.php:2395
3268
  msgid "Data"
3269
  msgstr ""
3270
 
3271
- #: wp-live-chat-support.php:2428
3272
  msgid "Chat Dashboard"
3273
  msgstr ""
3274
 
3275
- #: wp-live-chat-support.php:2431
3276
  msgid "Oh no!"
3277
  msgstr ""
3278
 
3279
- #: wp-live-chat-support.php:2433
3280
  #, php-format
3281
  msgid "You do not have access to this page as %s."
3282
  msgstr ""
3283
 
3284
- #: wp-live-chat-support.php:2433
3285
  #, fuzzy
3286
  #| msgid "Make this user a chat agent"
3287
  msgid "you are not a chat agent"
3288
  msgstr "Hacer que este usuario sea operador de chat"
3289
 
3290
- #: wp-live-chat-support.php:2587
3291
  msgid "Previous"
3292
  msgstr "Anterior"
3293
 
3294
- #: wp-live-chat-support.php:2594
3295
  msgid "Chat with"
3296
  msgstr "Chat con"
3297
 
3298
- #: wp-live-chat-support.php:2611
3299
  msgid "Starting Time:"
3300
  msgstr ""
3301
 
3302
- #: wp-live-chat-support.php:2612
3303
  msgid "Ending Time:"
3304
  msgstr ""
3305
 
3306
- #: wp-live-chat-support.php:2632
3307
  msgid "Chat initiated on:"
3308
  msgstr "Chat iniciado en:"
3309
 
3310
- #: wp-live-chat-support.php:2633
3311
  msgid "Browser:"
3312
  msgstr "Navegador:"
3313
 
3314
- #: wp-live-chat-support.php:2659 wp-live-chat-support.php:2698
3315
  #, fuzzy
3316
  #| msgid "End chat"
3317
  msgid "Invalid Chat ID"
3318
  msgstr "Finalizar chat"
3319
 
3320
- #: wp-live-chat-support.php:2667
3321
  msgid "type here..."
3322
  msgstr "escriba aquí..."
3323
 
3324
- #: wp-live-chat-support.php:2825
3325
  msgid "User has opened the chat window"
3326
  msgstr "El usuario ha abierto la ventana del chat"
3327
 
3328
- #: wp-live-chat-support.php:2826
3329
  msgid "User has minimized the chat window"
3330
  msgstr "El usuario ha minimizado la ventana del chat"
3331
 
3332
- #: wp-live-chat-support.php:2827
3333
  msgid "User has maximized the chat window"
3334
  msgstr "El usuario ha maximizado la ventana del chat"
3335
 
3336
- #: wp-live-chat-support.php:2828
3337
  msgid "The chat has been ended"
3338
  msgstr ""
3339
 
3340
- #: wp-live-chat-support.php:3369
3341
  msgid "Delete History"
3342
  msgstr "Borrar historial"
3343
 
3344
- #: wp-live-chat-support.php:3386
3345
  msgid "No chats available at the moment"
3346
  msgstr "No hay chats disponibles en este momento"
3347
 
3348
- #: wp-live-chat-support.php:3506
3349
  msgid "Actions"
3350
  msgstr ""
3351
 
3352
- #: wp-live-chat-support.php:3520
3353
  msgid "You have not received any offline messages."
3354
  msgstr "No ha recibido ningún mensaje offline."
3355
 
3356
- #: wp-live-chat-support.php:3528
3357
  msgid "Delete Message"
3358
  msgstr ""
3359
 
3360
- #: wp-live-chat-support.php:3637
3361
  msgid "You do not have permission to save settings."
3362
  msgstr ""
3363
 
3364
- #: wp-live-chat-support.php:3903
3365
  msgid "Your settings have been saved."
3366
  msgstr "Sus ajustes han sido guardados."
3367
 
3368
- #: wp-live-chat-support.php:3932
3369
  #, fuzzy
3370
  #| msgid ""
3371
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
@@ -3381,7 +3386,7 @@ msgstr ""
3381
  "Chat Support. Por favor, póngase en contacto con su proveedor para activar "
3382
  "esta función."
3383
 
3384
- #: wp-live-chat-support.php:3938
3385
  #, fuzzy
3386
  #| msgid ""
3387
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
@@ -3396,315 +3401,320 @@ msgstr ""
3396
  "experimentar algún problema durante el uso de WP Live Chat Support. Póngase "
3397
  "en contacto con su proveedor para desactivar el modo seguro."
3398
 
3399
- #: wp-live-chat-support.php:3961 wp-live-chat-support.php:3965
3400
  #, fuzzy
3401
  #| msgid "Advanced Info"
3402
  msgid "Plugin Features"
3403
  msgstr "Información avanzada"
3404
 
3405
- #: wp-live-chat-support.php:3963
3406
  msgid ""
3407
  "Check out these features and get up to speed with what you can do with WP "
3408
  "Live Chat:"
3409
  msgstr ""
3410
 
3411
- #: wp-live-chat-support.php:3966
3412
  msgid "Reporting"
3413
  msgstr ""
3414
 
3415
- #: wp-live-chat-support.php:3967
3416
  msgid "Localization"
3417
  msgstr ""
3418
 
3419
- #: wp-live-chat-support.php:3975
3420
  #, fuzzy
3421
  #| msgid "Chat Agents"
3422
  msgid "Chat FAQs"
3423
  msgstr "Operadores de chat"
3424
 
3425
- #: wp-live-chat-support.php:3977
3426
  msgid ""
3427
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3428
  "agents:"
3429
  msgstr ""
3430
 
3431
- #: wp-live-chat-support.php:3979
3432
  #, fuzzy
3433
  #| msgid "Chat with us"
3434
  msgid "Chat with Visitors"
3435
  msgstr "Chatee con nosotros"
3436
 
3437
- #: wp-live-chat-support.php:3980
3438
  #, fuzzy
3439
  #| msgid "Chat Agents"
3440
  msgid "Chat with Agents"
3441
  msgstr "Operadores de chat"
3442
 
3443
- #: wp-live-chat-support.php:3984
3444
  #, fuzzy
3445
  #| msgid "Chat Agents"
3446
  msgid "Chat Invites"
3447
  msgstr "Operadores de chat"
3448
 
3449
- #: wp-live-chat-support.php:3989
3450
  #, fuzzy
3451
  #| msgid "Settings"
3452
  msgid "Settings & Customization"
3453
  msgstr "Ajustes"
3454
 
3455
- #: wp-live-chat-support.php:3991
3456
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3457
  msgstr ""
3458
 
3459
- #: wp-live-chat-support.php:3995
3460
  #, fuzzy
3461
  #| msgid "Chat Window Settings"
3462
  msgid "Agent Settings"
3463
  msgstr "Ajustes de la ventana de chat"
3464
 
3465
- #: wp-live-chat-support.php:4002
3466
  msgid "Troubleshooting"
3467
  msgstr "Resolución de problemas"
3468
 
3469
- #: wp-live-chat-support.php:4004
3470
  msgid ""
3471
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3472
  "issues:"
3473
  msgstr ""
3474
 
3475
- #: wp-live-chat-support.php:4006
3476
  msgid "My Chat Box Is Not Showing"
3477
  msgstr ""
3478
 
3479
- #: wp-live-chat-support.php:4007
3480
  #, fuzzy
3481
  #| msgid "I'm not getting any notifications of a new chat"
3482
  msgid "Not Receiving Notifications of New Chats"
3483
  msgstr "No estoy recibiendo ninguna notificación de nuevo chat"
3484
 
3485
- #: wp-live-chat-support.php:4008
3486
- #, fuzzy
3487
- #| msgid "The chat window never goes offline"
3488
- msgid "The Chat Box Never Goes Offline"
3489
- msgstr "La ventana del chat nunca está desconectada"
3490
-
3491
- #: wp-live-chat-support.php:4009
3492
- msgid "Chat Has Already Been Answered"
3493
- msgstr ""
3494
-
3495
- #: wp-live-chat-support.php:4010
3496
  #, fuzzy
3497
  #| msgid "How do I check for JavaScript errors on my site?"
3498
  msgid "Check for JavaScript Errors"
3499
  msgstr "¿Cómo puedo comprobar errores de JavaScript en mi pagina web?"
3500
 
3501
- #: wp-live-chat-support.php:4038
3502
  msgid "Initiate Chats"
3503
  msgstr ""
3504
 
3505
- #: wp-live-chat-support.php:4039
3506
  msgid "Multiple Chats"
3507
  msgstr ""
3508
 
3509
- #: wp-live-chat-support.php:4040
3510
  msgid "Add unlimited agents"
3511
  msgstr ""
3512
 
3513
- #: wp-live-chat-support.php:4041
3514
  #, fuzzy
3515
  #| msgid "Missed Chats"
3516
  msgid "Transfer Chats"
3517
  msgstr "Chats perdidos"
3518
 
3519
- #: wp-live-chat-support.php:4060
3520
  #, fuzzy, php-format
3521
  #| msgid "Via WP Live Chat Support"
3522
  msgid "Thank you for using %s! Please %s on %s"
3523
  msgstr "Vía WP Live Chat Support"
3524
 
3525
- #: wp-live-chat-support.php:4060
3526
  msgid "rate us"
3527
  msgstr ""
3528
 
3529
- #: wp-live-chat-support.php:4241 wp-live-chat-support.php:4301
3530
  msgid "From"
3531
  msgstr ""
3532
 
3533
- #: wp-live-chat-support.php:4243 wp-live-chat-support.php:4303
3534
  msgid "Timestamp"
3535
  msgstr ""
3536
 
3537
- #: wp-live-chat-support.php:4244 wp-live-chat-support.php:4304
3538
  msgid "Origin"
3539
  msgstr ""
3540
 
3541
- #: wp-live-chat-support.php:4249 wp-live-chat-support.php:4309
3542
  msgid "user"
3543
  msgstr ""
3544
 
3545
- #: wp-live-chat-support.php:4251 wp-live-chat-support.php:4311
3546
  msgid "agent"
3547
  msgstr ""
3548
 
3549
- #: wp-live-chat-support.php:4406
3550
  msgid "Advanced settings"
3551
  msgstr ""
3552
 
3553
- #: wp-live-chat-support.php:4413
3554
  msgid "Only change these settings if you are experiencing performance issues."
3555
  msgstr ""
3556
 
3557
- #: wp-live-chat-support.php:4420
3558
  msgid "Website hosting type:"
3559
  msgstr ""
3560
 
3561
- #: wp-live-chat-support.php:4424
3562
  #, fuzzy
3563
  #| msgid "Colour Scheme 1"
3564
  msgid "Custom parameters"
3565
  msgstr "Esquema de color 1"
3566
 
3567
- #: wp-live-chat-support.php:4425
3568
  msgid "Shared hosting - low level plan"
3569
  msgstr ""
3570
 
3571
- #: wp-live-chat-support.php:4426
3572
  msgid "Shared hosting - normal plan"
3573
  msgstr ""
3574
 
3575
- #: wp-live-chat-support.php:4427
3576
  msgid "VPS"
3577
  msgstr ""
3578
 
3579
- #: wp-live-chat-support.php:4428
3580
  msgid "Dedicated server"
3581
  msgstr ""
3582
 
3583
- #: wp-live-chat-support.php:4434
3584
  msgid "Long poll setup"
3585
  msgstr ""
3586
 
3587
- #: wp-live-chat-support.php:4434
3588
  msgid ""
3589
  "Only change these if you are an experienced developer or if you have "
3590
  "received these figures from the WP Live Chat by 3CX team."
3591
  msgstr ""
3592
 
3593
- #: wp-live-chat-support.php:4439
3594
  msgid "Iterations"
3595
  msgstr ""
3596
 
3597
- #: wp-live-chat-support.php:4443
3598
  msgid "Sleep between loops"
3599
  msgstr ""
3600
 
3601
- #: wp-live-chat-support.php:4446
3602
  msgid "milliseconds"
3603
  msgstr ""
3604
 
3605
- #: wp-live-chat-support.php:4469
3606
  #, fuzzy
3607
  #| msgid "WP Live Chat Support"
3608
  msgid "Show 'Powered by' in chat box"
3609
  msgstr "WP Live Chat Support"
3610
 
3611
- #: wp-live-chat-support.php:4469
3612
  msgid ""
3613
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3614
  "bottom of your chatbox."
3615
  msgstr ""
3616
 
3617
- #: wp-live-chat-support.php:4511
3618
  #, fuzzy
3619
  #| msgid "WP Live Chat Support"
3620
  msgid "Powered by WP Live Chat by 3CX"
3621
  msgstr "WP Live Chat Support"
3622
 
3623
- #: wp-live-chat-support.php:4665
3624
  msgid ""
3625
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3626
  msgstr ""
3627
 
3628
- #: wp-live-chat-support.php:4666
3629
  msgid ""
3630
  "Please add an SSL certificate to your site to continue receiving chat "
3631
  "notifications in your browser."
3632
  msgstr ""
3633
 
3634
- #: wp-live-chat-support.php:4679
3635
  msgid ""
3636
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3637
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3638
  msgstr ""
3639
 
3640
- #: wp-live-chat-support.php:4686
3641
  msgid "Email transcript to user"
3642
  msgstr ""
3643
 
3644
- #: wp-live-chat-support.php:4697
3645
  msgid "Sending Transcript"
3646
  msgstr ""
3647
 
3648
- #: wp-live-chat-support.php:4771
3649
  #, php-format
3650
  msgid "Your chat transcript from %1$s"
3651
  msgstr ""
3652
 
3653
- #: wp-live-chat-support.php:4862
3654
  #, fuzzy
3655
  #| msgid "Chat Window Settings"
3656
  msgid "Chat Transcript Settings"
3657
  msgstr "Ajustes de la ventana de chat"
3658
 
3659
- #: wp-live-chat-support.php:4865
3660
  msgid "Enable chat transcripts:"
3661
  msgstr ""
3662
 
3663
- #: wp-live-chat-support.php:4873
3664
  msgid "Send transcripts to:"
3665
  msgstr ""
3666
 
3667
- #: wp-live-chat-support.php:4880
3668
  #, fuzzy
3669
  #| msgid "Username"
3670
  msgid "User"
3671
  msgstr "Nombre de usuario"
3672
 
3673
- #: wp-live-chat-support.php:4891
3674
  msgid "Send transcripts when chat ends:"
3675
  msgstr ""
3676
 
3677
- #: wp-live-chat-support.php:4899
3678
  #, fuzzy
3679
  #| msgid "Email"
3680
  msgid "Email body"
3681
  msgstr "Correo electrónico"
3682
 
3683
- #: wp-live-chat-support.php:4909
3684
  #, fuzzy
3685
  #| msgid "Email Address"
3686
  msgid "Email header"
3687
  msgstr "Dirección de correo electrónico"
3688
 
3689
- #: wp-live-chat-support.php:4918
3690
  msgid "Email footer"
3691
  msgstr ""
3692
 
3693
- #: wp-live-chat-support.php:4994
3694
  msgid ""
3695
  "Please note, local message encryption and local server options will be "
3696
  "deprecated in the next major release. All encryption and message delivery "
3697
  "will handled by our external servers in future."
3698
  msgstr ""
3699
 
3700
- #: wp-live-chat-support.php:4997
3701
  msgid "Deprecation Notice - Message Encryption & Local Server"
3702
  msgstr ""
3703
 
3704
- #: wp-live-chat-support.php:4999
3705
  msgid "Dismiss"
3706
  msgstr ""
3707
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3708
  #, fuzzy
3709
  #~| msgid "requesting chat"
3710
  #~ msgid "Request new chat"
@@ -3940,11 +3950,6 @@ msgstr ""
3940
  #~ msgid "Welcome to WP Live Chat Support v8"
3941
  #~ msgstr "WP Live Chat Support"
3942
 
3943
- #, fuzzy
3944
- #~| msgid "You are not accepting chats"
3945
- #~ msgid "Skip intro and start accepting chats"
3946
- #~ msgstr "No está aceptando chats"
3947
-
3948
  #, fuzzy
3949
  #~| msgid "Welcome to "
3950
  #~ msgid "Welcome"
@@ -4072,9 +4077,6 @@ msgstr ""
4072
  #~ msgid "You must be a chat agent to initiate chats"
4073
  #~ msgstr "Debe ser operador de chat para iniciar un chat"
4074
 
4075
- #~ msgid "No visitors on-line at the moment"
4076
- #~ msgstr "No hay visitantes en línea en este momento"
4077
-
4078
  #~ msgid "No chat sessions available at the moment"
4079
  #~ msgstr "No hay sesiones de chat disponibles en este momento"
4080
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2019-10-17 11:31+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:31+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: 3CX\n"
8
  "Language: es_ES\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
21
+ #: wp-live-chat-support.php:4864
22
  msgid "Admin"
23
  msgstr "Administrador"
24
 
62
  msgid "End Chat"
63
  msgstr "Finalizar chat"
64
 
65
+ #: functions.php:1021
66
  msgid "complete"
67
  msgstr "completado"
68
 
69
+ #: functions.php:1024
70
  msgid "pending"
71
  msgstr "pendiente"
72
 
73
+ #: functions.php:1027
74
  msgid "active"
75
  msgstr "activa"
76
 
77
+ #: functions.php:1030
78
  msgid "deleted"
79
  msgstr "borrado"
80
 
81
+ #: functions.php:1033
82
  msgid "browsing"
83
  msgstr "navegando"
84
 
85
+ #: functions.php:1036
86
  msgid "requesting chat"
87
  msgstr "solicitando chat"
88
 
89
+ #: functions.php:1039
90
  msgid "Chat Ended - User still browsing"
91
  msgstr "Chat finalizado - El usuario aún está navegando"
92
 
93
+ #: functions.php:1042
94
  msgid "User is browsing but doesn't want to chat"
95
  msgstr "El usuario está navegando pero no quiere chatear"
96
 
97
+ #: functions.php:1181 includes/settings_page.php:774
98
  #, fuzzy
99
  #| msgid "WP Live Chat Support - Offline Message from "
100
  msgid "WP Live Chat by 3CX - Offline Message from "
101
  msgstr "WP Live Chat Support - Mensaje offline de "
102
 
103
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
104
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
105
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
106
  #: includes/wplc_roi.php:160 modules/node_server.php:81
107
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
108
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
109
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
110
  msgid "Name"
111
  msgstr "Nombre"
112
 
113
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
114
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
115
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
116
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
117
  msgid "Email"
118
  msgstr "Correo electrónico"
119
 
120
+ #: functions.php:1184 wp-live-chat-support.php:1782
121
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
122
+ #: wp-live-chat-support.php:4281
123
  msgid "Message"
124
  msgstr "Mensaje"
125
 
126
+ #: functions.php:1185
127
  #, fuzzy
128
  #| msgid "Via WP Live Chat Support"
129
  msgid "Via WP Live Chat by 3CX"
130
  msgstr "Vía WP Live Chat Support"
131
 
132
+ #: functions.php:1484 wp-live-chat-support.php:3313
133
  msgid "Error: Could not delete chat"
134
  msgstr ""
135
 
136
+ #: functions.php:1486 wp-live-chat-support.php:3317
137
  msgid "Chat Deleted"
138
  msgstr ""
139
 
140
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
141
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
142
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
143
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
145
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
146
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
147
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
148
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
149
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
150
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
151
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
152
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
153
+ #: wp-live-chat-support.php:4191
154
  msgid "You do not have permission do perform this action"
155
  msgstr ""
156
 
157
+ #: functions.php:1495 wp-live-chat-support.php:3326
158
  msgid "Are you sure you would like to delete this chat?"
159
  msgstr ""
160
 
161
+ #: functions.php:1496 includes/settings_page.php:142
162
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
163
  msgid "Yes"
164
  msgstr "Sí"
165
 
166
+ #: functions.php:1496 includes/settings_page.php:143
167
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
168
  msgid "No"
169
  msgstr "No"
170
 
171
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
172
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
173
+ #: wp-live-chat-support.php:3483
174
  msgid "Date"
175
  msgstr "Fecha"
176
 
177
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
178
  msgid "URL"
179
  msgstr "URL"
180
 
181
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
182
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
183
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
184
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
185
  msgid "Action"
186
  msgstr "Acción"
187
 
188
+ #: functions.php:1523
189
  msgid "You have not missed any chat requests."
190
  msgstr "No se ha perdido ninguna solicitud de chat."
191
 
192
+ #: functions.php:1530 wp-live-chat-support.php:3381
193
  msgid "View Chat History"
194
  msgstr "Ver historial de Chats"
195
 
196
+ #: functions.php:1530 wp-live-chat-support.php:3381
197
  msgid "Download Chat History"
198
  msgstr ""
199
 
200
+ #: functions.php:1724
201
  msgid "Open chat window via"
202
  msgstr ""
203
 
204
+ #: functions.php:1728
205
  msgid "Click"
206
  msgstr ""
207
 
208
+ #: functions.php:1729
209
  msgid "Hover"
210
  msgstr ""
211
 
212
+ #: functions.php:1731
213
  msgid "element with"
214
  msgstr ""
215
 
216
+ #: functions.php:1733
217
  msgid "Class"
218
  msgstr ""
219
 
220
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
221
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
222
  #: includes/wplc_roi.php:159
223
  msgid "ID"
224
  msgstr ""
225
 
226
+ #: functions.php:2005 functions.php:2011 functions.php:2016
227
  #: includes/dashboard_page.php:58 modules/node_server.php:134
228
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
229
  msgid "Quick Responses"
230
  msgstr "Respuestas rápidas"
231
 
232
+ #: functions.php:2006 includes/settings_page.php:322
233
  msgid "Quick Response"
234
  msgstr "Respuesta rápida"
235
 
236
+ #: functions.php:2007 functions.php:2010
237
  msgid "New Quick Response"
238
  msgstr "Nueva respuesta rápida"
239
 
240
+ #: functions.php:2008 modules/node_server.php:1031
241
  msgid "Add New Quick Response"
242
  msgstr "Añadir nueva respuesta rápida"
243
 
244
+ #: functions.php:2009
245
  msgid "Edit Quick Response"
246
  msgstr "Editar respuestas rápidas"
247
 
248
+ #: functions.php:2012
249
  msgid "View Quick Responses"
250
  msgstr "Ver respuestas rápidas"
251
 
252
+ #: functions.php:2013
253
  msgid "Search Quick Responses"
254
  msgstr "Buscar respuestas rápidas"
255
 
256
+ #: functions.php:2014
257
  msgid "No Quick Responses found"
258
  msgstr "No se encontraron respuestas rápidas"
259
 
260
+ #: functions.php:2015
261
  msgid "No Quick Responses found in the Trash"
262
  msgstr "No se encontraron respuestas rápidas en la papelera"
263
 
264
+ #: functions.php:2020
265
  #, fuzzy
266
  #| msgid "Quick Responses for WP Live Chat Support Pro"
267
  msgid "Quick Responses for WP Live Chat by 3CX"
268
  msgstr "Respuestas rápidas para WP Live Chat Support Pro"
269
 
270
+ #: functions.php:2054
271
  msgid "Sort Order"
272
  msgstr ""
273
 
274
+ #: functions.php:2090 includes/settings_page.php:331
275
  msgid "Title"
276
  msgstr ""
277
 
278
+ #: functions.php:2091
279
  msgid "Order"
280
  msgstr ""
281
 
282
+ #: functions.php:2092 includes/settings_page.php:1182
283
  msgid "Author"
284
  msgstr ""
285
 
286
+ #: functions.php:2135 wp-live-chat-support.php:461
287
  msgid "Press ENTER to send your message"
288
  msgstr "Presione INTRO para enviar su mensaje"
289
 
290
+ #: functions.php:2174 functions.php:2178
291
  msgid "Assign Quick Response"
292
  msgstr "Asignar respuesta rápida"
293
 
294
+ #: functions.php:2181 includes/settings_page.php:1164
295
  msgid "Select"
296
  msgstr "Seleccionar"
297
 
298
+ #: functions.php:2187
299
  msgid "What is this?"
300
  msgstr "¿Qué es esto?"
301
 
302
+ #: functions.php:2229
303
  #, php-format
304
  msgid "Incoming chat from %s (%s) on %s"
305
  msgstr ""
306
 
307
+ #: functions.php:2235
308
  #, fuzzy, php-format
309
  #| msgid "Alert: Someone wants to chat with you on "
310
  msgid "%s (%s) wants to chat with you."
311
  msgstr "Alerta: alguien quiere chatear con usted en "
312
 
313
+ #: functions.php:2240
314
  #, fuzzy, php-format
315
  #| msgid "Log in"
316
  msgid "Log in: %s"
317
  msgstr "Iniciar sesión"
318
 
319
+ #: functions.php:2567
320
  #, fuzzy
321
  #| msgid "Chat Agents Online"
322
  msgid "Status (Online)"
323
  msgstr "operadores de chat en línea"
324
 
325
+ #: functions.php:2568
326
  msgid "Online"
327
  msgstr ""
328
 
329
+ #: functions.php:2569
330
  #, fuzzy
331
  #| msgid "Offline text"
332
  msgid "Offline"
333
  msgstr "Texto offline"
334
 
335
+ #: functions.php:2570
336
  msgid "Status (Offline)"
337
  msgstr ""
338
 
339
+ #: functions.php:2581
340
  msgid ""
341
  "You have set your status to offline. To view visitors and accept chats "
342
  "please set your status to online using the switch above."
343
  msgstr ""
344
 
345
+ #: functions.php:2651
346
  msgid "Encryption"
347
  msgstr ""
348
 
349
+ #: functions.php:2657 includes/settings_page.php:1225
350
+ #: wp-live-chat-support.php:3977
351
  msgid "Business Hours"
352
  msgstr ""
353
 
354
+ #: functions.php:2859
355
  msgid "Initiate Chat"
356
  msgstr "Iniciar chat"
357
 
358
+ #: functions.php:2951
359
  msgid "Attempting to open the chat window... Please be patient."
360
  msgstr "Intentando abrir la ventana del chat... Por favor, espere."
361
 
362
+ #: functions.php:2968
363
  msgid ""
364
  "You are not a chat agent. Please make yourself a chat agent before trying to "
365
  "chat to visitors"
367
  "Usted no es un operador de chat. Por favor, antes de intentar conversar con "
368
  "los visitantes asígnese el perfil de operador de chat"
369
 
370
+ #: functions.php:3163 functions.php:3179 functions.php:3194
371
  msgid "Chat Agent"
372
  msgstr "Operador de chat"
373
 
374
+ #: functions.php:3168 functions.php:3184
375
  msgid "Make this user a chat agent"
376
  msgstr "Hacer que este usuario sea operador de chat"
377
 
378
+ #: functions.php:3198
379
  msgid "Your user role does not allow you to make yourself a chat agent."
380
  msgstr ""
381
  "Su perfil de usuario no le permite asignarse a sí mismo el estatus de "
382
  "operador de chat."
383
 
384
+ #: functions.php:3199
385
  msgid "Please contact the administrator of this website to change this."
386
  msgstr ""
387
  "Por favor, contacte con el administrador de la pagina web para cambiar esto."
388
 
389
+ #: functions.php:3218
390
  msgid "This chat has already been answered by another agent."
391
  msgstr ""
392
 
393
+ #: functions.php:3460 wp-live-chat-support.php:2314
394
  msgid "Agent(s) online"
395
  msgstr ""
396
 
397
+ #: functions.php:3514
398
  msgid "Chat Agent Online"
399
  msgstr "operador de chat en línea"
400
 
401
+ #: functions.php:3516 functions.php:3520
402
  msgid "Chat Agents Online"
403
  msgstr "operadores de chat en línea"
404
 
405
+ #: functions.php:3628 includes/settings_page.php:1153
406
+ #: wp-live-chat-support.php:2260
407
  msgid "Remove"
408
  msgstr ""
409
 
410
+ #: functions.php:3631 wp-live-chat-support.php:2263
411
  msgid "Typing..."
412
  msgstr ""
413
 
414
+ #: functions.php:4001
415
  msgid "User Experience Ratings"
416
  msgstr ""
417
 
418
+ #: functions.php:4008
419
  msgid "Agent Statistics"
420
  msgstr ""
421
 
422
+ #: functions.php:4051 functions.php:4090
423
  msgid "Satisfaction Rating"
424
  msgstr ""
425
 
426
+ #: functions.php:4052 functions.php:4091
427
  msgid "Rating Count"
428
  msgstr ""
429
 
430
+ #: functions.php:4052 functions.php:4091
431
  msgid "Good"
432
  msgstr ""
433
 
434
+ #: functions.php:4052 functions.php:4091
435
  msgid "Bad"
436
  msgstr ""
437
 
438
+ #: functions.php:4162 includes/dashboard_page.php:56
439
+ #: wp-live-chat-support.php:1015
440
  #, fuzzy
441
  #| msgid "View Quick Responses"
442
  msgid "Reports"
443
  msgstr "Ver respuestas rápidas"
444
 
445
+ #: functions.php:4165 includes/wplc_roi.php:161
446
  msgid "Overview"
447
  msgstr ""
448
 
449
+ #: functions.php:4166
450
  msgid "Popular Pages"
451
  msgstr ""
452
 
453
+ #: functions.php:4184
454
  msgid "Total Agents"
455
  msgstr ""
456
 
457
+ #: functions.php:4184
458
  msgid "Total number of agents that used the live chat"
459
  msgstr ""
460
 
461
+ #: functions.php:4185
462
  msgid "Total Chats"
463
  msgstr ""
464
 
465
+ #: functions.php:4185
466
  msgid "Total number of chats received"
467
  msgstr ""
468
 
469
+ #: functions.php:4186
470
  msgid "Total URLs"
471
  msgstr ""
472
 
473
+ #: functions.php:4186
474
  msgid "Total number of URLs a chat was initiated on"
475
  msgstr ""
476
 
477
+ #: functions.php:4187
478
  msgid "Chats per day"
479
  msgstr ""
480
 
481
+ #: functions.php:4188
482
  msgid "Popular pages a chat was initiated on"
483
  msgstr ""
484
 
485
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
486
  msgid "Unknown"
487
  msgstr "Desconocido"
488
 
489
+ #: functions.php:4265
490
  msgid "Count"
491
  msgstr ""
492
 
493
+ #: functions.php:4291
494
  msgid "Enable Manual Chat Initiation:"
495
  msgstr ""
496
 
497
+ #: functions.php:4291
498
  msgid ""
499
  "Enabling this feature will allow agents to start a chat with website "
500
  "visitors. This feature increases server load while enabled."
501
  msgstr ""
502
 
503
+ #: functions.php:4295 modules/advanced_features.php:73
504
  msgid ""
505
  "This feature is only available when you select 3CX High Performance Cloud "
506
  "Servers in Advanced Features."
507
  msgstr ""
508
 
509
+ #: functions.php:4382
510
  #, fuzzy
511
  #| msgid "Thank you for your feedback. We will be in touch soon"
512
  msgid "Thank you for inquiry. We will get back to you shortly"
513
  msgstr "Gracias por enviar su comentario. Le contactaremos en breve."
514
 
515
+ #: functions.php:4560 wp-live-chat-support.php:4550
516
  msgid "The Live Chat box is currently disabled on your website due to:"
517
  msgstr ""
518
 
519
+ #: functions.php:4561 wp-live-chat-support.php:4551
520
  #, fuzzy
521
  #| msgid "General Settings"
522
  msgid "Business Hours Settings"
523
  msgstr "Ajustes generales"
524
 
525
+ #: functions.php:4612
526
  msgid "Edit Profile"
527
  msgstr ""
528
 
529
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
530
  msgid "Drag Files Here"
531
  msgstr ""
532
 
533
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
534
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
535
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
536
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
538
  msgid "Delete"
539
  msgstr ""
540
 
541
+ #: functions.php:4647
542
  #, fuzzy
543
  #| msgid "Send"
544
  msgid "Send..."
545
  msgstr "Enviar"
546
 
547
+ #: functions.php:4648 functions.php:4693
548
  msgid "Play voice note"
549
  msgstr ""
550
 
551
+ #: functions.php:4692
552
  msgid "Save..."
553
  msgstr ""
554
 
555
+ #: functions.php:4780 wp-live-chat-support.php:1248
556
+ #: wp-live-chat-support.php:2791
557
  msgid "is typing..."
558
  msgstr ""
559
 
560
+ #: functions.php:4782
561
+ #, fuzzy
562
+ #| msgid "No visitors on-line at the moment"
563
+ msgid "There are no visitors on your site at the moment"
564
+ msgstr "No hay visitantes en línea en este momento"
565
+
566
+ #: functions.php:4783
567
+ msgid "Connection to the server lost, reconnecting..."
568
+ msgstr ""
569
+
570
+ #: functions.php:4784
571
+ #, fuzzy
572
+ #| msgid "You are not accepting chats"
573
+ msgid "Agent offline - not accepting chats"
574
+ msgstr "No está aceptando chats"
575
+
576
+ #: functions.php:4800
577
  msgid "An error has occured while fetching the news feed."
578
  msgstr ""
579
 
580
+ #: functions.php:4897
581
  msgid "Default"
582
  msgstr ""
583
 
584
+ #: functions.php:5200 functions.php:5204
585
  msgid "You do not have permission to perform this action"
586
  msgstr ""
587
 
 
 
 
 
 
 
588
  #: includes/blocks/wplc-chat-box/index.php:30
589
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
590
  msgid "Gutenberg Blocks"
591
  msgstr ""
592
 
640
  msgid "Displays the chosen icon"
641
  msgstr ""
642
 
643
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
644
+ #: wp-live-chat-support.php:1899
645
  #, fuzzy
646
  #| msgid "type here..."
647
  msgid "Type here"
648
  msgstr "escriba aquí..."
649
 
650
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
651
  msgid "Live Chat"
652
  msgstr "Chat en directo"
653
 
654
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
 
 
 
 
 
 
655
  msgid "Dashboard"
656
  msgstr ""
657
 
672
  msgid "Missed"
673
  msgstr "Chats perdidos"
674
 
675
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
676
+ #: wp-live-chat-support.php:3420
677
  msgid "History"
678
  msgstr "Historial"
679
 
680
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
681
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
682
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
683
+ #: wp-live-chat-support.php:3963
684
  msgid "Offline Messages"
685
  msgstr "Mensajes offline"
686
 
690
  msgstr ""
691
 
692
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
693
+ #: wp-live-chat-support.php:981
694
  msgid "Settings"
695
  msgstr "Ajustes"
696
 
767
  msgstr "El usuario ha abierto la ventana del chat"
768
 
769
  #: includes/settings_page.php:98 includes/settings_page.php:136
770
+ #: wp-live-chat-support.php:3974
771
  msgid "General Settings"
772
  msgstr "Ajustes generales"
773
 
820
  msgid "This name will be displayed for all not logged in visitors"
821
  msgstr ""
822
 
823
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
824
  msgid "Guest"
825
  msgstr ""
826
 
1025
  "and send it to agent once they hold on CTRL + SPACEBAR"
1026
  msgstr ""
1027
 
1028
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
1029
  #, fuzzy
1030
  #| msgid "Chat Window Settings"
1031
  msgid "Chat Box Settings"
1107
  msgid "Display a timestamp in the chat window:"
1108
  msgstr "El usuario ha maximizado la ventana del chat"
1109
 
1110
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1111
  msgid "Time"
1112
  msgstr ""
1113
 
1459
  msgstr ""
1460
 
1461
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1462
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1463
  msgid "here"
1464
  msgstr ""
1465
 
1523
  msgid "Other text"
1524
  msgstr "Otro texto"
1525
 
1526
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1527
+ #: wp-live-chat-support.php:1202
1528
  #, fuzzy
1529
  #| msgid "Chat has been answered by another agent"
1530
  msgid "The chat has been ended by the agent."
1701
  msgid "Add New"
1702
  msgstr ""
1703
 
1704
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1705
  msgid "Custom Fields"
1706
  msgstr ""
1707
 
1708
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1709
+ #: wp-live-chat-support.php:2374
1710
  msgid "Type"
1711
  msgstr ""
1712
 
1715
  msgstr ""
1716
 
1717
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1718
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1719
  msgid "Status"
1720
  msgstr "Estado"
1721
 
1722
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1723
  msgid "Active"
1724
  msgstr "Activo"
1725
 
1811
  msgid "Custom Field Data"
1812
  msgstr ""
1813
 
1814
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1815
+ #: wp-live-chat-support.php:3949
1816
  msgid "Triggers"
1817
  msgstr ""
1818
 
1887
  msgstr ""
1888
 
1889
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1890
+ #: wp-live-chat-support.php:4677
1891
  msgid "Close"
1892
  msgstr ""
1893
 
2024
  msgstr ""
2025
 
2026
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2027
+ #: wp-live-chat-support.php:3951
2028
  msgid "ROI Goals"
2029
  msgstr ""
2030
 
2360
  msgstr "Ajustes principales"
2361
 
2362
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2363
+ #: wp-live-chat-support.php:3964
2364
  #, fuzzy
2365
  #| msgid "View Chat History"
2366
  msgid "Chat History"
2406
  msgid "This cannot be undone"
2407
  msgstr ""
2408
 
2409
+ #: modules/advanced_tools.php:193
2410
  msgid "Import Failed - Could Not Process File"
2411
  msgstr ""
2412
 
2413
+ #: modules/advanced_tools.php:207
2414
  msgid "Import Failed - Could Not Find File"
2415
  msgstr ""
2416
 
2417
+ #: modules/advanced_tools.php:219
2418
  #, fuzzy
2419
  #| msgid "complete"
2420
  msgid "Import Complete"
2421
  msgstr "completado"
2422
 
2423
+ #: modules/advanced_tools.php:227
2424
  #, fuzzy
2425
  #| msgid "Your settings have been saved."
2426
  msgid "Thank you, all settings have been updated"
2498
  msgid "Data retention purpose"
2499
  msgstr ""
2500
 
2501
+ #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:401
2502
  #, fuzzy
2503
  #| msgid "Support"
2504
  msgid "Chat/Support"
2561
  msgid "Download Chat (%%CID%%)"
2562
  msgstr ""
2563
 
2564
+ #: modules/gdpr.php:162 wp-live-chat-support.php:4219
2565
+ #: wp-live-chat-support.php:4279
2566
  msgid "Chat ID"
2567
  msgstr ""
2568
 
2587
  "participar en un chat procesado por %%COMPANY%%, con el propósito de "
2588
  "%%PURPOSE%%, para el tiempo de %%PERIOD%% día. (s) según el GDPR."
2589
 
2590
+ #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:587
2591
  msgid "Privacy Policy"
2592
  msgstr ""
2593
 
2667
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2668
  msgstr ""
2669
 
2670
+ #: modules/gdpr.php:634
2671
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2672
  msgstr ""
2673
 
2674
+ #: modules/gdpr.php:666
2675
  msgid "Pro data will also be removed as a part of this automatic process."
2676
  msgstr ""
2677
 
2698
  msgid "Active visitors"
2699
  msgstr "Chats activos"
2700
 
2701
+ #: modules/node_server.php:100 wp-live-chat-support.php:1864
2702
  #, fuzzy
2703
  #| msgid "Minize Chat Window"
2704
  msgid "Minimize Chat"
2717
  msgstr "Operador de chat"
2718
 
2719
  #: modules/node_server.php:111 modules/node_server.php:881
2720
+ #: modules/node_server.php:885 wp-live-chat-support.php:4021
2721
  msgid "Direct User To Page"
2722
  msgstr ""
2723
 
2734
  msgstr "Empezar a chatear"
2735
 
2736
  #: modules/node_server.php:115 modules/node_server.php:883
2737
+ #: wp-live-chat-support.php:2582
2738
  msgid "End chat"
2739
  msgstr "Finalizar chat"
2740
 
2799
  msgstr "Contáctenos"
2800
 
2801
  #: modules/node_server.php:185 modules/node_server.php:893
2802
+ #: wp-live-chat-support.php:2372
2803
  msgid "Visitor"
2804
  msgstr ""
2805
 
2860
  msgid "Only chat agents can access this page."
2861
  msgstr ""
2862
 
2863
+ #: modules/node_server.php:594 wp-live-chat-support.php:4675
2864
  #, fuzzy
2865
  #| msgid "Sending message..."
2866
  msgid "Sending transcript..."
2872
  msgid "Chat Transcript"
2873
  msgstr "Ajustes de la ventana de chat"
2874
 
2875
+ #: modules/node_server.php:597 wp-live-chat-support.php:4678
2876
  msgid "The chat transcript has been emailed."
2877
  msgstr ""
2878
 
2879
+ #: modules/node_server.php:598 wp-live-chat-support.php:4679
2880
  msgid "There was a problem emailing the chat."
2881
  msgstr ""
2882
 
2897
  msgid "User received notification:"
2898
  msgstr ""
2899
 
2900
+ #: modules/node_server.php:684 wp-live-chat-support.php:2191
2901
  msgid "New chat received"
2902
  msgstr ""
2903
 
2904
+ #: modules/node_server.php:685 wp-live-chat-support.php:2193
2905
  msgid ""
2906
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2907
  "chat"
2929
  msgid "Show me!"
2930
  msgstr ""
2931
 
2932
+ #: modules/node_server.php:803 wp-live-chat-support.php:4646
2933
  msgid "Don't Show This Again"
2934
  msgstr ""
2935
 
2936
+ #: modules/node_server.php:870 wp-live-chat-support.php:428
2937
  msgid "Connecting..."
2938
  msgstr ""
2939
 
3009
  msgid "Webhooks"
3010
  msgstr ""
3011
 
3012
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3950
3013
  msgid "Web Hooks"
3014
  msgstr ""
3015
 
3075
  msgid "Are you sure you want to delete this webhook?"
3076
  msgstr ""
3077
 
3078
+ #: wp-live-chat-support.php:372
3079
  msgid "close"
3080
  msgstr ""
3081
 
3082
+ #: wp-live-chat-support.php:392
3083
  #, fuzzy
3084
  #| msgid "Via WP Live Chat Support"
3085
  msgid "Thank you for chatting with us."
3086
  msgstr "Vía WP Live Chat Support"
3087
 
3088
+ #: wp-live-chat-support.php:417 wp-live-chat-support.php:1932
3089
  msgid "Questions?"
3090
  msgstr "¿Tiene alguna pregunta?"
3091
 
3092
+ #: wp-live-chat-support.php:418 wp-live-chat-support.php:1933
3093
  msgid "Chat with us"
3094
  msgstr "Chatee con nosotros"
3095
 
3096
+ #: wp-live-chat-support.php:419
3097
  msgid "Start live chat"
3098
  msgstr "Empezar a chatear"
3099
 
3100
+ #: wp-live-chat-support.php:420
3101
  msgid "Complete the fields below to proceed."
3102
  msgstr ""
3103
 
3104
+ #: wp-live-chat-support.php:421
3105
  msgid "Chat offline. Leave a message"
3106
  msgstr "Chat offline. Dejenos un mensaje"
3107
 
3108
+ #: wp-live-chat-support.php:422
3109
  msgid ""
3110
  "We are currently offline. Please leave a message and we'll get back to you "
3111
  "shortly."
3113
  "En este momento no estamos en línea. Por favor, deje un mensaje y le "
3114
  "contactaremos en breve."
3115
 
3116
+ #: wp-live-chat-support.php:423
3117
  msgid "Sending message..."
3118
  msgstr "Enviando mensaje..."
3119
 
3120
+ #: wp-live-chat-support.php:424
3121
  msgid "Thank you for your message. We will be in contact soon."
3122
  msgstr "Gracias por su mensaje. Le contactaremos en breve."
3123
 
3124
+ #: wp-live-chat-support.php:425
3125
  msgid "Leave a message"
3126
  msgstr ""
3127
 
3128
+ #: wp-live-chat-support.php:426
3129
  msgid "Send message"
3130
  msgstr "Enviar mensaje"
3131
 
3132
+ #: wp-live-chat-support.php:427
3133
  msgid "Start Chat"
3134
  msgstr "Iniciar el Chat"
3135
 
3136
+ #: wp-live-chat-support.php:429 wp-live-chat-support.php:2073
3137
+ #: wp-live-chat-support.php:2120
3138
  msgid "Reactivating your previous chat..."
3139
  msgstr "Reactivando el chat anterior..."
3140
 
3141
+ #: wp-live-chat-support.php:459
3142
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3143
  msgstr "Por favor, haga clic en 'Iniciar chat' para chatear con un operador"
3144
 
3145
+ #: wp-live-chat-support.php:462
3146
  #, fuzzy
3147
  #| msgid "There is No Answer. Please Try Again Later"
3148
  msgid "No answer. Try again later."
3149
  msgstr "No hay respuesta. Por favor, intente más tarde."
3150
 
3151
+ #: wp-live-chat-support.php:463
3152
  msgid "Welcome. How may I help you?"
3153
  msgstr "Bienvenido/a. ¿En qué puedo ayudarle?"
3154
 
3155
+ #: wp-live-chat-support.php:467
3156
  msgid "Please standby for an agent. Send your message while you wait."
3157
  msgstr ""
3158
 
3159
+ #: wp-live-chat-support.php:698
3160
  msgid ""
3161
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3162
  "no longer needed, please uninstall it."
3163
  msgstr ""
3164
 
3165
+ #: wp-live-chat-support.php:989 wp-live-chat-support.php:3447
3166
  msgid "Missed Chats"
3167
  msgstr "Chats perdidos"
3168
 
3169
+ #: wp-live-chat-support.php:997 wp-live-chat-support.php:3939
3170
  msgid "Support"
3171
  msgstr "Soporte"
3172
 
3173
+ #: wp-live-chat-support.php:1199
3174
  msgid "Please Enter Your Name"
3175
  msgstr ""
3176
 
3177
+ #: wp-live-chat-support.php:1200
3178
  msgid "Please Enter Your Email Address"
3179
  msgstr ""
3180
 
3181
+ #: wp-live-chat-support.php:1201
3182
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3183
  msgstr ""
3184
 
3185
+ #: wp-live-chat-support.php:1203
3186
  msgid "Please Enter a Message"
3187
  msgstr ""
3188
 
3189
+ #: wp-live-chat-support.php:1204
3190
  msgid "Disconnected, Attempting to Reconnect..."
3191
  msgstr ""
3192
 
3193
+ #: wp-live-chat-support.php:1251
3194
  #, fuzzy
3195
  #| msgid "User has opened the chat window"
3196
  msgid "has joined."
3197
  msgstr "El usuario ha abierto la ventana del chat"
3198
 
3199
+ #: wp-live-chat-support.php:1252
3200
  msgid "has left."
3201
  msgstr ""
3202
 
3203
+ #: wp-live-chat-support.php:1253
3204
  #, fuzzy
3205
  #| msgid "User has opened the chat window"
3206
  msgid "has ended the chat."
3207
  msgstr "El usuario ha abierto la ventana del chat"
3208
 
3209
+ #: wp-live-chat-support.php:1254
3210
  msgid "has disconnected."
3211
  msgstr ""
3212
 
3213
+ #: wp-live-chat-support.php:1255
3214
  msgid "(edited)"
3215
  msgstr ""
3216
 
3217
+ #: wp-live-chat-support.php:1646 wp-live-chat-support.php:1665
3218
  msgid "Start chat"
3219
  msgstr ""
3220
 
3221
+ #: wp-live-chat-support.php:1911 wp-live-chat-support.php:2653
3222
  msgid "Send"
3223
  msgstr "Enviar"
3224
 
3225
+ #: wp-live-chat-support.php:2293
3226
  msgid "Congratulations"
3227
  msgstr ""
3228
 
3229
+ #: wp-live-chat-support.php:2294
3230
  msgid "You are now accepting live chat requests on your site."
3231
  msgstr ""
3232
 
3233
+ #: wp-live-chat-support.php:2295
3234
  msgid "The live chat box has automatically been enabled."
3235
  msgstr ""
3236
 
3237
+ #: wp-live-chat-support.php:2296
3238
  msgid "Chat notifications will start appearing once visitors send a request."
3239
  msgstr ""
3240
 
3241
+ #: wp-live-chat-support.php:2297
3242
  #, php-format
3243
  msgid "You may modify your chat box settings %s"
3244
  msgstr ""
3245
 
3246
+ #: wp-live-chat-support.php:2298
3247
  msgid "Experiencing issues?"
3248
  msgstr ""
3249
 
3250
+ #: wp-live-chat-support.php:2298
3251
  msgid "Take a look at our how-to guides."
3252
  msgstr ""
3253
 
3254
+ #: wp-live-chat-support.php:2299
3255
  msgid "Hide"
3256
  msgstr ""
3257
 
3258
+ #: wp-live-chat-support.php:2352
3259
  msgid "Keep this window open to get notified of new chats."
3260
  msgstr ""
3261
 
3262
+ #: wp-live-chat-support.php:2358
3263
  #, fuzzy
3264
  #| msgid "Visitors on site"
3265
  msgid "Visitor(s) online"
3266
  msgstr "Visitantes en el sitio"
3267
 
3268
+ #: wp-live-chat-support.php:2375
3269
  msgid "Device"
3270
  msgstr ""
3271
 
3272
+ #: wp-live-chat-support.php:2376
3273
  msgid "Data"
3274
  msgstr ""
3275
 
3276
+ #: wp-live-chat-support.php:2409
3277
  msgid "Chat Dashboard"
3278
  msgstr ""
3279
 
3280
+ #: wp-live-chat-support.php:2412
3281
  msgid "Oh no!"
3282
  msgstr ""
3283
 
3284
+ #: wp-live-chat-support.php:2414
3285
  #, php-format
3286
  msgid "You do not have access to this page as %s."
3287
  msgstr ""
3288
 
3289
+ #: wp-live-chat-support.php:2414
3290
  #, fuzzy
3291
  #| msgid "Make this user a chat agent"
3292
  msgid "you are not a chat agent"
3293
  msgstr "Hacer que este usuario sea operador de chat"
3294
 
3295
+ #: wp-live-chat-support.php:2568
3296
  msgid "Previous"
3297
  msgstr "Anterior"
3298
 
3299
+ #: wp-live-chat-support.php:2575
3300
  msgid "Chat with"
3301
  msgstr "Chat con"
3302
 
3303
+ #: wp-live-chat-support.php:2592
3304
  msgid "Starting Time:"
3305
  msgstr ""
3306
 
3307
+ #: wp-live-chat-support.php:2593
3308
  msgid "Ending Time:"
3309
  msgstr ""
3310
 
3311
+ #: wp-live-chat-support.php:2613
3312
  msgid "Chat initiated on:"
3313
  msgstr "Chat iniciado en:"
3314
 
3315
+ #: wp-live-chat-support.php:2614
3316
  msgid "Browser:"
3317
  msgstr "Navegador:"
3318
 
3319
+ #: wp-live-chat-support.php:2640 wp-live-chat-support.php:2679
3320
  #, fuzzy
3321
  #| msgid "End chat"
3322
  msgid "Invalid Chat ID"
3323
  msgstr "Finalizar chat"
3324
 
3325
+ #: wp-live-chat-support.php:2648
3326
  msgid "type here..."
3327
  msgstr "escriba aquí..."
3328
 
3329
+ #: wp-live-chat-support.php:2806
3330
  msgid "User has opened the chat window"
3331
  msgstr "El usuario ha abierto la ventana del chat"
3332
 
3333
+ #: wp-live-chat-support.php:2807
3334
  msgid "User has minimized the chat window"
3335
  msgstr "El usuario ha minimizado la ventana del chat"
3336
 
3337
+ #: wp-live-chat-support.php:2808
3338
  msgid "User has maximized the chat window"
3339
  msgstr "El usuario ha maximizado la ventana del chat"
3340
 
3341
+ #: wp-live-chat-support.php:2809
3342
  msgid "The chat has been ended"
3343
  msgstr ""
3344
 
3345
+ #: wp-live-chat-support.php:3350
3346
  msgid "Delete History"
3347
  msgstr "Borrar historial"
3348
 
3349
+ #: wp-live-chat-support.php:3367
3350
  msgid "No chats available at the moment"
3351
  msgstr "No hay chats disponibles en este momento"
3352
 
3353
+ #: wp-live-chat-support.php:3487
3354
  msgid "Actions"
3355
  msgstr ""
3356
 
3357
+ #: wp-live-chat-support.php:3501
3358
  msgid "You have not received any offline messages."
3359
  msgstr "No ha recibido ningún mensaje offline."
3360
 
3361
+ #: wp-live-chat-support.php:3509
3362
  msgid "Delete Message"
3363
  msgstr ""
3364
 
3365
+ #: wp-live-chat-support.php:3618
3366
  msgid "You do not have permission to save settings."
3367
  msgstr ""
3368
 
3369
+ #: wp-live-chat-support.php:3884
3370
  msgid "Your settings have been saved."
3371
  msgstr "Sus ajustes han sido guardados."
3372
 
3373
+ #: wp-live-chat-support.php:3913
3374
  #, fuzzy
3375
  #| msgid ""
3376
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
3386
  "Chat Support. Por favor, póngase en contacto con su proveedor para activar "
3387
  "esta función."
3388
 
3389
+ #: wp-live-chat-support.php:3919
3390
  #, fuzzy
3391
  #| msgid ""
3392
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
3401
  "experimentar algún problema durante el uso de WP Live Chat Support. Póngase "
3402
  "en contacto con su proveedor para desactivar el modo seguro."
3403
 
3404
+ #: wp-live-chat-support.php:3942 wp-live-chat-support.php:3946
3405
  #, fuzzy
3406
  #| msgid "Advanced Info"
3407
  msgid "Plugin Features"
3408
  msgstr "Información avanzada"
3409
 
3410
+ #: wp-live-chat-support.php:3944
3411
  msgid ""
3412
  "Check out these features and get up to speed with what you can do with WP "
3413
  "Live Chat:"
3414
  msgstr ""
3415
 
3416
+ #: wp-live-chat-support.php:3947
3417
  msgid "Reporting"
3418
  msgstr ""
3419
 
3420
+ #: wp-live-chat-support.php:3948
3421
  msgid "Localization"
3422
  msgstr ""
3423
 
3424
+ #: wp-live-chat-support.php:3956
3425
  #, fuzzy
3426
  #| msgid "Chat Agents"
3427
  msgid "Chat FAQs"
3428
  msgstr "Operadores de chat"
3429
 
3430
+ #: wp-live-chat-support.php:3958
3431
  msgid ""
3432
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3433
  "agents:"
3434
  msgstr ""
3435
 
3436
+ #: wp-live-chat-support.php:3960
3437
  #, fuzzy
3438
  #| msgid "Chat with us"
3439
  msgid "Chat with Visitors"
3440
  msgstr "Chatee con nosotros"
3441
 
3442
+ #: wp-live-chat-support.php:3961
3443
  #, fuzzy
3444
  #| msgid "Chat Agents"
3445
  msgid "Chat with Agents"
3446
  msgstr "Operadores de chat"
3447
 
3448
+ #: wp-live-chat-support.php:3965
3449
  #, fuzzy
3450
  #| msgid "Chat Agents"
3451
  msgid "Chat Invites"
3452
  msgstr "Operadores de chat"
3453
 
3454
+ #: wp-live-chat-support.php:3970
3455
  #, fuzzy
3456
  #| msgid "Settings"
3457
  msgid "Settings & Customization"
3458
  msgstr "Ajustes"
3459
 
3460
+ #: wp-live-chat-support.php:3972
3461
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3462
  msgstr ""
3463
 
3464
+ #: wp-live-chat-support.php:3976
3465
  #, fuzzy
3466
  #| msgid "Chat Window Settings"
3467
  msgid "Agent Settings"
3468
  msgstr "Ajustes de la ventana de chat"
3469
 
3470
+ #: wp-live-chat-support.php:3983
3471
  msgid "Troubleshooting"
3472
  msgstr "Resolución de problemas"
3473
 
3474
+ #: wp-live-chat-support.php:3985
3475
  msgid ""
3476
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3477
  "issues:"
3478
  msgstr ""
3479
 
3480
+ #: wp-live-chat-support.php:3987
3481
  msgid "My Chat Box Is Not Showing"
3482
  msgstr ""
3483
 
3484
+ #: wp-live-chat-support.php:3988
3485
  #, fuzzy
3486
  #| msgid "I'm not getting any notifications of a new chat"
3487
  msgid "Not Receiving Notifications of New Chats"
3488
  msgstr "No estoy recibiendo ninguna notificación de nuevo chat"
3489
 
3490
+ #: wp-live-chat-support.php:3989
 
 
 
 
 
 
 
 
 
 
3491
  #, fuzzy
3492
  #| msgid "How do I check for JavaScript errors on my site?"
3493
  msgid "Check for JavaScript Errors"
3494
  msgstr "¿Cómo puedo comprobar errores de JavaScript en mi pagina web?"
3495
 
3496
+ #: wp-live-chat-support.php:4017
3497
  msgid "Initiate Chats"
3498
  msgstr ""
3499
 
3500
+ #: wp-live-chat-support.php:4018
3501
  msgid "Multiple Chats"
3502
  msgstr ""
3503
 
3504
+ #: wp-live-chat-support.php:4019
3505
  msgid "Add unlimited agents"
3506
  msgstr ""
3507
 
3508
+ #: wp-live-chat-support.php:4020
3509
  #, fuzzy
3510
  #| msgid "Missed Chats"
3511
  msgid "Transfer Chats"
3512
  msgstr "Chats perdidos"
3513
 
3514
+ #: wp-live-chat-support.php:4039
3515
  #, fuzzy, php-format
3516
  #| msgid "Via WP Live Chat Support"
3517
  msgid "Thank you for using %s! Please %s on %s"
3518
  msgstr "Vía WP Live Chat Support"
3519
 
3520
+ #: wp-live-chat-support.php:4039
3521
  msgid "rate us"
3522
  msgstr ""
3523
 
3524
+ #: wp-live-chat-support.php:4220 wp-live-chat-support.php:4280
3525
  msgid "From"
3526
  msgstr ""
3527
 
3528
+ #: wp-live-chat-support.php:4222 wp-live-chat-support.php:4282
3529
  msgid "Timestamp"
3530
  msgstr ""
3531
 
3532
+ #: wp-live-chat-support.php:4223 wp-live-chat-support.php:4283
3533
  msgid "Origin"
3534
  msgstr ""
3535
 
3536
+ #: wp-live-chat-support.php:4228 wp-live-chat-support.php:4288
3537
  msgid "user"
3538
  msgstr ""
3539
 
3540
+ #: wp-live-chat-support.php:4230 wp-live-chat-support.php:4290
3541
  msgid "agent"
3542
  msgstr ""
3543
 
3544
+ #: wp-live-chat-support.php:4385
3545
  msgid "Advanced settings"
3546
  msgstr ""
3547
 
3548
+ #: wp-live-chat-support.php:4392
3549
  msgid "Only change these settings if you are experiencing performance issues."
3550
  msgstr ""
3551
 
3552
+ #: wp-live-chat-support.php:4399
3553
  msgid "Website hosting type:"
3554
  msgstr ""
3555
 
3556
+ #: wp-live-chat-support.php:4403
3557
  #, fuzzy
3558
  #| msgid "Colour Scheme 1"
3559
  msgid "Custom parameters"
3560
  msgstr "Esquema de color 1"
3561
 
3562
+ #: wp-live-chat-support.php:4404
3563
  msgid "Shared hosting - low level plan"
3564
  msgstr ""
3565
 
3566
+ #: wp-live-chat-support.php:4405
3567
  msgid "Shared hosting - normal plan"
3568
  msgstr ""
3569
 
3570
+ #: wp-live-chat-support.php:4406
3571
  msgid "VPS"
3572
  msgstr ""
3573
 
3574
+ #: wp-live-chat-support.php:4407
3575
  msgid "Dedicated server"
3576
  msgstr ""
3577
 
3578
+ #: wp-live-chat-support.php:4413
3579
  msgid "Long poll setup"
3580
  msgstr ""
3581
 
3582
+ #: wp-live-chat-support.php:4413
3583
  msgid ""
3584
  "Only change these if you are an experienced developer or if you have "
3585
  "received these figures from the WP Live Chat by 3CX team."
3586
  msgstr ""
3587
 
3588
+ #: wp-live-chat-support.php:4418
3589
  msgid "Iterations"
3590
  msgstr ""
3591
 
3592
+ #: wp-live-chat-support.php:4422
3593
  msgid "Sleep between loops"
3594
  msgstr ""
3595
 
3596
+ #: wp-live-chat-support.php:4425
3597
  msgid "milliseconds"
3598
  msgstr ""
3599
 
3600
+ #: wp-live-chat-support.php:4448
3601
  #, fuzzy
3602
  #| msgid "WP Live Chat Support"
3603
  msgid "Show 'Powered by' in chat box"
3604
  msgstr "WP Live Chat Support"
3605
 
3606
+ #: wp-live-chat-support.php:4448
3607
  msgid ""
3608
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3609
  "bottom of your chatbox."
3610
  msgstr ""
3611
 
3612
+ #: wp-live-chat-support.php:4490
3613
  #, fuzzy
3614
  #| msgid "WP Live Chat Support"
3615
  msgid "Powered by WP Live Chat by 3CX"
3616
  msgstr "WP Live Chat Support"
3617
 
3618
+ #: wp-live-chat-support.php:4644
3619
  msgid ""
3620
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3621
  msgstr ""
3622
 
3623
+ #: wp-live-chat-support.php:4645
3624
  msgid ""
3625
  "Please add an SSL certificate to your site to continue receiving chat "
3626
  "notifications in your browser."
3627
  msgstr ""
3628
 
3629
+ #: wp-live-chat-support.php:4658
3630
  msgid ""
3631
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3632
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3633
  msgstr ""
3634
 
3635
+ #: wp-live-chat-support.php:4665
3636
  msgid "Email transcript to user"
3637
  msgstr ""
3638
 
3639
+ #: wp-live-chat-support.php:4676
3640
  msgid "Sending Transcript"
3641
  msgstr ""
3642
 
3643
+ #: wp-live-chat-support.php:4750
3644
  #, php-format
3645
  msgid "Your chat transcript from %1$s"
3646
  msgstr ""
3647
 
3648
+ #: wp-live-chat-support.php:4841
3649
  #, fuzzy
3650
  #| msgid "Chat Window Settings"
3651
  msgid "Chat Transcript Settings"
3652
  msgstr "Ajustes de la ventana de chat"
3653
 
3654
+ #: wp-live-chat-support.php:4844
3655
  msgid "Enable chat transcripts:"
3656
  msgstr ""
3657
 
3658
+ #: wp-live-chat-support.php:4852
3659
  msgid "Send transcripts to:"
3660
  msgstr ""
3661
 
3662
+ #: wp-live-chat-support.php:4859
3663
  #, fuzzy
3664
  #| msgid "Username"
3665
  msgid "User"
3666
  msgstr "Nombre de usuario"
3667
 
3668
+ #: wp-live-chat-support.php:4870
3669
  msgid "Send transcripts when chat ends:"
3670
  msgstr ""
3671
 
3672
+ #: wp-live-chat-support.php:4878
3673
  #, fuzzy
3674
  #| msgid "Email"
3675
  msgid "Email body"
3676
  msgstr "Correo electrónico"
3677
 
3678
+ #: wp-live-chat-support.php:4888
3679
  #, fuzzy
3680
  #| msgid "Email Address"
3681
  msgid "Email header"
3682
  msgstr "Dirección de correo electrónico"
3683
 
3684
+ #: wp-live-chat-support.php:4897
3685
  msgid "Email footer"
3686
  msgstr ""
3687
 
3688
+ #: wp-live-chat-support.php:4973
3689
  msgid ""
3690
  "Please note, local message encryption and local server options will be "
3691
  "deprecated in the next major release. All encryption and message delivery "
3692
  "will handled by our external servers in future."
3693
  msgstr ""
3694
 
3695
+ #: wp-live-chat-support.php:4976
3696
  msgid "Deprecation Notice - Message Encryption & Local Server"
3697
  msgstr ""
3698
 
3699
+ #: wp-live-chat-support.php:4978
3700
  msgid "Dismiss"
3701
  msgstr ""
3702
 
3703
+ #, fuzzy
3704
+ #~| msgid "WP Live Chat History"
3705
+ #~ msgid "WP Live Chat Trigger"
3706
+ #~ msgstr "Historial de WP Live Chat"
3707
+
3708
+ #, fuzzy
3709
+ #~| msgid "WP Live Chat Support"
3710
+ #~ msgid "WP Live Chat Box"
3711
+ #~ msgstr "WP Live Chat Support"
3712
+
3713
+ #, fuzzy
3714
+ #~| msgid "The chat window never goes offline"
3715
+ #~ msgid "The Chat Box Never Goes Offline"
3716
+ #~ msgstr "La ventana del chat nunca está desconectada"
3717
+
3718
  #, fuzzy
3719
  #~| msgid "requesting chat"
3720
  #~ msgid "Request new chat"
3950
  #~ msgid "Welcome to WP Live Chat Support v8"
3951
  #~ msgstr "WP Live Chat Support"
3952
 
 
 
 
 
 
3953
  #, fuzzy
3954
  #~| msgid "Welcome to "
3955
  #~ msgid "Welcome"
4077
  #~ msgid "You must be a chat agent to initiate chats"
4078
  #~ msgstr "Debe ser operador de chat para iniciar un chat"
4079
 
 
 
 
4080
  #~ msgid "No chat sessions available at the moment"
4081
  #~ msgstr "No hay sesiones de chat disponibles en este momento"
4082
 
languages/{wplivechat-et_EE.mo → wp-live-chat-support-et_EE.mo} RENAMED
Binary file
languages/{wplivechat-et_EE.po → wp-live-chat-support-et_EE.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
- "POT-Creation-Date: 2019-10-14 14:24+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:24+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: 3CX\n"
8
  "Language: et\n"
@@ -15,9 +15,10 @@ msgstr ""
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
 
18
 
19
- #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:361
20
- #: wp-live-chat-support.php:4885
21
  msgid "Admin"
22
  msgstr "Admin"
23
 
@@ -61,82 +62,82 @@ msgstr ""
61
  msgid "End Chat"
62
  msgstr "Peata vestlus"
63
 
64
- #: functions.php:1023
65
  msgid "complete"
66
  msgstr "Täidetud"
67
 
68
- #: functions.php:1026
69
  msgid "pending"
70
  msgstr "Ootel"
71
 
72
- #: functions.php:1029
73
  msgid "active"
74
  msgstr "Aktiivne"
75
 
76
- #: functions.php:1032
77
  msgid "deleted"
78
  msgstr "Kustutatud"
79
 
80
- #: functions.php:1035
81
  msgid "browsing"
82
  msgstr "sirvib"
83
 
84
- #: functions.php:1038
85
  msgid "requesting chat"
86
  msgstr "ootab vestluse alustamist"
87
 
88
- #: functions.php:1041
89
  msgid "Chat Ended - User still browsing"
90
  msgstr "Vestlus lõpetatud - kasutaja sirvib endiselt veebilehte"
91
 
92
- #: functions.php:1044
93
  msgid "User is browsing but doesn't want to chat"
94
  msgstr "Kasutaja sirvib veebilehte aga ei soovi vestelda"
95
 
96
- #: functions.php:1183 includes/settings_page.php:774
97
  #, fuzzy
98
  #| msgid "WP Live Chat Support - Offline Message from "
99
  msgid "WP Live Chat by 3CX - Offline Message from "
100
  msgstr "WP Live Chat Tugi - Offline sõnum: "
101
 
102
- #: functions.php:1184 functions.php:1508 includes/settings_page.php:164
103
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
104
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
105
  #: includes/wplc_roi.php:160 modules/node_server.php:81
106
- #: modules/node_server.php:124 wp-live-chat-support.php:1584
107
- #: wp-live-chat-support.php:1607 wp-live-chat-support.php:1772
108
- #: wp-live-chat-support.php:3376 wp-live-chat-support.php:3503
109
  msgid "Name"
110
  msgstr "Nimi"
111
 
112
- #: functions.php:1185 functions.php:1509 includes/settings_page.php:160
113
- #: modules/node_server.php:125 wp-live-chat-support.php:1585
114
- #: wp-live-chat-support.php:1596 wp-live-chat-support.php:1773
115
- #: wp-live-chat-support.php:3377 wp-live-chat-support.php:3504
116
  msgid "Email"
117
  msgstr "E-post"
118
 
119
- #: functions.php:1186 wp-live-chat-support.php:1774
120
- #: wp-live-chat-support.php:3505 wp-live-chat-support.php:4242
121
- #: wp-live-chat-support.php:4302
122
  msgid "Message"
123
  msgstr "Sõnum"
124
 
125
- #: functions.php:1187
126
  #, fuzzy
127
  #| msgid "Via WP Live Chat Support"
128
  msgid "Via WP Live Chat by 3CX"
129
  msgstr "Läbi WP Live Chat Support-i"
130
 
131
- #: functions.php:1486 wp-live-chat-support.php:3332
132
  msgid "Error: Could not delete chat"
133
  msgstr ""
134
 
135
- #: functions.php:1488 wp-live-chat-support.php:3336
136
  msgid "Chat Deleted"
137
  msgstr "Vestlus on aktiivne"
138
 
139
- #: functions.php:1491 includes/wplc_custom_fields.php:35
140
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
141
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
142
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
@@ -144,223 +145,223 @@ msgstr "Vestlus on aktiivne"
144
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
145
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
146
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
147
- #: modules/advanced_tools.php:243 modules/advanced_tools.php:251
148
- #: modules/advanced_tools.php:259 modules/advanced_tools.php:267
149
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
150
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
151
- #: wp-live-chat-support.php:3291 wp-live-chat-support.php:3321
152
- #: wp-live-chat-support.php:4212
153
  msgid "You do not have permission do perform this action"
154
  msgstr ""
155
 
156
- #: functions.php:1497 wp-live-chat-support.php:3345
157
  msgid "Are you sure you would like to delete this chat?"
158
  msgstr ""
159
 
160
- #: functions.php:1498 includes/settings_page.php:142
161
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
162
  msgid "Yes"
163
  msgstr "Jah"
164
 
165
- #: functions.php:1498 includes/settings_page.php:143
166
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
167
  msgid "No"
168
  msgstr "Ei"
169
 
170
- #: functions.php:1507 functions.php:2095 includes/settings_page.php:332
171
- #: includes/settings_page.php:434 wp-live-chat-support.php:3375
172
- #: wp-live-chat-support.php:3502
173
  msgid "Date"
174
  msgstr "Kuupäev"
175
 
176
- #: functions.php:1510 functions.php:4266 wp-live-chat-support.php:3378
177
  msgid "URL"
178
  msgstr "URL"
179
 
180
- #: functions.php:1511 includes/wplc_custom_fields.php:83
181
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
182
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
183
- #: wp-live-chat-support.php:2397 wp-live-chat-support.php:3380
184
  msgid "Action"
185
  msgstr "Tegevus"
186
 
187
- #: functions.php:1525
188
  msgid "You have not missed any chat requests."
189
  msgstr "Sul ei ole vastamata vestluste päringuid"
190
 
191
- #: functions.php:1532 wp-live-chat-support.php:3400
192
  msgid "View Chat History"
193
  msgstr "Vaata vestluste ajalugu"
194
 
195
- #: functions.php:1532 wp-live-chat-support.php:3400
196
  msgid "Download Chat History"
197
  msgstr "Lae alla vestluste ajalugu"
198
 
199
- #: functions.php:1726
200
  msgid "Open chat window via"
201
  msgstr "Ava vestluse aken"
202
 
203
- #: functions.php:1730
204
  msgid "Click"
205
  msgstr ""
206
 
207
- #: functions.php:1731
208
  msgid "Hover"
209
  msgstr ""
210
 
211
- #: functions.php:1733
212
  msgid "element with"
213
  msgstr ""
214
 
215
- #: functions.php:1735
216
  msgid "Class"
217
  msgstr ""
218
 
219
- #: functions.php:1736 includes/wplc_custom_fields.php:78
220
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
221
  #: includes/wplc_roi.php:159
222
  msgid "ID"
223
  msgstr ""
224
 
225
- #: functions.php:2007 functions.php:2013 functions.php:2018
226
  #: includes/dashboard_page.php:58 modules/node_server.php:134
227
- #: modules/node_server.php:1022 wp-live-chat-support.php:3981
228
  msgid "Quick Responses"
229
  msgstr "Kiirvastused"
230
 
231
- #: functions.php:2008 includes/settings_page.php:322
232
  msgid "Quick Response"
233
  msgstr "Kiirvastus"
234
 
235
- #: functions.php:2009 functions.php:2012
236
  msgid "New Quick Response"
237
  msgstr "Uus kiirvastus"
238
 
239
- #: functions.php:2010 modules/node_server.php:1031
240
  msgid "Add New Quick Response"
241
  msgstr "Lisa uus kiirvastus"
242
 
243
- #: functions.php:2011
244
  msgid "Edit Quick Response"
245
  msgstr "Muuda kiirvastust"
246
 
247
- #: functions.php:2014
248
  msgid "View Quick Responses"
249
  msgstr "Vaata kiirvastuseid"
250
 
251
- #: functions.php:2015
252
  msgid "Search Quick Responses"
253
  msgstr "Otsi kiirvastuseid"
254
 
255
- #: functions.php:2016
256
  msgid "No Quick Responses found"
257
  msgstr "Kiirvastuseid ei leitud"
258
 
259
- #: functions.php:2017
260
  msgid "No Quick Responses found in the Trash"
261
  msgstr "Prügikastist kiirvastuseid ei leitud "
262
 
263
- #: functions.php:2022
264
  #, fuzzy
265
  #| msgid "Quick Responses for WP Live Chat Support Pro"
266
  msgid "Quick Responses for WP Live Chat by 3CX"
267
  msgstr "Kiirvastused WP Live Chat Support Pro jaoks"
268
 
269
- #: functions.php:2056
270
  #, fuzzy
271
  #| msgid "Support desk"
272
  msgid "Sort Order"
273
  msgstr "Tugi"
274
 
275
- #: functions.php:2092 includes/settings_page.php:331
276
  msgid "Title"
277
  msgstr ""
278
 
279
- #: functions.php:2093
280
  msgid "Order"
281
  msgstr ""
282
 
283
- #: functions.php:2094 includes/settings_page.php:1182
284
  msgid "Author"
285
  msgstr "Autor"
286
 
287
- #: functions.php:2137 wp-live-chat-support.php:452
288
  msgid "Press ENTER to send your message"
289
  msgstr "Vajutage klaviatuuril \"Enter\", et saata sõnumit"
290
 
291
- #: functions.php:2176 functions.php:2180
292
  msgid "Assign Quick Response"
293
  msgstr "Seadista kiirvastus"
294
 
295
- #: functions.php:2183 includes/settings_page.php:1164
296
  msgid "Select"
297
  msgstr "Vali"
298
 
299
- #: functions.php:2189
300
  msgid "What is this?"
301
  msgstr "Mis see on?"
302
 
303
- #: functions.php:2231
304
  #, php-format
305
  msgid "Incoming chat from %s (%s) on %s"
306
  msgstr "Sissetulev vestlus %s (%s) %s"
307
 
308
- #: functions.php:2237
309
  #, fuzzy, php-format
310
  #| msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
311
  msgid "%s (%s) wants to chat with you."
312
  msgstr "%s (%s) tahab vestelda. <br /><br /> Logi sisse:%s"
313
 
314
- #: functions.php:2242
315
  #, fuzzy, php-format
316
  #| msgid "Log in"
317
  msgid "Log in: %s"
318
  msgstr "Logi sisse"
319
 
320
- #: functions.php:2569
321
  #, fuzzy
322
  #| msgid "Status: "
323
  msgid "Status (Online)"
324
  msgstr "Olek"
325
 
326
- #: functions.php:2570
327
  msgid "Online"
328
  msgstr "Võrgus"
329
 
330
- #: functions.php:2571
331
  #, fuzzy
332
  #| msgid "Online"
333
  msgid "Offline"
334
  msgstr "Võrgus"
335
 
336
- #: functions.php:2572
337
  msgid "Status (Offline)"
338
  msgstr ""
339
 
340
- #: functions.php:2583
341
  msgid ""
342
  "You have set your status to offline. To view visitors and accept chats "
343
  "please set your status to online using the switch above."
344
  msgstr ""
345
 
346
- #: functions.php:2653
347
  msgid "Encryption"
348
  msgstr "Krüpteering"
349
 
350
- #: functions.php:2659 includes/settings_page.php:1225
351
- #: wp-live-chat-support.php:3996
352
  msgid "Business Hours"
353
  msgstr ""
354
 
355
- #: functions.php:2861
356
  msgid "Initiate Chat"
357
  msgstr "Alustage vestlust"
358
 
359
- #: functions.php:2953
360
  msgid "Attempting to open the chat window... Please be patient."
361
  msgstr "Proovin avada vestluse aken... Varuge kannatust."
362
 
363
- #: functions.php:2970
364
  msgid ""
365
  "You are not a chat agent. Please make yourself a chat agent before trying to "
366
  "chat to visitors"
@@ -368,169 +369,169 @@ msgstr ""
368
  "Te ei ole vestluse agent. Palun tehke ennast enne vestluse agendiks ja siis "
369
  "on võimalik teile külastajatega vestelda."
370
 
371
- #: functions.php:3165 functions.php:3181 functions.php:3196
372
  msgid "Chat Agent"
373
  msgstr "Vestluse Agent"
374
 
375
- #: functions.php:3170 functions.php:3186
376
  msgid "Make this user a chat agent"
377
  msgstr "Tee sellest kasutajat vestluse agent"
378
 
379
- #: functions.php:3200
380
  msgid "Your user role does not allow you to make yourself a chat agent."
381
  msgstr "Teie kasutajaroll ei luba Teil teha ennast vestluse agendiks."
382
 
383
- #: functions.php:3201
384
  msgid "Please contact the administrator of this website to change this."
385
  msgstr "Palun kontakteeruga lehe administraatoriga, et seda muudatust teha."
386
 
387
- #: functions.php:3220
388
  msgid "This chat has already been answered by another agent."
389
  msgstr "Sellele vestlusele on juba teise agendi poolt vastatud."
390
 
391
- #: functions.php:3462 wp-live-chat-support.php:2331
392
  msgid "Agent(s) online"
393
  msgstr "Agente võrgus:"
394
 
395
- #: functions.php:3516
396
  msgid "Chat Agent Online"
397
  msgstr "Vestluse Agent on võrgus"
398
 
399
- #: functions.php:3518 functions.php:3522
400
  msgid "Chat Agents Online"
401
  msgstr "Agente võrgus:"
402
 
403
- #: functions.php:3630 includes/settings_page.php:1153
404
- #: wp-live-chat-support.php:2264
405
  msgid "Remove"
406
  msgstr "Eemalda"
407
 
408
- #: functions.php:3633 wp-live-chat-support.php:2267
409
  msgid "Typing..."
410
  msgstr ""
411
 
412
- #: functions.php:4003
413
  msgid "User Experience Ratings"
414
  msgstr "Vestluse rahulolu reiting"
415
 
416
- #: functions.php:4010
417
  msgid "Agent Statistics"
418
  msgstr "Statistika"
419
 
420
- #: functions.php:4053 functions.php:4092
421
  msgid "Satisfaction Rating"
422
  msgstr ""
423
 
424
- #: functions.php:4054 functions.php:4093
425
  msgid "Rating Count"
426
  msgstr ""
427
 
428
- #: functions.php:4054 functions.php:4093
429
  msgid "Good"
430
  msgstr ""
431
 
432
- #: functions.php:4054 functions.php:4093
433
  msgid "Bad"
434
  msgstr ""
435
 
436
- #: functions.php:4164 includes/dashboard_page.php:56
437
- #: wp-live-chat-support.php:1007
438
  #, fuzzy
439
  #| msgid "View Quick Responses"
440
  msgid "Reports"
441
  msgstr "Vaata kiirvastuseid"
442
 
443
- #: functions.php:4167 includes/wplc_roi.php:161
444
  msgid "Overview"
445
  msgstr ""
446
 
447
- #: functions.php:4168
448
  msgid "Popular Pages"
449
  msgstr ""
450
 
451
- #: functions.php:4186
452
  msgid "Total Agents"
453
  msgstr "Vestluse agendid"
454
 
455
- #: functions.php:4186
456
  msgid "Total number of agents that used the live chat"
457
  msgstr ""
458
 
459
- #: functions.php:4187
460
  msgid "Total Chats"
461
  msgstr "Alusta vestlust"
462
 
463
- #: functions.php:4187
464
  msgid "Total number of chats received"
465
  msgstr "Uus vestlus vastu võetud"
466
 
467
- #: functions.php:4188
468
  msgid "Total URLs"
469
  msgstr ""
470
 
471
- #: functions.php:4188
472
  msgid "Total number of URLs a chat was initiated on"
473
  msgstr ""
474
 
475
- #: functions.php:4189
476
  msgid "Chats per day"
477
  msgstr ""
478
 
479
- #: functions.php:4190
480
  msgid "Popular pages a chat was initiated on"
481
  msgstr ""
482
 
483
- #: functions.php:4220 includes/wplc_custom_fields.php:304
484
  msgid "Unknown"
485
  msgstr "Teadmata"
486
 
487
- #: functions.php:4267
488
  msgid "Count"
489
  msgstr ""
490
 
491
- #: functions.php:4293
492
  #, fuzzy
493
  #| msgid "Enable Encryption"
494
  msgid "Enable Manual Chat Initiation:"
495
  msgstr "Lülita krüpteering sisse"
496
 
497
- #: functions.php:4293
498
  msgid ""
499
  "Enabling this feature will allow agents to start a chat with website "
500
  "visitors. This feature increases server load while enabled."
501
  msgstr ""
502
 
503
- #: functions.php:4297 modules/advanced_features.php:73
504
  msgid ""
505
  "This feature is only available when you select 3CX High Performance Cloud "
506
  "Servers in Advanced Features."
507
  msgstr ""
508
 
509
- #: functions.php:4384
510
  #, fuzzy
511
  #| msgid "Thank you for your feedback. We will be in touch soon"
512
  msgid "Thank you for inquiry. We will get back to you shortly"
513
  msgstr "Aitäh tagasiside eest! Me võtame Teiega ühendust"
514
 
515
- #: functions.php:4562 wp-live-chat-support.php:4571
516
  msgid "The Live Chat box is currently disabled on your website due to:"
517
  msgstr ""
518
 
519
- #: functions.php:4563 wp-live-chat-support.php:4572
520
  #, fuzzy
521
  #| msgid "General Settings"
522
  msgid "Business Hours Settings"
523
  msgstr "Üldised seadistused"
524
 
525
- #: functions.php:4614
526
  msgid "Edit Profile"
527
  msgstr ""
528
 
529
- #: functions.php:4625 modules/node_server.php:96 modules/node_server.php:878
530
  msgid "Drag Files Here"
531
  msgstr ""
532
 
533
- #: functions.php:4648 functions.php:4693 includes/wplc_custom_fields.php:107
534
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
535
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
536
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
@@ -538,45 +539,55 @@ msgstr ""
538
  msgid "Delete"
539
  msgstr "Kustutatud"
540
 
541
- #: functions.php:4649
542
  #, fuzzy
543
  #| msgid "Send"
544
  msgid "Send..."
545
  msgstr "Saada"
546
 
547
- #: functions.php:4650 functions.php:4695
548
  msgid "Play voice note"
549
  msgstr ""
550
 
551
- #: functions.php:4694
552
  msgid "Save..."
553
  msgstr ""
554
 
555
- #: functions.php:4814 wp-live-chat-support.php:1240
556
- #: wp-live-chat-support.php:2810
557
  msgid "is typing..."
558
  msgstr ""
559
 
560
- #: functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
561
  msgid "An error has occured while fetching the news feed."
562
  msgstr ""
563
 
564
- #: functions.php:4926
565
  msgid "Default"
566
  msgstr ""
567
 
568
- #: functions.php:5229 functions.php:5233
569
  msgid "You do not have permission to perform this action"
570
  msgstr ""
571
 
572
- #: includes/blocks/wplc-chat-box/block.js:44
573
- #, fuzzy
574
- #| msgid "WP Live Chat Support Triggers"
575
- msgid "WP Live Chat Trigger"
576
- msgstr "WP Live Chat Support Seadistused"
577
-
578
  #: includes/blocks/wplc-chat-box/index.php:30
579
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3997
580
  msgid "Gutenberg Blocks"
581
  msgstr ""
582
 
@@ -630,24 +641,18 @@ msgstr ""
630
  msgid "Displays the chosen icon"
631
  msgstr ""
632
 
633
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1248
634
- #: wp-live-chat-support.php:1891
635
  #, fuzzy
636
  #| msgid "type here..."
637
  msgid "Type here"
638
  msgstr "sisesta siia..."
639
 
640
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:971
641
  msgid "Live Chat"
642
  msgstr "Live vestlus"
643
 
644
- #: includes/blocks/wplc-inline-chat-box/block.js:13
645
- #, fuzzy
646
- #| msgid "WP Live Chat Support"
647
- msgid "WP Live Chat Box"
648
- msgstr "WP Live Chat Tugi"
649
-
650
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:972
651
  #, fuzzy
652
  #| msgid "Chat Dashboard"
653
  msgid "Dashboard"
@@ -670,15 +675,15 @@ msgstr "Vestluse ID"
670
  msgid "Missed"
671
  msgstr "Vastamata vestlused"
672
 
673
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:980
674
- #: wp-live-chat-support.php:3439
675
  msgid "History"
676
  msgstr "Ajalugu"
677
 
678
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
679
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
680
- #: wp-live-chat-support.php:984 wp-live-chat-support.php:3485
681
- #: wp-live-chat-support.php:3982
682
  msgid "Offline Messages"
683
  msgstr "Offline sõnumid"
684
 
@@ -688,7 +693,7 @@ msgid "Tools"
688
  msgstr ""
689
 
690
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
691
- #: wp-live-chat-support.php:973
692
  msgid "Settings"
693
  msgstr "Seaded"
694
 
@@ -767,7 +772,7 @@ msgid "has joined the chat."
767
  msgstr "Kasutaja on avanud vestluse akna"
768
 
769
  #: includes/settings_page.php:98 includes/settings_page.php:136
770
- #: wp-live-chat-support.php:3993
771
  msgid "General Settings"
772
  msgstr "Üldised seadistused"
773
 
@@ -820,7 +825,7 @@ msgstr ""
820
  msgid "This name will be displayed for all not logged in visitors"
821
  msgstr ""
822
 
823
- #: includes/settings_page.php:177 wp-live-chat-support.php:451
824
  msgid "Guest"
825
  msgstr "Külaline"
826
 
@@ -1037,7 +1042,7 @@ msgid ""
1037
  "and send it to agent once they hold on CTRL + SPACEBAR"
1038
  msgstr ""
1039
 
1040
- #: includes/settings_page.php:381 wp-live-chat-support.php:3994
1041
  #, fuzzy
1042
  #| msgid "Chat Window Settings"
1043
  msgid "Chat Box Settings"
@@ -1119,7 +1124,7 @@ msgstr ""
1119
  msgid "Display a timestamp in the chat window:"
1120
  msgstr "Kasutaja on teinud aktiivseks vestluse akna"
1121
 
1122
- #: includes/settings_page.php:435 wp-live-chat-support.php:2392
1123
  msgid "Time"
1124
  msgstr "Aeg"
1125
 
@@ -1487,7 +1492,7 @@ msgid ""
1487
  msgstr ""
1488
 
1489
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1490
- #: modules/node_server.php:652 wp-live-chat-support.php:2312
1491
  msgid "here"
1492
  msgstr "siit"
1493
 
@@ -1552,8 +1557,8 @@ msgstr "Seda teksti kuvatakse kasutaja sisestusvälja kohal"
1552
  msgid "Other text"
1553
  msgstr "Teine tekst"
1554
 
1555
- #: includes/settings_page.php:1065 wp-live-chat-support.php:445
1556
- #: wp-live-chat-support.php:1194
1557
  #, fuzzy
1558
  #| msgid "The chat has been ended"
1559
  msgid "The chat has been ended by the agent."
@@ -1739,12 +1744,12 @@ msgstr ""
1739
  msgid "Add New"
1740
  msgstr "Lisa uus Agent"
1741
 
1742
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1009
1743
  msgid "Custom Fields"
1744
  msgstr ""
1745
 
1746
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1747
- #: wp-live-chat-support.php:2393
1748
  msgid "Type"
1749
  msgstr "Tüüp"
1750
 
@@ -1753,11 +1758,11 @@ msgid "Content"
1753
  msgstr ""
1754
 
1755
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1756
- #: wp-live-chat-support.php:2396 wp-live-chat-support.php:3379
1757
  msgid "Status"
1758
  msgstr "Olek"
1759
 
1760
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2589
1761
  msgid "Active"
1762
  msgstr "Aktiivne"
1763
 
@@ -1851,8 +1856,8 @@ msgstr ""
1851
  msgid "Custom Field Data"
1852
  msgstr ""
1853
 
1854
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1008
1855
- #: wp-live-chat-support.php:3968
1856
  msgid "Triggers"
1857
  msgstr ""
1858
 
@@ -1927,7 +1932,7 @@ msgid "Enable Trigger"
1927
  msgstr ""
1928
 
1929
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1930
- #: wp-live-chat-support.php:4698
1931
  msgid "Close"
1932
  msgstr ""
1933
 
@@ -2066,7 +2071,7 @@ msgid "Select Department"
2066
  msgstr ""
2067
 
2068
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2069
- #: wp-live-chat-support.php:3970
2070
  msgid "ROI Goals"
2071
  msgstr ""
2072
 
@@ -2408,7 +2413,7 @@ msgid "Import Settings"
2408
  msgstr "Peamised seadistused"
2409
 
2410
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2411
- #: wp-live-chat-support.php:3983
2412
  #, fuzzy
2413
  #| msgid "View Chat History"
2414
  msgid "Chat History"
@@ -2456,21 +2461,21 @@ msgstr "Tugi"
2456
  msgid "This cannot be undone"
2457
  msgstr ""
2458
 
2459
- #: modules/advanced_tools.php:192
2460
  msgid "Import Failed - Could Not Process File"
2461
  msgstr ""
2462
 
2463
- #: modules/advanced_tools.php:206
2464
  msgid "Import Failed - Could Not Find File"
2465
  msgstr ""
2466
 
2467
- #: modules/advanced_tools.php:218
2468
  #, fuzzy
2469
  #| msgid "complete"
2470
  msgid "Import Complete"
2471
  msgstr "Täidetud"
2472
 
2473
- #: modules/advanced_tools.php:226
2474
  #, fuzzy
2475
  #| msgid "Your settings have been saved."
2476
  msgid "Thank you, all settings have been updated"
@@ -2548,7 +2553,7 @@ msgstr ""
2548
  msgid "Data retention purpose"
2549
  msgstr ""
2550
 
2551
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:392
2552
  #, fuzzy
2553
  #| msgid "Support"
2554
  msgid "Chat/Support"
@@ -2614,8 +2619,8 @@ msgstr ""
2614
  msgid "Download Chat (%%CID%%)"
2615
  msgstr "Lae alla vestluste ajalugu"
2616
 
2617
- #: modules/gdpr.php:162 wp-live-chat-support.php:4240
2618
- #: wp-live-chat-support.php:4300
2619
  msgid "Chat ID"
2620
  msgstr "Vestluse ID"
2621
 
@@ -2637,7 +2642,7 @@ msgid ""
2637
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2638
  msgstr ""
2639
 
2640
- #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:588
2641
  msgid "Privacy Policy"
2642
  msgstr ""
2643
 
@@ -2719,11 +2724,11 @@ msgstr ""
2719
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2720
  msgstr ""
2721
 
2722
- #: modules/gdpr.php:636
2723
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2724
  msgstr ""
2725
 
2726
- #: modules/gdpr.php:668
2727
  msgid "Pro data will also be removed as a part of this automatic process."
2728
  msgstr ""
2729
 
@@ -2750,7 +2755,7 @@ msgstr ""
2750
  msgid "Active visitors"
2751
  msgstr "Aktiivsed vestlused"
2752
 
2753
- #: modules/node_server.php:100 wp-live-chat-support.php:1856
2754
  #, fuzzy
2755
  #| msgid "Minimize Chat Window"
2756
  msgid "Minimize Chat"
@@ -2769,7 +2774,7 @@ msgid "Invite Department"
2769
  msgstr "Vestlus on aktiivne"
2770
 
2771
  #: modules/node_server.php:111 modules/node_server.php:881
2772
- #: modules/node_server.php:885 wp-live-chat-support.php:4042
2773
  msgid "Direct User To Page"
2774
  msgstr ""
2775
 
@@ -2786,7 +2791,7 @@ msgid "Leave chat"
2786
  msgstr "Alusta reaalaja vestlust"
2787
 
2788
  #: modules/node_server.php:115 modules/node_server.php:883
2789
- #: wp-live-chat-support.php:2601
2790
  msgid "End chat"
2791
  msgstr "Peata vestlus"
2792
 
@@ -2851,7 +2856,7 @@ msgid "Contains"
2851
  msgstr "Võta meiega ühendust"
2852
 
2853
  #: modules/node_server.php:185 modules/node_server.php:893
2854
- #: wp-live-chat-support.php:2391
2855
  msgid "Visitor"
2856
  msgstr "Külastaja"
2857
 
@@ -2914,7 +2919,7 @@ msgstr "Veateadete logi"
2914
  msgid "Only chat agents can access this page."
2915
  msgstr "Hetkel on vestlused väljalülitatud"
2916
 
2917
- #: modules/node_server.php:594 wp-live-chat-support.php:4696
2918
  #, fuzzy
2919
  #| msgid "Sending message..."
2920
  msgid "Sending transcript..."
@@ -2926,13 +2931,13 @@ msgstr "Saadan sõnumit..."
2926
  msgid "Chat Transcript"
2927
  msgstr "Vestluse akna seadistused"
2928
 
2929
- #: modules/node_server.php:597 wp-live-chat-support.php:4699
2930
  #, fuzzy
2931
  #| msgid "The chat has been ended"
2932
  msgid "The chat transcript has been emailed."
2933
  msgstr "Vestlus on lõppenud"
2934
 
2935
- #: modules/node_server.php:598 wp-live-chat-support.php:4700
2936
  msgid "There was a problem emailing the chat."
2937
  msgstr ""
2938
 
@@ -2953,11 +2958,11 @@ msgstr ""
2953
  msgid "User received notification:"
2954
  msgstr ""
2955
 
2956
- #: modules/node_server.php:684 wp-live-chat-support.php:2183
2957
  msgid "New chat received"
2958
  msgstr "Uus vestlus vastu võetud"
2959
 
2960
- #: modules/node_server.php:685 wp-live-chat-support.php:2185
2961
  msgid ""
2962
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2963
  "chat"
@@ -2987,11 +2992,11 @@ msgstr ""
2987
  msgid "Show me!"
2988
  msgstr ""
2989
 
2990
- #: modules/node_server.php:803 wp-live-chat-support.php:4667
2991
  msgid "Don't Show This Again"
2992
  msgstr ""
2993
 
2994
- #: modules/node_server.php:870 wp-live-chat-support.php:419
2995
  msgid "Connecting..."
2996
  msgstr ""
2997
 
@@ -3069,7 +3074,7 @@ msgstr "Seaded"
3069
  msgid "Webhooks"
3070
  msgstr ""
3071
 
3072
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3969
3073
  msgid "Web Hooks"
3074
  msgstr ""
3075
 
@@ -3135,37 +3140,37 @@ msgstr "Salvesta seadistused"
3135
  msgid "Are you sure you want to delete this webhook?"
3136
  msgstr ""
3137
 
3138
- #: wp-live-chat-support.php:363
3139
  msgid "close"
3140
  msgstr ""
3141
 
3142
- #: wp-live-chat-support.php:383
3143
  #, fuzzy
3144
  #| msgid "Via WP Live Chat Support"
3145
  msgid "Thank you for chatting with us."
3146
  msgstr "Läbi WP Live Chat Support-i"
3147
 
3148
- #: wp-live-chat-support.php:408 wp-live-chat-support.php:1924
3149
  msgid "Questions?"
3150
  msgstr "Küsimusi?"
3151
 
3152
- #: wp-live-chat-support.php:409 wp-live-chat-support.php:1925
3153
  msgid "Chat with us"
3154
  msgstr "Vestelge meiega"
3155
 
3156
- #: wp-live-chat-support.php:410
3157
  msgid "Start live chat"
3158
  msgstr "Alusta reaalaja vestlust"
3159
 
3160
- #: wp-live-chat-support.php:411
3161
  msgid "Complete the fields below to proceed."
3162
  msgstr ""
3163
 
3164
- #: wp-live-chat-support.php:412
3165
  msgid "Chat offline. Leave a message"
3166
  msgstr "Vestlus toimub offline'is. Jätke palun oma sõnum"
3167
 
3168
- #: wp-live-chat-support.php:413
3169
  msgid ""
3170
  "We are currently offline. Please leave a message and we'll get back to you "
3171
  "shortly."
@@ -3173,274 +3178,274 @@ msgstr ""
3173
  "Oleme hetkel võrgust väljas. Palun jätke sõnum ja võtame Teiega peatselt "
3174
  "ühendust"
3175
 
3176
- #: wp-live-chat-support.php:414
3177
  msgid "Sending message..."
3178
  msgstr "Saadan sõnumit..."
3179
 
3180
- #: wp-live-chat-support.php:415
3181
  msgid "Thank you for your message. We will be in contact soon."
3182
  msgstr "Täname sõnumi eest. Kontakteerume Teiega peatselt."
3183
 
3184
- #: wp-live-chat-support.php:416
3185
  msgid "Leave a message"
3186
  msgstr "Vestlus toimub offline'is. Jätke palun oma sõnum"
3187
 
3188
- #: wp-live-chat-support.php:417
3189
  msgid "Send message"
3190
  msgstr "Saada sõnum"
3191
 
3192
- #: wp-live-chat-support.php:418
3193
  msgid "Start Chat"
3194
  msgstr "Alusta vestlust"
3195
 
3196
- #: wp-live-chat-support.php:420 wp-live-chat-support.php:2065
3197
- #: wp-live-chat-support.php:2112
3198
  msgid "Reactivating your previous chat..."
3199
  msgstr "Taastame Teie viimatist vestlust"
3200
 
3201
- #: wp-live-chat-support.php:450
3202
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3203
  msgstr "Palun vajutage \"Alusta vestlust\", et meiega vestelda."
3204
 
3205
- #: wp-live-chat-support.php:453
3206
  #, fuzzy
3207
  #| msgid "There is No Answer. Please Try Again Later"
3208
  msgid "No answer. Try again later."
3209
  msgstr "Vastust ei tulnud. Palun proovige hiljem uuesti."
3210
 
3211
- #: wp-live-chat-support.php:454
3212
  msgid "Welcome. How may I help you?"
3213
  msgstr "Tere! Kuidas saan Teid aidata?"
3214
 
3215
- #: wp-live-chat-support.php:458
3216
  msgid "Please standby for an agent. Send your message while you wait."
3217
  msgstr ""
3218
 
3219
- #: wp-live-chat-support.php:689
3220
  msgid ""
3221
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3222
  "no longer needed, please uninstall it."
3223
  msgstr ""
3224
 
3225
- #: wp-live-chat-support.php:981 wp-live-chat-support.php:3466
3226
  msgid "Missed Chats"
3227
  msgstr "Vastamata vestlused"
3228
 
3229
- #: wp-live-chat-support.php:989 wp-live-chat-support.php:3958
3230
  msgid "Support"
3231
  msgstr "Tugi"
3232
 
3233
- #: wp-live-chat-support.php:1191
3234
  #, fuzzy
3235
  #| msgid "Leave a message"
3236
  msgid "Please Enter Your Name"
3237
  msgstr "Vestlus toimub offline'is. Jätke palun oma sõnum"
3238
 
3239
- #: wp-live-chat-support.php:1192
3240
  #, fuzzy
3241
  #| msgid "Leave a message"
3242
  msgid "Please Enter Your Email Address"
3243
  msgstr "Vestlus toimub offline'is. Jätke palun oma sõnum"
3244
 
3245
- #: wp-live-chat-support.php:1193
3246
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3247
  msgstr ""
3248
 
3249
- #: wp-live-chat-support.php:1195
3250
  #, fuzzy
3251
  #| msgid "Leave a message"
3252
  msgid "Please Enter a Message"
3253
  msgstr "Vestlus toimub offline'is. Jätke palun oma sõnum"
3254
 
3255
- #: wp-live-chat-support.php:1196
3256
  msgid "Disconnected, Attempting to Reconnect..."
3257
  msgstr ""
3258
 
3259
- #: wp-live-chat-support.php:1243
3260
  #, fuzzy
3261
  #| msgid "User has opened the chat window"
3262
  msgid "has joined."
3263
  msgstr "Kasutaja on avanud vestluse akna"
3264
 
3265
- #: wp-live-chat-support.php:1244
3266
  msgid "has left."
3267
  msgstr ""
3268
 
3269
- #: wp-live-chat-support.php:1245
3270
  #, fuzzy
3271
  #| msgid "User has opened the chat window"
3272
  msgid "has ended the chat."
3273
  msgstr "Kasutaja on avanud vestluse akna"
3274
 
3275
- #: wp-live-chat-support.php:1246
3276
  msgid "has disconnected."
3277
  msgstr ""
3278
 
3279
- #: wp-live-chat-support.php:1247
3280
  msgid "(edited)"
3281
  msgstr ""
3282
 
3283
- #: wp-live-chat-support.php:1638 wp-live-chat-support.php:1657
3284
  msgid "Start chat"
3285
  msgstr "Alusta vestlust"
3286
 
3287
- #: wp-live-chat-support.php:1903 wp-live-chat-support.php:2672
3288
  msgid "Send"
3289
  msgstr "Saada"
3290
 
3291
- #: wp-live-chat-support.php:2308
3292
  msgid "Congratulations"
3293
  msgstr "Palju õnne"
3294
 
3295
- #: wp-live-chat-support.php:2309
3296
  msgid "You are now accepting live chat requests on your site."
3297
  msgstr "Te nüüdsest võtate vastu Live vestlusi."
3298
 
3299
- #: wp-live-chat-support.php:2310
3300
  #, fuzzy
3301
  #| msgid "The live chat box has automatically been enabled on your website."
3302
  msgid "The live chat box has automatically been enabled."
3303
  msgstr "Live vestlus on automaatselt Teie lehel aktiveeritud. "
3304
 
3305
- #: wp-live-chat-support.php:2311
3306
  msgid "Chat notifications will start appearing once visitors send a request."
3307
  msgstr ""
3308
  "Vestluse teavitused hakkavad ilmuma hetkest kui külastajad saadavad päringu."
3309
 
3310
- #: wp-live-chat-support.php:2312
3311
  #, php-format
3312
  msgid "You may modify your chat box settings %s"
3313
  msgstr ""
3314
 
3315
- #: wp-live-chat-support.php:2313
3316
  msgid "Experiencing issues?"
3317
  msgstr "Esineb tõrkeid?"
3318
 
3319
- #: wp-live-chat-support.php:2313
3320
  msgid "Take a look at our how-to guides."
3321
  msgstr ""
3322
 
3323
- #: wp-live-chat-support.php:2314
3324
  msgid "Hide"
3325
  msgstr "Peida"
3326
 
3327
- #: wp-live-chat-support.php:2371
3328
  msgid "Keep this window open to get notified of new chats."
3329
  msgstr ""
3330
 
3331
- #: wp-live-chat-support.php:2377
3332
  #, fuzzy
3333
  #| msgid "Visitors online"
3334
  msgid "Visitor(s) online"
3335
  msgstr "Külastajaid lehel"
3336
 
3337
- #: wp-live-chat-support.php:2394
3338
  msgid "Device"
3339
  msgstr ""
3340
 
3341
- #: wp-live-chat-support.php:2395
3342
  msgid "Data"
3343
  msgstr "Andmed"
3344
 
3345
- #: wp-live-chat-support.php:2428
3346
  msgid "Chat Dashboard"
3347
  msgstr "Vestluse töölaud"
3348
 
3349
- #: wp-live-chat-support.php:2431
3350
  msgid "Oh no!"
3351
  msgstr ""
3352
 
3353
- #: wp-live-chat-support.php:2433
3354
  #, fuzzy, php-format
3355
  #| msgid "Only chat agents can accept chats"
3356
  msgid "You do not have access to this page as %s."
3357
  msgstr "Hetkel on vestlused väljalülitatud"
3358
 
3359
- #: wp-live-chat-support.php:2433
3360
  #, fuzzy
3361
  #| msgid "Make this user a chat agent"
3362
  msgid "you are not a chat agent"
3363
  msgstr "Tee sellest kasutajat vestluse agent"
3364
 
3365
- #: wp-live-chat-support.php:2587
3366
  msgid "Previous"
3367
  msgstr "Eelmine"
3368
 
3369
- #: wp-live-chat-support.php:2594
3370
  msgid "Chat with"
3371
  msgstr "Ava veslus"
3372
 
3373
- #: wp-live-chat-support.php:2611
3374
  msgid "Starting Time:"
3375
  msgstr ""
3376
 
3377
- #: wp-live-chat-support.php:2612
3378
  msgid "Ending Time:"
3379
  msgstr ""
3380
 
3381
- #: wp-live-chat-support.php:2632
3382
  msgid "Chat initiated on:"
3383
  msgstr "Vestlus alustati:"
3384
 
3385
- #: wp-live-chat-support.php:2633
3386
  msgid "Browser:"
3387
  msgstr "Brauser:"
3388
 
3389
- #: wp-live-chat-support.php:2659 wp-live-chat-support.php:2698
3390
  #, fuzzy
3391
  #| msgid "Chat ID"
3392
  msgid "Invalid Chat ID"
3393
  msgstr "Vestluse ID"
3394
 
3395
- #: wp-live-chat-support.php:2667
3396
  msgid "type here..."
3397
  msgstr "sisesta siia..."
3398
 
3399
- #: wp-live-chat-support.php:2825
3400
  msgid "User has opened the chat window"
3401
  msgstr "Kasutaja on avanud vestluse akna"
3402
 
3403
- #: wp-live-chat-support.php:2826
3404
  msgid "User has minimized the chat window"
3405
  msgstr "Kasutaja on minimiseerinud vestluse akna"
3406
 
3407
- #: wp-live-chat-support.php:2827
3408
  msgid "User has maximized the chat window"
3409
  msgstr "Kasutaja on teinud aktiivseks vestluse akna"
3410
 
3411
- #: wp-live-chat-support.php:2828
3412
  msgid "The chat has been ended"
3413
  msgstr "Vestlus on lõppenud"
3414
 
3415
- #: wp-live-chat-support.php:3369
3416
  msgid "Delete History"
3417
  msgstr "Kustuta ajalugu"
3418
 
3419
- #: wp-live-chat-support.php:3386
3420
  msgid "No chats available at the moment"
3421
  msgstr "Hetkel ei ole vestlusi saadaval"
3422
 
3423
- #: wp-live-chat-support.php:3506
3424
  msgid "Actions"
3425
  msgstr "Tegevus"
3426
 
3427
- #: wp-live-chat-support.php:3520
3428
  msgid "You have not received any offline messages."
3429
  msgstr "Sul ei ole offline-is jäetud sõnumeid."
3430
 
3431
- #: wp-live-chat-support.php:3528
3432
  msgid "Delete Message"
3433
  msgstr "Offline sõnumid"
3434
 
3435
- #: wp-live-chat-support.php:3637
3436
  msgid "You do not have permission to save settings."
3437
  msgstr ""
3438
 
3439
- #: wp-live-chat-support.php:3903
3440
  msgid "Your settings have been saved."
3441
  msgstr "Teie seadistused on salvestatud."
3442
 
3443
- #: wp-live-chat-support.php:3932
3444
  #, fuzzy
3445
  #| msgid ""
3446
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
@@ -3455,7 +3460,7 @@ msgstr ""
3455
  "Support, võivad ilmneda probleemid. Palun võta meiega ühendust teie Host-"
3456
  "võõrustajada, et saada see funktsioon aktiivseks."
3457
 
3458
- #: wp-live-chat-support.php:3938
3459
  #, fuzzy
3460
  #| msgid ""
3461
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
@@ -3470,317 +3475,325 @@ msgstr ""
3470
  "kasutamisest tulenevalt võivad ilmneda probleemid. Võtke ühendust oma host-"
3471
  "võõrustajada, et saada turvarežiim välja lülitatud."
3472
 
3473
- #: wp-live-chat-support.php:3961 wp-live-chat-support.php:3965
3474
  #, fuzzy
3475
  #| msgid "Advanced settings"
3476
  msgid "Plugin Features"
3477
  msgstr "Täpsem info"
3478
 
3479
- #: wp-live-chat-support.php:3963
3480
  msgid ""
3481
  "Check out these features and get up to speed with what you can do with WP "
3482
  "Live Chat:"
3483
  msgstr ""
3484
 
3485
- #: wp-live-chat-support.php:3966
3486
  msgid "Reporting"
3487
  msgstr ""
3488
 
3489
- #: wp-live-chat-support.php:3967
3490
  msgid "Localization"
3491
  msgstr ""
3492
 
3493
- #: wp-live-chat-support.php:3975
3494
  #, fuzzy
3495
  #| msgid "Chat Agents"
3496
  msgid "Chat FAQs"
3497
  msgstr "Vestluse agendid"
3498
 
3499
- #: wp-live-chat-support.php:3977
3500
  msgid ""
3501
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3502
  "agents:"
3503
  msgstr ""
3504
 
3505
- #: wp-live-chat-support.php:3979
3506
  #, fuzzy
3507
  #| msgid "Chat with us"
3508
  msgid "Chat with Visitors"
3509
  msgstr "Vestelge meiega"
3510
 
3511
- #: wp-live-chat-support.php:3980
3512
  #, fuzzy
3513
  #| msgid "Chat Agents"
3514
  msgid "Chat with Agents"
3515
  msgstr "Vestluse agendid"
3516
 
3517
- #: wp-live-chat-support.php:3984
3518
  #, fuzzy
3519
  #| msgid "Chat Agents"
3520
  msgid "Chat Invites"
3521
  msgstr "Vestluse agendid"
3522
 
3523
- #: wp-live-chat-support.php:3989
3524
  #, fuzzy
3525
  #| msgid "Settings"
3526
  msgid "Settings & Customization"
3527
  msgstr "Seaded"
3528
 
3529
- #: wp-live-chat-support.php:3991
3530
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3531
  msgstr ""
3532
 
3533
- #: wp-live-chat-support.php:3995
3534
  #, fuzzy
3535
  #| msgid "Chat Window Settings"
3536
  msgid "Agent Settings"
3537
  msgstr "Vestluse akna seadistused"
3538
 
3539
- #: wp-live-chat-support.php:4002
3540
  msgid "Troubleshooting"
3541
  msgstr "Veahaldus"
3542
 
3543
- #: wp-live-chat-support.php:4004
3544
  msgid ""
3545
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3546
  "issues:"
3547
  msgstr ""
3548
 
3549
- #: wp-live-chat-support.php:4006
3550
  msgid "My Chat Box Is Not Showing"
3551
  msgstr ""
3552
 
3553
- #: wp-live-chat-support.php:4007
3554
  #, fuzzy
3555
  #| msgid "I'm not getting any notifications of a new chat"
3556
  msgid "Not Receiving Notifications of New Chats"
3557
  msgstr "Ma ei saa kätte teavitusi, et mul on uus vestlus"
3558
 
3559
- #: wp-live-chat-support.php:4008
3560
- #, fuzzy
3561
- #| msgid "The chat window never goes offline"
3562
- msgid "The Chat Box Never Goes Offline"
3563
- msgstr "Vestluse aken ei lähe kunagi võrgust välja"
3564
-
3565
- #: wp-live-chat-support.php:4009
3566
- #, fuzzy
3567
- #| msgid "This chat has already been answered by another agent."
3568
- msgid "Chat Has Already Been Answered"
3569
- msgstr "Sellele vestlusele on juba teise agendi poolt vastatud."
3570
-
3571
- #: wp-live-chat-support.php:4010
3572
  #, fuzzy
3573
  #| msgid "How do I check for JavaScript errors on my site?"
3574
  msgid "Check for JavaScript Errors"
3575
  msgstr "Kuidas ma kontrollin Javascripti erroreid oma saidil?"
3576
 
3577
- #: wp-live-chat-support.php:4038
3578
  msgid "Initiate Chats"
3579
  msgstr "Alustage vestlusi"
3580
 
3581
- #: wp-live-chat-support.php:4039
3582
  msgid "Multiple Chats"
3583
  msgstr "Mitmed vestlused"
3584
 
3585
- #: wp-live-chat-support.php:4040
3586
  msgid "Add unlimited agents"
3587
  msgstr "Lisada lõpmatult uusi agente"
3588
 
3589
- #: wp-live-chat-support.php:4041
3590
  #, fuzzy
3591
  #| msgid "Total Chats"
3592
  msgid "Transfer Chats"
3593
  msgstr "Alusta vestlust"
3594
 
3595
- #: wp-live-chat-support.php:4060
3596
  #, fuzzy, php-format
3597
  #| msgid "Via WP Live Chat Support"
3598
  msgid "Thank you for using %s! Please %s on %s"
3599
  msgstr "Läbi WP Live Chat Support-i"
3600
 
3601
- #: wp-live-chat-support.php:4060
3602
  msgid "rate us"
3603
  msgstr ""
3604
 
3605
- #: wp-live-chat-support.php:4241 wp-live-chat-support.php:4301
3606
  msgid "From"
3607
  msgstr "Kellelt"
3608
 
3609
- #: wp-live-chat-support.php:4243 wp-live-chat-support.php:4303
3610
  msgid "Timestamp"
3611
  msgstr "Ajatempel"
3612
 
3613
- #: wp-live-chat-support.php:4244 wp-live-chat-support.php:4304
3614
  msgid "Origin"
3615
  msgstr "Päritolu"
3616
 
3617
- #: wp-live-chat-support.php:4249 wp-live-chat-support.php:4309
3618
  msgid "user"
3619
  msgstr "kasutaja"
3620
 
3621
- #: wp-live-chat-support.php:4251 wp-live-chat-support.php:4311
3622
  msgid "agent"
3623
  msgstr "agent"
3624
 
3625
- #: wp-live-chat-support.php:4406
3626
  msgid "Advanced settings"
3627
  msgstr "Täpsem info"
3628
 
3629
- #: wp-live-chat-support.php:4413
3630
  msgid "Only change these settings if you are experiencing performance issues."
3631
  msgstr ""
3632
 
3633
- #: wp-live-chat-support.php:4420
3634
  msgid "Website hosting type:"
3635
  msgstr ""
3636
 
3637
- #: wp-live-chat-support.php:4424
3638
  #, fuzzy
3639
  #| msgid "Choose a theme"
3640
  msgid "Custom parameters"
3641
  msgstr "Valige teema"
3642
 
3643
- #: wp-live-chat-support.php:4425
3644
  msgid "Shared hosting - low level plan"
3645
  msgstr ""
3646
 
3647
- #: wp-live-chat-support.php:4426
3648
  msgid "Shared hosting - normal plan"
3649
  msgstr ""
3650
 
3651
- #: wp-live-chat-support.php:4427
3652
  msgid "VPS"
3653
  msgstr ""
3654
 
3655
- #: wp-live-chat-support.php:4428
3656
  msgid "Dedicated server"
3657
  msgstr ""
3658
 
3659
- #: wp-live-chat-support.php:4434
3660
  msgid "Long poll setup"
3661
  msgstr ""
3662
 
3663
- #: wp-live-chat-support.php:4434
3664
  msgid ""
3665
  "Only change these if you are an experienced developer or if you have "
3666
  "received these figures from the WP Live Chat by 3CX team."
3667
  msgstr ""
3668
 
3669
- #: wp-live-chat-support.php:4439
3670
  msgid "Iterations"
3671
  msgstr "Küsimusi?"
3672
 
3673
- #: wp-live-chat-support.php:4443
3674
  msgid "Sleep between loops"
3675
  msgstr ""
3676
 
3677
- #: wp-live-chat-support.php:4446
3678
  msgid "milliseconds"
3679
  msgstr ""
3680
 
3681
- #: wp-live-chat-support.php:4469
3682
  #, fuzzy
3683
  #| msgid "Powered By WP Live Chat Support"
3684
  msgid "Show 'Powered by' in chat box"
3685
  msgstr "WP Live Chat Tugi"
3686
 
3687
- #: wp-live-chat-support.php:4469
3688
  msgid ""
3689
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3690
  "bottom of your chatbox."
3691
  msgstr ""
3692
 
3693
- #: wp-live-chat-support.php:4511
3694
  #, fuzzy
3695
  #| msgid "Powered By WP Live Chat Support"
3696
  msgid "Powered by WP Live Chat by 3CX"
3697
  msgstr "WP Live Chat Tugi"
3698
 
3699
- #: wp-live-chat-support.php:4665
3700
  msgid ""
3701
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3702
  msgstr ""
3703
 
3704
- #: wp-live-chat-support.php:4666
3705
  msgid ""
3706
  "Please add an SSL certificate to your site to continue receiving chat "
3707
  "notifications in your browser."
3708
  msgstr ""
3709
 
3710
- #: wp-live-chat-support.php:4679
3711
  msgid ""
3712
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3713
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3714
  msgstr ""
3715
 
3716
- #: wp-live-chat-support.php:4686
3717
  msgid "Email transcript to user"
3718
  msgstr ""
3719
 
3720
- #: wp-live-chat-support.php:4697
3721
  msgid "Sending Transcript"
3722
  msgstr ""
3723
 
3724
- #: wp-live-chat-support.php:4771
3725
  #, php-format
3726
  msgid "Your chat transcript from %1$s"
3727
  msgstr ""
3728
 
3729
- #: wp-live-chat-support.php:4862
3730
  #, fuzzy
3731
  #| msgid "Chat Window Settings"
3732
  msgid "Chat Transcript Settings"
3733
  msgstr "Vestluse akna seadistused"
3734
 
3735
- #: wp-live-chat-support.php:4865
3736
  msgid "Enable chat transcripts:"
3737
  msgstr ""
3738
 
3739
- #: wp-live-chat-support.php:4873
3740
  msgid "Send transcripts to:"
3741
  msgstr ""
3742
 
3743
- #: wp-live-chat-support.php:4880
3744
  #, fuzzy
3745
  #| msgid "Username"
3746
  msgid "User"
3747
  msgstr "Kasutajanimi"
3748
 
3749
- #: wp-live-chat-support.php:4891
3750
  msgid "Send transcripts when chat ends:"
3751
  msgstr ""
3752
 
3753
- #: wp-live-chat-support.php:4899
3754
  #, fuzzy
3755
  #| msgid "Email"
3756
  msgid "Email body"
3757
  msgstr "E-post"
3758
 
3759
- #: wp-live-chat-support.php:4909
3760
  #, fuzzy
3761
  #| msgid "Email Address"
3762
  msgid "Email header"
3763
  msgstr "E-posti aadress"
3764
 
3765
- #: wp-live-chat-support.php:4918
3766
  msgid "Email footer"
3767
  msgstr ""
3768
 
3769
- #: wp-live-chat-support.php:4994
3770
  msgid ""
3771
  "Please note, local message encryption and local server options will be "
3772
  "deprecated in the next major release. All encryption and message delivery "
3773
  "will handled by our external servers in future."
3774
  msgstr ""
3775
 
3776
- #: wp-live-chat-support.php:4997
3777
  msgid "Deprecation Notice - Message Encryption & Local Server"
3778
  msgstr ""
3779
 
3780
- #: wp-live-chat-support.php:4999
3781
  msgid "Dismiss"
3782
  msgstr ""
3783
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3784
  #~ msgid "Whois for"
3785
  #~ msgstr "Whois päring"
3786
 
@@ -4119,11 +4132,6 @@ msgstr ""
4119
  #~ msgid "Welcome to WP Live Chat Support v8"
4120
  #~ msgstr "WP Live Chat Tugi"
4121
 
4122
- #, fuzzy
4123
- #~| msgid "You are not accepting chats"
4124
- #~ msgid "Skip intro and start accepting chats"
4125
- #~ msgstr "Hetkel on vestlused väljalülitatud"
4126
-
4127
  #, fuzzy
4128
  #~| msgid "Welcome to "
4129
  #~ msgid "Welcome"
@@ -4348,9 +4356,6 @@ msgstr ""
4348
  #~ msgid "Visitors on site"
4349
  #~ msgstr "Külastajaid lehel"
4350
 
4351
- #~ msgid "No visitors on-line at the moment"
4352
- #~ msgstr "Hetkel ei ole ühtegi külastajat lehel"
4353
-
4354
  #~ msgid "No chat sessions available at the moment"
4355
  #~ msgstr "Hetkel ei ole vestlusi saadaval"
4356
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2019-10-17 11:31+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:31+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: 3CX\n"
8
  "Language: et\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
21
+ #: wp-live-chat-support.php:4864
22
  msgid "Admin"
23
  msgstr "Admin"
24
 
62
  msgid "End Chat"
63
  msgstr "Peata vestlus"
64
 
65
+ #: functions.php:1021
66
  msgid "complete"
67
  msgstr "Täidetud"
68
 
69
+ #: functions.php:1024
70
  msgid "pending"
71
  msgstr "Ootel"
72
 
73
+ #: functions.php:1027
74
  msgid "active"
75
  msgstr "Aktiivne"
76
 
77
+ #: functions.php:1030
78
  msgid "deleted"
79
  msgstr "Kustutatud"
80
 
81
+ #: functions.php:1033
82
  msgid "browsing"
83
  msgstr "sirvib"
84
 
85
+ #: functions.php:1036
86
  msgid "requesting chat"
87
  msgstr "ootab vestluse alustamist"
88
 
89
+ #: functions.php:1039
90
  msgid "Chat Ended - User still browsing"
91
  msgstr "Vestlus lõpetatud - kasutaja sirvib endiselt veebilehte"
92
 
93
+ #: functions.php:1042
94
  msgid "User is browsing but doesn't want to chat"
95
  msgstr "Kasutaja sirvib veebilehte aga ei soovi vestelda"
96
 
97
+ #: functions.php:1181 includes/settings_page.php:774
98
  #, fuzzy
99
  #| msgid "WP Live Chat Support - Offline Message from "
100
  msgid "WP Live Chat by 3CX - Offline Message from "
101
  msgstr "WP Live Chat Tugi - Offline sõnum: "
102
 
103
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
104
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
105
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
106
  #: includes/wplc_roi.php:160 modules/node_server.php:81
107
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
108
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
109
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
110
  msgid "Name"
111
  msgstr "Nimi"
112
 
113
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
114
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
115
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
116
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
117
  msgid "Email"
118
  msgstr "E-post"
119
 
120
+ #: functions.php:1184 wp-live-chat-support.php:1782
121
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
122
+ #: wp-live-chat-support.php:4281
123
  msgid "Message"
124
  msgstr "Sõnum"
125
 
126
+ #: functions.php:1185
127
  #, fuzzy
128
  #| msgid "Via WP Live Chat Support"
129
  msgid "Via WP Live Chat by 3CX"
130
  msgstr "Läbi WP Live Chat Support-i"
131
 
132
+ #: functions.php:1484 wp-live-chat-support.php:3313
133
  msgid "Error: Could not delete chat"
134
  msgstr ""
135
 
136
+ #: functions.php:1486 wp-live-chat-support.php:3317
137
  msgid "Chat Deleted"
138
  msgstr "Vestlus on aktiivne"
139
 
140
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
141
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
142
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
143
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
145
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
146
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
147
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
148
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
149
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
150
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
151
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
152
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
153
+ #: wp-live-chat-support.php:4191
154
  msgid "You do not have permission do perform this action"
155
  msgstr ""
156
 
157
+ #: functions.php:1495 wp-live-chat-support.php:3326
158
  msgid "Are you sure you would like to delete this chat?"
159
  msgstr ""
160
 
161
+ #: functions.php:1496 includes/settings_page.php:142
162
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
163
  msgid "Yes"
164
  msgstr "Jah"
165
 
166
+ #: functions.php:1496 includes/settings_page.php:143
167
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
168
  msgid "No"
169
  msgstr "Ei"
170
 
171
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
172
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
173
+ #: wp-live-chat-support.php:3483
174
  msgid "Date"
175
  msgstr "Kuupäev"
176
 
177
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
178
  msgid "URL"
179
  msgstr "URL"
180
 
181
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
182
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
183
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
184
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
185
  msgid "Action"
186
  msgstr "Tegevus"
187
 
188
+ #: functions.php:1523
189
  msgid "You have not missed any chat requests."
190
  msgstr "Sul ei ole vastamata vestluste päringuid"
191
 
192
+ #: functions.php:1530 wp-live-chat-support.php:3381
193
  msgid "View Chat History"
194
  msgstr "Vaata vestluste ajalugu"
195
 
196
+ #: functions.php:1530 wp-live-chat-support.php:3381
197
  msgid "Download Chat History"
198
  msgstr "Lae alla vestluste ajalugu"
199
 
200
+ #: functions.php:1724
201
  msgid "Open chat window via"
202
  msgstr "Ava vestluse aken"
203
 
204
+ #: functions.php:1728
205
  msgid "Click"
206
  msgstr ""
207
 
208
+ #: functions.php:1729
209
  msgid "Hover"
210
  msgstr ""
211
 
212
+ #: functions.php:1731
213
  msgid "element with"
214
  msgstr ""
215
 
216
+ #: functions.php:1733
217
  msgid "Class"
218
  msgstr ""
219
 
220
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
221
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
222
  #: includes/wplc_roi.php:159
223
  msgid "ID"
224
  msgstr ""
225
 
226
+ #: functions.php:2005 functions.php:2011 functions.php:2016
227
  #: includes/dashboard_page.php:58 modules/node_server.php:134
228
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
229
  msgid "Quick Responses"
230
  msgstr "Kiirvastused"
231
 
232
+ #: functions.php:2006 includes/settings_page.php:322
233
  msgid "Quick Response"
234
  msgstr "Kiirvastus"
235
 
236
+ #: functions.php:2007 functions.php:2010
237
  msgid "New Quick Response"
238
  msgstr "Uus kiirvastus"
239
 
240
+ #: functions.php:2008 modules/node_server.php:1031
241
  msgid "Add New Quick Response"
242
  msgstr "Lisa uus kiirvastus"
243
 
244
+ #: functions.php:2009
245
  msgid "Edit Quick Response"
246
  msgstr "Muuda kiirvastust"
247
 
248
+ #: functions.php:2012
249
  msgid "View Quick Responses"
250
  msgstr "Vaata kiirvastuseid"
251
 
252
+ #: functions.php:2013
253
  msgid "Search Quick Responses"
254
  msgstr "Otsi kiirvastuseid"
255
 
256
+ #: functions.php:2014
257
  msgid "No Quick Responses found"
258
  msgstr "Kiirvastuseid ei leitud"
259
 
260
+ #: functions.php:2015
261
  msgid "No Quick Responses found in the Trash"
262
  msgstr "Prügikastist kiirvastuseid ei leitud "
263
 
264
+ #: functions.php:2020
265
  #, fuzzy
266
  #| msgid "Quick Responses for WP Live Chat Support Pro"
267
  msgid "Quick Responses for WP Live Chat by 3CX"
268
  msgstr "Kiirvastused WP Live Chat Support Pro jaoks"
269
 
270
+ #: functions.php:2054
271
  #, fuzzy
272
  #| msgid "Support desk"
273
  msgid "Sort Order"
274
  msgstr "Tugi"
275
 
276
+ #: functions.php:2090 includes/settings_page.php:331
277
  msgid "Title"
278
  msgstr ""
279
 
280
+ #: functions.php:2091
281
  msgid "Order"
282
  msgstr ""
283
 
284
+ #: functions.php:2092 includes/settings_page.php:1182
285
  msgid "Author"
286
  msgstr "Autor"
287
 
288
+ #: functions.php:2135 wp-live-chat-support.php:461
289
  msgid "Press ENTER to send your message"
290
  msgstr "Vajutage klaviatuuril \"Enter\", et saata sõnumit"
291
 
292
+ #: functions.php:2174 functions.php:2178
293
  msgid "Assign Quick Response"
294
  msgstr "Seadista kiirvastus"
295
 
296
+ #: functions.php:2181 includes/settings_page.php:1164
297
  msgid "Select"
298
  msgstr "Vali"
299
 
300
+ #: functions.php:2187
301
  msgid "What is this?"
302
  msgstr "Mis see on?"
303
 
304
+ #: functions.php:2229
305
  #, php-format
306
  msgid "Incoming chat from %s (%s) on %s"
307
  msgstr "Sissetulev vestlus %s (%s) %s"
308
 
309
+ #: functions.php:2235
310
  #, fuzzy, php-format
311
  #| msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
312
  msgid "%s (%s) wants to chat with you."
313
  msgstr "%s (%s) tahab vestelda. <br /><br /> Logi sisse:%s"
314
 
315
+ #: functions.php:2240
316
  #, fuzzy, php-format
317
  #| msgid "Log in"
318
  msgid "Log in: %s"
319
  msgstr "Logi sisse"
320
 
321
+ #: functions.php:2567
322
  #, fuzzy
323
  #| msgid "Status: "
324
  msgid "Status (Online)"
325
  msgstr "Olek"
326
 
327
+ #: functions.php:2568
328
  msgid "Online"
329
  msgstr "Võrgus"
330
 
331
+ #: functions.php:2569
332
  #, fuzzy
333
  #| msgid "Online"
334
  msgid "Offline"
335
  msgstr "Võrgus"
336
 
337
+ #: functions.php:2570
338
  msgid "Status (Offline)"
339
  msgstr ""
340
 
341
+ #: functions.php:2581
342
  msgid ""
343
  "You have set your status to offline. To view visitors and accept chats "
344
  "please set your status to online using the switch above."
345
  msgstr ""
346
 
347
+ #: functions.php:2651
348
  msgid "Encryption"
349
  msgstr "Krüpteering"
350
 
351
+ #: functions.php:2657 includes/settings_page.php:1225
352
+ #: wp-live-chat-support.php:3977
353
  msgid "Business Hours"
354
  msgstr ""
355
 
356
+ #: functions.php:2859
357
  msgid "Initiate Chat"
358
  msgstr "Alustage vestlust"
359
 
360
+ #: functions.php:2951
361
  msgid "Attempting to open the chat window... Please be patient."
362
  msgstr "Proovin avada vestluse aken... Varuge kannatust."
363
 
364
+ #: functions.php:2968
365
  msgid ""
366
  "You are not a chat agent. Please make yourself a chat agent before trying to "
367
  "chat to visitors"
369
  "Te ei ole vestluse agent. Palun tehke ennast enne vestluse agendiks ja siis "
370
  "on võimalik teile külastajatega vestelda."
371
 
372
+ #: functions.php:3163 functions.php:3179 functions.php:3194
373
  msgid "Chat Agent"
374
  msgstr "Vestluse Agent"
375
 
376
+ #: functions.php:3168 functions.php:3184
377
  msgid "Make this user a chat agent"
378
  msgstr "Tee sellest kasutajat vestluse agent"
379
 
380
+ #: functions.php:3198
381
  msgid "Your user role does not allow you to make yourself a chat agent."
382
  msgstr "Teie kasutajaroll ei luba Teil teha ennast vestluse agendiks."
383
 
384
+ #: functions.php:3199
385
  msgid "Please contact the administrator of this website to change this."
386
  msgstr "Palun kontakteeruga lehe administraatoriga, et seda muudatust teha."
387
 
388
+ #: functions.php:3218
389
  msgid "This chat has already been answered by another agent."
390
  msgstr "Sellele vestlusele on juba teise agendi poolt vastatud."
391
 
392
+ #: functions.php:3460 wp-live-chat-support.php:2314
393
  msgid "Agent(s) online"
394
  msgstr "Agente võrgus:"
395
 
396
+ #: functions.php:3514
397
  msgid "Chat Agent Online"
398
  msgstr "Vestluse Agent on võrgus"
399
 
400
+ #: functions.php:3516 functions.php:3520
401
  msgid "Chat Agents Online"
402
  msgstr "Agente võrgus:"
403
 
404
+ #: functions.php:3628 includes/settings_page.php:1153
405
+ #: wp-live-chat-support.php:2260
406
  msgid "Remove"
407
  msgstr "Eemalda"
408
 
409
+ #: functions.php:3631 wp-live-chat-support.php:2263
410
  msgid "Typing..."
411
  msgstr ""
412
 
413
+ #: functions.php:4001
414
  msgid "User Experience Ratings"
415
  msgstr "Vestluse rahulolu reiting"
416
 
417
+ #: functions.php:4008
418
  msgid "Agent Statistics"
419
  msgstr "Statistika"
420
 
421
+ #: functions.php:4051 functions.php:4090
422
  msgid "Satisfaction Rating"
423
  msgstr ""
424
 
425
+ #: functions.php:4052 functions.php:4091
426
  msgid "Rating Count"
427
  msgstr ""
428
 
429
+ #: functions.php:4052 functions.php:4091
430
  msgid "Good"
431
  msgstr ""
432
 
433
+ #: functions.php:4052 functions.php:4091
434
  msgid "Bad"
435
  msgstr ""
436
 
437
+ #: functions.php:4162 includes/dashboard_page.php:56
438
+ #: wp-live-chat-support.php:1015
439
  #, fuzzy
440
  #| msgid "View Quick Responses"
441
  msgid "Reports"
442
  msgstr "Vaata kiirvastuseid"
443
 
444
+ #: functions.php:4165 includes/wplc_roi.php:161
445
  msgid "Overview"
446
  msgstr ""
447
 
448
+ #: functions.php:4166
449
  msgid "Popular Pages"
450
  msgstr ""
451
 
452
+ #: functions.php:4184
453
  msgid "Total Agents"
454
  msgstr "Vestluse agendid"
455
 
456
+ #: functions.php:4184
457
  msgid "Total number of agents that used the live chat"
458
  msgstr ""
459
 
460
+ #: functions.php:4185
461
  msgid "Total Chats"
462
  msgstr "Alusta vestlust"
463
 
464
+ #: functions.php:4185
465
  msgid "Total number of chats received"
466
  msgstr "Uus vestlus vastu võetud"
467
 
468
+ #: functions.php:4186
469
  msgid "Total URLs"
470
  msgstr ""
471
 
472
+ #: functions.php:4186
473
  msgid "Total number of URLs a chat was initiated on"
474
  msgstr ""
475
 
476
+ #: functions.php:4187
477
  msgid "Chats per day"
478
  msgstr ""
479
 
480
+ #: functions.php:4188
481
  msgid "Popular pages a chat was initiated on"
482
  msgstr ""
483
 
484
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
485
  msgid "Unknown"
486
  msgstr "Teadmata"
487
 
488
+ #: functions.php:4265
489
  msgid "Count"
490
  msgstr ""
491
 
492
+ #: functions.php:4291
493
  #, fuzzy
494
  #| msgid "Enable Encryption"
495
  msgid "Enable Manual Chat Initiation:"
496
  msgstr "Lülita krüpteering sisse"
497
 
498
+ #: functions.php:4291
499
  msgid ""
500
  "Enabling this feature will allow agents to start a chat with website "
501
  "visitors. This feature increases server load while enabled."
502
  msgstr ""
503
 
504
+ #: functions.php:4295 modules/advanced_features.php:73
505
  msgid ""
506
  "This feature is only available when you select 3CX High Performance Cloud "
507
  "Servers in Advanced Features."
508
  msgstr ""
509
 
510
+ #: functions.php:4382
511
  #, fuzzy
512
  #| msgid "Thank you for your feedback. We will be in touch soon"
513
  msgid "Thank you for inquiry. We will get back to you shortly"
514
  msgstr "Aitäh tagasiside eest! Me võtame Teiega ühendust"
515
 
516
+ #: functions.php:4560 wp-live-chat-support.php:4550
517
  msgid "The Live Chat box is currently disabled on your website due to:"
518
  msgstr ""
519
 
520
+ #: functions.php:4561 wp-live-chat-support.php:4551
521
  #, fuzzy
522
  #| msgid "General Settings"
523
  msgid "Business Hours Settings"
524
  msgstr "Üldised seadistused"
525
 
526
+ #: functions.php:4612
527
  msgid "Edit Profile"
528
  msgstr ""
529
 
530
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
531
  msgid "Drag Files Here"
532
  msgstr ""
533
 
534
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
535
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
536
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
537
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
539
  msgid "Delete"
540
  msgstr "Kustutatud"
541
 
542
+ #: functions.php:4647
543
  #, fuzzy
544
  #| msgid "Send"
545
  msgid "Send..."
546
  msgstr "Saada"
547
 
548
+ #: functions.php:4648 functions.php:4693
549
  msgid "Play voice note"
550
  msgstr ""
551
 
552
+ #: functions.php:4692
553
  msgid "Save..."
554
  msgstr ""
555
 
556
+ #: functions.php:4780 wp-live-chat-support.php:1248
557
+ #: wp-live-chat-support.php:2791
558
  msgid "is typing..."
559
  msgstr ""
560
 
561
+ #: functions.php:4782
562
+ #, fuzzy
563
+ #| msgid "No visitors on-line at the moment"
564
+ msgid "There are no visitors on your site at the moment"
565
+ msgstr "Hetkel ei ole ühtegi külastajat lehel"
566
+
567
+ #: functions.php:4783
568
+ msgid "Connection to the server lost, reconnecting..."
569
+ msgstr ""
570
+
571
+ #: functions.php:4784
572
+ #, fuzzy
573
+ #| msgid "You are not accepting chats"
574
+ msgid "Agent offline - not accepting chats"
575
+ msgstr "Hetkel on vestlused väljalülitatud"
576
+
577
+ #: functions.php:4800
578
  msgid "An error has occured while fetching the news feed."
579
  msgstr ""
580
 
581
+ #: functions.php:4897
582
  msgid "Default"
583
  msgstr ""
584
 
585
+ #: functions.php:5200 functions.php:5204
586
  msgid "You do not have permission to perform this action"
587
  msgstr ""
588
 
 
 
 
 
 
 
589
  #: includes/blocks/wplc-chat-box/index.php:30
590
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
591
  msgid "Gutenberg Blocks"
592
  msgstr ""
593
 
641
  msgid "Displays the chosen icon"
642
  msgstr ""
643
 
644
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
645
+ #: wp-live-chat-support.php:1899
646
  #, fuzzy
647
  #| msgid "type here..."
648
  msgid "Type here"
649
  msgstr "sisesta siia..."
650
 
651
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
652
  msgid "Live Chat"
653
  msgstr "Live vestlus"
654
 
655
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
 
 
 
 
 
 
656
  #, fuzzy
657
  #| msgid "Chat Dashboard"
658
  msgid "Dashboard"
675
  msgid "Missed"
676
  msgstr "Vastamata vestlused"
677
 
678
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
679
+ #: wp-live-chat-support.php:3420
680
  msgid "History"
681
  msgstr "Ajalugu"
682
 
683
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
684
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
685
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
686
+ #: wp-live-chat-support.php:3963
687
  msgid "Offline Messages"
688
  msgstr "Offline sõnumid"
689
 
693
  msgstr ""
694
 
695
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
696
+ #: wp-live-chat-support.php:981
697
  msgid "Settings"
698
  msgstr "Seaded"
699
 
772
  msgstr "Kasutaja on avanud vestluse akna"
773
 
774
  #: includes/settings_page.php:98 includes/settings_page.php:136
775
+ #: wp-live-chat-support.php:3974
776
  msgid "General Settings"
777
  msgstr "Üldised seadistused"
778
 
825
  msgid "This name will be displayed for all not logged in visitors"
826
  msgstr ""
827
 
828
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
829
  msgid "Guest"
830
  msgstr "Külaline"
831
 
1042
  "and send it to agent once they hold on CTRL + SPACEBAR"
1043
  msgstr ""
1044
 
1045
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
1046
  #, fuzzy
1047
  #| msgid "Chat Window Settings"
1048
  msgid "Chat Box Settings"
1124
  msgid "Display a timestamp in the chat window:"
1125
  msgstr "Kasutaja on teinud aktiivseks vestluse akna"
1126
 
1127
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1128
  msgid "Time"
1129
  msgstr "Aeg"
1130
 
1492
  msgstr ""
1493
 
1494
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1495
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1496
  msgid "here"
1497
  msgstr "siit"
1498
 
1557
  msgid "Other text"
1558
  msgstr "Teine tekst"
1559
 
1560
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1561
+ #: wp-live-chat-support.php:1202
1562
  #, fuzzy
1563
  #| msgid "The chat has been ended"
1564
  msgid "The chat has been ended by the agent."
1744
  msgid "Add New"
1745
  msgstr "Lisa uus Agent"
1746
 
1747
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1748
  msgid "Custom Fields"
1749
  msgstr ""
1750
 
1751
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1752
+ #: wp-live-chat-support.php:2374
1753
  msgid "Type"
1754
  msgstr "Tüüp"
1755
 
1758
  msgstr ""
1759
 
1760
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1761
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1762
  msgid "Status"
1763
  msgstr "Olek"
1764
 
1765
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1766
  msgid "Active"
1767
  msgstr "Aktiivne"
1768
 
1856
  msgid "Custom Field Data"
1857
  msgstr ""
1858
 
1859
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1860
+ #: wp-live-chat-support.php:3949
1861
  msgid "Triggers"
1862
  msgstr ""
1863
 
1932
  msgstr ""
1933
 
1934
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1935
+ #: wp-live-chat-support.php:4677
1936
  msgid "Close"
1937
  msgstr ""
1938
 
2071
  msgstr ""
2072
 
2073
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2074
+ #: wp-live-chat-support.php:3951
2075
  msgid "ROI Goals"
2076
  msgstr ""
2077
 
2413
  msgstr "Peamised seadistused"
2414
 
2415
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2416
+ #: wp-live-chat-support.php:3964
2417
  #, fuzzy
2418
  #| msgid "View Chat History"
2419
  msgid "Chat History"
2461
  msgid "This cannot be undone"
2462
  msgstr ""
2463
 
2464
+ #: modules/advanced_tools.php:193
2465
  msgid "Import Failed - Could Not Process File"
2466
  msgstr ""
2467
 
2468
+ #: modules/advanced_tools.php:207
2469
  msgid "Import Failed - Could Not Find File"
2470
  msgstr ""
2471
 
2472
+ #: modules/advanced_tools.php:219
2473
  #, fuzzy
2474
  #| msgid "complete"
2475
  msgid "Import Complete"
2476
  msgstr "Täidetud"
2477
 
2478
+ #: modules/advanced_tools.php:227
2479
  #, fuzzy
2480
  #| msgid "Your settings have been saved."
2481
  msgid "Thank you, all settings have been updated"
2553
  msgid "Data retention purpose"
2554
  msgstr ""
2555
 
2556
+ #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:401
2557
  #, fuzzy
2558
  #| msgid "Support"
2559
  msgid "Chat/Support"
2619
  msgid "Download Chat (%%CID%%)"
2620
  msgstr "Lae alla vestluste ajalugu"
2621
 
2622
+ #: modules/gdpr.php:162 wp-live-chat-support.php:4219
2623
+ #: wp-live-chat-support.php:4279
2624
  msgid "Chat ID"
2625
  msgstr "Vestluse ID"
2626
 
2642
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2643
  msgstr ""
2644
 
2645
+ #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:587
2646
  msgid "Privacy Policy"
2647
  msgstr ""
2648
 
2724
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2725
  msgstr ""
2726
 
2727
+ #: modules/gdpr.php:634
2728
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2729
  msgstr ""
2730
 
2731
+ #: modules/gdpr.php:666
2732
  msgid "Pro data will also be removed as a part of this automatic process."
2733
  msgstr ""
2734
 
2755
  msgid "Active visitors"
2756
  msgstr "Aktiivsed vestlused"
2757
 
2758
+ #: modules/node_server.php:100 wp-live-chat-support.php:1864
2759
  #, fuzzy
2760
  #| msgid "Minimize Chat Window"
2761
  msgid "Minimize Chat"
2774
  msgstr "Vestlus on aktiivne"
2775
 
2776
  #: modules/node_server.php:111 modules/node_server.php:881
2777
+ #: modules/node_server.php:885 wp-live-chat-support.php:4021
2778
  msgid "Direct User To Page"
2779
  msgstr ""
2780
 
2791
  msgstr "Alusta reaalaja vestlust"
2792
 
2793
  #: modules/node_server.php:115 modules/node_server.php:883
2794
+ #: wp-live-chat-support.php:2582
2795
  msgid "End chat"
2796
  msgstr "Peata vestlus"
2797
 
2856
  msgstr "Võta meiega ühendust"
2857
 
2858
  #: modules/node_server.php:185 modules/node_server.php:893
2859
+ #: wp-live-chat-support.php:2372
2860
  msgid "Visitor"
2861
  msgstr "Külastaja"
2862
 
2919
  msgid "Only chat agents can access this page."
2920
  msgstr "Hetkel on vestlused väljalülitatud"
2921
 
2922
+ #: modules/node_server.php:594 wp-live-chat-support.php:4675
2923
  #, fuzzy
2924
  #| msgid "Sending message..."
2925
  msgid "Sending transcript..."
2931
  msgid "Chat Transcript"
2932
  msgstr "Vestluse akna seadistused"
2933
 
2934
+ #: modules/node_server.php:597 wp-live-chat-support.php:4678
2935
  #, fuzzy
2936
  #| msgid "The chat has been ended"
2937
  msgid "The chat transcript has been emailed."
2938
  msgstr "Vestlus on lõppenud"
2939
 
2940
+ #: modules/node_server.php:598 wp-live-chat-support.php:4679
2941
  msgid "There was a problem emailing the chat."
2942
  msgstr ""
2943
 
2958
  msgid "User received notification:"
2959
  msgstr ""
2960
 
2961
+ #: modules/node_server.php:684 wp-live-chat-support.php:2191
2962
  msgid "New chat received"
2963
  msgstr "Uus vestlus vastu võetud"
2964
 
2965
+ #: modules/node_server.php:685 wp-live-chat-support.php:2193
2966
  msgid ""
2967
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2968
  "chat"
2992
  msgid "Show me!"
2993
  msgstr ""
2994
 
2995
+ #: modules/node_server.php:803 wp-live-chat-support.php:4646
2996
  msgid "Don't Show This Again"
2997
  msgstr ""
2998
 
2999
+ #: modules/node_server.php:870 wp-live-chat-support.php:428
3000
  msgid "Connecting..."
3001
  msgstr ""
3002
 
3074
  msgid "Webhooks"
3075
  msgstr ""
3076
 
3077
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3950
3078
  msgid "Web Hooks"
3079
  msgstr ""
3080
 
3140
  msgid "Are you sure you want to delete this webhook?"
3141
  msgstr ""
3142
 
3143
+ #: wp-live-chat-support.php:372
3144
  msgid "close"
3145
  msgstr ""
3146
 
3147
+ #: wp-live-chat-support.php:392
3148
  #, fuzzy
3149
  #| msgid "Via WP Live Chat Support"
3150
  msgid "Thank you for chatting with us."
3151
  msgstr "Läbi WP Live Chat Support-i"
3152
 
3153
+ #: wp-live-chat-support.php:417 wp-live-chat-support.php:1932
3154
  msgid "Questions?"
3155
  msgstr "Küsimusi?"
3156
 
3157
+ #: wp-live-chat-support.php:418 wp-live-chat-support.php:1933
3158
  msgid "Chat with us"
3159
  msgstr "Vestelge meiega"
3160
 
3161
+ #: wp-live-chat-support.php:419
3162
  msgid "Start live chat"
3163
  msgstr "Alusta reaalaja vestlust"
3164
 
3165
+ #: wp-live-chat-support.php:420
3166
  msgid "Complete the fields below to proceed."
3167
  msgstr ""
3168
 
3169
+ #: wp-live-chat-support.php:421
3170
  msgid "Chat offline. Leave a message"
3171
  msgstr "Vestlus toimub offline'is. Jätke palun oma sõnum"
3172
 
3173
+ #: wp-live-chat-support.php:422
3174
  msgid ""
3175
  "We are currently offline. Please leave a message and we'll get back to you "
3176
  "shortly."
3178
  "Oleme hetkel võrgust väljas. Palun jätke sõnum ja võtame Teiega peatselt "
3179
  "ühendust"
3180
 
3181
+ #: wp-live-chat-support.php:423
3182
  msgid "Sending message..."
3183
  msgstr "Saadan sõnumit..."
3184
 
3185
+ #: wp-live-chat-support.php:424
3186
  msgid "Thank you for your message. We will be in contact soon."
3187
  msgstr "Täname sõnumi eest. Kontakteerume Teiega peatselt."
3188
 
3189
+ #: wp-live-chat-support.php:425
3190
  msgid "Leave a message"
3191
  msgstr "Vestlus toimub offline'is. Jätke palun oma sõnum"
3192
 
3193
+ #: wp-live-chat-support.php:426
3194
  msgid "Send message"
3195
  msgstr "Saada sõnum"
3196
 
3197
+ #: wp-live-chat-support.php:427
3198
  msgid "Start Chat"
3199
  msgstr "Alusta vestlust"
3200
 
3201
+ #: wp-live-chat-support.php:429 wp-live-chat-support.php:2073
3202
+ #: wp-live-chat-support.php:2120
3203
  msgid "Reactivating your previous chat..."
3204
  msgstr "Taastame Teie viimatist vestlust"
3205
 
3206
+ #: wp-live-chat-support.php:459
3207
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3208
  msgstr "Palun vajutage \"Alusta vestlust\", et meiega vestelda."
3209
 
3210
+ #: wp-live-chat-support.php:462
3211
  #, fuzzy
3212
  #| msgid "There is No Answer. Please Try Again Later"
3213
  msgid "No answer. Try again later."
3214
  msgstr "Vastust ei tulnud. Palun proovige hiljem uuesti."
3215
 
3216
+ #: wp-live-chat-support.php:463
3217
  msgid "Welcome. How may I help you?"
3218
  msgstr "Tere! Kuidas saan Teid aidata?"
3219
 
3220
+ #: wp-live-chat-support.php:467
3221
  msgid "Please standby for an agent. Send your message while you wait."
3222
  msgstr ""
3223
 
3224
+ #: wp-live-chat-support.php:698
3225
  msgid ""
3226
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3227
  "no longer needed, please uninstall it."
3228
  msgstr ""
3229
 
3230
+ #: wp-live-chat-support.php:989 wp-live-chat-support.php:3447
3231
  msgid "Missed Chats"
3232
  msgstr "Vastamata vestlused"
3233
 
3234
+ #: wp-live-chat-support.php:997 wp-live-chat-support.php:3939
3235
  msgid "Support"
3236
  msgstr "Tugi"
3237
 
3238
+ #: wp-live-chat-support.php:1199
3239
  #, fuzzy
3240
  #| msgid "Leave a message"
3241
  msgid "Please Enter Your Name"
3242
  msgstr "Vestlus toimub offline'is. Jätke palun oma sõnum"
3243
 
3244
+ #: wp-live-chat-support.php:1200
3245
  #, fuzzy
3246
  #| msgid "Leave a message"
3247
  msgid "Please Enter Your Email Address"
3248
  msgstr "Vestlus toimub offline'is. Jätke palun oma sõnum"
3249
 
3250
+ #: wp-live-chat-support.php:1201
3251
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3252
  msgstr ""
3253
 
3254
+ #: wp-live-chat-support.php:1203
3255
  #, fuzzy
3256
  #| msgid "Leave a message"
3257
  msgid "Please Enter a Message"
3258
  msgstr "Vestlus toimub offline'is. Jätke palun oma sõnum"
3259
 
3260
+ #: wp-live-chat-support.php:1204
3261
  msgid "Disconnected, Attempting to Reconnect..."
3262
  msgstr ""
3263
 
3264
+ #: wp-live-chat-support.php:1251
3265
  #, fuzzy
3266
  #| msgid "User has opened the chat window"
3267
  msgid "has joined."
3268
  msgstr "Kasutaja on avanud vestluse akna"
3269
 
3270
+ #: wp-live-chat-support.php:1252
3271
  msgid "has left."
3272
  msgstr ""
3273
 
3274
+ #: wp-live-chat-support.php:1253
3275
  #, fuzzy
3276
  #| msgid "User has opened the chat window"
3277
  msgid "has ended the chat."
3278
  msgstr "Kasutaja on avanud vestluse akna"
3279
 
3280
+ #: wp-live-chat-support.php:1254
3281
  msgid "has disconnected."
3282
  msgstr ""
3283
 
3284
+ #: wp-live-chat-support.php:1255
3285
  msgid "(edited)"
3286
  msgstr ""
3287
 
3288
+ #: wp-live-chat-support.php:1646 wp-live-chat-support.php:1665
3289
  msgid "Start chat"
3290
  msgstr "Alusta vestlust"
3291
 
3292
+ #: wp-live-chat-support.php:1911 wp-live-chat-support.php:2653
3293
  msgid "Send"
3294
  msgstr "Saada"
3295
 
3296
+ #: wp-live-chat-support.php:2293
3297
  msgid "Congratulations"
3298
  msgstr "Palju õnne"
3299
 
3300
+ #: wp-live-chat-support.php:2294
3301
  msgid "You are now accepting live chat requests on your site."
3302
  msgstr "Te nüüdsest võtate vastu Live vestlusi."
3303
 
3304
+ #: wp-live-chat-support.php:2295
3305
  #, fuzzy
3306
  #| msgid "The live chat box has automatically been enabled on your website."
3307
  msgid "The live chat box has automatically been enabled."
3308
  msgstr "Live vestlus on automaatselt Teie lehel aktiveeritud. "
3309
 
3310
+ #: wp-live-chat-support.php:2296
3311
  msgid "Chat notifications will start appearing once visitors send a request."
3312
  msgstr ""
3313
  "Vestluse teavitused hakkavad ilmuma hetkest kui külastajad saadavad päringu."
3314
 
3315
+ #: wp-live-chat-support.php:2297
3316
  #, php-format
3317
  msgid "You may modify your chat box settings %s"
3318
  msgstr ""
3319
 
3320
+ #: wp-live-chat-support.php:2298
3321
  msgid "Experiencing issues?"
3322
  msgstr "Esineb tõrkeid?"
3323
 
3324
+ #: wp-live-chat-support.php:2298
3325
  msgid "Take a look at our how-to guides."
3326
  msgstr ""
3327
 
3328
+ #: wp-live-chat-support.php:2299
3329
  msgid "Hide"
3330
  msgstr "Peida"
3331
 
3332
+ #: wp-live-chat-support.php:2352
3333
  msgid "Keep this window open to get notified of new chats."
3334
  msgstr ""
3335
 
3336
+ #: wp-live-chat-support.php:2358
3337
  #, fuzzy
3338
  #| msgid "Visitors online"
3339
  msgid "Visitor(s) online"
3340
  msgstr "Külastajaid lehel"
3341
 
3342
+ #: wp-live-chat-support.php:2375
3343
  msgid "Device"
3344
  msgstr ""
3345
 
3346
+ #: wp-live-chat-support.php:2376
3347
  msgid "Data"
3348
  msgstr "Andmed"
3349
 
3350
+ #: wp-live-chat-support.php:2409
3351
  msgid "Chat Dashboard"
3352
  msgstr "Vestluse töölaud"
3353
 
3354
+ #: wp-live-chat-support.php:2412
3355
  msgid "Oh no!"
3356
  msgstr ""
3357
 
3358
+ #: wp-live-chat-support.php:2414
3359
  #, fuzzy, php-format
3360
  #| msgid "Only chat agents can accept chats"
3361
  msgid "You do not have access to this page as %s."
3362
  msgstr "Hetkel on vestlused väljalülitatud"
3363
 
3364
+ #: wp-live-chat-support.php:2414
3365
  #, fuzzy
3366
  #| msgid "Make this user a chat agent"
3367
  msgid "you are not a chat agent"
3368
  msgstr "Tee sellest kasutajat vestluse agent"
3369
 
3370
+ #: wp-live-chat-support.php:2568
3371
  msgid "Previous"
3372
  msgstr "Eelmine"
3373
 
3374
+ #: wp-live-chat-support.php:2575
3375
  msgid "Chat with"
3376
  msgstr "Ava veslus"
3377
 
3378
+ #: wp-live-chat-support.php:2592
3379
  msgid "Starting Time:"
3380
  msgstr ""
3381
 
3382
+ #: wp-live-chat-support.php:2593
3383
  msgid "Ending Time:"
3384
  msgstr ""
3385
 
3386
+ #: wp-live-chat-support.php:2613
3387
  msgid "Chat initiated on:"
3388
  msgstr "Vestlus alustati:"
3389
 
3390
+ #: wp-live-chat-support.php:2614
3391
  msgid "Browser:"
3392
  msgstr "Brauser:"
3393
 
3394
+ #: wp-live-chat-support.php:2640 wp-live-chat-support.php:2679
3395
  #, fuzzy
3396
  #| msgid "Chat ID"
3397
  msgid "Invalid Chat ID"
3398
  msgstr "Vestluse ID"
3399
 
3400
+ #: wp-live-chat-support.php:2648
3401
  msgid "type here..."
3402
  msgstr "sisesta siia..."
3403
 
3404
+ #: wp-live-chat-support.php:2806
3405
  msgid "User has opened the chat window"
3406
  msgstr "Kasutaja on avanud vestluse akna"
3407
 
3408
+ #: wp-live-chat-support.php:2807
3409
  msgid "User has minimized the chat window"
3410
  msgstr "Kasutaja on minimiseerinud vestluse akna"
3411
 
3412
+ #: wp-live-chat-support.php:2808
3413
  msgid "User has maximized the chat window"
3414
  msgstr "Kasutaja on teinud aktiivseks vestluse akna"
3415
 
3416
+ #: wp-live-chat-support.php:2809
3417
  msgid "The chat has been ended"
3418
  msgstr "Vestlus on lõppenud"
3419
 
3420
+ #: wp-live-chat-support.php:3350
3421
  msgid "Delete History"
3422
  msgstr "Kustuta ajalugu"
3423
 
3424
+ #: wp-live-chat-support.php:3367
3425
  msgid "No chats available at the moment"
3426
  msgstr "Hetkel ei ole vestlusi saadaval"
3427
 
3428
+ #: wp-live-chat-support.php:3487
3429
  msgid "Actions"
3430
  msgstr "Tegevus"
3431
 
3432
+ #: wp-live-chat-support.php:3501
3433
  msgid "You have not received any offline messages."
3434
  msgstr "Sul ei ole offline-is jäetud sõnumeid."
3435
 
3436
+ #: wp-live-chat-support.php:3509
3437
  msgid "Delete Message"
3438
  msgstr "Offline sõnumid"
3439
 
3440
+ #: wp-live-chat-support.php:3618
3441
  msgid "You do not have permission to save settings."
3442
  msgstr ""
3443
 
3444
+ #: wp-live-chat-support.php:3884
3445
  msgid "Your settings have been saved."
3446
  msgstr "Teie seadistused on salvestatud."
3447
 
3448
+ #: wp-live-chat-support.php:3913
3449
  #, fuzzy
3450
  #| msgid ""
3451
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
3460
  "Support, võivad ilmneda probleemid. Palun võta meiega ühendust teie Host-"
3461
  "võõrustajada, et saada see funktsioon aktiivseks."
3462
 
3463
+ #: wp-live-chat-support.php:3919
3464
  #, fuzzy
3465
  #| msgid ""
3466
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
3475
  "kasutamisest tulenevalt võivad ilmneda probleemid. Võtke ühendust oma host-"
3476
  "võõrustajada, et saada turvarežiim välja lülitatud."
3477
 
3478
+ #: wp-live-chat-support.php:3942 wp-live-chat-support.php:3946
3479
  #, fuzzy
3480
  #| msgid "Advanced settings"
3481
  msgid "Plugin Features"
3482
  msgstr "Täpsem info"
3483
 
3484
+ #: wp-live-chat-support.php:3944
3485
  msgid ""
3486
  "Check out these features and get up to speed with what you can do with WP "
3487
  "Live Chat:"
3488
  msgstr ""
3489
 
3490
+ #: wp-live-chat-support.php:3947
3491
  msgid "Reporting"
3492
  msgstr ""
3493
 
3494
+ #: wp-live-chat-support.php:3948
3495
  msgid "Localization"
3496
  msgstr ""
3497
 
3498
+ #: wp-live-chat-support.php:3956
3499
  #, fuzzy
3500
  #| msgid "Chat Agents"
3501
  msgid "Chat FAQs"
3502
  msgstr "Vestluse agendid"
3503
 
3504
+ #: wp-live-chat-support.php:3958
3505
  msgid ""
3506
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3507
  "agents:"
3508
  msgstr ""
3509
 
3510
+ #: wp-live-chat-support.php:3960
3511
  #, fuzzy
3512
  #| msgid "Chat with us"
3513
  msgid "Chat with Visitors"
3514
  msgstr "Vestelge meiega"
3515
 
3516
+ #: wp-live-chat-support.php:3961
3517
  #, fuzzy
3518
  #| msgid "Chat Agents"
3519
  msgid "Chat with Agents"
3520
  msgstr "Vestluse agendid"
3521
 
3522
+ #: wp-live-chat-support.php:3965
3523
  #, fuzzy
3524
  #| msgid "Chat Agents"
3525
  msgid "Chat Invites"
3526
  msgstr "Vestluse agendid"
3527
 
3528
+ #: wp-live-chat-support.php:3970
3529
  #, fuzzy
3530
  #| msgid "Settings"
3531
  msgid "Settings & Customization"
3532
  msgstr "Seaded"
3533
 
3534
+ #: wp-live-chat-support.php:3972
3535
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3536
  msgstr ""
3537
 
3538
+ #: wp-live-chat-support.php:3976
3539
  #, fuzzy
3540
  #| msgid "Chat Window Settings"
3541
  msgid "Agent Settings"
3542
  msgstr "Vestluse akna seadistused"
3543
 
3544
+ #: wp-live-chat-support.php:3983
3545
  msgid "Troubleshooting"
3546
  msgstr "Veahaldus"
3547
 
3548
+ #: wp-live-chat-support.php:3985
3549
  msgid ""
3550
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3551
  "issues:"
3552
  msgstr ""
3553
 
3554
+ #: wp-live-chat-support.php:3987
3555
  msgid "My Chat Box Is Not Showing"
3556
  msgstr ""
3557
 
3558
+ #: wp-live-chat-support.php:3988
3559
  #, fuzzy
3560
  #| msgid "I'm not getting any notifications of a new chat"
3561
  msgid "Not Receiving Notifications of New Chats"
3562
  msgstr "Ma ei saa kätte teavitusi, et mul on uus vestlus"
3563
 
3564
+ #: wp-live-chat-support.php:3989
 
 
 
 
 
 
 
 
 
 
 
 
3565
  #, fuzzy
3566
  #| msgid "How do I check for JavaScript errors on my site?"
3567
  msgid "Check for JavaScript Errors"
3568
  msgstr "Kuidas ma kontrollin Javascripti erroreid oma saidil?"
3569
 
3570
+ #: wp-live-chat-support.php:4017
3571
  msgid "Initiate Chats"
3572
  msgstr "Alustage vestlusi"
3573
 
3574
+ #: wp-live-chat-support.php:4018
3575
  msgid "Multiple Chats"
3576
  msgstr "Mitmed vestlused"
3577
 
3578
+ #: wp-live-chat-support.php:4019
3579
  msgid "Add unlimited agents"
3580
  msgstr "Lisada lõpmatult uusi agente"
3581
 
3582
+ #: wp-live-chat-support.php:4020
3583
  #, fuzzy
3584
  #| msgid "Total Chats"
3585
  msgid "Transfer Chats"
3586
  msgstr "Alusta vestlust"
3587
 
3588
+ #: wp-live-chat-support.php:4039
3589
  #, fuzzy, php-format
3590
  #| msgid "Via WP Live Chat Support"
3591
  msgid "Thank you for using %s! Please %s on %s"
3592
  msgstr "Läbi WP Live Chat Support-i"
3593
 
3594
+ #: wp-live-chat-support.php:4039
3595
  msgid "rate us"
3596
  msgstr ""
3597
 
3598
+ #: wp-live-chat-support.php:4220 wp-live-chat-support.php:4280
3599
  msgid "From"
3600
  msgstr "Kellelt"
3601
 
3602
+ #: wp-live-chat-support.php:4222 wp-live-chat-support.php:4282
3603
  msgid "Timestamp"
3604
  msgstr "Ajatempel"
3605
 
3606
+ #: wp-live-chat-support.php:4223 wp-live-chat-support.php:4283
3607
  msgid "Origin"
3608
  msgstr "Päritolu"
3609
 
3610
+ #: wp-live-chat-support.php:4228 wp-live-chat-support.php:4288
3611
  msgid "user"
3612
  msgstr "kasutaja"
3613
 
3614
+ #: wp-live-chat-support.php:4230 wp-live-chat-support.php:4290
3615
  msgid "agent"
3616
  msgstr "agent"
3617
 
3618
+ #: wp-live-chat-support.php:4385
3619
  msgid "Advanced settings"
3620
  msgstr "Täpsem info"
3621
 
3622
+ #: wp-live-chat-support.php:4392
3623
  msgid "Only change these settings if you are experiencing performance issues."
3624
  msgstr ""
3625
 
3626
+ #: wp-live-chat-support.php:4399
3627
  msgid "Website hosting type:"
3628
  msgstr ""
3629
 
3630
+ #: wp-live-chat-support.php:4403
3631
  #, fuzzy
3632
  #| msgid "Choose a theme"
3633
  msgid "Custom parameters"
3634
  msgstr "Valige teema"
3635
 
3636
+ #: wp-live-chat-support.php:4404
3637
  msgid "Shared hosting - low level plan"
3638
  msgstr ""
3639
 
3640
+ #: wp-live-chat-support.php:4405
3641
  msgid "Shared hosting - normal plan"
3642
  msgstr ""
3643
 
3644
+ #: wp-live-chat-support.php:4406
3645
  msgid "VPS"
3646
  msgstr ""
3647
 
3648
+ #: wp-live-chat-support.php:4407
3649
  msgid "Dedicated server"
3650
  msgstr ""
3651
 
3652
+ #: wp-live-chat-support.php:4413
3653
  msgid "Long poll setup"
3654
  msgstr ""
3655
 
3656
+ #: wp-live-chat-support.php:4413
3657
  msgid ""
3658
  "Only change these if you are an experienced developer or if you have "
3659
  "received these figures from the WP Live Chat by 3CX team."
3660
  msgstr ""
3661
 
3662
+ #: wp-live-chat-support.php:4418
3663
  msgid "Iterations"
3664
  msgstr "Küsimusi?"
3665
 
3666
+ #: wp-live-chat-support.php:4422
3667
  msgid "Sleep between loops"
3668
  msgstr ""
3669
 
3670
+ #: wp-live-chat-support.php:4425
3671
  msgid "milliseconds"
3672
  msgstr ""
3673
 
3674
+ #: wp-live-chat-support.php:4448
3675
  #, fuzzy
3676
  #| msgid "Powered By WP Live Chat Support"
3677
  msgid "Show 'Powered by' in chat box"
3678
  msgstr "WP Live Chat Tugi"
3679
 
3680
+ #: wp-live-chat-support.php:4448
3681
  msgid ""
3682
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3683
  "bottom of your chatbox."
3684
  msgstr ""
3685
 
3686
+ #: wp-live-chat-support.php:4490
3687
  #, fuzzy
3688
  #| msgid "Powered By WP Live Chat Support"
3689
  msgid "Powered by WP Live Chat by 3CX"
3690
  msgstr "WP Live Chat Tugi"
3691
 
3692
+ #: wp-live-chat-support.php:4644
3693
  msgid ""
3694
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3695
  msgstr ""
3696
 
3697
+ #: wp-live-chat-support.php:4645
3698
  msgid ""
3699
  "Please add an SSL certificate to your site to continue receiving chat "
3700
  "notifications in your browser."
3701
  msgstr ""
3702
 
3703
+ #: wp-live-chat-support.php:4658
3704
  msgid ""
3705
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3706
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3707
  msgstr ""
3708
 
3709
+ #: wp-live-chat-support.php:4665
3710
  msgid "Email transcript to user"
3711
  msgstr ""
3712
 
3713
+ #: wp-live-chat-support.php:4676
3714
  msgid "Sending Transcript"
3715
  msgstr ""
3716
 
3717
+ #: wp-live-chat-support.php:4750
3718
  #, php-format
3719
  msgid "Your chat transcript from %1$s"
3720
  msgstr ""
3721
 
3722
+ #: wp-live-chat-support.php:4841
3723
  #, fuzzy
3724
  #| msgid "Chat Window Settings"
3725
  msgid "Chat Transcript Settings"
3726
  msgstr "Vestluse akna seadistused"
3727
 
3728
+ #: wp-live-chat-support.php:4844
3729
  msgid "Enable chat transcripts:"
3730
  msgstr ""
3731
 
3732
+ #: wp-live-chat-support.php:4852
3733
  msgid "Send transcripts to:"
3734
  msgstr ""
3735
 
3736
+ #: wp-live-chat-support.php:4859
3737
  #, fuzzy
3738
  #| msgid "Username"
3739
  msgid "User"
3740
  msgstr "Kasutajanimi"
3741
 
3742
+ #: wp-live-chat-support.php:4870
3743
  msgid "Send transcripts when chat ends:"
3744
  msgstr ""
3745
 
3746
+ #: wp-live-chat-support.php:4878
3747
  #, fuzzy
3748
  #| msgid "Email"
3749
  msgid "Email body"
3750
  msgstr "E-post"
3751
 
3752
+ #: wp-live-chat-support.php:4888
3753
  #, fuzzy
3754
  #| msgid "Email Address"
3755
  msgid "Email header"
3756
  msgstr "E-posti aadress"
3757
 
3758
+ #: wp-live-chat-support.php:4897
3759
  msgid "Email footer"
3760
  msgstr ""
3761
 
3762
+ #: wp-live-chat-support.php:4973
3763
  msgid ""
3764
  "Please note, local message encryption and local server options will be "
3765
  "deprecated in the next major release. All encryption and message delivery "
3766
  "will handled by our external servers in future."
3767
  msgstr ""
3768
 
3769
+ #: wp-live-chat-support.php:4976
3770
  msgid "Deprecation Notice - Message Encryption & Local Server"
3771
  msgstr ""
3772
 
3773
+ #: wp-live-chat-support.php:4978
3774
  msgid "Dismiss"
3775
  msgstr ""
3776
 
3777
+ #, fuzzy
3778
+ #~| msgid "WP Live Chat Support Triggers"
3779
+ #~ msgid "WP Live Chat Trigger"
3780
+ #~ msgstr "WP Live Chat Support Seadistused"
3781
+
3782
+ #, fuzzy
3783
+ #~| msgid "WP Live Chat Support"
3784
+ #~ msgid "WP Live Chat Box"
3785
+ #~ msgstr "WP Live Chat Tugi"
3786
+
3787
+ #, fuzzy
3788
+ #~| msgid "The chat window never goes offline"
3789
+ #~ msgid "The Chat Box Never Goes Offline"
3790
+ #~ msgstr "Vestluse aken ei lähe kunagi võrgust välja"
3791
+
3792
+ #, fuzzy
3793
+ #~| msgid "This chat has already been answered by another agent."
3794
+ #~ msgid "Chat Has Already Been Answered"
3795
+ #~ msgstr "Sellele vestlusele on juba teise agendi poolt vastatud."
3796
+
3797
  #~ msgid "Whois for"
3798
  #~ msgstr "Whois päring"
3799
 
4132
  #~ msgid "Welcome to WP Live Chat Support v8"
4133
  #~ msgstr "WP Live Chat Tugi"
4134
 
 
 
 
 
 
4135
  #, fuzzy
4136
  #~| msgid "Welcome to "
4137
  #~ msgid "Welcome"
4356
  #~ msgid "Visitors on site"
4357
  #~ msgstr "Külastajaid lehel"
4358
 
 
 
 
4359
  #~ msgid "No chat sessions available at the moment"
4360
  #~ msgstr "Hetkel ei ole vestlusi saadaval"
4361
 
languages/{wplivechat-fa_IR.mo → wp-live-chat-support-fa_IR.mo} RENAMED
Binary file
languages/{wplivechat-fa_IR.po → wp-live-chat-support-fa_IR.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Live Chat Support\n"
4
- "POT-Creation-Date: 2019-10-14 14:24+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:25+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: 3CX\n"
8
  "Language: fa_IR\n"
@@ -15,9 +15,10 @@ msgstr ""
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
 
18
 
19
- #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:361
20
- #: wp-live-chat-support.php:4885
21
  msgid "Admin"
22
  msgstr ""
23
 
@@ -59,82 +60,82 @@ msgstr ""
59
  msgid "End Chat"
60
  msgstr "پلیان گفتگو"
61
 
62
- #: functions.php:1023
63
  msgid "complete"
64
  msgstr "کامل"
65
 
66
- #: functions.php:1026
67
  msgid "pending"
68
  msgstr "در حال انتظار"
69
 
70
- #: functions.php:1029
71
  msgid "active"
72
  msgstr "فعال"
73
 
74
- #: functions.php:1032
75
  msgid "deleted"
76
  msgstr "حذف شده"
77
 
78
- #: functions.php:1035
79
  msgid "browsing"
80
  msgstr "مرور کردن"
81
 
82
- #: functions.php:1038
83
  msgid "requesting chat"
84
  msgstr "درخواست گفتگو"
85
 
86
- #: functions.php:1041
87
  msgid "Chat Ended - User still browsing"
88
  msgstr "گفتگو پایان یافت - کاربر هنوز در حال مرور صفحات می باشد"
89
 
90
- #: functions.php:1044
91
  msgid "User is browsing but doesn't want to chat"
92
  msgstr "کاربر در حال مرور صفحات می باشد ولی تمایلی به گفتگو ندارد"
93
 
94
- #: functions.php:1183 includes/settings_page.php:774
95
  #, fuzzy
96
  #| msgid "WP Live Chat Support - Offline Message from "
97
  msgid "WP Live Chat by 3CX - Offline Message from "
98
  msgstr "WP Live Chat Support - پیام آفلاین از"
99
 
100
- #: functions.php:1184 functions.php:1508 includes/settings_page.php:164
101
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
102
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
103
  #: includes/wplc_roi.php:160 modules/node_server.php:81
104
- #: modules/node_server.php:124 wp-live-chat-support.php:1584
105
- #: wp-live-chat-support.php:1607 wp-live-chat-support.php:1772
106
- #: wp-live-chat-support.php:3376 wp-live-chat-support.php:3503
107
  msgid "Name"
108
  msgstr "نام"
109
 
110
- #: functions.php:1185 functions.php:1509 includes/settings_page.php:160
111
- #: modules/node_server.php:125 wp-live-chat-support.php:1585
112
- #: wp-live-chat-support.php:1596 wp-live-chat-support.php:1773
113
- #: wp-live-chat-support.php:3377 wp-live-chat-support.php:3504
114
  msgid "Email"
115
  msgstr "آدرس پست الکترونیکی"
116
 
117
- #: functions.php:1186 wp-live-chat-support.php:1774
118
- #: wp-live-chat-support.php:3505 wp-live-chat-support.php:4242
119
- #: wp-live-chat-support.php:4302
120
  msgid "Message"
121
  msgstr "پیام"
122
 
123
- #: functions.php:1187
124
  #, fuzzy
125
  #| msgid "Via WP Live Chat Support"
126
  msgid "Via WP Live Chat by 3CX"
127
  msgstr "توسط Via WP Live Chat Support"
128
 
129
- #: functions.php:1486 wp-live-chat-support.php:3332
130
  msgid "Error: Could not delete chat"
131
  msgstr ""
132
 
133
- #: functions.php:1488 wp-live-chat-support.php:3336
134
  msgid "Chat Deleted"
135
  msgstr ""
136
 
137
- #: functions.php:1491 includes/wplc_custom_fields.php:35
138
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
139
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
140
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
@@ -142,387 +143,387 @@ msgstr ""
142
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
143
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
144
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
145
- #: modules/advanced_tools.php:243 modules/advanced_tools.php:251
146
- #: modules/advanced_tools.php:259 modules/advanced_tools.php:267
147
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
148
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
149
- #: wp-live-chat-support.php:3291 wp-live-chat-support.php:3321
150
- #: wp-live-chat-support.php:4212
151
  msgid "You do not have permission do perform this action"
152
  msgstr ""
153
 
154
- #: functions.php:1497 wp-live-chat-support.php:3345
155
  msgid "Are you sure you would like to delete this chat?"
156
  msgstr ""
157
 
158
- #: functions.php:1498 includes/settings_page.php:142
159
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
160
  msgid "Yes"
161
  msgstr "بله"
162
 
163
- #: functions.php:1498 includes/settings_page.php:143
164
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
165
  msgid "No"
166
  msgstr "خیر"
167
 
168
- #: functions.php:1507 functions.php:2095 includes/settings_page.php:332
169
- #: includes/settings_page.php:434 wp-live-chat-support.php:3375
170
- #: wp-live-chat-support.php:3502
171
  msgid "Date"
172
  msgstr "تاریخ"
173
 
174
- #: functions.php:1510 functions.php:4266 wp-live-chat-support.php:3378
175
  msgid "URL"
176
  msgstr "URL"
177
 
178
- #: functions.php:1511 includes/wplc_custom_fields.php:83
179
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
180
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
181
- #: wp-live-chat-support.php:2397 wp-live-chat-support.php:3380
182
  msgid "Action"
183
  msgstr "کنش"
184
 
185
- #: functions.php:1525
186
  msgid "You have not missed any chat requests."
187
  msgstr "شما هیچ درخواستی برای گفتگو را از دست نداده اید."
188
 
189
- #: functions.php:1532 wp-live-chat-support.php:3400
190
  msgid "View Chat History"
191
  msgstr "نمایش تاریخچه گفتگو"
192
 
193
- #: functions.php:1532 wp-live-chat-support.php:3400
194
  msgid "Download Chat History"
195
  msgstr "دانلود تاریخچه گفتگو"
196
 
197
- #: functions.php:1726
198
  msgid "Open chat window via"
199
  msgstr ""
200
 
201
- #: functions.php:1730
202
  msgid "Click"
203
  msgstr ""
204
 
205
- #: functions.php:1731
206
  msgid "Hover"
207
  msgstr ""
208
 
209
- #: functions.php:1733
210
  msgid "element with"
211
  msgstr ""
212
 
213
- #: functions.php:1735
214
  msgid "Class"
215
  msgstr ""
216
 
217
- #: functions.php:1736 includes/wplc_custom_fields.php:78
218
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
219
  #: includes/wplc_roi.php:159
220
  msgid "ID"
221
  msgstr ""
222
 
223
- #: functions.php:2007 functions.php:2013 functions.php:2018
224
  #: includes/dashboard_page.php:58 modules/node_server.php:134
225
- #: modules/node_server.php:1022 wp-live-chat-support.php:3981
226
  msgid "Quick Responses"
227
  msgstr ""
228
 
229
- #: functions.php:2008 includes/settings_page.php:322
230
  msgid "Quick Response"
231
  msgstr ""
232
 
233
- #: functions.php:2009 functions.php:2012
234
  msgid "New Quick Response"
235
  msgstr ""
236
 
237
- #: functions.php:2010 modules/node_server.php:1031
238
  msgid "Add New Quick Response"
239
  msgstr ""
240
 
241
- #: functions.php:2011
242
  msgid "Edit Quick Response"
243
  msgstr ""
244
 
245
- #: functions.php:2014
246
  msgid "View Quick Responses"
247
  msgstr ""
248
 
249
- #: functions.php:2015
250
  msgid "Search Quick Responses"
251
  msgstr ""
252
 
253
- #: functions.php:2016
254
  msgid "No Quick Responses found"
255
  msgstr ""
256
 
257
- #: functions.php:2017
258
  msgid "No Quick Responses found in the Trash"
259
  msgstr ""
260
 
261
- #: functions.php:2022
262
  #, fuzzy
263
  #| msgid "Add Quick Responses to your Live Chat"
264
  msgid "Quick Responses for WP Live Chat by 3CX"
265
  msgstr "افزودن درخواست پاسخ سریع با گفتگوی آنلاین شما"
266
 
267
- #: functions.php:2056
268
  #, fuzzy
269
  #| msgid "Support desk"
270
  msgid "Sort Order"
271
  msgstr "پنل پشتیبانی"
272
 
273
- #: functions.php:2092 includes/settings_page.php:331
274
  msgid "Title"
275
  msgstr ""
276
 
277
- #: functions.php:2093
278
  msgid "Order"
279
  msgstr ""
280
 
281
- #: functions.php:2094 includes/settings_page.php:1182
282
  msgid "Author"
283
  msgstr "نویسنده"
284
 
285
- #: functions.php:2137 wp-live-chat-support.php:452
286
  msgid "Press ENTER to send your message"
287
  msgstr "به منظور ارسال پیام، دکمه ENTER بر روی صفحه کلید را فشار دهید"
288
 
289
- #: functions.php:2176 functions.php:2180
290
  msgid "Assign Quick Response"
291
  msgstr "درخواست پاسخ سریع"
292
 
293
- #: functions.php:2183 includes/settings_page.php:1164
294
  msgid "Select"
295
  msgstr "انتخاب"
296
 
297
- #: functions.php:2189
298
  msgid "What is this?"
299
  msgstr ""
300
 
301
- #: functions.php:2231
302
  #, php-format
303
  msgid "Incoming chat from %s (%s) on %s"
304
  msgstr ""
305
 
306
- #: functions.php:2237
307
  #, php-format
308
  msgid "%s (%s) wants to chat with you."
309
  msgstr ""
310
 
311
- #: functions.php:2242
312
  #, php-format
313
  msgid "Log in: %s"
314
  msgstr ""
315
 
316
- #: functions.php:2569
317
  #, fuzzy
318
  #| msgid "Status: "
319
  msgid "Status (Online)"
320
  msgstr "وضعیت:"
321
 
322
- #: functions.php:2570
323
  msgid "Online"
324
  msgstr "آنلاین"
325
 
326
- #: functions.php:2571
327
  #, fuzzy
328
  #| msgid "Online"
329
  msgid "Offline"
330
  msgstr "آنلاین"
331
 
332
- #: functions.php:2572
333
  msgid "Status (Offline)"
334
  msgstr ""
335
 
336
- #: functions.php:2583
337
  msgid ""
338
  "You have set your status to offline. To view visitors and accept chats "
339
  "please set your status to online using the switch above."
340
  msgstr ""
341
 
342
- #: functions.php:2653
343
  msgid "Encryption"
344
  msgstr ""
345
 
346
- #: functions.php:2659 includes/settings_page.php:1225
347
- #: wp-live-chat-support.php:3996
348
  msgid "Business Hours"
349
  msgstr ""
350
 
351
- #: functions.php:2861
352
  msgid "Initiate Chat"
353
  msgstr "شروع گفتگو"
354
 
355
- #: functions.php:2953
356
  msgid "Attempting to open the chat window... Please be patient."
357
  msgstr ""
358
 
359
- #: functions.php:2970
360
  msgid ""
361
  "You are not a chat agent. Please make yourself a chat agent before trying to "
362
  "chat to visitors"
363
  msgstr ""
364
 
365
- #: functions.php:3165 functions.php:3181 functions.php:3196
366
  msgid "Chat Agent"
367
  msgstr ""
368
 
369
- #: functions.php:3170 functions.php:3186
370
  msgid "Make this user a chat agent"
371
  msgstr ""
372
 
373
- #: functions.php:3200
374
  msgid "Your user role does not allow you to make yourself a chat agent."
375
  msgstr ""
376
 
377
- #: functions.php:3201
378
  msgid "Please contact the administrator of this website to change this."
379
  msgstr ""
380
 
381
- #: functions.php:3220
382
  msgid "This chat has already been answered by another agent."
383
  msgstr ""
384
 
385
- #: functions.php:3462 wp-live-chat-support.php:2331
386
  msgid "Agent(s) online"
387
  msgstr "مسئول (ین) سایت آنلاین هستند."
388
 
389
- #: functions.php:3516
390
  msgid "Chat Agent Online"
391
  msgstr ""
392
 
393
- #: functions.php:3518 functions.php:3522
394
  msgid "Chat Agents Online"
395
  msgstr ""
396
 
397
- #: functions.php:3630 includes/settings_page.php:1153
398
- #: wp-live-chat-support.php:2264
399
  msgid "Remove"
400
  msgstr "حذف کردن"
401
 
402
- #: functions.php:3633 wp-live-chat-support.php:2267
403
  msgid "Typing..."
404
  msgstr ""
405
 
406
- #: functions.php:4003
407
  msgid "User Experience Ratings"
408
  msgstr ""
409
 
410
- #: functions.php:4010
411
  msgid "Agent Statistics"
412
  msgstr ""
413
 
414
- #: functions.php:4053 functions.php:4092
415
  msgid "Satisfaction Rating"
416
  msgstr ""
417
 
418
- #: functions.php:4054 functions.php:4093
419
  msgid "Rating Count"
420
  msgstr ""
421
 
422
- #: functions.php:4054 functions.php:4093
423
  msgid "Good"
424
  msgstr ""
425
 
426
- #: functions.php:4054 functions.php:4093
427
  msgid "Bad"
428
  msgstr ""
429
 
430
- #: functions.php:4164 includes/dashboard_page.php:56
431
- #: wp-live-chat-support.php:1007
432
  #, fuzzy
433
  #| msgid "Support"
434
  msgid "Reports"
435
  msgstr "پشتیبانی"
436
 
437
- #: functions.php:4167 includes/wplc_roi.php:161
438
  msgid "Overview"
439
  msgstr ""
440
 
441
- #: functions.php:4168
442
  msgid "Popular Pages"
443
  msgstr ""
444
 
445
- #: functions.php:4186
446
  msgid "Total Agents"
447
  msgstr ""
448
 
449
- #: functions.php:4186
450
  msgid "Total number of agents that used the live chat"
451
  msgstr ""
452
 
453
- #: functions.php:4187
454
  msgid "Total Chats"
455
  msgstr ""
456
 
457
- #: functions.php:4187
458
  msgid "Total number of chats received"
459
  msgstr ""
460
 
461
- #: functions.php:4188
462
  msgid "Total URLs"
463
  msgstr ""
464
 
465
- #: functions.php:4188
466
  msgid "Total number of URLs a chat was initiated on"
467
  msgstr ""
468
 
469
- #: functions.php:4189
470
  msgid "Chats per day"
471
  msgstr ""
472
 
473
- #: functions.php:4190
474
  msgid "Popular pages a chat was initiated on"
475
  msgstr ""
476
 
477
- #: functions.php:4220 includes/wplc_custom_fields.php:304
478
  msgid "Unknown"
479
  msgstr ""
480
 
481
- #: functions.php:4267
482
  msgid "Count"
483
  msgstr ""
484
 
485
- #: functions.php:4293
486
  msgid "Enable Manual Chat Initiation:"
487
  msgstr ""
488
 
489
- #: functions.php:4293
490
  msgid ""
491
  "Enabling this feature will allow agents to start a chat with website "
492
  "visitors. This feature increases server load while enabled."
493
  msgstr ""
494
 
495
- #: functions.php:4297 modules/advanced_features.php:73
496
  msgid ""
497
  "This feature is only available when you select 3CX High Performance Cloud "
498
  "Servers in Advanced Features."
499
  msgstr ""
500
 
501
- #: functions.php:4384
502
  #, fuzzy
503
  #| msgid "Thank you for your feedback. We will be in touch soon"
504
  msgid "Thank you for inquiry. We will get back to you shortly"
505
  msgstr "تشکر از ارسال بازخورد. به زودی با شما تماس خواهیم گرفت"
506
 
507
- #: functions.php:4562 wp-live-chat-support.php:4571
508
  msgid "The Live Chat box is currently disabled on your website due to:"
509
  msgstr ""
510
 
511
- #: functions.php:4563 wp-live-chat-support.php:4572
512
  #, fuzzy
513
  #| msgid "General Settings"
514
  msgid "Business Hours Settings"
515
  msgstr "تنظیمات عمومی"
516
 
517
- #: functions.php:4614
518
  msgid "Edit Profile"
519
  msgstr ""
520
 
521
- #: functions.php:4625 modules/node_server.php:96 modules/node_server.php:878
522
  msgid "Drag Files Here"
523
  msgstr ""
524
 
525
- #: functions.php:4648 functions.php:4693 includes/wplc_custom_fields.php:107
526
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
527
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
528
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
@@ -530,45 +531,53 @@ msgstr ""
530
  msgid "Delete"
531
  msgstr ""
532
 
533
- #: functions.php:4649
534
  #, fuzzy
535
  #| msgid "Send"
536
  msgid "Send..."
537
  msgstr "ارسال"
538
 
539
- #: functions.php:4650 functions.php:4695
540
  msgid "Play voice note"
541
  msgstr ""
542
 
543
- #: functions.php:4694
544
  msgid "Save..."
545
  msgstr ""
546
 
547
- #: functions.php:4814 wp-live-chat-support.php:1240
548
- #: wp-live-chat-support.php:2810
549
  msgid "is typing..."
550
  msgstr ""
551
 
552
- #: functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
553
  msgid "An error has occured while fetching the news feed."
554
  msgstr ""
555
 
556
- #: functions.php:4926
557
  msgid "Default"
558
  msgstr ""
559
 
560
- #: functions.php:5229 functions.php:5233
561
  msgid "You do not have permission to perform this action"
562
  msgstr ""
563
 
564
- #: includes/blocks/wplc-chat-box/block.js:44
565
- #, fuzzy
566
- #| msgid "WP Live Chat History"
567
- msgid "WP Live Chat Trigger"
568
- msgstr "تاریخچه WP Live Chat"
569
-
570
  #: includes/blocks/wplc-chat-box/index.php:30
571
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3997
572
  msgid "Gutenberg Blocks"
573
  msgstr ""
574
 
@@ -620,24 +629,18 @@ msgstr ""
620
  msgid "Displays the chosen icon"
621
  msgstr ""
622
 
623
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1248
624
- #: wp-live-chat-support.php:1891
625
  #, fuzzy
626
  #| msgid "type here..."
627
  msgid "Type here"
628
  msgstr "اینجا بنویسید..."
629
 
630
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:971
631
  msgid "Live Chat"
632
  msgstr "گفتگوی آنلاین"
633
 
634
- #: includes/blocks/wplc-inline-chat-box/block.js:13
635
- #, fuzzy
636
- #| msgid "WP Live Chat Support"
637
- msgid "WP Live Chat Box"
638
- msgstr "WP Live Chat Support"
639
-
640
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:972
641
  #, fuzzy
642
  #| msgid "Chat Dashboard"
643
  msgid "Dashboard"
@@ -660,15 +663,15 @@ msgstr "شناسه گفتگو"
660
  msgid "Missed"
661
  msgstr "گفتگو های از دست رفته"
662
 
663
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:980
664
- #: wp-live-chat-support.php:3439
665
  msgid "History"
666
  msgstr "تاریخچه"
667
 
668
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
669
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
670
- #: wp-live-chat-support.php:984 wp-live-chat-support.php:3485
671
- #: wp-live-chat-support.php:3982
672
  msgid "Offline Messages"
673
  msgstr "پیام های آفلاین"
674
 
@@ -678,7 +681,7 @@ msgid "Tools"
678
  msgstr ""
679
 
680
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
681
- #: wp-live-chat-support.php:973
682
  msgid "Settings"
683
  msgstr "تنظیمات"
684
 
@@ -753,7 +756,7 @@ msgid "has joined the chat."
753
  msgstr "کاربر پنجره گفتگو را باز کرده"
754
 
755
  #: includes/settings_page.php:98 includes/settings_page.php:136
756
- #: wp-live-chat-support.php:3993
757
  msgid "General Settings"
758
  msgstr "تنظیمات عمومی"
759
 
@@ -806,7 +809,7 @@ msgstr ""
806
  msgid "This name will be displayed for all not logged in visitors"
807
  msgstr ""
808
 
809
- #: includes/settings_page.php:177 wp-live-chat-support.php:451
810
  msgid "Guest"
811
  msgstr ""
812
 
@@ -1005,7 +1008,7 @@ msgid ""
1005
  "and send it to agent once they hold on CTRL + SPACEBAR"
1006
  msgstr ""
1007
 
1008
- #: includes/settings_page.php:381 wp-live-chat-support.php:3994
1009
  #, fuzzy
1010
  #| msgid "Chat Window Settings"
1011
  msgid "Chat Box Settings"
@@ -1087,7 +1090,7 @@ msgstr ""
1087
  msgid "Display a timestamp in the chat window:"
1088
  msgstr "کاربر پنجره گفتگو را به حالت ماکزیمایز تنظیم کرده"
1089
 
1090
- #: includes/settings_page.php:435 wp-live-chat-support.php:2392
1091
  msgid "Time"
1092
  msgstr "زمان"
1093
 
@@ -1435,7 +1438,7 @@ msgid ""
1435
  msgstr ""
1436
 
1437
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1438
- #: modules/node_server.php:652 wp-live-chat-support.php:2312
1439
  msgid "here"
1440
  msgstr ""
1441
 
@@ -1500,8 +1503,8 @@ msgstr "این متن در قسمت بالای فیلد نوشتاری گفتگ
1500
  msgid "Other text"
1501
  msgstr "متن های دیگر"
1502
 
1503
- #: includes/settings_page.php:1065 wp-live-chat-support.php:445
1504
- #: wp-live-chat-support.php:1194
1505
  #, fuzzy
1506
  #| msgid "The chat has been ended"
1507
  msgid "The chat has been ended by the agent."
@@ -1679,12 +1682,12 @@ msgstr ""
1679
  msgid "Add New"
1680
  msgstr ""
1681
 
1682
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1009
1683
  msgid "Custom Fields"
1684
  msgstr ""
1685
 
1686
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1687
- #: wp-live-chat-support.php:2393
1688
  msgid "Type"
1689
  msgstr "نوع"
1690
 
@@ -1693,11 +1696,11 @@ msgid "Content"
1693
  msgstr ""
1694
 
1695
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1696
- #: wp-live-chat-support.php:2396 wp-live-chat-support.php:3379
1697
  msgid "Status"
1698
  msgstr "وضعیت"
1699
 
1700
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2589
1701
  msgid "Active"
1702
  msgstr "فعال"
1703
 
@@ -1789,8 +1792,8 @@ msgstr ""
1789
  msgid "Custom Field Data"
1790
  msgstr ""
1791
 
1792
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1008
1793
- #: wp-live-chat-support.php:3968
1794
  msgid "Triggers"
1795
  msgstr ""
1796
 
@@ -1865,7 +1868,7 @@ msgid "Enable Trigger"
1865
  msgstr ""
1866
 
1867
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1868
- #: wp-live-chat-support.php:4698
1869
  msgid "Close"
1870
  msgstr ""
1871
 
@@ -2004,7 +2007,7 @@ msgid "Select Department"
2004
  msgstr ""
2005
 
2006
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2007
- #: wp-live-chat-support.php:3970
2008
  msgid "ROI Goals"
2009
  msgstr ""
2010
 
@@ -2334,7 +2337,7 @@ msgid "Import Settings"
2334
  msgstr "تنظیمات"
2335
 
2336
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2337
- #: wp-live-chat-support.php:3983
2338
  #, fuzzy
2339
  #| msgid "View Chat History"
2340
  msgid "Chat History"
@@ -2380,21 +2383,21 @@ msgstr "پشتیبانی"
2380
  msgid "This cannot be undone"
2381
  msgstr ""
2382
 
2383
- #: modules/advanced_tools.php:192
2384
  msgid "Import Failed - Could Not Process File"
2385
  msgstr ""
2386
 
2387
- #: modules/advanced_tools.php:206
2388
  msgid "Import Failed - Could Not Find File"
2389
  msgstr ""
2390
 
2391
- #: modules/advanced_tools.php:218
2392
  #, fuzzy
2393
  #| msgid "complete"
2394
  msgid "Import Complete"
2395
  msgstr "کامل"
2396
 
2397
- #: modules/advanced_tools.php:226
2398
  #, fuzzy
2399
  #| msgid "Your settings have been saved."
2400
  msgid "Thank you, all settings have been updated"
@@ -2470,7 +2473,7 @@ msgstr ""
2470
  msgid "Data retention purpose"
2471
  msgstr ""
2472
 
2473
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:392
2474
  #, fuzzy
2475
  #| msgid "Support"
2476
  msgid "Chat/Support"
@@ -2534,8 +2537,8 @@ msgstr ""
2534
  msgid "Download Chat (%%CID%%)"
2535
  msgstr "دانلود تاریخچه گفتگو"
2536
 
2537
- #: modules/gdpr.php:162 wp-live-chat-support.php:4240
2538
- #: wp-live-chat-support.php:4300
2539
  msgid "Chat ID"
2540
  msgstr "شناسه گفتگو"
2541
 
@@ -2557,7 +2560,7 @@ msgid ""
2557
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2558
  msgstr ""
2559
 
2560
- #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:588
2561
  msgid "Privacy Policy"
2562
  msgstr ""
2563
 
@@ -2637,11 +2640,11 @@ msgstr ""
2637
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2638
  msgstr ""
2639
 
2640
- #: modules/gdpr.php:636
2641
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2642
  msgstr ""
2643
 
2644
- #: modules/gdpr.php:668
2645
  msgid "Pro data will also be removed as a part of this automatic process."
2646
  msgstr ""
2647
 
@@ -2668,7 +2671,7 @@ msgstr ""
2668
  msgid "Active visitors"
2669
  msgstr "گفتگوی فعال"
2670
 
2671
- #: modules/node_server.php:100 wp-live-chat-support.php:1856
2672
  #, fuzzy
2673
  #| msgid "Initiate Chat"
2674
  msgid "Minimize Chat"
@@ -2687,7 +2690,7 @@ msgid "Invite Department"
2687
  msgstr "تراز پنجره گفتگو"
2688
 
2689
  #: modules/node_server.php:111 modules/node_server.php:881
2690
- #: modules/node_server.php:885 wp-live-chat-support.php:4042
2691
  msgid "Direct User To Page"
2692
  msgstr ""
2693
 
@@ -2704,7 +2707,7 @@ msgid "Leave chat"
2704
  msgstr "شروع گفتگوی آنلاین"
2705
 
2706
  #: modules/node_server.php:115 modules/node_server.php:883
2707
- #: wp-live-chat-support.php:2601
2708
  msgid "End chat"
2709
  msgstr "پلیان گفتگو"
2710
 
@@ -2769,7 +2772,7 @@ msgid "Contains"
2769
  msgstr "تماس با ما"
2770
 
2771
  #: modules/node_server.php:185 modules/node_server.php:893
2772
- #: wp-live-chat-support.php:2391
2773
  msgid "Visitor"
2774
  msgstr "بازدید کننده"
2775
 
@@ -2828,7 +2831,7 @@ msgstr ""
2828
  msgid "Only chat agents can access this page."
2829
  msgstr "فقط مسئولین سایت قادر به پذیرش گفتگو می باشند."
2830
 
2831
- #: modules/node_server.php:594 wp-live-chat-support.php:4696
2832
  #, fuzzy
2833
  #| msgid "Sending message..."
2834
  msgid "Sending transcript..."
@@ -2840,13 +2843,13 @@ msgstr "ارسال پیام..."
2840
  msgid "Chat Transcript"
2841
  msgstr "تنظیمات پنجره گفتگو"
2842
 
2843
- #: modules/node_server.php:597 wp-live-chat-support.php:4699
2844
  #, fuzzy
2845
  #| msgid "The chat has been ended"
2846
  msgid "The chat transcript has been emailed."
2847
  msgstr "گفتگو پایان یافت"
2848
 
2849
- #: modules/node_server.php:598 wp-live-chat-support.php:4700
2850
  msgid "There was a problem emailing the chat."
2851
  msgstr ""
2852
 
@@ -2867,11 +2870,11 @@ msgstr ""
2867
  msgid "User received notification:"
2868
  msgstr ""
2869
 
2870
- #: modules/node_server.php:684 wp-live-chat-support.php:2183
2871
  msgid "New chat received"
2872
  msgstr "درخواست گفتگوی جدید دریافت شده"
2873
 
2874
- #: modules/node_server.php:685 wp-live-chat-support.php:2185
2875
  msgid ""
2876
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2877
  "chat"
@@ -2901,11 +2904,11 @@ msgstr ""
2901
  msgid "Show me!"
2902
  msgstr ""
2903
 
2904
- #: modules/node_server.php:803 wp-live-chat-support.php:4667
2905
  msgid "Don't Show This Again"
2906
  msgstr ""
2907
 
2908
- #: modules/node_server.php:870 wp-live-chat-support.php:419
2909
  msgid "Connecting..."
2910
  msgstr ""
2911
 
@@ -2979,7 +2982,7 @@ msgstr "تنظیمات"
2979
  msgid "Webhooks"
2980
  msgstr ""
2981
 
2982
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3969
2983
  msgid "Web Hooks"
2984
  msgstr ""
2985
 
@@ -3045,37 +3048,37 @@ msgstr "ذخیره تنظیمات"
3045
  msgid "Are you sure you want to delete this webhook?"
3046
  msgstr ""
3047
 
3048
- #: wp-live-chat-support.php:363
3049
  msgid "close"
3050
  msgstr ""
3051
 
3052
- #: wp-live-chat-support.php:383
3053
  #, fuzzy
3054
  #| msgid "Via WP Live Chat Support"
3055
  msgid "Thank you for chatting with us."
3056
  msgstr "توسط Via WP Live Chat Support"
3057
 
3058
- #: wp-live-chat-support.php:408 wp-live-chat-support.php:1924
3059
  msgid "Questions?"
3060
  msgstr "سئوالات؟"
3061
 
3062
- #: wp-live-chat-support.php:409 wp-live-chat-support.php:1925
3063
  msgid "Chat with us"
3064
  msgstr "گفتگو با ما"
3065
 
3066
- #: wp-live-chat-support.php:410
3067
  msgid "Start live chat"
3068
  msgstr "شروع گفتگوی آنلاین"
3069
 
3070
- #: wp-live-chat-support.php:411
3071
  msgid "Complete the fields below to proceed."
3072
  msgstr ""
3073
 
3074
- #: wp-live-chat-support.php:412
3075
  msgid "Chat offline. Leave a message"
3076
  msgstr "گفتگو آفلاین است. لطفا یک پیام حاوی اطلاعات تماس خود بگذارید"
3077
 
3078
- #: wp-live-chat-support.php:413
3079
  msgid ""
3080
  "We are currently offline. Please leave a message and we'll get back to you "
3081
  "shortly."
@@ -3083,181 +3086,181 @@ msgstr ""
3083
  "در حال حاظر ما آفلاین هستیم. لطفا یک پیام حاوی اطلاعات تماس خود را بگذارید "
3084
  "تا در اولین فرصت ممکن با شما ارتباط برقرار کنیم."
3085
 
3086
- #: wp-live-chat-support.php:414
3087
  msgid "Sending message..."
3088
  msgstr "ارسال پیام..."
3089
 
3090
- #: wp-live-chat-support.php:415
3091
  msgid "Thank you for your message. We will be in contact soon."
3092
  msgstr ""
3093
  "از اینکه پیام خود را ارسال کردید متشکریم. به زودی با شما تماس خواهیم گرفت."
3094
 
3095
- #: wp-live-chat-support.php:416
3096
  msgid "Leave a message"
3097
  msgstr ""
3098
 
3099
- #: wp-live-chat-support.php:417
3100
  msgid "Send message"
3101
  msgstr "ارسال پیام"
3102
 
3103
- #: wp-live-chat-support.php:418
3104
  msgid "Start Chat"
3105
  msgstr "شروع گفتگو"
3106
 
3107
- #: wp-live-chat-support.php:420 wp-live-chat-support.php:2065
3108
- #: wp-live-chat-support.php:2112
3109
  msgid "Reactivating your previous chat..."
3110
  msgstr "فعال سازی مجدد گفتگوی قبلی شما..."
3111
 
3112
- #: wp-live-chat-support.php:450
3113
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3114
  msgstr ""
3115
  "لطفا جهت گفتگو با یکی از مسئولین سایت، بر روی دکمه \"شروع گفتگو\" کلیک کنید"
3116
 
3117
- #: wp-live-chat-support.php:453
3118
  #, fuzzy
3119
  #| msgid "There is No Answer. Please Try Again Later"
3120
  msgid "No answer. Try again later."
3121
  msgstr "پاسخی دریافت نشد. لطفا پس از مدتی دوباره تلاش کنید."
3122
 
3123
- #: wp-live-chat-support.php:454
3124
  msgid "Welcome. How may I help you?"
3125
  msgstr "خوش آمدید. چطور میتونم به شما کمک کنم؟"
3126
 
3127
- #: wp-live-chat-support.php:458
3128
  msgid "Please standby for an agent. Send your message while you wait."
3129
  msgstr ""
3130
 
3131
- #: wp-live-chat-support.php:689
3132
  msgid ""
3133
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3134
  "no longer needed, please uninstall it."
3135
  msgstr ""
3136
 
3137
- #: wp-live-chat-support.php:981 wp-live-chat-support.php:3466
3138
  msgid "Missed Chats"
3139
  msgstr "گفتگو های از دست رفته"
3140
 
3141
- #: wp-live-chat-support.php:989 wp-live-chat-support.php:3958
3142
  msgid "Support"
3143
  msgstr "پشتیبانی"
3144
 
3145
- #: wp-live-chat-support.php:1191
3146
  msgid "Please Enter Your Name"
3147
  msgstr ""
3148
 
3149
- #: wp-live-chat-support.php:1192
3150
  msgid "Please Enter Your Email Address"
3151
  msgstr ""
3152
 
3153
- #: wp-live-chat-support.php:1193
3154
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3155
  msgstr ""
3156
 
3157
- #: wp-live-chat-support.php:1195
3158
  msgid "Please Enter a Message"
3159
  msgstr ""
3160
 
3161
- #: wp-live-chat-support.php:1196
3162
  msgid "Disconnected, Attempting to Reconnect..."
3163
  msgstr ""
3164
 
3165
- #: wp-live-chat-support.php:1243
3166
  #, fuzzy
3167
  #| msgid "User has opened the chat window"
3168
  msgid "has joined."
3169
  msgstr "کاربر پنجره گفتگو را باز کرده"
3170
 
3171
- #: wp-live-chat-support.php:1244
3172
  msgid "has left."
3173
  msgstr ""
3174
 
3175
- #: wp-live-chat-support.php:1245
3176
  #, fuzzy
3177
  #| msgid "User has opened the chat window"
3178
  msgid "has ended the chat."
3179
  msgstr "کاربر پنجره گفتگو را باز کرده"
3180
 
3181
- #: wp-live-chat-support.php:1246
3182
  msgid "has disconnected."
3183
  msgstr ""
3184
 
3185
- #: wp-live-chat-support.php:1247
3186
  msgid "(edited)"
3187
  msgstr ""
3188
 
3189
- #: wp-live-chat-support.php:1638 wp-live-chat-support.php:1657
3190
  msgid "Start chat"
3191
  msgstr "شروع گفتگو"
3192
 
3193
- #: wp-live-chat-support.php:1903 wp-live-chat-support.php:2672
3194
  msgid "Send"
3195
  msgstr "ارسال"
3196
 
3197
- #: wp-live-chat-support.php:2308
3198
  msgid "Congratulations"
3199
  msgstr "تبریک عرض میکنم"
3200
 
3201
- #: wp-live-chat-support.php:2309
3202
  msgid "You are now accepting live chat requests on your site."
3203
  msgstr "حالا شما قادر به قبول درخواست گفتگوی آنلاین در سایت خود می باشید."
3204
 
3205
- #: wp-live-chat-support.php:2310
3206
  #, fuzzy
3207
  #| msgid "The live chat box has automatically been enabled on your website."
3208
  msgid "The live chat box has automatically been enabled."
3209
  msgstr "پنجره گفتگوی زنده به صورت خودکار در سایت شما فعال خواهد شد."
3210
 
3211
- #: wp-live-chat-support.php:2311
3212
  msgid "Chat notifications will start appearing once visitors send a request."
3213
  msgstr ""
3214
  "زمانی که بازدید کننده درخواست خود را ارسال نماید، نمایه ی تذکر برای شما "
3215
  "آشکار خواهد شد."
3216
 
3217
- #: wp-live-chat-support.php:2312
3218
  #, php-format
3219
  msgid "You may modify your chat box settings %s"
3220
  msgstr ""
3221
 
3222
- #: wp-live-chat-support.php:2313
3223
  msgid "Experiencing issues?"
3224
  msgstr "تجربه کردن مسائل؟"
3225
 
3226
- #: wp-live-chat-support.php:2313
3227
  msgid "Take a look at our how-to guides."
3228
  msgstr ""
3229
 
3230
- #: wp-live-chat-support.php:2314
3231
  msgid "Hide"
3232
  msgstr "مخفی"
3233
 
3234
- #: wp-live-chat-support.php:2371
3235
  msgid "Keep this window open to get notified of new chats."
3236
  msgstr ""
3237
 
3238
- #: wp-live-chat-support.php:2377
3239
  #, fuzzy
3240
  #| msgid "Visitors online"
3241
  msgid "Visitor(s) online"
3242
  msgstr "بازدید کنندگان آنلاین"
3243
 
3244
- #: wp-live-chat-support.php:2394
3245
  msgid "Device"
3246
  msgstr ""
3247
 
3248
- #: wp-live-chat-support.php:2395
3249
  msgid "Data"
3250
  msgstr "تاریخ"
3251
 
3252
- #: wp-live-chat-support.php:2428
3253
  msgid "Chat Dashboard"
3254
  msgstr "پیشخوان گفتگو"
3255
 
3256
- #: wp-live-chat-support.php:2431
3257
  msgid "Oh no!"
3258
  msgstr "وای نه کاکو!"
3259
 
3260
- #: wp-live-chat-support.php:2433
3261
  #, fuzzy, php-format
3262
  #| msgid ""
3263
  #| "You do not have access to this page as <strong>you are not a chat agent</"
@@ -3267,91 +3270,91 @@ msgstr ""
3267
  "شما تا زمانی که یکی از <strong> مسئولین سایت <strong> نباشید قادر به دسترسی "
3268
  "به این صفحه نیستید."
3269
 
3270
- #: wp-live-chat-support.php:2433
3271
  #, fuzzy
3272
  #| msgid "You have not missed any chat requests."
3273
  msgid "you are not a chat agent"
3274
  msgstr "شما هیچ درخواستی برای گفتگو را از دست نداده اید."
3275
 
3276
- #: wp-live-chat-support.php:2587
3277
  msgid "Previous"
3278
  msgstr "قبلی"
3279
 
3280
- #: wp-live-chat-support.php:2594
3281
  msgid "Chat with"
3282
  msgstr "گفتگو با"
3283
 
3284
- #: wp-live-chat-support.php:2611
3285
  msgid "Starting Time:"
3286
  msgstr ""
3287
 
3288
- #: wp-live-chat-support.php:2612
3289
  msgid "Ending Time:"
3290
  msgstr ""
3291
 
3292
- #: wp-live-chat-support.php:2632
3293
  msgid "Chat initiated on:"
3294
  msgstr "گفتگو شروع شد با:"
3295
 
3296
- #: wp-live-chat-support.php:2633
3297
  msgid "Browser:"
3298
  msgstr "مرور کردن:"
3299
 
3300
- #: wp-live-chat-support.php:2659 wp-live-chat-support.php:2698
3301
  #, fuzzy
3302
  #| msgid "Chat ID"
3303
  msgid "Invalid Chat ID"
3304
  msgstr "شناسه گفتگو"
3305
 
3306
- #: wp-live-chat-support.php:2667
3307
  msgid "type here..."
3308
  msgstr "اینجا بنویسید..."
3309
 
3310
- #: wp-live-chat-support.php:2825
3311
  msgid "User has opened the chat window"
3312
  msgstr "کاربر پنجره گفتگو را باز کرده"
3313
 
3314
- #: wp-live-chat-support.php:2826
3315
  msgid "User has minimized the chat window"
3316
  msgstr "کاربر پنجره گفتگو را به حالت مینیمایز تنظیم کرده"
3317
 
3318
- #: wp-live-chat-support.php:2827
3319
  msgid "User has maximized the chat window"
3320
  msgstr "کاربر پنجره گفتگو را به حالت ماکزیمایز تنظیم کرده"
3321
 
3322
- #: wp-live-chat-support.php:2828
3323
  msgid "The chat has been ended"
3324
  msgstr "گفتگو پایان یافت"
3325
 
3326
- #: wp-live-chat-support.php:3369
3327
  msgid "Delete History"
3328
  msgstr "پاک کردن تاریخچه"
3329
 
3330
- #: wp-live-chat-support.php:3386
3331
  msgid "No chats available at the moment"
3332
  msgstr "در این لحظه هیچ درخواست گفتگویی وجود ندارد"
3333
 
3334
- #: wp-live-chat-support.php:3506
3335
  msgid "Actions"
3336
  msgstr ""
3337
 
3338
- #: wp-live-chat-support.php:3520
3339
  msgid "You have not received any offline messages."
3340
  msgstr "شما هیچ پیام آفلاینی دریافت نکردید."
3341
 
3342
- #: wp-live-chat-support.php:3528
3343
  msgid "Delete Message"
3344
  msgstr ""
3345
 
3346
- #: wp-live-chat-support.php:3637
3347
  msgid "You do not have permission to save settings."
3348
  msgstr ""
3349
 
3350
- #: wp-live-chat-support.php:3903
3351
  msgid "Your settings have been saved."
3352
  msgstr "تنظیمات شما ذخیره شد"
3353
 
3354
- #: wp-live-chat-support.php:3932
3355
  #, fuzzy
3356
  #| msgid ""
3357
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
@@ -3366,7 +3369,7 @@ msgstr ""
3366
  "است شما را حین استفاده از WP Live Chat Support با مشکل مواجه کند. لطفا به "
3367
  "منظور فعال کردن این تابع با مسئول سرور میزبان سایت خود تماس بگیرید."
3368
 
3369
- #: wp-live-chat-support.php:3938
3370
  #, fuzzy
3371
  #| msgid ""
3372
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
@@ -3381,315 +3384,320 @@ msgstr ""
3381
  "ممکن است شما را حین استفاده از WP Live Chat Support با مشکل مواجه کند. لطفا "
3382
  "جهت غیر فعال کردن این گزینه، با مسئول سرور میزبان سایت خود تماس بگیرید."
3383
 
3384
- #: wp-live-chat-support.php:3961 wp-live-chat-support.php:3965
3385
  #, fuzzy
3386
  #| msgid "Advanced Info"
3387
  msgid "Plugin Features"
3388
  msgstr "اطلاعات تکمیلی"
3389
 
3390
- #: wp-live-chat-support.php:3963
3391
  msgid ""
3392
  "Check out these features and get up to speed with what you can do with WP "
3393
  "Live Chat:"
3394
  msgstr ""
3395
 
3396
- #: wp-live-chat-support.php:3966
3397
  msgid "Reporting"
3398
  msgstr ""
3399
 
3400
- #: wp-live-chat-support.php:3967
3401
  msgid "Localization"
3402
  msgstr ""
3403
 
3404
- #: wp-live-chat-support.php:3975
3405
  #, fuzzy
3406
  #| msgid "Chat ID"
3407
  msgid "Chat FAQs"
3408
  msgstr "شناسه گفتگو"
3409
 
3410
- #: wp-live-chat-support.php:3977
3411
  msgid ""
3412
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3413
  "agents:"
3414
  msgstr ""
3415
 
3416
- #: wp-live-chat-support.php:3979
3417
  #, fuzzy
3418
  #| msgid "Chat with us"
3419
  msgid "Chat with Visitors"
3420
  msgstr "گفتگو با ما"
3421
 
3422
- #: wp-live-chat-support.php:3980
3423
  #, fuzzy
3424
  #| msgid "Chat with us"
3425
  msgid "Chat with Agents"
3426
  msgstr "گفتگو با ما"
3427
 
3428
- #: wp-live-chat-support.php:3984
3429
  #, fuzzy
3430
  #| msgid "Chat with us"
3431
  msgid "Chat Invites"
3432
  msgstr "گفتگو با ما"
3433
 
3434
- #: wp-live-chat-support.php:3989
3435
  #, fuzzy
3436
  #| msgid "Settings"
3437
  msgid "Settings & Customization"
3438
  msgstr "تنظیمات"
3439
 
3440
- #: wp-live-chat-support.php:3991
3441
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3442
  msgstr ""
3443
 
3444
- #: wp-live-chat-support.php:3995
3445
  #, fuzzy
3446
  #| msgid "Chat Window Settings"
3447
  msgid "Agent Settings"
3448
  msgstr "تنظیمات پنجره گفتگو"
3449
 
3450
- #: wp-live-chat-support.php:4002
3451
  msgid "Troubleshooting"
3452
  msgstr "عیب یابی"
3453
 
3454
- #: wp-live-chat-support.php:4004
3455
  msgid ""
3456
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3457
  "issues:"
3458
  msgstr ""
3459
 
3460
- #: wp-live-chat-support.php:4006
3461
  msgid "My Chat Box Is Not Showing"
3462
  msgstr ""
3463
 
3464
- #: wp-live-chat-support.php:4007
3465
  #, fuzzy
3466
  #| msgid "I'm not getting any notifications of a new chat"
3467
  msgid "Not Receiving Notifications of New Chats"
3468
  msgstr "من هنگام شروع گفتگوی جدید، هیچ پیام هشداری دریافت نمی کنم"
3469
 
3470
- #: wp-live-chat-support.php:4008
3471
- #, fuzzy
3472
- #| msgid "The chat window never goes offline"
3473
- msgid "The Chat Box Never Goes Offline"
3474
- msgstr "پنجره گفتگو هیچگاه به حالت آفلاین در نمی آید"
3475
-
3476
- #: wp-live-chat-support.php:4009
3477
- msgid "Chat Has Already Been Answered"
3478
- msgstr ""
3479
-
3480
- #: wp-live-chat-support.php:4010
3481
  #, fuzzy
3482
  #| msgid "How do I check for JavaScript errors on my site?"
3483
  msgid "Check for JavaScript Errors"
3484
  msgstr "چگونه می توانم خطاهای JavaScript را در سایت خود بررسی کنم؟"
3485
 
3486
- #: wp-live-chat-support.php:4038
3487
  msgid "Initiate Chats"
3488
  msgstr "شروع گفتگو"
3489
 
3490
- #: wp-live-chat-support.php:4039
3491
  msgid "Multiple Chats"
3492
  msgstr "گفتگو با چند نفر"
3493
 
3494
- #: wp-live-chat-support.php:4040
3495
  msgid "Add unlimited agents"
3496
  msgstr "افزودن تعداد نا محدود مسئول پاسخ گویی"
3497
 
3498
- #: wp-live-chat-support.php:4041
3499
  #, fuzzy
3500
  #| msgid "Missed Chats"
3501
  msgid "Transfer Chats"
3502
  msgstr "گفتگو های از دست رفته"
3503
 
3504
- #: wp-live-chat-support.php:4060
3505
  #, fuzzy, php-format
3506
  #| msgid "Via WP Live Chat Support"
3507
  msgid "Thank you for using %s! Please %s on %s"
3508
  msgstr "توسط Via WP Live Chat Support"
3509
 
3510
- #: wp-live-chat-support.php:4060
3511
  msgid "rate us"
3512
  msgstr ""
3513
 
3514
- #: wp-live-chat-support.php:4241 wp-live-chat-support.php:4301
3515
  msgid "From"
3516
  msgstr "از"
3517
 
3518
- #: wp-live-chat-support.php:4243 wp-live-chat-support.php:4303
3519
  msgid "Timestamp"
3520
  msgstr "زمان انتشار"
3521
 
3522
- #: wp-live-chat-support.php:4244 wp-live-chat-support.php:4304
3523
  msgid "Origin"
3524
  msgstr "مبدا"
3525
 
3526
- #: wp-live-chat-support.php:4249 wp-live-chat-support.php:4309
3527
  msgid "user"
3528
  msgstr "کاربر"
3529
 
3530
- #: wp-live-chat-support.php:4251 wp-live-chat-support.php:4311
3531
  msgid "agent"
3532
  msgstr "مسئول"
3533
 
3534
- #: wp-live-chat-support.php:4406
3535
  msgid "Advanced settings"
3536
  msgstr ""
3537
 
3538
- #: wp-live-chat-support.php:4413
3539
  msgid "Only change these settings if you are experiencing performance issues."
3540
  msgstr ""
3541
 
3542
- #: wp-live-chat-support.php:4420
3543
  msgid "Website hosting type:"
3544
  msgstr ""
3545
 
3546
- #: wp-live-chat-support.php:4424
3547
  #, fuzzy
3548
  #| msgid "Choose a theme"
3549
  msgid "Custom parameters"
3550
  msgstr "انتخاب پوسته"
3551
 
3552
- #: wp-live-chat-support.php:4425
3553
  msgid "Shared hosting - low level plan"
3554
  msgstr ""
3555
 
3556
- #: wp-live-chat-support.php:4426
3557
  msgid "Shared hosting - normal plan"
3558
  msgstr ""
3559
 
3560
- #: wp-live-chat-support.php:4427
3561
  msgid "VPS"
3562
  msgstr ""
3563
 
3564
- #: wp-live-chat-support.php:4428
3565
  msgid "Dedicated server"
3566
  msgstr ""
3567
 
3568
- #: wp-live-chat-support.php:4434
3569
  msgid "Long poll setup"
3570
  msgstr ""
3571
 
3572
- #: wp-live-chat-support.php:4434
3573
  msgid ""
3574
  "Only change these if you are an experienced developer or if you have "
3575
  "received these figures from the WP Live Chat by 3CX team."
3576
  msgstr ""
3577
 
3578
- #: wp-live-chat-support.php:4439
3579
  msgid "Iterations"
3580
  msgstr ""
3581
 
3582
- #: wp-live-chat-support.php:4443
3583
  msgid "Sleep between loops"
3584
  msgstr ""
3585
 
3586
- #: wp-live-chat-support.php:4446
3587
  msgid "milliseconds"
3588
  msgstr ""
3589
 
3590
- #: wp-live-chat-support.php:4469
3591
  #, fuzzy
3592
  #| msgid "WP Live Chat Support"
3593
  msgid "Show 'Powered by' in chat box"
3594
  msgstr "WP Live Chat Support"
3595
 
3596
- #: wp-live-chat-support.php:4469
3597
  msgid ""
3598
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3599
  "bottom of your chatbox."
3600
  msgstr ""
3601
 
3602
- #: wp-live-chat-support.php:4511
3603
  #, fuzzy
3604
  #| msgid "WP Live Chat Support"
3605
  msgid "Powered by WP Live Chat by 3CX"
3606
  msgstr "WP Live Chat Support"
3607
 
3608
- #: wp-live-chat-support.php:4665
3609
  msgid ""
3610
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3611
  msgstr ""
3612
 
3613
- #: wp-live-chat-support.php:4666
3614
  msgid ""
3615
  "Please add an SSL certificate to your site to continue receiving chat "
3616
  "notifications in your browser."
3617
  msgstr ""
3618
 
3619
- #: wp-live-chat-support.php:4679
3620
  msgid ""
3621
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3622
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3623
  msgstr ""
3624
 
3625
- #: wp-live-chat-support.php:4686
3626
  msgid "Email transcript to user"
3627
  msgstr ""
3628
 
3629
- #: wp-live-chat-support.php:4697
3630
  msgid "Sending Transcript"
3631
  msgstr ""
3632
 
3633
- #: wp-live-chat-support.php:4771
3634
  #, php-format
3635
  msgid "Your chat transcript from %1$s"
3636
  msgstr ""
3637
 
3638
- #: wp-live-chat-support.php:4862
3639
  #, fuzzy
3640
  #| msgid "Chat Window Settings"
3641
  msgid "Chat Transcript Settings"
3642
  msgstr "تنظیمات پنجره گفتگو"
3643
 
3644
- #: wp-live-chat-support.php:4865
3645
  msgid "Enable chat transcripts:"
3646
  msgstr ""
3647
 
3648
- #: wp-live-chat-support.php:4873
3649
  msgid "Send transcripts to:"
3650
  msgstr ""
3651
 
3652
- #: wp-live-chat-support.php:4880
3653
  #, fuzzy
3654
  #| msgid "Username"
3655
  msgid "User"
3656
  msgstr "نام کاربری"
3657
 
3658
- #: wp-live-chat-support.php:4891
3659
  msgid "Send transcripts when chat ends:"
3660
  msgstr ""
3661
 
3662
- #: wp-live-chat-support.php:4899
3663
  #, fuzzy
3664
  #| msgid "Email"
3665
  msgid "Email body"
3666
  msgstr "آدرس پست الکترونیکی"
3667
 
3668
- #: wp-live-chat-support.php:4909
3669
  #, fuzzy
3670
  #| msgid "Email Address"
3671
  msgid "Email header"
3672
  msgstr "آدرس پست الکترونیکی"
3673
 
3674
- #: wp-live-chat-support.php:4918
3675
  msgid "Email footer"
3676
  msgstr ""
3677
 
3678
- #: wp-live-chat-support.php:4994
3679
  msgid ""
3680
  "Please note, local message encryption and local server options will be "
3681
  "deprecated in the next major release. All encryption and message delivery "
3682
  "will handled by our external servers in future."
3683
  msgstr ""
3684
 
3685
- #: wp-live-chat-support.php:4997
3686
  msgid "Deprecation Notice - Message Encryption & Local Server"
3687
  msgstr ""
3688
 
3689
- #: wp-live-chat-support.php:4999
3690
  msgid "Dismiss"
3691
  msgstr ""
3692
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3693
  #~ msgid "Whois for"
3694
  #~ msgstr "جستجوی دامنه برای"
3695
 
@@ -4162,9 +4170,6 @@ msgstr ""
4162
  #~ msgid "User chat welcome"
4163
  #~ msgstr "خوش آمد گویی ابتدای گفتگو به کاربر"
4164
 
4165
- #~ msgid "Get Pro Add-on to accept more chats"
4166
- #~ msgstr "جهت دریافت گفتگوی همزمان بیشتر، نسخه پیشرفته را دریافت کنید"
4167
-
4168
  #~ msgid "Start Live Chat"
4169
  #~ msgstr "شروع گفتگوی آنلاین"
4170
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Live Chat Support\n"
4
+ "POT-Creation-Date: 2019-10-17 11:31+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:31+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: 3CX\n"
8
  "Language: fa_IR\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
21
+ #: wp-live-chat-support.php:4864
22
  msgid "Admin"
23
  msgstr ""
24
 
60
  msgid "End Chat"
61
  msgstr "پلیان گفتگو"
62
 
63
+ #: functions.php:1021
64
  msgid "complete"
65
  msgstr "کامل"
66
 
67
+ #: functions.php:1024
68
  msgid "pending"
69
  msgstr "در حال انتظار"
70
 
71
+ #: functions.php:1027
72
  msgid "active"
73
  msgstr "فعال"
74
 
75
+ #: functions.php:1030
76
  msgid "deleted"
77
  msgstr "حذف شده"
78
 
79
+ #: functions.php:1033
80
  msgid "browsing"
81
  msgstr "مرور کردن"
82
 
83
+ #: functions.php:1036
84
  msgid "requesting chat"
85
  msgstr "درخواست گفتگو"
86
 
87
+ #: functions.php:1039
88
  msgid "Chat Ended - User still browsing"
89
  msgstr "گفتگو پایان یافت - کاربر هنوز در حال مرور صفحات می باشد"
90
 
91
+ #: functions.php:1042
92
  msgid "User is browsing but doesn't want to chat"
93
  msgstr "کاربر در حال مرور صفحات می باشد ولی تمایلی به گفتگو ندارد"
94
 
95
+ #: functions.php:1181 includes/settings_page.php:774
96
  #, fuzzy
97
  #| msgid "WP Live Chat Support - Offline Message from "
98
  msgid "WP Live Chat by 3CX - Offline Message from "
99
  msgstr "WP Live Chat Support - پیام آفلاین از"
100
 
101
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
102
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
103
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
104
  #: includes/wplc_roi.php:160 modules/node_server.php:81
105
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
106
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
107
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
108
  msgid "Name"
109
  msgstr "نام"
110
 
111
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
112
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
113
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
114
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
115
  msgid "Email"
116
  msgstr "آدرس پست الکترونیکی"
117
 
118
+ #: functions.php:1184 wp-live-chat-support.php:1782
119
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
120
+ #: wp-live-chat-support.php:4281
121
  msgid "Message"
122
  msgstr "پیام"
123
 
124
+ #: functions.php:1185
125
  #, fuzzy
126
  #| msgid "Via WP Live Chat Support"
127
  msgid "Via WP Live Chat by 3CX"
128
  msgstr "توسط Via WP Live Chat Support"
129
 
130
+ #: functions.php:1484 wp-live-chat-support.php:3313
131
  msgid "Error: Could not delete chat"
132
  msgstr ""
133
 
134
+ #: functions.php:1486 wp-live-chat-support.php:3317
135
  msgid "Chat Deleted"
136
  msgstr ""
137
 
138
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
139
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
140
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
141
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
143
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
144
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
145
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
146
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
147
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
148
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
149
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
150
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
151
+ #: wp-live-chat-support.php:4191
152
  msgid "You do not have permission do perform this action"
153
  msgstr ""
154
 
155
+ #: functions.php:1495 wp-live-chat-support.php:3326
156
  msgid "Are you sure you would like to delete this chat?"
157
  msgstr ""
158
 
159
+ #: functions.php:1496 includes/settings_page.php:142
160
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
161
  msgid "Yes"
162
  msgstr "بله"
163
 
164
+ #: functions.php:1496 includes/settings_page.php:143
165
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
166
  msgid "No"
167
  msgstr "خیر"
168
 
169
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
170
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
171
+ #: wp-live-chat-support.php:3483
172
  msgid "Date"
173
  msgstr "تاریخ"
174
 
175
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
176
  msgid "URL"
177
  msgstr "URL"
178
 
179
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
180
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
181
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
182
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
183
  msgid "Action"
184
  msgstr "کنش"
185
 
186
+ #: functions.php:1523
187
  msgid "You have not missed any chat requests."
188
  msgstr "شما هیچ درخواستی برای گفتگو را از دست نداده اید."
189
 
190
+ #: functions.php:1530 wp-live-chat-support.php:3381
191
  msgid "View Chat History"
192
  msgstr "نمایش تاریخچه گفتگو"
193
 
194
+ #: functions.php:1530 wp-live-chat-support.php:3381
195
  msgid "Download Chat History"
196
  msgstr "دانلود تاریخچه گفتگو"
197
 
198
+ #: functions.php:1724
199
  msgid "Open chat window via"
200
  msgstr ""
201
 
202
+ #: functions.php:1728
203
  msgid "Click"
204
  msgstr ""
205
 
206
+ #: functions.php:1729
207
  msgid "Hover"
208
  msgstr ""
209
 
210
+ #: functions.php:1731
211
  msgid "element with"
212
  msgstr ""
213
 
214
+ #: functions.php:1733
215
  msgid "Class"
216
  msgstr ""
217
 
218
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
219
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
220
  #: includes/wplc_roi.php:159
221
  msgid "ID"
222
  msgstr ""
223
 
224
+ #: functions.php:2005 functions.php:2011 functions.php:2016
225
  #: includes/dashboard_page.php:58 modules/node_server.php:134
226
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
227
  msgid "Quick Responses"
228
  msgstr ""
229
 
230
+ #: functions.php:2006 includes/settings_page.php:322
231
  msgid "Quick Response"
232
  msgstr ""
233
 
234
+ #: functions.php:2007 functions.php:2010
235
  msgid "New Quick Response"
236
  msgstr ""
237
 
238
+ #: functions.php:2008 modules/node_server.php:1031
239
  msgid "Add New Quick Response"
240
  msgstr ""
241
 
242
+ #: functions.php:2009
243
  msgid "Edit Quick Response"
244
  msgstr ""
245
 
246
+ #: functions.php:2012
247
  msgid "View Quick Responses"
248
  msgstr ""
249
 
250
+ #: functions.php:2013
251
  msgid "Search Quick Responses"
252
  msgstr ""
253
 
254
+ #: functions.php:2014
255
  msgid "No Quick Responses found"
256
  msgstr ""
257
 
258
+ #: functions.php:2015
259
  msgid "No Quick Responses found in the Trash"
260
  msgstr ""
261
 
262
+ #: functions.php:2020
263
  #, fuzzy
264
  #| msgid "Add Quick Responses to your Live Chat"
265
  msgid "Quick Responses for WP Live Chat by 3CX"
266
  msgstr "افزودن درخواست پاسخ سریع با گفتگوی آنلاین شما"
267
 
268
+ #: functions.php:2054
269
  #, fuzzy
270
  #| msgid "Support desk"
271
  msgid "Sort Order"
272
  msgstr "پنل پشتیبانی"
273
 
274
+ #: functions.php:2090 includes/settings_page.php:331
275
  msgid "Title"
276
  msgstr ""
277
 
278
+ #: functions.php:2091
279
  msgid "Order"
280
  msgstr ""
281
 
282
+ #: functions.php:2092 includes/settings_page.php:1182
283
  msgid "Author"
284
  msgstr "نویسنده"
285
 
286
+ #: functions.php:2135 wp-live-chat-support.php:461
287
  msgid "Press ENTER to send your message"
288
  msgstr "به منظور ارسال پیام، دکمه ENTER بر روی صفحه کلید را فشار دهید"
289
 
290
+ #: functions.php:2174 functions.php:2178
291
  msgid "Assign Quick Response"
292
  msgstr "درخواست پاسخ سریع"
293
 
294
+ #: functions.php:2181 includes/settings_page.php:1164
295
  msgid "Select"
296
  msgstr "انتخاب"
297
 
298
+ #: functions.php:2187
299
  msgid "What is this?"
300
  msgstr ""
301
 
302
+ #: functions.php:2229
303
  #, php-format
304
  msgid "Incoming chat from %s (%s) on %s"
305
  msgstr ""
306
 
307
+ #: functions.php:2235
308
  #, php-format
309
  msgid "%s (%s) wants to chat with you."
310
  msgstr ""
311
 
312
+ #: functions.php:2240
313
  #, php-format
314
  msgid "Log in: %s"
315
  msgstr ""
316
 
317
+ #: functions.php:2567
318
  #, fuzzy
319
  #| msgid "Status: "
320
  msgid "Status (Online)"
321
  msgstr "وضعیت:"
322
 
323
+ #: functions.php:2568
324
  msgid "Online"
325
  msgstr "آنلاین"
326
 
327
+ #: functions.php:2569
328
  #, fuzzy
329
  #| msgid "Online"
330
  msgid "Offline"
331
  msgstr "آنلاین"
332
 
333
+ #: functions.php:2570
334
  msgid "Status (Offline)"
335
  msgstr ""
336
 
337
+ #: functions.php:2581
338
  msgid ""
339
  "You have set your status to offline. To view visitors and accept chats "
340
  "please set your status to online using the switch above."
341
  msgstr ""
342
 
343
+ #: functions.php:2651
344
  msgid "Encryption"
345
  msgstr ""
346
 
347
+ #: functions.php:2657 includes/settings_page.php:1225
348
+ #: wp-live-chat-support.php:3977
349
  msgid "Business Hours"
350
  msgstr ""
351
 
352
+ #: functions.php:2859
353
  msgid "Initiate Chat"
354
  msgstr "شروع گفتگو"
355
 
356
+ #: functions.php:2951
357
  msgid "Attempting to open the chat window... Please be patient."
358
  msgstr ""
359
 
360
+ #: functions.php:2968
361
  msgid ""
362
  "You are not a chat agent. Please make yourself a chat agent before trying to "
363
  "chat to visitors"
364
  msgstr ""
365
 
366
+ #: functions.php:3163 functions.php:3179 functions.php:3194
367
  msgid "Chat Agent"
368
  msgstr ""
369
 
370
+ #: functions.php:3168 functions.php:3184
371
  msgid "Make this user a chat agent"
372
  msgstr ""
373
 
374
+ #: functions.php:3198
375
  msgid "Your user role does not allow you to make yourself a chat agent."
376
  msgstr ""
377
 
378
+ #: functions.php:3199
379
  msgid "Please contact the administrator of this website to change this."
380
  msgstr ""
381
 
382
+ #: functions.php:3218
383
  msgid "This chat has already been answered by another agent."
384
  msgstr ""
385
 
386
+ #: functions.php:3460 wp-live-chat-support.php:2314
387
  msgid "Agent(s) online"
388
  msgstr "مسئول (ین) سایت آنلاین هستند."
389
 
390
+ #: functions.php:3514
391
  msgid "Chat Agent Online"
392
  msgstr ""
393
 
394
+ #: functions.php:3516 functions.php:3520
395
  msgid "Chat Agents Online"
396
  msgstr ""
397
 
398
+ #: functions.php:3628 includes/settings_page.php:1153
399
+ #: wp-live-chat-support.php:2260
400
  msgid "Remove"
401
  msgstr "حذف کردن"
402
 
403
+ #: functions.php:3631 wp-live-chat-support.php:2263
404
  msgid "Typing..."
405
  msgstr ""
406
 
407
+ #: functions.php:4001
408
  msgid "User Experience Ratings"
409
  msgstr ""
410
 
411
+ #: functions.php:4008
412
  msgid "Agent Statistics"
413
  msgstr ""
414
 
415
+ #: functions.php:4051 functions.php:4090
416
  msgid "Satisfaction Rating"
417
  msgstr ""
418
 
419
+ #: functions.php:4052 functions.php:4091
420
  msgid "Rating Count"
421
  msgstr ""
422
 
423
+ #: functions.php:4052 functions.php:4091
424
  msgid "Good"
425
  msgstr ""
426
 
427
+ #: functions.php:4052 functions.php:4091
428
  msgid "Bad"
429
  msgstr ""
430
 
431
+ #: functions.php:4162 includes/dashboard_page.php:56
432
+ #: wp-live-chat-support.php:1015
433
  #, fuzzy
434
  #| msgid "Support"
435
  msgid "Reports"
436
  msgstr "پشتیبانی"
437
 
438
+ #: functions.php:4165 includes/wplc_roi.php:161
439
  msgid "Overview"
440
  msgstr ""
441
 
442
+ #: functions.php:4166
443
  msgid "Popular Pages"
444
  msgstr ""
445
 
446
+ #: functions.php:4184
447
  msgid "Total Agents"
448
  msgstr ""
449
 
450
+ #: functions.php:4184
451
  msgid "Total number of agents that used the live chat"
452
  msgstr ""
453
 
454
+ #: functions.php:4185
455
  msgid "Total Chats"
456
  msgstr ""
457
 
458
+ #: functions.php:4185
459
  msgid "Total number of chats received"
460
  msgstr ""
461
 
462
+ #: functions.php:4186
463
  msgid "Total URLs"
464
  msgstr ""
465
 
466
+ #: functions.php:4186
467
  msgid "Total number of URLs a chat was initiated on"
468
  msgstr ""
469
 
470
+ #: functions.php:4187
471
  msgid "Chats per day"
472
  msgstr ""
473
 
474
+ #: functions.php:4188
475
  msgid "Popular pages a chat was initiated on"
476
  msgstr ""
477
 
478
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
479
  msgid "Unknown"
480
  msgstr ""
481
 
482
+ #: functions.php:4265
483
  msgid "Count"
484
  msgstr ""
485
 
486
+ #: functions.php:4291
487
  msgid "Enable Manual Chat Initiation:"
488
  msgstr ""
489
 
490
+ #: functions.php:4291
491
  msgid ""
492
  "Enabling this feature will allow agents to start a chat with website "
493
  "visitors. This feature increases server load while enabled."
494
  msgstr ""
495
 
496
+ #: functions.php:4295 modules/advanced_features.php:73
497
  msgid ""
498
  "This feature is only available when you select 3CX High Performance Cloud "
499
  "Servers in Advanced Features."
500
  msgstr ""
501
 
502
+ #: functions.php:4382
503
  #, fuzzy
504
  #| msgid "Thank you for your feedback. We will be in touch soon"
505
  msgid "Thank you for inquiry. We will get back to you shortly"
506
  msgstr "تشکر از ارسال بازخورد. به زودی با شما تماس خواهیم گرفت"
507
 
508
+ #: functions.php:4560 wp-live-chat-support.php:4550
509
  msgid "The Live Chat box is currently disabled on your website due to:"
510
  msgstr ""
511
 
512
+ #: functions.php:4561 wp-live-chat-support.php:4551
513
  #, fuzzy
514
  #| msgid "General Settings"
515
  msgid "Business Hours Settings"
516
  msgstr "تنظیمات عمومی"
517
 
518
+ #: functions.php:4612
519
  msgid "Edit Profile"
520
  msgstr ""
521
 
522
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
523
  msgid "Drag Files Here"
524
  msgstr ""
525
 
526
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
527
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
528
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
529
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
531
  msgid "Delete"
532
  msgstr ""
533
 
534
+ #: functions.php:4647
535
  #, fuzzy
536
  #| msgid "Send"
537
  msgid "Send..."
538
  msgstr "ارسال"
539
 
540
+ #: functions.php:4648 functions.php:4693
541
  msgid "Play voice note"
542
  msgstr ""
543
 
544
+ #: functions.php:4692
545
  msgid "Save..."
546
  msgstr ""
547
 
548
+ #: functions.php:4780 wp-live-chat-support.php:1248
549
+ #: wp-live-chat-support.php:2791
550
  msgid "is typing..."
551
  msgstr ""
552
 
553
+ #: functions.php:4782
554
+ msgid "There are no visitors on your site at the moment"
555
+ msgstr ""
556
+
557
+ #: functions.php:4783
558
+ msgid "Connection to the server lost, reconnecting..."
559
+ msgstr ""
560
+
561
+ #: functions.php:4784
562
+ #, fuzzy
563
+ #| msgid "Get Pro Add-on to accept more chats"
564
+ msgid "Agent offline - not accepting chats"
565
+ msgstr "جهت دریافت گفتگوی همزمان بیشتر، نسخه پیشرفته را دریافت کنید"
566
+
567
+ #: functions.php:4800
568
  msgid "An error has occured while fetching the news feed."
569
  msgstr ""
570
 
571
+ #: functions.php:4897
572
  msgid "Default"
573
  msgstr ""
574
 
575
+ #: functions.php:5200 functions.php:5204
576
  msgid "You do not have permission to perform this action"
577
  msgstr ""
578
 
 
 
 
 
 
 
579
  #: includes/blocks/wplc-chat-box/index.php:30
580
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
581
  msgid "Gutenberg Blocks"
582
  msgstr ""
583
 
629
  msgid "Displays the chosen icon"
630
  msgstr ""
631
 
632
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
633
+ #: wp-live-chat-support.php:1899
634
  #, fuzzy
635
  #| msgid "type here..."
636
  msgid "Type here"
637
  msgstr "اینجا بنویسید..."
638
 
639
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
640
  msgid "Live Chat"
641
  msgstr "گفتگوی آنلاین"
642
 
643
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
 
 
 
 
 
 
644
  #, fuzzy
645
  #| msgid "Chat Dashboard"
646
  msgid "Dashboard"
663
  msgid "Missed"
664
  msgstr "گفتگو های از دست رفته"
665
 
666
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
667
+ #: wp-live-chat-support.php:3420
668
  msgid "History"
669
  msgstr "تاریخچه"
670
 
671
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
672
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
673
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
674
+ #: wp-live-chat-support.php:3963
675
  msgid "Offline Messages"
676
  msgstr "پیام های آفلاین"
677
 
681
  msgstr ""
682
 
683
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
684
+ #: wp-live-chat-support.php:981
685
  msgid "Settings"
686
  msgstr "تنظیمات"
687
 
756
  msgstr "کاربر پنجره گفتگو را باز کرده"
757
 
758
  #: includes/settings_page.php:98 includes/settings_page.php:136
759
+ #: wp-live-chat-support.php:3974
760
  msgid "General Settings"
761
  msgstr "تنظیمات عمومی"
762
 
809
  msgid "This name will be displayed for all not logged in visitors"
810
  msgstr ""
811
 
812
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
813
  msgid "Guest"
814
  msgstr ""
815
 
1008
  "and send it to agent once they hold on CTRL + SPACEBAR"
1009
  msgstr ""
1010
 
1011
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
1012
  #, fuzzy
1013
  #| msgid "Chat Window Settings"
1014
  msgid "Chat Box Settings"
1090
  msgid "Display a timestamp in the chat window:"
1091
  msgstr "کاربر پنجره گفتگو را به حالت ماکزیمایز تنظیم کرده"
1092
 
1093
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1094
  msgid "Time"
1095
  msgstr "زمان"
1096
 
1438
  msgstr ""
1439
 
1440
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1441
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1442
  msgid "here"
1443
  msgstr ""
1444
 
1503
  msgid "Other text"
1504
  msgstr "متن های دیگر"
1505
 
1506
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1507
+ #: wp-live-chat-support.php:1202
1508
  #, fuzzy
1509
  #| msgid "The chat has been ended"
1510
  msgid "The chat has been ended by the agent."
1682
  msgid "Add New"
1683
  msgstr ""
1684
 
1685
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1686
  msgid "Custom Fields"
1687
  msgstr ""
1688
 
1689
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1690
+ #: wp-live-chat-support.php:2374
1691
  msgid "Type"
1692
  msgstr "نوع"
1693
 
1696
  msgstr ""
1697
 
1698
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1699
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1700
  msgid "Status"
1701
  msgstr "وضعیت"
1702
 
1703
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1704
  msgid "Active"
1705
  msgstr "فعال"
1706
 
1792
  msgid "Custom Field Data"
1793
  msgstr ""
1794
 
1795
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1796
+ #: wp-live-chat-support.php:3949
1797
  msgid "Triggers"
1798
  msgstr ""
1799
 
1868
  msgstr ""
1869
 
1870
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1871
+ #: wp-live-chat-support.php:4677
1872
  msgid "Close"
1873
  msgstr ""
1874
 
2007
  msgstr ""
2008
 
2009
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2010
+ #: wp-live-chat-support.php:3951
2011
  msgid "ROI Goals"
2012
  msgstr ""
2013
 
2337
  msgstr "تنظیمات"
2338
 
2339
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2340
+ #: wp-live-chat-support.php:3964
2341
  #, fuzzy
2342
  #| msgid "View Chat History"
2343
  msgid "Chat History"
2383
  msgid "This cannot be undone"
2384
  msgstr ""
2385
 
2386
+ #: modules/advanced_tools.php:193
2387
  msgid "Import Failed - Could Not Process File"
2388
  msgstr ""
2389
 
2390
+ #: modules/advanced_tools.php:207
2391
  msgid "Import Failed - Could Not Find File"
2392
  msgstr ""
2393
 
2394
+ #: modules/advanced_tools.php:219
2395
  #, fuzzy
2396
  #| msgid "complete"
2397
  msgid "Import Complete"
2398
  msgstr "کامل"
2399
 
2400
+ #: modules/advanced_tools.php:227
2401
  #, fuzzy
2402
  #| msgid "Your settings have been saved."
2403
  msgid "Thank you, all settings have been updated"
2473
  msgid "Data retention purpose"
2474
  msgstr ""
2475
 
2476
+ #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:401
2477
  #, fuzzy
2478
  #| msgid "Support"
2479
  msgid "Chat/Support"
2537
  msgid "Download Chat (%%CID%%)"
2538
  msgstr "دانلود تاریخچه گفتگو"
2539
 
2540
+ #: modules/gdpr.php:162 wp-live-chat-support.php:4219
2541
+ #: wp-live-chat-support.php:4279
2542
  msgid "Chat ID"
2543
  msgstr "شناسه گفتگو"
2544
 
2560
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2561
  msgstr ""
2562
 
2563
+ #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:587
2564
  msgid "Privacy Policy"
2565
  msgstr ""
2566
 
2640
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2641
  msgstr ""
2642
 
2643
+ #: modules/gdpr.php:634
2644
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2645
  msgstr ""
2646
 
2647
+ #: modules/gdpr.php:666
2648
  msgid "Pro data will also be removed as a part of this automatic process."
2649
  msgstr ""
2650
 
2671
  msgid "Active visitors"
2672
  msgstr "گفتگوی فعال"
2673
 
2674
+ #: modules/node_server.php:100 wp-live-chat-support.php:1864
2675
  #, fuzzy
2676
  #| msgid "Initiate Chat"
2677
  msgid "Minimize Chat"
2690
  msgstr "تراز پنجره گفتگو"
2691
 
2692
  #: modules/node_server.php:111 modules/node_server.php:881
2693
+ #: modules/node_server.php:885 wp-live-chat-support.php:4021
2694
  msgid "Direct User To Page"
2695
  msgstr ""
2696
 
2707
  msgstr "شروع گفتگوی آنلاین"
2708
 
2709
  #: modules/node_server.php:115 modules/node_server.php:883
2710
+ #: wp-live-chat-support.php:2582
2711
  msgid "End chat"
2712
  msgstr "پلیان گفتگو"
2713
 
2772
  msgstr "تماس با ما"
2773
 
2774
  #: modules/node_server.php:185 modules/node_server.php:893
2775
+ #: wp-live-chat-support.php:2372
2776
  msgid "Visitor"
2777
  msgstr "بازدید کننده"
2778
 
2831
  msgid "Only chat agents can access this page."
2832
  msgstr "فقط مسئولین سایت قادر به پذیرش گفتگو می باشند."
2833
 
2834
+ #: modules/node_server.php:594 wp-live-chat-support.php:4675
2835
  #, fuzzy
2836
  #| msgid "Sending message..."
2837
  msgid "Sending transcript..."
2843
  msgid "Chat Transcript"
2844
  msgstr "تنظیمات پنجره گفتگو"
2845
 
2846
+ #: modules/node_server.php:597 wp-live-chat-support.php:4678
2847
  #, fuzzy
2848
  #| msgid "The chat has been ended"
2849
  msgid "The chat transcript has been emailed."
2850
  msgstr "گفتگو پایان یافت"
2851
 
2852
+ #: modules/node_server.php:598 wp-live-chat-support.php:4679
2853
  msgid "There was a problem emailing the chat."
2854
  msgstr ""
2855
 
2870
  msgid "User received notification:"
2871
  msgstr ""
2872
 
2873
+ #: modules/node_server.php:684 wp-live-chat-support.php:2191
2874
  msgid "New chat received"
2875
  msgstr "درخواست گفتگوی جدید دریافت شده"
2876
 
2877
+ #: modules/node_server.php:685 wp-live-chat-support.php:2193
2878
  msgid ""
2879
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2880
  "chat"
2904
  msgid "Show me!"
2905
  msgstr ""
2906
 
2907
+ #: modules/node_server.php:803 wp-live-chat-support.php:4646
2908
  msgid "Don't Show This Again"
2909
  msgstr ""
2910
 
2911
+ #: modules/node_server.php:870 wp-live-chat-support.php:428
2912
  msgid "Connecting..."
2913
  msgstr ""
2914
 
2982
  msgid "Webhooks"
2983
  msgstr ""
2984
 
2985
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3950
2986
  msgid "Web Hooks"
2987
  msgstr ""
2988
 
3048
  msgid "Are you sure you want to delete this webhook?"
3049
  msgstr ""
3050
 
3051
+ #: wp-live-chat-support.php:372
3052
  msgid "close"
3053
  msgstr ""
3054
 
3055
+ #: wp-live-chat-support.php:392
3056
  #, fuzzy
3057
  #| msgid "Via WP Live Chat Support"
3058
  msgid "Thank you for chatting with us."
3059
  msgstr "توسط Via WP Live Chat Support"
3060
 
3061
+ #: wp-live-chat-support.php:417 wp-live-chat-support.php:1932
3062
  msgid "Questions?"
3063
  msgstr "سئوالات؟"
3064
 
3065
+ #: wp-live-chat-support.php:418 wp-live-chat-support.php:1933
3066
  msgid "Chat with us"
3067
  msgstr "گفتگو با ما"
3068
 
3069
+ #: wp-live-chat-support.php:419
3070
  msgid "Start live chat"
3071
  msgstr "شروع گفتگوی آنلاین"
3072
 
3073
+ #: wp-live-chat-support.php:420
3074
  msgid "Complete the fields below to proceed."
3075
  msgstr ""
3076
 
3077
+ #: wp-live-chat-support.php:421
3078
  msgid "Chat offline. Leave a message"
3079
  msgstr "گفتگو آفلاین است. لطفا یک پیام حاوی اطلاعات تماس خود بگذارید"
3080
 
3081
+ #: wp-live-chat-support.php:422
3082
  msgid ""
3083
  "We are currently offline. Please leave a message and we'll get back to you "
3084
  "shortly."
3086
  "در حال حاظر ما آفلاین هستیم. لطفا یک پیام حاوی اطلاعات تماس خود را بگذارید "
3087
  "تا در اولین فرصت ممکن با شما ارتباط برقرار کنیم."
3088
 
3089
+ #: wp-live-chat-support.php:423
3090
  msgid "Sending message..."
3091
  msgstr "ارسال پیام..."
3092
 
3093
+ #: wp-live-chat-support.php:424
3094
  msgid "Thank you for your message. We will be in contact soon."
3095
  msgstr ""
3096
  "از اینکه پیام خود را ارسال کردید متشکریم. به زودی با شما تماس خواهیم گرفت."
3097
 
3098
+ #: wp-live-chat-support.php:425
3099
  msgid "Leave a message"
3100
  msgstr ""
3101
 
3102
+ #: wp-live-chat-support.php:426
3103
  msgid "Send message"
3104
  msgstr "ارسال پیام"
3105
 
3106
+ #: wp-live-chat-support.php:427
3107
  msgid "Start Chat"
3108
  msgstr "شروع گفتگو"
3109
 
3110
+ #: wp-live-chat-support.php:429 wp-live-chat-support.php:2073
3111
+ #: wp-live-chat-support.php:2120
3112
  msgid "Reactivating your previous chat..."
3113
  msgstr "فعال سازی مجدد گفتگوی قبلی شما..."
3114
 
3115
+ #: wp-live-chat-support.php:459
3116
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3117
  msgstr ""
3118
  "لطفا جهت گفتگو با یکی از مسئولین سایت، بر روی دکمه \"شروع گفتگو\" کلیک کنید"
3119
 
3120
+ #: wp-live-chat-support.php:462
3121
  #, fuzzy
3122
  #| msgid "There is No Answer. Please Try Again Later"
3123
  msgid "No answer. Try again later."
3124
  msgstr "پاسخی دریافت نشد. لطفا پس از مدتی دوباره تلاش کنید."
3125
 
3126
+ #: wp-live-chat-support.php:463
3127
  msgid "Welcome. How may I help you?"
3128
  msgstr "خوش آمدید. چطور میتونم به شما کمک کنم؟"
3129
 
3130
+ #: wp-live-chat-support.php:467
3131
  msgid "Please standby for an agent. Send your message while you wait."
3132
  msgstr ""
3133
 
3134
+ #: wp-live-chat-support.php:698
3135
  msgid ""
3136
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3137
  "no longer needed, please uninstall it."
3138
  msgstr ""
3139
 
3140
+ #: wp-live-chat-support.php:989 wp-live-chat-support.php:3447
3141
  msgid "Missed Chats"
3142
  msgstr "گفتگو های از دست رفته"
3143
 
3144
+ #: wp-live-chat-support.php:997 wp-live-chat-support.php:3939
3145
  msgid "Support"
3146
  msgstr "پشتیبانی"
3147
 
3148
+ #: wp-live-chat-support.php:1199
3149
  msgid "Please Enter Your Name"
3150
  msgstr ""
3151
 
3152
+ #: wp-live-chat-support.php:1200
3153
  msgid "Please Enter Your Email Address"
3154
  msgstr ""
3155
 
3156
+ #: wp-live-chat-support.php:1201
3157
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3158
  msgstr ""
3159
 
3160
+ #: wp-live-chat-support.php:1203
3161
  msgid "Please Enter a Message"
3162
  msgstr ""
3163
 
3164
+ #: wp-live-chat-support.php:1204
3165
  msgid "Disconnected, Attempting to Reconnect..."
3166
  msgstr ""
3167
 
3168
+ #: wp-live-chat-support.php:1251
3169
  #, fuzzy
3170
  #| msgid "User has opened the chat window"
3171
  msgid "has joined."
3172
  msgstr "کاربر پنجره گفتگو را باز کرده"
3173
 
3174
+ #: wp-live-chat-support.php:1252
3175
  msgid "has left."
3176
  msgstr ""
3177
 
3178
+ #: wp-live-chat-support.php:1253
3179
  #, fuzzy
3180
  #| msgid "User has opened the chat window"
3181
  msgid "has ended the chat."
3182
  msgstr "کاربر پنجره گفتگو را باز کرده"
3183
 
3184
+ #: wp-live-chat-support.php:1254
3185
  msgid "has disconnected."
3186
  msgstr ""
3187
 
3188
+ #: wp-live-chat-support.php:1255
3189
  msgid "(edited)"
3190
  msgstr ""
3191
 
3192
+ #: wp-live-chat-support.php:1646 wp-live-chat-support.php:1665
3193
  msgid "Start chat"
3194
  msgstr "شروع گفتگو"
3195
 
3196
+ #: wp-live-chat-support.php:1911 wp-live-chat-support.php:2653
3197
  msgid "Send"
3198
  msgstr "ارسال"
3199
 
3200
+ #: wp-live-chat-support.php:2293
3201
  msgid "Congratulations"
3202
  msgstr "تبریک عرض میکنم"
3203
 
3204
+ #: wp-live-chat-support.php:2294
3205
  msgid "You are now accepting live chat requests on your site."
3206
  msgstr "حالا شما قادر به قبول درخواست گفتگوی آنلاین در سایت خود می باشید."
3207
 
3208
+ #: wp-live-chat-support.php:2295
3209
  #, fuzzy
3210
  #| msgid "The live chat box has automatically been enabled on your website."
3211
  msgid "The live chat box has automatically been enabled."
3212
  msgstr "پنجره گفتگوی زنده به صورت خودکار در سایت شما فعال خواهد شد."
3213
 
3214
+ #: wp-live-chat-support.php:2296
3215
  msgid "Chat notifications will start appearing once visitors send a request."
3216
  msgstr ""
3217
  "زمانی که بازدید کننده درخواست خود را ارسال نماید، نمایه ی تذکر برای شما "
3218
  "آشکار خواهد شد."
3219
 
3220
+ #: wp-live-chat-support.php:2297
3221
  #, php-format
3222
  msgid "You may modify your chat box settings %s"
3223
  msgstr ""
3224
 
3225
+ #: wp-live-chat-support.php:2298
3226
  msgid "Experiencing issues?"
3227
  msgstr "تجربه کردن مسائل؟"
3228
 
3229
+ #: wp-live-chat-support.php:2298
3230
  msgid "Take a look at our how-to guides."
3231
  msgstr ""
3232
 
3233
+ #: wp-live-chat-support.php:2299
3234
  msgid "Hide"
3235
  msgstr "مخفی"
3236
 
3237
+ #: wp-live-chat-support.php:2352
3238
  msgid "Keep this window open to get notified of new chats."
3239
  msgstr ""
3240
 
3241
+ #: wp-live-chat-support.php:2358
3242
  #, fuzzy
3243
  #| msgid "Visitors online"
3244
  msgid "Visitor(s) online"
3245
  msgstr "بازدید کنندگان آنلاین"
3246
 
3247
+ #: wp-live-chat-support.php:2375
3248
  msgid "Device"
3249
  msgstr ""
3250
 
3251
+ #: wp-live-chat-support.php:2376
3252
  msgid "Data"
3253
  msgstr "تاریخ"
3254
 
3255
+ #: wp-live-chat-support.php:2409
3256
  msgid "Chat Dashboard"
3257
  msgstr "پیشخوان گفتگو"
3258
 
3259
+ #: wp-live-chat-support.php:2412
3260
  msgid "Oh no!"
3261
  msgstr "وای نه کاکو!"
3262
 
3263
+ #: wp-live-chat-support.php:2414
3264
  #, fuzzy, php-format
3265
  #| msgid ""
3266
  #| "You do not have access to this page as <strong>you are not a chat agent</"
3270
  "شما تا زمانی که یکی از <strong> مسئولین سایت <strong> نباشید قادر به دسترسی "
3271
  "به این صفحه نیستید."
3272
 
3273
+ #: wp-live-chat-support.php:2414
3274
  #, fuzzy
3275
  #| msgid "You have not missed any chat requests."
3276
  msgid "you are not a chat agent"
3277
  msgstr "شما هیچ درخواستی برای گفتگو را از دست نداده اید."
3278
 
3279
+ #: wp-live-chat-support.php:2568
3280
  msgid "Previous"
3281
  msgstr "قبلی"
3282
 
3283
+ #: wp-live-chat-support.php:2575
3284
  msgid "Chat with"
3285
  msgstr "گفتگو با"
3286
 
3287
+ #: wp-live-chat-support.php:2592
3288
  msgid "Starting Time:"
3289
  msgstr ""
3290
 
3291
+ #: wp-live-chat-support.php:2593
3292
  msgid "Ending Time:"
3293
  msgstr ""
3294
 
3295
+ #: wp-live-chat-support.php:2613
3296
  msgid "Chat initiated on:"
3297
  msgstr "گفتگو شروع شد با:"
3298
 
3299
+ #: wp-live-chat-support.php:2614
3300
  msgid "Browser:"
3301
  msgstr "مرور کردن:"
3302
 
3303
+ #: wp-live-chat-support.php:2640 wp-live-chat-support.php:2679
3304
  #, fuzzy
3305
  #| msgid "Chat ID"
3306
  msgid "Invalid Chat ID"
3307
  msgstr "شناسه گفتگو"
3308
 
3309
+ #: wp-live-chat-support.php:2648
3310
  msgid "type here..."
3311
  msgstr "اینجا بنویسید..."
3312
 
3313
+ #: wp-live-chat-support.php:2806
3314
  msgid "User has opened the chat window"
3315
  msgstr "کاربر پنجره گفتگو را باز کرده"
3316
 
3317
+ #: wp-live-chat-support.php:2807
3318
  msgid "User has minimized the chat window"
3319
  msgstr "کاربر پنجره گفتگو را به حالت مینیمایز تنظیم کرده"
3320
 
3321
+ #: wp-live-chat-support.php:2808
3322
  msgid "User has maximized the chat window"
3323
  msgstr "کاربر پنجره گفتگو را به حالت ماکزیمایز تنظیم کرده"
3324
 
3325
+ #: wp-live-chat-support.php:2809
3326
  msgid "The chat has been ended"
3327
  msgstr "گفتگو پایان یافت"
3328
 
3329
+ #: wp-live-chat-support.php:3350
3330
  msgid "Delete History"
3331
  msgstr "پاک کردن تاریخچه"
3332
 
3333
+ #: wp-live-chat-support.php:3367
3334
  msgid "No chats available at the moment"
3335
  msgstr "در این لحظه هیچ درخواست گفتگویی وجود ندارد"
3336
 
3337
+ #: wp-live-chat-support.php:3487
3338
  msgid "Actions"
3339
  msgstr ""
3340
 
3341
+ #: wp-live-chat-support.php:3501
3342
  msgid "You have not received any offline messages."
3343
  msgstr "شما هیچ پیام آفلاینی دریافت نکردید."
3344
 
3345
+ #: wp-live-chat-support.php:3509
3346
  msgid "Delete Message"
3347
  msgstr ""
3348
 
3349
+ #: wp-live-chat-support.php:3618
3350
  msgid "You do not have permission to save settings."
3351
  msgstr ""
3352
 
3353
+ #: wp-live-chat-support.php:3884
3354
  msgid "Your settings have been saved."
3355
  msgstr "تنظیمات شما ذخیره شد"
3356
 
3357
+ #: wp-live-chat-support.php:3913
3358
  #, fuzzy
3359
  #| msgid ""
3360
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
3369
  "است شما را حین استفاده از WP Live Chat Support با مشکل مواجه کند. لطفا به "
3370
  "منظور فعال کردن این تابع با مسئول سرور میزبان سایت خود تماس بگیرید."
3371
 
3372
+ #: wp-live-chat-support.php:3919
3373
  #, fuzzy
3374
  #| msgid ""
3375
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
3384
  "ممکن است شما را حین استفاده از WP Live Chat Support با مشکل مواجه کند. لطفا "
3385
  "جهت غیر فعال کردن این گزینه، با مسئول سرور میزبان سایت خود تماس بگیرید."
3386
 
3387
+ #: wp-live-chat-support.php:3942 wp-live-chat-support.php:3946
3388
  #, fuzzy
3389
  #| msgid "Advanced Info"
3390
  msgid "Plugin Features"
3391
  msgstr "اطلاعات تکمیلی"
3392
 
3393
+ #: wp-live-chat-support.php:3944
3394
  msgid ""
3395
  "Check out these features and get up to speed with what you can do with WP "
3396
  "Live Chat:"
3397
  msgstr ""
3398
 
3399
+ #: wp-live-chat-support.php:3947
3400
  msgid "Reporting"
3401
  msgstr ""
3402
 
3403
+ #: wp-live-chat-support.php:3948
3404
  msgid "Localization"
3405
  msgstr ""
3406
 
3407
+ #: wp-live-chat-support.php:3956
3408
  #, fuzzy
3409
  #| msgid "Chat ID"
3410
  msgid "Chat FAQs"
3411
  msgstr "شناسه گفتگو"
3412
 
3413
+ #: wp-live-chat-support.php:3958
3414
  msgid ""
3415
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3416
  "agents:"
3417
  msgstr ""
3418
 
3419
+ #: wp-live-chat-support.php:3960
3420
  #, fuzzy
3421
  #| msgid "Chat with us"
3422
  msgid "Chat with Visitors"
3423
  msgstr "گفتگو با ما"
3424
 
3425
+ #: wp-live-chat-support.php:3961
3426
  #, fuzzy
3427
  #| msgid "Chat with us"
3428
  msgid "Chat with Agents"
3429
  msgstr "گفتگو با ما"
3430
 
3431
+ #: wp-live-chat-support.php:3965
3432
  #, fuzzy
3433
  #| msgid "Chat with us"
3434
  msgid "Chat Invites"
3435
  msgstr "گفتگو با ما"
3436
 
3437
+ #: wp-live-chat-support.php:3970
3438
  #, fuzzy
3439
  #| msgid "Settings"
3440
  msgid "Settings & Customization"
3441
  msgstr "تنظیمات"
3442
 
3443
+ #: wp-live-chat-support.php:3972
3444
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3445
  msgstr ""
3446
 
3447
+ #: wp-live-chat-support.php:3976
3448
  #, fuzzy
3449
  #| msgid "Chat Window Settings"
3450
  msgid "Agent Settings"
3451
  msgstr "تنظیمات پنجره گفتگو"
3452
 
3453
+ #: wp-live-chat-support.php:3983
3454
  msgid "Troubleshooting"
3455
  msgstr "عیب یابی"
3456
 
3457
+ #: wp-live-chat-support.php:3985
3458
  msgid ""
3459
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3460
  "issues:"
3461
  msgstr ""
3462
 
3463
+ #: wp-live-chat-support.php:3987
3464
  msgid "My Chat Box Is Not Showing"
3465
  msgstr ""
3466
 
3467
+ #: wp-live-chat-support.php:3988
3468
  #, fuzzy
3469
  #| msgid "I'm not getting any notifications of a new chat"
3470
  msgid "Not Receiving Notifications of New Chats"
3471
  msgstr "من هنگام شروع گفتگوی جدید، هیچ پیام هشداری دریافت نمی کنم"
3472
 
3473
+ #: wp-live-chat-support.php:3989
 
 
 
 
 
 
 
 
 
 
3474
  #, fuzzy
3475
  #| msgid "How do I check for JavaScript errors on my site?"
3476
  msgid "Check for JavaScript Errors"
3477
  msgstr "چگونه می توانم خطاهای JavaScript را در سایت خود بررسی کنم؟"
3478
 
3479
+ #: wp-live-chat-support.php:4017
3480
  msgid "Initiate Chats"
3481
  msgstr "شروع گفتگو"
3482
 
3483
+ #: wp-live-chat-support.php:4018
3484
  msgid "Multiple Chats"
3485
  msgstr "گفتگو با چند نفر"
3486
 
3487
+ #: wp-live-chat-support.php:4019
3488
  msgid "Add unlimited agents"
3489
  msgstr "افزودن تعداد نا محدود مسئول پاسخ گویی"
3490
 
3491
+ #: wp-live-chat-support.php:4020
3492
  #, fuzzy
3493
  #| msgid "Missed Chats"
3494
  msgid "Transfer Chats"
3495
  msgstr "گفتگو های از دست رفته"
3496
 
3497
+ #: wp-live-chat-support.php:4039
3498
  #, fuzzy, php-format
3499
  #| msgid "Via WP Live Chat Support"
3500
  msgid "Thank you for using %s! Please %s on %s"
3501
  msgstr "توسط Via WP Live Chat Support"
3502
 
3503
+ #: wp-live-chat-support.php:4039
3504
  msgid "rate us"
3505
  msgstr ""
3506
 
3507
+ #: wp-live-chat-support.php:4220 wp-live-chat-support.php:4280
3508
  msgid "From"
3509
  msgstr "از"
3510
 
3511
+ #: wp-live-chat-support.php:4222 wp-live-chat-support.php:4282
3512
  msgid "Timestamp"
3513
  msgstr "زمان انتشار"
3514
 
3515
+ #: wp-live-chat-support.php:4223 wp-live-chat-support.php:4283
3516
  msgid "Origin"
3517
  msgstr "مبدا"
3518
 
3519
+ #: wp-live-chat-support.php:4228 wp-live-chat-support.php:4288
3520
  msgid "user"
3521
  msgstr "کاربر"
3522
 
3523
+ #: wp-live-chat-support.php:4230 wp-live-chat-support.php:4290
3524
  msgid "agent"
3525
  msgstr "مسئول"
3526
 
3527
+ #: wp-live-chat-support.php:4385
3528
  msgid "Advanced settings"
3529
  msgstr ""
3530
 
3531
+ #: wp-live-chat-support.php:4392
3532
  msgid "Only change these settings if you are experiencing performance issues."
3533
  msgstr ""
3534
 
3535
+ #: wp-live-chat-support.php:4399
3536
  msgid "Website hosting type:"
3537
  msgstr ""
3538
 
3539
+ #: wp-live-chat-support.php:4403
3540
  #, fuzzy
3541
  #| msgid "Choose a theme"
3542
  msgid "Custom parameters"
3543
  msgstr "انتخاب پوسته"
3544
 
3545
+ #: wp-live-chat-support.php:4404
3546
  msgid "Shared hosting - low level plan"
3547
  msgstr ""
3548
 
3549
+ #: wp-live-chat-support.php:4405
3550
  msgid "Shared hosting - normal plan"
3551
  msgstr ""
3552
 
3553
+ #: wp-live-chat-support.php:4406
3554
  msgid "VPS"
3555
  msgstr ""
3556
 
3557
+ #: wp-live-chat-support.php:4407
3558
  msgid "Dedicated server"
3559
  msgstr ""
3560
 
3561
+ #: wp-live-chat-support.php:4413
3562
  msgid "Long poll setup"
3563
  msgstr ""
3564
 
3565
+ #: wp-live-chat-support.php:4413
3566
  msgid ""
3567
  "Only change these if you are an experienced developer or if you have "
3568
  "received these figures from the WP Live Chat by 3CX team."
3569
  msgstr ""
3570
 
3571
+ #: wp-live-chat-support.php:4418
3572
  msgid "Iterations"
3573
  msgstr ""
3574
 
3575
+ #: wp-live-chat-support.php:4422
3576
  msgid "Sleep between loops"
3577
  msgstr ""
3578
 
3579
+ #: wp-live-chat-support.php:4425
3580
  msgid "milliseconds"
3581
  msgstr ""
3582
 
3583
+ #: wp-live-chat-support.php:4448
3584
  #, fuzzy
3585
  #| msgid "WP Live Chat Support"
3586
  msgid "Show 'Powered by' in chat box"
3587
  msgstr "WP Live Chat Support"
3588
 
3589
+ #: wp-live-chat-support.php:4448
3590
  msgid ""
3591
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3592
  "bottom of your chatbox."
3593
  msgstr ""
3594
 
3595
+ #: wp-live-chat-support.php:4490
3596
  #, fuzzy
3597
  #| msgid "WP Live Chat Support"
3598
  msgid "Powered by WP Live Chat by 3CX"
3599
  msgstr "WP Live Chat Support"
3600
 
3601
+ #: wp-live-chat-support.php:4644
3602
  msgid ""
3603
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3604
  msgstr ""
3605
 
3606
+ #: wp-live-chat-support.php:4645
3607
  msgid ""
3608
  "Please add an SSL certificate to your site to continue receiving chat "
3609
  "notifications in your browser."
3610
  msgstr ""
3611
 
3612
+ #: wp-live-chat-support.php:4658
3613
  msgid ""
3614
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3615
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3616
  msgstr ""
3617
 
3618
+ #: wp-live-chat-support.php:4665
3619
  msgid "Email transcript to user"
3620
  msgstr ""
3621
 
3622
+ #: wp-live-chat-support.php:4676
3623
  msgid "Sending Transcript"
3624
  msgstr ""
3625
 
3626
+ #: wp-live-chat-support.php:4750
3627
  #, php-format
3628
  msgid "Your chat transcript from %1$s"
3629
  msgstr ""
3630
 
3631
+ #: wp-live-chat-support.php:4841
3632
  #, fuzzy
3633
  #| msgid "Chat Window Settings"
3634
  msgid "Chat Transcript Settings"
3635
  msgstr "تنظیمات پنجره گفتگو"
3636
 
3637
+ #: wp-live-chat-support.php:4844
3638
  msgid "Enable chat transcripts:"
3639
  msgstr ""
3640
 
3641
+ #: wp-live-chat-support.php:4852
3642
  msgid "Send transcripts to:"
3643
  msgstr ""
3644
 
3645
+ #: wp-live-chat-support.php:4859
3646
  #, fuzzy
3647
  #| msgid "Username"
3648
  msgid "User"
3649
  msgstr "نام کاربری"
3650
 
3651
+ #: wp-live-chat-support.php:4870
3652
  msgid "Send transcripts when chat ends:"
3653
  msgstr ""
3654
 
3655
+ #: wp-live-chat-support.php:4878
3656
  #, fuzzy
3657
  #| msgid "Email"
3658
  msgid "Email body"
3659
  msgstr "آدرس پست الکترونیکی"
3660
 
3661
+ #: wp-live-chat-support.php:4888
3662
  #, fuzzy
3663
  #| msgid "Email Address"
3664
  msgid "Email header"
3665
  msgstr "آدرس پست الکترونیکی"
3666
 
3667
+ #: wp-live-chat-support.php:4897
3668
  msgid "Email footer"
3669
  msgstr ""
3670
 
3671
+ #: wp-live-chat-support.php:4973
3672
  msgid ""
3673
  "Please note, local message encryption and local server options will be "
3674
  "deprecated in the next major release. All encryption and message delivery "
3675
  "will handled by our external servers in future."
3676
  msgstr ""
3677
 
3678
+ #: wp-live-chat-support.php:4976
3679
  msgid "Deprecation Notice - Message Encryption & Local Server"
3680
  msgstr ""
3681
 
3682
+ #: wp-live-chat-support.php:4978
3683
  msgid "Dismiss"
3684
  msgstr ""
3685
 
3686
+ #, fuzzy
3687
+ #~| msgid "WP Live Chat History"
3688
+ #~ msgid "WP Live Chat Trigger"
3689
+ #~ msgstr "تاریخچه WP Live Chat"
3690
+
3691
+ #, fuzzy
3692
+ #~| msgid "WP Live Chat Support"
3693
+ #~ msgid "WP Live Chat Box"
3694
+ #~ msgstr "WP Live Chat Support"
3695
+
3696
+ #, fuzzy
3697
+ #~| msgid "The chat window never goes offline"
3698
+ #~ msgid "The Chat Box Never Goes Offline"
3699
+ #~ msgstr "پنجره گفتگو هیچگاه به حالت آفلاین در نمی آید"
3700
+
3701
  #~ msgid "Whois for"
3702
  #~ msgstr "جستجوی دامنه برای"
3703
 
4170
  #~ msgid "User chat welcome"
4171
  #~ msgstr "خوش آمد گویی ابتدای گفتگو به کاربر"
4172
 
 
 
 
4173
  #~ msgid "Start Live Chat"
4174
  #~ msgstr "شروع گفتگوی آنلاین"
4175
 
languages/{wplivechat-fi_FI.mo → wp-live-chat-support-fi_FI.mo} RENAMED
Binary file
languages/{wplivechat-fi_FI.po → wp-live-chat-support-fi_FI.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
- "POT-Creation-Date: 2019-10-14 14:25+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:25+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fi_FI\n"
@@ -15,6 +15,7 @@ msgstr ""
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
 
18
 
19
  #: 3cx-clicktotalk/admin/admin.php:20 3cx-clicktotalk/admin/admin.php:21
20
  msgid "3CX"
@@ -173,8 +174,8 @@ msgstr ""
173
  #: contact-form-7/admin/edit-contact-form.php:139
174
  #: wp-live-chat-support/includes/wplc_custom_fields.php:82
175
  #: wp-live-chat-support/includes/wplc_data_triggers.php:469
176
- #: wp-live-chat-support/wp-live-chat-support.php:2396
177
- #: wp-live-chat-support/wp-live-chat-support.php:3379
178
  msgid "Status"
179
  msgstr "Tila"
180
 
@@ -193,8 +194,8 @@ msgstr ""
193
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:153
194
  #: contact-form-7/admin/edit-contact-form.php:168
195
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:90
196
- #: wp-live-chat-support/functions.php:4648
197
- #: wp-live-chat-support/functions.php:4693
198
  #: wp-live-chat-support/includes/wplc_custom_fields.php:107
199
  #: wp-live-chat-support/includes/wplc_data_triggers.php:478
200
  #: wp-live-chat-support/includes/wplc_data_triggers.php:616
@@ -242,8 +243,8 @@ msgstr ""
242
  #: 3cx-webinars/admin/edit-webinar-form.php:179
243
  #: 3cx-webinars/admin/includes/help-tabs.php:60
244
  #: contact-form-7/admin/includes/help-tabs.php:94
245
- #: wp-live-chat-support/wp-live-chat-support.php:989
246
- #: wp-live-chat-support/wp-live-chat-support.php:3958
247
  msgid "Support"
248
  msgstr "Tuki"
249
 
@@ -295,7 +296,7 @@ msgstr "Animaatiot"
295
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:12
296
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:11
297
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:12
298
- #: wp-live-chat-support/functions.php:2092
299
  #: wp-live-chat-support/includes/settings_page.php:331
300
  msgid "Title"
301
  msgstr ""
@@ -309,7 +310,7 @@ msgstr ""
309
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:14
310
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:13
311
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:14
312
- #: wp-live-chat-support/functions.php:2094
313
  #: wp-live-chat-support/includes/settings_page.php:1182
314
  msgid "Author"
315
  msgstr ""
@@ -317,12 +318,12 @@ msgstr ""
317
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:15
318
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:14
319
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:15
320
- #: wp-live-chat-support/functions.php:1507
321
- #: wp-live-chat-support/functions.php:2095
322
  #: wp-live-chat-support/includes/settings_page.php:332
323
  #: wp-live-chat-support/includes/settings_page.php:434
324
- #: wp-live-chat-support/wp-live-chat-support.php:3375
325
- #: wp-live-chat-support/wp-live-chat-support.php:3502
326
  msgid "Date"
327
  msgstr "Päivämäärä"
328
 
@@ -475,7 +476,7 @@ msgstr ""
475
  #: contact-form-7/admin/includes/help-tabs.php:16
476
  #: contact-form-7/admin/includes/help-tabs.php:30
477
  #: contact-form-7/admin/includes/help-tabs.php:49
478
- #: wp-live-chat-support/functions.php:4167
479
  #: wp-live-chat-support/includes/wplc_roi.php:161
480
  msgid "Overview"
481
  msgstr ""
@@ -800,7 +801,7 @@ msgstr ""
800
  #: classic-editor/classic-editor.php:690 contact-form-7/admin/admin.php:557
801
  #: wp-live-chat-support/includes/dashboard_page.php:60
802
  #: wp-live-chat-support/includes/settings_page.php:71
803
- #: wp-live-chat-support/wp-live-chat-support.php:973
804
  msgid "Settings"
805
  msgstr "Asetukset"
806
 
@@ -1244,18 +1245,18 @@ msgid "Allow users to switch editors"
1244
  msgstr ""
1245
 
1246
  #: classic-editor/classic-editor.php:417
1247
- #: wp-live-chat-support/functions.php:1498
1248
  #: wp-live-chat-support/includes/settings_page.php:142
1249
  #: wp-live-chat-support/includes/wplc_custom_fields.php:263
1250
- #: wp-live-chat-support/wp-live-chat-support.php:3346
1251
  msgid "Yes"
1252
  msgstr "Kyllä"
1253
 
1254
  #: classic-editor/classic-editor.php:421
1255
- #: wp-live-chat-support/functions.php:1498
1256
  #: wp-live-chat-support/includes/settings_page.php:143
1257
  #: wp-live-chat-support/includes/wplc_custom_fields.php:263
1258
- #: wp-live-chat-support/wp-live-chat-support.php:3346
1259
  msgid "No"
1260
  msgstr "Nro"
1261
 
@@ -1539,8 +1540,8 @@ msgid "To"
1539
  msgstr ""
1540
 
1541
  #: contact-form-7/admin/includes/editor.php:154
1542
- #: wp-live-chat-support/wp-live-chat-support.php:4241
1543
- #: wp-live-chat-support/wp-live-chat-support.php:4301
1544
  msgid "From"
1545
  msgstr ""
1546
 
@@ -1740,7 +1741,7 @@ msgid "Form-tag Generator: %s"
1740
  msgstr ""
1741
 
1742
  #: contact-form-7/admin/includes/welcome-panel.php:16
1743
- #: wp-live-chat-support/wp-live-chat-support.php:4999
1744
  msgid "Dismiss"
1745
  msgstr ""
1746
 
@@ -1907,8 +1908,8 @@ msgstr "Viesti"
1907
 
1908
  #: contact-form-7/includes/contact-form-template.php:42
1909
  #: contact-form-7/modules/submit.php:26
1910
- #: wp-live-chat-support/wp-live-chat-support.php:1903
1911
- #: wp-live-chat-support/wp-live-chat-support.php:2672
1912
  msgid "Send"
1913
  msgstr "Lähetä"
1914
 
@@ -2119,8 +2120,8 @@ msgstr "Aloita keskustelu"
2119
  #: contact-form-7/modules/really-simple-captcha.php:282
2120
  #: contact-form-7/modules/select.php:183 contact-form-7/modules/text.php:254
2121
  #: contact-form-7/modules/textarea.php:161
2122
- #: wp-live-chat-support/functions.php:1184
2123
- #: wp-live-chat-support/functions.php:1508
2124
  #: wp-live-chat-support/includes/settings_page.php:164
2125
  #: wp-live-chat-support/includes/settings_page.php:408
2126
  #: wp-live-chat-support/includes/wplc_custom_fields.php:79
@@ -2129,11 +2130,11 @@ msgstr "Aloita keskustelu"
2129
  #: wp-live-chat-support/includes/wplc_roi.php:160
2130
  #: wp-live-chat-support/modules/node_server.php:81
2131
  #: wp-live-chat-support/modules/node_server.php:124
2132
- #: wp-live-chat-support/wp-live-chat-support.php:1584
2133
- #: wp-live-chat-support/wp-live-chat-support.php:1607
2134
- #: wp-live-chat-support/wp-live-chat-support.php:1772
2135
- #: wp-live-chat-support/wp-live-chat-support.php:3376
2136
- #: wp-live-chat-support/wp-live-chat-support.php:3503
2137
  msgid "Name"
2138
  msgstr "Nimi"
2139
 
@@ -2765,9 +2766,9 @@ msgstr ""
2765
  msgid "email"
2766
  msgstr "Sähköposti"
2767
 
2768
- #: contact-form-7/modules/text.php:210 wp-live-chat-support/functions.php:1510
2769
- #: wp-live-chat-support/functions.php:4266
2770
- #: wp-live-chat-support/wp-live-chat-support.php:3378
2771
  msgid "URL"
2772
  msgstr "URL"
2773
 
@@ -2850,8 +2851,8 @@ msgstr ""
2850
 
2851
  #: wp-live-chat-support/ajax/agent.php:167
2852
  #: wp-live-chat-support/ajax/user.php:114
2853
- #: wp-live-chat-support/wp-live-chat-support.php:361
2854
- #: wp-live-chat-support/wp-live-chat-support.php:4885
2855
  msgid "Admin"
2856
  msgstr "Ylläpitäjä"
2857
 
@@ -2901,82 +2902,82 @@ msgstr ""
2901
  msgid "End Chat"
2902
  msgstr "Päätä keskustelu"
2903
 
2904
- #: wp-live-chat-support/functions.php:1023
2905
  msgid "complete"
2906
  msgstr "päättynyt"
2907
 
2908
- #: wp-live-chat-support/functions.php:1026
2909
  msgid "pending"
2910
  msgstr "jonossa"
2911
 
2912
- #: wp-live-chat-support/functions.php:1029
2913
  msgid "active"
2914
  msgstr "aktiivinen"
2915
 
2916
- #: wp-live-chat-support/functions.php:1032
2917
  msgid "deleted"
2918
  msgstr "poistettu"
2919
 
2920
- #: wp-live-chat-support/functions.php:1035
2921
  msgid "browsing"
2922
  msgstr "selaa"
2923
 
2924
- #: wp-live-chat-support/functions.php:1038
2925
  msgid "requesting chat"
2926
  msgstr "otetaan yhteyttä"
2927
 
2928
- #: wp-live-chat-support/functions.php:1041
2929
  msgid "Chat Ended - User still browsing"
2930
  msgstr "Keskustelu on päättynyt - kävijä on vielä sivustolla"
2931
 
2932
- #: wp-live-chat-support/functions.php:1044
2933
  msgid "User is browsing but doesn't want to chat"
2934
  msgstr "Kävijä on sivustolla mutta ei halua keskustella"
2935
 
2936
- #: wp-live-chat-support/functions.php:1183
2937
  #: wp-live-chat-support/includes/settings_page.php:774
2938
  #, fuzzy
2939
  #| msgid "WP Live Chat Support - Offline Message from "
2940
  msgid "WP Live Chat by 3CX - Offline Message from "
2941
  msgstr "WP Live Chat Support - offline-viesti kävijältä "
2942
 
2943
- #: wp-live-chat-support/functions.php:1185
2944
- #: wp-live-chat-support/functions.php:1509
2945
  #: wp-live-chat-support/includes/settings_page.php:160
2946
  #: wp-live-chat-support/modules/node_server.php:125
2947
- #: wp-live-chat-support/wp-live-chat-support.php:1585
2948
- #: wp-live-chat-support/wp-live-chat-support.php:1596
2949
- #: wp-live-chat-support/wp-live-chat-support.php:1773
2950
- #: wp-live-chat-support/wp-live-chat-support.php:3377
2951
- #: wp-live-chat-support/wp-live-chat-support.php:3504
2952
  msgid "Email"
2953
  msgstr "Sähköposti"
2954
 
2955
- #: wp-live-chat-support/functions.php:1186
2956
- #: wp-live-chat-support/wp-live-chat-support.php:1774
2957
- #: wp-live-chat-support/wp-live-chat-support.php:3505
2958
- #: wp-live-chat-support/wp-live-chat-support.php:4242
2959
- #: wp-live-chat-support/wp-live-chat-support.php:4302
2960
  msgid "Message"
2961
  msgstr "Viesti"
2962
 
2963
- #: wp-live-chat-support/functions.php:1187
2964
  #, fuzzy
2965
  #| msgid "Via WP Live Chat Support"
2966
  msgid "Via WP Live Chat by 3CX"
2967
  msgstr "WP Live Chat Support"
2968
 
2969
- #: wp-live-chat-support/functions.php:1486
2970
- #: wp-live-chat-support/wp-live-chat-support.php:3332
2971
  msgid "Error: Could not delete chat"
2972
  msgstr ""
2973
 
2974
- #: wp-live-chat-support/functions.php:1488
2975
- #: wp-live-chat-support/wp-live-chat-support.php:3336
2976
  msgid "Chat Deleted"
2977
  msgstr ""
2978
 
2979
- #: wp-live-chat-support/functions.php:1491
2980
  #: wp-live-chat-support/includes/wplc_custom_fields.php:35
2981
  #: wp-live-chat-support/includes/wplc_custom_fields.php:441
2982
  #: wp-live-chat-support/includes/wplc_custom_fields.php:462
@@ -2992,72 +2993,72 @@ msgstr ""
2992
  #: wp-live-chat-support/includes/wplc_roi.php:446
2993
  #: wp-live-chat-support/modules/advanced_tools.php:29
2994
  #: wp-live-chat-support/modules/advanced_tools.php:146
2995
- #: wp-live-chat-support/modules/advanced_tools.php:243
2996
- #: wp-live-chat-support/modules/advanced_tools.php:251
2997
- #: wp-live-chat-support/modules/advanced_tools.php:259
2998
- #: wp-live-chat-support/modules/advanced_tools.php:267
2999
  #: wp-live-chat-support/modules/gdpr.php:223
3000
  #: wp-live-chat-support/modules/gdpr.php:237
3001
  #: wp-live-chat-support/modules/webhooks_manager.php:102
3002
  #: wp-live-chat-support/modules/webhooks_manager.php:122
3003
  #: wp-live-chat-support/modules/webhooks_manager.php:149
3004
- #: wp-live-chat-support/wp-live-chat-support.php:3291
3005
- #: wp-live-chat-support/wp-live-chat-support.php:3321
3006
- #: wp-live-chat-support/wp-live-chat-support.php:4212
3007
  msgid "You do not have permission do perform this action"
3008
  msgstr ""
3009
 
3010
- #: wp-live-chat-support/functions.php:1497
3011
- #: wp-live-chat-support/wp-live-chat-support.php:3345
3012
  msgid "Are you sure you would like to delete this chat?"
3013
  msgstr ""
3014
 
3015
- #: wp-live-chat-support/functions.php:1511
3016
  #: wp-live-chat-support/includes/wplc_custom_fields.php:83
3017
  #: wp-live-chat-support/includes/wplc_data_triggers.php:470
3018
  #: wp-live-chat-support/includes/wplc_departments.php:177
3019
  #: wp-live-chat-support/includes/wplc_roi.php:164
3020
  #: wp-live-chat-support/modules/webhooks_manager.php:251
3021
- #: wp-live-chat-support/wp-live-chat-support.php:2397
3022
- #: wp-live-chat-support/wp-live-chat-support.php:3380
3023
  msgid "Action"
3024
  msgstr "Toiminto"
3025
 
3026
- #: wp-live-chat-support/functions.php:1525
3027
  msgid "You have not missed any chat requests."
3028
  msgstr "Yhtään keskustelua ei ole jäänyt vastaamatta."
3029
 
3030
- #: wp-live-chat-support/functions.php:1532
3031
- #: wp-live-chat-support/wp-live-chat-support.php:3400
3032
  msgid "View Chat History"
3033
  msgstr "Tarkastele keskusteluhistoriaa"
3034
 
3035
- #: wp-live-chat-support/functions.php:1532
3036
- #: wp-live-chat-support/wp-live-chat-support.php:3400
3037
  msgid "Download Chat History"
3038
  msgstr ""
3039
 
3040
- #: wp-live-chat-support/functions.php:1726
3041
  msgid "Open chat window via"
3042
  msgstr ""
3043
 
3044
- #: wp-live-chat-support/functions.php:1730
3045
  msgid "Click"
3046
  msgstr ""
3047
 
3048
- #: wp-live-chat-support/functions.php:1731
3049
  msgid "Hover"
3050
  msgstr ""
3051
 
3052
- #: wp-live-chat-support/functions.php:1733
3053
  msgid "element with"
3054
  msgstr ""
3055
 
3056
- #: wp-live-chat-support/functions.php:1735
3057
  msgid "Class"
3058
  msgstr ""
3059
 
3060
- #: wp-live-chat-support/functions.php:1736
3061
  #: wp-live-chat-support/includes/wplc_custom_fields.php:78
3062
  #: wp-live-chat-support/includes/wplc_data_triggers.php:464
3063
  #: wp-live-chat-support/includes/wplc_departments.php:175
@@ -3065,145 +3066,145 @@ msgstr ""
3065
  msgid "ID"
3066
  msgstr ""
3067
 
3068
- #: wp-live-chat-support/functions.php:2007
3069
- #: wp-live-chat-support/functions.php:2013
3070
- #: wp-live-chat-support/functions.php:2018
3071
  #: wp-live-chat-support/includes/dashboard_page.php:58
3072
  #: wp-live-chat-support/modules/node_server.php:134
3073
  #: wp-live-chat-support/modules/node_server.php:1022
3074
- #: wp-live-chat-support/wp-live-chat-support.php:3981
3075
  msgid "Quick Responses"
3076
  msgstr "Pikavastaukset"
3077
 
3078
- #: wp-live-chat-support/functions.php:2008
3079
  #: wp-live-chat-support/includes/settings_page.php:322
3080
  msgid "Quick Response"
3081
  msgstr "Pikavastaus"
3082
 
3083
- #: wp-live-chat-support/functions.php:2009
3084
- #: wp-live-chat-support/functions.php:2012
3085
  msgid "New Quick Response"
3086
  msgstr "Uusi pikavastaus"
3087
 
3088
- #: wp-live-chat-support/functions.php:2010
3089
  #: wp-live-chat-support/modules/node_server.php:1031
3090
  msgid "Add New Quick Response"
3091
  msgstr "Lisää uusi pikavastaus"
3092
 
3093
- #: wp-live-chat-support/functions.php:2011
3094
  msgid "Edit Quick Response"
3095
  msgstr "Muokka pikavastausta"
3096
 
3097
- #: wp-live-chat-support/functions.php:2014
3098
  msgid "View Quick Responses"
3099
  msgstr "Tarkastele pikavastauksia"
3100
 
3101
- #: wp-live-chat-support/functions.php:2015
3102
  msgid "Search Quick Responses"
3103
  msgstr "Etsi pikavastauksista"
3104
 
3105
- #: wp-live-chat-support/functions.php:2016
3106
  msgid "No Quick Responses found"
3107
  msgstr "Pikavastauksia ei löydetty"
3108
 
3109
- #: wp-live-chat-support/functions.php:2017
3110
  msgid "No Quick Responses found in the Trash"
3111
  msgstr "Roskakorista ei löydetty pikavastauksia"
3112
 
3113
- #: wp-live-chat-support/functions.php:2022
3114
  #, fuzzy
3115
  #| msgid "Quick Responses for WP Live Chat Support Pro"
3116
  msgid "Quick Responses for WP Live Chat by 3CX"
3117
  msgstr "Asennetaan WP Live Chat Support Pro -lisäosa"
3118
 
3119
- #: wp-live-chat-support/functions.php:2056
3120
  msgid "Sort Order"
3121
  msgstr ""
3122
 
3123
- #: wp-live-chat-support/functions.php:2093
3124
  msgid "Order"
3125
  msgstr ""
3126
 
3127
- #: wp-live-chat-support/functions.php:2137
3128
- #: wp-live-chat-support/wp-live-chat-support.php:452
3129
  msgid "Press ENTER to send your message"
3130
  msgstr "Painakaa LÄHETÄ viestin lähettämiseksi"
3131
 
3132
- #: wp-live-chat-support/functions.php:2176
3133
- #: wp-live-chat-support/functions.php:2180
3134
  msgid "Assign Quick Response"
3135
  msgstr "Lähetä pikavastaus"
3136
 
3137
- #: wp-live-chat-support/functions.php:2183
3138
  #: wp-live-chat-support/includes/settings_page.php:1164
3139
  msgid "Select"
3140
  msgstr "Valitse"
3141
 
3142
- #: wp-live-chat-support/functions.php:2189
3143
  msgid "What is this?"
3144
  msgstr "Mitä ovat pikavastaukset?"
3145
 
3146
- #: wp-live-chat-support/functions.php:2231
3147
  #, php-format
3148
  msgid "Incoming chat from %s (%s) on %s"
3149
  msgstr ""
3150
 
3151
- #: wp-live-chat-support/functions.php:2237
3152
  #, fuzzy, php-format
3153
  #| msgid "Alert: Someone wants to chat with you on "
3154
  msgid "%s (%s) wants to chat with you."
3155
  msgstr "Hälytys: joku haluaa keskustella kanssasi sivulla "
3156
 
3157
- #: wp-live-chat-support/functions.php:2242
3158
  #, fuzzy, php-format
3159
  #| msgid "Log in"
3160
  msgid "Log in: %s"
3161
  msgstr "Kirjaudu sisään"
3162
 
3163
- #: wp-live-chat-support/functions.php:2569
3164
  #, fuzzy
3165
  #| msgid "Chat Agents Online"
3166
  msgid "Status (Online)"
3167
  msgstr "Linjoilla olevat keskustelijat"
3168
 
3169
- #: wp-live-chat-support/functions.php:2570
3170
  msgid "Online"
3171
  msgstr ""
3172
 
3173
- #: wp-live-chat-support/functions.php:2571
3174
  #, fuzzy
3175
  msgid "Offline"
3176
  msgstr "Offline-teksti"
3177
 
3178
- #: wp-live-chat-support/functions.php:2572
3179
  msgid "Status (Offline)"
3180
  msgstr ""
3181
 
3182
- #: wp-live-chat-support/functions.php:2583
3183
  msgid ""
3184
  "You have set your status to offline. To view visitors and accept chats "
3185
  "please set your status to online using the switch above."
3186
  msgstr ""
3187
 
3188
- #: wp-live-chat-support/functions.php:2653
3189
  msgid "Encryption"
3190
  msgstr ""
3191
 
3192
- #: wp-live-chat-support/functions.php:2659
3193
  #: wp-live-chat-support/includes/settings_page.php:1225
3194
- #: wp-live-chat-support/wp-live-chat-support.php:3996
3195
  msgid "Business Hours"
3196
  msgstr ""
3197
 
3198
- #: wp-live-chat-support/functions.php:2861
3199
  msgid "Initiate Chat"
3200
  msgstr "Aloita keskustelu"
3201
 
3202
- #: wp-live-chat-support/functions.php:2953
3203
  msgid "Attempting to open the chat window... Please be patient."
3204
  msgstr "Yritetään avata keskusteluikkuna… odottakaa hetki."
3205
 
3206
- #: wp-live-chat-support/functions.php:2970
3207
  msgid ""
3208
  "You are not a chat agent. Please make yourself a chat agent before trying to "
3209
  "chat to visitors"
@@ -3211,224 +3212,234 @@ msgstr ""
3211
  "Sinua ei ole valtuutettu keskustelujen käyttäjäksi. Anna itsellesi valtuudet "
3212
  "ennen kuin yrität keskustella kävijöiden kanssa."
3213
 
3214
- #: wp-live-chat-support/functions.php:3165
3215
- #: wp-live-chat-support/functions.php:3181
3216
- #: wp-live-chat-support/functions.php:3196
3217
  msgid "Chat Agent"
3218
  msgstr "Keskustelija"
3219
 
3220
- #: wp-live-chat-support/functions.php:3170
3221
- #: wp-live-chat-support/functions.php:3186
3222
  msgid "Make this user a chat agent"
3223
  msgstr "Tee tästä käyttäjästä keskustelija"
3224
 
3225
- #: wp-live-chat-support/functions.php:3200
3226
  msgid "Your user role does not allow you to make yourself a chat agent."
3227
  msgstr "Roolisi sivulla estää sinua tekemästä itsestäsi keskustelijaa. "
3228
 
3229
- #: wp-live-chat-support/functions.php:3201
3230
  msgid "Please contact the administrator of this website to change this."
3231
  msgstr "Ota yhteyttä sivuston ylläpitäjään tarpeellisen muutoksen tekemiseksi."
3232
 
3233
- #: wp-live-chat-support/functions.php:3220
3234
  msgid "This chat has already been answered by another agent."
3235
  msgstr ""
3236
 
3237
- #: wp-live-chat-support/functions.php:3462
3238
- #: wp-live-chat-support/wp-live-chat-support.php:2331
3239
  msgid "Agent(s) online"
3240
  msgstr ""
3241
 
3242
- #: wp-live-chat-support/functions.php:3516
3243
  msgid "Chat Agent Online"
3244
  msgstr "Linjoilla olevat keskustelijat"
3245
 
3246
- #: wp-live-chat-support/functions.php:3518
3247
- #: wp-live-chat-support/functions.php:3522
3248
  msgid "Chat Agents Online"
3249
  msgstr "Linjoilla olevat keskustelijat"
3250
 
3251
- #: wp-live-chat-support/functions.php:3630
3252
  #: wp-live-chat-support/includes/settings_page.php:1153
3253
- #: wp-live-chat-support/wp-live-chat-support.php:2264
3254
  msgid "Remove"
3255
  msgstr ""
3256
 
3257
- #: wp-live-chat-support/functions.php:3633
3258
- #: wp-live-chat-support/wp-live-chat-support.php:2267
3259
  msgid "Typing..."
3260
  msgstr ""
3261
 
3262
- #: wp-live-chat-support/functions.php:4003
3263
  msgid "User Experience Ratings"
3264
  msgstr ""
3265
 
3266
- #: wp-live-chat-support/functions.php:4010
3267
  msgid "Agent Statistics"
3268
  msgstr ""
3269
 
3270
- #: wp-live-chat-support/functions.php:4053
3271
- #: wp-live-chat-support/functions.php:4092
3272
  msgid "Satisfaction Rating"
3273
  msgstr ""
3274
 
3275
- #: wp-live-chat-support/functions.php:4054
3276
- #: wp-live-chat-support/functions.php:4093
3277
  msgid "Rating Count"
3278
  msgstr ""
3279
 
3280
- #: wp-live-chat-support/functions.php:4054
3281
- #: wp-live-chat-support/functions.php:4093
3282
  msgid "Good"
3283
  msgstr ""
3284
 
3285
- #: wp-live-chat-support/functions.php:4054
3286
- #: wp-live-chat-support/functions.php:4093
3287
  msgid "Bad"
3288
  msgstr ""
3289
 
3290
- #: wp-live-chat-support/functions.php:4164
3291
  #: wp-live-chat-support/includes/dashboard_page.php:56
3292
- #: wp-live-chat-support/wp-live-chat-support.php:1007
3293
  #, fuzzy
3294
  #| msgid "View Quick Responses"
3295
  msgid "Reports"
3296
  msgstr "Tarkastele pikavastauksia"
3297
 
3298
- #: wp-live-chat-support/functions.php:4168
3299
  msgid "Popular Pages"
3300
  msgstr ""
3301
 
3302
- #: wp-live-chat-support/functions.php:4186
3303
  msgid "Total Agents"
3304
  msgstr ""
3305
 
3306
- #: wp-live-chat-support/functions.php:4186
3307
  msgid "Total number of agents that used the live chat"
3308
  msgstr ""
3309
 
3310
- #: wp-live-chat-support/functions.php:4187
3311
  msgid "Total Chats"
3312
  msgstr ""
3313
 
3314
- #: wp-live-chat-support/functions.php:4187
3315
  msgid "Total number of chats received"
3316
  msgstr ""
3317
 
3318
- #: wp-live-chat-support/functions.php:4188
3319
  msgid "Total URLs"
3320
  msgstr ""
3321
 
3322
- #: wp-live-chat-support/functions.php:4188
3323
  msgid "Total number of URLs a chat was initiated on"
3324
  msgstr ""
3325
 
3326
- #: wp-live-chat-support/functions.php:4189
3327
  msgid "Chats per day"
3328
  msgstr ""
3329
 
3330
- #: wp-live-chat-support/functions.php:4190
3331
  msgid "Popular pages a chat was initiated on"
3332
  msgstr ""
3333
 
3334
- #: wp-live-chat-support/functions.php:4220
3335
  #: wp-live-chat-support/includes/wplc_custom_fields.php:304
3336
  #, fuzzy
3337
  msgid "Unknown"
3338
  msgstr "Tuntematon"
3339
 
3340
- #: wp-live-chat-support/functions.php:4267
3341
  msgid "Count"
3342
  msgstr ""
3343
 
3344
- #: wp-live-chat-support/functions.php:4293
3345
  msgid "Enable Manual Chat Initiation:"
3346
  msgstr ""
3347
 
3348
- #: wp-live-chat-support/functions.php:4293
3349
  msgid ""
3350
  "Enabling this feature will allow agents to start a chat with website "
3351
  "visitors. This feature increases server load while enabled."
3352
  msgstr ""
3353
 
3354
- #: wp-live-chat-support/functions.php:4297
3355
  #: wp-live-chat-support/modules/advanced_features.php:73
3356
  msgid ""
3357
  "This feature is only available when you select 3CX High Performance Cloud "
3358
  "Servers in Advanced Features."
3359
  msgstr ""
3360
 
3361
- #: wp-live-chat-support/functions.php:4384
3362
  #, fuzzy
3363
  #| msgid "Thank you for your feedback. We will be in touch soon"
3364
  msgid "Thank you for inquiry. We will get back to you shortly"
3365
  msgstr "Kiitos palautteesta! Olemme pian yhteydessä."
3366
 
3367
- #: wp-live-chat-support/functions.php:4562
3368
- #: wp-live-chat-support/wp-live-chat-support.php:4571
3369
  msgid "The Live Chat box is currently disabled on your website due to:"
3370
  msgstr ""
3371
 
3372
- #: wp-live-chat-support/functions.php:4563
3373
- #: wp-live-chat-support/wp-live-chat-support.php:4572
3374
  #, fuzzy
3375
  #| msgid "General Settings"
3376
  msgid "Business Hours Settings"
3377
  msgstr "Yleiset asetukset"
3378
 
3379
- #: wp-live-chat-support/functions.php:4614
3380
  msgid "Edit Profile"
3381
  msgstr ""
3382
 
3383
- #: wp-live-chat-support/functions.php:4625
3384
  #: wp-live-chat-support/modules/node_server.php:96
3385
  #: wp-live-chat-support/modules/node_server.php:878
3386
  msgid "Drag Files Here"
3387
  msgstr ""
3388
 
3389
- #: wp-live-chat-support/functions.php:4649
3390
  #, fuzzy
3391
  #| msgid "Send"
3392
  msgid "Send..."
3393
  msgstr "Lähetä"
3394
 
3395
- #: wp-live-chat-support/functions.php:4650
3396
- #: wp-live-chat-support/functions.php:4695
3397
  msgid "Play voice note"
3398
  msgstr ""
3399
 
3400
- #: wp-live-chat-support/functions.php:4694
3401
  msgid "Save..."
3402
  msgstr ""
3403
 
3404
- #: wp-live-chat-support/functions.php:4814
3405
- #: wp-live-chat-support/wp-live-chat-support.php:1240
3406
- #: wp-live-chat-support/wp-live-chat-support.php:2810
3407
  msgid "is typing..."
3408
  msgstr ""
3409
 
3410
- #: wp-live-chat-support/functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3411
  msgid "An error has occured while fetching the news feed."
3412
  msgstr ""
3413
 
3414
- #: wp-live-chat-support/functions.php:4926
3415
  msgid "Default"
3416
  msgstr ""
3417
 
3418
- #: wp-live-chat-support/functions.php:5229
3419
- #: wp-live-chat-support/functions.php:5233
3420
  msgid "You do not have permission to perform this action"
3421
  msgstr ""
3422
 
3423
- #: wp-live-chat-support/includes/blocks/wplc-chat-box/block.js:44
3424
- #, fuzzy
3425
- #| msgid "WP Live Chat History"
3426
- msgid "WP Live Chat Trigger"
3427
- msgstr "WP Live Chat historia"
3428
-
3429
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:30
3430
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:51
3431
- #: wp-live-chat-support/wp-live-chat-support.php:3997
3432
  msgid "Gutenberg Blocks"
3433
  msgstr ""
3434
 
@@ -3483,26 +3494,20 @@ msgid "Displays the chosen icon"
3483
  msgstr ""
3484
 
3485
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:218
3486
- #: wp-live-chat-support/wp-live-chat-support.php:1248
3487
- #: wp-live-chat-support/wp-live-chat-support.php:1891
3488
  #, fuzzy
3489
  #| msgid "type here..."
3490
  msgid "Type here"
3491
  msgstr "vastatkaa tähän ..."
3492
 
3493
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:222
3494
- #: wp-live-chat-support/wp-live-chat-support.php:971
3495
  msgid "Live Chat"
3496
  msgstr "Chat-keskustelu"
3497
 
3498
- #: wp-live-chat-support/includes/blocks/wplc-inline-chat-box/block.js:13
3499
- #, fuzzy
3500
- #| msgid "WP Live Chat Support"
3501
- msgid "WP Live Chat Box"
3502
- msgstr "WP Live Chat Support"
3503
-
3504
  #: wp-live-chat-support/includes/dashboard_page.php:46
3505
- #: wp-live-chat-support/wp-live-chat-support.php:972
3506
  msgid "Dashboard"
3507
  msgstr ""
3508
 
@@ -3526,8 +3531,8 @@ msgid "Missed"
3526
  msgstr "Vastaamattomat keskustelut"
3527
 
3528
  #: wp-live-chat-support/includes/dashboard_page.php:55
3529
- #: wp-live-chat-support/wp-live-chat-support.php:980
3530
- #: wp-live-chat-support/wp-live-chat-support.php:3439
3531
  msgid "History"
3532
  msgstr "Historia"
3533
 
@@ -3535,9 +3540,9 @@ msgstr "Historia"
3535
  #: wp-live-chat-support/includes/settings_page.php:108
3536
  #: wp-live-chat-support/includes/settings_page.php:704
3537
  #: wp-live-chat-support/modules/advanced_tools.php:84
3538
- #: wp-live-chat-support/wp-live-chat-support.php:984
3539
- #: wp-live-chat-support/wp-live-chat-support.php:3485
3540
- #: wp-live-chat-support/wp-live-chat-support.php:3982
3541
  msgid "Offline Messages"
3542
  msgstr "Offline-viestit"
3543
 
@@ -3632,7 +3637,7 @@ msgstr "Kävijä on avannut keskusteluikkunan"
3632
 
3633
  #: wp-live-chat-support/includes/settings_page.php:98
3634
  #: wp-live-chat-support/includes/settings_page.php:136
3635
- #: wp-live-chat-support/wp-live-chat-support.php:3993
3636
  msgid "General Settings"
3637
  msgstr "Yleiset asetukset"
3638
 
@@ -3688,7 +3693,7 @@ msgid "This name will be displayed for all not logged in visitors"
3688
  msgstr ""
3689
 
3690
  #: wp-live-chat-support/includes/settings_page.php:177
3691
- #: wp-live-chat-support/wp-live-chat-support.php:451
3692
  msgid "Guest"
3693
  msgstr ""
3694
 
@@ -3894,7 +3899,7 @@ msgid ""
3894
  msgstr ""
3895
 
3896
  #: wp-live-chat-support/includes/settings_page.php:381
3897
- #: wp-live-chat-support/wp-live-chat-support.php:3994
3898
  #, fuzzy
3899
  #| msgid "Chat Window Settings"
3900
  msgid "Chat Box Settings"
@@ -3977,7 +3982,7 @@ msgid "Display a timestamp in the chat window:"
3977
  msgstr "Kävijä on suurentanut keskusteluikkunan"
3978
 
3979
  #: wp-live-chat-support/includes/settings_page.php:435
3980
- #: wp-live-chat-support/wp-live-chat-support.php:2392
3981
  msgid "Time"
3982
  msgstr ""
3983
 
@@ -4326,7 +4331,7 @@ msgstr ""
4326
  #: wp-live-chat-support/includes/settings_page.php:1006
4327
  #: wp-live-chat-support/includes/wplc_departments.php:586
4328
  #: wp-live-chat-support/modules/node_server.php:652
4329
- #: wp-live-chat-support/wp-live-chat-support.php:2312
4330
  msgid "here"
4331
  msgstr ""
4332
 
@@ -4389,8 +4394,8 @@ msgid "Other text"
4389
  msgstr "Muuta tekstiä"
4390
 
4391
  #: wp-live-chat-support/includes/settings_page.php:1065
4392
- #: wp-live-chat-support/wp-live-chat-support.php:445
4393
- #: wp-live-chat-support/wp-live-chat-support.php:1194
4394
  #, fuzzy
4395
  #| msgid "Chat has been answered by another agent"
4396
  msgid "The chat has been ended by the agent."
@@ -4558,13 +4563,13 @@ msgid "This will show up at the top of the chatbox - Leave blank to disable."
4558
  msgstr ""
4559
 
4560
  #: wp-live-chat-support/includes/wplc_custom_fields.php:71
4561
- #: wp-live-chat-support/wp-live-chat-support.php:1009
4562
  msgid "Custom Fields"
4563
  msgstr ""
4564
 
4565
  #: wp-live-chat-support/includes/wplc_custom_fields.php:80
4566
  #: wp-live-chat-support/includes/wplc_data_triggers.php:466
4567
- #: wp-live-chat-support/wp-live-chat-support.php:2393
4568
  msgid "Type"
4569
  msgstr ""
4570
 
@@ -4574,7 +4579,7 @@ msgid "Content"
4574
  msgstr ""
4575
 
4576
  #: wp-live-chat-support/includes/wplc_custom_fields.php:99
4577
- #: wp-live-chat-support/wp-live-chat-support.php:2589
4578
  msgid "Active"
4579
  msgstr "Aktiivinen"
4580
 
@@ -4668,8 +4673,8 @@ msgid "Custom Field Data"
4668
  msgstr ""
4669
 
4670
  #: wp-live-chat-support/includes/wplc_data_triggers.php:11
4671
- #: wp-live-chat-support/wp-live-chat-support.php:1008
4672
- #: wp-live-chat-support/wp-live-chat-support.php:3968
4673
  msgid "Triggers"
4674
  msgstr ""
4675
 
@@ -4746,7 +4751,7 @@ msgstr ""
4746
 
4747
  #: wp-live-chat-support/includes/wplc_data_triggers.php:128
4748
  #: wp-live-chat-support/modules/node_server.php:596
4749
- #: wp-live-chat-support/wp-live-chat-support.php:4698
4750
  msgid "Close"
4751
  msgstr ""
4752
 
@@ -4895,7 +4900,7 @@ msgstr ""
4895
 
4896
  #: wp-live-chat-support/includes/wplc_roi.php:104
4897
  #: wp-live-chat-support/includes/wplc_roi.php:119
4898
- #: wp-live-chat-support/wp-live-chat-support.php:3970
4899
  msgid "ROI Goals"
4900
  msgstr ""
4901
 
@@ -5235,7 +5240,7 @@ msgstr "Pääasetukset"
5235
 
5236
  #: wp-live-chat-support/modules/advanced_tools.php:62
5237
  #: wp-live-chat-support/modules/node_server.php:876
5238
- #: wp-live-chat-support/wp-live-chat-support.php:3983
5239
  #, fuzzy
5240
  #| msgid "View Chat History"
5241
  msgid "Chat History"
@@ -5281,21 +5286,21 @@ msgstr "Tuki"
5281
  msgid "This cannot be undone"
5282
  msgstr ""
5283
 
5284
- #: wp-live-chat-support/modules/advanced_tools.php:192
5285
  msgid "Import Failed - Could Not Process File"
5286
  msgstr ""
5287
 
5288
- #: wp-live-chat-support/modules/advanced_tools.php:206
5289
  msgid "Import Failed - Could Not Find File"
5290
  msgstr ""
5291
 
5292
- #: wp-live-chat-support/modules/advanced_tools.php:218
5293
  #, fuzzy
5294
  #| msgid "complete"
5295
  msgid "Import Complete"
5296
  msgstr "päättynyt"
5297
 
5298
- #: wp-live-chat-support/modules/advanced_tools.php:226
5299
  #, fuzzy
5300
  #| msgid "Your settings have been saved."
5301
  msgid "Thank you, all settings have been updated"
@@ -5377,7 +5382,7 @@ msgstr ""
5377
 
5378
  #: wp-live-chat-support/modules/gdpr.php:44
5379
  #: wp-live-chat-support/modules/gdpr.php:345
5380
- #: wp-live-chat-support/wp-live-chat-support.php:392
5381
  #, fuzzy
5382
  #| msgid "Support"
5383
  msgid "Chat/Support"
@@ -5443,8 +5448,8 @@ msgid "Download Chat (%%CID%%)"
5443
  msgstr ""
5444
 
5445
  #: wp-live-chat-support/modules/gdpr.php:162
5446
- #: wp-live-chat-support/wp-live-chat-support.php:4240
5447
- #: wp-live-chat-support/wp-live-chat-support.php:4300
5448
  msgid "Chat ID"
5449
  msgstr ""
5450
 
@@ -5468,7 +5473,7 @@ msgstr ""
5468
 
5469
  #: wp-live-chat-support/modules/gdpr.php:365
5470
  #: wp-live-chat-support/modules/gdpr.php:566
5471
- #: wp-live-chat-support/modules/gdpr.php:588
5472
  msgid "Privacy Policy"
5473
  msgstr ""
5474
 
@@ -5549,11 +5554,11 @@ msgstr ""
5549
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
5550
  msgstr ""
5551
 
5552
- #: wp-live-chat-support/modules/gdpr.php:636
5553
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
5554
  msgstr ""
5555
 
5556
- #: wp-live-chat-support/modules/gdpr.php:668
5557
  msgid "Pro data will also be removed as a part of this automatic process."
5558
  msgstr ""
5559
 
@@ -5583,7 +5588,7 @@ msgid "Active visitors"
5583
  msgstr "Aktiiviset keskustelut"
5584
 
5585
  #: wp-live-chat-support/modules/node_server.php:100
5586
- #: wp-live-chat-support/wp-live-chat-support.php:1856
5587
  #, fuzzy
5588
  msgid "Minimize Chat"
5589
  msgstr "Pienennä keskusteluikkuna"
@@ -5605,7 +5610,7 @@ msgstr "Keskustelija"
5605
  #: wp-live-chat-support/modules/node_server.php:111
5606
  #: wp-live-chat-support/modules/node_server.php:881
5607
  #: wp-live-chat-support/modules/node_server.php:885
5608
- #: wp-live-chat-support/wp-live-chat-support.php:4042
5609
  msgid "Direct User To Page"
5610
  msgstr ""
5611
 
@@ -5624,7 +5629,7 @@ msgstr "Aloita keskustelu"
5624
 
5625
  #: wp-live-chat-support/modules/node_server.php:115
5626
  #: wp-live-chat-support/modules/node_server.php:883
5627
- #: wp-live-chat-support/wp-live-chat-support.php:2601
5628
  msgid "End chat"
5629
  msgstr "Päätä keskustelu"
5630
 
@@ -5694,7 +5699,7 @@ msgstr "Ota yhteyttä meihin"
5694
 
5695
  #: wp-live-chat-support/modules/node_server.php:185
5696
  #: wp-live-chat-support/modules/node_server.php:893
5697
- #: wp-live-chat-support/wp-live-chat-support.php:2391
5698
  msgid "Visitor"
5699
  msgstr ""
5700
 
@@ -5765,7 +5770,7 @@ msgid "Only chat agents can access this page."
5765
  msgstr ""
5766
 
5767
  #: wp-live-chat-support/modules/node_server.php:594
5768
- #: wp-live-chat-support/wp-live-chat-support.php:4696
5769
  #, fuzzy
5770
  #| msgid "Sending message..."
5771
  msgid "Sending transcript..."
@@ -5778,12 +5783,12 @@ msgid "Chat Transcript"
5778
  msgstr "Keskusteluikkunan asetukset"
5779
 
5780
  #: wp-live-chat-support/modules/node_server.php:597
5781
- #: wp-live-chat-support/wp-live-chat-support.php:4699
5782
  msgid "The chat transcript has been emailed."
5783
  msgstr ""
5784
 
5785
  #: wp-live-chat-support/modules/node_server.php:598
5786
- #: wp-live-chat-support/wp-live-chat-support.php:4700
5787
  msgid "There was a problem emailing the chat."
5788
  msgstr ""
5789
 
@@ -5805,12 +5810,12 @@ msgid "User received notification:"
5805
  msgstr ""
5806
 
5807
  #: wp-live-chat-support/modules/node_server.php:684
5808
- #: wp-live-chat-support/wp-live-chat-support.php:2183
5809
  msgid "New chat received"
5810
  msgstr ""
5811
 
5812
  #: wp-live-chat-support/modules/node_server.php:685
5813
- #: wp-live-chat-support/wp-live-chat-support.php:2185
5814
  msgid ""
5815
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
5816
  "chat"
@@ -5839,12 +5844,12 @@ msgid "Show me!"
5839
  msgstr ""
5840
 
5841
  #: wp-live-chat-support/modules/node_server.php:803
5842
- #: wp-live-chat-support/wp-live-chat-support.php:4667
5843
  msgid "Don't Show This Again"
5844
  msgstr ""
5845
 
5846
  #: wp-live-chat-support/modules/node_server.php:870
5847
- #: wp-live-chat-support/wp-live-chat-support.php:419
5848
  msgid "Connecting..."
5849
  msgstr ""
5850
 
@@ -5922,7 +5927,7 @@ msgid "Webhooks"
5922
  msgstr ""
5923
 
5924
  #: wp-live-chat-support/modules/webhooks_manager.php:63
5925
- #: wp-live-chat-support/wp-live-chat-support.php:3969
5926
  msgid "Web Hooks"
5927
  msgstr ""
5928
 
@@ -5985,39 +5990,39 @@ msgstr ""
5985
  msgid "Are you sure you want to delete this webhook?"
5986
  msgstr ""
5987
 
5988
- #: wp-live-chat-support/wp-live-chat-support.php:363
5989
  msgid "close"
5990
  msgstr ""
5991
 
5992
- #: wp-live-chat-support/wp-live-chat-support.php:383
5993
  #, fuzzy
5994
  #| msgid "Via WP Live Chat Support"
5995
  msgid "Thank you for chatting with us."
5996
  msgstr "WP Live Chat Support"
5997
 
5998
- #: wp-live-chat-support/wp-live-chat-support.php:408
5999
- #: wp-live-chat-support/wp-live-chat-support.php:1924
6000
  msgid "Questions?"
6001
  msgstr "Kysymyksiä?"
6002
 
6003
- #: wp-live-chat-support/wp-live-chat-support.php:409
6004
- #: wp-live-chat-support/wp-live-chat-support.php:1925
6005
  msgid "Chat with us"
6006
  msgstr "Keskustelu kanssamme!"
6007
 
6008
- #: wp-live-chat-support/wp-live-chat-support.php:410
6009
  msgid "Start live chat"
6010
  msgstr "Aloita keskustelu"
6011
 
6012
- #: wp-live-chat-support/wp-live-chat-support.php:411
6013
  msgid "Complete the fields below to proceed."
6014
  msgstr ""
6015
 
6016
- #: wp-live-chat-support/wp-live-chat-support.php:412
6017
  msgid "Chat offline. Leave a message"
6018
  msgstr "Keskustelu on poissa linjoilta. Jättäkää viesti"
6019
 
6020
- #: wp-live-chat-support/wp-live-chat-support.php:413
6021
  msgid ""
6022
  "We are currently offline. Please leave a message and we'll get back to you "
6023
  "shortly."
@@ -6025,261 +6030,261 @@ msgstr ""
6025
  "Olemme tällä hetkellä poissa linjoilta. Ole hyvä ja lähetä meille viesti "
6026
  "niin otamme yhteyttä."
6027
 
6028
- #: wp-live-chat-support/wp-live-chat-support.php:414
6029
  msgid "Sending message..."
6030
  msgstr "Lähetään viestiä…"
6031
 
6032
- #: wp-live-chat-support/wp-live-chat-support.php:415
6033
  msgid "Thank you for your message. We will be in contact soon."
6034
  msgstr "Kiitos viestistä! Olemme pian yhteydessä."
6035
 
6036
- #: wp-live-chat-support/wp-live-chat-support.php:416
6037
  msgid "Leave a message"
6038
  msgstr ""
6039
 
6040
- #: wp-live-chat-support/wp-live-chat-support.php:417
6041
  msgid "Send message"
6042
  msgstr "Lähetä viesti"
6043
 
6044
- #: wp-live-chat-support/wp-live-chat-support.php:418
6045
  msgid "Start Chat"
6046
  msgstr "Aloita keskustelu"
6047
 
6048
- #: wp-live-chat-support/wp-live-chat-support.php:420
6049
- #: wp-live-chat-support/wp-live-chat-support.php:2065
6050
- #: wp-live-chat-support/wp-live-chat-support.php:2112
6051
  msgid "Reactivating your previous chat..."
6052
  msgstr "Palataan aiempaan keskusteluun..."
6053
 
6054
- #: wp-live-chat-support/wp-live-chat-support.php:450
6055
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
6056
  msgstr ""
6057
  "Painakaa 'Aloita keskustelu' aloittaaksenne keskustelu työntekijämme kanssa"
6058
 
6059
- #: wp-live-chat-support/wp-live-chat-support.php:453
6060
  #, fuzzy
6061
  #| msgid "There is No Answer. Please Try Again Later"
6062
  msgid "No answer. Try again later."
6063
  msgstr "Ei vastausta. Olkaa hyvä ja kokeilkaa myöhemmin uudestaan."
6064
 
6065
- #: wp-live-chat-support/wp-live-chat-support.php:454
6066
  msgid "Welcome. How may I help you?"
6067
  msgstr "Tervetuloa. Kuinka voin olla avuksi?"
6068
 
6069
- #: wp-live-chat-support/wp-live-chat-support.php:458
6070
  msgid "Please standby for an agent. Send your message while you wait."
6071
  msgstr ""
6072
 
6073
- #: wp-live-chat-support/wp-live-chat-support.php:689
6074
  msgid ""
6075
  "The additional WP Live Chat Support PRO plugin which you have installed is "
6076
  "no longer needed, please uninstall it."
6077
  msgstr ""
6078
 
6079
- #: wp-live-chat-support/wp-live-chat-support.php:981
6080
- #: wp-live-chat-support/wp-live-chat-support.php:3466
6081
  msgid "Missed Chats"
6082
  msgstr "Vastaamattomat keskustelut"
6083
 
6084
- #: wp-live-chat-support/wp-live-chat-support.php:1191
6085
  msgid "Please Enter Your Name"
6086
  msgstr ""
6087
 
6088
- #: wp-live-chat-support/wp-live-chat-support.php:1192
6089
  msgid "Please Enter Your Email Address"
6090
  msgstr ""
6091
 
6092
- #: wp-live-chat-support/wp-live-chat-support.php:1193
6093
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
6094
  msgstr ""
6095
 
6096
- #: wp-live-chat-support/wp-live-chat-support.php:1195
6097
  msgid "Please Enter a Message"
6098
  msgstr ""
6099
 
6100
- #: wp-live-chat-support/wp-live-chat-support.php:1196
6101
  msgid "Disconnected, Attempting to Reconnect..."
6102
  msgstr ""
6103
 
6104
- #: wp-live-chat-support/wp-live-chat-support.php:1243
6105
  #, fuzzy
6106
  #| msgid "User has opened the chat window"
6107
  msgid "has joined."
6108
  msgstr "Kävijä on avannut keskusteluikkunan"
6109
 
6110
- #: wp-live-chat-support/wp-live-chat-support.php:1244
6111
  msgid "has left."
6112
  msgstr ""
6113
 
6114
- #: wp-live-chat-support/wp-live-chat-support.php:1245
6115
  #, fuzzy
6116
  #| msgid "User has opened the chat window"
6117
  msgid "has ended the chat."
6118
  msgstr "Kävijä on avannut keskusteluikkunan"
6119
 
6120
- #: wp-live-chat-support/wp-live-chat-support.php:1246
6121
  msgid "has disconnected."
6122
  msgstr ""
6123
 
6124
- #: wp-live-chat-support/wp-live-chat-support.php:1247
6125
  msgid "(edited)"
6126
  msgstr ""
6127
 
6128
- #: wp-live-chat-support/wp-live-chat-support.php:1638
6129
- #: wp-live-chat-support/wp-live-chat-support.php:1657
6130
  msgid "Start chat"
6131
  msgstr ""
6132
 
6133
- #: wp-live-chat-support/wp-live-chat-support.php:2308
6134
  msgid "Congratulations"
6135
  msgstr ""
6136
 
6137
- #: wp-live-chat-support/wp-live-chat-support.php:2309
6138
  msgid "You are now accepting live chat requests on your site."
6139
  msgstr ""
6140
 
6141
- #: wp-live-chat-support/wp-live-chat-support.php:2310
6142
  msgid "The live chat box has automatically been enabled."
6143
  msgstr ""
6144
 
6145
- #: wp-live-chat-support/wp-live-chat-support.php:2311
6146
  msgid "Chat notifications will start appearing once visitors send a request."
6147
  msgstr ""
6148
 
6149
- #: wp-live-chat-support/wp-live-chat-support.php:2312
6150
  #, php-format
6151
  msgid "You may modify your chat box settings %s"
6152
  msgstr ""
6153
 
6154
- #: wp-live-chat-support/wp-live-chat-support.php:2313
6155
  msgid "Experiencing issues?"
6156
  msgstr ""
6157
 
6158
- #: wp-live-chat-support/wp-live-chat-support.php:2313
6159
  msgid "Take a look at our how-to guides."
6160
  msgstr ""
6161
 
6162
- #: wp-live-chat-support/wp-live-chat-support.php:2314
6163
  msgid "Hide"
6164
  msgstr ""
6165
 
6166
- #: wp-live-chat-support/wp-live-chat-support.php:2371
6167
  msgid "Keep this window open to get notified of new chats."
6168
  msgstr ""
6169
 
6170
- #: wp-live-chat-support/wp-live-chat-support.php:2377
6171
  #, fuzzy
6172
  #| msgid "Visitors on site"
6173
  msgid "Visitor(s) online"
6174
  msgstr "Kävijöitä sivulla"
6175
 
6176
- #: wp-live-chat-support/wp-live-chat-support.php:2394
6177
  msgid "Device"
6178
  msgstr ""
6179
 
6180
- #: wp-live-chat-support/wp-live-chat-support.php:2395
6181
  msgid "Data"
6182
  msgstr ""
6183
 
6184
- #: wp-live-chat-support/wp-live-chat-support.php:2428
6185
  msgid "Chat Dashboard"
6186
  msgstr ""
6187
 
6188
- #: wp-live-chat-support/wp-live-chat-support.php:2431
6189
  msgid "Oh no!"
6190
  msgstr ""
6191
 
6192
- #: wp-live-chat-support/wp-live-chat-support.php:2433
6193
  #, php-format
6194
  msgid "You do not have access to this page as %s."
6195
  msgstr ""
6196
 
6197
- #: wp-live-chat-support/wp-live-chat-support.php:2433
6198
  #, fuzzy
6199
  #| msgid "Make this user a chat agent"
6200
  msgid "you are not a chat agent"
6201
  msgstr "Tee tästä käyttäjästä keskustelija"
6202
 
6203
- #: wp-live-chat-support/wp-live-chat-support.php:2587
6204
  msgid "Previous"
6205
  msgstr "Edellinen"
6206
 
6207
- #: wp-live-chat-support/wp-live-chat-support.php:2594
6208
  msgid "Chat with"
6209
  msgstr "Keskustele"
6210
 
6211
- #: wp-live-chat-support/wp-live-chat-support.php:2611
6212
  msgid "Starting Time:"
6213
  msgstr ""
6214
 
6215
- #: wp-live-chat-support/wp-live-chat-support.php:2612
6216
  msgid "Ending Time:"
6217
  msgstr ""
6218
 
6219
- #: wp-live-chat-support/wp-live-chat-support.php:2632
6220
  msgid "Chat initiated on:"
6221
  msgstr "Keskustelu aloitettu:"
6222
 
6223
- #: wp-live-chat-support/wp-live-chat-support.php:2633
6224
  msgid "Browser:"
6225
  msgstr "Selain:"
6226
 
6227
- #: wp-live-chat-support/wp-live-chat-support.php:2659
6228
- #: wp-live-chat-support/wp-live-chat-support.php:2698
6229
  #, fuzzy
6230
  #| msgid "End chat"
6231
  msgid "Invalid Chat ID"
6232
  msgstr "Päätä keskustelu"
6233
 
6234
- #: wp-live-chat-support/wp-live-chat-support.php:2667
6235
  msgid "type here..."
6236
  msgstr "vastatkaa tähän ..."
6237
 
6238
- #: wp-live-chat-support/wp-live-chat-support.php:2825
6239
  msgid "User has opened the chat window"
6240
  msgstr "Kävijä on avannut keskusteluikkunan"
6241
 
6242
- #: wp-live-chat-support/wp-live-chat-support.php:2826
6243
  msgid "User has minimized the chat window"
6244
  msgstr "Kävijä on pienentänyt keskusteluikkunan"
6245
 
6246
- #: wp-live-chat-support/wp-live-chat-support.php:2827
6247
  msgid "User has maximized the chat window"
6248
  msgstr "Kävijä on suurentanut keskusteluikkunan"
6249
 
6250
- #: wp-live-chat-support/wp-live-chat-support.php:2828
6251
  msgid "The chat has been ended"
6252
  msgstr ""
6253
 
6254
- #: wp-live-chat-support/wp-live-chat-support.php:3369
6255
  msgid "Delete History"
6256
  msgstr "Poista historia"
6257
 
6258
- #: wp-live-chat-support/wp-live-chat-support.php:3386
6259
  msgid "No chats available at the moment"
6260
  msgstr "Tällä hetkellä ei ole vapaita keskusteluita"
6261
 
6262
- #: wp-live-chat-support/wp-live-chat-support.php:3506
6263
  msgid "Actions"
6264
  msgstr ""
6265
 
6266
- #: wp-live-chat-support/wp-live-chat-support.php:3520
6267
  msgid "You have not received any offline messages."
6268
  msgstr "Et ole saanut offline-viestejä."
6269
 
6270
- #: wp-live-chat-support/wp-live-chat-support.php:3528
6271
  msgid "Delete Message"
6272
  msgstr ""
6273
 
6274
- #: wp-live-chat-support/wp-live-chat-support.php:3637
6275
  msgid "You do not have permission to save settings."
6276
  msgstr ""
6277
 
6278
- #: wp-live-chat-support/wp-live-chat-support.php:3903
6279
  msgid "Your settings have been saved."
6280
  msgstr "Asetukset on tallennettu."
6281
 
6282
- #: wp-live-chat-support/wp-live-chat-support.php:3932
6283
  #, fuzzy
6284
  #| msgid ""
6285
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
@@ -6294,7 +6299,7 @@ msgstr ""
6294
  "ongelmia käyttäessäsi WP Live Chat Support -lisäosaa. Ota yhteyttä "
6295
  "ylläpitäjään asetuksen käyttöön ottamiseksi."
6296
 
6297
- #: wp-live-chat-support/wp-live-chat-support.php:3938
6298
  #, fuzzy
6299
  #| msgid ""
6300
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
@@ -6309,311 +6314,316 @@ msgstr ""
6309
  "käyttäessäsi WP Live Chat Support -lisäosaa. Ota yhteyttä ylläpitäjään safe "
6310
  "moden poistamiseksi."
6311
 
6312
- #: wp-live-chat-support/wp-live-chat-support.php:3961
6313
- #: wp-live-chat-support/wp-live-chat-support.php:3965
6314
  #, fuzzy
6315
  #| msgid "Advanced Info"
6316
  msgid "Plugin Features"
6317
  msgstr "Lisätiedot"
6318
 
6319
- #: wp-live-chat-support/wp-live-chat-support.php:3963
6320
  msgid ""
6321
  "Check out these features and get up to speed with what you can do with WP "
6322
  "Live Chat:"
6323
  msgstr ""
6324
 
6325
- #: wp-live-chat-support/wp-live-chat-support.php:3966
6326
  msgid "Reporting"
6327
  msgstr ""
6328
 
6329
- #: wp-live-chat-support/wp-live-chat-support.php:3967
6330
  msgid "Localization"
6331
  msgstr ""
6332
 
6333
- #: wp-live-chat-support/wp-live-chat-support.php:3975
6334
  #, fuzzy
6335
  #| msgid "Chat Agents"
6336
  msgid "Chat FAQs"
6337
  msgstr "Keskustelijat"
6338
 
6339
- #: wp-live-chat-support/wp-live-chat-support.php:3977
6340
  msgid ""
6341
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
6342
  "agents:"
6343
  msgstr ""
6344
 
6345
- #: wp-live-chat-support/wp-live-chat-support.php:3979
6346
  #, fuzzy
6347
  #| msgid "Chat with us"
6348
  msgid "Chat with Visitors"
6349
  msgstr "Keskustelu kanssamme!"
6350
 
6351
- #: wp-live-chat-support/wp-live-chat-support.php:3980
6352
  #, fuzzy
6353
  #| msgid "Chat Agents"
6354
  msgid "Chat with Agents"
6355
  msgstr "Keskustelijat"
6356
 
6357
- #: wp-live-chat-support/wp-live-chat-support.php:3984
6358
  #, fuzzy
6359
  #| msgid "Chat Agents"
6360
  msgid "Chat Invites"
6361
  msgstr "Keskustelijat"
6362
 
6363
- #: wp-live-chat-support/wp-live-chat-support.php:3989
6364
  #, fuzzy
6365
  #| msgid "Settings"
6366
  msgid "Settings & Customization"
6367
  msgstr "Asetukset"
6368
 
6369
- #: wp-live-chat-support/wp-live-chat-support.php:3991
6370
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
6371
  msgstr ""
6372
 
6373
- #: wp-live-chat-support/wp-live-chat-support.php:3995
6374
  #, fuzzy
6375
  #| msgid "Chat Window Settings"
6376
  msgid "Agent Settings"
6377
  msgstr "Keskusteluikkunan asetukset"
6378
 
6379
- #: wp-live-chat-support/wp-live-chat-support.php:4002
6380
  msgid "Troubleshooting"
6381
  msgstr "Ongelmanratkaisu"
6382
 
6383
- #: wp-live-chat-support/wp-live-chat-support.php:4004
6384
  msgid ""
6385
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
6386
  "issues:"
6387
  msgstr ""
6388
 
6389
- #: wp-live-chat-support/wp-live-chat-support.php:4006
6390
  msgid "My Chat Box Is Not Showing"
6391
  msgstr ""
6392
 
6393
- #: wp-live-chat-support/wp-live-chat-support.php:4007
6394
  #, fuzzy
6395
  #| msgid "I'm not getting any notifications of a new chat"
6396
  msgid "Not Receiving Notifications of New Chats"
6397
  msgstr "En saa ilmoituksia uusista keskusteluista"
6398
 
6399
- #: wp-live-chat-support/wp-live-chat-support.php:4008
6400
- #, fuzzy
6401
- #| msgid "The chat window never goes offline"
6402
- msgid "The Chat Box Never Goes Offline"
6403
- msgstr "Keskusteluikkuna ei koskaan ole poissa linjoilta"
6404
-
6405
- #: wp-live-chat-support/wp-live-chat-support.php:4009
6406
- msgid "Chat Has Already Been Answered"
6407
- msgstr ""
6408
-
6409
- #: wp-live-chat-support/wp-live-chat-support.php:4010
6410
  #, fuzzy
6411
  #| msgid "How do I check for JavaScript errors on my site?"
6412
  msgid "Check for JavaScript Errors"
6413
  msgstr "Miten tarkastan JavaScript-virheet sivullani?"
6414
 
6415
- #: wp-live-chat-support/wp-live-chat-support.php:4038
6416
  msgid "Initiate Chats"
6417
  msgstr ""
6418
 
6419
- #: wp-live-chat-support/wp-live-chat-support.php:4039
6420
  msgid "Multiple Chats"
6421
  msgstr ""
6422
 
6423
- #: wp-live-chat-support/wp-live-chat-support.php:4040
6424
  msgid "Add unlimited agents"
6425
  msgstr ""
6426
 
6427
- #: wp-live-chat-support/wp-live-chat-support.php:4041
6428
  #, fuzzy
6429
  #| msgid "Missed Chats"
6430
  msgid "Transfer Chats"
6431
  msgstr "Vastaamattomat keskustelut"
6432
 
6433
- #: wp-live-chat-support/wp-live-chat-support.php:4060
6434
  #, fuzzy, php-format
6435
  #| msgid "Via WP Live Chat Support"
6436
  msgid "Thank you for using %s! Please %s on %s"
6437
  msgstr "WP Live Chat Support"
6438
 
6439
- #: wp-live-chat-support/wp-live-chat-support.php:4060
6440
  msgid "rate us"
6441
  msgstr ""
6442
 
6443
- #: wp-live-chat-support/wp-live-chat-support.php:4243
6444
- #: wp-live-chat-support/wp-live-chat-support.php:4303
6445
  msgid "Timestamp"
6446
  msgstr ""
6447
 
6448
- #: wp-live-chat-support/wp-live-chat-support.php:4244
6449
- #: wp-live-chat-support/wp-live-chat-support.php:4304
6450
  msgid "Origin"
6451
  msgstr ""
6452
 
6453
- #: wp-live-chat-support/wp-live-chat-support.php:4249
6454
- #: wp-live-chat-support/wp-live-chat-support.php:4309
6455
  msgid "user"
6456
  msgstr ""
6457
 
6458
- #: wp-live-chat-support/wp-live-chat-support.php:4251
6459
- #: wp-live-chat-support/wp-live-chat-support.php:4311
6460
  msgid "agent"
6461
  msgstr ""
6462
 
6463
- #: wp-live-chat-support/wp-live-chat-support.php:4406
6464
  msgid "Advanced settings"
6465
  msgstr ""
6466
 
6467
- #: wp-live-chat-support/wp-live-chat-support.php:4413
6468
  msgid "Only change these settings if you are experiencing performance issues."
6469
  msgstr ""
6470
 
6471
- #: wp-live-chat-support/wp-live-chat-support.php:4420
6472
  msgid "Website hosting type:"
6473
  msgstr ""
6474
 
6475
- #: wp-live-chat-support/wp-live-chat-support.php:4424
6476
  #, fuzzy
6477
  msgid "Custom parameters"
6478
  msgstr "Väripohja 1"
6479
 
6480
- #: wp-live-chat-support/wp-live-chat-support.php:4425
6481
  msgid "Shared hosting - low level plan"
6482
  msgstr ""
6483
 
6484
- #: wp-live-chat-support/wp-live-chat-support.php:4426
6485
  msgid "Shared hosting - normal plan"
6486
  msgstr ""
6487
 
6488
- #: wp-live-chat-support/wp-live-chat-support.php:4427
6489
  msgid "VPS"
6490
  msgstr ""
6491
 
6492
- #: wp-live-chat-support/wp-live-chat-support.php:4428
6493
  msgid "Dedicated server"
6494
  msgstr ""
6495
 
6496
- #: wp-live-chat-support/wp-live-chat-support.php:4434
6497
  msgid "Long poll setup"
6498
  msgstr ""
6499
 
6500
- #: wp-live-chat-support/wp-live-chat-support.php:4434
6501
  msgid ""
6502
  "Only change these if you are an experienced developer or if you have "
6503
  "received these figures from the WP Live Chat by 3CX team."
6504
  msgstr ""
6505
 
6506
- #: wp-live-chat-support/wp-live-chat-support.php:4439
6507
  msgid "Iterations"
6508
  msgstr ""
6509
 
6510
- #: wp-live-chat-support/wp-live-chat-support.php:4443
6511
  msgid "Sleep between loops"
6512
  msgstr ""
6513
 
6514
- #: wp-live-chat-support/wp-live-chat-support.php:4446
6515
  msgid "milliseconds"
6516
  msgstr ""
6517
 
6518
- #: wp-live-chat-support/wp-live-chat-support.php:4469
6519
  #, fuzzy
6520
  #| msgid "WP Live Chat Support"
6521
  msgid "Show 'Powered by' in chat box"
6522
  msgstr "WP Live Chat Support"
6523
 
6524
- #: wp-live-chat-support/wp-live-chat-support.php:4469
6525
  msgid ""
6526
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
6527
  "bottom of your chatbox."
6528
  msgstr ""
6529
 
6530
- #: wp-live-chat-support/wp-live-chat-support.php:4511
6531
  #, fuzzy
6532
  #| msgid "WP Live Chat Support"
6533
  msgid "Powered by WP Live Chat by 3CX"
6534
  msgstr "WP Live Chat Support"
6535
 
6536
- #: wp-live-chat-support/wp-live-chat-support.php:4665
6537
  msgid ""
6538
  "Browser notifications will no longer function on insecure (non-SSL) sites."
6539
  msgstr ""
6540
 
6541
- #: wp-live-chat-support/wp-live-chat-support.php:4666
6542
  msgid ""
6543
  "Please add an SSL certificate to your site to continue receiving chat "
6544
  "notifications in your browser."
6545
  msgstr ""
6546
 
6547
- #: wp-live-chat-support/wp-live-chat-support.php:4679
6548
  msgid ""
6549
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
6550
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
6551
  msgstr ""
6552
 
6553
- #: wp-live-chat-support/wp-live-chat-support.php:4686
6554
  msgid "Email transcript to user"
6555
  msgstr ""
6556
 
6557
- #: wp-live-chat-support/wp-live-chat-support.php:4697
6558
  msgid "Sending Transcript"
6559
  msgstr ""
6560
 
6561
- #: wp-live-chat-support/wp-live-chat-support.php:4771
6562
  #, php-format
6563
  msgid "Your chat transcript from %1$s"
6564
  msgstr ""
6565
 
6566
- #: wp-live-chat-support/wp-live-chat-support.php:4862
6567
  #, fuzzy
6568
  #| msgid "Chat Window Settings"
6569
  msgid "Chat Transcript Settings"
6570
  msgstr "Keskusteluikkunan asetukset"
6571
 
6572
- #: wp-live-chat-support/wp-live-chat-support.php:4865
6573
  msgid "Enable chat transcripts:"
6574
  msgstr ""
6575
 
6576
- #: wp-live-chat-support/wp-live-chat-support.php:4873
6577
  msgid "Send transcripts to:"
6578
  msgstr ""
6579
 
6580
- #: wp-live-chat-support/wp-live-chat-support.php:4880
6581
  #, fuzzy
6582
  #| msgid "Username"
6583
  msgid "User"
6584
  msgstr "Käyttäjänimi"
6585
 
6586
- #: wp-live-chat-support/wp-live-chat-support.php:4891
6587
  msgid "Send transcripts when chat ends:"
6588
  msgstr ""
6589
 
6590
- #: wp-live-chat-support/wp-live-chat-support.php:4899
6591
  #, fuzzy
6592
  #| msgid "Email"
6593
  msgid "Email body"
6594
  msgstr "Sähköposti"
6595
 
6596
- #: wp-live-chat-support/wp-live-chat-support.php:4909
6597
  #, fuzzy
6598
  #| msgid "Email Address"
6599
  msgid "Email header"
6600
  msgstr "Sähköpostiosoite"
6601
 
6602
- #: wp-live-chat-support/wp-live-chat-support.php:4918
6603
  msgid "Email footer"
6604
  msgstr ""
6605
 
6606
- #: wp-live-chat-support/wp-live-chat-support.php:4994
6607
  msgid ""
6608
  "Please note, local message encryption and local server options will be "
6609
  "deprecated in the next major release. All encryption and message delivery "
6610
  "will handled by our external servers in future."
6611
  msgstr ""
6612
 
6613
- #: wp-live-chat-support/wp-live-chat-support.php:4997
6614
  msgid "Deprecation Notice - Message Encryption & Local Server"
6615
  msgstr ""
6616
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6617
  #~ msgid "Whois for"
6618
  #~ msgstr "Whois …"
6619
 
@@ -6836,11 +6846,6 @@ msgstr ""
6836
  #~ msgid "Welcome to WP Live Chat Support v8"
6837
  #~ msgstr "WP Live Chat Support"
6838
 
6839
- #, fuzzy
6840
- #~| msgid "You are not accepting chats"
6841
- #~ msgid "Skip intro and start accepting chats"
6842
- #~ msgstr "Et ota vastaan keskusteluja"
6843
-
6844
  #, fuzzy
6845
  #~| msgid "Welcome to "
6846
  #~ msgid "Welcome"
@@ -6958,9 +6963,6 @@ msgstr ""
6958
  #~ "Sinun tulee olla valtuutettu keskustelija jotta voit aloittaa chat-"
6959
  #~ "keskustelun"
6960
 
6961
- #~ msgid "No visitors on-line at the moment"
6962
- #~ msgstr "Tällä hetkellä sivulla ei ole kävijöitä"
6963
-
6964
  #~ msgid "No chat sessions available at the moment"
6965
  #~ msgstr "Tällä hetkellä ei ole vapaita keskusteluita"
6966
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2019-10-17 11:31+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:31+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fi_FI\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
  #: 3cx-clicktotalk/admin/admin.php:20 3cx-clicktotalk/admin/admin.php:21
21
  msgid "3CX"
174
  #: contact-form-7/admin/edit-contact-form.php:139
175
  #: wp-live-chat-support/includes/wplc_custom_fields.php:82
176
  #: wp-live-chat-support/includes/wplc_data_triggers.php:469
177
+ #: wp-live-chat-support/wp-live-chat-support.php:2377
178
+ #: wp-live-chat-support/wp-live-chat-support.php:3360
179
  msgid "Status"
180
  msgstr "Tila"
181
 
194
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:153
195
  #: contact-form-7/admin/edit-contact-form.php:168
196
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:90
197
+ #: wp-live-chat-support/functions.php:4646
198
+ #: wp-live-chat-support/functions.php:4691
199
  #: wp-live-chat-support/includes/wplc_custom_fields.php:107
200
  #: wp-live-chat-support/includes/wplc_data_triggers.php:478
201
  #: wp-live-chat-support/includes/wplc_data_triggers.php:616
243
  #: 3cx-webinars/admin/edit-webinar-form.php:179
244
  #: 3cx-webinars/admin/includes/help-tabs.php:60
245
  #: contact-form-7/admin/includes/help-tabs.php:94
246
+ #: wp-live-chat-support/wp-live-chat-support.php:997
247
+ #: wp-live-chat-support/wp-live-chat-support.php:3939
248
  msgid "Support"
249
  msgstr "Tuki"
250
 
296
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:12
297
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:11
298
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:12
299
+ #: wp-live-chat-support/functions.php:2090
300
  #: wp-live-chat-support/includes/settings_page.php:331
301
  msgid "Title"
302
  msgstr ""
310
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:14
311
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:13
312
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:14
313
+ #: wp-live-chat-support/functions.php:2092
314
  #: wp-live-chat-support/includes/settings_page.php:1182
315
  msgid "Author"
316
  msgstr ""
318
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:15
319
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:14
320
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:15
321
+ #: wp-live-chat-support/functions.php:1505
322
+ #: wp-live-chat-support/functions.php:2093
323
  #: wp-live-chat-support/includes/settings_page.php:332
324
  #: wp-live-chat-support/includes/settings_page.php:434
325
+ #: wp-live-chat-support/wp-live-chat-support.php:3356
326
+ #: wp-live-chat-support/wp-live-chat-support.php:3483
327
  msgid "Date"
328
  msgstr "Päivämäärä"
329
 
476
  #: contact-form-7/admin/includes/help-tabs.php:16
477
  #: contact-form-7/admin/includes/help-tabs.php:30
478
  #: contact-form-7/admin/includes/help-tabs.php:49
479
+ #: wp-live-chat-support/functions.php:4165
480
  #: wp-live-chat-support/includes/wplc_roi.php:161
481
  msgid "Overview"
482
  msgstr ""
801
  #: classic-editor/classic-editor.php:690 contact-form-7/admin/admin.php:557
802
  #: wp-live-chat-support/includes/dashboard_page.php:60
803
  #: wp-live-chat-support/includes/settings_page.php:71
804
+ #: wp-live-chat-support/wp-live-chat-support.php:981
805
  msgid "Settings"
806
  msgstr "Asetukset"
807
 
1245
  msgstr ""
1246
 
1247
  #: classic-editor/classic-editor.php:417
1248
+ #: wp-live-chat-support/functions.php:1496
1249
  #: wp-live-chat-support/includes/settings_page.php:142
1250
  #: wp-live-chat-support/includes/wplc_custom_fields.php:263
1251
+ #: wp-live-chat-support/wp-live-chat-support.php:3327
1252
  msgid "Yes"
1253
  msgstr "Kyllä"
1254
 
1255
  #: classic-editor/classic-editor.php:421
1256
+ #: wp-live-chat-support/functions.php:1496
1257
  #: wp-live-chat-support/includes/settings_page.php:143
1258
  #: wp-live-chat-support/includes/wplc_custom_fields.php:263
1259
+ #: wp-live-chat-support/wp-live-chat-support.php:3327
1260
  msgid "No"
1261
  msgstr "Nro"
1262
 
1540
  msgstr ""
1541
 
1542
  #: contact-form-7/admin/includes/editor.php:154
1543
+ #: wp-live-chat-support/wp-live-chat-support.php:4220
1544
+ #: wp-live-chat-support/wp-live-chat-support.php:4280
1545
  msgid "From"
1546
  msgstr ""
1547
 
1741
  msgstr ""
1742
 
1743
  #: contact-form-7/admin/includes/welcome-panel.php:16
1744
+ #: wp-live-chat-support/wp-live-chat-support.php:4978
1745
  msgid "Dismiss"
1746
  msgstr ""
1747
 
1908
 
1909
  #: contact-form-7/includes/contact-form-template.php:42
1910
  #: contact-form-7/modules/submit.php:26
1911
+ #: wp-live-chat-support/wp-live-chat-support.php:1911
1912
+ #: wp-live-chat-support/wp-live-chat-support.php:2653
1913
  msgid "Send"
1914
  msgstr "Lähetä"
1915
 
2120
  #: contact-form-7/modules/really-simple-captcha.php:282
2121
  #: contact-form-7/modules/select.php:183 contact-form-7/modules/text.php:254
2122
  #: contact-form-7/modules/textarea.php:161
2123
+ #: wp-live-chat-support/functions.php:1182
2124
+ #: wp-live-chat-support/functions.php:1506
2125
  #: wp-live-chat-support/includes/settings_page.php:164
2126
  #: wp-live-chat-support/includes/settings_page.php:408
2127
  #: wp-live-chat-support/includes/wplc_custom_fields.php:79
2130
  #: wp-live-chat-support/includes/wplc_roi.php:160
2131
  #: wp-live-chat-support/modules/node_server.php:81
2132
  #: wp-live-chat-support/modules/node_server.php:124
2133
+ #: wp-live-chat-support/wp-live-chat-support.php:1592
2134
+ #: wp-live-chat-support/wp-live-chat-support.php:1615
2135
+ #: wp-live-chat-support/wp-live-chat-support.php:1780
2136
+ #: wp-live-chat-support/wp-live-chat-support.php:3357
2137
+ #: wp-live-chat-support/wp-live-chat-support.php:3484
2138
  msgid "Name"
2139
  msgstr "Nimi"
2140
 
2766
  msgid "email"
2767
  msgstr "Sähköposti"
2768
 
2769
+ #: contact-form-7/modules/text.php:210 wp-live-chat-support/functions.php:1508
2770
+ #: wp-live-chat-support/functions.php:4264
2771
+ #: wp-live-chat-support/wp-live-chat-support.php:3359
2772
  msgid "URL"
2773
  msgstr "URL"
2774
 
2851
 
2852
  #: wp-live-chat-support/ajax/agent.php:167
2853
  #: wp-live-chat-support/ajax/user.php:114
2854
+ #: wp-live-chat-support/wp-live-chat-support.php:370
2855
+ #: wp-live-chat-support/wp-live-chat-support.php:4864
2856
  msgid "Admin"
2857
  msgstr "Ylläpitäjä"
2858
 
2902
  msgid "End Chat"
2903
  msgstr "Päätä keskustelu"
2904
 
2905
+ #: wp-live-chat-support/functions.php:1021
2906
  msgid "complete"
2907
  msgstr "päättynyt"
2908
 
2909
+ #: wp-live-chat-support/functions.php:1024
2910
  msgid "pending"
2911
  msgstr "jonossa"
2912
 
2913
+ #: wp-live-chat-support/functions.php:1027
2914
  msgid "active"
2915
  msgstr "aktiivinen"
2916
 
2917
+ #: wp-live-chat-support/functions.php:1030
2918
  msgid "deleted"
2919
  msgstr "poistettu"
2920
 
2921
+ #: wp-live-chat-support/functions.php:1033
2922
  msgid "browsing"
2923
  msgstr "selaa"
2924
 
2925
+ #: wp-live-chat-support/functions.php:1036
2926
  msgid "requesting chat"
2927
  msgstr "otetaan yhteyttä"
2928
 
2929
+ #: wp-live-chat-support/functions.php:1039
2930
  msgid "Chat Ended - User still browsing"
2931
  msgstr "Keskustelu on päättynyt - kävijä on vielä sivustolla"
2932
 
2933
+ #: wp-live-chat-support/functions.php:1042
2934
  msgid "User is browsing but doesn't want to chat"
2935
  msgstr "Kävijä on sivustolla mutta ei halua keskustella"
2936
 
2937
+ #: wp-live-chat-support/functions.php:1181
2938
  #: wp-live-chat-support/includes/settings_page.php:774
2939
  #, fuzzy
2940
  #| msgid "WP Live Chat Support - Offline Message from "
2941
  msgid "WP Live Chat by 3CX - Offline Message from "
2942
  msgstr "WP Live Chat Support - offline-viesti kävijältä "
2943
 
2944
+ #: wp-live-chat-support/functions.php:1183
2945
+ #: wp-live-chat-support/functions.php:1507
2946
  #: wp-live-chat-support/includes/settings_page.php:160
2947
  #: wp-live-chat-support/modules/node_server.php:125
2948
+ #: wp-live-chat-support/wp-live-chat-support.php:1593
2949
+ #: wp-live-chat-support/wp-live-chat-support.php:1604
2950
+ #: wp-live-chat-support/wp-live-chat-support.php:1781
2951
+ #: wp-live-chat-support/wp-live-chat-support.php:3358
2952
+ #: wp-live-chat-support/wp-live-chat-support.php:3485
2953
  msgid "Email"
2954
  msgstr "Sähköposti"
2955
 
2956
+ #: wp-live-chat-support/functions.php:1184
2957
+ #: wp-live-chat-support/wp-live-chat-support.php:1782
2958
+ #: wp-live-chat-support/wp-live-chat-support.php:3486
2959
+ #: wp-live-chat-support/wp-live-chat-support.php:4221
2960
+ #: wp-live-chat-support/wp-live-chat-support.php:4281
2961
  msgid "Message"
2962
  msgstr "Viesti"
2963
 
2964
+ #: wp-live-chat-support/functions.php:1185
2965
  #, fuzzy
2966
  #| msgid "Via WP Live Chat Support"
2967
  msgid "Via WP Live Chat by 3CX"
2968
  msgstr "WP Live Chat Support"
2969
 
2970
+ #: wp-live-chat-support/functions.php:1484
2971
+ #: wp-live-chat-support/wp-live-chat-support.php:3313
2972
  msgid "Error: Could not delete chat"
2973
  msgstr ""
2974
 
2975
+ #: wp-live-chat-support/functions.php:1486
2976
+ #: wp-live-chat-support/wp-live-chat-support.php:3317
2977
  msgid "Chat Deleted"
2978
  msgstr ""
2979
 
2980
+ #: wp-live-chat-support/functions.php:1489
2981
  #: wp-live-chat-support/includes/wplc_custom_fields.php:35
2982
  #: wp-live-chat-support/includes/wplc_custom_fields.php:441
2983
  #: wp-live-chat-support/includes/wplc_custom_fields.php:462
2993
  #: wp-live-chat-support/includes/wplc_roi.php:446
2994
  #: wp-live-chat-support/modules/advanced_tools.php:29
2995
  #: wp-live-chat-support/modules/advanced_tools.php:146
2996
+ #: wp-live-chat-support/modules/advanced_tools.php:244
2997
+ #: wp-live-chat-support/modules/advanced_tools.php:252
2998
+ #: wp-live-chat-support/modules/advanced_tools.php:260
2999
+ #: wp-live-chat-support/modules/advanced_tools.php:268
3000
  #: wp-live-chat-support/modules/gdpr.php:223
3001
  #: wp-live-chat-support/modules/gdpr.php:237
3002
  #: wp-live-chat-support/modules/webhooks_manager.php:102
3003
  #: wp-live-chat-support/modules/webhooks_manager.php:122
3004
  #: wp-live-chat-support/modules/webhooks_manager.php:149
3005
+ #: wp-live-chat-support/wp-live-chat-support.php:3272
3006
+ #: wp-live-chat-support/wp-live-chat-support.php:3302
3007
+ #: wp-live-chat-support/wp-live-chat-support.php:4191
3008
  msgid "You do not have permission do perform this action"
3009
  msgstr ""
3010
 
3011
+ #: wp-live-chat-support/functions.php:1495
3012
+ #: wp-live-chat-support/wp-live-chat-support.php:3326
3013
  msgid "Are you sure you would like to delete this chat?"
3014
  msgstr ""
3015
 
3016
+ #: wp-live-chat-support/functions.php:1509
3017
  #: wp-live-chat-support/includes/wplc_custom_fields.php:83
3018
  #: wp-live-chat-support/includes/wplc_data_triggers.php:470
3019
  #: wp-live-chat-support/includes/wplc_departments.php:177
3020
  #: wp-live-chat-support/includes/wplc_roi.php:164
3021
  #: wp-live-chat-support/modules/webhooks_manager.php:251
3022
+ #: wp-live-chat-support/wp-live-chat-support.php:2378
3023
+ #: wp-live-chat-support/wp-live-chat-support.php:3361
3024
  msgid "Action"
3025
  msgstr "Toiminto"
3026
 
3027
+ #: wp-live-chat-support/functions.php:1523
3028
  msgid "You have not missed any chat requests."
3029
  msgstr "Yhtään keskustelua ei ole jäänyt vastaamatta."
3030
 
3031
+ #: wp-live-chat-support/functions.php:1530
3032
+ #: wp-live-chat-support/wp-live-chat-support.php:3381
3033
  msgid "View Chat History"
3034
  msgstr "Tarkastele keskusteluhistoriaa"
3035
 
3036
+ #: wp-live-chat-support/functions.php:1530
3037
+ #: wp-live-chat-support/wp-live-chat-support.php:3381
3038
  msgid "Download Chat History"
3039
  msgstr ""
3040
 
3041
+ #: wp-live-chat-support/functions.php:1724
3042
  msgid "Open chat window via"
3043
  msgstr ""
3044
 
3045
+ #: wp-live-chat-support/functions.php:1728
3046
  msgid "Click"
3047
  msgstr ""
3048
 
3049
+ #: wp-live-chat-support/functions.php:1729
3050
  msgid "Hover"
3051
  msgstr ""
3052
 
3053
+ #: wp-live-chat-support/functions.php:1731
3054
  msgid "element with"
3055
  msgstr ""
3056
 
3057
+ #: wp-live-chat-support/functions.php:1733
3058
  msgid "Class"
3059
  msgstr ""
3060
 
3061
+ #: wp-live-chat-support/functions.php:1734
3062
  #: wp-live-chat-support/includes/wplc_custom_fields.php:78
3063
  #: wp-live-chat-support/includes/wplc_data_triggers.php:464
3064
  #: wp-live-chat-support/includes/wplc_departments.php:175
3066
  msgid "ID"
3067
  msgstr ""
3068
 
3069
+ #: wp-live-chat-support/functions.php:2005
3070
+ #: wp-live-chat-support/functions.php:2011
3071
+ #: wp-live-chat-support/functions.php:2016
3072
  #: wp-live-chat-support/includes/dashboard_page.php:58
3073
  #: wp-live-chat-support/modules/node_server.php:134
3074
  #: wp-live-chat-support/modules/node_server.php:1022
3075
+ #: wp-live-chat-support/wp-live-chat-support.php:3962
3076
  msgid "Quick Responses"
3077
  msgstr "Pikavastaukset"
3078
 
3079
+ #: wp-live-chat-support/functions.php:2006
3080
  #: wp-live-chat-support/includes/settings_page.php:322
3081
  msgid "Quick Response"
3082
  msgstr "Pikavastaus"
3083
 
3084
+ #: wp-live-chat-support/functions.php:2007
3085
+ #: wp-live-chat-support/functions.php:2010
3086
  msgid "New Quick Response"
3087
  msgstr "Uusi pikavastaus"
3088
 
3089
+ #: wp-live-chat-support/functions.php:2008
3090
  #: wp-live-chat-support/modules/node_server.php:1031
3091
  msgid "Add New Quick Response"
3092
  msgstr "Lisää uusi pikavastaus"
3093
 
3094
+ #: wp-live-chat-support/functions.php:2009
3095
  msgid "Edit Quick Response"
3096
  msgstr "Muokka pikavastausta"
3097
 
3098
+ #: wp-live-chat-support/functions.php:2012
3099
  msgid "View Quick Responses"
3100
  msgstr "Tarkastele pikavastauksia"
3101
 
3102
+ #: wp-live-chat-support/functions.php:2013
3103
  msgid "Search Quick Responses"
3104
  msgstr "Etsi pikavastauksista"
3105
 
3106
+ #: wp-live-chat-support/functions.php:2014
3107
  msgid "No Quick Responses found"
3108
  msgstr "Pikavastauksia ei löydetty"
3109
 
3110
+ #: wp-live-chat-support/functions.php:2015
3111
  msgid "No Quick Responses found in the Trash"
3112
  msgstr "Roskakorista ei löydetty pikavastauksia"
3113
 
3114
+ #: wp-live-chat-support/functions.php:2020
3115
  #, fuzzy
3116
  #| msgid "Quick Responses for WP Live Chat Support Pro"
3117
  msgid "Quick Responses for WP Live Chat by 3CX"
3118
  msgstr "Asennetaan WP Live Chat Support Pro -lisäosa"
3119
 
3120
+ #: wp-live-chat-support/functions.php:2054
3121
  msgid "Sort Order"
3122
  msgstr ""
3123
 
3124
+ #: wp-live-chat-support/functions.php:2091
3125
  msgid "Order"
3126
  msgstr ""
3127
 
3128
+ #: wp-live-chat-support/functions.php:2135
3129
+ #: wp-live-chat-support/wp-live-chat-support.php:461
3130
  msgid "Press ENTER to send your message"
3131
  msgstr "Painakaa LÄHETÄ viestin lähettämiseksi"
3132
 
3133
+ #: wp-live-chat-support/functions.php:2174
3134
+ #: wp-live-chat-support/functions.php:2178
3135
  msgid "Assign Quick Response"
3136
  msgstr "Lähetä pikavastaus"
3137
 
3138
+ #: wp-live-chat-support/functions.php:2181
3139
  #: wp-live-chat-support/includes/settings_page.php:1164
3140
  msgid "Select"
3141
  msgstr "Valitse"
3142
 
3143
+ #: wp-live-chat-support/functions.php:2187
3144
  msgid "What is this?"
3145
  msgstr "Mitä ovat pikavastaukset?"
3146
 
3147
+ #: wp-live-chat-support/functions.php:2229
3148
  #, php-format
3149
  msgid "Incoming chat from %s (%s) on %s"
3150
  msgstr ""
3151
 
3152
+ #: wp-live-chat-support/functions.php:2235
3153
  #, fuzzy, php-format
3154
  #| msgid "Alert: Someone wants to chat with you on "
3155
  msgid "%s (%s) wants to chat with you."
3156
  msgstr "Hälytys: joku haluaa keskustella kanssasi sivulla "
3157
 
3158
+ #: wp-live-chat-support/functions.php:2240
3159
  #, fuzzy, php-format
3160
  #| msgid "Log in"
3161
  msgid "Log in: %s"
3162
  msgstr "Kirjaudu sisään"
3163
 
3164
+ #: wp-live-chat-support/functions.php:2567
3165
  #, fuzzy
3166
  #| msgid "Chat Agents Online"
3167
  msgid "Status (Online)"
3168
  msgstr "Linjoilla olevat keskustelijat"
3169
 
3170
+ #: wp-live-chat-support/functions.php:2568
3171
  msgid "Online"
3172
  msgstr ""
3173
 
3174
+ #: wp-live-chat-support/functions.php:2569
3175
  #, fuzzy
3176
  msgid "Offline"
3177
  msgstr "Offline-teksti"
3178
 
3179
+ #: wp-live-chat-support/functions.php:2570
3180
  msgid "Status (Offline)"
3181
  msgstr ""
3182
 
3183
+ #: wp-live-chat-support/functions.php:2581
3184
  msgid ""
3185
  "You have set your status to offline. To view visitors and accept chats "
3186
  "please set your status to online using the switch above."
3187
  msgstr ""
3188
 
3189
+ #: wp-live-chat-support/functions.php:2651
3190
  msgid "Encryption"
3191
  msgstr ""
3192
 
3193
+ #: wp-live-chat-support/functions.php:2657
3194
  #: wp-live-chat-support/includes/settings_page.php:1225
3195
+ #: wp-live-chat-support/wp-live-chat-support.php:3977
3196
  msgid "Business Hours"
3197
  msgstr ""
3198
 
3199
+ #: wp-live-chat-support/functions.php:2859
3200
  msgid "Initiate Chat"
3201
  msgstr "Aloita keskustelu"
3202
 
3203
+ #: wp-live-chat-support/functions.php:2951
3204
  msgid "Attempting to open the chat window... Please be patient."
3205
  msgstr "Yritetään avata keskusteluikkuna… odottakaa hetki."
3206
 
3207
+ #: wp-live-chat-support/functions.php:2968
3208
  msgid ""
3209
  "You are not a chat agent. Please make yourself a chat agent before trying to "
3210
  "chat to visitors"
3212
  "Sinua ei ole valtuutettu keskustelujen käyttäjäksi. Anna itsellesi valtuudet "
3213
  "ennen kuin yrität keskustella kävijöiden kanssa."
3214
 
3215
+ #: wp-live-chat-support/functions.php:3163
3216
+ #: wp-live-chat-support/functions.php:3179
3217
+ #: wp-live-chat-support/functions.php:3194
3218
  msgid "Chat Agent"
3219
  msgstr "Keskustelija"
3220
 
3221
+ #: wp-live-chat-support/functions.php:3168
3222
+ #: wp-live-chat-support/functions.php:3184
3223
  msgid "Make this user a chat agent"
3224
  msgstr "Tee tästä käyttäjästä keskustelija"
3225
 
3226
+ #: wp-live-chat-support/functions.php:3198
3227
  msgid "Your user role does not allow you to make yourself a chat agent."
3228
  msgstr "Roolisi sivulla estää sinua tekemästä itsestäsi keskustelijaa. "
3229
 
3230
+ #: wp-live-chat-support/functions.php:3199
3231
  msgid "Please contact the administrator of this website to change this."
3232
  msgstr "Ota yhteyttä sivuston ylläpitäjään tarpeellisen muutoksen tekemiseksi."
3233
 
3234
+ #: wp-live-chat-support/functions.php:3218
3235
  msgid "This chat has already been answered by another agent."
3236
  msgstr ""
3237
 
3238
+ #: wp-live-chat-support/functions.php:3460
3239
+ #: wp-live-chat-support/wp-live-chat-support.php:2314
3240
  msgid "Agent(s) online"
3241
  msgstr ""
3242
 
3243
+ #: wp-live-chat-support/functions.php:3514
3244
  msgid "Chat Agent Online"
3245
  msgstr "Linjoilla olevat keskustelijat"
3246
 
3247
+ #: wp-live-chat-support/functions.php:3516
3248
+ #: wp-live-chat-support/functions.php:3520
3249
  msgid "Chat Agents Online"
3250
  msgstr "Linjoilla olevat keskustelijat"
3251
 
3252
+ #: wp-live-chat-support/functions.php:3628
3253
  #: wp-live-chat-support/includes/settings_page.php:1153
3254
+ #: wp-live-chat-support/wp-live-chat-support.php:2260
3255
  msgid "Remove"
3256
  msgstr ""
3257
 
3258
+ #: wp-live-chat-support/functions.php:3631
3259
+ #: wp-live-chat-support/wp-live-chat-support.php:2263
3260
  msgid "Typing..."
3261
  msgstr ""
3262
 
3263
+ #: wp-live-chat-support/functions.php:4001
3264
  msgid "User Experience Ratings"
3265
  msgstr ""
3266
 
3267
+ #: wp-live-chat-support/functions.php:4008
3268
  msgid "Agent Statistics"
3269
  msgstr ""
3270
 
3271
+ #: wp-live-chat-support/functions.php:4051
3272
+ #: wp-live-chat-support/functions.php:4090
3273
  msgid "Satisfaction Rating"
3274
  msgstr ""
3275
 
3276
+ #: wp-live-chat-support/functions.php:4052
3277
+ #: wp-live-chat-support/functions.php:4091
3278
  msgid "Rating Count"
3279
  msgstr ""
3280
 
3281
+ #: wp-live-chat-support/functions.php:4052
3282
+ #: wp-live-chat-support/functions.php:4091
3283
  msgid "Good"
3284
  msgstr ""
3285
 
3286
+ #: wp-live-chat-support/functions.php:4052
3287
+ #: wp-live-chat-support/functions.php:4091
3288
  msgid "Bad"
3289
  msgstr ""
3290
 
3291
+ #: wp-live-chat-support/functions.php:4162
3292
  #: wp-live-chat-support/includes/dashboard_page.php:56
3293
+ #: wp-live-chat-support/wp-live-chat-support.php:1015
3294
  #, fuzzy
3295
  #| msgid "View Quick Responses"
3296
  msgid "Reports"
3297
  msgstr "Tarkastele pikavastauksia"
3298
 
3299
+ #: wp-live-chat-support/functions.php:4166
3300
  msgid "Popular Pages"
3301
  msgstr ""
3302
 
3303
+ #: wp-live-chat-support/functions.php:4184
3304
  msgid "Total Agents"
3305
  msgstr ""
3306
 
3307
+ #: wp-live-chat-support/functions.php:4184
3308
  msgid "Total number of agents that used the live chat"
3309
  msgstr ""
3310
 
3311
+ #: wp-live-chat-support/functions.php:4185
3312
  msgid "Total Chats"
3313
  msgstr ""
3314
 
3315
+ #: wp-live-chat-support/functions.php:4185
3316
  msgid "Total number of chats received"
3317
  msgstr ""
3318
 
3319
+ #: wp-live-chat-support/functions.php:4186
3320
  msgid "Total URLs"
3321
  msgstr ""
3322
 
3323
+ #: wp-live-chat-support/functions.php:4186
3324
  msgid "Total number of URLs a chat was initiated on"
3325
  msgstr ""
3326
 
3327
+ #: wp-live-chat-support/functions.php:4187
3328
  msgid "Chats per day"
3329
  msgstr ""
3330
 
3331
+ #: wp-live-chat-support/functions.php:4188
3332
  msgid "Popular pages a chat was initiated on"
3333
  msgstr ""
3334
 
3335
+ #: wp-live-chat-support/functions.php:4218
3336
  #: wp-live-chat-support/includes/wplc_custom_fields.php:304
3337
  #, fuzzy
3338
  msgid "Unknown"
3339
  msgstr "Tuntematon"
3340
 
3341
+ #: wp-live-chat-support/functions.php:4265
3342
  msgid "Count"
3343
  msgstr ""
3344
 
3345
+ #: wp-live-chat-support/functions.php:4291
3346
  msgid "Enable Manual Chat Initiation:"
3347
  msgstr ""
3348
 
3349
+ #: wp-live-chat-support/functions.php:4291
3350
  msgid ""
3351
  "Enabling this feature will allow agents to start a chat with website "
3352
  "visitors. This feature increases server load while enabled."
3353
  msgstr ""
3354
 
3355
+ #: wp-live-chat-support/functions.php:4295
3356
  #: wp-live-chat-support/modules/advanced_features.php:73
3357
  msgid ""
3358
  "This feature is only available when you select 3CX High Performance Cloud "
3359
  "Servers in Advanced Features."
3360
  msgstr ""
3361
 
3362
+ #: wp-live-chat-support/functions.php:4382
3363
  #, fuzzy
3364
  #| msgid "Thank you for your feedback. We will be in touch soon"
3365
  msgid "Thank you for inquiry. We will get back to you shortly"
3366
  msgstr "Kiitos palautteesta! Olemme pian yhteydessä."
3367
 
3368
+ #: wp-live-chat-support/functions.php:4560
3369
+ #: wp-live-chat-support/wp-live-chat-support.php:4550
3370
  msgid "The Live Chat box is currently disabled on your website due to:"
3371
  msgstr ""
3372
 
3373
+ #: wp-live-chat-support/functions.php:4561
3374
+ #: wp-live-chat-support/wp-live-chat-support.php:4551
3375
  #, fuzzy
3376
  #| msgid "General Settings"
3377
  msgid "Business Hours Settings"
3378
  msgstr "Yleiset asetukset"
3379
 
3380
+ #: wp-live-chat-support/functions.php:4612
3381
  msgid "Edit Profile"
3382
  msgstr ""
3383
 
3384
+ #: wp-live-chat-support/functions.php:4623
3385
  #: wp-live-chat-support/modules/node_server.php:96
3386
  #: wp-live-chat-support/modules/node_server.php:878
3387
  msgid "Drag Files Here"
3388
  msgstr ""
3389
 
3390
+ #: wp-live-chat-support/functions.php:4647
3391
  #, fuzzy
3392
  #| msgid "Send"
3393
  msgid "Send..."
3394
  msgstr "Lähetä"
3395
 
3396
+ #: wp-live-chat-support/functions.php:4648
3397
+ #: wp-live-chat-support/functions.php:4693
3398
  msgid "Play voice note"
3399
  msgstr ""
3400
 
3401
+ #: wp-live-chat-support/functions.php:4692
3402
  msgid "Save..."
3403
  msgstr ""
3404
 
3405
+ #: wp-live-chat-support/functions.php:4780
3406
+ #: wp-live-chat-support/wp-live-chat-support.php:1248
3407
+ #: wp-live-chat-support/wp-live-chat-support.php:2791
3408
  msgid "is typing..."
3409
  msgstr ""
3410
 
3411
+ #: wp-live-chat-support/functions.php:4782
3412
+ #, fuzzy
3413
+ #| msgid "No visitors on-line at the moment"
3414
+ msgid "There are no visitors on your site at the moment"
3415
+ msgstr "Tällä hetkellä sivulla ei ole kävijöitä"
3416
+
3417
+ #: wp-live-chat-support/functions.php:4783
3418
+ msgid "Connection to the server lost, reconnecting..."
3419
+ msgstr ""
3420
+
3421
+ #: wp-live-chat-support/functions.php:4784
3422
+ #, fuzzy
3423
+ #| msgid "You are not accepting chats"
3424
+ msgid "Agent offline - not accepting chats"
3425
+ msgstr "Et ota vastaan keskusteluja"
3426
+
3427
+ #: wp-live-chat-support/functions.php:4800
3428
  msgid "An error has occured while fetching the news feed."
3429
  msgstr ""
3430
 
3431
+ #: wp-live-chat-support/functions.php:4897
3432
  msgid "Default"
3433
  msgstr ""
3434
 
3435
+ #: wp-live-chat-support/functions.php:5200
3436
+ #: wp-live-chat-support/functions.php:5204
3437
  msgid "You do not have permission to perform this action"
3438
  msgstr ""
3439
 
 
 
 
 
 
 
3440
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:30
3441
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:51
3442
+ #: wp-live-chat-support/wp-live-chat-support.php:3978
3443
  msgid "Gutenberg Blocks"
3444
  msgstr ""
3445
 
3494
  msgstr ""
3495
 
3496
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:218
3497
+ #: wp-live-chat-support/wp-live-chat-support.php:1256
3498
+ #: wp-live-chat-support/wp-live-chat-support.php:1899
3499
  #, fuzzy
3500
  #| msgid "type here..."
3501
  msgid "Type here"
3502
  msgstr "vastatkaa tähän ..."
3503
 
3504
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:222
3505
+ #: wp-live-chat-support/wp-live-chat-support.php:979
3506
  msgid "Live Chat"
3507
  msgstr "Chat-keskustelu"
3508
 
 
 
 
 
 
 
3509
  #: wp-live-chat-support/includes/dashboard_page.php:46
3510
+ #: wp-live-chat-support/wp-live-chat-support.php:980
3511
  msgid "Dashboard"
3512
  msgstr ""
3513
 
3531
  msgstr "Vastaamattomat keskustelut"
3532
 
3533
  #: wp-live-chat-support/includes/dashboard_page.php:55
3534
+ #: wp-live-chat-support/wp-live-chat-support.php:988
3535
+ #: wp-live-chat-support/wp-live-chat-support.php:3420
3536
  msgid "History"
3537
  msgstr "Historia"
3538
 
3540
  #: wp-live-chat-support/includes/settings_page.php:108
3541
  #: wp-live-chat-support/includes/settings_page.php:704
3542
  #: wp-live-chat-support/modules/advanced_tools.php:84
3543
+ #: wp-live-chat-support/wp-live-chat-support.php:992
3544
+ #: wp-live-chat-support/wp-live-chat-support.php:3466
3545
+ #: wp-live-chat-support/wp-live-chat-support.php:3963
3546
  msgid "Offline Messages"
3547
  msgstr "Offline-viestit"
3548
 
3637
 
3638
  #: wp-live-chat-support/includes/settings_page.php:98
3639
  #: wp-live-chat-support/includes/settings_page.php:136
3640
+ #: wp-live-chat-support/wp-live-chat-support.php:3974
3641
  msgid "General Settings"
3642
  msgstr "Yleiset asetukset"
3643
 
3693
  msgstr ""
3694
 
3695
  #: wp-live-chat-support/includes/settings_page.php:177
3696
+ #: wp-live-chat-support/wp-live-chat-support.php:460
3697
  msgid "Guest"
3698
  msgstr ""
3699
 
3899
  msgstr ""
3900
 
3901
  #: wp-live-chat-support/includes/settings_page.php:381
3902
+ #: wp-live-chat-support/wp-live-chat-support.php:3975
3903
  #, fuzzy
3904
  #| msgid "Chat Window Settings"
3905
  msgid "Chat Box Settings"
3982
  msgstr "Kävijä on suurentanut keskusteluikkunan"
3983
 
3984
  #: wp-live-chat-support/includes/settings_page.php:435
3985
+ #: wp-live-chat-support/wp-live-chat-support.php:2373
3986
  msgid "Time"
3987
  msgstr ""
3988
 
4331
  #: wp-live-chat-support/includes/settings_page.php:1006
4332
  #: wp-live-chat-support/includes/wplc_departments.php:586
4333
  #: wp-live-chat-support/modules/node_server.php:652
4334
+ #: wp-live-chat-support/wp-live-chat-support.php:2297
4335
  msgid "here"
4336
  msgstr ""
4337
 
4394
  msgstr "Muuta tekstiä"
4395
 
4396
  #: wp-live-chat-support/includes/settings_page.php:1065
4397
+ #: wp-live-chat-support/wp-live-chat-support.php:454
4398
+ #: wp-live-chat-support/wp-live-chat-support.php:1202
4399
  #, fuzzy
4400
  #| msgid "Chat has been answered by another agent"
4401
  msgid "The chat has been ended by the agent."
4563
  msgstr ""
4564
 
4565
  #: wp-live-chat-support/includes/wplc_custom_fields.php:71
4566
+ #: wp-live-chat-support/wp-live-chat-support.php:1017
4567
  msgid "Custom Fields"
4568
  msgstr ""
4569
 
4570
  #: wp-live-chat-support/includes/wplc_custom_fields.php:80
4571
  #: wp-live-chat-support/includes/wplc_data_triggers.php:466
4572
+ #: wp-live-chat-support/wp-live-chat-support.php:2374
4573
  msgid "Type"
4574
  msgstr ""
4575
 
4579
  msgstr ""
4580
 
4581
  #: wp-live-chat-support/includes/wplc_custom_fields.php:99
4582
+ #: wp-live-chat-support/wp-live-chat-support.php:2570
4583
  msgid "Active"
4584
  msgstr "Aktiivinen"
4585
 
4673
  msgstr ""
4674
 
4675
  #: wp-live-chat-support/includes/wplc_data_triggers.php:11
4676
+ #: wp-live-chat-support/wp-live-chat-support.php:1016
4677
+ #: wp-live-chat-support/wp-live-chat-support.php:3949
4678
  msgid "Triggers"
4679
  msgstr ""
4680
 
4751
 
4752
  #: wp-live-chat-support/includes/wplc_data_triggers.php:128
4753
  #: wp-live-chat-support/modules/node_server.php:596
4754
+ #: wp-live-chat-support/wp-live-chat-support.php:4677
4755
  msgid "Close"
4756
  msgstr ""
4757
 
4900
 
4901
  #: wp-live-chat-support/includes/wplc_roi.php:104
4902
  #: wp-live-chat-support/includes/wplc_roi.php:119
4903
+ #: wp-live-chat-support/wp-live-chat-support.php:3951
4904
  msgid "ROI Goals"
4905
  msgstr ""
4906
 
5240
 
5241
  #: wp-live-chat-support/modules/advanced_tools.php:62
5242
  #: wp-live-chat-support/modules/node_server.php:876
5243
+ #: wp-live-chat-support/wp-live-chat-support.php:3964
5244
  #, fuzzy
5245
  #| msgid "View Chat History"
5246
  msgid "Chat History"
5286
  msgid "This cannot be undone"
5287
  msgstr ""
5288
 
5289
+ #: wp-live-chat-support/modules/advanced_tools.php:193
5290
  msgid "Import Failed - Could Not Process File"
5291
  msgstr ""
5292
 
5293
+ #: wp-live-chat-support/modules/advanced_tools.php:207
5294
  msgid "Import Failed - Could Not Find File"
5295
  msgstr ""
5296
 
5297
+ #: wp-live-chat-support/modules/advanced_tools.php:219
5298
  #, fuzzy
5299
  #| msgid "complete"
5300
  msgid "Import Complete"
5301
  msgstr "päättynyt"
5302
 
5303
+ #: wp-live-chat-support/modules/advanced_tools.php:227
5304
  #, fuzzy
5305
  #| msgid "Your settings have been saved."
5306
  msgid "Thank you, all settings have been updated"
5382
 
5383
  #: wp-live-chat-support/modules/gdpr.php:44
5384
  #: wp-live-chat-support/modules/gdpr.php:345
5385
+ #: wp-live-chat-support/wp-live-chat-support.php:401
5386
  #, fuzzy
5387
  #| msgid "Support"
5388
  msgid "Chat/Support"
5448
  msgstr ""
5449
 
5450
  #: wp-live-chat-support/modules/gdpr.php:162
5451
+ #: wp-live-chat-support/wp-live-chat-support.php:4219
5452
+ #: wp-live-chat-support/wp-live-chat-support.php:4279
5453
  msgid "Chat ID"
5454
  msgstr ""
5455
 
5473
 
5474
  #: wp-live-chat-support/modules/gdpr.php:365
5475
  #: wp-live-chat-support/modules/gdpr.php:566
5476
+ #: wp-live-chat-support/modules/gdpr.php:587
5477
  msgid "Privacy Policy"
5478
  msgstr ""
5479
 
5554
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
5555
  msgstr ""
5556
 
5557
+ #: wp-live-chat-support/modules/gdpr.php:634
5558
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
5559
  msgstr ""
5560
 
5561
+ #: wp-live-chat-support/modules/gdpr.php:666
5562
  msgid "Pro data will also be removed as a part of this automatic process."
5563
  msgstr ""
5564
 
5588
  msgstr "Aktiiviset keskustelut"
5589
 
5590
  #: wp-live-chat-support/modules/node_server.php:100
5591
+ #: wp-live-chat-support/wp-live-chat-support.php:1864
5592
  #, fuzzy
5593
  msgid "Minimize Chat"
5594
  msgstr "Pienennä keskusteluikkuna"
5610
  #: wp-live-chat-support/modules/node_server.php:111
5611
  #: wp-live-chat-support/modules/node_server.php:881
5612
  #: wp-live-chat-support/modules/node_server.php:885
5613
+ #: wp-live-chat-support/wp-live-chat-support.php:4021
5614
  msgid "Direct User To Page"
5615
  msgstr ""
5616
 
5629
 
5630
  #: wp-live-chat-support/modules/node_server.php:115
5631
  #: wp-live-chat-support/modules/node_server.php:883
5632
+ #: wp-live-chat-support/wp-live-chat-support.php:2582
5633
  msgid "End chat"
5634
  msgstr "Päätä keskustelu"
5635
 
5699
 
5700
  #: wp-live-chat-support/modules/node_server.php:185
5701
  #: wp-live-chat-support/modules/node_server.php:893
5702
+ #: wp-live-chat-support/wp-live-chat-support.php:2372
5703
  msgid "Visitor"
5704
  msgstr ""
5705
 
5770
  msgstr ""
5771
 
5772
  #: wp-live-chat-support/modules/node_server.php:594
5773
+ #: wp-live-chat-support/wp-live-chat-support.php:4675
5774
  #, fuzzy
5775
  #| msgid "Sending message..."
5776
  msgid "Sending transcript..."
5783
  msgstr "Keskusteluikkunan asetukset"
5784
 
5785
  #: wp-live-chat-support/modules/node_server.php:597
5786
+ #: wp-live-chat-support/wp-live-chat-support.php:4678
5787
  msgid "The chat transcript has been emailed."
5788
  msgstr ""
5789
 
5790
  #: wp-live-chat-support/modules/node_server.php:598
5791
+ #: wp-live-chat-support/wp-live-chat-support.php:4679
5792
  msgid "There was a problem emailing the chat."
5793
  msgstr ""
5794
 
5810
  msgstr ""
5811
 
5812
  #: wp-live-chat-support/modules/node_server.php:684
5813
+ #: wp-live-chat-support/wp-live-chat-support.php:2191
5814
  msgid "New chat received"
5815
  msgstr ""
5816
 
5817
  #: wp-live-chat-support/modules/node_server.php:685
5818
+ #: wp-live-chat-support/wp-live-chat-support.php:2193
5819
  msgid ""
5820
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
5821
  "chat"
5844
  msgstr ""
5845
 
5846
  #: wp-live-chat-support/modules/node_server.php:803
5847
+ #: wp-live-chat-support/wp-live-chat-support.php:4646
5848
  msgid "Don't Show This Again"
5849
  msgstr ""
5850
 
5851
  #: wp-live-chat-support/modules/node_server.php:870
5852
+ #: wp-live-chat-support/wp-live-chat-support.php:428
5853
  msgid "Connecting..."
5854
  msgstr ""
5855
 
5927
  msgstr ""
5928
 
5929
  #: wp-live-chat-support/modules/webhooks_manager.php:63
5930
+ #: wp-live-chat-support/wp-live-chat-support.php:3950
5931
  msgid "Web Hooks"
5932
  msgstr ""
5933
 
5990
  msgid "Are you sure you want to delete this webhook?"
5991
  msgstr ""
5992
 
5993
+ #: wp-live-chat-support/wp-live-chat-support.php:372
5994
  msgid "close"
5995
  msgstr ""
5996
 
5997
+ #: wp-live-chat-support/wp-live-chat-support.php:392
5998
  #, fuzzy
5999
  #| msgid "Via WP Live Chat Support"
6000
  msgid "Thank you for chatting with us."
6001
  msgstr "WP Live Chat Support"
6002
 
6003
+ #: wp-live-chat-support/wp-live-chat-support.php:417
6004
+ #: wp-live-chat-support/wp-live-chat-support.php:1932
6005
  msgid "Questions?"
6006
  msgstr "Kysymyksiä?"
6007
 
6008
+ #: wp-live-chat-support/wp-live-chat-support.php:418
6009
+ #: wp-live-chat-support/wp-live-chat-support.php:1933
6010
  msgid "Chat with us"
6011
  msgstr "Keskustelu kanssamme!"
6012
 
6013
+ #: wp-live-chat-support/wp-live-chat-support.php:419
6014
  msgid "Start live chat"
6015
  msgstr "Aloita keskustelu"
6016
 
6017
+ #: wp-live-chat-support/wp-live-chat-support.php:420
6018
  msgid "Complete the fields below to proceed."
6019
  msgstr ""
6020
 
6021
+ #: wp-live-chat-support/wp-live-chat-support.php:421
6022
  msgid "Chat offline. Leave a message"
6023
  msgstr "Keskustelu on poissa linjoilta. Jättäkää viesti"
6024
 
6025
+ #: wp-live-chat-support/wp-live-chat-support.php:422
6026
  msgid ""
6027
  "We are currently offline. Please leave a message and we'll get back to you "
6028
  "shortly."
6030
  "Olemme tällä hetkellä poissa linjoilta. Ole hyvä ja lähetä meille viesti "
6031
  "niin otamme yhteyttä."
6032
 
6033
+ #: wp-live-chat-support/wp-live-chat-support.php:423
6034
  msgid "Sending message..."
6035
  msgstr "Lähetään viestiä…"
6036
 
6037
+ #: wp-live-chat-support/wp-live-chat-support.php:424
6038
  msgid "Thank you for your message. We will be in contact soon."
6039
  msgstr "Kiitos viestistä! Olemme pian yhteydessä."
6040
 
6041
+ #: wp-live-chat-support/wp-live-chat-support.php:425
6042
  msgid "Leave a message"
6043
  msgstr ""
6044
 
6045
+ #: wp-live-chat-support/wp-live-chat-support.php:426
6046
  msgid "Send message"
6047
  msgstr "Lähetä viesti"
6048
 
6049
+ #: wp-live-chat-support/wp-live-chat-support.php:427
6050
  msgid "Start Chat"
6051
  msgstr "Aloita keskustelu"
6052
 
6053
+ #: wp-live-chat-support/wp-live-chat-support.php:429
6054
+ #: wp-live-chat-support/wp-live-chat-support.php:2073
6055
+ #: wp-live-chat-support/wp-live-chat-support.php:2120
6056
  msgid "Reactivating your previous chat..."
6057
  msgstr "Palataan aiempaan keskusteluun..."
6058
 
6059
+ #: wp-live-chat-support/wp-live-chat-support.php:459
6060
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
6061
  msgstr ""
6062
  "Painakaa 'Aloita keskustelu' aloittaaksenne keskustelu työntekijämme kanssa"
6063
 
6064
+ #: wp-live-chat-support/wp-live-chat-support.php:462
6065
  #, fuzzy
6066
  #| msgid "There is No Answer. Please Try Again Later"
6067
  msgid "No answer. Try again later."
6068
  msgstr "Ei vastausta. Olkaa hyvä ja kokeilkaa myöhemmin uudestaan."
6069
 
6070
+ #: wp-live-chat-support/wp-live-chat-support.php:463
6071
  msgid "Welcome. How may I help you?"
6072
  msgstr "Tervetuloa. Kuinka voin olla avuksi?"
6073
 
6074
+ #: wp-live-chat-support/wp-live-chat-support.php:467
6075
  msgid "Please standby for an agent. Send your message while you wait."
6076
  msgstr ""
6077
 
6078
+ #: wp-live-chat-support/wp-live-chat-support.php:698
6079
  msgid ""
6080
  "The additional WP Live Chat Support PRO plugin which you have installed is "
6081
  "no longer needed, please uninstall it."
6082
  msgstr ""
6083
 
6084
+ #: wp-live-chat-support/wp-live-chat-support.php:989
6085
+ #: wp-live-chat-support/wp-live-chat-support.php:3447
6086
  msgid "Missed Chats"
6087
  msgstr "Vastaamattomat keskustelut"
6088
 
6089
+ #: wp-live-chat-support/wp-live-chat-support.php:1199
6090
  msgid "Please Enter Your Name"
6091
  msgstr ""
6092
 
6093
+ #: wp-live-chat-support/wp-live-chat-support.php:1200
6094
  msgid "Please Enter Your Email Address"
6095
  msgstr ""
6096
 
6097
+ #: wp-live-chat-support/wp-live-chat-support.php:1201
6098
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
6099
  msgstr ""
6100
 
6101
+ #: wp-live-chat-support/wp-live-chat-support.php:1203
6102
  msgid "Please Enter a Message"
6103
  msgstr ""
6104
 
6105
+ #: wp-live-chat-support/wp-live-chat-support.php:1204
6106
  msgid "Disconnected, Attempting to Reconnect..."
6107
  msgstr ""
6108
 
6109
+ #: wp-live-chat-support/wp-live-chat-support.php:1251
6110
  #, fuzzy
6111
  #| msgid "User has opened the chat window"
6112
  msgid "has joined."
6113
  msgstr "Kävijä on avannut keskusteluikkunan"
6114
 
6115
+ #: wp-live-chat-support/wp-live-chat-support.php:1252
6116
  msgid "has left."
6117
  msgstr ""
6118
 
6119
+ #: wp-live-chat-support/wp-live-chat-support.php:1253
6120
  #, fuzzy
6121
  #| msgid "User has opened the chat window"
6122
  msgid "has ended the chat."
6123
  msgstr "Kävijä on avannut keskusteluikkunan"
6124
 
6125
+ #: wp-live-chat-support/wp-live-chat-support.php:1254
6126
  msgid "has disconnected."
6127
  msgstr ""
6128
 
6129
+ #: wp-live-chat-support/wp-live-chat-support.php:1255
6130
  msgid "(edited)"
6131
  msgstr ""
6132
 
6133
+ #: wp-live-chat-support/wp-live-chat-support.php:1646
6134
+ #: wp-live-chat-support/wp-live-chat-support.php:1665
6135
  msgid "Start chat"
6136
  msgstr ""
6137
 
6138
+ #: wp-live-chat-support/wp-live-chat-support.php:2293
6139
  msgid "Congratulations"
6140
  msgstr ""
6141
 
6142
+ #: wp-live-chat-support/wp-live-chat-support.php:2294
6143
  msgid "You are now accepting live chat requests on your site."
6144
  msgstr ""
6145
 
6146
+ #: wp-live-chat-support/wp-live-chat-support.php:2295
6147
  msgid "The live chat box has automatically been enabled."
6148
  msgstr ""
6149
 
6150
+ #: wp-live-chat-support/wp-live-chat-support.php:2296
6151
  msgid "Chat notifications will start appearing once visitors send a request."
6152
  msgstr ""
6153
 
6154
+ #: wp-live-chat-support/wp-live-chat-support.php:2297
6155
  #, php-format
6156
  msgid "You may modify your chat box settings %s"
6157
  msgstr ""
6158
 
6159
+ #: wp-live-chat-support/wp-live-chat-support.php:2298
6160
  msgid "Experiencing issues?"
6161
  msgstr ""
6162
 
6163
+ #: wp-live-chat-support/wp-live-chat-support.php:2298
6164
  msgid "Take a look at our how-to guides."
6165
  msgstr ""
6166
 
6167
+ #: wp-live-chat-support/wp-live-chat-support.php:2299
6168
  msgid "Hide"
6169
  msgstr ""
6170
 
6171
+ #: wp-live-chat-support/wp-live-chat-support.php:2352
6172
  msgid "Keep this window open to get notified of new chats."
6173
  msgstr ""
6174
 
6175
+ #: wp-live-chat-support/wp-live-chat-support.php:2358
6176
  #, fuzzy
6177
  #| msgid "Visitors on site"
6178
  msgid "Visitor(s) online"
6179
  msgstr "Kävijöitä sivulla"
6180
 
6181
+ #: wp-live-chat-support/wp-live-chat-support.php:2375
6182
  msgid "Device"
6183
  msgstr ""
6184
 
6185
+ #: wp-live-chat-support/wp-live-chat-support.php:2376
6186
  msgid "Data"
6187
  msgstr ""
6188
 
6189
+ #: wp-live-chat-support/wp-live-chat-support.php:2409
6190
  msgid "Chat Dashboard"
6191
  msgstr ""
6192
 
6193
+ #: wp-live-chat-support/wp-live-chat-support.php:2412
6194
  msgid "Oh no!"
6195
  msgstr ""
6196
 
6197
+ #: wp-live-chat-support/wp-live-chat-support.php:2414
6198
  #, php-format
6199
  msgid "You do not have access to this page as %s."
6200
  msgstr ""
6201
 
6202
+ #: wp-live-chat-support/wp-live-chat-support.php:2414
6203
  #, fuzzy
6204
  #| msgid "Make this user a chat agent"
6205
  msgid "you are not a chat agent"
6206
  msgstr "Tee tästä käyttäjästä keskustelija"
6207
 
6208
+ #: wp-live-chat-support/wp-live-chat-support.php:2568
6209
  msgid "Previous"
6210
  msgstr "Edellinen"
6211
 
6212
+ #: wp-live-chat-support/wp-live-chat-support.php:2575
6213
  msgid "Chat with"
6214
  msgstr "Keskustele"
6215
 
6216
+ #: wp-live-chat-support/wp-live-chat-support.php:2592
6217
  msgid "Starting Time:"
6218
  msgstr ""
6219
 
6220
+ #: wp-live-chat-support/wp-live-chat-support.php:2593
6221
  msgid "Ending Time:"
6222
  msgstr ""
6223
 
6224
+ #: wp-live-chat-support/wp-live-chat-support.php:2613
6225
  msgid "Chat initiated on:"
6226
  msgstr "Keskustelu aloitettu:"
6227
 
6228
+ #: wp-live-chat-support/wp-live-chat-support.php:2614
6229
  msgid "Browser:"
6230
  msgstr "Selain:"
6231
 
6232
+ #: wp-live-chat-support/wp-live-chat-support.php:2640
6233
+ #: wp-live-chat-support/wp-live-chat-support.php:2679
6234
  #, fuzzy
6235
  #| msgid "End chat"
6236
  msgid "Invalid Chat ID"
6237
  msgstr "Päätä keskustelu"
6238
 
6239
+ #: wp-live-chat-support/wp-live-chat-support.php:2648
6240
  msgid "type here..."
6241
  msgstr "vastatkaa tähän ..."
6242
 
6243
+ #: wp-live-chat-support/wp-live-chat-support.php:2806
6244
  msgid "User has opened the chat window"
6245
  msgstr "Kävijä on avannut keskusteluikkunan"
6246
 
6247
+ #: wp-live-chat-support/wp-live-chat-support.php:2807
6248
  msgid "User has minimized the chat window"
6249
  msgstr "Kävijä on pienentänyt keskusteluikkunan"
6250
 
6251
+ #: wp-live-chat-support/wp-live-chat-support.php:2808
6252
  msgid "User has maximized the chat window"
6253
  msgstr "Kävijä on suurentanut keskusteluikkunan"
6254
 
6255
+ #: wp-live-chat-support/wp-live-chat-support.php:2809
6256
  msgid "The chat has been ended"
6257
  msgstr ""
6258
 
6259
+ #: wp-live-chat-support/wp-live-chat-support.php:3350
6260
  msgid "Delete History"
6261
  msgstr "Poista historia"
6262
 
6263
+ #: wp-live-chat-support/wp-live-chat-support.php:3367
6264
  msgid "No chats available at the moment"
6265
  msgstr "Tällä hetkellä ei ole vapaita keskusteluita"
6266
 
6267
+ #: wp-live-chat-support/wp-live-chat-support.php:3487
6268
  msgid "Actions"
6269
  msgstr ""
6270
 
6271
+ #: wp-live-chat-support/wp-live-chat-support.php:3501
6272
  msgid "You have not received any offline messages."
6273
  msgstr "Et ole saanut offline-viestejä."
6274
 
6275
+ #: wp-live-chat-support/wp-live-chat-support.php:3509
6276
  msgid "Delete Message"
6277
  msgstr ""
6278
 
6279
+ #: wp-live-chat-support/wp-live-chat-support.php:3618
6280
  msgid "You do not have permission to save settings."
6281
  msgstr ""
6282
 
6283
+ #: wp-live-chat-support/wp-live-chat-support.php:3884
6284
  msgid "Your settings have been saved."
6285
  msgstr "Asetukset on tallennettu."
6286
 
6287
+ #: wp-live-chat-support/wp-live-chat-support.php:3913
6288
  #, fuzzy
6289
  #| msgid ""
6290
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
6299
  "ongelmia käyttäessäsi WP Live Chat Support -lisäosaa. Ota yhteyttä "
6300
  "ylläpitäjään asetuksen käyttöön ottamiseksi."
6301
 
6302
+ #: wp-live-chat-support/wp-live-chat-support.php:3919
6303
  #, fuzzy
6304
  #| msgid ""
6305
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
6314
  "käyttäessäsi WP Live Chat Support -lisäosaa. Ota yhteyttä ylläpitäjään safe "
6315
  "moden poistamiseksi."
6316
 
6317
+ #: wp-live-chat-support/wp-live-chat-support.php:3942
6318
+ #: wp-live-chat-support/wp-live-chat-support.php:3946
6319
  #, fuzzy
6320
  #| msgid "Advanced Info"
6321
  msgid "Plugin Features"
6322
  msgstr "Lisätiedot"
6323
 
6324
+ #: wp-live-chat-support/wp-live-chat-support.php:3944
6325
  msgid ""
6326
  "Check out these features and get up to speed with what you can do with WP "
6327
  "Live Chat:"
6328
  msgstr ""
6329
 
6330
+ #: wp-live-chat-support/wp-live-chat-support.php:3947
6331
  msgid "Reporting"
6332
  msgstr ""
6333
 
6334
+ #: wp-live-chat-support/wp-live-chat-support.php:3948
6335
  msgid "Localization"
6336
  msgstr ""
6337
 
6338
+ #: wp-live-chat-support/wp-live-chat-support.php:3956
6339
  #, fuzzy
6340
  #| msgid "Chat Agents"
6341
  msgid "Chat FAQs"
6342
  msgstr "Keskustelijat"
6343
 
6344
+ #: wp-live-chat-support/wp-live-chat-support.php:3958
6345
  msgid ""
6346
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
6347
  "agents:"
6348
  msgstr ""
6349
 
6350
+ #: wp-live-chat-support/wp-live-chat-support.php:3960
6351
  #, fuzzy
6352
  #| msgid "Chat with us"
6353
  msgid "Chat with Visitors"
6354
  msgstr "Keskustelu kanssamme!"
6355
 
6356
+ #: wp-live-chat-support/wp-live-chat-support.php:3961
6357
  #, fuzzy
6358
  #| msgid "Chat Agents"
6359
  msgid "Chat with Agents"
6360
  msgstr "Keskustelijat"
6361
 
6362
+ #: wp-live-chat-support/wp-live-chat-support.php:3965
6363
  #, fuzzy
6364
  #| msgid "Chat Agents"
6365
  msgid "Chat Invites"
6366
  msgstr "Keskustelijat"
6367
 
6368
+ #: wp-live-chat-support/wp-live-chat-support.php:3970
6369
  #, fuzzy
6370
  #| msgid "Settings"
6371
  msgid "Settings & Customization"
6372
  msgstr "Asetukset"
6373
 
6374
+ #: wp-live-chat-support/wp-live-chat-support.php:3972
6375
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
6376
  msgstr ""
6377
 
6378
+ #: wp-live-chat-support/wp-live-chat-support.php:3976
6379
  #, fuzzy
6380
  #| msgid "Chat Window Settings"
6381
  msgid "Agent Settings"
6382
  msgstr "Keskusteluikkunan asetukset"
6383
 
6384
+ #: wp-live-chat-support/wp-live-chat-support.php:3983
6385
  msgid "Troubleshooting"
6386
  msgstr "Ongelmanratkaisu"
6387
 
6388
+ #: wp-live-chat-support/wp-live-chat-support.php:3985
6389
  msgid ""
6390
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
6391
  "issues:"
6392
  msgstr ""
6393
 
6394
+ #: wp-live-chat-support/wp-live-chat-support.php:3987
6395
  msgid "My Chat Box Is Not Showing"
6396
  msgstr ""
6397
 
6398
+ #: wp-live-chat-support/wp-live-chat-support.php:3988
6399
  #, fuzzy
6400
  #| msgid "I'm not getting any notifications of a new chat"
6401
  msgid "Not Receiving Notifications of New Chats"
6402
  msgstr "En saa ilmoituksia uusista keskusteluista"
6403
 
6404
+ #: wp-live-chat-support/wp-live-chat-support.php:3989
 
 
 
 
 
 
 
 
 
 
6405
  #, fuzzy
6406
  #| msgid "How do I check for JavaScript errors on my site?"
6407
  msgid "Check for JavaScript Errors"
6408
  msgstr "Miten tarkastan JavaScript-virheet sivullani?"
6409
 
6410
+ #: wp-live-chat-support/wp-live-chat-support.php:4017
6411
  msgid "Initiate Chats"
6412
  msgstr ""
6413
 
6414
+ #: wp-live-chat-support/wp-live-chat-support.php:4018
6415
  msgid "Multiple Chats"
6416
  msgstr ""
6417
 
6418
+ #: wp-live-chat-support/wp-live-chat-support.php:4019
6419
  msgid "Add unlimited agents"
6420
  msgstr ""
6421
 
6422
+ #: wp-live-chat-support/wp-live-chat-support.php:4020
6423
  #, fuzzy
6424
  #| msgid "Missed Chats"
6425
  msgid "Transfer Chats"
6426
  msgstr "Vastaamattomat keskustelut"
6427
 
6428
+ #: wp-live-chat-support/wp-live-chat-support.php:4039
6429
  #, fuzzy, php-format
6430
  #| msgid "Via WP Live Chat Support"
6431
  msgid "Thank you for using %s! Please %s on %s"
6432
  msgstr "WP Live Chat Support"
6433
 
6434
+ #: wp-live-chat-support/wp-live-chat-support.php:4039
6435
  msgid "rate us"
6436
  msgstr ""
6437
 
6438
+ #: wp-live-chat-support/wp-live-chat-support.php:4222
6439
+ #: wp-live-chat-support/wp-live-chat-support.php:4282
6440
  msgid "Timestamp"
6441
  msgstr ""
6442
 
6443
+ #: wp-live-chat-support/wp-live-chat-support.php:4223
6444
+ #: wp-live-chat-support/wp-live-chat-support.php:4283
6445
  msgid "Origin"
6446
  msgstr ""
6447
 
6448
+ #: wp-live-chat-support/wp-live-chat-support.php:4228
6449
+ #: wp-live-chat-support/wp-live-chat-support.php:4288
6450
  msgid "user"
6451
  msgstr ""
6452
 
6453
+ #: wp-live-chat-support/wp-live-chat-support.php:4230
6454
+ #: wp-live-chat-support/wp-live-chat-support.php:4290
6455
  msgid "agent"
6456
  msgstr ""
6457
 
6458
+ #: wp-live-chat-support/wp-live-chat-support.php:4385
6459
  msgid "Advanced settings"
6460
  msgstr ""
6461
 
6462
+ #: wp-live-chat-support/wp-live-chat-support.php:4392
6463
  msgid "Only change these settings if you are experiencing performance issues."
6464
  msgstr ""
6465
 
6466
+ #: wp-live-chat-support/wp-live-chat-support.php:4399
6467
  msgid "Website hosting type:"
6468
  msgstr ""
6469
 
6470
+ #: wp-live-chat-support/wp-live-chat-support.php:4403
6471
  #, fuzzy
6472
  msgid "Custom parameters"
6473
  msgstr "Väripohja 1"
6474
 
6475
+ #: wp-live-chat-support/wp-live-chat-support.php:4404
6476
  msgid "Shared hosting - low level plan"
6477
  msgstr ""
6478
 
6479
+ #: wp-live-chat-support/wp-live-chat-support.php:4405
6480
  msgid "Shared hosting - normal plan"
6481
  msgstr ""
6482
 
6483
+ #: wp-live-chat-support/wp-live-chat-support.php:4406
6484
  msgid "VPS"
6485
  msgstr ""
6486
 
6487
+ #: wp-live-chat-support/wp-live-chat-support.php:4407
6488
  msgid "Dedicated server"
6489
  msgstr ""
6490
 
6491
+ #: wp-live-chat-support/wp-live-chat-support.php:4413
6492
  msgid "Long poll setup"
6493
  msgstr ""
6494
 
6495
+ #: wp-live-chat-support/wp-live-chat-support.php:4413
6496
  msgid ""
6497
  "Only change these if you are an experienced developer or if you have "
6498
  "received these figures from the WP Live Chat by 3CX team."
6499
  msgstr ""
6500
 
6501
+ #: wp-live-chat-support/wp-live-chat-support.php:4418
6502
  msgid "Iterations"
6503
  msgstr ""
6504
 
6505
+ #: wp-live-chat-support/wp-live-chat-support.php:4422
6506
  msgid "Sleep between loops"
6507
  msgstr ""
6508
 
6509
+ #: wp-live-chat-support/wp-live-chat-support.php:4425
6510
  msgid "milliseconds"
6511
  msgstr ""
6512
 
6513
+ #: wp-live-chat-support/wp-live-chat-support.php:4448
6514
  #, fuzzy
6515
  #| msgid "WP Live Chat Support"
6516
  msgid "Show 'Powered by' in chat box"
6517
  msgstr "WP Live Chat Support"
6518
 
6519
+ #: wp-live-chat-support/wp-live-chat-support.php:4448
6520
  msgid ""
6521
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
6522
  "bottom of your chatbox."
6523
  msgstr ""
6524
 
6525
+ #: wp-live-chat-support/wp-live-chat-support.php:4490
6526
  #, fuzzy
6527
  #| msgid "WP Live Chat Support"
6528
  msgid "Powered by WP Live Chat by 3CX"
6529
  msgstr "WP Live Chat Support"
6530
 
6531
+ #: wp-live-chat-support/wp-live-chat-support.php:4644
6532
  msgid ""
6533
  "Browser notifications will no longer function on insecure (non-SSL) sites."
6534
  msgstr ""
6535
 
6536
+ #: wp-live-chat-support/wp-live-chat-support.php:4645
6537
  msgid ""
6538
  "Please add an SSL certificate to your site to continue receiving chat "
6539
  "notifications in your browser."
6540
  msgstr ""
6541
 
6542
+ #: wp-live-chat-support/wp-live-chat-support.php:4658
6543
  msgid ""
6544
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
6545
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
6546
  msgstr ""
6547
 
6548
+ #: wp-live-chat-support/wp-live-chat-support.php:4665
6549
  msgid "Email transcript to user"
6550
  msgstr ""
6551
 
6552
+ #: wp-live-chat-support/wp-live-chat-support.php:4676
6553
  msgid "Sending Transcript"
6554
  msgstr ""
6555
 
6556
+ #: wp-live-chat-support/wp-live-chat-support.php:4750
6557
  #, php-format
6558
  msgid "Your chat transcript from %1$s"
6559
  msgstr ""
6560
 
6561
+ #: wp-live-chat-support/wp-live-chat-support.php:4841
6562
  #, fuzzy
6563
  #| msgid "Chat Window Settings"
6564
  msgid "Chat Transcript Settings"
6565
  msgstr "Keskusteluikkunan asetukset"
6566
 
6567
+ #: wp-live-chat-support/wp-live-chat-support.php:4844
6568
  msgid "Enable chat transcripts:"
6569
  msgstr ""
6570
 
6571
+ #: wp-live-chat-support/wp-live-chat-support.php:4852
6572
  msgid "Send transcripts to:"
6573
  msgstr ""
6574
 
6575
+ #: wp-live-chat-support/wp-live-chat-support.php:4859
6576
  #, fuzzy
6577
  #| msgid "Username"
6578
  msgid "User"
6579
  msgstr "Käyttäjänimi"
6580
 
6581
+ #: wp-live-chat-support/wp-live-chat-support.php:4870
6582
  msgid "Send transcripts when chat ends:"
6583
  msgstr ""
6584
 
6585
+ #: wp-live-chat-support/wp-live-chat-support.php:4878
6586
  #, fuzzy
6587
  #| msgid "Email"
6588
  msgid "Email body"
6589
  msgstr "Sähköposti"
6590
 
6591
+ #: wp-live-chat-support/wp-live-chat-support.php:4888
6592
  #, fuzzy
6593
  #| msgid "Email Address"
6594
  msgid "Email header"
6595
  msgstr "Sähköpostiosoite"
6596
 
6597
+ #: wp-live-chat-support/wp-live-chat-support.php:4897
6598
  msgid "Email footer"
6599
  msgstr ""
6600
 
6601
+ #: wp-live-chat-support/wp-live-chat-support.php:4973
6602
  msgid ""
6603
  "Please note, local message encryption and local server options will be "
6604
  "deprecated in the next major release. All encryption and message delivery "
6605
  "will handled by our external servers in future."
6606
  msgstr ""
6607
 
6608
+ #: wp-live-chat-support/wp-live-chat-support.php:4976
6609
  msgid "Deprecation Notice - Message Encryption & Local Server"
6610
  msgstr ""
6611
 
6612
+ #, fuzzy
6613
+ #~| msgid "WP Live Chat History"
6614
+ #~ msgid "WP Live Chat Trigger"
6615
+ #~ msgstr "WP Live Chat historia"
6616
+
6617
+ #, fuzzy
6618
+ #~| msgid "WP Live Chat Support"
6619
+ #~ msgid "WP Live Chat Box"
6620
+ #~ msgstr "WP Live Chat Support"
6621
+
6622
+ #, fuzzy
6623
+ #~| msgid "The chat window never goes offline"
6624
+ #~ msgid "The Chat Box Never Goes Offline"
6625
+ #~ msgstr "Keskusteluikkuna ei koskaan ole poissa linjoilta"
6626
+
6627
  #~ msgid "Whois for"
6628
  #~ msgstr "Whois …"
6629
 
6846
  #~ msgid "Welcome to WP Live Chat Support v8"
6847
  #~ msgstr "WP Live Chat Support"
6848
 
 
 
 
 
 
6849
  #, fuzzy
6850
  #~| msgid "Welcome to "
6851
  #~ msgid "Welcome"
6963
  #~ "Sinun tulee olla valtuutettu keskustelija jotta voit aloittaa chat-"
6964
  #~ "keskustelun"
6965
 
 
 
 
6966
  #~ msgid "No chat sessions available at the moment"
6967
  #~ msgstr "Tällä hetkellä ei ole vapaita keskusteluita"
6968
 
languages/{wplivechat-fr_FR.mo → wp-live-chat-support-fr_FR.mo} RENAMED
Binary file
languages/{wplivechat-fr_FR.po → wp-live-chat-support-fr_FR.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
- "POT-Creation-Date: 2019-10-14 14:25+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:25+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
@@ -19,10 +19,10 @@ msgstr ""
19
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
- "X-Poedit-SearchPathExcluded-0: *.min.js\n"
23
 
24
- #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:361
25
- #: wp-live-chat-support.php:4885
26
  msgid "Admin"
27
  msgstr "Administrateur"
28
 
@@ -63,82 +63,82 @@ msgstr ""
63
  msgid "End Chat"
64
  msgstr "Terminer le Chat"
65
 
66
- #: functions.php:1023
67
  msgid "complete"
68
  msgstr "terminer"
69
 
70
- #: functions.php:1026
71
  msgid "pending"
72
  msgstr "en attente"
73
 
74
- #: functions.php:1029
75
  msgid "active"
76
  msgstr "actif"
77
 
78
- #: functions.php:1032
79
  msgid "deleted"
80
  msgstr "supprimé"
81
 
82
- #: functions.php:1035
83
  msgid "browsing"
84
  msgstr "navigation"
85
 
86
- #: functions.php:1038
87
  msgid "requesting chat"
88
  msgstr "Discussion demandée"
89
 
90
- #: functions.php:1041
91
  msgid "Chat Ended - User still browsing"
92
  msgstr "Discussion terminée - Le visiteur continue à naviguer sur votre site"
93
 
94
- #: functions.php:1044
95
  msgid "User is browsing but doesn't want to chat"
96
  msgstr "Le visiteur navigue sur votre site et ne souhaite pas discuter"
97
 
98
- #: functions.php:1183 includes/settings_page.php:774
99
  #, fuzzy
100
  #| msgid "WP Live Chat Support - Offline Message from "
101
  msgid "WP Live Chat by 3CX - Offline Message from "
102
  msgstr "WP Live Chat Support - Message hors-ligne provenant de"
103
 
104
- #: functions.php:1184 functions.php:1508 includes/settings_page.php:164
105
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
106
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
107
  #: includes/wplc_roi.php:160 modules/node_server.php:81
108
- #: modules/node_server.php:124 wp-live-chat-support.php:1584
109
- #: wp-live-chat-support.php:1607 wp-live-chat-support.php:1772
110
- #: wp-live-chat-support.php:3376 wp-live-chat-support.php:3503
111
  msgid "Name"
112
  msgstr "Nom"
113
 
114
- #: functions.php:1185 functions.php:1509 includes/settings_page.php:160
115
- #: modules/node_server.php:125 wp-live-chat-support.php:1585
116
- #: wp-live-chat-support.php:1596 wp-live-chat-support.php:1773
117
- #: wp-live-chat-support.php:3377 wp-live-chat-support.php:3504
118
  msgid "Email"
119
  msgstr "Email"
120
 
121
- #: functions.php:1186 wp-live-chat-support.php:1774
122
- #: wp-live-chat-support.php:3505 wp-live-chat-support.php:4242
123
- #: wp-live-chat-support.php:4302
124
  msgid "Message"
125
  msgstr "Message"
126
 
127
- #: functions.php:1187
128
  #, fuzzy
129
  #| msgid "Via WP Live Chat Support"
130
  msgid "Via WP Live Chat by 3CX"
131
  msgstr "via WP Live Chat Support"
132
 
133
- #: functions.php:1486 wp-live-chat-support.php:3332
134
  msgid "Error: Could not delete chat"
135
  msgstr "Erreur: Impossible de supprimer le chat"
136
 
137
- #: functions.php:1488 wp-live-chat-support.php:3336
138
  msgid "Chat Deleted"
139
  msgstr "Chat supprimé"
140
 
141
- #: functions.php:1491 includes/wplc_custom_fields.php:35
142
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
143
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
144
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
@@ -146,194 +146,194 @@ msgstr "Chat supprimé"
146
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
147
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
148
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
149
- #: modules/advanced_tools.php:243 modules/advanced_tools.php:251
150
- #: modules/advanced_tools.php:259 modules/advanced_tools.php:267
151
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
152
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
153
- #: wp-live-chat-support.php:3291 wp-live-chat-support.php:3321
154
- #: wp-live-chat-support.php:4212
155
  msgid "You do not have permission do perform this action"
156
  msgstr ""
157
 
158
- #: functions.php:1497 wp-live-chat-support.php:3345
159
  msgid "Are you sure you would like to delete this chat?"
160
  msgstr "Êtes-vous sûr de vouloir supprimer cette discussion?"
161
 
162
- #: functions.php:1498 includes/settings_page.php:142
163
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
164
  msgid "Yes"
165
  msgstr "Oui"
166
 
167
- #: functions.php:1498 includes/settings_page.php:143
168
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
169
  msgid "No"
170
  msgstr "Non"
171
 
172
- #: functions.php:1507 functions.php:2095 includes/settings_page.php:332
173
- #: includes/settings_page.php:434 wp-live-chat-support.php:3375
174
- #: wp-live-chat-support.php:3502
175
  msgid "Date"
176
  msgstr "Date"
177
 
178
- #: functions.php:1510 functions.php:4266 wp-live-chat-support.php:3378
179
  msgid "URL"
180
  msgstr "URL"
181
 
182
- #: functions.php:1511 includes/wplc_custom_fields.php:83
183
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
184
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
185
- #: wp-live-chat-support.php:2397 wp-live-chat-support.php:3380
186
  msgid "Action"
187
  msgstr "Action"
188
 
189
- #: functions.php:1525
190
  msgid "You have not missed any chat requests."
191
  msgstr "Vous n'avez pas manqué de demande de discussion"
192
 
193
- #: functions.php:1532 wp-live-chat-support.php:3400
194
  msgid "View Chat History"
195
  msgstr "Voir l'historique des discussions"
196
 
197
- #: functions.php:1532 wp-live-chat-support.php:3400
198
  msgid "Download Chat History"
199
  msgstr "Télécharger l'historique des discussions"
200
 
201
- #: functions.php:1726
202
  msgid "Open chat window via"
203
  msgstr "Ouvrir la fenêtre de discussion via"
204
 
205
- #: functions.php:1730
206
  msgid "Click"
207
  msgstr "Cliquer"
208
 
209
- #: functions.php:1731
210
  msgid "Hover"
211
  msgstr "Survoler"
212
 
213
- #: functions.php:1733
214
  msgid "element with"
215
  msgstr "élément avec"
216
 
217
- #: functions.php:1735
218
  msgid "Class"
219
  msgstr "Class"
220
 
221
- #: functions.php:1736 includes/wplc_custom_fields.php:78
222
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
223
  #: includes/wplc_roi.php:159
224
  msgid "ID"
225
  msgstr "ID"
226
 
227
- #: functions.php:2007 functions.php:2013 functions.php:2018
228
  #: includes/dashboard_page.php:58 modules/node_server.php:134
229
- #: modules/node_server.php:1022 wp-live-chat-support.php:3981
230
  msgid "Quick Responses"
231
  msgstr "Réponses rapides"
232
 
233
- #: functions.php:2008 includes/settings_page.php:322
234
  msgid "Quick Response"
235
  msgstr "Réponse rapide"
236
 
237
- #: functions.php:2009 functions.php:2012
238
  msgid "New Quick Response"
239
  msgstr "Nouvelle réponse rapide"
240
 
241
- #: functions.php:2010 modules/node_server.php:1031
242
  msgid "Add New Quick Response"
243
  msgstr "Ajouter une nouvelle réponse rapide"
244
 
245
- #: functions.php:2011
246
  msgid "Edit Quick Response"
247
  msgstr "Éditer réponse rapide"
248
 
249
- #: functions.php:2014
250
  msgid "View Quick Responses"
251
  msgstr "Voir les réponses rapides"
252
 
253
- #: functions.php:2015
254
  msgid "Search Quick Responses"
255
  msgstr "Chercher les réponses rapides"
256
 
257
- #: functions.php:2016
258
  msgid "No Quick Responses found"
259
  msgstr "Aucune réponse rapide trouvée"
260
 
261
- #: functions.php:2017
262
  msgid "No Quick Responses found in the Trash"
263
  msgstr "Aucune réponse rapide dans la corbeille"
264
 
265
- #: functions.php:2022
266
  #, fuzzy
267
  #| msgid "Quick Responses for WP Live Chat Support Pro"
268
  msgid "Quick Responses for WP Live Chat by 3CX"
269
  msgstr "Réponses rapides pour WP Live Chat Support Pro"
270
 
271
- #: functions.php:2056
272
  msgid "Sort Order"
273
  msgstr "Ordre de tri"
274
 
275
- #: functions.php:2092 includes/settings_page.php:331
276
  msgid "Title"
277
  msgstr "Titre"
278
 
279
- #: functions.php:2093
280
  msgid "Order"
281
  msgstr "Ordre"
282
 
283
- #: functions.php:2094 includes/settings_page.php:1182
284
  msgid "Author"
285
  msgstr "Auteur"
286
 
287
- #: functions.php:2137 wp-live-chat-support.php:452
288
  msgid "Press ENTER to send your message"
289
  msgstr "Appuyer sur ENTRÉE pour envoyer votre message"
290
 
291
- #: functions.php:2176 functions.php:2180
292
  msgid "Assign Quick Response"
293
  msgstr "Attribuer une réponse rapide"
294
 
295
- #: functions.php:2183 includes/settings_page.php:1164
296
  msgid "Select"
297
  msgstr "Sélectionner"
298
 
299
- #: functions.php:2189
300
  msgid "What is this?"
301
  msgstr "Quest-ce que c'est ?"
302
 
303
- #: functions.php:2231
304
  #, php-format
305
  msgid "Incoming chat from %s (%s) on %s"
306
  msgstr "Discussion entrante de% s (% s) sur% s"
307
 
308
- #: functions.php:2237
309
  #, fuzzy, php-format
310
  #| msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
311
  msgid "%s (%s) wants to chat with you."
312
  msgstr "%s (%s) veut discuter avec vous. <br /><br />Log in: %s"
313
 
314
- #: functions.php:2242
315
  #, fuzzy, php-format
316
  #| msgid "Log in"
317
  msgid "Log in: %s"
318
  msgstr "Connexion"
319
 
320
- #: functions.php:2569
321
  msgid "Status (Online)"
322
  msgstr "Statut (en ligne)"
323
 
324
- #: functions.php:2570
325
  msgid "Online"
326
  msgstr "En ligne"
327
 
328
- #: functions.php:2571
329
  msgid "Offline"
330
  msgstr "THors-ligne"
331
 
332
- #: functions.php:2572
333
  msgid "Status (Offline)"
334
  msgstr "Statut (hors ligne)"
335
 
336
- #: functions.php:2583
337
  msgid ""
338
  "You have set your status to offline. To view visitors and accept chats "
339
  "please set your status to online using the switch above."
@@ -341,25 +341,25 @@ msgstr ""
341
  "Vous n'avez pas accès à cette page en tant que <strong> vous êtes un agent "
342
  "de chat </ strong>."
343
 
344
- #: functions.php:2653
345
  msgid "Encryption"
346
  msgstr "Cryptage"
347
 
348
- #: functions.php:2659 includes/settings_page.php:1225
349
- #: wp-live-chat-support.php:3996
350
  msgid "Business Hours"
351
  msgstr "Heures de travail"
352
 
353
- #: functions.php:2861
354
  msgid "Initiate Chat"
355
  msgstr "Démarrer la discussion"
356
 
357
- #: functions.php:2953
358
  msgid "Attempting to open the chat window... Please be patient."
359
  msgstr ""
360
  "En attente d'ouverture de la fenêtre de discussion...Merci de patienter"
361
 
362
- #: functions.php:2970
363
  msgid ""
364
  "You are not a chat agent. Please make yourself a chat agent before trying to "
365
  "chat to visitors"
@@ -367,150 +367,150 @@ msgstr ""
367
  "Vous n'êtes pas un Opérateur. Veuillez svp, vous enregistrer comme Opérateur "
368
  "avant d'essayer de discuter avec les visiteurs"
369
 
370
- #: functions.php:3165 functions.php:3181 functions.php:3196
371
  msgid "Chat Agent"
372
  msgstr "Opérateur"
373
 
374
- #: functions.php:3170 functions.php:3186
375
  msgid "Make this user a chat agent"
376
  msgstr "Faire de cet utilisateur un opérateur"
377
 
378
- #: functions.php:3200
379
  msgid "Your user role does not allow you to make yourself a chat agent."
380
  msgstr ""
381
  "Votre rôle d'utilisateur ne vous permet pas de vous déclarer, vous-même, "
382
  "comme opérateur."
383
 
384
- #: functions.php:3201
385
  msgid "Please contact the administrator of this website to change this."
386
  msgstr "Merci de contacter l'administrateur du site pour changer cela."
387
 
388
- #: functions.php:3220
389
  msgid "This chat has already been answered by another agent."
390
  msgstr "Ce chat a déjà été répondu par un autre opérateur."
391
 
392
- #: functions.php:3462 wp-live-chat-support.php:2331
393
  msgid "Agent(s) online"
394
  msgstr "Opérateur en ligne"
395
 
396
- #: functions.php:3516
397
  msgid "Chat Agent Online"
398
  msgstr "Opérateur en ligne"
399
 
400
- #: functions.php:3518 functions.php:3522
401
  msgid "Chat Agents Online"
402
  msgstr "Opérateurs en ligne"
403
 
404
- #: functions.php:3630 includes/settings_page.php:1153
405
- #: wp-live-chat-support.php:2264
406
  msgid "Remove"
407
  msgstr "Retirer"
408
 
409
- #: functions.php:3633 wp-live-chat-support.php:2267
410
  msgid "Typing..."
411
  msgstr "En train d'écrire un message"
412
 
413
- #: functions.php:4003
414
  msgid "User Experience Ratings"
415
  msgstr "Évaluations de l'expérience utilisateur"
416
 
417
- #: functions.php:4010
418
  msgid "Agent Statistics"
419
  msgstr "Statistiques de l'opérateur"
420
 
421
- #: functions.php:4053 functions.php:4092
422
  msgid "Satisfaction Rating"
423
  msgstr "Indice de satisfaction"
424
 
425
- #: functions.php:4054 functions.php:4093
426
  msgid "Rating Count"
427
  msgstr "Nombre de notes"
428
 
429
- #: functions.php:4054 functions.php:4093
430
  msgid "Good"
431
  msgstr "Bien"
432
 
433
  # uvais
434
- #: functions.php:4054 functions.php:4093
435
  msgid "Bad"
436
  msgstr "Mauvais"
437
 
438
- #: functions.php:4164 includes/dashboard_page.php:56
439
- #: wp-live-chat-support.php:1007
440
  msgid "Reports"
441
  msgstr "Rapports"
442
 
443
- #: functions.php:4167 includes/wplc_roi.php:161
444
  msgid "Overview"
445
  msgstr "Vue d'ensemble"
446
 
447
- #: functions.php:4168
448
  msgid "Popular Pages"
449
  msgstr "Pages populaires"
450
 
451
- #: functions.php:4186
452
  msgid "Total Agents"
453
  msgstr "Total des agents"
454
 
455
- #: functions.php:4186
456
  msgid "Total number of agents that used the live chat"
457
  msgstr "Nombre total d'agents ayant utilisé le chat en direct"
458
 
459
- #: functions.php:4187
460
  msgid "Total Chats"
461
  msgstr "Nombre Total Chats"
462
 
463
- #: functions.php:4187
464
  msgid "Total number of chats received"
465
  msgstr "Nombre total de chats reçus"
466
 
467
- #: functions.php:4188
468
  msgid "Total URLs"
469
  msgstr "Nombre total d'URL"
470
 
471
- #: functions.php:4188
472
  msgid "Total number of URLs a chat was initiated on"
473
  msgstr "Nombre total d'URL sur lesquelles une discussion a été lancée"
474
 
475
- #: functions.php:4189
476
  msgid "Chats per day"
477
  msgstr "Chat par jour"
478
 
479
- #: functions.php:4190
480
  msgid "Popular pages a chat was initiated on"
481
  msgstr "Pages populaires sur lesquelles une discussion a été lancée"
482
 
483
- #: functions.php:4220 includes/wplc_custom_fields.php:304
484
  msgid "Unknown"
485
  msgstr "Inconnu"
486
 
487
- #: functions.php:4267
488
  msgid "Count"
489
  msgstr "Compter"
490
 
491
- #: functions.php:4293
492
  #, fuzzy
493
  #| msgid "Enable Google Analytics Integration"
494
  msgid "Enable Manual Chat Initiation:"
495
  msgstr "Activer l'intégration de Google Analytics"
496
 
497
- #: functions.php:4293
498
  msgid ""
499
  "Enabling this feature will allow agents to start a chat with website "
500
  "visitors. This feature increases server load while enabled."
501
  msgstr ""
502
 
503
- #: functions.php:4297 modules/advanced_features.php:73
504
  msgid ""
505
  "This feature is only available when you select 3CX High Performance Cloud "
506
  "Servers in Advanced Features."
507
  msgstr ""
508
 
509
- #: functions.php:4384
510
  msgid "Thank you for inquiry. We will get back to you shortly"
511
  msgstr "Merci pour votre demande. Nous reviendrons vers vous sous peu"
512
 
513
- #: functions.php:4562 wp-live-chat-support.php:4571
514
  #, fuzzy
515
  #| msgid ""
516
  #| "The Live Chat box is currently disabled on your website due to : <a href="
@@ -520,21 +520,21 @@ msgstr ""
520
  "La boîte Live Chat est actuellement désactivée sur votre site Web en raison "
521
  "de: <a href=\"%s\"> Paramètres généraux </a>"
522
 
523
- #: functions.php:4563 wp-live-chat-support.php:4572
524
  #, fuzzy
525
  #| msgid "Business Hours"
526
  msgid "Business Hours Settings"
527
  msgstr "Heures de travail"
528
 
529
- #: functions.php:4614
530
  msgid "Edit Profile"
531
  msgstr "Editer le profil"
532
 
533
- #: functions.php:4625 modules/node_server.php:96 modules/node_server.php:878
534
  msgid "Drag Files Here"
535
  msgstr "Déplacez des fichiers ici"
536
 
537
- #: functions.php:4648 functions.php:4693 includes/wplc_custom_fields.php:107
538
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
539
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
540
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
@@ -542,43 +542,53 @@ msgstr "Déplacez des fichiers ici"
542
  msgid "Delete"
543
  msgstr "Supprimer"
544
 
545
- #: functions.php:4649
546
  msgid "Send..."
547
  msgstr "Envoyé.."
548
 
549
- #: functions.php:4650 functions.php:4695
550
  msgid "Play voice note"
551
  msgstr "Jouer une note vocale"
552
 
553
- #: functions.php:4694
554
  msgid "Save..."
555
  msgstr "Sauvegarder..."
556
 
557
- #: functions.php:4814 wp-live-chat-support.php:1240
558
- #: wp-live-chat-support.php:2810
559
  msgid "is typing..."
560
  msgstr "est en train d'écrire..."
561
 
562
- #: functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
563
  msgid "An error has occured while fetching the news feed."
564
  msgstr ""
565
 
566
- #: functions.php:4926
567
  msgid "Default"
568
  msgstr "Défaut"
569
 
570
- #: functions.php:5229 functions.php:5233
571
  msgid "You do not have permission to perform this action"
572
  msgstr ""
573
 
574
- #: includes/blocks/wplc-chat-box/block.js:44
575
- #, fuzzy
576
- #| msgid "WP Live Chat Support Triggers"
577
- msgid "WP Live Chat Trigger"
578
- msgstr "Déclencheurs de support WP Live Chat"
579
-
580
  #: includes/blocks/wplc-chat-box/index.php:30
581
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3997
582
  msgid "Gutenberg Blocks"
583
  msgstr "Bloc Gutenberg"
584
 
@@ -632,22 +642,16 @@ msgstr "Affiche le texte personnalisé choisi"
632
  msgid "Displays the chosen icon"
633
  msgstr "Afficher l'icône choisie"
634
 
635
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1248
636
- #: wp-live-chat-support.php:1891
637
  msgid "Type here"
638
  msgstr "Écrivez ici"
639
 
640
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:971
641
  msgid "Live Chat"
642
  msgstr "Discussion en temps réel"
643
 
644
- #: includes/blocks/wplc-inline-chat-box/block.js:13
645
- #, fuzzy
646
- #| msgid "WP Live Chat Support"
647
- msgid "WP Live Chat Box"
648
- msgstr "WP Live Chat Support"
649
-
650
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:972
651
  #, fuzzy
652
  #| msgid "New Dashboard"
653
  msgid "Dashboard"
@@ -670,15 +674,15 @@ msgstr "Id du Chat"
670
  msgid "Missed"
671
  msgstr "Discussions manqués"
672
 
673
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:980
674
- #: wp-live-chat-support.php:3439
675
  msgid "History"
676
  msgstr "Historique"
677
 
678
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
679
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
680
- #: wp-live-chat-support.php:984 wp-live-chat-support.php:3485
681
- #: wp-live-chat-support.php:3982
682
  msgid "Offline Messages"
683
  msgstr "Messages hors-ligne"
684
 
@@ -688,7 +692,7 @@ msgid "Tools"
688
  msgstr ""
689
 
690
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
691
- #: wp-live-chat-support.php:973
692
  msgid "Settings"
693
  msgstr "Réglages"
694
 
@@ -771,7 +775,7 @@ msgid "has joined the chat."
771
  msgstr "a rejoint la discussion."
772
 
773
  #: includes/settings_page.php:98 includes/settings_page.php:136
774
- #: wp-live-chat-support.php:3993
775
  msgid "General Settings"
776
  msgstr "Paramètres généraux"
777
 
@@ -822,7 +826,7 @@ msgstr "Nom du visiteur par défaut"
822
  msgid "This name will be displayed for all not logged in visitors"
823
  msgstr "Ce nom sera affiché pour tous les visiteurs non connectés"
824
 
825
- #: includes/settings_page.php:177 wp-live-chat-support.php:451
826
  msgid "Guest"
827
  msgstr "Invité"
828
 
@@ -1049,7 +1053,7 @@ msgstr ""
1049
  "et de l'envoyer à l'agent une fois qu'ils ont appuyé sur CTRL + BARRE "
1050
  "D'ESPACE"
1051
 
1052
- #: includes/settings_page.php:381 wp-live-chat-support.php:3994
1053
  #, fuzzy
1054
  #| msgid "Chat Window Settings"
1055
  msgid "Chat Box Settings"
@@ -1141,7 +1145,7 @@ msgstr ""
1141
  msgid "Display a timestamp in the chat window:"
1142
  msgstr "Afficher un horodatage dans la fenêtre de discussion"
1143
 
1144
- #: includes/settings_page.php:435 wp-live-chat-support.php:2392
1145
  msgid "Time"
1146
  msgstr "Temps"
1147
 
@@ -1503,7 +1507,7 @@ msgstr ""
1503
  "consultez la documentation% s"
1504
 
1505
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1506
- #: modules/node_server.php:652 wp-live-chat-support.php:2312
1507
  msgid "here"
1508
  msgstr "ici"
1509
 
@@ -1571,8 +1575,8 @@ msgstr ""
1571
  msgid "Other text"
1572
  msgstr "Autre texte"
1573
 
1574
- #: includes/settings_page.php:1065 wp-live-chat-support.php:445
1575
- #: wp-live-chat-support.php:1194
1576
  #, fuzzy
1577
  #| msgid "The chat has been ended by the operator."
1578
  msgid "The chat has been ended by the agent."
@@ -1764,12 +1768,12 @@ msgstr "Cela apparaîtra en haut de la chatbox - Laissez vide pour désactiver."
1764
  msgid "Add New"
1765
  msgstr "Ajouter"
1766
 
1767
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1009
1768
  msgid "Custom Fields"
1769
  msgstr "Les champs personnalisés"
1770
 
1771
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1772
- #: wp-live-chat-support.php:2393
1773
  msgid "Type"
1774
  msgstr "Type"
1775
 
@@ -1778,11 +1782,11 @@ msgid "Content"
1778
  msgstr "Contenu"
1779
 
1780
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1781
- #: wp-live-chat-support.php:2396 wp-live-chat-support.php:3379
1782
  msgid "Status"
1783
  msgstr "Statut"
1784
 
1785
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2589
1786
  msgid "Active"
1787
  msgstr "Actif"
1788
 
@@ -1868,8 +1872,8 @@ msgstr "Menu déroulant"
1868
  msgid "Custom Field Data"
1869
  msgstr "Données de champs personnalisés"
1870
 
1871
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1008
1872
- #: wp-live-chat-support.php:3968
1873
  msgid "Triggers"
1874
  msgstr "Déclencheurs"
1875
 
@@ -1947,7 +1951,7 @@ msgid "Enable Trigger"
1947
  msgstr "Activer le déclencheur"
1948
 
1949
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1950
- #: wp-live-chat-support.php:4698
1951
  msgid "Close"
1952
  msgstr "fermer"
1953
 
@@ -2086,7 +2090,7 @@ msgid "Select Department"
2086
  msgstr "Sélectionner un département"
2087
 
2088
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2089
- #: wp-live-chat-support.php:3970
2090
  msgid "ROI Goals"
2091
  msgstr "Objectifs ROI"
2092
 
@@ -2424,7 +2428,7 @@ msgid "Import Settings"
2424
  msgstr "Paramètres du département"
2425
 
2426
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2427
- #: wp-live-chat-support.php:3983
2428
  msgid "Chat History"
2429
  msgstr "Historique des discussions"
2430
 
@@ -2470,21 +2474,21 @@ msgstr "Support"
2470
  msgid "This cannot be undone"
2471
  msgstr ""
2472
 
2473
- #: modules/advanced_tools.php:192
2474
  msgid "Import Failed - Could Not Process File"
2475
  msgstr ""
2476
 
2477
- #: modules/advanced_tools.php:206
2478
  msgid "Import Failed - Could Not Find File"
2479
  msgstr ""
2480
 
2481
- #: modules/advanced_tools.php:218
2482
  #, fuzzy
2483
  #| msgid "Complete"
2484
  msgid "Import Complete"
2485
  msgstr "terminé"
2486
 
2487
- #: modules/advanced_tools.php:226
2488
  #, fuzzy
2489
  #| msgid "Your settings have been saved."
2490
  msgid "Thank you, all settings have been updated"
@@ -2567,7 +2571,7 @@ msgstr ""
2567
  msgid "Data retention purpose"
2568
  msgstr "Objectif de rétention"
2569
 
2570
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:392
2571
  msgid "Chat/Support"
2572
  msgstr "Chat/Support"
2573
 
@@ -2631,8 +2635,8 @@ msgstr "Supprimer la conversation (%% CID %%)"
2631
  msgid "Download Chat (%%CID%%)"
2632
  msgstr "Télécharger le chat (%% CID %%)"
2633
 
2634
- #: modules/gdpr.php:162 wp-live-chat-support.php:4240
2635
- #: wp-live-chat-support.php:4300
2636
  msgid "Chat ID"
2637
  msgstr "Id du Chat"
2638
 
@@ -2658,7 +2662,7 @@ msgstr ""
2658
  "%%, dans le but de %%PURPOSE%%, pour le temps de %%PERIOD%% day (s) selon le "
2659
  "GDPR."
2660
 
2661
- #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:588
2662
  msgid "Privacy Policy"
2663
  msgstr "Politique de confidentialité"
2664
 
@@ -2759,11 +2763,11 @@ msgstr ""
2759
  "S'il vous plaît se référer à notre %%PRIVACY_LINK%% pour plus d'informations "
2760
  "sur le traitement des données"
2761
 
2762
- #: modules/gdpr.php:636
2763
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2764
  msgstr "Conformité RGPD activée - Server Selection Limited to EU"
2765
 
2766
- #: modules/gdpr.php:668
2767
  msgid "Pro data will also be removed as a part of this automatic process."
2768
  msgstr ""
2769
  "Les données Pro seront également supprimées dans le cadre de ce processus "
@@ -2790,7 +2794,7 @@ msgstr ""
2790
  msgid "Active visitors"
2791
  msgstr "Visiteurs actifs"
2792
 
2793
- #: modules/node_server.php:100 wp-live-chat-support.php:1856
2794
  #, fuzzy
2795
  #| msgid "Initiate Chat"
2796
  msgid "Minimize Chat"
@@ -2809,7 +2813,7 @@ msgid "Invite Department"
2809
  msgstr "Département Chat"
2810
 
2811
  #: modules/node_server.php:111 modules/node_server.php:881
2812
- #: modules/node_server.php:885 wp-live-chat-support.php:4042
2813
  msgid "Direct User To Page"
2814
  msgstr "Diriger l'utilisateur vers la page"
2815
 
@@ -2824,7 +2828,7 @@ msgid "Leave chat"
2824
  msgstr "Quitter le chat"
2825
 
2826
  #: modules/node_server.php:115 modules/node_server.php:883
2827
- #: wp-live-chat-support.php:2601
2828
  msgid "End chat"
2829
  msgstr "Terminer la discussion"
2830
 
@@ -2887,7 +2891,7 @@ msgid "Contains"
2887
  msgstr "Nous contacter"
2888
 
2889
  #: modules/node_server.php:185 modules/node_server.php:893
2890
- #: wp-live-chat-support.php:2391
2891
  msgid "Visitor"
2892
  msgstr "Visiteur"
2893
 
@@ -2936,7 +2940,7 @@ msgstr "Erreur"
2936
  msgid "Only chat agents can access this page."
2937
  msgstr "Seuls les agents de discussion peuvent accéder à cette page."
2938
 
2939
- #: modules/node_server.php:594 wp-live-chat-support.php:4696
2940
  msgid "Sending transcript..."
2941
  msgstr "Envoi de la transcription ..."
2942
 
@@ -2946,12 +2950,12 @@ msgstr "Envoi de la transcription ..."
2946
  msgid "Chat Transcript"
2947
  msgstr "Paramètres de transcription de discussion"
2948
 
2949
- #: modules/node_server.php:597 wp-live-chat-support.php:4699
2950
  msgid "The chat transcript has been emailed."
2951
  msgstr ""
2952
  "La transcription de la discussion a été envoyée par courrier électronique."
2953
 
2954
- #: modules/node_server.php:598 wp-live-chat-support.php:4700
2955
  msgid "There was a problem emailing the chat."
2956
  msgstr ""
2957
 
@@ -2974,11 +2978,11 @@ msgstr "Le chat est désactivé dans la zone des paramètres, réactivez"
2974
  msgid "User received notification:"
2975
  msgstr "Notification reçue de l'utilisateur:"
2976
 
2977
- #: modules/node_server.php:684 wp-live-chat-support.php:2183
2978
  msgid "New chat received"
2979
  msgstr "Nouveau chat reçu"
2980
 
2981
- #: modules/node_server.php:685 wp-live-chat-support.php:2185
2982
  msgid ""
2983
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2984
  "chat"
@@ -3016,11 +3020,11 @@ msgstr ""
3016
  msgid "Show me!"
3017
  msgstr "Montre moi!"
3018
 
3019
- #: modules/node_server.php:803 wp-live-chat-support.php:4667
3020
  msgid "Don't Show This Again"
3021
  msgstr "Ne plus montrer ça"
3022
 
3023
- #: modules/node_server.php:870 wp-live-chat-support.php:419
3024
  msgid "Connecting..."
3025
  msgstr "En cours de connexion"
3026
 
@@ -3091,7 +3095,7 @@ msgstr "Réglages changé"
3091
  msgid "Webhooks"
3092
  msgstr "Webhooks"
3093
 
3094
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3969
3095
  #, fuzzy
3096
  #| msgid "Webhooks"
3097
  msgid "Web Hooks"
@@ -3153,35 +3157,35 @@ msgstr "Sauvegarder les changements"
3153
  msgid "Are you sure you want to delete this webhook?"
3154
  msgstr "Êtes-vous sûr de vouloir supprimer ce webhook?"
3155
 
3156
- #: wp-live-chat-support.php:363
3157
  msgid "close"
3158
  msgstr "fermer"
3159
 
3160
- #: wp-live-chat-support.php:383
3161
  msgid "Thank you for chatting with us."
3162
  msgstr "Thank you for chatting with us."
3163
 
3164
- #: wp-live-chat-support.php:408 wp-live-chat-support.php:1924
3165
  msgid "Questions?"
3166
  msgstr "Questions?"
3167
 
3168
- #: wp-live-chat-support.php:409 wp-live-chat-support.php:1925
3169
  msgid "Chat with us"
3170
  msgstr "Discutez avec nous"
3171
 
3172
- #: wp-live-chat-support.php:410
3173
  msgid "Start live chat"
3174
  msgstr "Démarrer une discussion en direct"
3175
 
3176
- #: wp-live-chat-support.php:411
3177
  msgid "Complete the fields below to proceed."
3178
  msgstr ""
3179
 
3180
- #: wp-live-chat-support.php:412
3181
  msgid "Chat offline. Leave a message"
3182
  msgstr "Discussion hors-ligne. Laissez un message"
3183
 
3184
- #: wp-live-chat-support.php:413
3185
  msgid ""
3186
  "We are currently offline. Please leave a message and we'll get back to you "
3187
  "shortly."
@@ -3189,48 +3193,48 @@ msgstr ""
3189
  "Nous sommes actuellement déconnecté. Veuillez laisser un message et nous "
3190
  "reviendrons vers vous prochainement."
3191
 
3192
- #: wp-live-chat-support.php:414
3193
  msgid "Sending message..."
3194
  msgstr "Envoi du message ..."
3195
 
3196
- #: wp-live-chat-support.php:415
3197
  msgid "Thank you for your message. We will be in contact soon."
3198
  msgstr "Merci pour votre message. Nous vous contacterons prochainement"
3199
 
3200
- #: wp-live-chat-support.php:416
3201
  msgid "Leave a message"
3202
  msgstr "Laisser un message"
3203
 
3204
- #: wp-live-chat-support.php:417
3205
  msgid "Send message"
3206
  msgstr "Envoyer le message"
3207
 
3208
- #: wp-live-chat-support.php:418
3209
  msgid "Start Chat"
3210
  msgstr "Démarrer la discussion"
3211
 
3212
- #: wp-live-chat-support.php:420 wp-live-chat-support.php:2065
3213
- #: wp-live-chat-support.php:2112
3214
  msgid "Reactivating your previous chat..."
3215
  msgstr "Réactivation de votre conversation précédente ..."
3216
 
3217
- #: wp-live-chat-support.php:450
3218
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3219
  msgstr ""
3220
  "S'il vous plaît, cliquez sur Démarrer la discussion pour initier une "
3221
  "conversation avec un opérateur"
3222
 
3223
- #: wp-live-chat-support.php:453
3224
  #, fuzzy
3225
  #| msgid "There is No Answer. Please Try Again Later."
3226
  msgid "No answer. Try again later."
3227
  msgstr "Il n'y a pas de reponse. Veuillez réessayer plus tard."
3228
 
3229
- #: wp-live-chat-support.php:454
3230
  msgid "Welcome. How may I help you?"
3231
  msgstr "Bonjour. Comment puis-je vous aider ?"
3232
 
3233
- #: wp-live-chat-support.php:458
3234
  #, fuzzy
3235
  #| msgid ""
3236
  #| "Please standby for an agent. While you wait for the agent you may type "
@@ -3240,96 +3244,96 @@ msgstr ""
3240
  "Veuillez attendre un opérateur. Pendant que vous attendez l'agent, vous "
3241
  "pouvez taper votre message."
3242
 
3243
- #: wp-live-chat-support.php:689
3244
  msgid ""
3245
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3246
  "no longer needed, please uninstall it."
3247
  msgstr ""
3248
 
3249
- #: wp-live-chat-support.php:981 wp-live-chat-support.php:3466
3250
  msgid "Missed Chats"
3251
  msgstr "Discussions manqués"
3252
 
3253
- #: wp-live-chat-support.php:989 wp-live-chat-support.php:3958
3254
  msgid "Support"
3255
  msgstr "Support"
3256
 
3257
- #: wp-live-chat-support.php:1191
3258
  #, fuzzy
3259
  #| msgid "Please enter your name"
3260
  msgid "Please Enter Your Name"
3261
  msgstr "S'il vous plaît entrez votre nom"
3262
 
3263
- #: wp-live-chat-support.php:1192
3264
  #, fuzzy
3265
  #| msgid "Please enter your email address"
3266
  msgid "Please Enter Your Email Address"
3267
  msgstr "Veuillez entrer votre adresse e-mail"
3268
 
3269
- #: wp-live-chat-support.php:1193
3270
  #, fuzzy
3271
  #| msgid "Connection to server lost. Please reload this page. Error: "
3272
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3273
  msgstr "Connexion au serveur perdue. Veuillez recharger cette page. Erreur:"
3274
 
3275
- #: wp-live-chat-support.php:1195
3276
  #, fuzzy
3277
  #| msgid "Please enter a message"
3278
  msgid "Please Enter a Message"
3279
  msgstr "Veuillez entrer un message"
3280
 
3281
- #: wp-live-chat-support.php:1196
3282
  #, fuzzy
3283
  #| msgid "Disconnected, attempting to reconnect..."
3284
  msgid "Disconnected, Attempting to Reconnect..."
3285
  msgstr "Déconnecté, essayant de se reconnecter ..."
3286
 
3287
- #: wp-live-chat-support.php:1243
3288
  #, fuzzy
3289
  #| msgid " has joined."
3290
  msgid "has joined."
3291
  msgstr "à rejoint la discussion"
3292
 
3293
- #: wp-live-chat-support.php:1244
3294
  #, fuzzy
3295
  #| msgid " has left."
3296
  msgid "has left."
3297
  msgstr "à quitté la discussion"
3298
 
3299
- #: wp-live-chat-support.php:1245
3300
  #, fuzzy
3301
  #| msgid " has ended the chat."
3302
  msgid "has ended the chat."
3303
  msgstr "a fini la discussion"
3304
 
3305
- #: wp-live-chat-support.php:1246
3306
  #, fuzzy
3307
  #| msgid " has disconnected."
3308
  msgid "has disconnected."
3309
  msgstr "s'est déconnecté."
3310
 
3311
- #: wp-live-chat-support.php:1247
3312
  msgid "(edited)"
3313
  msgstr "(édité)"
3314
 
3315
- #: wp-live-chat-support.php:1638 wp-live-chat-support.php:1657
3316
  msgid "Start chat"
3317
  msgstr "Démarrer la discussion"
3318
 
3319
- #: wp-live-chat-support.php:1903 wp-live-chat-support.php:2672
3320
  msgid "Send"
3321
  msgstr "Envoyé"
3322
 
3323
- #: wp-live-chat-support.php:2308
3324
  msgid "Congratulations"
3325
  msgstr "Félicitation"
3326
 
3327
- #: wp-live-chat-support.php:2309
3328
  msgid "You are now accepting live chat requests on your site."
3329
  msgstr ""
3330
  "Vous acceptez maintenant les demandes de chat en direct sur votre site."
3331
 
3332
- #: wp-live-chat-support.php:2310
3333
  #, fuzzy
3334
  #| msgid "The live chat box has automatically been enabled on your website."
3335
  msgid "The live chat box has automatically been enabled."
@@ -3337,56 +3341,56 @@ msgstr ""
3337
  "La boîte de discussion en direct a été automatiquement activée sur votre "
3338
  "site Web."
3339
 
3340
- #: wp-live-chat-support.php:2311
3341
  msgid "Chat notifications will start appearing once visitors send a request."
3342
  msgstr ""
3343
  "Les notifications de discussion commenceront à apparaître une fois que les "
3344
  "visiteurs auront envoyé une demande."
3345
 
3346
- #: wp-live-chat-support.php:2312
3347
  #, php-format
3348
  msgid "You may modify your chat box settings %s"
3349
  msgstr ""
3350
 
3351
- #: wp-live-chat-support.php:2313
3352
  msgid "Experiencing issues?"
3353
  msgstr "Vous expérimenter des problèmes?"
3354
 
3355
- #: wp-live-chat-support.php:2313
3356
  msgid "Take a look at our how-to guides."
3357
  msgstr ""
3358
 
3359
- #: wp-live-chat-support.php:2314
3360
  msgid "Hide"
3361
  msgstr "Cacher"
3362
 
3363
- #: wp-live-chat-support.php:2371
3364
  msgid "Keep this window open to get notified of new chats."
3365
  msgstr ""
3366
 
3367
- #: wp-live-chat-support.php:2377
3368
  #, fuzzy
3369
  #| msgid "Visitors online"
3370
  msgid "Visitor(s) online"
3371
  msgstr "Visiteurs en ligne"
3372
 
3373
- #: wp-live-chat-support.php:2394
3374
  msgid "Device"
3375
  msgstr "Appareil"
3376
 
3377
- #: wp-live-chat-support.php:2395
3378
  msgid "Data"
3379
  msgstr "Les données"
3380
 
3381
- #: wp-live-chat-support.php:2428
3382
  msgid "Chat Dashboard"
3383
  msgstr "Tableau de bord de discussion"
3384
 
3385
- #: wp-live-chat-support.php:2431
3386
  msgid "Oh no!"
3387
  msgstr "Oh non!"
3388
 
3389
- #: wp-live-chat-support.php:2433
3390
  #, fuzzy, php-format
3391
  #| msgid ""
3392
  #| "You do not have access to this page as <strong>you are not a chat agent</"
@@ -3396,95 +3400,95 @@ msgstr ""
3396
  "Vous n'avez pas accès à cette page en tant que <strong> vous n'êtes pas un "
3397
  "agent de chat </strong>."
3398
 
3399
- #: wp-live-chat-support.php:2433
3400
  #, fuzzy
3401
  #| msgid "Make this user a chat agent"
3402
  msgid "you are not a chat agent"
3403
  msgstr "Faire de cet utilisateur un opérateur"
3404
 
3405
- #: wp-live-chat-support.php:2587
3406
  msgid "Previous"
3407
  msgstr "Précédent"
3408
 
3409
- #: wp-live-chat-support.php:2594
3410
  msgid "Chat with"
3411
  msgstr "Discuter avec"
3412
 
3413
- #: wp-live-chat-support.php:2611
3414
  #, fuzzy
3415
  #| msgid "Starting Time:"
3416
  msgid "Starting Time:"
3417
  msgstr "Heure de départ:"
3418
 
3419
- #: wp-live-chat-support.php:2612
3420
  #, fuzzy
3421
  #| msgid "Ending Time:"
3422
  msgid "Ending Time:"
3423
  msgstr "Heure de fin:"
3424
 
3425
- #: wp-live-chat-support.php:2632
3426
  msgid "Chat initiated on:"
3427
  msgstr "Tchat lancé sur:"
3428
 
3429
- #: wp-live-chat-support.php:2633
3430
  msgid "Browser:"
3431
  msgstr "navigateur :"
3432
 
3433
- #: wp-live-chat-support.php:2659 wp-live-chat-support.php:2698
3434
  #, fuzzy
3435
  #| msgid "Chat ID"
3436
  msgid "Invalid Chat ID"
3437
  msgstr "Id du Chat"
3438
 
3439
- #: wp-live-chat-support.php:2667
3440
  msgid "type here..."
3441
  msgstr "Ecrire ici..."
3442
 
3443
- #: wp-live-chat-support.php:2825
3444
  msgid "User has opened the chat window"
3445
  msgstr "Le visiteur a ouvert la fenêtre de discussion"
3446
 
3447
- #: wp-live-chat-support.php:2826
3448
  msgid "User has minimized the chat window"
3449
  msgstr "Le visiteur a réduit la fenêtre de discussion"
3450
 
3451
- #: wp-live-chat-support.php:2827
3452
  msgid "User has maximized the chat window"
3453
  msgstr "Le visiteur a agrandi la fenêtre de discussion"
3454
 
3455
- #: wp-live-chat-support.php:2828
3456
  msgid "The chat has been ended"
3457
  msgstr "Le chat a été terminé"
3458
 
3459
- #: wp-live-chat-support.php:3369
3460
  msgid "Delete History"
3461
  msgstr "Supprimer Historique"
3462
 
3463
- #: wp-live-chat-support.php:3386
3464
  msgid "No chats available at the moment"
3465
  msgstr "Aucune discussion pour l'instant"
3466
 
3467
- #: wp-live-chat-support.php:3506
3468
  msgid "Actions"
3469
  msgstr "Actions"
3470
 
3471
- #: wp-live-chat-support.php:3520
3472
  msgid "You have not received any offline messages."
3473
  msgstr "Vous n'avez pas reçu de message hors-ligne."
3474
 
3475
- #: wp-live-chat-support.php:3528
3476
  msgid "Delete Message"
3477
  msgstr "Supprimer le message"
3478
 
3479
- #: wp-live-chat-support.php:3637
3480
  msgid "You do not have permission to save settings."
3481
  msgstr ""
3482
 
3483
- #: wp-live-chat-support.php:3903
3484
  msgid "Your settings have been saved."
3485
  msgstr "Vos paramètres ont été sauvegardés"
3486
 
3487
- #: wp-live-chat-support.php:3932
3488
  #, fuzzy
3489
  #| msgid ""
3490
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
@@ -3499,7 +3503,7 @@ msgstr ""
3499
  "rencontrer des problèmes lors de l'utilisation WP Live Chat Support. S'il "
3500
  "vous plaît, contactez votre hébergeur pour activer cette fonction."
3501
 
3502
- #: wp-live-chat-support.php:3938
3503
  #, fuzzy
3504
  #| msgid ""
3505
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
@@ -3514,196 +3518,184 @@ msgstr ""
3514
  "problèmes lors de l'utilisation WP Live Chat Support. S' il vous plaît "
3515
  "contactez votre hébergeur pour désactiver cette fonction."
3516
 
3517
- #: wp-live-chat-support.php:3961 wp-live-chat-support.php:3965
3518
  #, fuzzy
3519
  #| msgid "Advanced Features"
3520
  msgid "Plugin Features"
3521
  msgstr "Fonctionnalités avancées "
3522
 
3523
- #: wp-live-chat-support.php:3963
3524
  msgid ""
3525
  "Check out these features and get up to speed with what you can do with WP "
3526
  "Live Chat:"
3527
  msgstr ""
3528
 
3529
- #: wp-live-chat-support.php:3966
3530
  msgid "Reporting"
3531
  msgstr "Rapport"
3532
 
3533
- #: wp-live-chat-support.php:3967
3534
  msgid "Localization"
3535
  msgstr ""
3536
 
3537
- #: wp-live-chat-support.php:3975
3538
  #, fuzzy
3539
  #| msgid "Chat Agents"
3540
  msgid "Chat FAQs"
3541
  msgstr "Opérateurs de discussion"
3542
 
3543
- #: wp-live-chat-support.php:3977
3544
  msgid ""
3545
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3546
  "agents:"
3547
  msgstr ""
3548
 
3549
- #: wp-live-chat-support.php:3979
3550
  #, fuzzy
3551
  #| msgid "Chat with us"
3552
  msgid "Chat with Visitors"
3553
  msgstr "Discutez avec nous"
3554
 
3555
- #: wp-live-chat-support.php:3980
3556
  #, fuzzy
3557
  #| msgid "Chat Agents"
3558
  msgid "Chat with Agents"
3559
  msgstr "Opérateurs de discussion"
3560
 
3561
- #: wp-live-chat-support.php:3984
3562
  #, fuzzy
3563
  #| msgid "Chat Agents"
3564
  msgid "Chat Invites"
3565
  msgstr "Opérateurs de discussion"
3566
 
3567
- #: wp-live-chat-support.php:3989
3568
  #, fuzzy
3569
  #| msgid "Settings Changed"
3570
  msgid "Settings & Customization"
3571
  msgstr "Réglages changé"
3572
 
3573
- #: wp-live-chat-support.php:3991
3574
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3575
  msgstr ""
3576
 
3577
- #: wp-live-chat-support.php:3995
3578
  #, fuzzy
3579
  #| msgid "Chat Window Settings"
3580
  msgid "Agent Settings"
3581
  msgstr "Paramètres de la fenêtre de discussion"
3582
 
3583
- #: wp-live-chat-support.php:4002
3584
  msgid "Troubleshooting"
3585
  msgstr "Problèmes"
3586
 
3587
- #: wp-live-chat-support.php:4004
3588
  msgid ""
3589
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3590
  "issues:"
3591
  msgstr ""
3592
 
3593
- #: wp-live-chat-support.php:4006
3594
  msgid "My Chat Box Is Not Showing"
3595
  msgstr ""
3596
 
3597
- #: wp-live-chat-support.php:4007
3598
  #, fuzzy
3599
  #| msgid "I'm not getting any notifications of a new chat"
3600
  msgid "Not Receiving Notifications of New Chats"
3601
  msgstr "Je n'ai pas de notification d'une nouvelle discussion"
3602
 
3603
- #: wp-live-chat-support.php:4008
3604
- #, fuzzy
3605
- #| msgid "The chat window never goes offline"
3606
- msgid "The Chat Box Never Goes Offline"
3607
- msgstr "La fenêtre de discussion n'est jamais hors-ligne"
3608
-
3609
- #: wp-live-chat-support.php:4009
3610
- #, fuzzy
3611
- #| msgid "This chat has already been answered by another agent."
3612
- msgid "Chat Has Already Been Answered"
3613
- msgstr "Ce chat a déjà été répondu par un autre opérateur."
3614
-
3615
- #: wp-live-chat-support.php:4010
3616
  #, fuzzy
3617
  #| msgid "How do I check for JavaScript errors on my site?"
3618
  msgid "Check for JavaScript Errors"
3619
  msgstr "Comment dois-je contrôler les erreurs javascript sur mon site?"
3620
 
3621
- #: wp-live-chat-support.php:4038
3622
  msgid "Initiate Chats"
3623
  msgstr "initier des discussions"
3624
 
3625
- #: wp-live-chat-support.php:4039
3626
  msgid "Multiple Chats"
3627
  msgstr "Chats multiples"
3628
 
3629
- #: wp-live-chat-support.php:4040
3630
  msgid "Add unlimited agents"
3631
  msgstr "Ajouter des agents illimités"
3632
 
3633
- #: wp-live-chat-support.php:4041
3634
  msgid "Transfer Chats"
3635
  msgstr "Transfert de discussion"
3636
 
3637
- #: wp-live-chat-support.php:4060
3638
  #, php-format
3639
  msgid "Thank you for using %s! Please %s on %s"
3640
  msgstr ""
3641
 
3642
- #: wp-live-chat-support.php:4060
3643
  msgid "rate us"
3644
  msgstr ""
3645
 
3646
- #: wp-live-chat-support.php:4241 wp-live-chat-support.php:4301
3647
  msgid "From"
3648
  msgstr "De"
3649
 
3650
- #: wp-live-chat-support.php:4243 wp-live-chat-support.php:4303
3651
  msgid "Timestamp"
3652
  msgstr "Horodatage"
3653
 
3654
- #: wp-live-chat-support.php:4244 wp-live-chat-support.php:4304
3655
  msgid "Origin"
3656
  msgstr "Origine"
3657
 
3658
- #: wp-live-chat-support.php:4249 wp-live-chat-support.php:4309
3659
  msgid "user"
3660
  msgstr "Utilisateur"
3661
 
3662
- #: wp-live-chat-support.php:4251 wp-live-chat-support.php:4311
3663
  msgid "agent"
3664
  msgstr "Opérateur"
3665
 
3666
- #: wp-live-chat-support.php:4406
3667
  msgid "Advanced settings"
3668
  msgstr "Réglages avancés"
3669
 
3670
- #: wp-live-chat-support.php:4413
3671
  msgid "Only change these settings if you are experiencing performance issues."
3672
  msgstr ""
3673
  "Modifiez uniquement ces paramètres si vous rencontrez des problèmes de "
3674
  "performances."
3675
 
3676
- #: wp-live-chat-support.php:4420
3677
  msgid "Website hosting type:"
3678
  msgstr ""
3679
 
3680
- #: wp-live-chat-support.php:4424
3681
  #, fuzzy
3682
  #| msgid "Custom Scripts"
3683
  msgid "Custom parameters"
3684
  msgstr "Scripts personnalisés"
3685
 
3686
- #: wp-live-chat-support.php:4425
3687
  msgid "Shared hosting - low level plan"
3688
  msgstr "Hébergement mutualisé - plan bas niveau"
3689
 
3690
- #: wp-live-chat-support.php:4426
3691
  msgid "Shared hosting - normal plan"
3692
  msgstr "Hébergement mutualisé - plan normal"
3693
 
3694
- #: wp-live-chat-support.php:4427
3695
  msgid "VPS"
3696
  msgstr "VPS"
3697
 
3698
- #: wp-live-chat-support.php:4428
3699
  msgid "Dedicated server"
3700
  msgstr "Serveur dédié"
3701
 
3702
- #: wp-live-chat-support.php:4434
3703
  msgid "Long poll setup"
3704
  msgstr "Configuration sondage long"
3705
 
3706
- #: wp-live-chat-support.php:4434
3707
  #, fuzzy
3708
  #| msgid ""
3709
  #| "Only change these if you are an experienced developer or if you have "
@@ -3715,29 +3707,29 @@ msgstr ""
3715
  "Modifiez-les uniquement si vous êtes un développeur expérimenté ou si vous "
3716
  "avez reçu ces chiffres de l'équipe de support de Code Cabin."
3717
 
3718
- #: wp-live-chat-support.php:4439
3719
  msgid "Iterations"
3720
  msgstr "Itérations"
3721
 
3722
- #: wp-live-chat-support.php:4443
3723
  #, fuzzy
3724
  #| msgid "Sleep between iterations"
3725
  msgid "Sleep between loops"
3726
  msgstr "Dormir entre les itérations"
3727
 
3728
- #: wp-live-chat-support.php:4446
3729
  #, fuzzy
3730
  #| msgid "microseconds"
3731
  msgid "milliseconds"
3732
  msgstr "microsecondes"
3733
 
3734
- #: wp-live-chat-support.php:4469
3735
  #, fuzzy
3736
  #| msgid "Display a 'Powered by' link in the chat box"
3737
  msgid "Show 'Powered by' in chat box"
3738
  msgstr "Afficher un lien 'Powered by' dans la zone de discussion"
3739
 
3740
- #: wp-live-chat-support.php:4469
3741
  #, fuzzy
3742
  #| msgid ""
3743
  #| "Checking this will display a 'Powered by WP Live Chat Support' caption at "
@@ -3749,24 +3741,24 @@ msgstr ""
3749
  "Cochez cette case pour afficher une légende \"Powered by WP Live Chat Support"
3750
  "\" au bas de votre chatbox."
3751
 
3752
- #: wp-live-chat-support.php:4511
3753
  #, fuzzy
3754
  #| msgid "Powered by WP Live Chat Support"
3755
  msgid "Powered by WP Live Chat by 3CX"
3756
  msgstr "Propulsé par WP Live Chat Support"
3757
 
3758
- #: wp-live-chat-support.php:4665
3759
  msgid ""
3760
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3761
  msgstr ""
3762
 
3763
- #: wp-live-chat-support.php:4666
3764
  msgid ""
3765
  "Please add an SSL certificate to your site to continue receiving chat "
3766
  "notifications in your browser."
3767
  msgstr ""
3768
 
3769
- #: wp-live-chat-support.php:4679
3770
  msgid ""
3771
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3772
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
@@ -3775,63 +3767,63 @@ msgstr ""
3775
  "prise en charge de WP Live Chat 8.0.05, il existe un support pour Email "
3776
  "Transcript."
3777
 
3778
- #: wp-live-chat-support.php:4686
3779
  msgid "Email transcript to user"
3780
  msgstr "Transcription de courrier électronique à l'utilisateur"
3781
 
3782
- #: wp-live-chat-support.php:4697
3783
  msgid "Sending Transcript"
3784
  msgstr "Envoi de la transcription"
3785
 
3786
- #: wp-live-chat-support.php:4771
3787
  #, php-format
3788
  msgid "Your chat transcript from %1$s"
3789
  msgstr "Votre transcription de discussion de%1$s"
3790
 
3791
- #: wp-live-chat-support.php:4862
3792
  msgid "Chat Transcript Settings"
3793
  msgstr "Paramètres de transcription de discussion"
3794
 
3795
- #: wp-live-chat-support.php:4865
3796
  msgid "Enable chat transcripts:"
3797
  msgstr "Activer les scripts de discussion:"
3798
 
3799
- #: wp-live-chat-support.php:4873
3800
  msgid "Send transcripts to:"
3801
  msgstr "Envoyer des transcriptions à:"
3802
 
3803
- #: wp-live-chat-support.php:4880
3804
  msgid "User"
3805
  msgstr "Utilisateur"
3806
 
3807
- #: wp-live-chat-support.php:4891
3808
  msgid "Send transcripts when chat ends:"
3809
  msgstr "Envoyer les transcriptions à la fin du chat:"
3810
 
3811
- #: wp-live-chat-support.php:4899
3812
  msgid "Email body"
3813
  msgstr "Corps de l'e-mail"
3814
 
3815
- #: wp-live-chat-support.php:4909
3816
  msgid "Email header"
3817
  msgstr "En-tête d'email"
3818
 
3819
- #: wp-live-chat-support.php:4918
3820
  msgid "Email footer"
3821
  msgstr "Email de bas de page"
3822
 
3823
- #: wp-live-chat-support.php:4994
3824
  msgid ""
3825
  "Please note, local message encryption and local server options will be "
3826
  "deprecated in the next major release. All encryption and message delivery "
3827
  "will handled by our external servers in future."
3828
  msgstr ""
3829
 
3830
- #: wp-live-chat-support.php:4997
3831
  msgid "Deprecation Notice - Message Encryption & Local Server"
3832
  msgstr ""
3833
 
3834
- #: wp-live-chat-support.php:4999
3835
  msgid "Dismiss"
3836
  msgstr ""
3837
 
@@ -3851,9 +3843,29 @@ msgid ""
3851
  msgstr ""
3852
 
3853
  #. Author of the plugin/theme
3854
- msgid "wordpress3cx"
3855
  msgstr ""
3856
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3857
  #~ msgid "Request new chat"
3858
  #~ msgstr "Demander un nouveau chat"
3859
 
@@ -4560,9 +4572,6 @@ msgstr ""
4560
  #~ "riche en fonctionnalités, incroyablement pris en charge et le plus "
4561
  #~ "positif sur WordPress!"
4562
 
4563
- #~ msgid "Skip intro and start accepting chats"
4564
- #~ msgstr "Sautez l'intro et commencez à accepter les chats"
4565
-
4566
  #~ msgid "Welcome"
4567
  #~ msgstr "Bienvenue "
4568
 
@@ -4921,9 +4930,6 @@ msgstr ""
4921
  #~ msgid "Visitors on site"
4922
  #~ msgstr "Visiteur sur le site"
4923
 
4924
- #~ msgid "No visitors on-line at the moment"
4925
- #~ msgstr "Pas de visiteur en ligne en ce moment"
4926
-
4927
  #~ msgid "No chat sessions available at the moment"
4928
  #~ msgstr "Pas de session de discussion disponible pour le moment"
4929
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
+ "POT-Creation-Date: 2019-10-17 11:32+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:32+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
19
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
25
+ #: wp-live-chat-support.php:4864
26
  msgid "Admin"
27
  msgstr "Administrateur"
28
 
63
  msgid "End Chat"
64
  msgstr "Terminer le Chat"
65
 
66
+ #: functions.php:1021
67
  msgid "complete"
68
  msgstr "terminer"
69
 
70
+ #: functions.php:1024
71
  msgid "pending"
72
  msgstr "en attente"
73
 
74
+ #: functions.php:1027
75
  msgid "active"
76
  msgstr "actif"
77
 
78
+ #: functions.php:1030
79
  msgid "deleted"
80
  msgstr "supprimé"
81
 
82
+ #: functions.php:1033
83
  msgid "browsing"
84
  msgstr "navigation"
85
 
86
+ #: functions.php:1036
87
  msgid "requesting chat"
88
  msgstr "Discussion demandée"
89
 
90
+ #: functions.php:1039
91
  msgid "Chat Ended - User still browsing"
92
  msgstr "Discussion terminée - Le visiteur continue à naviguer sur votre site"
93
 
94
+ #: functions.php:1042
95
  msgid "User is browsing but doesn't want to chat"
96
  msgstr "Le visiteur navigue sur votre site et ne souhaite pas discuter"
97
 
98
+ #: functions.php:1181 includes/settings_page.php:774
99
  #, fuzzy
100
  #| msgid "WP Live Chat Support - Offline Message from "
101
  msgid "WP Live Chat by 3CX - Offline Message from "
102
  msgstr "WP Live Chat Support - Message hors-ligne provenant de"
103
 
104
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
105
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
106
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
107
  #: includes/wplc_roi.php:160 modules/node_server.php:81
108
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
109
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
110
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
111
  msgid "Name"
112
  msgstr "Nom"
113
 
114
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
115
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
116
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
117
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
118
  msgid "Email"
119
  msgstr "Email"
120
 
121
+ #: functions.php:1184 wp-live-chat-support.php:1782
122
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
123
+ #: wp-live-chat-support.php:4281
124
  msgid "Message"
125
  msgstr "Message"
126
 
127
+ #: functions.php:1185
128
  #, fuzzy
129
  #| msgid "Via WP Live Chat Support"
130
  msgid "Via WP Live Chat by 3CX"
131
  msgstr "via WP Live Chat Support"
132
 
133
+ #: functions.php:1484 wp-live-chat-support.php:3313
134
  msgid "Error: Could not delete chat"
135
  msgstr "Erreur: Impossible de supprimer le chat"
136
 
137
+ #: functions.php:1486 wp-live-chat-support.php:3317
138
  msgid "Chat Deleted"
139
  msgstr "Chat supprimé"
140
 
141
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
142
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
143
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
144
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
146
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
147
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
148
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
149
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
150
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
151
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
152
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
153
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
154
+ #: wp-live-chat-support.php:4191
155
  msgid "You do not have permission do perform this action"
156
  msgstr ""
157
 
158
+ #: functions.php:1495 wp-live-chat-support.php:3326
159
  msgid "Are you sure you would like to delete this chat?"
160
  msgstr "Êtes-vous sûr de vouloir supprimer cette discussion?"
161
 
162
+ #: functions.php:1496 includes/settings_page.php:142
163
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
164
  msgid "Yes"
165
  msgstr "Oui"
166
 
167
+ #: functions.php:1496 includes/settings_page.php:143
168
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
169
  msgid "No"
170
  msgstr "Non"
171
 
172
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
173
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
174
+ #: wp-live-chat-support.php:3483
175
  msgid "Date"
176
  msgstr "Date"
177
 
178
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
179
  msgid "URL"
180
  msgstr "URL"
181
 
182
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
183
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
184
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
185
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
186
  msgid "Action"
187
  msgstr "Action"
188
 
189
+ #: functions.php:1523
190
  msgid "You have not missed any chat requests."
191
  msgstr "Vous n'avez pas manqué de demande de discussion"
192
 
193
+ #: functions.php:1530 wp-live-chat-support.php:3381
194
  msgid "View Chat History"
195
  msgstr "Voir l'historique des discussions"
196
 
197
+ #: functions.php:1530 wp-live-chat-support.php:3381
198
  msgid "Download Chat History"
199
  msgstr "Télécharger l'historique des discussions"
200
 
201
+ #: functions.php:1724
202
  msgid "Open chat window via"
203
  msgstr "Ouvrir la fenêtre de discussion via"
204
 
205
+ #: functions.php:1728
206
  msgid "Click"
207
  msgstr "Cliquer"
208
 
209
+ #: functions.php:1729
210
  msgid "Hover"
211
  msgstr "Survoler"
212
 
213
+ #: functions.php:1731
214
  msgid "element with"
215
  msgstr "élément avec"
216
 
217
+ #: functions.php:1733
218
  msgid "Class"
219
  msgstr "Class"
220
 
221
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
222
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
223
  #: includes/wplc_roi.php:159
224
  msgid "ID"
225
  msgstr "ID"
226
 
227
+ #: functions.php:2005 functions.php:2011 functions.php:2016
228
  #: includes/dashboard_page.php:58 modules/node_server.php:134
229
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
230
  msgid "Quick Responses"
231
  msgstr "Réponses rapides"
232
 
233
+ #: functions.php:2006 includes/settings_page.php:322
234
  msgid "Quick Response"
235
  msgstr "Réponse rapide"
236
 
237
+ #: functions.php:2007 functions.php:2010
238
  msgid "New Quick Response"
239
  msgstr "Nouvelle réponse rapide"
240
 
241
+ #: functions.php:2008 modules/node_server.php:1031
242
  msgid "Add New Quick Response"
243
  msgstr "Ajouter une nouvelle réponse rapide"
244
 
245
+ #: functions.php:2009
246
  msgid "Edit Quick Response"
247
  msgstr "Éditer réponse rapide"
248
 
249
+ #: functions.php:2012
250
  msgid "View Quick Responses"
251
  msgstr "Voir les réponses rapides"
252
 
253
+ #: functions.php:2013
254
  msgid "Search Quick Responses"
255
  msgstr "Chercher les réponses rapides"
256
 
257
+ #: functions.php:2014
258
  msgid "No Quick Responses found"
259
  msgstr "Aucune réponse rapide trouvée"
260
 
261
+ #: functions.php:2015
262
  msgid "No Quick Responses found in the Trash"
263
  msgstr "Aucune réponse rapide dans la corbeille"
264
 
265
+ #: functions.php:2020
266
  #, fuzzy
267
  #| msgid "Quick Responses for WP Live Chat Support Pro"
268
  msgid "Quick Responses for WP Live Chat by 3CX"
269
  msgstr "Réponses rapides pour WP Live Chat Support Pro"
270
 
271
+ #: functions.php:2054
272
  msgid "Sort Order"
273
  msgstr "Ordre de tri"
274
 
275
+ #: functions.php:2090 includes/settings_page.php:331
276
  msgid "Title"
277
  msgstr "Titre"
278
 
279
+ #: functions.php:2091
280
  msgid "Order"
281
  msgstr "Ordre"
282
 
283
+ #: functions.php:2092 includes/settings_page.php:1182
284
  msgid "Author"
285
  msgstr "Auteur"
286
 
287
+ #: functions.php:2135 wp-live-chat-support.php:461
288
  msgid "Press ENTER to send your message"
289
  msgstr "Appuyer sur ENTRÉE pour envoyer votre message"
290
 
291
+ #: functions.php:2174 functions.php:2178
292
  msgid "Assign Quick Response"
293
  msgstr "Attribuer une réponse rapide"
294
 
295
+ #: functions.php:2181 includes/settings_page.php:1164
296
  msgid "Select"
297
  msgstr "Sélectionner"
298
 
299
+ #: functions.php:2187
300
  msgid "What is this?"
301
  msgstr "Quest-ce que c'est ?"
302
 
303
+ #: functions.php:2229
304
  #, php-format
305
  msgid "Incoming chat from %s (%s) on %s"
306
  msgstr "Discussion entrante de% s (% s) sur% s"
307
 
308
+ #: functions.php:2235
309
  #, fuzzy, php-format
310
  #| msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
311
  msgid "%s (%s) wants to chat with you."
312
  msgstr "%s (%s) veut discuter avec vous. <br /><br />Log in: %s"
313
 
314
+ #: functions.php:2240
315
  #, fuzzy, php-format
316
  #| msgid "Log in"
317
  msgid "Log in: %s"
318
  msgstr "Connexion"
319
 
320
+ #: functions.php:2567
321
  msgid "Status (Online)"
322
  msgstr "Statut (en ligne)"
323
 
324
+ #: functions.php:2568
325
  msgid "Online"
326
  msgstr "En ligne"
327
 
328
+ #: functions.php:2569
329
  msgid "Offline"
330
  msgstr "THors-ligne"
331
 
332
+ #: functions.php:2570
333
  msgid "Status (Offline)"
334
  msgstr "Statut (hors ligne)"
335
 
336
+ #: functions.php:2581
337
  msgid ""
338
  "You have set your status to offline. To view visitors and accept chats "
339
  "please set your status to online using the switch above."
341
  "Vous n'avez pas accès à cette page en tant que <strong> vous êtes un agent "
342
  "de chat </ strong>."
343
 
344
+ #: functions.php:2651
345
  msgid "Encryption"
346
  msgstr "Cryptage"
347
 
348
+ #: functions.php:2657 includes/settings_page.php:1225
349
+ #: wp-live-chat-support.php:3977
350
  msgid "Business Hours"
351
  msgstr "Heures de travail"
352
 
353
+ #: functions.php:2859
354
  msgid "Initiate Chat"
355
  msgstr "Démarrer la discussion"
356
 
357
+ #: functions.php:2951
358
  msgid "Attempting to open the chat window... Please be patient."
359
  msgstr ""
360
  "En attente d'ouverture de la fenêtre de discussion...Merci de patienter"
361
 
362
+ #: functions.php:2968
363
  msgid ""
364
  "You are not a chat agent. Please make yourself a chat agent before trying to "
365
  "chat to visitors"
367
  "Vous n'êtes pas un Opérateur. Veuillez svp, vous enregistrer comme Opérateur "
368
  "avant d'essayer de discuter avec les visiteurs"
369
 
370
+ #: functions.php:3163 functions.php:3179 functions.php:3194
371
  msgid "Chat Agent"
372
  msgstr "Opérateur"
373
 
374
+ #: functions.php:3168 functions.php:3184
375
  msgid "Make this user a chat agent"
376
  msgstr "Faire de cet utilisateur un opérateur"
377
 
378
+ #: functions.php:3198
379
  msgid "Your user role does not allow you to make yourself a chat agent."
380
  msgstr ""
381
  "Votre rôle d'utilisateur ne vous permet pas de vous déclarer, vous-même, "
382
  "comme opérateur."
383
 
384
+ #: functions.php:3199
385
  msgid "Please contact the administrator of this website to change this."
386
  msgstr "Merci de contacter l'administrateur du site pour changer cela."
387
 
388
+ #: functions.php:3218
389
  msgid "This chat has already been answered by another agent."
390
  msgstr "Ce chat a déjà été répondu par un autre opérateur."
391
 
392
+ #: functions.php:3460 wp-live-chat-support.php:2314
393
  msgid "Agent(s) online"
394
  msgstr "Opérateur en ligne"
395
 
396
+ #: functions.php:3514
397
  msgid "Chat Agent Online"
398
  msgstr "Opérateur en ligne"
399
 
400
+ #: functions.php:3516 functions.php:3520
401
  msgid "Chat Agents Online"
402
  msgstr "Opérateurs en ligne"
403
 
404
+ #: functions.php:3628 includes/settings_page.php:1153
405
+ #: wp-live-chat-support.php:2260
406
  msgid "Remove"
407
  msgstr "Retirer"
408
 
409
+ #: functions.php:3631 wp-live-chat-support.php:2263
410
  msgid "Typing..."
411
  msgstr "En train d'écrire un message"
412
 
413
+ #: functions.php:4001
414
  msgid "User Experience Ratings"
415
  msgstr "Évaluations de l'expérience utilisateur"
416
 
417
+ #: functions.php:4008
418
  msgid "Agent Statistics"
419
  msgstr "Statistiques de l'opérateur"
420
 
421
+ #: functions.php:4051 functions.php:4090
422
  msgid "Satisfaction Rating"
423
  msgstr "Indice de satisfaction"
424
 
425
+ #: functions.php:4052 functions.php:4091
426
  msgid "Rating Count"
427
  msgstr "Nombre de notes"
428
 
429
+ #: functions.php:4052 functions.php:4091
430
  msgid "Good"
431
  msgstr "Bien"
432
 
433
  # uvais
434
+ #: functions.php:4052 functions.php:4091
435
  msgid "Bad"
436
  msgstr "Mauvais"
437
 
438
+ #: functions.php:4162 includes/dashboard_page.php:56
439
+ #: wp-live-chat-support.php:1015
440
  msgid "Reports"
441
  msgstr "Rapports"
442
 
443
+ #: functions.php:4165 includes/wplc_roi.php:161
444
  msgid "Overview"
445
  msgstr "Vue d'ensemble"
446
 
447
+ #: functions.php:4166
448
  msgid "Popular Pages"
449
  msgstr "Pages populaires"
450
 
451
+ #: functions.php:4184
452
  msgid "Total Agents"
453
  msgstr "Total des agents"
454
 
455
+ #: functions.php:4184
456
  msgid "Total number of agents that used the live chat"
457
  msgstr "Nombre total d'agents ayant utilisé le chat en direct"
458
 
459
+ #: functions.php:4185
460
  msgid "Total Chats"
461
  msgstr "Nombre Total Chats"
462
 
463
+ #: functions.php:4185
464
  msgid "Total number of chats received"
465
  msgstr "Nombre total de chats reçus"
466
 
467
+ #: functions.php:4186
468
  msgid "Total URLs"
469
  msgstr "Nombre total d'URL"
470
 
471
+ #: functions.php:4186
472
  msgid "Total number of URLs a chat was initiated on"
473
  msgstr "Nombre total d'URL sur lesquelles une discussion a été lancée"
474
 
475
+ #: functions.php:4187
476
  msgid "Chats per day"
477
  msgstr "Chat par jour"
478
 
479
+ #: functions.php:4188
480
  msgid "Popular pages a chat was initiated on"
481
  msgstr "Pages populaires sur lesquelles une discussion a été lancée"
482
 
483
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
484
  msgid "Unknown"
485
  msgstr "Inconnu"
486
 
487
+ #: functions.php:4265
488
  msgid "Count"
489
  msgstr "Compter"
490
 
491
+ #: functions.php:4291
492
  #, fuzzy
493
  #| msgid "Enable Google Analytics Integration"
494
  msgid "Enable Manual Chat Initiation:"
495
  msgstr "Activer l'intégration de Google Analytics"
496
 
497
+ #: functions.php:4291
498
  msgid ""
499
  "Enabling this feature will allow agents to start a chat with website "
500
  "visitors. This feature increases server load while enabled."
501
  msgstr ""
502
 
503
+ #: functions.php:4295 modules/advanced_features.php:73
504
  msgid ""
505
  "This feature is only available when you select 3CX High Performance Cloud "
506
  "Servers in Advanced Features."
507
  msgstr ""
508
 
509
+ #: functions.php:4382
510
  msgid "Thank you for inquiry. We will get back to you shortly"
511
  msgstr "Merci pour votre demande. Nous reviendrons vers vous sous peu"
512
 
513
+ #: functions.php:4560 wp-live-chat-support.php:4550
514
  #, fuzzy
515
  #| msgid ""
516
  #| "The Live Chat box is currently disabled on your website due to : <a href="
520
  "La boîte Live Chat est actuellement désactivée sur votre site Web en raison "
521
  "de: <a href=\"%s\"> Paramètres généraux </a>"
522
 
523
+ #: functions.php:4561 wp-live-chat-support.php:4551
524
  #, fuzzy
525
  #| msgid "Business Hours"
526
  msgid "Business Hours Settings"
527
  msgstr "Heures de travail"
528
 
529
+ #: functions.php:4612
530
  msgid "Edit Profile"
531
  msgstr "Editer le profil"
532
 
533
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
534
  msgid "Drag Files Here"
535
  msgstr "Déplacez des fichiers ici"
536
 
537
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
538
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
539
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
540
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
542
  msgid "Delete"
543
  msgstr "Supprimer"
544
 
545
+ #: functions.php:4647
546
  msgid "Send..."
547
  msgstr "Envoyé.."
548
 
549
+ #: functions.php:4648 functions.php:4693
550
  msgid "Play voice note"
551
  msgstr "Jouer une note vocale"
552
 
553
+ #: functions.php:4692
554
  msgid "Save..."
555
  msgstr "Sauvegarder..."
556
 
557
+ #: functions.php:4780 wp-live-chat-support.php:1248
558
+ #: wp-live-chat-support.php:2791
559
  msgid "is typing..."
560
  msgstr "est en train d'écrire..."
561
 
562
+ #: functions.php:4782
563
+ #, fuzzy
564
+ #| msgid "No visitors on-line at the moment"
565
+ msgid "There are no visitors on your site at the moment"
566
+ msgstr "Pas de visiteur en ligne en ce moment"
567
+
568
+ #: functions.php:4783
569
+ msgid "Connection to the server lost, reconnecting..."
570
+ msgstr ""
571
+
572
+ #: functions.php:4784
573
+ #, fuzzy
574
+ #| msgid "Skip intro and start accepting chats"
575
+ msgid "Agent offline - not accepting chats"
576
+ msgstr "Sautez l'intro et commencez à accepter les chats"
577
+
578
+ #: functions.php:4800
579
  msgid "An error has occured while fetching the news feed."
580
  msgstr ""
581
 
582
+ #: functions.php:4897
583
  msgid "Default"
584
  msgstr "Défaut"
585
 
586
+ #: functions.php:5200 functions.php:5204
587
  msgid "You do not have permission to perform this action"
588
  msgstr ""
589
 
 
 
 
 
 
 
590
  #: includes/blocks/wplc-chat-box/index.php:30
591
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
592
  msgid "Gutenberg Blocks"
593
  msgstr "Bloc Gutenberg"
594
 
642
  msgid "Displays the chosen icon"
643
  msgstr "Afficher l'icône choisie"
644
 
645
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
646
+ #: wp-live-chat-support.php:1899
647
  msgid "Type here"
648
  msgstr "Écrivez ici"
649
 
650
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
651
  msgid "Live Chat"
652
  msgstr "Discussion en temps réel"
653
 
654
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
 
 
 
 
 
 
655
  #, fuzzy
656
  #| msgid "New Dashboard"
657
  msgid "Dashboard"
674
  msgid "Missed"
675
  msgstr "Discussions manqués"
676
 
677
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
678
+ #: wp-live-chat-support.php:3420
679
  msgid "History"
680
  msgstr "Historique"
681
 
682
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
683
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
684
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
685
+ #: wp-live-chat-support.php:3963
686
  msgid "Offline Messages"
687
  msgstr "Messages hors-ligne"
688
 
692
  msgstr ""
693
 
694
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
695
+ #: wp-live-chat-support.php:981
696
  msgid "Settings"
697
  msgstr "Réglages"
698
 
775
  msgstr "a rejoint la discussion."
776
 
777
  #: includes/settings_page.php:98 includes/settings_page.php:136
778
+ #: wp-live-chat-support.php:3974
779
  msgid "General Settings"
780
  msgstr "Paramètres généraux"
781
 
826
  msgid "This name will be displayed for all not logged in visitors"
827
  msgstr "Ce nom sera affiché pour tous les visiteurs non connectés"
828
 
829
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
830
  msgid "Guest"
831
  msgstr "Invité"
832
 
1053
  "et de l'envoyer à l'agent une fois qu'ils ont appuyé sur CTRL + BARRE "
1054
  "D'ESPACE"
1055
 
1056
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
1057
  #, fuzzy
1058
  #| msgid "Chat Window Settings"
1059
  msgid "Chat Box Settings"
1145
  msgid "Display a timestamp in the chat window:"
1146
  msgstr "Afficher un horodatage dans la fenêtre de discussion"
1147
 
1148
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1149
  msgid "Time"
1150
  msgstr "Temps"
1151
 
1507
  "consultez la documentation% s"
1508
 
1509
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1510
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1511
  msgid "here"
1512
  msgstr "ici"
1513
 
1575
  msgid "Other text"
1576
  msgstr "Autre texte"
1577
 
1578
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1579
+ #: wp-live-chat-support.php:1202
1580
  #, fuzzy
1581
  #| msgid "The chat has been ended by the operator."
1582
  msgid "The chat has been ended by the agent."
1768
  msgid "Add New"
1769
  msgstr "Ajouter"
1770
 
1771
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1772
  msgid "Custom Fields"
1773
  msgstr "Les champs personnalisés"
1774
 
1775
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1776
+ #: wp-live-chat-support.php:2374
1777
  msgid "Type"
1778
  msgstr "Type"
1779
 
1782
  msgstr "Contenu"
1783
 
1784
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1785
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1786
  msgid "Status"
1787
  msgstr "Statut"
1788
 
1789
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1790
  msgid "Active"
1791
  msgstr "Actif"
1792
 
1872
  msgid "Custom Field Data"
1873
  msgstr "Données de champs personnalisés"
1874
 
1875
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1876
+ #: wp-live-chat-support.php:3949
1877
  msgid "Triggers"
1878
  msgstr "Déclencheurs"
1879
 
1951
  msgstr "Activer le déclencheur"
1952
 
1953
  #: includes/wplc_data_triggers.php:128 modules/node_server.php:596
1954
+ #: wp-live-chat-support.php:4677
1955
  msgid "Close"
1956
  msgstr "fermer"
1957
 
2090
  msgstr "Sélectionner un département"
2091
 
2092
  #: includes/wplc_roi.php:104 includes/wplc_roi.php:119
2093
+ #: wp-live-chat-support.php:3951
2094
  msgid "ROI Goals"
2095
  msgstr "Objectifs ROI"
2096
 
2428
  msgstr "Paramètres du département"
2429
 
2430
  #: modules/advanced_tools.php:62 modules/node_server.php:876
2431
+ #: wp-live-chat-support.php:3964
2432
  msgid "Chat History"
2433
  msgstr "Historique des discussions"
2434
 
2474
  msgid "This cannot be undone"
2475
  msgstr ""
2476
 
2477
+ #: modules/advanced_tools.php:193
2478
  msgid "Import Failed - Could Not Process File"
2479
  msgstr ""
2480
 
2481
+ #: modules/advanced_tools.php:207
2482
  msgid "Import Failed - Could Not Find File"
2483
  msgstr ""
2484
 
2485
+ #: modules/advanced_tools.php:219
2486
  #, fuzzy
2487
  #| msgid "Complete"
2488
  msgid "Import Complete"
2489
  msgstr "terminé"
2490
 
2491
+ #: modules/advanced_tools.php:227
2492
  #, fuzzy
2493
  #| msgid "Your settings have been saved."
2494
  msgid "Thank you, all settings have been updated"
2571
  msgid "Data retention purpose"
2572
  msgstr "Objectif de rétention"
2573
 
2574
+ #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:401
2575
  msgid "Chat/Support"
2576
  msgstr "Chat/Support"
2577
 
2635
  msgid "Download Chat (%%CID%%)"
2636
  msgstr "Télécharger le chat (%% CID %%)"
2637
 
2638
+ #: modules/gdpr.php:162 wp-live-chat-support.php:4219
2639
+ #: wp-live-chat-support.php:4279
2640
  msgid "Chat ID"
2641
  msgstr "Id du Chat"
2642
 
2662
  "%%, dans le but de %%PURPOSE%%, pour le temps de %%PERIOD%% day (s) selon le "
2663
  "GDPR."
2664
 
2665
+ #: modules/gdpr.php:365 modules/gdpr.php:566 modules/gdpr.php:587
2666
  msgid "Privacy Policy"
2667
  msgstr "Politique de confidentialité"
2668
 
2763
  "S'il vous plaît se référer à notre %%PRIVACY_LINK%% pour plus d'informations "
2764
  "sur le traitement des données"
2765
 
2766
+ #: modules/gdpr.php:634
2767
  msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
2768
  msgstr "Conformité RGPD activée - Server Selection Limited to EU"
2769
 
2770
+ #: modules/gdpr.php:666
2771
  msgid "Pro data will also be removed as a part of this automatic process."
2772
  msgstr ""
2773
  "Les données Pro seront également supprimées dans le cadre de ce processus "
2794
  msgid "Active visitors"
2795
  msgstr "Visiteurs actifs"
2796
 
2797
+ #: modules/node_server.php:100 wp-live-chat-support.php:1864
2798
  #, fuzzy
2799
  #| msgid "Initiate Chat"
2800
  msgid "Minimize Chat"
2813
  msgstr "Département Chat"
2814
 
2815
  #: modules/node_server.php:111 modules/node_server.php:881
2816
+ #: modules/node_server.php:885 wp-live-chat-support.php:4021
2817
  msgid "Direct User To Page"
2818
  msgstr "Diriger l'utilisateur vers la page"
2819
 
2828
  msgstr "Quitter le chat"
2829
 
2830
  #: modules/node_server.php:115 modules/node_server.php:883
2831
+ #: wp-live-chat-support.php:2582
2832
  msgid "End chat"
2833
  msgstr "Terminer la discussion"
2834
 
2891
  msgstr "Nous contacter"
2892
 
2893
  #: modules/node_server.php:185 modules/node_server.php:893
2894
+ #: wp-live-chat-support.php:2372
2895
  msgid "Visitor"
2896
  msgstr "Visiteur"
2897
 
2940
  msgid "Only chat agents can access this page."
2941
  msgstr "Seuls les agents de discussion peuvent accéder à cette page."
2942
 
2943
+ #: modules/node_server.php:594 wp-live-chat-support.php:4675
2944
  msgid "Sending transcript..."
2945
  msgstr "Envoi de la transcription ..."
2946
 
2950
  msgid "Chat Transcript"
2951
  msgstr "Paramètres de transcription de discussion"
2952
 
2953
+ #: modules/node_server.php:597 wp-live-chat-support.php:4678
2954
  msgid "The chat transcript has been emailed."
2955
  msgstr ""
2956
  "La transcription de la discussion a été envoyée par courrier électronique."
2957
 
2958
+ #: modules/node_server.php:598 wp-live-chat-support.php:4679
2959
  msgid "There was a problem emailing the chat."
2960
  msgstr ""
2961
 
2978
  msgid "User received notification:"
2979
  msgstr "Notification reçue de l'utilisateur:"
2980
 
2981
+ #: modules/node_server.php:684 wp-live-chat-support.php:2191
2982
  msgid "New chat received"
2983
  msgstr "Nouveau chat reçu"
2984
 
2985
+ #: modules/node_server.php:685 wp-live-chat-support.php:2193
2986
  msgid ""
2987
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2988
  "chat"
3020
  msgid "Show me!"
3021
  msgstr "Montre moi!"
3022
 
3023
+ #: modules/node_server.php:803 wp-live-chat-support.php:4646
3024
  msgid "Don't Show This Again"
3025
  msgstr "Ne plus montrer ça"
3026
 
3027
+ #: modules/node_server.php:870 wp-live-chat-support.php:428
3028
  msgid "Connecting..."
3029
  msgstr "En cours de connexion"
3030
 
3095
  msgid "Webhooks"
3096
  msgstr "Webhooks"
3097
 
3098
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3950
3099
  #, fuzzy
3100
  #| msgid "Webhooks"
3101
  msgid "Web Hooks"
3157
  msgid "Are you sure you want to delete this webhook?"
3158
  msgstr "Êtes-vous sûr de vouloir supprimer ce webhook?"
3159
 
3160
+ #: wp-live-chat-support.php:372
3161
  msgid "close"
3162
  msgstr "fermer"
3163
 
3164
+ #: wp-live-chat-support.php:392
3165
  msgid "Thank you for chatting with us."
3166
  msgstr "Thank you for chatting with us."
3167
 
3168
+ #: wp-live-chat-support.php:417 wp-live-chat-support.php:1932
3169
  msgid "Questions?"
3170
  msgstr "Questions?"
3171
 
3172
+ #: wp-live-chat-support.php:418 wp-live-chat-support.php:1933
3173
  msgid "Chat with us"
3174
  msgstr "Discutez avec nous"
3175
 
3176
+ #: wp-live-chat-support.php:419
3177
  msgid "Start live chat"
3178
  msgstr "Démarrer une discussion en direct"
3179
 
3180
+ #: wp-live-chat-support.php:420
3181
  msgid "Complete the fields below to proceed."
3182
  msgstr ""
3183
 
3184
+ #: wp-live-chat-support.php:421
3185
  msgid "Chat offline. Leave a message"
3186
  msgstr "Discussion hors-ligne. Laissez un message"
3187
 
3188
+ #: wp-live-chat-support.php:422
3189
  msgid ""
3190
  "We are currently offline. Please leave a message and we'll get back to you "
3191
  "shortly."
3193
  "Nous sommes actuellement déconnecté. Veuillez laisser un message et nous "
3194
  "reviendrons vers vous prochainement."
3195
 
3196
+ #: wp-live-chat-support.php:423
3197
  msgid "Sending message..."
3198
  msgstr "Envoi du message ..."
3199
 
3200
+ #: wp-live-chat-support.php:424
3201
  msgid "Thank you for your message. We will be in contact soon."
3202
  msgstr "Merci pour votre message. Nous vous contacterons prochainement"
3203
 
3204
+ #: wp-live-chat-support.php:425
3205
  msgid "Leave a message"
3206
  msgstr "Laisser un message"
3207
 
3208
+ #: wp-live-chat-support.php:426
3209
  msgid "Send message"
3210
  msgstr "Envoyer le message"
3211
 
3212
+ #: wp-live-chat-support.php:427
3213
  msgid "Start Chat"
3214
  msgstr "Démarrer la discussion"
3215
 
3216
+ #: wp-live-chat-support.php:429 wp-live-chat-support.php:2073
3217
+ #: wp-live-chat-support.php:2120
3218
  msgid "Reactivating your previous chat..."
3219
  msgstr "Réactivation de votre conversation précédente ..."
3220
 
3221
+ #: wp-live-chat-support.php:459
3222
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3223
  msgstr ""
3224
  "S'il vous plaît, cliquez sur Démarrer la discussion pour initier une "
3225
  "conversation avec un opérateur"
3226
 
3227
+ #: wp-live-chat-support.php:462
3228
  #, fuzzy
3229
  #| msgid "There is No Answer. Please Try Again Later."
3230
  msgid "No answer. Try again later."
3231
  msgstr "Il n'y a pas de reponse. Veuillez réessayer plus tard."
3232
 
3233
+ #: wp-live-chat-support.php:463
3234
  msgid "Welcome. How may I help you?"
3235
  msgstr "Bonjour. Comment puis-je vous aider ?"
3236
 
3237
+ #: wp-live-chat-support.php:467
3238
  #, fuzzy
3239
  #| msgid ""
3240
  #| "Please standby for an agent. While you wait for the agent you may type "
3244
  "Veuillez attendre un opérateur. Pendant que vous attendez l'agent, vous "
3245
  "pouvez taper votre message."
3246
 
3247
+ #: wp-live-chat-support.php:698
3248
  msgid ""
3249
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3250
  "no longer needed, please uninstall it."
3251
  msgstr ""
3252
 
3253
+ #: wp-live-chat-support.php:989 wp-live-chat-support.php:3447
3254
  msgid "Missed Chats"
3255
  msgstr "Discussions manqués"
3256
 
3257
+ #: wp-live-chat-support.php:997 wp-live-chat-support.php:3939
3258
  msgid "Support"
3259
  msgstr "Support"
3260
 
3261
+ #: wp-live-chat-support.php:1199
3262
  #, fuzzy
3263
  #| msgid "Please enter your name"
3264
  msgid "Please Enter Your Name"
3265
  msgstr "S'il vous plaît entrez votre nom"
3266
 
3267
+ #: wp-live-chat-support.php:1200
3268
  #, fuzzy
3269
  #| msgid "Please enter your email address"
3270
  msgid "Please Enter Your Email Address"
3271
  msgstr "Veuillez entrer votre adresse e-mail"
3272
 
3273
+ #: wp-live-chat-support.php:1201
3274
  #, fuzzy
3275
  #| msgid "Connection to server lost. Please reload this page. Error: "
3276
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3277
  msgstr "Connexion au serveur perdue. Veuillez recharger cette page. Erreur:"
3278
 
3279
+ #: wp-live-chat-support.php:1203
3280
  #, fuzzy
3281
  #| msgid "Please enter a message"
3282
  msgid "Please Enter a Message"
3283
  msgstr "Veuillez entrer un message"
3284
 
3285
+ #: wp-live-chat-support.php:1204
3286
  #, fuzzy
3287
  #| msgid "Disconnected, attempting to reconnect..."
3288
  msgid "Disconnected, Attempting to Reconnect..."
3289
  msgstr "Déconnecté, essayant de se reconnecter ..."
3290
 
3291
+ #: wp-live-chat-support.php:1251
3292
  #, fuzzy
3293
  #| msgid " has joined."
3294
  msgid "has joined."
3295
  msgstr "à rejoint la discussion"
3296
 
3297
+ #: wp-live-chat-support.php:1252
3298
  #, fuzzy
3299
  #| msgid " has left."
3300
  msgid "has left."
3301
  msgstr "à quitté la discussion"
3302
 
3303
+ #: wp-live-chat-support.php:1253
3304
  #, fuzzy
3305
  #| msgid " has ended the chat."
3306
  msgid "has ended the chat."
3307
  msgstr "a fini la discussion"
3308
 
3309
+ #: wp-live-chat-support.php:1254
3310
  #, fuzzy
3311
  #| msgid " has disconnected."
3312
  msgid "has disconnected."
3313
  msgstr "s'est déconnecté."
3314
 
3315
+ #: wp-live-chat-support.php:1255
3316
  msgid "(edited)"
3317
  msgstr "(édité)"
3318
 
3319
+ #: wp-live-chat-support.php:1646 wp-live-chat-support.php:1665
3320
  msgid "Start chat"
3321
  msgstr "Démarrer la discussion"
3322
 
3323
+ #: wp-live-chat-support.php:1911 wp-live-chat-support.php:2653
3324
  msgid "Send"
3325
  msgstr "Envoyé"
3326
 
3327
+ #: wp-live-chat-support.php:2293
3328
  msgid "Congratulations"
3329
  msgstr "Félicitation"
3330
 
3331
+ #: wp-live-chat-support.php:2294
3332
  msgid "You are now accepting live chat requests on your site."
3333
  msgstr ""
3334
  "Vous acceptez maintenant les demandes de chat en direct sur votre site."
3335
 
3336
+ #: wp-live-chat-support.php:2295
3337
  #, fuzzy
3338
  #| msgid "The live chat box has automatically been enabled on your website."
3339
  msgid "The live chat box has automatically been enabled."
3341
  "La boîte de discussion en direct a été automatiquement activée sur votre "
3342
  "site Web."
3343
 
3344
+ #: wp-live-chat-support.php:2296
3345
  msgid "Chat notifications will start appearing once visitors send a request."
3346
  msgstr ""
3347
  "Les notifications de discussion commenceront à apparaître une fois que les "
3348
  "visiteurs auront envoyé une demande."
3349
 
3350
+ #: wp-live-chat-support.php:2297
3351
  #, php-format
3352
  msgid "You may modify your chat box settings %s"
3353
  msgstr ""
3354
 
3355
+ #: wp-live-chat-support.php:2298
3356
  msgid "Experiencing issues?"
3357
  msgstr "Vous expérimenter des problèmes?"
3358
 
3359
+ #: wp-live-chat-support.php:2298
3360
  msgid "Take a look at our how-to guides."
3361
  msgstr ""
3362
 
3363
+ #: wp-live-chat-support.php:2299
3364
  msgid "Hide"
3365
  msgstr "Cacher"
3366
 
3367
+ #: wp-live-chat-support.php:2352
3368
  msgid "Keep this window open to get notified of new chats."
3369
  msgstr ""
3370
 
3371
+ #: wp-live-chat-support.php:2358
3372
  #, fuzzy
3373
  #| msgid "Visitors online"
3374
  msgid "Visitor(s) online"
3375
  msgstr "Visiteurs en ligne"
3376
 
3377
+ #: wp-live-chat-support.php:2375
3378
  msgid "Device"
3379
  msgstr "Appareil"
3380
 
3381
+ #: wp-live-chat-support.php:2376
3382
  msgid "Data"
3383
  msgstr "Les données"
3384
 
3385
+ #: wp-live-chat-support.php:2409
3386
  msgid "Chat Dashboard"
3387
  msgstr "Tableau de bord de discussion"
3388
 
3389
+ #: wp-live-chat-support.php:2412
3390
  msgid "Oh no!"
3391
  msgstr "Oh non!"
3392
 
3393
+ #: wp-live-chat-support.php:2414
3394
  #, fuzzy, php-format
3395
  #| msgid ""
3396
  #| "You do not have access to this page as <strong>you are not a chat agent</"
3400
  "Vous n'avez pas accès à cette page en tant que <strong> vous n'êtes pas un "
3401
  "agent de chat </strong>."
3402
 
3403
+ #: wp-live-chat-support.php:2414
3404
  #, fuzzy
3405
  #| msgid "Make this user a chat agent"
3406
  msgid "you are not a chat agent"
3407
  msgstr "Faire de cet utilisateur un opérateur"
3408
 
3409
+ #: wp-live-chat-support.php:2568
3410
  msgid "Previous"
3411
  msgstr "Précédent"
3412
 
3413
+ #: wp-live-chat-support.php:2575
3414
  msgid "Chat with"
3415
  msgstr "Discuter avec"
3416
 
3417
+ #: wp-live-chat-support.php:2592
3418
  #, fuzzy
3419
  #| msgid "Starting Time:"
3420
  msgid "Starting Time:"
3421
  msgstr "Heure de départ:"
3422
 
3423
+ #: wp-live-chat-support.php:2593
3424
  #, fuzzy
3425
  #| msgid "Ending Time:"
3426
  msgid "Ending Time:"
3427
  msgstr "Heure de fin:"
3428
 
3429
+ #: wp-live-chat-support.php:2613
3430
  msgid "Chat initiated on:"
3431
  msgstr "Tchat lancé sur:"
3432
 
3433
+ #: wp-live-chat-support.php:2614
3434
  msgid "Browser:"
3435
  msgstr "navigateur :"
3436
 
3437
+ #: wp-live-chat-support.php:2640 wp-live-chat-support.php:2679
3438
  #, fuzzy
3439
  #| msgid "Chat ID"
3440
  msgid "Invalid Chat ID"
3441
  msgstr "Id du Chat"
3442
 
3443
+ #: wp-live-chat-support.php:2648
3444
  msgid "type here..."
3445
  msgstr "Ecrire ici..."
3446
 
3447
+ #: wp-live-chat-support.php:2806
3448
  msgid "User has opened the chat window"
3449
  msgstr "Le visiteur a ouvert la fenêtre de discussion"
3450
 
3451
+ #: wp-live-chat-support.php:2807
3452
  msgid "User has minimized the chat window"
3453
  msgstr "Le visiteur a réduit la fenêtre de discussion"
3454
 
3455
+ #: wp-live-chat-support.php:2808
3456
  msgid "User has maximized the chat window"
3457
  msgstr "Le visiteur a agrandi la fenêtre de discussion"
3458
 
3459
+ #: wp-live-chat-support.php:2809
3460
  msgid "The chat has been ended"
3461
  msgstr "Le chat a été terminé"
3462
 
3463
+ #: wp-live-chat-support.php:3350
3464
  msgid "Delete History"
3465
  msgstr "Supprimer Historique"
3466
 
3467
+ #: wp-live-chat-support.php:3367
3468
  msgid "No chats available at the moment"
3469
  msgstr "Aucune discussion pour l'instant"
3470
 
3471
+ #: wp-live-chat-support.php:3487
3472
  msgid "Actions"
3473
  msgstr "Actions"
3474
 
3475
+ #: wp-live-chat-support.php:3501
3476
  msgid "You have not received any offline messages."
3477
  msgstr "Vous n'avez pas reçu de message hors-ligne."
3478
 
3479
+ #: wp-live-chat-support.php:3509
3480
  msgid "Delete Message"
3481
  msgstr "Supprimer le message"
3482
 
3483
+ #: wp-live-chat-support.php:3618
3484
  msgid "You do not have permission to save settings."
3485
  msgstr ""
3486
 
3487
+ #: wp-live-chat-support.php:3884
3488
  msgid "Your settings have been saved."
3489
  msgstr "Vos paramètres ont été sauvegardés"
3490
 
3491
+ #: wp-live-chat-support.php:3913
3492
  #, fuzzy
3493
  #| msgid ""
3494
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
3503
  "rencontrer des problèmes lors de l'utilisation WP Live Chat Support. S'il "
3504
  "vous plaît, contactez votre hébergeur pour activer cette fonction."
3505
 
3506
+ #: wp-live-chat-support.php:3919
3507
  #, fuzzy
3508
  #| msgid ""
3509
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
3518
  "problèmes lors de l'utilisation WP Live Chat Support. S' il vous plaît "
3519
  "contactez votre hébergeur pour désactiver cette fonction."
3520
 
3521
+ #: wp-live-chat-support.php:3942 wp-live-chat-support.php:3946
3522
  #, fuzzy
3523
  #| msgid "Advanced Features"
3524
  msgid "Plugin Features"
3525
  msgstr "Fonctionnalités avancées "
3526
 
3527
+ #: wp-live-chat-support.php:3944
3528
  msgid ""
3529
  "Check out these features and get up to speed with what you can do with WP "
3530
  "Live Chat:"
3531
  msgstr ""
3532
 
3533
+ #: wp-live-chat-support.php:3947
3534
  msgid "Reporting"
3535
  msgstr "Rapport"
3536
 
3537
+ #: wp-live-chat-support.php:3948
3538
  msgid "Localization"
3539
  msgstr ""
3540
 
3541
+ #: wp-live-chat-support.php:3956
3542
  #, fuzzy
3543
  #| msgid "Chat Agents"
3544
  msgid "Chat FAQs"
3545
  msgstr "Opérateurs de discussion"
3546
 
3547
+ #: wp-live-chat-support.php:3958
3548
  msgid ""
3549
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3550
  "agents:"
3551
  msgstr ""
3552
 
3553
+ #: wp-live-chat-support.php:3960
3554
  #, fuzzy
3555
  #| msgid "Chat with us"
3556
  msgid "Chat with Visitors"
3557
  msgstr "Discutez avec nous"
3558
 
3559
+ #: wp-live-chat-support.php:3961
3560
  #, fuzzy
3561
  #| msgid "Chat Agents"
3562
  msgid "Chat with Agents"
3563
  msgstr "Opérateurs de discussion"
3564
 
3565
+ #: wp-live-chat-support.php:3965
3566
  #, fuzzy
3567
  #| msgid "Chat Agents"
3568
  msgid "Chat Invites"
3569
  msgstr "Opérateurs de discussion"
3570
 
3571
+ #: wp-live-chat-support.php:3970
3572
  #, fuzzy
3573
  #| msgid "Settings Changed"
3574
  msgid "Settings & Customization"
3575
  msgstr "Réglages changé"
3576
 
3577
+ #: wp-live-chat-support.php:3972
3578
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3579
  msgstr ""
3580
 
3581
+ #: wp-live-chat-support.php:3976
3582
  #, fuzzy
3583
  #| msgid "Chat Window Settings"
3584
  msgid "Agent Settings"
3585
  msgstr "Paramètres de la fenêtre de discussion"
3586
 
3587
+ #: wp-live-chat-support.php:3983
3588
  msgid "Troubleshooting"
3589
  msgstr "Problèmes"
3590
 
3591
+ #: wp-live-chat-support.php:3985
3592
  msgid ""
3593
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3594
  "issues:"
3595
  msgstr ""
3596
 
3597
+ #: wp-live-chat-support.php:3987
3598
  msgid "My Chat Box Is Not Showing"
3599
  msgstr ""
3600
 
3601
+ #: wp-live-chat-support.php:3988
3602
  #, fuzzy
3603
  #| msgid "I'm not getting any notifications of a new chat"
3604
  msgid "Not Receiving Notifications of New Chats"
3605
  msgstr "Je n'ai pas de notification d'une nouvelle discussion"
3606
 
3607
+ #: wp-live-chat-support.php:3989
 
 
 
 
 
 
 
 
 
 
 
 
3608
  #, fuzzy
3609
  #| msgid "How do I check for JavaScript errors on my site?"
3610
  msgid "Check for JavaScript Errors"
3611
  msgstr "Comment dois-je contrôler les erreurs javascript sur mon site?"
3612
 
3613
+ #: wp-live-chat-support.php:4017
3614
  msgid "Initiate Chats"
3615
  msgstr "initier des discussions"
3616
 
3617
+ #: wp-live-chat-support.php:4018
3618
  msgid "Multiple Chats"
3619
  msgstr "Chats multiples"
3620
 
3621
+ #: wp-live-chat-support.php:4019
3622
  msgid "Add unlimited agents"
3623
  msgstr "Ajouter des agents illimités"
3624
 
3625
+ #: wp-live-chat-support.php:4020
3626
  msgid "Transfer Chats"
3627
  msgstr "Transfert de discussion"
3628
 
3629
+ #: wp-live-chat-support.php:4039
3630
  #, php-format
3631
  msgid "Thank you for using %s! Please %s on %s"
3632
  msgstr ""
3633
 
3634
+ #: wp-live-chat-support.php:4039
3635
  msgid "rate us"
3636
  msgstr ""
3637
 
3638
+ #: wp-live-chat-support.php:4220 wp-live-chat-support.php:4280
3639
  msgid "From"
3640
  msgstr "De"
3641
 
3642
+ #: wp-live-chat-support.php:4222 wp-live-chat-support.php:4282
3643
  msgid "Timestamp"
3644
  msgstr "Horodatage"
3645
 
3646
+ #: wp-live-chat-support.php:4223 wp-live-chat-support.php:4283
3647
  msgid "Origin"
3648
  msgstr "Origine"
3649
 
3650
+ #: wp-live-chat-support.php:4228 wp-live-chat-support.php:4288
3651
  msgid "user"
3652
  msgstr "Utilisateur"
3653
 
3654
+ #: wp-live-chat-support.php:4230 wp-live-chat-support.php:4290
3655
  msgid "agent"
3656
  msgstr "Opérateur"
3657
 
3658
+ #: wp-live-chat-support.php:4385
3659
  msgid "Advanced settings"
3660
  msgstr "Réglages avancés"
3661
 
3662
+ #: wp-live-chat-support.php:4392
3663
  msgid "Only change these settings if you are experiencing performance issues."
3664
  msgstr ""
3665
  "Modifiez uniquement ces paramètres si vous rencontrez des problèmes de "
3666
  "performances."
3667
 
3668
+ #: wp-live-chat-support.php:4399
3669
  msgid "Website hosting type:"
3670
  msgstr ""
3671
 
3672
+ #: wp-live-chat-support.php:4403
3673
  #, fuzzy
3674
  #| msgid "Custom Scripts"
3675
  msgid "Custom parameters"
3676
  msgstr "Scripts personnalisés"
3677
 
3678
+ #: wp-live-chat-support.php:4404
3679
  msgid "Shared hosting - low level plan"
3680
  msgstr "Hébergement mutualisé - plan bas niveau"
3681
 
3682
+ #: wp-live-chat-support.php:4405
3683
  msgid "Shared hosting - normal plan"
3684
  msgstr "Hébergement mutualisé - plan normal"
3685
 
3686
+ #: wp-live-chat-support.php:4406
3687
  msgid "VPS"
3688
  msgstr "VPS"
3689
 
3690
+ #: wp-live-chat-support.php:4407
3691
  msgid "Dedicated server"
3692
  msgstr "Serveur dédié"
3693
 
3694
+ #: wp-live-chat-support.php:4413
3695
  msgid "Long poll setup"
3696
  msgstr "Configuration sondage long"
3697
 
3698
+ #: wp-live-chat-support.php:4413
3699
  #, fuzzy
3700
  #| msgid ""
3701
  #| "Only change these if you are an experienced developer or if you have "
3707
  "Modifiez-les uniquement si vous êtes un développeur expérimenté ou si vous "
3708
  "avez reçu ces chiffres de l'équipe de support de Code Cabin."
3709
 
3710
+ #: wp-live-chat-support.php:4418
3711
  msgid "Iterations"
3712
  msgstr "Itérations"
3713
 
3714
+ #: wp-live-chat-support.php:4422
3715
  #, fuzzy
3716
  #| msgid "Sleep between iterations"
3717
  msgid "Sleep between loops"
3718
  msgstr "Dormir entre les itérations"
3719
 
3720
+ #: wp-live-chat-support.php:4425
3721
  #, fuzzy
3722
  #| msgid "microseconds"
3723
  msgid "milliseconds"
3724
  msgstr "microsecondes"
3725
 
3726
+ #: wp-live-chat-support.php:4448
3727
  #, fuzzy
3728
  #| msgid "Display a 'Powered by' link in the chat box"
3729
  msgid "Show 'Powered by' in chat box"
3730
  msgstr "Afficher un lien 'Powered by' dans la zone de discussion"
3731
 
3732
+ #: wp-live-chat-support.php:4448
3733
  #, fuzzy
3734
  #| msgid ""
3735
  #| "Checking this will display a 'Powered by WP Live Chat Support' caption at "
3741
  "Cochez cette case pour afficher une légende \"Powered by WP Live Chat Support"
3742
  "\" au bas de votre chatbox."
3743
 
3744
+ #: wp-live-chat-support.php:4490
3745
  #, fuzzy
3746
  #| msgid "Powered by WP Live Chat Support"
3747
  msgid "Powered by WP Live Chat by 3CX"
3748
  msgstr "Propulsé par WP Live Chat Support"
3749
 
3750
+ #: wp-live-chat-support.php:4644
3751
  msgid ""
3752
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3753
  msgstr ""
3754
 
3755
+ #: wp-live-chat-support.php:4645
3756
  msgid ""
3757
  "Please add an SSL certificate to your site to continue receiving chat "
3758
  "notifications in your browser."
3759
  msgstr ""
3760
 
3761
+ #: wp-live-chat-support.php:4658
3762
  msgid ""
3763
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3764
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3767
  "prise en charge de WP Live Chat 8.0.05, il existe un support pour Email "
3768
  "Transcript."
3769
 
3770
+ #: wp-live-chat-support.php:4665
3771
  msgid "Email transcript to user"
3772
  msgstr "Transcription de courrier électronique à l'utilisateur"
3773
 
3774
+ #: wp-live-chat-support.php:4676
3775
  msgid "Sending Transcript"
3776
  msgstr "Envoi de la transcription"
3777
 
3778
+ #: wp-live-chat-support.php:4750
3779
  #, php-format
3780
  msgid "Your chat transcript from %1$s"
3781
  msgstr "Votre transcription de discussion de%1$s"
3782
 
3783
+ #: wp-live-chat-support.php:4841
3784
  msgid "Chat Transcript Settings"
3785
  msgstr "Paramètres de transcription de discussion"
3786
 
3787
+ #: wp-live-chat-support.php:4844
3788
  msgid "Enable chat transcripts:"
3789
  msgstr "Activer les scripts de discussion:"
3790
 
3791
+ #: wp-live-chat-support.php:4852
3792
  msgid "Send transcripts to:"
3793
  msgstr "Envoyer des transcriptions à:"
3794
 
3795
+ #: wp-live-chat-support.php:4859
3796
  msgid "User"
3797
  msgstr "Utilisateur"
3798
 
3799
+ #: wp-live-chat-support.php:4870
3800
  msgid "Send transcripts when chat ends:"
3801
  msgstr "Envoyer les transcriptions à la fin du chat:"
3802
 
3803
+ #: wp-live-chat-support.php:4878
3804
  msgid "Email body"
3805
  msgstr "Corps de l'e-mail"
3806
 
3807
+ #: wp-live-chat-support.php:4888
3808
  msgid "Email header"
3809
  msgstr "En-tête d'email"
3810
 
3811
+ #: wp-live-chat-support.php:4897
3812
  msgid "Email footer"
3813
  msgstr "Email de bas de page"
3814
 
3815
+ #: wp-live-chat-support.php:4973
3816
  msgid ""
3817
  "Please note, local message encryption and local server options will be "
3818
  "deprecated in the next major release. All encryption and message delivery "
3819
  "will handled by our external servers in future."
3820
  msgstr ""
3821
 
3822
+ #: wp-live-chat-support.php:4976
3823
  msgid "Deprecation Notice - Message Encryption & Local Server"
3824
  msgstr ""
3825
 
3826
+ #: wp-live-chat-support.php:4978
3827
  msgid "Dismiss"
3828
  msgstr ""
3829
 
3843
  msgstr ""
3844
 
3845
  #. Author of the plugin/theme
3846
+ msgid "3CX"
3847
  msgstr ""
3848
 
3849
+ #, fuzzy
3850
+ #~| msgid "WP Live Chat Support Triggers"
3851
+ #~ msgid "WP Live Chat Trigger"
3852
+ #~ msgstr "Déclencheurs de support WP Live Chat"
3853
+
3854
+ #, fuzzy
3855
+ #~| msgid "WP Live Chat Support"
3856
+ #~ msgid "WP Live Chat Box"
3857
+ #~ msgstr "WP Live Chat Support"
3858
+
3859
+ #, fuzzy
3860
+ #~| msgid "The chat window never goes offline"
3861
+ #~ msgid "The Chat Box Never Goes Offline"
3862
+ #~ msgstr "La fenêtre de discussion n'est jamais hors-ligne"
3863
+
3864
+ #, fuzzy
3865
+ #~| msgid "This chat has already been answered by another agent."
3866
+ #~ msgid "Chat Has Already Been Answered"
3867
+ #~ msgstr "Ce chat a déjà été répondu par un autre opérateur."
3868
+
3869
  #~ msgid "Request new chat"
3870
  #~ msgstr "Demander un nouveau chat"
3871
 
4572
  #~ "riche en fonctionnalités, incroyablement pris en charge et le plus "
4573
  #~ "positif sur WordPress!"
4574
 
 
 
 
4575
  #~ msgid "Welcome"
4576
  #~ msgstr "Bienvenue "
4577
 
4930
  #~ msgid "Visitors on site"
4931
  #~ msgstr "Visiteur sur le site"
4932
 
 
 
 
4933
  #~ msgid "No chat sessions available at the moment"
4934
  #~ msgstr "Pas de session de discussion disponible pour le moment"
4935
 
languages/{wplivechat-he_IL.mo → wp-live-chat-support-he_IL.mo} RENAMED
Binary file
languages/{wplivechat-he_IL.po → wp-live-chat-support-he_IL.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplc\n"
4
- "POT-Creation-Date: 2019-10-14 14:27+0200\n"
5
- "PO-Revision-Date: 2019-10-14 14:27+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: he_IL\n"
@@ -14,9 +14,10 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SearchPath-0: .\n"
 
17
 
18
- #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:361
19
- #: wp-live-chat-support.php:4885
20
  msgid "Admin"
21
  msgstr ""
22
 
@@ -60,81 +61,81 @@ msgstr ""
60
  msgid "End Chat"
61
  msgstr "סיים שיחה"
62
 
63
- #: functions.php:1023
64
  msgid "complete"
65
  msgstr "הושלם"
66
 
67
- #: functions.php:1026
68
  msgid "pending"
69
  msgstr "ממתין"
70
 
71
- #: functions.php:1029
72
  msgid "active"
73
  msgstr "פעיל"
74
 
75
- #: functions.php:1032
76
  msgid "deleted"
77
  msgstr "נמחק"
78
 
79
- #: functions.php:1035
80
  msgid "browsing"
81
  msgstr "גולש"
82
 
83
- #: functions.php:1038
84
  msgid "requesting chat"
85
  msgstr "מבקש שיחה"
86
 
87
- #: functions.php:1041
88
  msgid "Chat Ended - User still browsing"
89
  msgstr "השיחה הסתיימה - המשתמש עדיין גולש"
90
 
91
- #: functions.php:1044
92
  msgid "User is browsing but doesn't want to chat"
93
  msgstr "המשתמש גולש אבל אינו מעוניין בשיחה"
94
 
95
- #: functions.php:1183 includes/settings_page.php:774
96
  #, fuzzy
97
  msgid "WP Live Chat by 3CX - Offline Message from "
98
  msgstr "WP Live Chat Support - הודעת 'לא מחובר' מ"
99
 
100
- #: functions.php:1184 functions.php:1508 includes/settings_page.php:164
101
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
102
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
103
  #: includes/wplc_roi.php:160 modules/node_server.php:81
104
- #: modules/node_server.php:124 wp-live-chat-support.php:1584
105
- #: wp-live-chat-support.php:1607 wp-live-chat-support.php:1772
106
- #: wp-live-chat-support.php:3376 wp-live-chat-support.php:3503
107
  msgid "Name"
108
  msgstr "שם"
109
 
110
- #: functions.php:1185 functions.php:1509 includes/settings_page.php:160
111
- #: modules/node_server.php:125 wp-live-chat-support.php:1585
112
- #: wp-live-chat-support.php:1596 wp-live-chat-support.php:1773
113
- #: wp-live-chat-support.php:3377 wp-live-chat-support.php:3504
114
  msgid "Email"
115
  msgstr "כתובת דואר אלקטרוני"
116
 
117
- #: functions.php:1186 wp-live-chat-support.php:1774
118
- #: wp-live-chat-support.php:3505 wp-live-chat-support.php:4242
119
- #: wp-live-chat-support.php:4302
120
  msgid "Message"
121
  msgstr "הודעה"
122
 
123
- #: functions.php:1187
124
  #, fuzzy
125
  #| msgid "Via WP Live Chat Support"
126
  msgid "Via WP Live Chat by 3CX"
127
  msgstr "דרך WP Live Chat Support "
128
 
129
- #: functions.php:1486 wp-live-chat-support.php:3332
130
  msgid "Error: Could not delete chat"
131
  msgstr ""
132
 
133
- #: functions.php:1488 wp-live-chat-support.php:3336
134
  msgid "Chat Deleted"
135
  msgstr ""
136
 
137
- #: functions.php:1491 includes/wplc_custom_fields.php:35
138
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
139
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
140
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
@@ -142,391 +143,391 @@ msgstr ""
142
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
143
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
144
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
145
- #: modules/advanced_tools.php:243 modules/advanced_tools.php:251
146
- #: modules/advanced_tools.php:259 modules/advanced_tools.php:267
147
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
148
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
149
- #: wp-live-chat-support.php:3291 wp-live-chat-support.php:3321
150
- #: wp-live-chat-support.php:4212
151
  msgid "You do not have permission do perform this action"
152
  msgstr ""
153
 
154
- #: functions.php:1497 wp-live-chat-support.php:3345
155
  msgid "Are you sure you would like to delete this chat?"
156
  msgstr ""
157
 
158
- #: functions.php:1498 includes/settings_page.php:142
159
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
160
  msgid "Yes"
161
  msgstr "כן"
162
 
163
- #: functions.php:1498 includes/settings_page.php:143
164
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3346
165
  msgid "No"
166
  msgstr "לא"
167
 
168
- #: functions.php:1507 functions.php:2095 includes/settings_page.php:332
169
- #: includes/settings_page.php:434 wp-live-chat-support.php:3375
170
- #: wp-live-chat-support.php:3502
171
  msgid "Date"
172
  msgstr "תאריך"
173
 
174
- #: functions.php:1510 functions.php:4266 wp-live-chat-support.php:3378
175
  msgid "URL"
176
  msgstr "כתובת אתר"
177
 
178
- #: functions.php:1511 includes/wplc_custom_fields.php:83
179
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
180
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
181
- #: wp-live-chat-support.php:2397 wp-live-chat-support.php:3380
182
  msgid "Action"
183
  msgstr "פעולה"
184
 
185
- #: functions.php:1525
186
  msgid "You have not missed any chat requests."
187
  msgstr ""
188
 
189
- #: functions.php:1532 wp-live-chat-support.php:3400
190
  #, fuzzy
191
  msgid "View Chat History"
192
  msgstr "היסטוריה WP Live Chat "
193
 
194
- #: functions.php:1532 wp-live-chat-support.php:3400
195
  #, fuzzy
196
  msgid "Download Chat History"
197
  msgstr "היסטוריה WP Live Chat "
198
 
199
- #: functions.php:1726
200
  msgid "Open chat window via"
201
  msgstr ""
202
 
203
- #: functions.php:1730
204
  msgid "Click"
205
  msgstr ""
206
 
207
- #: functions.php:1731
208
  msgid "Hover"
209
  msgstr ""
210
 
211
- #: functions.php:1733
212
  msgid "element with"
213
  msgstr ""
214
 
215
- #: functions.php:1735
216
  msgid "Class"
217
  msgstr ""
218
 
219
- #: functions.php:1736 includes/wplc_custom_fields.php:78
220
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
221
  #: includes/wplc_roi.php:159
222
  msgid "ID"
223
  msgstr ""
224
 
225
- #: functions.php:2007 functions.php:2013 functions.php:2018
226
  #: includes/dashboard_page.php:58 modules/node_server.php:134
227
- #: modules/node_server.php:1022 wp-live-chat-support.php:3981
228
  msgid "Quick Responses"
229
  msgstr ""
230
 
231
- #: functions.php:2008 includes/settings_page.php:322
232
  msgid "Quick Response"
233
  msgstr ""
234
 
235
- #: functions.php:2009 functions.php:2012
236
  msgid "New Quick Response"
237
  msgstr ""
238
 
239
- #: functions.php:2010 modules/node_server.php:1031
240
  msgid "Add New Quick Response"
241
  msgstr ""
242
 
243
- #: functions.php:2011
244
  msgid "Edit Quick Response"
245
  msgstr ""
246
 
247
- #: functions.php:2014
248
  msgid "View Quick Responses"
249
  msgstr ""
250
 
251
- #: functions.php:2015
252
  msgid "Search Quick Responses"
253
  msgstr ""
254
 
255
- #: functions.php:2016
256
  msgid "No Quick Responses found"
257
  msgstr ""
258
 
259
- #: functions.php:2017
260
  msgid "No Quick Responses found in the Trash"
261
  msgstr ""
262
 
263
- #: functions.php:2022
264
  #, fuzzy
265
  msgid "Quick Responses for WP Live Chat by 3CX"
266
  msgstr "דרך WP Live Chat Support "
267
 
268
- #: functions.php:2056
269
  msgid "Sort Order"
270
  msgstr ""
271
 
272
- #: functions.php:2092 includes/settings_page.php:331
273
  msgid "Title"
274
  msgstr ""
275
 
276
- #: functions.php:2093
277
  msgid "Order"
278
  msgstr ""
279
 
280
- #: functions.php:2094 includes/settings_page.php:1182
281
  msgid "Author"
282
  msgstr ""
283
 
284
- #: functions.php:2137 wp-live-chat-support.php:452
285
  msgid "Press ENTER to send your message"
286
  msgstr "לחץ אנטר (ENTER) על מנת לשלוח את הודעתך"
287
 
288
- #: functions.php:2176 functions.php:2180
289
  msgid "Assign Quick Response"
290
  msgstr ""
291
 
292
- #: functions.php:2183 includes/settings_page.php:1164
293
  msgid "Select"
294
  msgstr ""
295
 
296
- #: functions.php:2189
297
  #, fuzzy
298
  msgid "What is this?"
299
  msgstr "שוחח איתנו"
300
 
301
- #: functions.php:2231
302
  #, php-format
303
  msgid "Incoming chat from %s (%s) on %s"
304
  msgstr ""
305
 
306
- #: functions.php:2237
307
  #, fuzzy, php-format
308
  #| msgid "Alert: Someone wants to chat with you on "
309
  msgid "%s (%s) wants to chat with you."
310
  msgstr "שים לב: מישהו רוצה לשוחח איתך"
311
 
312
- #: functions.php:2242
313
  #, fuzzy, php-format
314
  #| msgid "Log in"
315
  msgid "Log in: %s"
316
  msgstr "התחבר"
317
 
318
- #: functions.php:2569
319
  #, fuzzy
320
  msgid "Status (Online)"
321
  msgstr "מפעילי צ'אט"
322
 
323
- #: functions.php:2570
324
  msgid "Online"
325
  msgstr ""
326
 
327
- #: functions.php:2571
328
  #, fuzzy
329
  #| msgid "Offline text"
330
  msgid "Offline"
331
  msgstr "טקסט לא מחובר"
332
 
333
- #: functions.php:2572
334
  msgid "Status (Offline)"
335
  msgstr ""
336
 
337
- #: functions.php:2583
338
  msgid ""
339
  "You have set your status to offline. To view visitors and accept chats "
340
  "please set your status to online using the switch above."
341
  msgstr ""
342
 
343
- #: functions.php:2653
344
  #, fuzzy
345
  msgid "Encryption"
346
  msgstr "פעולה"
347
 
348
- #: functions.php:2659 includes/settings_page.php:1225
349
- #: wp-live-chat-support.php:3996
350
  msgid "Business Hours"
351
  msgstr ""
352
 
353
- #: functions.php:2861
354
  msgid "Initiate Chat"
355
  msgstr "זום שיחה"
356
 
357
- #: functions.php:2953
358
  msgid "Attempting to open the chat window... Please be patient."
359
  msgstr "מנסה לפתוח את חלון הצ'אט... אנא העזר/י בסבלנות."
360
 
361
- #: functions.php:2970
362
  msgid ""
363
  "You are not a chat agent. Please make yourself a chat agent before trying to "
364
  "chat to visitors"
365
  msgstr ""
366
 
367
- #: functions.php:3165 functions.php:3181 functions.php:3196
368
  #, fuzzy
369
  msgid "Chat Agent"
370
  msgstr "מפעילי צ'אט"
371
 
372
- #: functions.php:3170 functions.php:3186
373
  msgid "Make this user a chat agent"
374
  msgstr ""
375
 
376
- #: functions.php:3200
377
  msgid "Your user role does not allow you to make yourself a chat agent."
378
  msgstr ""
379
 
380
- #: functions.php:3201
381
  msgid "Please contact the administrator of this website to change this."
382
  msgstr ""
383
 
384
- #: functions.php:3220
385
  msgid "This chat has already been answered by another agent."
386
  msgstr ""
387
 
388
- #: functions.php:3462 wp-live-chat-support.php:2331
389
  msgid "Agent(s) online"
390
  msgstr ""
391
 
392
- #: functions.php:3516
393
  #, fuzzy
394
  msgid "Chat Agent Online"
395
  msgstr "מפעילי צ'אט"
396
 
397
- #: functions.php:3518 functions.php:3522
398
  #, fuzzy
399
  msgid "Chat Agents Online"
400
  msgstr "מפעילי צ'אט"
401
 
402
- #: functions.php:3630 includes/settings_page.php:1153
403
- #: wp-live-chat-support.php:2264
404
  #, fuzzy
405
  msgid "Remove"
406
  msgstr "הסר לוגו"
407
 
408
- #: functions.php:3633 wp-live-chat-support.php:2267
409
  msgid "Typing..."
410
  msgstr ""
411
 
412
- #: functions.php:4003
413
  msgid "User Experience Ratings"
414
  msgstr ""
415
 
416
- #: functions.php:4010
417
  msgid "Agent Statistics"
418
  msgstr ""
419
 
420
- #: functions.php:4053 functions.php:4092
421
  msgid "Satisfaction Rating"
422
  msgstr ""
423
 
424
- #: functions.php:4054 functions.php:4093
425
  msgid "Rating Count"
426
  msgstr ""
427
 
428
- #: functions.php:4054 functions.php:4093
429
  msgid "Good"
430
  msgstr ""
431
 
432
- #: functions.php:4054 functions.php:4093
433
  msgid "Bad"
434
  msgstr ""
435
 
436
- #: functions.php:4164 includes/dashboard_page.php:56
437
- #: wp-live-chat-support.php:1007
438
  msgid "Reports"
439
  msgstr ""
440
 
441
- #: functions.php:4167 includes/wplc_roi.php:161
442
  msgid "Overview"
443
  msgstr ""
444
 
445
- #: functions.php:4168
446
  msgid "Popular Pages"
447
  msgstr ""
448
 
449
- #: functions.php:4186
450
  msgid "Total Agents"
451
  msgstr ""
452
 
453
- #: functions.php:4186
454
  msgid "Total number of agents that used the live chat"
455
  msgstr ""
456
 
457
- #: functions.php:4187
458
  msgid "Total Chats"
459
  msgstr ""
460
 
461
- #: functions.php:4187
462
  msgid "Total number of chats received"
463
  msgstr ""
464
 
465
- #: functions.php:4188
466
  msgid "Total URLs"
467
  msgstr ""
468
 
469
- #: functions.php:4188
470
  msgid "Total number of URLs a chat was initiated on"
471
  msgstr ""
472
 
473
- #: functions.php:4189
474
  msgid "Chats per day"
475
  msgstr ""
476
 
477
- #: functions.php:4190
478
  msgid "Popular pages a chat was initiated on"
479
  msgstr ""
480
 
481
- #: functions.php:4220 includes/wplc_custom_fields.php:304
482
  msgid "Unknown"
483
  msgstr ""
484
 
485
- #: functions.php:4267
486
  msgid "Count"
487
  msgstr ""
488
 
489
- #: functions.php:4293
490
  msgid "Enable Manual Chat Initiation:"
491
  msgstr ""
492
 
493
- #: functions.php:4293
494
  msgid ""
495
  "Enabling this feature will allow agents to start a chat with website "
496
  "visitors. This feature increases server load while enabled."
497
  msgstr ""
498
 
499
- #: functions.php:4297 modules/advanced_features.php:73
500
  msgid ""
501
  "This feature is only available when you select 3CX High Performance Cloud "
502
  "Servers in Advanced Features."
503
  msgstr ""
504
 
505
- #: functions.php:4384
506
  #, fuzzy
507
  #| msgid "Thank you for your feedback. We will be in touch soon"
508
  msgid "Thank you for inquiry. We will get back to you shortly"
509
  msgstr "תודה לך על המשוב. ניצור עמך קשר בקרוב."
510
 
511
- #: functions.php:4562 wp-live-chat-support.php:4571
512
  msgid "The Live Chat box is currently disabled on your website due to:"
513
  msgstr ""
514
 
515
- #: functions.php:4563 wp-live-chat-support.php:4572
516
  #, fuzzy
517
  #| msgid "General Settings"
518
  msgid "Business Hours Settings"
519
  msgstr "הגדרות כלליות"
520
 
521
- #: functions.php:4614
522
  msgid "Edit Profile"
523
  msgstr ""
524
 
525
- #: functions.php:4625 modules/node_server.php:96 modules/node_server.php:878
526
  msgid "Drag Files Here"
527
  msgstr ""
528
 
529
- #: functions.php:4648 functions.php:4693 includes/wplc_custom_fields.php:107
530
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
531
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
532
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
@@ -534,45 +535,55 @@ msgstr ""
534
  msgid "Delete"
535
  msgstr ""
536
 
537
- #: functions.php:4649
538
  #, fuzzy
539
  #| msgid "Send"
540
  msgid "Send..."
541
  msgstr "שלח"
542
 
543
- #: functions.php:4650 functions.php:4695
544
  msgid "Play voice note"
545
  msgstr ""
546
 
547
- #: functions.php:4694
548
  msgid "Save..."
549
  msgstr ""
550
 
551
- #: functions.php:4814 wp-live-chat-support.php:1240
552
- #: wp-live-chat-support.php:2810
553
  msgid "is typing..."
554
  msgstr ""
555
 
556
- #: functions.php:4829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
557
  msgid "An error has occured while fetching the news feed."
558
  msgstr ""
559
 
560
- #: functions.php:4926
561
  msgid "Default"
562
  msgstr ""
563
 
564
- #: functions.php:5229 functions.php:5233
565
  msgid "You do not have permission to perform this action"
566
  msgstr ""
567
 
568
- #: includes/blocks/wplc-chat-box/block.js:44
569
- #, fuzzy
570
- #| msgid "WP Live Chat History"
571
- msgid "WP Live Chat Trigger"
572
- msgstr "היסטוריה WP Live Chat "
573
-
574
  #: includes/blocks/wplc-chat-box/index.php:30
575
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3997
576
  msgid "Gutenberg Blocks"
577
  msgstr ""
578
 
@@ -626,21 +637,16 @@ msgstr ""
626
  msgid "Displays the chosen icon"
627
  msgstr ""
628
 
629
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1248
630
- #: wp-live-chat-support.php:1891
631
  msgid "Type here"
632
  msgstr ""
633
 
634
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:971
635
  msgid "Live Chat"
636
  msgstr "צ'אט חי"
637
 
638
- #: includes/blocks/wplc-inline-chat-box/block.js:13
639
- #, fuzzy
640
- msgid "WP Live Chat Box"
641
- msgstr "דרך WP Live Chat Support "
642
-
643
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:972
644
  #, fuzzy
645
  msgid "Dashboard"
646
  msgstr "אפשר צ'אט"
@@ -660,15 +666,15 @@ msgstr "תיבת שיחה"
660
  msgid "Missed"
661
  msgstr "צ'אט חי"
662
 
663
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:980
664
- #: wp-live-chat-support.php:3439
665
  msgid "History"
666
  msgstr "היסטוריה"
667
 
668
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
669
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
670
- #: wp-live-chat-support.php:984 wp-live-chat-support.php:3485
671
- #: wp-live-chat-support.php:3982
672
  msgid "Offline Messages"
673
  msgstr "הודעת 'לא מחובר'"
674
 
@@ -678,7 +684,7 @@ msgid "Tools"
678
  msgstr ""
679
 
680
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
681
- #: wp-live-chat-support.php:973
682
  msgid "Settings"
683
  msgstr "הגדרות"
684
 
@@ -755,7 +761,7 @@ msgid "has joined the chat."
755
  msgstr "משתמש פתח את חלון השיחה"
756
 
757
  #: includes/settings_page.php:98 includes/settings_page.php:136
758
- #: wp-live-chat-support.php:3993
759
  msgid "General Settings"
760
  msgstr "הגדרות כלליות"
761
 
@@ -806,7 +812,7 @@ msgstr ""
806
  msgid "This name will be displayed for all not logged in visitors"
807
  msgstr ""
808
 
809
- #: includes/settings_page.php:177 wp-live-chat-support.php:451
810
  msgid "Guest"
811
  msgstr ""
812
 
@@ -997,7 +1003,7 @@ msgid ""
997
  "and send it to agent once they hold on CTRL + SPACEBAR"
998
  msgstr ""
999
 
1000
- #: includes/settings_page.php:381 wp-live-chat-support.php:3994
1001
  #, fuzzy
1002
  #| msgid "Chat Window Settings"
1003
  msgid "Chat Box Settings"
@@ -1073,7 +1079,7 @@ msgstr ""
1073
  msgid "Display a timestamp in the chat window:"
1074
  msgstr "משתמש הגדיל את חלון השיחה"
1075
 
1076
- #: includes/settings_page.php:435 wp-live-chat-support.php:2392
1077
  msgid "Time"
1078
  msgstr ""
1079
 
@@ -1420,7 +1426,7 @@ msgid ""
1420
  msgstr ""
1421
 
1422
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1423
- #: modules/node_server.php:652 wp-live-chat-support.php:2312
1424
  msgid "here"
1425
  msgstr ""
1426
 
@@ -1481,8 +1487,8 @@ msgstr ""
1481
  msgid "Other text"
1482
  msgstr "טקסט אחר"
1483
 
1484
- #: includes/settings_page.php:1065 wp-live-chat-support.php:445
1485
- #: wp-live-chat-support.php:1194
1486
  #, fuzzy
1487
  #| msgid "Chat has been answered by another agent"
1488
  msgid "The chat has been ended by the agent."
@@ -1655,12 +1661,12 @@ msgstr ""
1655
  msgid "Add New"
1656
  msgstr ""
1657
 
1658
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1009
1659
  msgid "Custom Fields"
1660
  msgstr ""
1661
 
1662
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1663
- #: wp-live-chat-support.php:2393
1664
  msgid "Type"
1665
  msgstr ""
1666
 
@@ -1669,11 +1675,11 @@ msgid "Content"
1669
  msgstr ""
1670
 
1671
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1672
- #: wp-live-chat-support.php:2396 wp-live-chat-support.php:3379
1673
  msgid "Status"
1674
  msgstr "מצב"
1675
 
1676
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2589
1677
  msgid "Active"
1678
  msgstr "פעיל"
1679
 
@@ -1763,8 +1769,8 @@ msgstr ""
1763
  msgid "Custom Field Data"
1764
  msgstr ""
1765
 
1766
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1008
1767
- #: wp-live-chat-support.php:3968
1768
  msgid "Triggers"
1769
  msgstr ""
1770
 
@@ -1839,7 +1845,7 @@ msgid "Enable Trigger"
1839
  msgstr ""
1840
 
1841
  #: include
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplc\n"
4
+ "POT-Creation-Date: 2019-10-17 11:32+0200\n"
5
+ "PO-Revision-Date: 2019-10-17 11:32+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: he_IL\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
18
 
19
+ #: ajax/agent.php:167 ajax/user.php:114 wp-live-chat-support.php:370
20
+ #: wp-live-chat-support.php:4864
21
  msgid "Admin"
22
  msgstr ""
23
 
61
  msgid "End Chat"
62
  msgstr "סיים שיחה"
63
 
64
+ #: functions.php:1021
65
  msgid "complete"
66
  msgstr "הושלם"
67
 
68
+ #: functions.php:1024
69
  msgid "pending"
70
  msgstr "ממתין"
71
 
72
+ #: functions.php:1027
73
  msgid "active"
74
  msgstr "פעיל"
75
 
76
+ #: functions.php:1030
77
  msgid "deleted"
78
  msgstr "נמחק"
79
 
80
+ #: functions.php:1033
81
  msgid "browsing"
82
  msgstr "גולש"
83
 
84
+ #: functions.php:1036
85
  msgid "requesting chat"
86
  msgstr "מבקש שיחה"
87
 
88
+ #: functions.php:1039
89
  msgid "Chat Ended - User still browsing"
90
  msgstr "השיחה הסתיימה - המשתמש עדיין גולש"
91
 
92
+ #: functions.php:1042
93
  msgid "User is browsing but doesn't want to chat"
94
  msgstr "המשתמש גולש אבל אינו מעוניין בשיחה"
95
 
96
+ #: functions.php:1181 includes/settings_page.php:774
97
  #, fuzzy
98
  msgid "WP Live Chat by 3CX - Offline Message from "
99
  msgstr "WP Live Chat Support - הודעת 'לא מחובר' מ"
100
 
101
+ #: functions.php:1182 functions.php:1506 includes/settings_page.php:164
102
  #: includes/settings_page.php:408 includes/wplc_custom_fields.php:79
103
  #: includes/wplc_data_triggers.php:465 includes/wplc_departments.php:176
104
  #: includes/wplc_roi.php:160 modules/node_server.php:81
105
+ #: modules/node_server.php:124 wp-live-chat-support.php:1592
106
+ #: wp-live-chat-support.php:1615 wp-live-chat-support.php:1780
107
+ #: wp-live-chat-support.php:3357 wp-live-chat-support.php:3484
108
  msgid "Name"
109
  msgstr "שם"
110
 
111
+ #: functions.php:1183 functions.php:1507 includes/settings_page.php:160
112
+ #: modules/node_server.php:125 wp-live-chat-support.php:1593
113
+ #: wp-live-chat-support.php:1604 wp-live-chat-support.php:1781
114
+ #: wp-live-chat-support.php:3358 wp-live-chat-support.php:3485
115
  msgid "Email"
116
  msgstr "כתובת דואר אלקטרוני"
117
 
118
+ #: functions.php:1184 wp-live-chat-support.php:1782
119
+ #: wp-live-chat-support.php:3486 wp-live-chat-support.php:4221
120
+ #: wp-live-chat-support.php:4281
121
  msgid "Message"
122
  msgstr "הודעה"
123
 
124
+ #: functions.php:1185
125
  #, fuzzy
126
  #| msgid "Via WP Live Chat Support"
127
  msgid "Via WP Live Chat by 3CX"
128
  msgstr "דרך WP Live Chat Support "
129
 
130
+ #: functions.php:1484 wp-live-chat-support.php:3313
131
  msgid "Error: Could not delete chat"
132
  msgstr ""
133
 
134
+ #: functions.php:1486 wp-live-chat-support.php:3317
135
  msgid "Chat Deleted"
136
  msgstr ""
137
 
138
+ #: functions.php:1489 includes/wplc_custom_fields.php:35
139
  #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
140
  #: includes/wplc_data_triggers.php:261 includes/wplc_data_triggers.php:279
141
  #: includes/wplc_data_triggers.php:323 includes/wplc_data_triggers.php:511
143
  #: includes/wplc_departments.php:359 includes/wplc_roi.php:390
144
  #: includes/wplc_roi.php:409 includes/wplc_roi.php:446
145
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
146
+ #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
147
+ #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
148
  #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
149
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
150
+ #: wp-live-chat-support.php:3272 wp-live-chat-support.php:3302
151
+ #: wp-live-chat-support.php:4191
152
  msgid "You do not have permission do perform this action"
153
  msgstr ""
154
 
155
+ #: functions.php:1495 wp-live-chat-support.php:3326
156
  msgid "Are you sure you would like to delete this chat?"
157
  msgstr ""
158
 
159
+ #: functions.php:1496 includes/settings_page.php:142
160
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
161
  msgid "Yes"
162
  msgstr "כן"
163
 
164
+ #: functions.php:1496 includes/settings_page.php:143
165
+ #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3327
166
  msgid "No"
167
  msgstr "לא"
168
 
169
+ #: functions.php:1505 functions.php:2093 includes/settings_page.php:332
170
+ #: includes/settings_page.php:434 wp-live-chat-support.php:3356
171
+ #: wp-live-chat-support.php:3483
172
  msgid "Date"
173
  msgstr "תאריך"
174
 
175
+ #: functions.php:1508 functions.php:4264 wp-live-chat-support.php:3359
176
  msgid "URL"
177
  msgstr "כתובת אתר"
178
 
179
+ #: functions.php:1509 includes/wplc_custom_fields.php:83
180
  #: includes/wplc_data_triggers.php:470 includes/wplc_departments.php:177
181
  #: includes/wplc_roi.php:164 modules/webhooks_manager.php:251
182
+ #: wp-live-chat-support.php:2378 wp-live-chat-support.php:3361
183
  msgid "Action"
184
  msgstr "פעולה"
185
 
186
+ #: functions.php:1523
187
  msgid "You have not missed any chat requests."
188
  msgstr ""
189
 
190
+ #: functions.php:1530 wp-live-chat-support.php:3381
191
  #, fuzzy
192
  msgid "View Chat History"
193
  msgstr "היסטוריה WP Live Chat "
194
 
195
+ #: functions.php:1530 wp-live-chat-support.php:3381
196
  #, fuzzy
197
  msgid "Download Chat History"
198
  msgstr "היסטוריה WP Live Chat "
199
 
200
+ #: functions.php:1724
201
  msgid "Open chat window via"
202
  msgstr ""
203
 
204
+ #: functions.php:1728
205
  msgid "Click"
206
  msgstr ""
207
 
208
+ #: functions.php:1729
209
  msgid "Hover"
210
  msgstr ""
211
 
212
+ #: functions.php:1731
213
  msgid "element with"
214
  msgstr ""
215
 
216
+ #: functions.php:1733
217
  msgid "Class"
218
  msgstr ""
219
 
220
+ #: functions.php:1734 includes/wplc_custom_fields.php:78
221
  #: includes/wplc_data_triggers.php:464 includes/wplc_departments.php:175
222
  #: includes/wplc_roi.php:159
223
  msgid "ID"
224
  msgstr ""
225
 
226
+ #: functions.php:2005 functions.php:2011 functions.php:2016
227
  #: includes/dashboard_page.php:58 modules/node_server.php:134
228
+ #: modules/node_server.php:1022 wp-live-chat-support.php:3962
229
  msgid "Quick Responses"
230
  msgstr ""
231
 
232
+ #: functions.php:2006 includes/settings_page.php:322
233
  msgid "Quick Response"
234
  msgstr ""
235
 
236
+ #: functions.php:2007 functions.php:2010
237
  msgid "New Quick Response"
238
  msgstr ""
239
 
240
+ #: functions.php:2008 modules/node_server.php:1031
241
  msgid "Add New Quick Response"
242
  msgstr ""
243
 
244
+ #: functions.php:2009
245
  msgid "Edit Quick Response"
246
  msgstr ""
247
 
248
+ #: functions.php:2012
249
  msgid "View Quick Responses"
250
  msgstr ""
251
 
252
+ #: functions.php:2013
253
  msgid "Search Quick Responses"
254
  msgstr ""
255
 
256
+ #: functions.php:2014
257
  msgid "No Quick Responses found"
258
  msgstr ""
259
 
260
+ #: functions.php:2015
261
  msgid "No Quick Responses found in the Trash"
262
  msgstr ""
263
 
264
+ #: functions.php:2020
265
  #, fuzzy
266
  msgid "Quick Responses for WP Live Chat by 3CX"
267
  msgstr "דרך WP Live Chat Support "
268
 
269
+ #: functions.php:2054
270
  msgid "Sort Order"
271
  msgstr ""
272
 
273
+ #: functions.php:2090 includes/settings_page.php:331
274
  msgid "Title"
275
  msgstr ""
276
 
277
+ #: functions.php:2091
278
  msgid "Order"
279
  msgstr ""
280
 
281
+ #: functions.php:2092 includes/settings_page.php:1182
282
  msgid "Author"
283
  msgstr ""
284
 
285
+ #: functions.php:2135 wp-live-chat-support.php:461
286
  msgid "Press ENTER to send your message"
287
  msgstr "לחץ אנטר (ENTER) על מנת לשלוח את הודעתך"
288
 
289
+ #: functions.php:2174 functions.php:2178
290
  msgid "Assign Quick Response"
291
  msgstr ""
292
 
293
+ #: functions.php:2181 includes/settings_page.php:1164
294
  msgid "Select"
295
  msgstr ""
296
 
297
+ #: functions.php:2187
298
  #, fuzzy
299
  msgid "What is this?"
300
  msgstr "שוחח איתנו"
301
 
302
+ #: functions.php:2229
303
  #, php-format
304
  msgid "Incoming chat from %s (%s) on %s"
305
  msgstr ""
306
 
307
+ #: functions.php:2235
308
  #, fuzzy, php-format
309
  #| msgid "Alert: Someone wants to chat with you on "
310
  msgid "%s (%s) wants to chat with you."
311
  msgstr "שים לב: מישהו רוצה לשוחח איתך"
312
 
313
+ #: functions.php:2240
314
  #, fuzzy, php-format
315
  #| msgid "Log in"
316
  msgid "Log in: %s"
317
  msgstr "התחבר"
318
 
319
+ #: functions.php:2567
320
  #, fuzzy
321
  msgid "Status (Online)"
322
  msgstr "מפעילי צ'אט"
323
 
324
+ #: functions.php:2568
325
  msgid "Online"
326
  msgstr ""
327
 
328
+ #: functions.php:2569
329
  #, fuzzy
330
  #| msgid "Offline text"
331
  msgid "Offline"
332
  msgstr "טקסט לא מחובר"
333
 
334
+ #: functions.php:2570
335
  msgid "Status (Offline)"
336
  msgstr ""
337
 
338
+ #: functions.php:2581
339
  msgid ""
340
  "You have set your status to offline. To view visitors and accept chats "
341
  "please set your status to online using the switch above."
342
  msgstr ""
343
 
344
+ #: functions.php:2651
345
  #, fuzzy
346
  msgid "Encryption"
347
  msgstr "פעולה"
348
 
349
+ #: functions.php:2657 includes/settings_page.php:1225
350
+ #: wp-live-chat-support.php:3977
351
  msgid "Business Hours"
352
  msgstr ""
353
 
354
+ #: functions.php:2859
355
  msgid "Initiate Chat"
356
  msgstr "זום שיחה"
357
 
358
+ #: functions.php:2951
359
  msgid "Attempting to open the chat window... Please be patient."
360
  msgstr "מנסה לפתוח את חלון הצ'אט... אנא העזר/י בסבלנות."
361
 
362
+ #: functions.php:2968
363
  msgid ""
364
  "You are not a chat agent. Please make yourself a chat agent before trying to "
365
  "chat to visitors"
366
  msgstr ""
367
 
368
+ #: functions.php:3163 functions.php:3179 functions.php:3194
369
  #, fuzzy
370
  msgid "Chat Agent"
371
  msgstr "מפעילי צ'אט"
372
 
373
+ #: functions.php:3168 functions.php:3184
374
  msgid "Make this user a chat agent"
375
  msgstr ""
376
 
377
+ #: functions.php:3198
378
  msgid "Your user role does not allow you to make yourself a chat agent."
379
  msgstr ""
380
 
381
+ #: functions.php:3199
382
  msgid "Please contact the administrator of this website to change this."
383
  msgstr ""
384
 
385
+ #: functions.php:3218
386
  msgid "This chat has already been answered by another agent."
387
  msgstr ""
388
 
389
+ #: functions.php:3460 wp-live-chat-support.php:2314
390
  msgid "Agent(s) online"
391
  msgstr ""
392
 
393
+ #: functions.php:3514
394
  #, fuzzy
395
  msgid "Chat Agent Online"
396
  msgstr "מפעילי צ'אט"
397
 
398
+ #: functions.php:3516 functions.php:3520
399
  #, fuzzy
400
  msgid "Chat Agents Online"
401
  msgstr "מפעילי צ'אט"
402
 
403
+ #: functions.php:3628 includes/settings_page.php:1153
404
+ #: wp-live-chat-support.php:2260
405
  #, fuzzy
406
  msgid "Remove"
407
  msgstr "הסר לוגו"
408
 
409
+ #: functions.php:3631 wp-live-chat-support.php:2263
410
  msgid "Typing..."
411
  msgstr ""
412
 
413
+ #: functions.php:4001
414
  msgid "User Experience Ratings"
415
  msgstr ""
416
 
417
+ #: functions.php:4008
418
  msgid "Agent Statistics"
419
  msgstr ""
420
 
421
+ #: functions.php:4051 functions.php:4090
422
  msgid "Satisfaction Rating"
423
  msgstr ""
424
 
425
+ #: functions.php:4052 functions.php:4091
426
  msgid "Rating Count"
427
  msgstr ""
428
 
429
+ #: functions.php:4052 functions.php:4091
430
  msgid "Good"
431
  msgstr ""
432
 
433
+ #: functions.php:4052 functions.php:4091
434
  msgid "Bad"
435
  msgstr ""
436
 
437
+ #: functions.php:4162 includes/dashboard_page.php:56
438
+ #: wp-live-chat-support.php:1015
439
  msgid "Reports"
440
  msgstr ""
441
 
442
+ #: functions.php:4165 includes/wplc_roi.php:161
443
  msgid "Overview"
444
  msgstr ""
445
 
446
+ #: functions.php:4166
447
  msgid "Popular Pages"
448
  msgstr ""
449
 
450
+ #: functions.php:4184
451
  msgid "Total Agents"
452
  msgstr ""
453
 
454
+ #: functions.php:4184
455
  msgid "Total number of agents that used the live chat"
456
  msgstr ""
457
 
458
+ #: functions.php:4185
459
  msgid "Total Chats"
460
  msgstr ""
461
 
462
+ #: functions.php:4185
463
  msgid "Total number of chats received"
464
  msgstr ""
465
 
466
+ #: functions.php:4186
467
  msgid "Total URLs"
468
  msgstr ""
469
 
470
+ #: functions.php:4186
471
  msgid "Total number of URLs a chat was initiated on"
472
  msgstr ""
473
 
474
+ #: functions.php:4187
475
  msgid "Chats per day"
476
  msgstr ""
477
 
478
+ #: functions.php:4188
479
  msgid "Popular pages a chat was initiated on"
480
  msgstr ""
481
 
482
+ #: functions.php:4218 includes/wplc_custom_fields.php:304
483
  msgid "Unknown"
484
  msgstr ""
485
 
486
+ #: functions.php:4265
487
  msgid "Count"
488
  msgstr ""
489
 
490
+ #: functions.php:4291
491
  msgid "Enable Manual Chat Initiation:"
492
  msgstr ""
493
 
494
+ #: functions.php:4291
495
  msgid ""
496
  "Enabling this feature will allow agents to start a chat with website "
497
  "visitors. This feature increases server load while enabled."
498
  msgstr ""
499
 
500
+ #: functions.php:4295 modules/advanced_features.php:73
501
  msgid ""
502
  "This feature is only available when you select 3CX High Performance Cloud "
503
  "Servers in Advanced Features."
504
  msgstr ""
505
 
506
+ #: functions.php:4382
507
  #, fuzzy
508
  #| msgid "Thank you for your feedback. We will be in touch soon"
509
  msgid "Thank you for inquiry. We will get back to you shortly"
510
  msgstr "תודה לך על המשוב. ניצור עמך קשר בקרוב."
511
 
512
+ #: functions.php:4560 wp-live-chat-support.php:4550
513
  msgid "The Live Chat box is currently disabled on your website due to:"
514
  msgstr ""
515
 
516
+ #: functions.php:4561 wp-live-chat-support.php:4551
517
  #, fuzzy
518
  #| msgid "General Settings"
519
  msgid "Business Hours Settings"
520
  msgstr "הגדרות כלליות"
521
 
522
+ #: functions.php:4612
523
  msgid "Edit Profile"
524
  msgstr ""
525
 
526
+ #: functions.php:4623 modules/node_server.php:96 modules/node_server.php:878
527
  msgid "Drag Files Here"
528
  msgstr ""
529
 
530
+ #: functions.php:4646 functions.php:4691 includes/wplc_custom_fields.php:107
531
  #: includes/wplc_data_triggers.php:478 includes/wplc_data_triggers.php:616
532
  #: includes/wplc_departments.php:185 includes/wplc_departments.php:475
533
  #: includes/wplc_roi.php:172 includes/wplc_roi.php:591
535
  msgid "Delete"
536
  msgstr ""
537
 
538
+ #: functions.php:4647
539
  #, fuzzy
540
  #| msgid "Send"
541
  msgid "Send..."
542
  msgstr "שלח"
543
 
544
+ #: functions.php:4648 functions.php:4693
545
  msgid "Play voice note"
546
  msgstr ""
547
 
548
+ #: functions.php:4692
549
  msgid "Save..."
550
  msgstr ""
551
 
552
+ #: functions.php:4780 wp-live-chat-support.php:1248
553
+ #: wp-live-chat-support.php:2791
554
  msgid "is typing..."
555
  msgstr ""
556
 
557
+ #: functions.php:4782
558
+ #, fuzzy
559
+ #| msgid "No visitors on-line at the moment"
560
+ msgid "There are no visitors on your site at the moment"
561
+ msgstr "אין מבקרים מחוברים כעת"
562
+
563
+ #: functions.php:4783
564
+ msgid "Connection to the server lost, reconnecting..."
565
+ msgstr ""
566
+
567
+ #: functions.php:4784
568
+ #, fuzzy
569
+ #| msgid "Get Pro Add-on to accept more chats"
570
+ msgid "Agent offline - not accepting chats"
571
+ msgstr "קנה את התוסף פרו כדי לקבל עוד שיחות"
572
+
573
+ #: functions.php:4800
574
  msgid "An error has occured while fetching the news feed."
575
  msgstr ""
576
 
577
+ #: functions.php:4897
578
  msgid "Default"
579
  msgstr ""
580
 
581
+ #: functions.php:5200 functions.php:5204
582
  msgid "You do not have permission to perform this action"
583
  msgstr ""
584
 
 
 
 
 
 
 
585
  #: includes/blocks/wplc-chat-box/index.php:30
586
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3978
587
  msgid "Gutenberg Blocks"
588
  msgstr ""
589
 
637
  msgid "Displays the chosen icon"
638
  msgstr ""
639
 
640
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1256
641
+ #: wp-live-chat-support.php:1899
642
  msgid "Type here"
643
  msgstr ""
644
 
645
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:979
646
  msgid "Live Chat"
647
  msgstr "צ'אט חי"
648
 
649
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:980
 
 
 
 
 
650
  #, fuzzy
651
  msgid "Dashboard"
652
  msgstr "אפשר צ'אט"
666
  msgid "Missed"
667
  msgstr "צ'אט חי"
668
 
669
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:988
670
+ #: wp-live-chat-support.php:3420
671
  msgid "History"
672
  msgstr "היסטוריה"
673
 
674
  #: includes/dashboard_page.php:57 includes/settings_page.php:108
675
  #: includes/settings_page.php:704 modules/advanced_tools.php:84
676
+ #: wp-live-chat-support.php:992 wp-live-chat-support.php:3466
677
+ #: wp-live-chat-support.php:3963
678
  msgid "Offline Messages"
679
  msgstr "הודעת 'לא מחובר'"
680
 
684
  msgstr ""
685
 
686
  #: includes/dashboard_page.php:60 includes/settings_page.php:71
687
+ #: wp-live-chat-support.php:981
688
  msgid "Settings"
689
  msgstr "הגדרות"
690
 
761
  msgstr "משתמש פתח את חלון השיחה"
762
 
763
  #: includes/settings_page.php:98 includes/settings_page.php:136
764
+ #: wp-live-chat-support.php:3974
765
  msgid "General Settings"
766
  msgstr "הגדרות כלליות"
767
 
812
  msgid "This name will be displayed for all not logged in visitors"
813
  msgstr ""
814
 
815
+ #: includes/settings_page.php:177 wp-live-chat-support.php:460
816
  msgid "Guest"
817
  msgstr ""
818
 
1003
  "and send it to agent once they hold on CTRL + SPACEBAR"
1004
  msgstr ""
1005
 
1006
+ #: includes/settings_page.php:381 wp-live-chat-support.php:3975
1007
  #, fuzzy
1008
  #| msgid "Chat Window Settings"
1009
  msgid "Chat Box Settings"
1079
  msgid "Display a timestamp in the chat window:"
1080
  msgstr "משתמש הגדיל את חלון השיחה"
1081
 
1082
+ #: includes/settings_page.php:435 wp-live-chat-support.php:2373
1083
  msgid "Time"
1084
  msgstr ""
1085
 
1426
  msgstr ""
1427
 
1428
  #: includes/settings_page.php:1006 includes/wplc_departments.php:586
1429
+ #: modules/node_server.php:652 wp-live-chat-support.php:2297
1430
  msgid "here"
1431
  msgstr ""
1432
 
1487
  msgid "Other text"
1488
  msgstr "טקסט אחר"
1489
 
1490
+ #: includes/settings_page.php:1065 wp-live-chat-support.php:454
1491
+ #: wp-live-chat-support.php:1202
1492
  #, fuzzy
1493
  #| msgid "Chat has been answered by another agent"
1494
  msgid "The chat has been ended by the agent."
1661
  msgid "Add New"
1662
  msgstr ""
1663
 
1664
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1017
1665
  msgid "Custom Fields"
1666
  msgstr ""
1667
 
1668
  #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:466
1669
+ #: wp-live-chat-support.php:2374
1670
  msgid "Type"
1671
  msgstr ""
1672
 
1675
  msgstr ""
1676
 
1677
  #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:469
1678
+ #: wp-live-chat-support.php:2377 wp-live-chat-support.php:3360
1679
  msgid "Status"
1680
  msgstr "מצב"
1681
 
1682
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2570
1683
  msgid "Active"
1684
  msgstr "פעיל"
1685
 
1769
  msgid "Custom Field Data"
1770
  msgstr ""
1771
 
1772
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1016
1773
+ #: wp-live-chat-support.php:3949
1774
  msgid "Triggers"
1775
  msgstr ""
1776
 
1845
  msgstr ""
1846
 
1847
  #: include