WP Live Chat Support - Version 8.1.5

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.5
Comparing to
See all releases

Code changes from version 8.1.4 to 8.1.5

ajax/user.php CHANGED
@@ -49,12 +49,9 @@ function wplc_init_ajax_callback()
49
  $action = sanitize_text_field($_POST['action']);
50
  }
51
 
52
- $name = $wplc_settings['wplc_user_default_visitor_name'];
53
  if (isset($_POST['name']) && !empty($_POST['name'])) {
54
- $name = trim(strip_tags(sanitize_text_field($_POST['name'])));
55
- if (empty($name)) {
56
- $wplc_settings['wplc_user_default_visitor_name'];
57
- }
58
  }
59
 
60
  $email = "no email set";
@@ -90,15 +87,25 @@ function wplc_init_ajax_callback()
90
  switch ($action) {
91
 
92
  case 'wplc_get_chat_box':
 
93
  $continue = apply_filters("wplc_version_check_continue", true);
94
  if ($continue === true) {
95
- $outputbox = wplc_output_box_5100($cid);
 
 
 
 
 
 
 
 
 
 
96
  } else {
97
  echo boolval($continue);
98
  }
99
  break;
100
 
101
-
102
  case 'wplc_call_to_server_visitor':
103
 
104
  $wplc_settings = wplc_get_options();
49
  $action = sanitize_text_field($_POST['action']);
50
  }
51
 
52
+ $name = wplc_get_user_name('', $wplc_settings);
53
  if (isset($_POST['name']) && !empty($_POST['name'])) {
54
+ $name = wplc_get_user_name(trim(strip_tags(sanitize_text_field($_POST['name']))), $wplc_settings);
 
 
 
55
  }
56
 
57
  $email = "no email set";
87
  switch ($action) {
88
 
89
  case 'wplc_get_chat_box':
90
+ $new_user=false;
91
  $continue = apply_filters("wplc_version_check_continue", true);
92
  if ($continue === true) {
93
+ wplc_start_session();
94
+ $sessid=session_id();
95
+ if (empty($_SESSION['browsing'])) {
96
+ $new_user=true;
97
+ $_SESSION['browsing']=1;
98
+ }
99
+ wplc_close_session();
100
+ wplc_output_box_5100($cid);
101
+ if ($new_user) {
102
+ do_action("wplc_log_user_on_page_after_hook", $sessid, array());
103
+ }
104
  } else {
105
  echo boolval($continue);
106
  }
107
  break;
108
 
 
109
  case 'wplc_call_to_server_visitor':
110
 
111
  $wplc_settings = wplc_get_options();
changelog.txt CHANGED
@@ -1,11 +1,33 @@
1
- = 8.1.4 - 2019-11-08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  * Bugfix: logo not displayed properly on chat box top bar
3
  * Bugfix: resolved issues reported by "Health Check & Troubleshooting" plugin
4
  * Bugfix: timezone issue in business hours when PHP timezone is different from wordpress timezone
5
  * Improvement: added single day configuration and two time intervals in business hours setting
6
  * Improvement: performance boost in session management
7
 
8
- = 8.1.3 - 2019-10-31
9
  * Bugfix: Admin detected as an agent - doesn't show offline messages form
10
  * Bugfix: Remove picture from chat box doesn't work properly
11
  * Bugfix: Edge JS compatibility issue in dashboard has been fixed
@@ -18,7 +40,7 @@
18
  * Improvement: Default business hours are now 9:00 - 18:00 instead of 00:00 - 00:00
19
  * Improvement: The 'Use Logged In User Details' feature has been moved to the 'Chat Box' settings page.
20
 
21
- = 8.1.2 - 2019-10-24
22
  * New feature: improved auto pop-up feature, now 3 options to choose from
23
  * New feature: Pop-up only when agents are online
24
  * New feature: reimplemented visitor country detection using external plugin GeoIP Detection
@@ -31,7 +53,7 @@
31
  * Improvement: updated Font Awesome to v5 for better theme compatibility
32
  * Improvement: removed page refresh when user ends chat session
33
 
34
- = 8.1.1 - 2019-10-17
35
  * Fixed js error in "Open chat window via" feature
36
  * Fixed escaping issue in agent history
37
  * Fixed wrong behaviour in "Open chat window via" feature, chat does not re-open if user minimized it
@@ -40,7 +62,7 @@
40
  * Added some missing translation strings
41
  * Fixed some invalid z-index values
42
 
43
- = 8.1.0 - 2019-10-15
44
  * "Request a new chat" now ends user's session
45
  * "The chat has been ended by the operator" Changed to: "The chat has been ended by the agent".
46
  * 'Play a sound when there is a new visitor' is now enabled by default on new installations.
1
+ = 8.1.5 - 2019-12-18 =
2
+ * Bugfix: edit trigger adds extra quotes and alters html code
3
+ * Bugfix: default visitor name cannot be empty
4
+ * Bugfix: message encryption not working properly
5
+ * Bugfix: added missing numeric validation for ROI goals
6
+ * Bugfix: better validation for custom fields
7
+ * Bugfix: cannot enable sunday in working hour schedule
8
+ * Bugfix: in some cases offline agents are displayed as online - timeout issues fixed
9
+ * Bugfix: "User is browsing" notifications removed from user side - agent side only
10
+ * Bugfix: custom fields default are not sent to agents
11
+ * Bugfix: fixed issue with encrypted chats not displayed in history in some cases
12
+ * Bugfix: some Webhooks were not working properly
13
+ * Bugfix: fixed custom trigger URL parsing
14
+ * Improvement: 3CX Privacy Policy is hidden when on-premise server is selected
15
+ * Improvement: added separated encryption key configuration - encrypted chats are preserved for backup/restore and migration on other servers
16
+ * Improvement: added absolute height for Chatbox
17
+ * Improvement: added option to disable auto popup for mobile users
18
+ * Improvement: removed jscolor color picker, using browser integrated
19
+ * Improvement: removed "self assign chat agent" not working feature, because of lack of Wordpress privileges to work correctly
20
+ * Improvement: stop polling requests when PHP agent session expires, should decrease 403 errors on WordPress server
21
+ * Improvement: session handling optimizations
22
+
23
+ = 8.1.4 - 2019-11-08 =
24
  * Bugfix: logo not displayed properly on chat box top bar
25
  * Bugfix: resolved issues reported by "Health Check & Troubleshooting" plugin
26
  * Bugfix: timezone issue in business hours when PHP timezone is different from wordpress timezone
27
  * Improvement: added single day configuration and two time intervals in business hours setting
28
  * Improvement: performance boost in session management
29
 
30
+ = 8.1.3 - 2019-10-31 =
31
  * Bugfix: Admin detected as an agent - doesn't show offline messages form
32
  * Bugfix: Remove picture from chat box doesn't work properly
33
  * Bugfix: Edge JS compatibility issue in dashboard has been fixed
40
  * Improvement: Default business hours are now 9:00 - 18:00 instead of 00:00 - 00:00
41
  * Improvement: The 'Use Logged In User Details' feature has been moved to the 'Chat Box' settings page.
42
 
43
+ = 8.1.2 - 2019-10-24 =
44
  * New feature: improved auto pop-up feature, now 3 options to choose from
45
  * New feature: Pop-up only when agents are online
46
  * New feature: reimplemented visitor country detection using external plugin GeoIP Detection
53
  * Improvement: updated Font Awesome to v5 for better theme compatibility
54
  * Improvement: removed page refresh when user ends chat session
55
 
56
+ = 8.1.1 - 2019-10-17 =
57
  * Fixed js error in "Open chat window via" feature
58
  * Fixed escaping issue in agent history
59
  * Fixed wrong behaviour in "Open chat window via" feature, chat does not re-open if user minimized it
62
  * Added some missing translation strings
63
  * Fixed some invalid z-index values
64
 
65
+ = 8.1.0 - 2019-10-15 =
66
  * "Request a new chat" now ends user's session
67
  * "The chat has been ended by the operator" Changed to: "The chat has been ended by the agent".
68
  * 'Play a sound when there is a new visitor' is now enabled by default on new installations.
config.php CHANGED
@@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
7
  exit;
8
  }
9
 
10
- define('WPLC_PLUGIN_VERSION', "8.1.4");
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.5");
11
  define('WPLC_PLUGIN_DIR', dirname(__FILE__));
12
  define('WPLC_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
13
  define('WPLC_PLUGIN', plugin_basename( __FILE__ ) );
css/admin_styles.css CHANGED
@@ -902,4 +902,9 @@ html .ui-button.ui-state-disabled:active {
902
  margin: 16px;
903
  padding: 16px;
904
  border: 1px dotted #aaa;
 
 
 
 
 
905
  }
902
  margin: 16px;
903
  padding: 16px;
904
  border: 1px dotted #aaa;
905
+ }
906
+
907
+ .wplc_error_message {
908
+ color: #dc3232 !important;
909
+ font-size: 12px !important;
910
  }
css/themes/modern.css CHANGED
@@ -321,6 +321,7 @@
321
  margin-bottom: 10px;
322
  border: 0;
323
  border-radius: 5px;
 
324
  }
325
 
326
  .wplc-clear-float-message {
@@ -1261,4 +1262,8 @@ span.wplc_char_counter {
1261
 
1262
  .wplc_social_icon_link {
1263
  float: right;
1264
- }
 
 
 
 
321
  margin-bottom: 10px;
322
  border: 0;
323
  border-radius: 5px;
324
+ box-sizing: border-box;
325
  }
326
 
327
  .wplc-clear-float-message {
1262
 
1263
  .wplc_social_icon_link {
1264
  float: right;
1265
+ }
1266
+
1267
+ .wplc_error_field {
1268
+ border: 1px solid red !important;
1269
+ }
functions.php CHANGED
@@ -67,15 +67,10 @@ function wplc_log_user_on_page($name,$email,$session, $is_mobile = false) {
67
  $wplc_chat_session_prep_array[] = '%d';
68
  }
69
 
70
-
71
  $wpdb->insert($wplc_tblname_chats, $wplc_chat_session_data, $wplc_chat_session_prep_array);
72
  $lastid = $wpdb->insert_id;
73
-
74
  do_action("wplc_log_user_on_page_after_hook", $lastid, $wplc_chat_session_data);
75
-
76
-
77
  return $lastid;
78
-
79
  }
80
 
81
  function wplc_update_user_on_page($cid, $status = 5,$session) {
@@ -115,19 +110,11 @@ function wplc_update_user_on_page($cid, $status = 5,$session) {
115
 
116
  }
117
 
118
-
119
  function wplc_record_chat_msg($from, $cid, $msg, $rest_check = false, $aid = false, $other = false) {
120
  global $wpdb;
121
  global $wplc_tblname_msgs;
122
  $wplc_settings = wplc_get_options();
123
-
124
- if( ! filter_var($cid, FILTER_VALIDATE_INT) ) {
125
-
126
- /**
127
- * We need to identify if this CID is a node CID, and if so, return the WP CID from the wplc_chat_msgs table
128
- */
129
- $cid = wplc_return_chat_id_by_rel($cid);
130
- }
131
 
132
  /**
133
  * check if this CID even exists, if not, create it
@@ -136,12 +123,14 @@ function wplc_record_chat_msg($from, $cid, $msg, $rest_check = false, $aid = fal
136
  */
137
 
138
  global $wplc_tblname_chats;
139
- $results = $wpdb->get_results(
140
- $wpdb->prepare("SELECT * FROM $wplc_tblname_chats WHERE `rel` = %s OR `id` = %s LIMIT 1", $cid, $cid)
141
- );
142
- if (!$results) {
 
 
 
143
  /* it doesnt exist, lets put it in the table */
144
-
145
  $wpdb->insert(
146
  $wplc_tblname_chats,
147
  array(
@@ -169,12 +158,9 @@ function wplc_record_chat_msg($from, $cid, $msg, $rest_check = false, $aid = fal
169
  '%s'
170
  )
171
  );
172
-
173
-
174
  $cid = $wpdb->insert_id;
175
  }
176
 
177
-
178
  if ($from == "2" && $rest_check == false) {
179
  if (!wplc_user_is_agent()) {
180
  return "security issue";
@@ -183,7 +169,7 @@ function wplc_record_chat_msg($from, $cid, $msg, $rest_check = false, $aid = fal
183
 
184
  if ($from == "1") {
185
  $fromname = wplc_return_chat_name(sanitize_text_field($cid));
186
- if (empty($fromname)) { $fromname = $wplc_settings['wplc_user_default_visitor_name']; }
187
  $orig = '2';
188
  }
189
  else {
@@ -201,9 +187,6 @@ function wplc_record_chat_msg($from, $cid, $msg, $rest_check = false, $aid = fal
201
  }
202
  }
203
 
204
-
205
- $orig_msg = $msg;
206
-
207
  $msg = apply_filters("wplc_filter_message_control",$msg);
208
 
209
  if (!$aid) {
@@ -277,34 +260,33 @@ function wplc_return_chat_name($cid) {
277
 
278
  }
279
 
280
-
281
  /**
282
  * Find out if we are dealing with a NODE CID and convert it to the WP CID.
283
  *
284
  * If it cannot find a relative, then simply return the original CID parsed through.
285
  *
286
- * @param string|int $rel The CId to compare
287
- * @return string|int The suggested CID
288
  */
289
- function wplc_return_chat_id_by_rel($rel) {
290
- global $wpdb;
291
- global $wplc_tblname_chats;
292
- $rel = sanitize_text_field($rel);
293
-
294
- $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wplc_tblname_chats WHERE `rel` = %s LIMIT 1", $rel));
295
- if ($results) {
296
- foreach ($results as $result) {
297
- if (isset($result->id)) {
298
- return $result->id;
299
- } else {
300
- return $rel;
301
- }
302
- }
303
- } else {
304
- return $rel;
305
  }
306
-
 
 
307
  }
 
308
  function wplc_return_chat_email($cid) {
309
  global $wpdb;
310
  global $wplc_tblname_chats;
@@ -642,7 +624,6 @@ function wplc_change_chat_status($id, $status, $aid = 0) {
642
  return true;
643
  }
644
 
645
- //come back here
646
  function wplc_return_chat_messages($cid, $transcript = false, $html = true, $wplc_settings = false, $cdata = false, $display = 'string', $only_read_message = false) {
647
  if (!$wplc_settings) {
648
  $wplc_settings = wplc_get_options();
@@ -693,6 +674,7 @@ function wplc_return_chat_messages($cid, $transcript = false, $html = true, $wpl
693
  $system_notification = true;
694
  $cuid = get_current_user_id();
695
  $is_agent = wplc_user_is_agent($cuid);
 
696
  if ($is_agent && $result->originates == 3 ) {
697
  /* this user is an agent and the notification is meant for an agent, therefore display it */
698
  $display_notification = true;
@@ -774,28 +756,27 @@ function wplc_return_chat_messages($cid, $transcript = false, $html = true, $wpl
774
  $msg_array[$id]['other'] = $other_data;
775
  } else {
776
  /* this is a system notification */
777
- if (is_serialized($msg)) {
778
- $tmp_array = maybe_unserialize($msg);
779
- if (is_array($tmp_array)) {
780
- $msg = $tmp_array['m'];
 
 
781
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  }
783
- $str = "<span class='chat_time wplc-color-4'>".$nice_time."</span> <span class='wplc-system-notification wplc-color-4'>".htmlentities($msg)."</span>";
784
-
785
- if ($transcript) {
786
- $str = "<span class='wplc-system-notification wplc-color-4'>".htmlentities($msg)."</span><br />";
787
- }
788
-
789
- if (!isset($msg_array[$id])) {
790
- $msg_array[$id] = array();
791
- }
792
-
793
- $other_data['preformatted'] = true; // this tells html must not be escaped
794
- $msg_array[$id]['msg'] = $str;
795
- $msg_array[$id]['other'] = $other_data;
796
- $msg_array[$id]['originates'] = $result->originates;
797
-
798
- $msg_hist .= $str;
799
  }
800
  }
801
 
@@ -1713,13 +1694,11 @@ function wplc_return_chat_rel_by_id($cid) {
1713
  foreach ($results as $result) {
1714
  if (isset($result->rel)) {
1715
  return $result->rel;
1716
- } else {
1717
- return $cid;
1718
  }
1719
  }
1720
- } else {
1721
- return $cid;
1722
  }
 
 
1723
  }
1724
 
1725
  function wplc_all_avatars() {
@@ -1819,6 +1798,7 @@ add_action("admin_init","wplc_control_logged_in_mrg");
1819
  function wplc_control_logged_in_mrg() {
1820
  if (wplc_user_is_agent()) {
1821
  wplc_update_agent_time();
 
1822
  }
1823
  }
1824
 
@@ -1826,7 +1806,6 @@ add_action("init","wplc_control_logged_out_mrg");
1826
  function wplc_control_logged_out_mrg() {
1827
  if (!isset($_GET['role'])) {
1828
  add_action('pre_get_users', 'wplc_advanced_access_manager_compatibility_mrg', 1000);
1829
- wplc_check_agents_timeout();
1830
  } else {
1831
  return false;
1832
  }
@@ -2331,7 +2310,7 @@ function wplc_choose_filter_control_set_set_transient($set_transient) {
2331
  function wplc_return_online_agents_array() {
2332
  $result = array(
2333
  'result' => true,
2334
- 'agents' => wplc_get_online_agents_list()
2335
  );
2336
  return json_encode($result);
2337
  }
@@ -2385,12 +2364,7 @@ function wplc_choose_hook_control_action_callback() {
2385
  $u_id_check = 1;
2386
  }
2387
  if ($u_id_check === 1) {
2388
- $cid = sanitize_text_field($_POST['cid']);
2389
- if (!filter_var($cid, FILTER_VALIDATE_INT)) {
2390
- /* We need to identify if this CID is a node CID, and if so, return the WP CID */
2391
- $cid = wplc_return_chat_id_by_rel($cid);
2392
- }
2393
- $cid = intval($cid);
2394
  if (!file_exists( $user_dirname."/wp_live_chat/")) {
2395
  @mkdir($user_dirname.'/wp_live_chat/');
2396
  }
@@ -2573,77 +2547,44 @@ if (!function_exists("wplc_business_hours_filter_control_setting_tabs")) {
2573
  }
2574
  }
2575
 
 
 
 
 
2576
  /**
2577
  * Encrypt the message
2578
  * @since 1.0.0
2579
  * @return void
2580
  */
2581
- if (!function_exists("wplc_encrypt_encrypt_msg")) {
2582
- function wplc_encrypt_encrypt_msg($plaintext) {
2583
- $wplc_settings = wplc_get_options();
2584
- if ($wplc_settings['wplc_enable_encryption']) {
2585
-
2586
- $encrypted_salt = get_option( "wp-live-chat-support-pro_key" );
2587
- $api_key = get_option('wplc_api_key');
2588
-
2589
- if( $api_key != '' ){
2590
- /**
2591
- * Use the current API key and don't change anything
2592
- */
2593
- $api_key = $api_key;
2594
- } else {
2595
- /**
2596
- * It's empty so lets fix this
2597
- */
2598
- if( $encrypted_salt != '' ){
2599
-
2600
- $api_key = $encrypted_salt;
2601
-
2602
- } else {
2603
 
2604
- $api_key = '';
2605
 
2606
- }
2607
- }
2608
- if($api_key != ''){
2609
- $api_key = substr($api_key, 0, 10);
2610
- $inputData = cryptoHelpers::convertStringToByteArray($plaintext);
2611
- $keyAsNumbers = cryptoHelpers::toNumbers(bin2hex($api_key));
2612
- $keyLength = count($keyAsNumbers);
2613
- $iv = cryptoHelpers::generateSharedKey(16);
2614
-
2615
- $encrypted = AES::encrypt(
2616
- $inputData,
2617
- AES::modeOfOperation_CBC,
2618
- $keyAsNumbers,
2619
- $keyLength,
2620
- $iv
2621
- );
2622
-
2623
- $retVal = $encrypted['originalsize'] . " "
2624
- . cryptoHelpers::toHex($iv) . " "
2625
- . cryptoHelpers::toHex($encrypted['cipher']);
2626
-
2627
- $message = array(
2628
- 'e' => 1,
2629
- 'm' => $retVal
2630
- );
2631
- return maybe_serialize($message);
2632
- } else {
2633
- $message = array(
2634
- 'e' => 0,
2635
- 'm' => $plaintext
2636
- );
2637
- return maybe_serialize($message);
2638
- }
2639
- } else {
2640
- $message = array(
2641
- 'e' => 0,
2642
- 'm' => $plaintext
2643
- );
2644
- return maybe_serialize($message);
2645
- }
2646
- }
2647
  }
2648
 
2649
  /**
@@ -2658,26 +2599,14 @@ function wplc_encrypt_decrypt_msg($input){
2658
  /** Check already in place to determine if a message was previously encrypted */
2659
  if ($messages['e'] == 1) {
2660
  /* This message was encrypted */
2661
- $encrypted_salt = get_option( "wp-live-chat-support-pro_key" );
2662
- $api_key = get_option('wplc_api_key');
2663
-
2664
- if (empty($api_key)) {
2665
- if (!empty($encrypted_salt)) {
2666
- $api_key = $encrypted_salt;
2667
- }
2668
- }
2669
- if (empty($api_key)) {
2670
- error_log('wplc_encrypt_decrypt_msg warning: empty API key, cannot decrypt');
2671
- }
2672
-
2673
- $api_key = substr($api_key, 0, 10);
2674
  $cipherSplit = explode( " ", $messages['m']);
2675
  $originalSize = intval($cipherSplit[0]);
2676
  $iv = cryptoHelpers::toNumbers($cipherSplit[1]);
2677
  $cipherText = $cipherSplit[2];
2678
-
2679
  $cipherIn = cryptoHelpers::toNumbers($cipherText);
2680
- $keyAsNumbers = cryptoHelpers::toNumbers(bin2hex($api_key));
2681
  $keyLength = count($keyAsNumbers);
2682
 
2683
  $decrypted = AES::decrypt(
@@ -2831,11 +2760,7 @@ if (!function_exists("wplc_filter_control_wplc_call_to_server_visitor_new_status
2831
  */
2832
  function wplc_hook_control_wplc_draw_chat_area($result) {
2833
  $wplc_settings = wplc_get_options();
2834
- if (!empty($result->name)) {
2835
- wp_localize_script('wplc-admin-chat-js', 'wplc_chat_name', $result->name);
2836
- } else {
2837
- wp_localize_script('wplc-admin-chat-js', 'wplc_chat_name', $wplc_settings['wplc_user_default_visitor_name']);
2838
- }
2839
  if (intval($result->status) == 6) {
2840
  echo "<strong>" . __("Attempting to open the chat window... Please be patient.", "wp-live-chat-support-initiate-chats") . "</strong>";
2841
  $result->continue = false;
@@ -2974,36 +2899,28 @@ if (!function_exists("wplc_ma_first_time_install")) {
2974
  * @param
2975
  * @return void
2976
  */
2977
- if (!function_exists("wplc_maa_set_user_as_agent")) {
2978
- function wplc_maa_set_user_as_agent( $user_id ) {
2979
-
2980
- if ( !current_user_can( 'edit_user', $user_id ) ) { return false; }
2981
-
2982
- if ( current_user_can( 'manage_options' ) ) {
2983
-
2984
- if(isset($_POST['wplc_ma_agent'])){
2985
- update_user_meta( $user_id, 'wplc_ma_agent', sanitize_text_field($_POST['wplc_ma_agent']));
2986
- } else {
2987
- delete_user_meta( $user_id, 'wplc_ma_agent');
2988
- }
2989
-
2990
- if ($_POST['wplc_ma_agent'] == '1') {
2991
- $wplc_ma_user = new WP_User( $user_id );
2992
- $wplc_ma_user->add_cap( 'wplc_ma_agent' );
2993
- wplc_update_agent_time($user_id);
2994
- } else {
2995
- $wplc_ma_user = new WP_User( $user_id );
2996
- $wplc_ma_user->remove_cap( 'wplc_ma_agent' );
2997
- delete_user_meta($user_id, "wplc_ma_agent");
2998
- delete_user_meta($user_id, "wplc_chat_agent_online");
2999
- }
3000
- }
3001
-
3002
- do_action("wplc_pro_set_user_hook", $user_id);
3003
- }
3004
  }
3005
 
3006
-
3007
  /**
3008
  * Add the custom fields to the user profile page
3009
  *
@@ -3012,65 +2929,33 @@ if (!function_exists("wplc_maa_set_user_as_agent")) {
3012
  * @return void
3013
  *
3014
  */
3015
- if (!function_exists("wplc_maa_custom_user_profile_fields")) {
3016
- function wplc_maa_custom_user_profile_fields($user) {
3017
- $wplc_settings = wplc_get_options();
3018
- if ($wplc_settings['wplc_make_agent']) {
3019
- ?>
3020
- <table class="form-table">
3021
- <tr>
3022
- <th>
3023
- <label for="wplc_ma_agent"><?php _e('Chat Agent', 'wp-live-chat-support'); ?></label>
3024
- </th>
3025
- <td>
3026
- <label for="wplc_ma_agent">
3027
- <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\""; } ?>>
3028
- <?php _e("Make this user a chat agent",'wp-live-chat-support'); ?></label>
3029
- </td>
3030
- </tr>
3031
- </table>
3032
- <?php
3033
- } else {
3034
- if(current_user_can('manage_options', array(null))){
3035
- ?>
3036
- <table class="form-table">
3037
- <tr>
3038
- <th>
3039
- <label for="wplc_ma_agent"><?php _e('Chat Agent', 'wp-live-chat-support'); ?></label>
3040
- </th>
3041
- <td>
3042
- <label for="wplc_ma_agent">
3043
- <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\""; } ?>>
3044
- <?php _e("Make this user a chat agent",'wp-live-chat-support'); ?></label>
3045
- </td>
3046
- </tr>
3047
- </table>
3048
- <?php
3049
- } else {
3050
- ?>
3051
- <table class="form-table">
3052
- <tr>
3053
- <th>
3054
- <label for="wplc_ma_agent"><?php _e('Chat Agent', 'wp-live-chat-support'); ?></label>
3055
- </th>
3056
- <td>
3057
- <?php
3058
- echo "<p>".__("Your user role does not allow you to make yourself a chat agent.",'wp-live-chat-support')."</p>";
3059
- echo "<p>".__("Please contact the administrator of this website to change this.", 'wp-live-chat-support')."</p>";
3060
- ?>
3061
- </td>
3062
- </tr>
3063
- </table>
3064
- <?php
3065
- }
3066
- }
3067
-
3068
- do_action("wplc_pro_custom_user_profile_field_after_content_hook", $user);
3069
-
3070
- }
3071
  }
3072
 
3073
-
3074
  if (!function_exists("wplc_ma_hook_control_accept_chat")) {
3075
  add_action('wplc_hook_accept_chat','wplc_ma_hook_control_accept_chat',1,2);
3076
  function wplc_ma_hook_control_accept_chat($get_data,$aid) {
@@ -3512,10 +3397,7 @@ function wplc_ma_hook_control_action_callback() {
3512
  $u_id_check = 1;
3513
  }
3514
  if ($u_id_check === 1) {
3515
- if (!filter_var($rating_id, FILTER_VALIDATE_INT)) {
3516
- /* We need to identify if this CID is a node CID, and if so, return the WP CID */
3517
- $rating_id = wplc_return_chat_id_by_rel($rating_id);
3518
- }
3519
  $nifty_record_rating = nifty_record_rating_mrg($rating_id, $rating_score);
3520
  if ($nifty_record_rating) {
3521
  echo 'rating added';
@@ -3530,18 +3412,6 @@ function wplc_ma_hook_control_action_callback() {
3530
  }
3531
  }
3532
 
3533
- /**
3534
- * Mark the agent as "online"
3535
- * @return void
3536
- * @since 1.0.00
3537
- */
3538
- function wplc_maa_set_agents_online($user_id) {
3539
- if (wplc_user_is_agent($user_id)) {
3540
- wplc_update_agent_time($user_id);
3541
- }
3542
- wplc_check_agents_timeout();
3543
- }
3544
-
3545
  /* WPLC Social Icons Filter*/
3546
  // add_filter("wplc_filter_chat_header_above","wplc_chat_social_div_mrg",5,2);
3547
  // add_filter("wplc_filter_chat_4th_layer_below_input","wplc_chat_social_div_mrg",5,2);
@@ -4445,7 +4315,7 @@ function wplc_register_common_node() {
4445
  'allowed_upload_extensions'=>$wplc_allowed_extensions,
4446
  'wplc_use_node_server'=>$wplc_settings['wplc_use_node_server'],
4447
  'wplc_localized_string_is_typing_single'=>' '.__("is typing...",'wp-live-chat-support'),
4448
- 'wplc_user_default_visitor_name' => $wplc_settings['wplc_user_default_visitor_name'],
4449
  'wplc_text_no_visitors' => __("There are no visitors on your site at the moment",'wp-live-chat-support'),
4450
  'wplc_text_connection_lost' => __("Connection to the server lost, reconnecting...",'wp-live-chat-support'),
4451
  'wplc_text_not_accepting_chats' => __("Agent offline - not accepting chats", 'wp-live-chat-support'),
@@ -4742,9 +4612,6 @@ function wplc_cleanup_old_options($wplc_settings) {
4742
  if (isset($wplc_inex_data['wplc_exclude_post_types'])) {
4743
  $wplc_settings['wplc_exclude_post_types'] = strval($wplc_inex_data['wplc_exclude_post_types']);
4744
  }
4745
- if (isset($wplc_inex_data['wplc_make_agent'])) {
4746
- $wplc_settings['wplc_make_agent'] = boolval($wplc_inex_data['wplc_make_agent']);
4747
- }
4748
  delete_option('WPLC_INEX_SETTINGS');
4749
  }
4750
 
@@ -4816,22 +4683,27 @@ function wplc_cleanup_old_options($wplc_settings) {
4816
  }
4817
  delete_option('WPLC_ADVANCED_SETTINGS');
4818
  }
4819
-
 
 
 
 
4820
  return $wplc_settings;
4821
  }
4822
 
4823
  function wplc_ajax_generate_new_tokens() {
4824
- if (isset($_POST['action']) && ($_POST['action'] === "wplc_generate_new_node_token" || $_POST['action'] === "wplc_new_secret_key") && isset($_POST['nonce']) && wplc_user_is_agent()) {
4825
  $nonce = $_POST['nonce'];
4826
  $action = $_POST['action'];
4827
- $error = false;
4828
  switch($action) {
4829
  case 'wplc_generate_new_node_token':
4830
  if (wp_verify_nonce( $nonce, 'generate_new_token')) {
4831
  $res = wplc_node_server_token_get(true);
4832
- echo $res;
4833
- } else {
4834
- $error = true;
 
 
4835
  }
4836
  break;
4837
 
@@ -4839,21 +4711,48 @@ function wplc_ajax_generate_new_tokens() {
4839
  if (wp_verify_nonce( $nonce, 'generate_new_secret_token')) {
4840
  $user_token = wplc_api_s_key_create();
4841
  update_option("wplc_api_secret_token", $user_token);
4842
- echo $user_token;
4843
- } else {
4844
- $error = true;
 
 
4845
  }
4846
  break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4847
  }
4848
- if ($error) {
4849
- _e("You do not have permission to perform this action",'wp-live-chat-support');
4850
- }
4851
- } else {
4852
- _e("You do not have permission to perform this action",'wp-live-chat-support');
4853
  }
 
 
 
 
4854
  wp_die();
4855
  }
4856
 
 
 
 
 
 
 
 
 
 
 
 
 
4857
  // **********************************
4858
  // Agents functions
4859
  // **********************************
@@ -4864,9 +4763,14 @@ function wplc_ajax_generate_new_tokens() {
4864
  */
4865
  function wplc_user_is_agent($uid=0) {
4866
  if (empty($uid)) {
4867
- $uid=get_current_user_id();
 
 
4868
  }
4869
- return !empty(get_user_meta(intval($uid), 'wplc_ma_agent', true));
 
 
 
4870
  }
4871
 
4872
  /**
@@ -4877,20 +4781,6 @@ function wplc_get_agent_users() {
4877
  return get_users(array('meta_key' => 'wplc_ma_agent'));
4878
  }
4879
 
4880
- /**
4881
- * Returns a list of online agents
4882
- * @return array(WPuser)
4883
- */
4884
- function wplc_get_online_agent_users() {
4885
- $agents = wplc_internal_get_all_agents_users_online();
4886
- $online_agents = array();
4887
- foreach($agents as $v) {
4888
- if (wplc_get_agent_accepting($v->ID)) {
4889
- $online_agents[]=$v;
4890
- }
4891
- }
4892
- return $online_agents;
4893
- }
4894
 
4895
  function wplc_update_agent_time($uid=0) {
4896
  if (empty($uid)) {
@@ -4936,33 +4826,22 @@ function wplc_agent_is_available() {
4936
 
4937
  // check if agents are really online by checking heartbeat on wplc_chat_agent_online meta
4938
  function wplc_check_agents_timeout() {
4939
- $agents = wplc_get_agent_users();
4940
- foreach ($agents as $user) {
4941
- $check = get_user_meta($user->ID, "wplc_chat_agent_online");
4942
- if (isset($check[0])) {
4943
- $last_logged_in_time = $check[0];
4944
- if ($last_logged_in_time > 0) {
4945
- if ((time() - $last_logged_in_time) < 120) {
4946
- /* do nothing, they are online */
4947
- } else {
4948
- /* this user has not sent a heartbeat in over 120 seconds */
4949
- delete_user_meta($user->ID, "wplc_chat_agent_online");
4950
- }
4951
- }
4952
- }
4953
- }
4954
  }
4955
 
4956
- function wplc_get_online_agents_list() {
 
 
 
 
4957
  $agents = wplc_internal_get_all_agents_users_online();
4958
- $accepting = wplc_internal_get_all_agents_accepting();
4959
- $result = array();
4960
- foreach($agents as $agent) {
4961
- if (!empty($accepting[$agent->ID])) {
4962
- $result[]=array('name'=> $agent->display_name);
4963
  }
4964
  }
4965
- return $result;
4966
  }
4967
 
4968
  function wplc_get_agent_accepting($uid=0) {
@@ -4999,9 +4878,18 @@ function wplc_internal_get_all_agents_accepting() {
4999
  }
5000
 
5001
  function wplc_internal_get_all_agents_users_online() {
 
5002
  $agents = get_users(array('meta_key'=> 'wplc_chat_agent_online'));
5003
  if (!is_array($agents)) {
5004
  $agents = array();
5005
  }
5006
- return $agents;
5007
- }
 
 
 
 
 
 
 
 
67
  $wplc_chat_session_prep_array[] = '%d';
68
  }
69
 
 
70
  $wpdb->insert($wplc_tblname_chats, $wplc_chat_session_data, $wplc_chat_session_prep_array);
71
  $lastid = $wpdb->insert_id;
 
72
  do_action("wplc_log_user_on_page_after_hook", $lastid, $wplc_chat_session_data);
 
 
73
  return $lastid;
 
74
  }
75
 
76
  function wplc_update_user_on_page($cid, $status = 5,$session) {
110
 
111
  }
112
 
 
113
  function wplc_record_chat_msg($from, $cid, $msg, $rest_check = false, $aid = false, $other = false) {
114
  global $wpdb;
115
  global $wplc_tblname_msgs;
116
  $wplc_settings = wplc_get_options();
117
+ $cid = wplc_return_chat_id_by_rel_or_id($cid);
 
 
 
 
 
 
 
118
 
119
  /**
120
  * check if this CID even exists, if not, create it
123
  */
124
 
125
  global $wplc_tblname_chats;
126
+ $results=false;
127
+ if (!empty($cid)) {
128
+ $results = $wpdb->get_results(
129
+ $wpdb->prepare("SELECT * FROM $wplc_tblname_chats WHERE `id` = %s LIMIT 1", $cid)
130
+ );
131
+ }
132
+ if (empty($cid) || !$results) {
133
  /* it doesnt exist, lets put it in the table */
 
134
  $wpdb->insert(
135
  $wplc_tblname_chats,
136
  array(
158
  '%s'
159
  )
160
  );
 
 
161
  $cid = $wpdb->insert_id;
162
  }
163
 
 
164
  if ($from == "2" && $rest_check == false) {
165
  if (!wplc_user_is_agent()) {
166
  return "security issue";
169
 
170
  if ($from == "1") {
171
  $fromname = wplc_return_chat_name(sanitize_text_field($cid));
172
+ $fromname = wplc_get_user_name($fromname, $wplc_settings);
173
  $orig = '2';
174
  }
175
  else {
187
  }
188
  }
189
 
 
 
 
190
  $msg = apply_filters("wplc_filter_message_control",$msg);
191
 
192
  if (!$aid) {
260
 
261
  }
262
 
 
263
  /**
264
  * Find out if we are dealing with a NODE CID and convert it to the WP CID.
265
  *
266
  * If it cannot find a relative, then simply return the original CID parsed through.
267
  *
268
+ * @param string|int $rel The string CId to compare or numeric CID
269
+ * @return string|int The referring numeric CID
270
  */
271
+ function wplc_return_chat_id_by_rel_or_id($rel) {
272
+ global $wpdb;
273
+ global $wplc_tblname_chats;
274
+ if (is_numeric($rel)) {
275
+ return intval($rel);
276
+ }
277
+ $rel = sanitize_text_field($rel);
278
+ $results = $wpdb->get_results($wpdb->prepare("SELECT id FROM $wplc_tblname_chats WHERE `rel` = %s LIMIT 1", $rel));
279
+ if ($results) {
280
+ foreach ($results as $result) {
281
+ if (isset($result->id)) {
282
+ return intval($result->id);
283
+ }
 
 
 
284
  }
285
+ }
286
+ error_log('wplc_return_chat_id_by_rel_or_id cannot find rel='.$rel);
287
+ return 0;
288
  }
289
+
290
  function wplc_return_chat_email($cid) {
291
  global $wpdb;
292
  global $wplc_tblname_chats;
624
  return true;
625
  }
626
 
 
627
  function wplc_return_chat_messages($cid, $transcript = false, $html = true, $wplc_settings = false, $cdata = false, $display = 'string', $only_read_message = false) {
628
  if (!$wplc_settings) {
629
  $wplc_settings = wplc_get_options();
674
  $system_notification = true;
675
  $cuid = get_current_user_id();
676
  $is_agent = wplc_user_is_agent($cuid);
677
+
678
  if ($is_agent && $result->originates == 3 ) {
679
  /* this user is an agent and the notification is meant for an agent, therefore display it */
680
  $display_notification = true;
756
  $msg_array[$id]['other'] = $other_data;
757
  } else {
758
  /* this is a system notification */
759
+ if ($display_notification) {
760
+ if (is_serialized($msg)) {
761
+ $tmp_array = maybe_unserialize($msg);
762
+ if (is_array($tmp_array)) {
763
+ $msg = $tmp_array['m'];
764
+ }
765
  }
766
+ $str = //"<span class='chat_time wplc-color-4'>".$nice_time."</span> <span class='wplc-system-notification wplc-color-4'>".htmlentities($msg)."</span>";
767
+ $str = "<span class='wplc-system-notification wplc-color-4'>".htmlentities($msg)."</span>";
768
+ if ($transcript) {
769
+ $str = "<span class='wplc-system-notification wplc-color-4'>".htmlentities($msg)."</span><br />";
770
+ }
771
+ if (!isset($msg_array[$id])) {
772
+ $msg_array[$id] = array();
773
+ }
774
+ $other_data['preformatted'] = true; // this tells html must not be escaped
775
+ $msg_array[$id]['msg'] = $str;
776
+ $msg_array[$id]['other'] = $other_data;
777
+ $msg_array[$id]['originates'] = $result->originates;
778
+ $msg_hist .= $str;
779
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
780
  }
781
  }
782
 
1694
  foreach ($results as $result) {
1695
  if (isset($result->rel)) {
1696
  return $result->rel;
 
 
1697
  }
1698
  }
 
 
1699
  }
1700
+ error_log('wplc_return_chat_rel_by_id cannot find rel for id='.$cid);
1701
+ return null;
1702
  }
1703
 
1704
  function wplc_all_avatars() {
1798
  function wplc_control_logged_in_mrg() {
1799
  if (wplc_user_is_agent()) {
1800
  wplc_update_agent_time();
1801
+ wplc_check_agents_timeout();
1802
  }
1803
  }
1804
 
1806
  function wplc_control_logged_out_mrg() {
1807
  if (!isset($_GET['role'])) {
1808
  add_action('pre_get_users', 'wplc_advanced_access_manager_compatibility_mrg', 1000);
 
1809
  } else {
1810
  return false;
1811
  }
2310
  function wplc_return_online_agents_array() {
2311
  $result = array(
2312
  'result' => true,
2313
+ 'agents' => wplc_get_online_agent_users()
2314
  );
2315
  return json_encode($result);
2316
  }
2364
  $u_id_check = 1;
2365
  }
2366
  if ($u_id_check === 1) {
2367
+ $cid = wplc_return_chat_id_by_rel_or_id($_POST['cid']);
 
 
 
 
 
2368
  if (!file_exists( $user_dirname."/wp_live_chat/")) {
2369
  @mkdir($user_dirname.'/wp_live_chat/');
2370
  }
2547
  }
2548
  }
2549
 
2550
+ function wplc_generate_encryption_key() {
2551
+ return md5(mt_rand()).md5(mt_rand());
2552
+ }
2553
+
2554
  /**
2555
  * Encrypt the message
2556
  * @since 1.0.0
2557
  * @return void
2558
  */
2559
+ function wplc_encrypt_encrypt_msg($plaintext) {
2560
+ $message = array(
2561
+ 'e' => 0,
2562
+ 'm' => $plaintext
2563
+ );
2564
+ $wplc_settings = wplc_get_options();
2565
+ if ($wplc_settings['wplc_enable_encryption'] && !empty($wplc_settings['wplc_encryption_key'])) {
2566
+ $key = substr($wplc_settings['wplc_encryption_key'].$wplc_settings['wplc_encryption_key'],0,64);
2567
+ $inputData = cryptoHelpers::convertStringToByteArray($plaintext);
2568
+ $keyAsNumbers = cryptoHelpers::toNumbers(bin2hex($key));
2569
+ $keyLength = count($keyAsNumbers);
2570
+ $iv = cryptoHelpers::generateSharedKey(16);
2571
+
2572
+ $encrypted = AES::encrypt(
2573
+ $inputData,
2574
+ AES::modeOfOperation_CBC,
2575
+ $keyAsNumbers,
2576
+ $keyLength,
2577
+ $iv
2578
+ );
 
 
2579
 
2580
+ $retVal = $encrypted['originalsize']." ".cryptoHelpers::toHex($iv)." ".cryptoHelpers::toHex($encrypted['cipher']);
2581
 
2582
+ $message = array(
2583
+ 'e' => 1,
2584
+ 'm' => $retVal
2585
+ );
2586
+ }
2587
+ return maybe_serialize($message);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2588
  }
2589
 
2590
  /**
2599
  /** Check already in place to determine if a message was previously encrypted */
2600
  if ($messages['e'] == 1) {
2601
  /* This message was encrypted */
2602
+ $wplc_settings = wplc_get_options();
2603
+ $key = substr($wplc_settings['wplc_encryption_key'].$wplc_settings['wplc_encryption_key'],0,64);
 
 
 
 
 
 
 
 
 
 
 
2604
  $cipherSplit = explode( " ", $messages['m']);
2605
  $originalSize = intval($cipherSplit[0]);
2606
  $iv = cryptoHelpers::toNumbers($cipherSplit[1]);
2607
  $cipherText = $cipherSplit[2];
 
2608
  $cipherIn = cryptoHelpers::toNumbers($cipherText);
2609
+ $keyAsNumbers = cryptoHelpers::toNumbers(bin2hex($key));
2610
  $keyLength = count($keyAsNumbers);
2611
 
2612
  $decrypted = AES::decrypt(
2760
  */
2761
  function wplc_hook_control_wplc_draw_chat_area($result) {
2762
  $wplc_settings = wplc_get_options();
2763
+ wp_localize_script('wplc-admin-chat-js', 'wplc_chat_name', wplc_get_user_name($result->name, $wplc_settings));
 
 
 
 
2764
  if (intval($result->status) == 6) {
2765
  echo "<strong>" . __("Attempting to open the chat window... Please be patient.", "wp-live-chat-support-initiate-chats") . "</strong>";
2766
  $result->continue = false;
2899
  * @param
2900
  * @return void
2901
  */
2902
+ function wplc_maa_set_user_as_agent( $user_id ) {
2903
+ if ( !current_user_can( 'edit_user', $user_id ) ) { return false; }
2904
+ if ( current_user_can( 'manage_options' ) ) {
2905
+ if (isset($_POST['wplc_ma_agent'])) {
2906
+ update_user_meta( $user_id, 'wplc_ma_agent', sanitize_text_field($_POST['wplc_ma_agent']));
2907
+ } else {
2908
+ delete_user_meta( $user_id, 'wplc_ma_agent');
2909
+ }
2910
+ if ($_POST['wplc_ma_agent'] == '1') {
2911
+ $wplc_ma_user = new WP_User( $user_id );
2912
+ $wplc_ma_user->add_cap( 'wplc_ma_agent' );
2913
+ wplc_update_agent_time($user_id);
2914
+ } else {
2915
+ $wplc_ma_user = new WP_User( $user_id );
2916
+ $wplc_ma_user->remove_cap( 'wplc_ma_agent' );
2917
+ delete_user_meta($user_id, "wplc_ma_agent");
2918
+ delete_user_meta($user_id, "wplc_chat_agent_online");
2919
+ }
2920
+ }
2921
+ do_action("wplc_pro_set_user_hook", $user_id);
 
 
 
 
 
 
 
2922
  }
2923
 
 
2924
  /**
2925
  * Add the custom fields to the user profile page
2926
  *
2929
  * @return void
2930
  *
2931
  */
2932
+ function wplc_maa_custom_user_profile_fields($user) {
2933
+ ?>
2934
+ <table class="form-table">
2935
+ <tr>
2936
+ <th>
2937
+ <label for="wplc_ma_agent"><?php _e('Chat Agent', 'wp-live-chat-support'); ?></label>
2938
+ </th>
2939
+ <td>
2940
+ <?php
2941
+ if (current_user_can('manage_options', array(null))) {
2942
+ ?>
2943
+ <label for="wplc_ma_agent">
2944
+ <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\""; } ?>>
2945
+ <?php _e("Make this user a chat agent",'wp-live-chat-support'); ?></label>
2946
+ <?php
2947
+ } else {
2948
+ echo "<p>".__("Your user role does not allow you to set agent attribute.",'wp-live-chat-support')."</p>";
2949
+ echo "<p>".__("Please contact the administrator of this website to change this.", 'wp-live-chat-support')."</p>";
2950
+ }
2951
+ ?>
2952
+ </td>
2953
+ </tr>
2954
+ </table>
2955
+ <?php
2956
+ do_action("wplc_pro_custom_user_profile_field_after_content_hook", $user);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2957
  }
2958
 
 
2959
  if (!function_exists("wplc_ma_hook_control_accept_chat")) {
2960
  add_action('wplc_hook_accept_chat','wplc_ma_hook_control_accept_chat',1,2);
2961
  function wplc_ma_hook_control_accept_chat($get_data,$aid) {
3397
  $u_id_check = 1;
3398
  }
3399
  if ($u_id_check === 1) {
3400
+ $rating_id = wplc_return_chat_id_by_rel_or_id($rating_id);
 
 
 
3401
  $nifty_record_rating = nifty_record_rating_mrg($rating_id, $rating_score);
3402
  if ($nifty_record_rating) {
3403
  echo 'rating added';
3412
  }
3413
  }
3414
 
 
 
 
 
 
 
 
 
 
 
 
 
3415
  /* WPLC Social Icons Filter*/
3416
  // add_filter("wplc_filter_chat_header_above","wplc_chat_social_div_mrg",5,2);
3417
  // add_filter("wplc_filter_chat_4th_layer_below_input","wplc_chat_social_div_mrg",5,2);
4315
  'allowed_upload_extensions'=>$wplc_allowed_extensions,
4316
  'wplc_use_node_server'=>$wplc_settings['wplc_use_node_server'],
4317
  'wplc_localized_string_is_typing_single'=>' '.__("is typing...",'wp-live-chat-support'),
4318
+ 'wplc_user_default_visitor_name' => wplc_get_user_name('', $wplc_settings),
4319
  'wplc_text_no_visitors' => __("There are no visitors on your site at the moment",'wp-live-chat-support'),
4320
  'wplc_text_connection_lost' => __("Connection to the server lost, reconnecting...",'wp-live-chat-support'),
4321
  'wplc_text_not_accepting_chats' => __("Agent offline - not accepting chats", 'wp-live-chat-support'),
4612
  if (isset($wplc_inex_data['wplc_exclude_post_types'])) {
4613
  $wplc_settings['wplc_exclude_post_types'] = strval($wplc_inex_data['wplc_exclude_post_types']);
4614
  }
 
 
 
4615
  delete_option('WPLC_INEX_SETTINGS');
4616
  }
4617
 
4683
  }
4684
  delete_option('WPLC_ADVANCED_SETTINGS');
4685
  }
4686
+
4687
+ if (empty($wplc_settings['wplc_encryption_key'])) {
4688
+ $wplc_settings['wplc_encryption_key']=wplc_generate_encryption_key();
4689
+ }
4690
+
4691
  return $wplc_settings;
4692
  }
4693
 
4694
  function wplc_ajax_generate_new_tokens() {
4695
+ if (isset($_POST['action']) && isset($_POST['nonce']) && wplc_user_is_agent()) {
4696
  $nonce = $_POST['nonce'];
4697
  $action = $_POST['action'];
 
4698
  switch($action) {
4699
  case 'wplc_generate_new_node_token':
4700
  if (wp_verify_nonce( $nonce, 'generate_new_token')) {
4701
  $res = wplc_node_server_token_get(true);
4702
+ echo json_encode(array(
4703
+ 'key'=>$res,
4704
+ 'error'=>''
4705
+ ));
4706
+ wp_die();
4707
  }
4708
  break;
4709
 
4711
  if (wp_verify_nonce( $nonce, 'generate_new_secret_token')) {
4712
  $user_token = wplc_api_s_key_create();
4713
  update_option("wplc_api_secret_token", $user_token);
4714
+ echo json_encode(array(
4715
+ 'key'=>$user_token,
4716
+ 'error'=>''
4717
+ ));
4718
+ wp_die();
4719
  }
4720
  break;
4721
+
4722
+ case 'wplc_generate_new_encryption_key':
4723
+ if (wp_verify_nonce( $nonce, 'generate_new_encryption_key')) {
4724
+ $wplc_settings = wplc_get_options();
4725
+ $key=wplc_generate_encryption_key();
4726
+ $wplc_settings['wplc_encryption_key']=$key;
4727
+ update_option('WPLC_SETTINGS', $wplc_settings);
4728
+ echo json_encode(array(
4729
+ 'key'=>$wplc_settings['wplc_encryption_key'],
4730
+ 'error'=>''
4731
+ ));
4732
+ wp_die();
4733
+ }
4734
+ break;
4735
  }
 
 
 
 
 
4736
  }
4737
+ echo json_encode(array(
4738
+ 'key'=>'',
4739
+ 'error'=>__("You do not have permission to perform this action",'wp-live-chat-support')
4740
+ ));
4741
  wp_die();
4742
  }
4743
 
4744
+ function wplc_get_user_name($name, $wplc_settings) {
4745
+ global $wplc_default_settings_array;
4746
+ $name = trim($name);
4747
+ if (empty($name)) {
4748
+ $name = $wplc_settings['wplc_user_default_visitor_name'];
4749
+ }
4750
+ if (empty($name)) {
4751
+ $name = __($wplc_default_settings_array['wplc_user_default_visitor_name'], 'wp-live-chat-support');
4752
+ }
4753
+ return $name;
4754
+ }
4755
+
4756
  // **********************************
4757
  // Agents functions
4758
  // **********************************
4763
  */
4764
  function wplc_user_is_agent($uid=0) {
4765
  if (empty($uid)) {
4766
+ $user=wp_get_current_user();
4767
+ } else {
4768
+ $user=get_user_by('id', $uid);
4769
  }
4770
+ if ($user) {
4771
+ return $user->has_cap('wplc_ma_agent');
4772
+ }
4773
+ return false;
4774
  }
4775
 
4776
  /**
4781
  return get_users(array('meta_key' => 'wplc_ma_agent'));
4782
  }
4783
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4784
 
4785
  function wplc_update_agent_time($uid=0) {
4786
  if (empty($uid)) {
4826
 
4827
  // check if agents are really online by checking heartbeat on wplc_chat_agent_online meta
4828
  function wplc_check_agents_timeout() {
4829
+ wplc_internal_get_all_agents_users_online();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4830
  }
4831
 
4832
+ /**
4833
+ * Returns a list of online agents
4834
+ * @return array(WPuser)
4835
+ */
4836
+ function wplc_get_online_agent_users() {
4837
  $agents = wplc_internal_get_all_agents_users_online();
4838
+ $online_agents = array();
4839
+ foreach($agents as $v) {
4840
+ if (wplc_get_agent_accepting($v->ID)) {
4841
+ $online_agents[]=$v;
 
4842
  }
4843
  }
4844
+ return $online_agents;
4845
  }
4846
 
4847
  function wplc_get_agent_accepting($uid=0) {
4878
  }
4879
 
4880
  function wplc_internal_get_all_agents_users_online() {
4881
+ $result=array();
4882
  $agents = get_users(array('meta_key'=> 'wplc_chat_agent_online'));
4883
  if (!is_array($agents)) {
4884
  $agents = array();
4885
  }
4886
+ foreach($agents as $agent) {
4887
+ $check = get_user_meta($agent->ID, "wplc_chat_agent_online");
4888
+ if ($check && $check[0] && time()-$check[0]<120) {
4889
+ $result[]=$agent;
4890
+ } else {
4891
+ delete_user_meta($agent->ID, "wplc_chat_agent_online"); // force offline
4892
+ }
4893
+ }
4894
+ return $result;
4895
+ }
images/{tcx48_n.png → tcx48px_n.png} RENAMED
File without changes
includes/notification_control.php CHANGED
@@ -1,96 +1,93 @@
1
  <?php
2
- if ( ! defined( 'ABSPATH' ) ) {
3
- exit;
4
  }
5
 
6
- function wplc_record_chat_notification($type,$cid,$data) {
 
7
  if ($cid) {
8
- do_action("wplc_hook_chat_notification",$type,$cid,$data);
9
  }
10
  return true;
11
  }
12
 
13
- add_action("wplc_hook_chat_notification","wplc_filter_control_chat_notification_user_loaded",10,3);
14
- function wplc_filter_control_chat_notification_user_loaded($type,$cid,$data) {
15
- if ($type == "user_loaded") {
16
- /**
17
- * Only run if the chat status is not 1 or 5 (complete or browsing)
18
- * 1 is questionable here, we may have to remove it at a later stage.
19
- * - Nick
20
- */
21
- if (isset($data['chat_data']) && isset($data['chat_data']->status) && (intval($data['chat_data']->status) != 5 || intval($data['chat_data']->status) != 5)) {
22
-
23
- global $wpdb;
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
38
- ),
39
- array(
40
- '%s',
41
- '%s',
42
- '%s',
43
- '%s',
44
- '%d',
45
- '%d'
46
- )
47
- );
48
-
49
-
50
-
51
- }
52
  }
53
- return $type;
54
- }
55
-
56
 
57
- add_action("wplc_hook_chat_notification","wplc_filter_control_chat_notification_await_agent",10,3);
58
- function wplc_filter_control_chat_notification_await_agent($type,$cid,$data) {
59
- $wplc_settings = wplc_get_options();
60
- if (!$wplc_settings['wplc_use_node_server']) {
61
-
62
- if ($type == "await_agent") {
63
- global $wpdb;
64
- global $wplc_tblname_msgs;
65
- $wpdb->insert(
66
- $wplc_tblname_msgs,
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
74
- ),
75
- array(
76
- '%s',
77
- '%s',
78
- '%s',
79
- '%s',
80
- '%d',
81
- '%d'
82
- )
83
- );
84
- }
85
  }
86
- return $type;
87
- }
 
88
 
89
 
90
- add_action("wplc_hook_chat_notification","wplc_filter_control_chat_notification_agent_joined",10,3);
91
- function wplc_filter_control_chat_notification_agent_joined($type, $cid, $data) {
 
92
  if ($type == "joined") {
93
- $chat_data = wplc_get_chat_data( $cid );
94
  $wplc_settings = wplc_get_options();
95
  $user_info = get_userdata(intval($data['aid']));
96
  $agent_tagline = '';
@@ -103,15 +100,15 @@ function wplc_filter_control_chat_notification_agent_joined($type, $cid, $data)
103
  } else {
104
  $agent = 'Admin';
105
  }
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,
@@ -123,9 +120,9 @@ function wplc_filter_control_chat_notification_agent_joined($type, $cid, $data)
123
  'agent_tagline' => $agent_tagline
124
  ))
125
  );
126
-
127
- $type_array = array(
128
- '%s',
129
  '%s',
130
  '%s',
131
  '%s',
@@ -134,21 +131,21 @@ function wplc_filter_control_chat_notification_agent_joined($type, $cid, $data)
134
  '%s'
135
  );
136
 
137
- do_action( "wplc_store_agent_joined_notification", $data_array, $type_array );
138
  }
139
  return $type;
140
- }
141
-
142
-
143
- add_action( "wplc_store_agent_joined_notification", "wplc_hook_control_store_agent_joined_notification", 10, 2 );
144
- function wplc_hook_control_store_agent_joined_notification($data_array, $type_array) {
145
- global $wpdb;
146
- global $wplc_tblname_msgs;
147
-
148
- $wpdb->insert(
149
- $wplc_tblname_msgs,
150
- $data_array,
151
- $type_array
152
- );
153
- return;
154
- }
1
  <?php
2
+ if (!defined('ABSPATH')) {
3
+ exit;
4
  }
5
 
6
+ function wplc_record_chat_notification($type, $cid, $data)
7
+ {
8
  if ($cid) {
9
+ do_action("wplc_hook_chat_notification", $type, $cid, $data);
10
  }
11
  return true;
12
  }
13
 
14
+ add_action("wplc_hook_chat_notification", "wplc_filter_control_chat_notification_user_loaded", 10, 3);
15
+ function wplc_filter_control_chat_notification_user_loaded($type, $cid, $data)
16
+ {
17
+ if ($type == "user_loaded") {
18
+ // Only run if the chat status is not 1 or 5 (complete or browsing)
19
+ if (isset($data['chat_data']) && isset($data['chat_data']->status) && intval($data['chat_data']->status) != 5) {
20
+ global $wpdb;
21
+ global $wplc_tblname_msgs;
22
+ $msg = __("User is browsing", 'wp-live-chat-support') . ' ' . wp_filter_post_kses($data['uri']);
23
+
24
+ // if chat server, send msg to agent
25
+
26
+ $cid = wplc_return_chat_id_by_rel_or_id($cid);
27
+
28
+ $wpdb->insert(
29
+ $wplc_tblname_msgs,
30
+ array(
31
+ 'chat_sess_id' => $cid,
32
+ 'timestamp' => current_time('mysql'),
33
+ 'msgfrom' => __('System notification', 'wp-live-chat-support'),
34
+ 'msg' => $msg,
35
+ 'status' => 0,
36
+ 'originates' => 3 // for agent
37
+ ),
38
+ array(
39
+ '%s',
40
+ '%s',
41
+ '%s',
42
+ '%s',
43
+ '%d',
44
+ '%d'
45
+ )
46
+ );
 
 
 
 
 
 
47
  }
48
+ }
49
+ return $type;
50
+ }
51
 
52
+ add_action("wplc_hook_chat_notification", "wplc_filter_control_chat_notification_await_agent", 10, 3);
53
+ function wplc_filter_control_chat_notification_await_agent($type, $cid, $data)
54
+ {
55
+ $wplc_settings = wplc_get_options();
56
+ if (!$wplc_settings['wplc_use_node_server']) {
57
+
58
+ if ($type == "await_agent") {
59
+ global $wpdb;
60
+ global $wplc_tblname_msgs;
61
+ $wpdb->insert(
62
+ $wplc_tblname_msgs,
63
+ array(
64
+ 'chat_sess_id' => $cid,
65
+ 'timestamp' => current_time('mysql'),
66
+ 'msgfrom' => __('System notification', 'wp-live-chat-support'),
67
+ 'msg' => $data['msg'],
68
+ 'status' => 0,
69
+ 'originates' => 0
70
+ ),
71
+ array(
72
+ '%s',
73
+ '%s',
74
+ '%s',
75
+ '%s',
76
+ '%d',
77
+ '%d'
78
+ )
79
+ );
80
  }
81
+ }
82
+ return $type;
83
+ }
84
 
85
 
86
+ add_action("wplc_hook_chat_notification", "wplc_filter_control_chat_notification_agent_joined", 10, 3);
87
+ function wplc_filter_control_chat_notification_agent_joined($type, $cid, $data)
88
+ {
89
  if ($type == "joined") {
90
+ $chat_data = wplc_get_chat_data($cid);
91
  $wplc_settings = wplc_get_options();
92
  $user_info = get_userdata(intval($data['aid']));
93
  $agent_tagline = '';
100
  } else {
101
  $agent = 'Admin';
102
  }
103
+ }
104
 
105
+ $agent_tagline = apply_filters("wplc_filter_agent_data_agent_tagline", $agent_tagline, $cid, $chat_data, $agent, $wplc_settings, $user_info, $data);
106
+ $msg = $agent . " " . __("has joined the chat.", 'wp-live-chat-support');
107
 
108
+ $data_array = array(
109
+ 'chat_sess_id' => $cid,
110
  'timestamp' => current_time('mysql'),
111
+ 'msgfrom' => __('System notification', 'wp-live-chat-support'),
112
  'msg' => $msg,
113
  'status' => 0,
114
  'originates' => 0,
120
  'agent_tagline' => $agent_tagline
121
  ))
122
  );
123
+
124
+ $type_array = array(
125
+ '%s',
126
  '%s',
127
  '%s',
128
  '%s',
131
  '%s'
132
  );
133
 
134
+ do_action("wplc_store_agent_joined_notification", $data_array, $type_array);
135
  }
136
  return $type;
137
+ }
138
+
139
+ add_action("wplc_store_agent_joined_notification", "wplc_hook_control_store_agent_joined_notification", 10, 2);
140
+ function wplc_hook_control_store_agent_joined_notification($data_array, $type_array)
141
+ {
142
+ global $wpdb;
143
+ global $wplc_tblname_msgs;
144
+
145
+ $wpdb->insert(
146
+ $wplc_tblname_msgs,
147
+ $data_array,
148
+ $type_array
149
+ );
150
+ return;
151
+ }
includes/settings_page.php CHANGED
@@ -191,7 +191,7 @@ $wplc_settings = wplc_get_options();
191
  <?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>
192
  </td>
193
  <td valign='top'>
194
- <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'); } ?>" />
195
  </td>
196
  </tr>
197
  <tr>
@@ -325,15 +325,6 @@ $wplc_settings = wplc_get_options();
325
  } ?>
326
  </td>
327
  </tr>
328
- <tr>
329
- <td width='300' valign='top'>
330
- <?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>
331
- </td>
332
- <td>
333
- <input type="checkbox" value="1" name="wplc_make_agent"<?php echo ($wplc_settings['wplc_make_agent'] ? ' checked' : ''); ?> />
334
- </td>
335
- </tr>
336
-
337
  </table>
338
 
339
  <h4><?php _e( "Quick Response", 'wp-live-chat-support'); ?></h4>
@@ -431,12 +422,14 @@ $wplc_settings = wplc_get_options();
431
  </td>
432
  <td>
433
  <select id='wplc_chatbox_height' name='wplc_chatbox_height'>
 
434
  <?php
435
  for($i=30;$i<90;$i=$i+10) {
436
  echo '<option value="'.$i.'" '.($wplc_settings['wplc_chatbox_height']==$i ? 'selected' : '').'>'.$i.'%</option>';
437
  }
438
  ?>
439
  </select>
 
440
  </tr>
441
  <tr>
442
  <td width='300'>
@@ -448,7 +441,8 @@ $wplc_settings = wplc_get_options();
448
  <option value="1" <?php if ($wplc_settings['wplc_auto_pop_up']==1) {echo 'selected'; } ?>><?php _e("No Forms - Only show 'Start Chat' button",'wp-live-chat-support'); ?></option>
449
  <option value="2" <?php if ($wplc_settings['wplc_auto_pop_up']==2) {echo 'selected'; } ?>><?php _e("All Forms - Show chatbox forms and fields",'wp-live-chat-support'); ?></option>
450
  </select>
451
- &nbsp;&nbsp;&nbsp;<input type="checkbox" name="wplc_auto_pop_up_online" value="1"<?php echo ($wplc_settings['wplc_auto_pop_up_online'] ? ' checked' : '');?>/> <label><?php _e("Pop-up only when agents are online", 'wp-live-chat-support'); ?></label><br/>
 
452
  </td>
453
  </tr>
454
 
@@ -1020,29 +1014,28 @@ $wplc_settings = wplc_get_options();
1020
  </td>
1021
  </tr>
1022
 
1023
-
1024
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
1025
  <td width='200' valign='top'><?php _e("Palette Color 1",'wp-live-chat-support')?>:</td>
1026
  <td>
1027
- <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'; } ?>" />
1028
  </td>
1029
  </tr>
1030
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
1031
  <td width='200' valign='top'><?php _e("Palette Color 2",'wp-live-chat-support')?>:</td>
1032
  <td>
1033
- <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'; } ?>" />
1034
  </td>
1035
  </tr>
1036
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
1037
  <td width='200' valign='top'><?php _e("Palette Color 3",'wp-live-chat-support')?>:</td>
1038
  <td>
1039
- <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'; } ?>" />
1040
  </td>
1041
  </tr>
1042
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
1043
  <td width='200' valign='top'><?php _e("Palette Color 4",'wp-live-chat-support')?>:</td>
1044
  <td>
1045
- <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'; } ?>" />
1046
  </td>
1047
  </tr>
1048
 
@@ -1321,8 +1314,10 @@ $wplc_settings = wplc_get_options();
1321
  $content .= "</table>";
1322
  $content .= "</div>";
1323
 
1324
- echo $content;
1325
- ?>
 
 
1326
 
1327
  <div id="tabs-9">
1328
  <h3><?php _e("Chat Encryption", 'wp-live-chat-support') ?></h3>
@@ -1331,16 +1326,25 @@ $wplc_settings = wplc_get_options();
1331
  <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>
1332
  <td>
1333
  <input type="checkbox" name="wplc_enable_encryption" id="wplc_enable_encryption" value="1"<?php echo ($wplc_settings['wplc_enable_encryption'] ? ' checked' : ''); ?>/>
1334
- </td>
1335
- </tr>
1336
- <tr>
1337
- <td width='300'></td>
1338
- <td>
1339
- <p class='notice notice-error'>
1340
  <?php _e('Once enabled, all messages sent will be encrypted. This cannot be undone.', 'wp-live-chat-support'); ?>
1341
  </p>
1342
  </td>
1343
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1344
  </table>
1345
  </div>
1346
 
191
  <?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>
192
  </td>
193
  <td valign='top'>
194
+ <input type="text" name="wplc_user_default_visitor_name" maxlength="25" id="wplc_user_default_visitor_name" value="<?php echo esc_attr( $wplc_settings['wplc_user_default_visitor_name']); ?>" />
195
  </td>
196
  </tr>
197
  <tr>
325
  } ?>
326
  </td>
327
  </tr>
 
 
 
 
 
 
 
 
 
328
  </table>
329
 
330
  <h4><?php _e( "Quick Response", 'wp-live-chat-support'); ?></h4>
422
  </td>
423
  <td>
424
  <select id='wplc_chatbox_height' name='wplc_chatbox_height'>
425
+ <option value="0"><?php _e('Use absolute height','wp-live-chat-support');?></option>
426
  <?php
427
  for($i=30;$i<90;$i=$i+10) {
428
  echo '<option value="'.$i.'" '.($wplc_settings['wplc_chatbox_height']==$i ? 'selected' : '').'>'.$i.'%</option>';
429
  }
430
  ?>
431
  </select>
432
+ <span <?php echo ($wplc_settings['wplc_chatbox_height']>0) ? 'style="display:none" ': '' ?>id="wplc_chatbox_absolute_height_span"><input type="number" id="wplc_chatbox_absolute_height" style="width:70px" name="wplc_chatbox_absolute_height" min="100" max="1000" value="<?php echo $wplc_settings['wplc_chatbox_absolute_height'];?>" />px</span>
433
  </tr>
434
  <tr>
435
  <td width='300'>
441
  <option value="1" <?php if ($wplc_settings['wplc_auto_pop_up']==1) {echo 'selected'; } ?>><?php _e("No Forms - Only show 'Start Chat' button",'wp-live-chat-support'); ?></option>
442
  <option value="2" <?php if ($wplc_settings['wplc_auto_pop_up']==2) {echo 'selected'; } ?>><?php _e("All Forms - Show chatbox forms and fields",'wp-live-chat-support'); ?></option>
443
  </select>
444
+ &nbsp;&nbsp;&nbsp;<input type="checkbox" name="wplc_auto_pop_up_online" value="1"<?php echo ($wplc_settings['wplc_auto_pop_up_online'] ? ' checked' : '');?>/> <label><?php _e("Pop-up only when agents are online", 'wp-live-chat-support'); ?></label>
445
+ &nbsp;&nbsp;&nbsp;<input type="checkbox" name="wplc_auto_pop_up_mobile" value="1"<?php echo ($wplc_settings['wplc_auto_pop_up_mobile'] ? ' checked' : '');?>/> <label><?php _e("Pop-up for mobile users", 'wp-live-chat-support'); ?></label><br/>
446
  </td>
447
  </tr>
448
 
1014
  </td>
1015
  </tr>
1016
 
 
1017
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
1018
  <td width='200' valign='top'><?php _e("Palette Color 1",'wp-live-chat-support')?>:</td>
1019
  <td>
1020
+ <input id="wplc_settings_color1" name="wplc_settings_color1" type="color" value="<?php if (isset($wplc_settings_color1)) { echo $wplc_settings_color1; } else { echo '0596d4'; } ?>" />
1021
  </td>
1022
  </tr>
1023
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
1024
  <td width='200' valign='top'><?php _e("Palette Color 2",'wp-live-chat-support')?>:</td>
1025
  <td>
1026
+ <input id="wplc_settings_color2" name="wplc_settings_color2" type="color" value="<?php if (isset($wplc_settings_color2)) { echo $wplc_settings_color2; } else { echo 'FFFFFF'; } ?>" />
1027
  </td>
1028
  </tr>
1029
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
1030
  <td width='200' valign='top'><?php _e("Palette Color 3",'wp-live-chat-support')?>:</td>
1031
  <td>
1032
+ <input id="wplc_settings_color3" name="wplc_settings_color3" type="color" value="<?php if (isset($wplc_settings_color3)) { echo $wplc_settings_color3; } else { echo 'EEEEEE'; } ?>" />
1033
  </td>
1034
  </tr>
1035
  <tr class='wplc_custom_pall_rows' style='<?php echo (($wplc_theme == 'theme-6') ? '' : 'display:none;'); ?>' >
1036
  <td width='200' valign='top'><?php _e("Palette Color 4",'wp-live-chat-support')?>:</td>
1037
  <td>
1038
+ <input id="wplc_settings_color4" name="wplc_settings_color4" type="color" value="<?php if (isset($wplc_settings_color4)) { echo $wplc_settings_color4; } else { echo '373737'; } ?>" />
1039
  </td>
1040
  </tr>
1041
 
1314
  $content .= "</table>";
1315
  $content .= "</div>";
1316
 
1317
+ echo $content;
1318
+ $new_key_nonce = wp_create_nonce('generate_new_encryption_key');
1319
+
1320
+ ?>
1321
 
1322
  <div id="tabs-9">
1323
  <h3><?php _e("Chat Encryption", 'wp-live-chat-support') ?></h3>
1326
  <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>
1327
  <td>
1328
  <input type="checkbox" name="wplc_enable_encryption" id="wplc_enable_encryption" value="1"<?php echo ($wplc_settings['wplc_enable_encryption'] ? ' checked' : ''); ?>/>
1329
+ <p class='notice notice-error' style="margin-top:24px">
 
 
 
 
 
1330
  <?php _e('Once enabled, all messages sent will be encrypted. This cannot be undone.', 'wp-live-chat-support'); ?>
1331
  </p>
1332
  </td>
1333
  </tr>
1334
+ <tr>
1335
+ <td width="250" valign="top">
1336
+ <label for="wplc_encryption_key"><?php _e("Encryption key",'wp-live-chat-support'); ?></label>
1337
+ </td>
1338
+ <td valign="top">
1339
+ <input type="text" value="<?php echo $wplc_settings['wplc_encryption_key']; ?>" id="wplc_encryption_key" name="wplc_encryption_key" disabled>
1340
+ <input type="hidden" name="wplc_encryption_key_nonce" id="wplc_encryption_key_nonce" value="<?php echo $new_key_nonce; ?>">
1341
+ <div class="button button-secondary" id="wplc_new_encryption_key_btn"><?php _e("Generate New", 'wp-live-chat-support'); ?></div>
1342
+ <p class="wplc_error_message" id="wplc_new_encryption_key_error"></p>
1343
+ <p class='notice notice-warning' style="margin-top:24px">
1344
+ <?php _e('If you change encryption key, all previously encrypted messages will be lost. This cannot be undone.', 'wp-live-chat-support'); ?>
1345
+ </p>
1346
+ </td>
1347
+ </tr>
1348
  </table>
1349
  </div>
1350
 
includes/wplc_custom_fields.php CHANGED
@@ -91,9 +91,9 @@ function wplc_custom_fields_display_page_mrg(){
91
 
92
  $content .= "<tr>";
93
  $content .= "<td>".$result->id."</td>";
94
- $content .= "<td>".esc_html($result->field_name)."</td>";
95
  $content .= "<td>".esc_html(wplc_return_custom_field_type_mrg( $result->field_type ))."</td>";
96
- $content .= "<td>".esc_html($result->field_content)."</td>";
97
 
98
  if( $result->status ){
99
  $status_string = __("Active", 'wp-live-chat-support');
@@ -171,6 +171,25 @@ function wplc_custom_fields_add_page_mrg(){
171
  echo $content;
172
  }
173
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  function wplc_custom_fields_edit_page_mrg( $id ){
175
 
176
  global $wpdb;
@@ -188,14 +207,7 @@ function wplc_custom_fields_edit_page_mrg( $id ){
188
 
189
  if($result){
190
  $field_content = $result->field_content;
191
- if( intval($result->field_type) == 1) {
192
- $field_content = str_replace("[", "", $field_content);
193
- $field_content = str_replace("\\r", "\n", $field_content);
194
- $field_content = str_replace("\\n", "\n", $field_content);
195
- $field_content = str_replace("\"", "", $field_content);
196
- $field_content = str_replace(",", "\n", $field_content);
197
- $field_content = str_replace("]", "", $field_content);
198
- }
199
 
200
  if( intval($result->field_type) != 1) {
201
  echo "<style>#wplc_field_value_dropdown_row{display:none}#wplc_field_value_row{display:table-row}</style>";
@@ -211,7 +223,7 @@ function wplc_custom_fields_edit_page_mrg( $id ){
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>";
@@ -226,11 +238,11 @@ function wplc_custom_fields_edit_page_mrg( $id ){
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>";
@@ -331,11 +343,11 @@ function wplc_display_custom_fields_in_chatbox_mrg( $string ){
331
  $content = str_replace("\\r", "", $content);
332
  $options = json_decode( $content );
333
 
334
- $ret .= " <option value='". esc_attr($field->field_name)."' wplc-holder='true'>".trim( esc_html($field->field_name) )."</option>";
335
 
336
  if( $options ){
337
  foreach( $options as $key => $val ){
338
- $ret .= " <option value='".esc_attr($val)."'>".trim( esc_html($val) )."</option>";
339
  }
340
  }
341
 
@@ -371,7 +383,7 @@ function wplc_advanced_info_custom_fields_mrg( $string, $cid, $name, $chat_data
371
  if( $the_extra_data ){
372
  foreach( $the_extra_data as $data ){
373
  $atleast_one_field = true;
374
- $content .= "<span class='part1'>".htmlentities($data->{0}).":</span> <span class='part2'>".htmlentities($data->{1})."</span><br/>";
375
  }
376
  }
377
 
@@ -513,10 +525,7 @@ function wplc_custom_field_rest_get_info_mrg(WP_REST_Request $request){
513
  if ($check_token !== false && $request['server_token'] === $check_token) {
514
  if (isset($request['cid'])) {
515
  if (wplc_user_is_agent()) {
516
- $cid = $request['cid'];
517
- if (!filter_var($cid, FILTER_VALIDATE_INT)) {
518
- $cid = wplc_return_chat_id_by_rel($cid);
519
- }
520
  $html = wplc_advanced_info_custom_fields_mrg("", $cid, "", false);
521
  $return_array['response'] = "Success";
522
  $return_array['code'] = "200";
91
 
92
  $content .= "<tr>";
93
  $content .= "<td>".$result->id."</td>";
94
+ $content .= "<td>".stripslashes(esc_html($result->field_name))."</td>";
95
  $content .= "<td>".esc_html(wplc_return_custom_field_type_mrg( $result->field_type ))."</td>";
96
+ $content .= "<td>".wplc_custom_fields_render_j($result->field_content,$result->field_type)."</td>";
97
 
98
  if( $result->status ){
99
  $status_string = __("Active", 'wp-live-chat-support');
171
  echo $content;
172
  }
173
 
174
+ function wplc_custom_fields_render_j($content,$type,$escape="esc_html"){
175
+ if( intval($type) === 1 ) {
176
+ $field_content="";
177
+ $delimiter = ($escape==="esc_html")?'<br>':"\n";
178
+ $n_field_content = json_decode($content);
179
+ if(is_array($n_field_content)) {
180
+ foreach($n_field_content as $line) {
181
+ $field_content.= stripslashes($escape($line));
182
+ if($line !== end($n_field_content)) {
183
+ $field_content.= $delimiter;
184
+ }
185
+ }
186
+ }
187
+ }else {
188
+ $field_content = esc_html($content);
189
+ }
190
+ return $field_content;
191
+ }
192
+
193
  function wplc_custom_fields_edit_page_mrg( $id ){
194
 
195
  global $wpdb;
207
 
208
  if($result){
209
  $field_content = $result->field_content;
210
+
 
 
 
 
 
 
 
211
 
212
  if( intval($result->field_type) != 1) {
213
  echo "<style>#wplc_field_value_dropdown_row{display:none}#wplc_field_value_row{display:table-row}</style>";
223
  $content .= " <tbody>";
224
  $content .= " <tr>";
225
  $content .= " <td>".__('Field Name', 'wp-live-chat-support')."</td>";
226
+ $content .= " <td><input type='text' name='wplc_field_name' id='wplc_field_name' style='width: 250px;' value='".stripslashes(esc_html($result->field_name))."'/></td>";
227
  $content .= " </tr>";
228
  $content .= " <tr>";
229
  $content .= " <td>".__('Field Type', 'wp-live-chat-support')."</td>";
238
  $content .= " </tr>";
239
  $content .= " <tr id='wplc_field_value_row'>";
240
  $content .= " <td>".__('Default Field Value', 'wp-live-chat-support')."</td>";
241
+ $content .= " <td><input type='text' name='wplc_field_value' id='wplc_field_value' style='width: 250px;' value='".stripslashes(esc_attr($field_content))."'/></td>";
242
  $content .= " </tr>";
243
  $content .= " <tr id='wplc_field_value_dropdown_row'>";
244
  $content .= " <td>".__('Drop Down Contents', 'wp-live-chat-support')."</td>";
245
+ $content .= " <td><textarea name='wplc_drop_down_values' id='wplc_drop_down_values' rows='6' style='width: 250px;'>".wplc_custom_fields_render_j($field_content,$result->field_type,"esc_textarea")."</textarea><br/><small>".__("Enter each option on a new line", 'wp-live-chat-support')."</small></td>";
246
  $content .= " </tr>";
247
  $content .= " <tr>";
248
  $content .= " <td></td>";
343
  $content = str_replace("\\r", "", $content);
344
  $options = json_decode( $content );
345
 
346
+ $ret .= " <option value='". stripslashes(esc_attr($field->field_name))."' wplc-holder='true'>".trim( stripslashes(esc_html($field->field_name)) )."</option>";
347
 
348
  if( $options ){
349
  foreach( $options as $key => $val ){
350
+ $ret .= " <option value='".stripslashes(esc_attr($val))."'>".trim( stripslashes(esc_html($val)) )."</option>";
351
  }
352
  }
353
 
383
  if( $the_extra_data ){
384
  foreach( $the_extra_data as $data ){
385
  $atleast_one_field = true;
386
+ $content .= "<span class='part1'>".stripslashes(htmlentities($data->{0})).":</span> <span class='part2'>".stripslashes(htmlentities($data->{1}))."</span><br/>";
387
  }
388
  }
389
 
525
  if ($check_token !== false && $request['server_token'] === $check_token) {
526
  if (isset($request['cid'])) {
527
  if (wplc_user_is_agent()) {
528
+ $cid = wplc_return_chat_id_by_rel_or_id($request['cid']);
 
 
 
529
  $html = wplc_advanced_info_custom_fields_mrg("", $cid, "", false);
530
  $return_array['response'] = "Success";
531
  $return_array['code'] = "200";
includes/wplc_data_triggers.php CHANGED
@@ -52,7 +52,7 @@ function wplc_mrg_get_add_trigger_content(){
52
 
53
  if(isset($_GET['wplc_action'])){
54
  if($_GET['wplc_action'] == 'edit_trigger'){
55
- $wplc_submit_label = "Edit Trigger";
56
  }
57
  }
58
 
@@ -98,8 +98,7 @@ function wplc_mrg_get_add_trigger_content(){
98
  $content .= "<td>";
99
 
100
  echo $content; //To Support TinyMCE
101
- wp_editor( (isset($trigger_content["html"]) ? wplc_shortcode_filter_mrg($trigger_content["html"], true) : ""),"wplc_trigger_content",array("teeny" => false, "media_buttons" => true, "textarea_name" => "wplc_trigger_content", "textarea_rows" => 5));
102
-
103
 
104
  $content .= "</td>";
105
  $content .= "</tr>";
@@ -226,7 +225,7 @@ function wplc_mrg_trigger_admin_head(){
226
 
227
  if(isset($_POST['wplc_trigger_content']) && $_POST['wplc_trigger_content'] !== ""){
228
  $supporter_tags = wplc_trigger_get_allowed_tags_mrg();
229
- $serialized_content['html'] = wp_kses(nl2br(wplc_shortcode_filter_mrg($_POST['wplc_trigger_content'])), $supporter_tags);
230
  }
231
 
232
  $return_array["trigger_content"] = serialize($serialized_content);
@@ -475,7 +474,7 @@ function wplc_mrg_get_trigger_table(){
475
  $content .= "<td>".$result->name."</td>";
476
  $content .= "<td>".__(wplc_get_type_from_code_mrg($result->type), 'wp-live-chat-support')."</td>";
477
  $content .= "<td>".(sanitize_text_field($trigger_content["pages"]) == "" ? __("All", 'wp-live-chat-support') : sanitize_text_field($trigger_content["pages"]))."</td>";
478
- $content .= "<td>".trim(substr(wp_filter_post_kses($trigger_content["html"]), 0, 120))."...</td>";
479
  $content .= "<td>";
480
  $content .= "<div class='wplc_trigger_status ".($result->status == 1 ? "wplc_trigger_enabled" : "wplc_trigger_disabled")."'>";
481
  $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')."'>";
@@ -629,7 +628,7 @@ function wplc_filter_control_modern_theme_hovercard_content_triggers_mrg($msg) {
629
  if (intval($trigger_data->show_content) == 1) {
630
  $unserialized_content = maybe_unserialize($trigger_data->content);
631
  if ($unserialized_content) {
632
- $msg = do_shortcode(wplc_shortcode_filter_mrg($unserialized_content['html'], true));
633
  }
634
  }
635
  }
@@ -751,28 +750,6 @@ function wplc_trigger_get_allowed_tags_mrg(){
751
  return $tags;
752
  }
753
 
754
-
755
- function wplc_shortcode_filter_mrg($content, $decode = false){
756
- if($decode){
757
- if(strpos($content, 'SYM34') != -1){
758
- $content = str_replace("SYM34",'"',$content);
759
- }
760
-
761
- if(strpos($content, 'SYM35') != -1){
762
- $content = str_replace("SYM35","'",$content);
763
- }
764
- }else{
765
- if(strpos($content, '"') != -1){
766
- $content = str_replace('\\"',"SYM34",$content);
767
- }
768
-
769
- if(strpos($content, "'") != -1){
770
- $content = str_replace("\\'","SYM35",$content);
771
- }
772
- }
773
- return $content;
774
- }
775
-
776
  function wplc_triggers_check_for_conflicts_mrg($triggers){
777
  $all_page_array = array();
778
  $tmp_page_array = array();
52
 
53
  if(isset($_GET['wplc_action'])){
54
  if($_GET['wplc_action'] == 'edit_trigger'){
55
+ $wplc_submit_label = "Save Trigger";
56
  }
57
  }
58
 
98
  $content .= "<td>";
99
 
100
  echo $content; //To Support TinyMCE
101
+ wp_editor( (isset($trigger_content["html"]) ? $trigger_content["html"] : ""),"wplc_trigger_content",array("teeny" => false, "media_buttons" => true, "textarea_name" => "wplc_trigger_content", "textarea_rows" => 5));
 
102
 
103
  $content .= "</td>";
104
  $content .= "</tr>";
225
 
226
  if(isset($_POST['wplc_trigger_content']) && $_POST['wplc_trigger_content'] !== ""){
227
  $supporter_tags = wplc_trigger_get_allowed_tags_mrg();
228
+ $serialized_content['html'] = wp_kses(nl2br($_POST['wplc_trigger_content']), $supporter_tags);
229
  }
230
 
231
  $return_array["trigger_content"] = serialize($serialized_content);
474
  $content .= "<td>".$result->name."</td>";
475
  $content .= "<td>".__(wplc_get_type_from_code_mrg($result->type), 'wp-live-chat-support')."</td>";
476
  $content .= "<td>".(sanitize_text_field($trigger_content["pages"]) == "" ? __("All", 'wp-live-chat-support') : sanitize_text_field($trigger_content["pages"]))."</td>";
477
+ $content .= "<td>".trim(substr(htmlentities($trigger_content["html"]), 0, 120))."...</td>";
478
  $content .= "<td>";
479
  $content .= "<div class='wplc_trigger_status ".($result->status == 1 ? "wplc_trigger_enabled" : "wplc_trigger_disabled")."'>";
480
  $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')."'>";
628
  if (intval($trigger_data->show_content) == 1) {
629
  $unserialized_content = maybe_unserialize($trigger_data->content);
630
  if ($unserialized_content) {
631
+ $msg = do_shortcode($unserialized_content['html'], true);
632
  }
633
  }
634
  }
750
  return $tags;
751
  }
752
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
753
  function wplc_triggers_check_for_conflicts_mrg($triggers){
754
  $all_page_array = array();
755
  $tmp_page_array = array();
includes/wplc_roi.php CHANGED
@@ -44,17 +44,10 @@ add_action('wplc_log_roi_conversion', 'wplc_mrg_roi_goal_log_conversion', 10, 2)
44
  function wplc_mrg_roi_goal_log_conversion($cid, $page_url){
45
  $post_id = url_to_postid($page_url);
46
  $goal_id = wplc_mrg_roi_check_page_id($post_id);
47
- if($goal_id){
48
- if(!filter_var($cid, FILTER_VALIDATE_INT) ) {
49
- /* We need to identify if this CID is a node CID, and if so, return the WP CID */
50
- $cid = wplc_return_chat_id_by_rel($cid);
51
- }
52
-
53
- $cid = intval($cid);
54
- $goal_id = intval($goal_id);
55
- if(wplc_mrg_roi_conversion($cid, $goal_id)){
56
- //Added
57
- }
58
  }
59
  }
60
 
@@ -245,7 +238,7 @@ function wplc_mrg_get_add_goal_content(){
245
 
246
  $content .= "<tr>";
247
  $content .= "<td>".__("Goal Value", "wp-livechat").":</td>";
248
- $content .= "<td><input type='text' name='wplc_goal_value' value='".esc_attr($goal_value)."'></td>";
249
  $content .= "</tr>";
250
 
251
  $content .= "<tr>";
44
  function wplc_mrg_roi_goal_log_conversion($cid, $page_url){
45
  $post_id = url_to_postid($page_url);
46
  $goal_id = wplc_mrg_roi_check_page_id($post_id);
47
+ if ($goal_id) {
48
+ $cid = wplc_return_chat_id_by_rel_or_id($cid);
49
+ $goal_id = intval($goal_id);
50
+ wplc_mrg_roi_conversion($cid, $goal_id);
 
 
 
 
 
 
 
51
  }
52
  }
53
 
238
 
239
  $content .= "<tr>";
240
  $content .= "<td>".__("Goal Value", "wp-livechat").":</td>";
241
+ $content .= "<td><input type='number' name='wplc_goal_value' value='".esc_attr($goal_value)."'></td>";
242
  $content .= "</tr>";
243
 
244
  $content .= "<tr>";
js/jscolor.js DELETED
@@ -1,1011 +0,0 @@
1
- /**
2
- * jscolor, JavaScript Color Picker
3
- *
4
- * @version 1.4.5
5
- * @license GNU Lesser General Public License, http://www.gnu.org/copyleft/lesser.html
6
- * @author Jan Odvarko, http://odvarko.cz
7
- * @created 2008-06-15
8
- * @updated 2015-09-19
9
- * @link http://jscolor.com
10
- */
11
-
12
-
13
- var jscolor = {
14
-
15
-
16
- dir : '', // location of jscolor directory (leave empty to autodetect)
17
- bindClass : 'color', // class name
18
- binding : true, // automatic binding via <input class="...">
19
- preloading : true, // use image preloading?
20
-
21
-
22
- install : function() {
23
- jscolor.addEvent(window, 'load', jscolor.init);
24
- },
25
-
26
-
27
- init : function() {
28
- if(jscolor.binding) {
29
- jscolor.bind();
30
- }
31
- if(jscolor.preloading) {
32
- jscolor.preload();
33
- }
34
- },
35
-
36
-
37
- getDir : function() {
38
- if(!jscolor.dir) {
39
- var detected = jscolor.detectDir();
40
- jscolor.dir = detected!==false ? detected : 'jscolor/';
41
- }
42
- return jscolor.dir;
43
- },
44
-
45
-
46
- detectDir : function() {
47
- var base = location.href;
48
-
49
- var e = document.getElementsByTagName('base');
50
- for(var i=0; i<e.length; i+=1) {
51
- if(e[i].href) { base = e[i].href; }
52
- }
53
-
54
- var e = document.getElementsByTagName('script');
55
- for(var i=0; i<e.length; i+=1) {
56
- if(e[i].src && /(^|\/)jscolor\.js([?#].*)?$/i.test(e[i].src)) {
57
- var src = new jscolor.URI(e[i].src);
58
- var srcAbs = src.toAbsolute(base);
59
- srcAbs.path = srcAbs.path.replace(/[^\/]+$/, ''); // remove filename
60
- srcAbs.query = null;
61
- srcAbs.fragment = null;
62
- return srcAbs.toString();
63
- }
64
- }
65
- return false;
66
- },
67
-
68
-
69
- bind : function() {
70
- var matchClass = new RegExp('(^|\\s)('+jscolor.bindClass+')(\\s*(\\{[^}]*\\})|\\s|$)', 'i');
71
- var e = document.getElementsByTagName('input');
72
- for(var i=0; i<e.length; i+=1) {
73
- if(jscolor.isColorAttrSupported && e[i].type.toLowerCase() == 'color') {
74
- // skip inputs of type 'color' if the browser supports this feature
75
- continue;
76
- }
77
- var m;
78
- if(!e[i].color && e[i].className && (m = e[i].className.match(matchClass))) {
79
- var prop = {};
80
- if(m[4]) {
81
- try {
82
- prop = JSON.parse(m[4]);
83
- } catch(eInvalidProp) {}
84
- }
85
- e[i].color = new jscolor.color(e[i], prop);
86
- }
87
- }
88
- },
89
-
90
-
91
- preload : function() {
92
- for(var fn in jscolor.imgRequire) {
93
- if(jscolor.imgRequire.hasOwnProperty(fn)) {
94
- jscolor.loadImage(fn);
95
- }
96
- }
97
- },
98
-
99
-
100
- images : {
101
- pad : [ 181, 101 ],
102
- sld : [ 16, 101 ],
103
- cross : [ 15, 15 ],
104
- arrow : [ 7, 11 ]
105
- },
106
-
107
-
108
- imgRequire : {},
109
- imgLoaded : {},
110
-
111
-
112
- requireImage : function(filename) {
113
- jscolor.imgRequire[filename] = true;
114
- },
115
-
116
-
117
- loadImage : function(filename) {
118
- if(!jscolor.imgLoaded[filename]) {
119
- jscolor.imgLoaded[filename] = new Image();
120
- jscolor.imgLoaded[filename].src = jscolor.getDir()+filename;
121
- }
122
- },
123
-
124
-
125
- fetchElement : function(mixed) {
126
- return typeof mixed === 'string' ? document.getElementById(mixed) : mixed;
127
- },
128
-
129
-
130
- addEvent : function(el, evnt, func) {
131
- if(el.addEventListener) {
132
- el.addEventListener(evnt, func, false);
133
- } else if(el.attachEvent) {
134
- el.attachEvent('on'+evnt, func);
135
- }
136
- },
137
-
138
-
139
- fireEvent : function(el, evnt) {
140
- if(!el) {
141
- return;
142
- }
143
- if(document.createEvent) {
144
- var ev = document.createEvent('HTMLEvents');
145
- ev.initEvent(evnt, true, true);
146
- el.dispatchEvent(ev);
147
- } else if(document.createEventObject) {
148
- var ev = document.createEventObject();
149
- el.fireEvent('on'+evnt, ev);
150
- } else if(el['on'+evnt]) { // alternatively use the traditional event model (IE5)
151
- el['on'+evnt]();
152
- }
153
- },
154
-
155
-
156
- getElementPos : function(e) {
157
- var e1=e, e2=e;
158
- var x=0, y=0;
159
- if(e1.offsetParent) {
160
- do {
161
- x += e1.offsetLeft;
162
- y += e1.offsetTop;
163
- } while(e1 = e1.offsetParent);
164
- }
165
- while((e2 = e2.parentNode) && e2.nodeName.toUpperCase() !== 'BODY') {
166
- x -= e2.scrollLeft;
167
- y -= e2.scrollTop;
168
- }
169
- return [x, y];
170
- },
171
-
172
-
173
- getElementSize : function(e) {
174
- return [e.offsetWidth, e.offsetHeight];
175
- },
176
-
177
-
178
- getRelMousePos : function(e) {
179
- var x = 0, y = 0;
180
- if (!e) { e = window.event; }
181
- if (typeof e.offsetX === 'number') {
182
- x = e.offsetX;
183
- y = e.offsetY;
184
- } else if (typeof e.layerX === 'number') {
185
- x = e.layerX;
186
- y = e.layerY;
187
- }
188
- return { x: x, y: y };
189
- },
190
-
191
-
192
- getViewPos : function() {
193
- if(typeof window.pageYOffset === 'number') {
194
- return [window.pageXOffset, window.pageYOffset];
195
- } else if(document.body && (document.body.scrollLeft || document.body.scrollTop)) {
196
- return [document.body.scrollLeft, document.body.scrollTop];
197
- } else if(document.documentElement && (document.documentElement.scrollLeft || document.documentElement.scrollTop)) {
198
- return [document.documentElement.scrollLeft, document.documentElement.scrollTop];
199
- } else {
200
- return [0, 0];
201
- }
202
- },
203
-
204
-
205
- getViewSize : function() {
206
- if(typeof window.innerWidth === 'number') {
207
- return [window.innerWidth, window.innerHeight];
208
- } else if(document.body && (document.body.clientWidth || document.body.clientHeight)) {
209
- return [document.body.clientWidth, document.body.clientHeight];
210
- } else if(document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) {
211
- return [document.documentElement.clientWidth, document.documentElement.clientHeight];
212
- } else {
213
- return [0, 0];
214
- }
215
- },
216
-
217
-
218
- URI : function(uri) { // See RFC3986
219
-
220
- this.scheme = null;
221
- this.authority = null;
222
- this.path = '';
223
- this.query = null;
224
- this.fragment = null;
225
-
226
- this.parse = function(uri) {
227
- var m = uri.match(/^(([A-Za-z][0-9A-Za-z+.-]*)(:))?((\/\/)([^\/?#]*))?([^?#]*)((\?)([^#]*))?((#)(.*))?/);
228
- this.scheme = m[3] ? m[2] : null;
229
- this.authority = m[5] ? m[6] : null;
230
- this.path = m[7];
231
- this.query = m[9] ? m[10] : null;
232
- this.fragment = m[12] ? m[13] : null;
233
- return this;
234
- };
235
-
236
- this.toString = function() {
237
- var result = '';
238
- if(this.scheme !== null) { result = result + this.scheme + ':'; }
239
- if(this.authority !== null) { result = result + '//' + this.authority; }
240
- if(this.path !== null) { result = result + this.path; }
241
- if(this.query !== null) { result = result + '?' + this.query; }
242
- if(this.fragment !== null) { result = result + '#' + this.fragment; }
243
- return result;
244
- };
245
-
246
- this.toAbsolute = function(base) {
247
- var base = new jscolor.URI(base);
248
- var r = this;
249
- var t = new jscolor.URI;
250
-
251
- if(base.scheme === null) { return false; }
252
-
253
- if(r.scheme !== null && r.scheme.toLowerCase() === base.scheme.toLowerCase()) {
254
- r.scheme = null;
255
- }
256
-
257
- if(r.scheme !== null) {
258
- t.scheme = r.scheme;
259
- t.authority = r.authority;
260
- t.path = removeDotSegments(r.path);
261
- t.query = r.query;
262
- } else {
263
- if(r.authority !== null) {
264
- t.authority = r.authority;
265
- t.path = removeDotSegments(r.path);
266
- t.query = r.query;
267
- } else {
268
- if(r.path === '') {
269
- t.path = base.path;
270
- if(r.query !== null) {
271
- t.query = r.query;
272
- } else {
273
- t.query = base.query;
274
- }
275
- } else {
276
- if(r.path.substr(0,1) === '/') {
277
- t.path = removeDotSegments(r.path);
278
- } else {
279
- if(base.authority !== null && base.path === '') {
280
- t.path = '/'+r.path;
281
- } else {
282
- t.path = base.path.replace(/[^\/]+$/,'')+r.path;
283
- }
284
- t.path = removeDotSegments(t.path);
285
- }
286
- t.query = r.query;
287
- }
288
- t.authority = base.authority;
289
- }
290
- t.scheme = base.scheme;
291
- }
292
- t.fragment = r.fragment;
293
-
294
- return t;
295
- };
296
-
297
- function removeDotSegments(path) {
298
- var out = '';
299
- while(path) {
300
- if(path.substr(0,3)==='../' || path.substr(0,2)==='./') {
301
- path = path.replace(/^\.+/,'').substr(1);
302
- } else if(path.substr(0,3)==='/./' || path==='/.') {
303
- path = '/'+path.substr(3);
304
- } else if(path.substr(0,4)==='/../' || path==='/..') {
305
- path = '/'+path.substr(4);
306
- out = out.replace(/\/?[^\/]*$/, '');
307
- } else if(path==='.' || path==='..') {
308
- path = '';
309
- } else {
310
- var rm = path.match(/^\/?[^\/]*/)[0];
311
- path = path.substr(rm.length);
312
- out = out + rm;
313
- }
314
- }
315
- return out;
316
- }
317
-
318
- if(uri) {
319
- this.parse(uri);
320
- }
321
-
322
- },
323
-
324
-
325
- //
326
- // Usage example:
327
- // var myColor = new jscolor.color(myInputElement)
328
- //
329
-
330
- color : function(target, prop) {
331
-
332
-
333
- this.required = true; // refuse empty values?
334
- this.adjust = true; // adjust value to uniform notation?
335
- this.hash = false; // prefix color with # symbol?
336
- this.caps = true; // uppercase?
337
- this.slider = true; // show the value/saturation slider?
338
- this.valueElement = target; // value holder
339
- this.styleElement = target; // where to reflect current color
340
- this.onImmediateChange = null; // onchange callback (can be either string or function)
341
- this.hsv = [0, 0, 1]; // read-only 0-6, 0-1, 0-1
342
- this.rgb = [1, 1, 1]; // read-only 0-1, 0-1, 0-1
343
- this.minH = 0; // read-only 0-6
344
- this.maxH = 6; // read-only 0-6
345
- this.minS = 0; // read-only 0-1
346
- this.maxS = 1; // read-only 0-1
347
- this.minV = 0; // read-only 0-1
348
- this.maxV = 1; // read-only 0-1
349
-
350
- this.pickerOnfocus = true; // display picker on focus?
351
- this.pickerMode = 'HSV'; // HSV | HVS
352
- this.pickerPosition = 'bottom'; // left | right | top | bottom
353
- this.pickerSmartPosition = true; // automatically adjust picker position when necessary
354
- this.pickerFixedPosition = false; // set to true to stop picker from moving on scroll
355
- this.pickerButtonHeight = 20; // px
356
- this.pickerClosable = false;
357
- this.pickerCloseText = 'Close';
358
- this.pickerButtonColor = 'ButtonText'; // px
359
- this.pickerFace = 10; // px
360
- this.pickerFaceColor = 'ThreeDFace'; // CSS color
361
- this.pickerBorder = 1; // px
362
- this.pickerBorderColor = 'ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight'; // CSS color
363
- this.pickerInset = 1; // px
364
- this.pickerInsetColor = 'ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow'; // CSS color
365
- this.pickerZIndex = 10000;
366
-
367
-
368
- for(var p in prop) {
369
- if(prop.hasOwnProperty(p)) {
370
- this[p] = prop[p];
371
- }
372
- }
373
-
374
-
375
- this.hidePicker = function() {
376
- if(isPickerOwner()) {
377
- removePicker();
378
- }
379
- };
380
-
381
-
382
- this.showPicker = function() {
383
- if(!isPickerOwner()) {
384
- var tp = jscolor.getElementPos(target); // target pos
385
- var ts = jscolor.getElementSize(target); // target size
386
- var vp = jscolor.getViewPos(); // view pos
387
- var vs = jscolor.getViewSize(); // view size
388
- var ps = getPickerDims(this); // picker size
389
- var a, b, c;
390
- switch(this.pickerPosition.toLowerCase()) {
391
- case 'left': a=1; b=0; c=-1; break;
392
- case 'right':a=1; b=0; c=1; break;
393
- case 'top': a=0; b=1; c=-1; break;
394
- default: a=0; b=1; c=1; break;
395
- }
396
- var l = (ts[b]+ps[b])/2;
397
-
398
- // picker pos
399
- if (!this.pickerSmartPosition) {
400
- var pp = [
401
- tp[a],
402
- tp[b]+ts[b]-l+l*c
403
- ];
404
- } else {
405
- var pp = [
406
- -vp[a]+tp[a]+ps[a] > vs[a] ?
407
- (-vp[a]+tp[a]+ts[a]/2 > vs[a]/2 && tp[a]+ts[a]-ps[a] >= 0 ? tp[a]+ts[a]-ps[a] : tp[a]) :
408
- tp[a],
409
- -vp[b]+tp[b]+ts[b]+ps[b]-l+l*c > vs[b] ?
410
- (-vp[b]+tp[b]+ts[b]/2 > vs[b]/2 && tp[b]+ts[b]-l-l*c >= 0 ? tp[b]+ts[b]-l-l*c : tp[b]+ts[b]-l+l*c) :
411
- (tp[b]+ts[b]-l+l*c >= 0 ? tp[b]+ts[b]-l+l*c : tp[b]+ts[b]-l-l*c)
412
- ];
413
- }
414
- drawPicker(pp[a], pp[b]);
415
- }
416
- };
417
-
418
-
419
- this.importColor = function() {
420
- if(!valueElement) {
421
- this.exportColor();
422
- } else {
423
- if(!this.adjust) {
424
- if(!this.fromString(valueElement.value, leaveValue)) {
425
- styleElement.style.backgroundImage = styleElement.jscStyle.backgroundImage;
426
- styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
427
- styleElement.style.color = styleElement.jscStyle.color;
428
- this.exportColor(leaveValue | leaveStyle);
429
- }
430
- } else if(!this.required && /^\s*$/.test(valueElement.value)) {
431
- valueElement.value = '';
432
- styleElement.style.backgroundImage = styleElement.jscStyle.backgroundImage;
433
- styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
434
- styleElement.style.color = styleElement.jscStyle.color;
435
- this.exportColor(leaveValue | leaveStyle);
436
-
437
- } else if(this.fromString(valueElement.value)) {
438
- // OK
439
- } else {
440
- this.exportColor();
441
- }
442
- }
443
- };
444
-
445
-
446
- this.exportColor = function(flags) {
447
- if(!(flags & leaveValue) && valueElement) {
448
- var value = this.toString();
449
- if(this.caps) { value = value.toUpperCase(); }
450
- if(this.hash) { value = '#'+value; }
451
- valueElement.value = value;
452
- }
453
- if(!(flags & leaveStyle) && styleElement) {
454
- styleElement.style.backgroundImage = "none";
455
- styleElement.style.backgroundColor =
456
- '#'+this.toString();
457
- styleElement.style.color =
458
- 0.213 * this.rgb[0] +
459
- 0.715 * this.rgb[1] +
460
- 0.072 * this.rgb[2]
461
- < 0.5 ? '#FFF' : '#000';
462
- }
463
- if(!(flags & leavePad) && isPickerOwner()) {
464
- redrawPad();
465
- }
466
- if(!(flags & leaveSld) && isPickerOwner()) {
467
- redrawSld();
468
- }
469
- };
470
-
471
-
472
- this.fromHSV = function(h, s, v, flags) { // null = don't change
473
- if(h !== null) { h = Math.max(0.0, this.minH, Math.min(6.0, this.maxH, h)); }
474
- if(s !== null) { s = Math.max(0.0, this.minS, Math.min(1.0, this.maxS, s)); }
475
- if(v !== null) { v = Math.max(0.0, this.minV, Math.min(1.0, this.maxV, v)); }
476
-
477
- this.rgb = HSV_RGB(
478
- h===null ? this.hsv[0] : (this.hsv[0]=h),
479
- s===null ? this.hsv[1] : (this.hsv[1]=s),
480
- v===null ? this.hsv[2] : (this.hsv[2]=v)
481
- );
482
-
483
- this.exportColor(flags);
484
- };
485
-
486
-
487
- this.fromRGB = function(r, g, b, flags) { // null = don't change
488
- if(r !== null) { r = Math.max(0.0, Math.min(1.0, r)); }
489
- if(g !== null) { g = Math.max(0.0, Math.min(1.0, g)); }
490
- if(b !== null) { b = Math.max(0.0, Math.min(1.0, b)); }
491
-
492
- var hsv = RGB_HSV(
493
- r===null ? this.rgb[0] : r,
494
- g===null ? this.rgb[1] : g,
495
- b===null ? this.rgb[2] : b
496
- );
497
- if(hsv[0] !== null) {
498
- this.hsv[0] = Math.max(0.0, this.minH, Math.min(6.0, this.maxH, hsv[0]));
499
- }
500
- if(hsv[2] !== 0) {
501
- this.hsv[1] = hsv[1]===null ? null : Math.max(0.0, this.minS, Math.min(1.0, this.maxS, hsv[1]));
502
- }
503
- this.hsv[2] = hsv[2]===null ? null : Math.max(0.0, this.minV, Math.min(1.0, this.maxV, hsv[2]));
504
-
505
- // update RGB according to final HSV, as some values might be trimmed
506
- var rgb = HSV_RGB(this.hsv[0], this.hsv[1], this.hsv[2]);
507
- this.rgb[0] = rgb[0];
508
- this.rgb[1] = rgb[1];
509
- this.rgb[2] = rgb[2];
510
-
511
- this.exportColor(flags);
512
- };
513
-
514
-
515
- this.fromString = function(hex, flags) {
516
- var m = hex.match(/^\W*([0-9A-F]{3}([0-9A-F]{3})?)\W*$/i);
517
- if(!m) {
518
- return false;
519
- } else {
520
- if(m[1].length === 6) { // 6-char notation
521
- this.fromRGB(
522
- parseInt(m[1].substr(0,2),16) / 255,
523
- parseInt(m[1].substr(2,2),16) / 255,
524
- parseInt(m[1].substr(4,2),16) / 255,
525
- flags
526
- );
527
- } else { // 3-char notation
528
- this.fromRGB(
529
- parseInt(m[1].charAt(0)+m[1].charAt(0),16) / 255,
530
- parseInt(m[1].charAt(1)+m[1].charAt(1),16) / 255,
531
- parseInt(m[1].charAt(2)+m[1].charAt(2),16) / 255,
532
- flags
533
- );
534
- }
535
- return true;
536
- }
537
- };
538
-
539
-
540
- this.toString = function() {
541
- return (
542
- (0x100 | Math.round(255*this.rgb[0])).toString(16).substr(1) +
543
- (0x100 | Math.round(255*this.rgb[1])).toString(16).substr(1) +
544
- (0x100 | Math.round(255*this.rgb[2])).toString(16).substr(1)
545
- );
546
- };
547
-
548
-
549
- function RGB_HSV(r, g, b) {
550
- var n = Math.min(Math.min(r,g),b);
551
- var v = Math.max(Math.max(r,g),b);
552
- var m = v - n;
553
- if(m === 0) { return [ null, 0, v ]; }
554
- var h = r===n ? 3+(b-g)/m : (g===n ? 5+(r-b)/m : 1+(g-r)/m);
555
- return [ h===6?0:h, m/v, v ];
556
- }
557
-
558
-
559
- function HSV_RGB(h, s, v) {
560
- if(h === null) { return [ v, v, v ]; }
561
- var i = Math.floor(h);
562
- var f = i%2 ? h-i : 1-(h-i);
563
- var m = v * (1 - s);
564
- var n = v * (1 - s*f);
565
- switch(i) {
566
- case 6:
567
- case 0: return [v,n,m];
568
- case 1: return [n,v,m];
569
- case 2: return [m,v,n];
570
- case 3: return [m,n,v];
571
- case 4: return [n,m,v];
572
- case 5: return [v,m,n];
573
- }
574
- }
575
-
576
-
577
- function removePicker() {
578
- delete jscolor.picker.owner;
579
- document.getElementsByTagName('body')[0].removeChild(jscolor.picker.boxB);
580
- }
581
-
582
-
583
- function drawPicker(x, y) {
584
- if(!jscolor.picker) {
585
- jscolor.picker = {
586
- box : document.createElement('div'),
587
- boxB : document.createElement('div'),
588
- pad : document.createElement('div'),
589
- padB : document.createElement('div'),
590
- padM : document.createElement('div'),
591
- sld : document.createElement('div'),
592
- sldB : document.createElement('div'),
593
- sldM : document.createElement('div'),
594
- btn : document.createElement('div'),
595
- btnS : document.createElement('span'),
596
- btnT : document.createTextNode(THIS.pickerCloseText)
597
- };
598
- for(var i=0,segSize=4; i<jscolor.images.sld[1]; i+=segSize) {
599
- var seg = document.createElement('div');
600
- seg.style.height = segSize+'px';
601
- seg.style.fontSize = '1px';
602
- seg.style.lineHeight = '0';
603
- jscolor.picker.sld.appendChild(seg);
604
- }
605
- jscolor.picker.sldB.appendChild(jscolor.picker.sld);
606
- jscolor.picker.box.appendChild(jscolor.picker.sldB);
607
- jscolor.picker.box.appendChild(jscolor.picker.sldM);
608
- jscolor.picker.padB.appendChild(jscolor.picker.pad);
609
- jscolor.picker.box.appendChild(jscolor.picker.padB);
610
- jscolor.picker.box.appendChild(jscolor.picker.padM);
611
- jscolor.picker.btnS.appendChild(jscolor.picker.btnT);
612
- jscolor.picker.btn.appendChild(jscolor.picker.btnS);
613
- jscolor.picker.box.appendChild(jscolor.picker.btn);
614
- jscolor.picker.boxB.appendChild(jscolor.picker.box);
615
- }
616
-
617
- var p = jscolor.picker;
618
-
619
- // controls interaction
620
- p.box.onmouseup =
621
- p.box.onmouseout = function() { target.focus(); };
622
- p.box.onmousedown = function() { abortBlur=true; };
623
- p.box.onmousemove = function(e) {
624
- if (holdPad || holdSld) {
625
- holdPad && setPad(e);
626
- holdSld && setSld(e);
627
- if (document.selection) {
628
- document.selection.empty();
629
- } else if (window.getSelection) {
630
- window.getSelection().removeAllRanges();
631
- }
632
- dispatchImmediateChange();
633
- }
634
- };
635
- if('ontouchstart' in window) { // if touch device
636
- var handle_touchmove = function(e) {
637
- var event={
638
- 'offsetX': e.touches[0].pageX-touchOffset.X,
639
- 'offsetY': e.touches[0].pageY-touchOffset.Y
640
- };
641
- if (holdPad || holdSld) {
642
- holdPad && setPad(event);
643
- holdSld && setSld(event);
644
- dispatchImmediateChange();
645
- }
646
- e.stopPropagation(); // prevent move "view" on broswer
647
- e.preventDefault(); // prevent Default - Android Fix (else android generated only 1-2 touchmove events)
648
- };
649
- p.box.removeEventListener('touchmove', handle_touchmove, false)
650
- p.box.addEventListener('touchmove', handle_touchmove, false)
651
- }
652
- p.padM.onmouseup =
653
- p.padM.onmouseout = function() { if(holdPad) { holdPad=false; jscolor.fireEvent(valueElement,'change'); } };
654
- p.padM.onmousedown = function(e) {
655
- // if the slider is at the bottom, move it up
656
- switch(modeID) {
657
- case 0: if (THIS.hsv[2] === 0) { THIS.fromHSV(null, null, 1.0); }; break;
658
- case 1: if (THIS.hsv[1] === 0) { THIS.fromHSV(null, 1.0, null); }; break;
659
- }
660
- holdSld=false;
661
- holdPad=true;
662
- setPad(e);
663
- dispatchImmediateChange();
664
- };
665
- if('ontouchstart' in window) {
666
- p.padM.addEventListener('touchstart', function(e) {
667
- touchOffset={
668
- 'X': e.target.offsetParent.offsetLeft,
669
- 'Y': e.target.offsetParent.offsetTop
670
- };
671
- this.onmousedown({
672
- 'offsetX':e.touches[0].pageX-touchOffset.X,
673
- 'offsetY':e.touches[0].pageY-touchOffset.Y
674
- });
675
- });
676
- }
677
- p.sldM.onmouseup =
678
- p.sldM.onmouseout = function() { if(holdSld) { holdSld=false; jscolor.fireEvent(valueElement,'change'); } };
679
- p.sldM.onmousedown = function(e) {
680
- holdPad=false;
681
- holdSld=true;
682
- setSld(e);
683
- dispatchImmediateChange();
684
- };
685
- if('ontouchstart' in window) {
686
- p.sldM.addEventListener('touchstart', function(e) {
687
- touchOffset={
688
- 'X': e.target.offsetParent.offsetLeft,
689
- 'Y': e.target.offsetParent.offsetTop
690
- };
691
- this.onmousedown({
692
- 'offsetX':e.touches[0].pageX-touchOffset.X,
693
- 'offsetY':e.touches[0].pageY-touchOffset.Y
694
- });
695
- });
696
- }
697
-
698
- // picker
699
- var dims = getPickerDims(THIS);
700
- p.box.style.width = dims[0] + 'px';
701
- p.box.style.height = dims[1] + 'px';
702
-
703
- // picker border
704
- p.boxB.style.position = THIS.pickerFixedPosition ? 'fixed' : 'absolute';
705
- p.boxB.style.clear = 'both';
706
- p.boxB.style.left = x+'px';
707
- p.boxB.style.top = y+'px';
708
- p.boxB.style.zIndex = THIS.pickerZIndex;
709
- p.boxB.style.border = THIS.pickerBorder+'px solid';
710
- p.boxB.style.borderColor = THIS.pickerBorderColor;
711
- p.boxB.style.background = THIS.pickerFaceColor;
712
-
713
- // pad image
714
- p.pad.style.width = jscolor.images.pad[0]+'px';
715
- p.pad.style.height = jscolor.images.pad[1]+'px';
716
-
717
- // pad border
718
- p.padB.style.position = 'absolute';
719
- p.padB.style.left = THIS.pickerFace+'px';
720
- p.padB.style.top = THIS.pickerFace+'px';
721
- p.padB.style.border = THIS.pickerInset+'px solid';
722
- p.padB.style.borderColor = THIS.pickerInsetColor;
723
-
724
- // pad mouse area
725
- p.padM.style.position = 'absolute';
726
- p.padM.style.left = '0';
727
- p.padM.style.top = '0';
728
- p.padM.style.width = THIS.pickerFace + 2*THIS.pickerInset + jscolor.images.pad[0] + jscolor.images.arrow[0] + 'px';
729
- p.padM.style.height = p.box.style.height;
730
- p.padM.style.cursor = 'crosshair';
731
-
732
- // slider image
733
- p.sld.style.overflow = 'hidden';
734
- p.sld.style.width = jscolor.images.sld[0]+'px';
735
- p.sld.style.height = jscolor.images.sld[1]+'px';
736
-
737
- // slider border
738
- p.sldB.style.display = THIS.slider ? 'block' : 'none';
739
- p.sldB.style.position = 'absolute';
740
- p.sldB.style.right = THIS.pickerFace+'px';
741
- p.sldB.style.top = THIS.pickerFace+'px';
742
- p.sldB.style.border = THIS.pickerInset+'px solid';
743
- p.sldB.style.borderColor = THIS.pickerInsetColor;
744
-
745
- // slider mouse area
746
- p.sldM.style.display = THIS.slider ? 'block' : 'none';
747
- p.sldM.style.position = 'absolute';
748
- p.sldM.style.right = '0';
749
- p.sldM.style.top = '0';
750
- p.sldM.style.width = jscolor.images.sld[0] + jscolor.images.arrow[0] + THIS.pickerFace + 2*THIS.pickerInset + 'px';
751
- p.sldM.style.height = p.box.style.height;
752
- try {
753
- p.sldM.style.cursor = 'pointer';
754
- } catch(eOldIE) {
755
- p.sldM.style.cursor = 'hand';
756
- }
757
-
758
- // "close" button
759
- function setBtnBorder() {
760
- var insetColors = THIS.pickerInsetColor.split(/\s+/);
761
- var pickerOutsetColor = insetColors.length < 2 ? insetColors[0] : insetColors[1] + ' ' + insetColors[0] + ' ' + insetColors[0] + ' ' + insetColors[1];
762
- p.btn.style.borderColor = pickerOutsetColor;
763
- }
764
- p.btn.style.display = THIS.pickerClosable ? 'block' : 'none';
765
- p.btn.style.position = 'absolute';
766
- p.btn.style.left = THIS.pickerFace + 'px';
767
- p.btn.style.bottom = THIS.pickerFace + 'px';
768
- p.btn.style.padding = '0 15px';
769
- p.btn.style.height = '18px';
770
- p.btn.style.border = THIS.pickerInset + 'px solid';
771
- setBtnBorder();
772
- p.btn.style.color = THIS.pickerButtonColor;
773
- p.btn.style.font = '12px sans-serif';
774
- p.btn.style.textAlign = 'center';
775
- try {
776
- p.btn.style.cursor = 'pointer';
777
- } catch(eOldIE) {
778
- p.btn.style.cursor = 'hand';
779
- }
780
- p.btn.onmousedown = function () {
781
- THIS.hidePicker();
782
- };
783
- p.btnS.style.lineHeight = p.btn.style.height;
784
-
785
- // load images in optimal order
786
- switch(modeID) {
787
- case 0: var padImg = 'hs.png'; break;
788
- case 1: var padImg = 'hv.png'; break;
789
- }
790
- p.padM.style.backgroundImage = "url('"+jscolor.getDir()+"cross.gif')";
791
- p.padM.style.backgroundRepeat = "no-repeat";
792
- p.sldM.style.backgroundImage = "url('"+jscolor.getDir()+"arrow.gif')";
793
- p.sldM.style.backgroundRepeat = "no-repeat";
794
- p.pad.style.backgroundImage = "url('"+jscolor.getDir()+padImg+"')";
795
- p.pad.style.backgroundRepeat = "no-repeat";
796
- p.pad.style.backgroundPosition = "0 0";
797
-
798
- // place pointers
799
- redrawPad();
800
- redrawSld();
801
-
802
- jscolor.picker.owner = THIS;
803
- document.getElementsByTagName('body')[0].appendChild(p.boxB);
804
- }
805
-
806
-
807
- function getPickerDims(o) {
808
- var dims = [
809
- 2*o.pickerInset + 2*o.pickerFace + jscolor.images.pad[0] +
810
- (o.slider ? 2*o.pickerInset + 2*jscolor.images.arrow[0] + jscolor.images.sld[0] : 0),
811
- o.pickerClosable ?
812
- 4*o.pickerInset + 3*o.pickerFace + jscolor.images.pad[1] + o.pickerButtonHeight :
813
- 2*o.pickerInset + 2*o.pickerFace + jscolor.images.pad[1]
814
- ];
815
- return dims;
816
- }
817
-
818
-
819
- function redrawPad() {
820
- // redraw the pad pointer
821
- switch(modeID) {
822
- case 0: var yComponent = 1; break;
823
- case 1: var yComponent = 2; break;
824
- }
825
- var x = Math.round((THIS.hsv[0]/6) * (jscolor.images.pad[0]-1));
826
- var y = Math.round((1-THIS.hsv[yComponent]) * (jscolor.images.pad[1]-1));
827
- jscolor.picker.padM.style.backgroundPosition =
828
- (THIS.pickerFace+THIS.pickerInset+x - Math.floor(jscolor.images.cross[0]/2)) + 'px ' +
829
- (THIS.pickerFace+THIS.pickerInset+y - Math.floor(jscolor.images.cross[1]/2)) + 'px';
830
-
831
- // redraw the slider image
832
- var seg = jscolor.picker.sld.childNodes;
833
-
834
- switch(modeID) {
835
- case 0:
836
- var rgb = HSV_RGB(THIS.hsv[0], THIS.hsv[1], 1);
837
- for(var i=0; i<seg.length; i+=1) {
838
- seg[i].style.backgroundColor = 'rgb('+
839
- (rgb[0]*(1-i/seg.length)*100)+'%,'+
840
- (rgb[1]*(1-i/seg.length)*100)+'%,'+
841
- (rgb[2]*(1-i/seg.length)*100)+'%)';
842
- }
843
- break;
844
- case 1:
845
- var rgb, s, c = [ THIS.hsv[2], 0, 0 ];
846
- var i = Math.floor(THIS.hsv[0]);
847
- var f = i%2 ? THIS.hsv[0]-i : 1-(THIS.hsv[0]-i);
848
- switch(i) {
849
- case 6:
850
- case 0: rgb=[0,1,2]; break;
851
- case 1: rgb=[1,0,2]; break;
852
- case 2: rgb=[2,0,1]; break;
853
- case 3: rgb=[2,1,0]; break;
854
- case 4: rgb=[1,2,0]; break;
855
- case 5: rgb=[0,2,1]; break;
856
- }
857
- for(var i=0; i<seg.length; i+=1) {
858
- s = 1 - 1/(seg.length-1)*i;
859
- c[1] = c[0] * (1 - s*f);
860
- c[2] = c[0] * (1 - s);
861
- seg[i].style.backgroundColor = 'rgb('+
862
- (c[rgb[0]]*100)+'%,'+
863
- (c[rgb[1]]*100)+'%,'+
864
- (c[rgb[2]]*100)+'%)';
865
- }
866
- break;
867
- }
868
- }
869
-
870
-
871
- function redrawSld() {
872
- // redraw the slider pointer
873
- switch(modeID) {
874
- case 0: var yComponent = 2; break;
875
- case 1: var yComponent = 1; break;
876
- }
877
- var y = Math.round((1-THIS.hsv[yComponent]) * (jscolor.images.sld[1]-1));
878
- jscolor.picker.sldM.style.backgroundPosition =
879
- '0 ' + (THIS.pickerFace+THIS.pickerInset+y - Math.floor(jscolor.images.arrow[1]/2)) + 'px';
880
- }
881
-
882
-
883
- function isPickerOwner() {
884
- return jscolor.picker && jscolor.picker.owner === THIS;
885
- }
886
-
887
-
888
- function blurTarget() {
889
- if(valueElement === target) {
890
- THIS.importColor();
891
- }
892
- if(THIS.pickerOnfocus) {
893
- THIS.hidePicker();
894
- }
895
- }
896
-
897
-
898
- function blurValue() {
899
- if(valueElement !== target) {
900
- THIS.importColor();
901
- }
902
- }
903
-
904
-
905
- function setPad(e) {
906
- var mpos = jscolor.getRelMousePos(e);
907
- var x = mpos.x - THIS.pickerFace - THIS.pickerInset;
908
- var y = mpos.y - THIS.pickerFace - THIS.pickerInset;
909
- switch(modeID) {
910
- case 0: THIS.fromHSV(x*(6/(jscolor.images.pad[0]-1)), 1 - y/(jscolor.images.pad[1]-1), null, leaveSld); break;
911
- case 1: THIS.fromHSV(x*(6/(jscolor.images.pad[0]-1)), null, 1 - y/(jscolor.images.pad[1]-1), leaveSld); break;
912
- }
913
- }
914
-
915
-
916
- function setSld(e) {
917
- var mpos = jscolor.getRelMousePos(e);
918
- var y = mpos.y - THIS.pickerFace - THIS.pickerInset;
919
- switch(modeID) {
920
- case 0: THIS.fromHSV(null, null, 1 - y/(jscolor.images.sld[1]-1), leavePad); break;
921
- case 1: THIS.fromHSV(null, 1 - y/(jscolor.images.sld[1]-1), null, leavePad); break;
922
- }
923
- }
924
-
925
-
926
- function dispatchImmediateChange() {
927
- if (THIS.onImmediateChange) {
928
- var callback;
929
- if (typeof THIS.onImmediateChange === 'string') {
930
- //ignore
931
- } else {
932
- callback = THIS.onImmediateChange;
933
- }
934
- callback.call(THIS);
935
- }
936
- }
937
-
938
-
939
- var THIS = this;
940
- var modeID = this.pickerMode.toLowerCase()==='hvs' ? 1 : 0;
941
- var abortBlur = false;
942
- var
943
- valueElement = jscolor.fetchElement(this.valueElement),
944
- styleElement = jscolor.fetchElement(this.styleElement);
945
- var
946
- holdPad = false,
947
- holdSld = false,
948
- touchOffset = {};
949
- var
950
- leaveValue = 1<<0,
951
- leaveStyle = 1<<1,
952
- leavePad = 1<<2,
953
- leaveSld = 1<<3;
954
-
955
- jscolor.isColorAttrSupported = false;
956
- var el = document.createElement('input');
957
- if(el.setAttribute) {
958
- el.setAttribute('type', 'color');
959
- if(el.type.toLowerCase() == 'color') {
960
- jscolor.isColorAttrSupported = true;
961
- }
962
- }
963
-
964
- // target
965
- jscolor.addEvent(target, 'focus', function() {
966
- if(THIS.pickerOnfocus) { THIS.showPicker(); }
967
- });
968
- jscolor.addEvent(target, 'blur', function() {
969
- if(!abortBlur) {
970
- window.setTimeout(function(){ abortBlur || blurTarget(); abortBlur=false; }, 0);
971
- } else {
972
- abortBlur = false;
973
- }
974
- });
975
-
976
- // valueElement
977
- if(valueElement) {
978
- var updateField = function() {
979
- THIS.fromString(valueElement.value, leaveValue);
980
- dispatchImmediateChange();
981
- };
982
- jscolor.addEvent(valueElement, 'keyup', updateField);
983
- jscolor.addEvent(valueElement, 'input', updateField);
984
- jscolor.addEvent(valueElement, 'blur', blurValue);
985
- valueElement.setAttribute('autocomplete', 'off');
986
- }
987
-
988
- // styleElement
989
- if(styleElement) {
990
- styleElement.jscStyle = {
991
- backgroundImage : styleElement.style.backgroundImage,
992
- backgroundColor : styleElement.style.backgroundColor,
993
- color : styleElement.style.color
994
- };
995
- }
996
-
997
- // require images
998
- switch(modeID) {
999
- case 0: jscolor.requireImage('hs.png'); break;
1000
- case 1: jscolor.requireImage('hv.png'); break;
1001
- }
1002
- jscolor.requireImage('cross.gif');
1003
- jscolor.requireImage('arrow.gif');
1004
-
1005
- this.importColor();
1006
- }
1007
-
1008
- };
1009
-
1010
-
1011
- jscolor.install();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/wplc_agent_node.js CHANGED
@@ -2787,21 +2787,18 @@ tcx_delegates = function() {
2787
  if (tcx_check_visitor_as_per_online(data)) {
2788
  // this visitor matches a domain from a domain that we have set to ONLINE
2789
  visitor_list[data.chatid] = data;
2790
- var current_visitor_socketid = jQuery("#" + data.chatid).attr('socket');
2791
 
2792
  nc_update_visitor_count(data.total_visitors);
2793
  nc_add_visitor_to_list(data);
2794
 
2795
  /* was this chat open and active with an agent? if yes, update the agent as to what page the user is now browsing */
2796
- if (typeof data.state !== "undefined" && data.state === "active") {
2797
  jQuery("#" + data.chatid).removeClass('inactive');
2798
  jQuery("#" + data.chatid).addClass('active');
2799
 
2800
- if (data.chatid === active_chatid) {
2801
  jQuery(".chatInfoArea-Info1").html("from: <a href='" + wplc_safe_html(visitor_list[active_chatid].referer) + "' target='_BLANK'>" + tcx_string_limiter(wplc_safe_html(visitor_list[active_chatid].referer), 45) + "</a>");
2802
-
2803
  }
2804
-
2805
  jQuery("#vis" + data.chatid + " .init_chat").hide();
2806
  }
2807
 
@@ -2996,42 +2993,7 @@ tcx_delegates = function() {
2996
  * @return {bool} True if should show
2997
  */
2998
  function tcx_check_visitor_as_per_online(visitor_data) {
2999
-
3000
- if (typeof onlineSwitch !== 'undefined') {
3001
- if (typeof onlineSwitch.domainNameURIList !== 'undefined') {
3002
-
3003
- if (typeof onlineSwitch.onlineDomains !== 'undefined') {
3004
-
3005
- for (k in onlineSwitch.onlineDomains) {
3006
- // let's run through the first online domain and compare against all visitors
3007
- var current_domain_to_check = onlineSwitch.domainNameURIList[onlineSwitch.onlineDomains[k]];
3008
-
3009
- if (visitor_data.referer.includes(current_domain_to_check)) {
3010
- return true;
3011
-
3012
- } else {
3013
-
3014
-
3015
- }
3016
-
3017
-
3018
- }
3019
-
3020
- } else {
3021
- return false;
3022
- }
3023
-
3024
- } else {
3025
- return false;
3026
- }
3027
- } else {
3028
- return false;
3029
- }
3030
-
3031
-
3032
-
3033
- return false;
3034
-
3035
  }
3036
 
3037
  /**
@@ -3041,62 +3003,6 @@ function tcx_check_visitor_as_per_online(visitor_data) {
3041
  * @return {object} New formatted visitor list
3042
  */
3043
  function tcx_update_visitor_data_list_per_online(total_visitors) {
3044
-
3045
- if (typeof onlineSwitch !== 'undefined') {
3046
- if (typeof onlineSwitch.domainNameURIList !== 'undefined') {
3047
-
3048
- if (typeof onlineSwitch.onlineDomains !== 'undefined') {
3049
- if (Object.keys(onlineSwitch.onlineDomains).length === 0) { return {}; }
3050
- var new_visitor_list = {};
3051
-
3052
- var cnt = 0;
3053
- var maxcnt = Object.keys(onlineSwitch.onlineDomains).length;
3054
-
3055
-
3056
- for (k in onlineSwitch.onlineDomains) {
3057
- // let's run through the first online domain and compare against all visitors
3058
- var current_domain_to_check = onlineSwitch.domainNameURIList[onlineSwitch.onlineDomains[k]];
3059
- for (l in total_visitors) {
3060
-
3061
- if (total_visitors[l].referer.includes(current_domain_to_check)) {
3062
-
3063
- new_visitor_list[total_visitors[l].chatid] = total_visitors[l];
3064
- }
3065
-
3066
- }
3067
- cnt++;
3068
-
3069
- // are we done here?
3070
- if (cnt >= maxcnt) {
3071
- // compare new visitors to old visitors so we can remove visitors that shouldnt be there.
3072
- for (m in total_visitors) {
3073
- if (typeof new_visitor_list[total_visitors[m].chatid] !== 'undefined') {
3074
- // this visitor must stay..
3075
- } else {
3076
- jQuery.event.trigger({ type: "tcx_remove_visitor", ndata: total_visitors[m] });
3077
- nc_update_visitor_count(false);
3078
- delete total_visitors[m];
3079
- }
3080
- }
3081
- return new_visitor_list;
3082
- }
3083
- }
3084
-
3085
-
3086
- } else {
3087
- //not online for anything
3088
- return {};
3089
-
3090
- }
3091
-
3092
- } else {
3093
-
3094
- return total_visitors;
3095
- }
3096
- } else {
3097
-
3098
- return total_visitors;
3099
- }
3100
  return total_visitors;
3101
  }
3102
 
2787
  if (tcx_check_visitor_as_per_online(data)) {
2788
  // this visitor matches a domain from a domain that we have set to ONLINE
2789
  visitor_list[data.chatid] = data;
 
2790
 
2791
  nc_update_visitor_count(data.total_visitors);
2792
  nc_add_visitor_to_list(data);
2793
 
2794
  /* was this chat open and active with an agent? if yes, update the agent as to what page the user is now browsing */
2795
+ if (typeof data.state !== "undefined" && (data.state=='browsing' || data.state === "active")) {
2796
  jQuery("#" + data.chatid).removeClass('inactive');
2797
  jQuery("#" + data.chatid).addClass('active');
2798
 
2799
+ if (data.chatid == active_chatid) {
2800
  jQuery(".chatInfoArea-Info1").html("from: <a href='" + wplc_safe_html(visitor_list[active_chatid].referer) + "' target='_BLANK'>" + tcx_string_limiter(wplc_safe_html(visitor_list[active_chatid].referer), 45) + "</a>");
 
2801
  }
 
2802
  jQuery("#vis" + data.chatid + " .init_chat").hide();
2803
  }
2804
 
2993
  * @return {bool} True if should show
2994
  */
2995
  function tcx_check_visitor_as_per_online(visitor_data) {
2996
+ return true;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2997
  }
2998
 
2999
  /**
3003
  * @return {object} New formatted visitor list
3004
  */
3005
  function tcx_update_visitor_data_list_per_online(total_visitors) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3006
  return total_visitors;
3007
  }
3008
 
js/wplc_choose.js CHANGED
@@ -41,22 +41,27 @@ jQuery(document).ready(function() {
41
 
42
  jQuery(document).on("wplc_agent_online_changed", function(e) {
43
  if (typeof e.response !== "undefined") {
44
- var reply = JSON.parse(e.response);
45
- if (!!reply && reply.agents) {
46
- jQuery("#wplc_ma_online_agents_label").text(wplc_choose_admin_strings.agent_online_plural);
47
- if (reply.agents.length>0) { // at least one agent online
48
- // agent count
49
- jQuery("#wplc_ma_online_agents_circle").removeClass("wplc_red_circle");
50
- jQuery("#wplc_ma_online_agents_circle").addClass("wplc_green_circle");
51
- if (reply.agents.length==1) {
52
- jQuery("#wplc_ma_online_agents_label").text(wplc_choose_admin_strings.agent_online_singular);
 
 
 
 
 
 
53
  }
54
- } else { // no agents online
55
- // agent count
56
- jQuery("#wplc_ma_online_agents_circle").removeClass("wplc_green_circle");
57
- jQuery("#wplc_ma_online_agents_circle").addClass("wplc_red_circle");
58
  }
59
- jQuery("#wplc_ma_online_agents_count").text(reply.agents.length);
 
 
60
  }
61
  // todo: update dropdown agent list in admin menu
62
  }
41
 
42
  jQuery(document).on("wplc_agent_online_changed", function(e) {
43
  if (typeof e.response !== "undefined") {
44
+ try {
45
+ var reply = JSON.parse(e.response);
46
+ if (!!reply && reply.agents) {
47
+ jQuery("#wplc_ma_online_agents_label").text(wplc_choose_admin_strings.agent_online_plural);
48
+ if (reply.agents.length>0) { // at least one agent online
49
+ // agent count
50
+ jQuery("#wplc_ma_online_agents_circle").removeClass("wplc_red_circle");
51
+ jQuery("#wplc_ma_online_agents_circle").addClass("wplc_green_circle");
52
+ if (reply.agents.length==1) {
53
+ jQuery("#wplc_ma_online_agents_label").text(wplc_choose_admin_strings.agent_online_singular);
54
+ }
55
+ } else { // no agents online
56
+ // agent count
57
+ jQuery("#wplc_ma_online_agents_circle").removeClass("wplc_green_circle");
58
+ jQuery("#wplc_ma_online_agents_circle").addClass("wplc_red_circle");
59
  }
60
+ jQuery("#wplc_ma_online_agents_count").text(reply.agents.length);
 
 
 
61
  }
62
+ } catch(e) {
63
+ // probably session expired, try force reload
64
+ document.location.reload();
65
  }
66
  // todo: update dropdown agent list in admin menu
67
  }
js/wplc_heartbeat.js CHANGED
@@ -1,25 +1,27 @@
1
- (function( $ ) {
2
- "use strict";
3
- $(function() {
4
- $( document ).on( 'heartbeat-send', function( e, data ) {
5
- data['client'] = 'wplc_heartbeat';
6
- });
7
 
8
 
9
- var wplc_set_transient = null;
10
 
11
- wplc_set_transient = setInterval(function () {
12
- wpcl_admin_set_transient();
13
- }, 60000);
14
- wpcl_admin_set_transient();
15
- function wpcl_admin_set_transient() {
16
- var data = {
17
- action: 'wplc_admin_set_transient',
18
- security: wplc_transient_nonce
19
 
20
- };
21
- if (typeof ajaxurl === "undefined" && typeof wplc_ajaxurl !== "undefined") { var ajaxurl = wplc_ajaxurl; }
22
- $.post(ajaxurl, data, function (response) {});
23
- }
24
- });
25
- }( jQuery ));
 
 
 
 
 
 
1
+ (function($) {
2
+ "use strict";
3
+ $(function() {
4
+ $(document).on('heartbeat-send', function(e, data) {
5
+ data['client'] = 'wplc_heartbeat';
6
+ });
7
 
8
 
9
+ var wplc_set_transient = null;
10
 
11
+ wplc_set_transient = setInterval(function() {
12
+ wpcl_admin_set_transient();
13
+ }, 60000);
14
+ wpcl_admin_set_transient();
 
 
 
 
15
 
16
+ function wpcl_admin_set_transient() {
17
+ var data = {
18
+ action: 'wplc_admin_set_transient',
19
+ security: wplc_transient_nonce
20
+
21
+ };
22
+ if (typeof ajaxurl === "undefined" && typeof wplc_ajaxurl !== "undefined") { var ajaxurl = wplc_ajaxurl; }
23
+ $.post(ajaxurl, data, function(response) {
24
+ });
25
+ }
26
+ });
27
+ }(jQuery));
js/wplc_node.js CHANGED
@@ -144,7 +144,7 @@ function wplc_set_up_query_string() {
144
  query_string = wplc_query_cleanup(query_string);
145
  }
146
 
147
- jQuery(document).on('wplc_sockets_ready', function () {
148
 
149
  /**
150
  * Run Query setup function
@@ -156,9 +156,9 @@ jQuery(document).on('wplc_sockets_ready', function () {
156
  /**
157
  * Setup an inactive timer
158
  */
159
- tcx_inactive_timeout = setTimeout(function () {
160
- tcx_inactive = true;
161
- }, tcx_timeout_duration);
162
 
163
  /*Find nifty object and check if online */
164
  if (wplc_test_localStorage()) {
@@ -195,7 +195,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
195
  /**
196
  * Builds the socket delegates. This needs to be called everytime a connection is made (i.e. moving from a short poll to a long poll)
197
  */
198
- wplc_chat_delegates = function (keepalive) {
199
  nifty_chat_status_temp = nc_getCookie("nc_status");
200
  if (typeof nifty_chat_status_temp !== "undefined" && nifty_chat_status_temp === "active") {
201
  /* leave the cookie untouched as we are already in ACTIVE state and should continue in this state until changed. */
@@ -213,16 +213,16 @@ jQuery(document).on('wplc_sockets_ready', function () {
213
  }
214
 
215
  // Socket events
216
- socket.on('connect', function (data) {
217
  nc_add_user(socket, data);
218
 
219
  nifty_chat_status_temp = nc_getCookie("nc_status");
220
  if (typeof nifty_chat_status_temp !== "undefined" && nifty_chat_status_temp === "active") {
221
  if (typeof user_hearbeat === "undefined") {
222
- user_hearbeat = setInterval(function () {
223
- if (socket.connected)
224
- socket.emit('heartbeat');
225
- }, 5000);
226
  }
227
  }
228
  jQuery.event.trigger({
@@ -232,7 +232,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
232
 
233
  });
234
 
235
- socket.on("force_disconnect", function (data) {
236
 
237
  socket.disconnect({
238
  test: 'test'
@@ -242,13 +242,13 @@ jQuery(document).on('wplc_sockets_ready', function () {
242
  clearInterval(user_hearbeat);
243
  user_heartbeat = undefined;
244
  /* reconnect this socket in 7 seconds to check for a forced chat on the agents end */
245
- setTimeout(function () {
246
  wplc_connect(false);
247
  }, 12000);
248
  /* its important that this number is less than the TTL of the variable in redis */
249
  });
250
 
251
- socket.on("blacklisted", function (data) {
252
 
253
  jQuery.event.trigger({
254
  type: "tcx_blacklisted",
@@ -257,7 +257,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
257
 
258
  });
259
 
260
- socket.on("user blocked", function (data) {
261
  socket.disconnect({
262
  blocked: 'blocked'
263
  });
@@ -271,7 +271,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
271
  keepalive = false;
272
  });
273
 
274
- socket.on("customerID", function (data) {
275
  var CookieDate = new Date;
276
  CookieDate.setFullYear(CookieDate.getFullYear() + 1);
277
  Cookies.set('tcx_customerID', data.customerID, {
@@ -281,49 +281,46 @@ jQuery(document).on('wplc_sockets_ready', function () {
281
 
282
  });
283
 
284
- socket.on("agent initiate", function (data) {
285
  if (typeof user_hearbeat === "undefined") {
286
  socket.emit('initiate received', {
287
  chatid: wplc_cid
288
  });
289
-
290
- // Start user's session
291
- var anti_cache = Date.now();
292
- var sdata = {cid: wplc_cid, server_token:wplc_restapi_token,_wpnonce:wplc_restapi_nonce};
293
- wplc_send_url = wplc_restapi_endpoint + "/start_session?nocache="+anti_cache;
294
- jQuery.ajax({
295
- url : wplc_send_url,
296
- data : sdata,
297
- type : "POST",
298
- timeout : 12000,
299
- success : function(response){
300
- console.log(response);
301
- },
302
- error : function(error){
303
- console.log(error);
304
- },
305
- });
306
-
307
- user_hearbeat = setInterval(function () {
308
- if (socket.connected) {
309
- socket.emit('heartbeat');
310
 
311
- }
312
- }, 5000);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
313
  }
314
-
315
  niftyUpdateStatusCookie('active');
316
  jQuery.event.trigger({
317
  type: "tcx_agent_initiated_chat",
318
  ndata: data
319
  });
320
-
321
-
322
-
323
  });
324
 
325
  /* Confirm that a message was saved to the db */
326
- socket.on('message received', function (data) {
327
  if (typeof data !== 'undefined') {
328
  if (typeof data.msgID !== 'undefined' && typeof data.outcome !== 'undefined') {
329
  tcx_msg_confirmations[data.msgID] = data.outcome;
@@ -332,14 +329,14 @@ jQuery(document).on('wplc_sockets_ready', function () {
332
 
333
  });
334
 
335
- socket.on('message read received', function (data) {
336
  jQuery.event.trigger({
337
  type: "tcx_message_read_received",
338
  ndata: data
339
  });
340
  });
341
 
342
- socket.on('agent to participant ping', function (data) {
343
  socket.emit('agent to participant ping received', {
344
  fromsocket: socket.id,
345
  intendedsocket: data.fromsocket,
@@ -347,16 +344,16 @@ jQuery(document).on('wplc_sockets_ready', function () {
347
  });
348
  });
349
 
350
- socket.on("chat ended", function (data) {
351
  jQuery.event.trigger({
352
  type: "tcx_chat_ended_notification",
353
  ndata: data
354
  });
355
 
356
- // End user's session
357
- var sdata = {cid: wplc_cid};
358
- wplc_rest_api('end_session', sdata , 12000, null);
359
-
360
  jQuery("#tcx_chat_ended").show();
361
  tcx_end_chat_div_create();
362
  //$("#wplc_user_message_div").hide();
@@ -372,9 +369,9 @@ jQuery(document).on('wplc_sockets_ready', function () {
372
  if (typeof io !== "undefined") {
373
  wplc_set_up_query_string();
374
  socket = io.connect(WPLC_SOCKET_URI, {
375
- query: query_string,
376
- transports: ['websocket']
377
- });
378
  wplc_chat_delegates();
379
  }
380
 
@@ -383,7 +380,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
383
  }
384
  });
385
 
386
- socket.on("averageResponse", function (data) {
387
  jQuery.event.trigger({
388
  type: "tcx_average_response",
389
  ndata: data
@@ -391,13 +388,13 @@ jQuery(document).on('wplc_sockets_ready', function () {
391
 
392
  });
393
 
394
- socket.on("recent_agents", function (data) {
395
  if (typeof data !== "undefined" && typeof data.agents !== "undefined") {
396
  tcx_recent_agents = data.agents;
397
  }
398
  });
399
 
400
- socket.on("agent_data", function (data) {
401
  if ((typeof data !== "undefined" && data !== null) && (typeof data.ndata !== "undefined" && data.ndata !== null) && (typeof data.ndata.aid !== 'undefined' && data.ndata.aid !== null)) {
402
  if (typeof tcx_recent_agents_data === "undefined") {
403
  tcx_recent_agents_data = {};
@@ -408,17 +405,17 @@ jQuery(document).on('wplc_sockets_ready', function () {
408
  }
409
  });
410
 
411
- socket.on("transfer chat", function (data) {
412
  addNotice({
413
  message: 'You are being transferred to another agent. Please be patient.'
414
  });
415
  });
416
 
417
- socket.on("location found", function (data) {
418
  tcx_location_info = data; //Set the data
419
  });
420
 
421
- socket.on('chat history', function (data) {
422
  jQuery.event.trigger({
423
  type: "tcx_chat_history",
424
  ndata: data
@@ -427,7 +424,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
427
  });
428
 
429
  // Whenever the server emits 'login', log the login message
430
- socket.on('login', function (data) {
431
 
432
  connected = true;
433
  // Display the welcome message
@@ -442,7 +439,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
442
  });
443
 
444
  // Whenever the server emits 'new message', update the chat body
445
- socket.on('new message', function (data) {
446
  socket.emit('message read', data);
447
  jQuery.event.trigger({
448
  type: "tcx_new_message",
@@ -455,14 +452,14 @@ jQuery(document).on('wplc_sockets_ready', function () {
455
  jQuery('#tcx_chat_ended').hide();
456
  });
457
 
458
- socket.on('user chat notification', function (data) {
459
  jQuery.event.trigger({
460
  type: "tcx_user_chat_notification",
461
  ndata: data
462
  });
463
  });
464
 
465
- socket.on('custom data received', function (data) {
466
  jQuery.event.trigger({
467
  type: "tcx_custom_data_received",
468
  ndata: data
@@ -470,12 +467,12 @@ jQuery(document).on('wplc_sockets_ready', function () {
470
  });
471
 
472
  // Whenever the server emits 'new message', update the chat body
473
- socket.on('socketid', function (socketid) {
474
  document.cookie = "nc_sid=" + socketid.socketid;
475
  if (!wplc_online) {}
476
  });
477
 
478
- socket.on('agent joined', function (data) {
479
  clearTimeout(agent_disc_timer[data.agent]);
480
  jQuery.event.trigger({
481
  type: "tcx_agent_joined",
@@ -485,9 +482,9 @@ jQuery(document).on('wplc_sockets_ready', function () {
485
  jQuery('.tmp-welcome-msg').remove();
486
  });
487
 
488
- socket.on('new_socket', function (socketid) {});
489
 
490
- socket.on('agent left', function (data) {
491
  jQuery.event.trigger({
492
  type: "tcx_agent_left",
493
  ndata: data
@@ -495,24 +492,24 @@ jQuery(document).on('wplc_sockets_ready', function () {
495
 
496
  });
497
 
498
- socket.on('agent connected', function (data) {
499
  clearTimeout(agent_disc_timer[data.aid]);
500
  })
501
 
502
- socket.on('agent disconnected', function (data) {
503
 
504
- agent_disc_timer[data.aid] = setTimeout(function () {
505
- jQuery.event.trigger({
506
- type: "tcx_agent_disconnected",
507
- ndata: data
508
- });
509
- removeChatTyping(data);
510
- }, 8000);
511
 
512
  });
513
 
514
  // Whenever the server emits 'typing', show the typing message
515
- socket.on('typing', function (data) {
516
  jQuery.event.trigger({
517
  type: "tcx_typing",
518
  ndata: data
@@ -521,7 +518,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
521
  });
522
 
523
  // Whenever the server emits 'stop typing', kill the typing message
524
- socket.on('stop typing', function (data) {
525
  jQuery.event.trigger({
526
  type: "tcx_stop_typing",
527
  ndata: data
@@ -529,7 +526,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
529
  });
530
 
531
  // Receive CHAT ID from server
532
- socket.on('chatID', function (data) {
533
  Cookies.set('wplc_cid', data.chatid, {
534
  expires: 1,
535
  path: '/'
@@ -543,14 +540,14 @@ jQuery(document).on('wplc_sockets_ready', function () {
543
  }
544
  });
545
 
546
- socket.on("involved check returned", function (data) {
547
  jQuery.event.trigger({
548
  type: 'tcx_build_involved_agents_header',
549
  ndata: data
550
  });
551
  });
552
 
553
- socket.on('disconnect', function () {
554
  if (typeof user_heartbeat !== "undefined")
555
  clearInterval(user_heartbeat);
556
  user_heartbeat = undefined;
@@ -564,7 +561,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
564
  }
565
  });
566
 
567
- socket.on('reconnect', function () {
568
  /**
569
  * Only show if this was part of the keepalive session (i.e. an active chat)
570
  */
@@ -573,16 +570,16 @@ jQuery(document).on('wplc_sockets_ready', function () {
573
  type: "tcx_reconnect"
574
  });
575
  }
576
- nc_add_user(socket, 'what the shizz');
577
  });
578
 
579
- socket.on('reconnect_error', function () {
580
  jQuery.event.trigger({
581
  type: "tcx_reconnect_error"
582
  });
583
  });
584
 
585
- socket.on('a2vping', function (data) {
586
  socket.emit('a2vping return', {
587
  fromsocket: socket.id,
588
  intendedsocket: data.returnsocket,
@@ -594,7 +591,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
594
  $messages = jQuery('#wplc_chatbox'); // Messages area
595
  $inputMessage = jQuery('#wplc_chatmsg'); // Input message input box
596
 
597
- jQuery("#nifty_file_input").on("change", function () {
598
  var file = this.files[0]; //Last file in array
599
  wplcShareFile(file, '#nifty_attach_fail_icon', '#nifty_attach_success_icon', '#nifty_attach_uploading_icon', "#nifty_select_file");
600
  jQuery("#chat_drag_zone").fadeOut();
@@ -604,7 +601,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
604
 
605
  /** Image pasting functionality */
606
  try {
607
- document.getElementById('wplc_chatmsg').onpaste = function (event) {
608
  // use event.originalEvent.clipboard for newer chrome versions
609
  var items = (event.clipboardData || event.originalEvent.clipboardData).items;
610
  // find pasted image among pasted items
@@ -617,7 +614,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
617
  // load image if there is a pasted image
618
  if (blob !== null) {
619
  var reader = new FileReader();
620
- reader.onload = function (event) {
621
  document.getElementById("wplc_chatmsg").value = "####" + event.target.result + "####";
622
 
623
  jQuery("#wplc_send_msg").click();
@@ -627,31 +624,31 @@ jQuery(document).on('wplc_sockets_ready', function () {
627
  }
628
  } catch (ex) {}
629
 
630
- jQuery("#nifty_tedit_b").click(function () {
631
  niftyTextEdit("b");
632
  });
633
- jQuery("#nifty_tedit_i").click(function () {
634
  niftyTextEdit("i");
635
  });
636
- jQuery("#nifty_tedit_u").click(function () {
637
  niftyTextEdit("u");
638
  });
639
- jQuery("#nifty_tedit_strike").click(function () {
640
  niftyTextEdit("strike");
641
  });
642
- jQuery("#nifty_tedit_mark").click(function () {
643
  niftyTextEdit("mark");
644
  });
645
- jQuery("#nifty_tedit_sub").click(function () {
646
  niftyTextEdit("sub");
647
  });
648
- jQuery("#nifty_tedit_sup").click(function () {
649
  niftyTextEdit("sup");
650
  });
651
- jQuery("#nifty_tedit_link").click(function () {
652
  niftyTextEdit("link");
653
  });
654
- setInterval(function () {
655
  getText(document.getElementById("wplc_chatmsg"));
656
  }, 1000);
657
  /**
@@ -685,22 +682,22 @@ jQuery(document).on('wplc_sockets_ready', function () {
685
  if (typeof io !== "undefined") {
686
  wplc_set_up_query_string();
687
  socket = io.connect(WPLC_SOCKET_URI, {
688
- query: query_string,
689
- transports: ['websocket']
690
- });
691
 
692
  } else {
693
- var socketchecker = setInterval(function () {
694
- if (typeof io !== "undefined") {
695
- clearInterval(socketchecker);
696
- wplc_set_up_query_string();
697
- socket = io.connect(WPLC_SOCKET_URI, {
698
- query: query_string,
699
- transports: ['websocket']
700
- });
701
 
702
- }
703
- }, 1000);
704
  }
705
 
706
  wplc_chat_delegates();
@@ -711,7 +708,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
711
  *
712
  * @param {bool} keepalive Keep this connection alive?
713
  */
714
- wplc_connect = function (keepalive) {
715
 
716
  if (tcx_inactive === false && wplc_online) {
717
  if (typeof socket !== "undefined") {
@@ -722,9 +719,9 @@ jQuery(document).on('wplc_sockets_ready', function () {
722
  //opening socket connection
723
  wplc_set_up_query_string();
724
  socket = io.connect(WPLC_SOCKET_URI, {
725
- query: query_string,
726
- transports: ['websocket']
727
- });
728
 
729
  wplc_chat_delegates(keepalive);
730
  }
@@ -732,18 +729,17 @@ jQuery(document).on('wplc_sockets_ready', function () {
732
  //opening socket connection2
733
  wplc_set_up_query_string();
734
  socket = io.connect(WPLC_SOCKET_URI, {
735
- query: query_string,
736
- transports: ['websocket']
737
- });
738
 
739
  wplc_chat_delegates(keepalive);
740
  }
741
  } else {
742
 
743
  /* try again in 7 seconds */
744
- setTimeout(function () {
745
- if (socket.connected) {}
746
- else {
747
  wplc_connect(false);
748
  }
749
  }, 7000);
@@ -763,16 +759,16 @@ jQuery(document).on('wplc_sockets_ready', function () {
763
  *
764
  * i.e. an inactive user will not send shortpolls.
765
  */
766
- jQuery(document).on('mousemove', function () {
767
 
768
  clearTimeout(tcx_inactive_timeout);
769
  tcx_inactive = false;
770
- tcx_inactive_timeout = setTimeout(function () {
771
- tcx_inactive = true;
772
- }, tcx_timeout_duration);
773
  });
774
 
775
- document.addEventListener('tcx_send_message', function (e) {
776
 
777
  if (typeof wplc_online !== 'undefined' && wplc_online === true) {
778
  socket.emit('stop typing', {
@@ -785,7 +781,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
785
  niftyIsEditing = false;
786
  }, false);
787
 
788
- jQuery(document).on("tcx_send_message", function (e) {
789
  //sendMessage(e.message);
790
  if (typeof wplc_online !== 'undefined' && wplc_online === true) {
791
  socket.emit('stop typing', {
@@ -800,7 +796,7 @@ jQuery(document).on('wplc_sockets_ready', function () {
800
 
801
  // Keyboard events
802
 
803
- jQuery(document).on("keydown", "#wplc_chatmsg", function (event) {
804
  // When the client hits ENTER on their keyboard
805
  if (event.which === 13 && !event.shiftKey) {
806
 
@@ -815,12 +811,11 @@ jQuery(document).on('wplc_sockets_ready', function () {
815
 
816
  });
817
 
818
- $inputMessage.keyup(function (event) {
819
  // When the client hits ENTER on their keyboard
820
 
821
- if (event.which === 13 && !event.shiftKey) {}
822
- else {
823
- if (config.enable_typing_preview==1 && typeof wplc_online !== 'undefined' && wplc_online === true) {
824
  socket.emit('typing_preview', {
825
  chatid: wplc_cid,
826
  tempmessage: $inputMessage.val()
@@ -829,14 +824,14 @@ jQuery(document).on('wplc_sockets_ready', function () {
829
  }
830
  });
831
 
832
- $inputMessage.on('input', function () {
833
  updateTyping();
834
  });
835
 
836
  // Click events
837
 
838
  // Focus input when clicking on the message input's border
839
- $inputMessage.click(function () {
840
  $inputMessage.focus();
841
  });
842
 
@@ -850,11 +845,11 @@ jQuery(document).on('wplc_sockets_ready', function () {
850
  jQuery(".message_" + tmid + " .tcx-edit-message").show();
851
  });*/
852
 
853
- jQuery(document).on("click", ".tcx_restart_chat", function () {
854
  jQuery("#wp-live-chat-header").click();
855
  jQuery(".wplc_agent_info").html('');
856
  // jQuery('#wplc_chatbox').html('');
857
- setTimeout(function () {
858
  jQuery("#wp-live-chat-header").click();
859
  }, 100);
860
 
@@ -862,103 +857,116 @@ jQuery(document).on('wplc_sockets_ready', function () {
862
  jQuery('#wplc_end_chat_button').removeAttr('wplc_disable');
863
  });
864
 
865
- jQuery(document).on("click", "#wplc_send_msg", function () {
866
  var message = $inputMessage.val();
867
- if(message.length > 2000){
868
  message = message.substring(0, 2000);
869
  }
870
  sendMessage(message);
871
  });
872
 
873
- jQuery(document).on("nifty_trigger_open_chat", function (event) {
874
- open_chat();
875
- jQuery("#tcx_chat_ended").hide();
876
- });
877
 
878
- jQuery(document).on("tcx_socket_connected", function (e) {
879
- if (typeof socket !== "undefined" && typeof nifty_chat_status !== "undefined") {
880
- if (nifty_chat_status === "active") {
881
- socket.emit('check involved agents', {
882
- chatid: chatid
883
- });
 
884
  }
885
- }
886
- });
887
-
888
- jQuery(document).on("wplc_animation_done", function (event) {
889
- if (typeof wdtEmojiBundle !== "undefined") {
890
- wdtEmojiBundle.defaults.emojiSheets = {
891
- 'apple' : wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-apple-64-indexed-128.png',
892
- 'google' : wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-google-64-indexed-128.png',
893
- 'twitter' : wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-twitter-64-indexed-128.png',
894
- 'emojione' : wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-emojione-64-indexed-128.png',
895
- 'facebook' : wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-facebook-64-indexed-128.png',
896
- 'messenger': wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-messenger-64-indexed-128.png'
897
- };
898
- tcx_attempt_emoji_input_init(0);
899
- }
900
- });
901
 
902
- /* Minimize chat window */
903
- jQuery("#wp-live-chat-minimize").on("click", function () {
904
- jQuery.event.trigger({
905
- type: "nifty_minimize_chat"
 
 
 
 
 
 
 
 
906
  });
907
- Cookies.set('nifty_minimize', "yes", {
908
- expires: 1,
909
- path: '/'
 
 
 
 
 
 
 
 
910
  });
911
- nifty_is_minimized = true;
912
- });
913
 
914
- /**
915
- * Click handler for the start chat button
916
- */
917
- jQuery("#wplc_start_chat_btn").on("click", function () {
918
- var wplc_is_gdpr_enabled = jQuery(this).attr('data-wplc-gdpr-enabled');
919
- if (typeof wplc_is_gdpr_enabled !== "undefined" && (wplc_is_gdpr_enabled === 'true')) {
920
- var wplc_gdpr_opt_in_checked = jQuery("#wplc_chat_gdpr_opt_in").is(':checked');
921
- if (typeof wplc_gdpr_opt_in_checked === "undefined" || wplc_gdpr_opt_in_checked === false) {
922
- /* GDPR requirements not met */
923
- jQuery("#wplc_chat_gdpr_opt_in").addClass('incomplete');
924
- return false;
925
- }
926
  jQuery("#wplc_chat_gdpr_opt_in").removeClass('incomplete');
927
- }
 
 
 
 
 
 
 
 
 
 
 
 
928
 
929
- var wplc_name = jQuery("#wplc_name").val().replace(/(<([^>]+)>)/ig,"");
930
- var wplc_email = jQuery("#wplc_email").val().replace(/(<([^>]+)>)/ig,"");
931
 
932
- if (wplc_name.length <= 0) {
933
- alert("Please Enter Your Name");
934
- return false;
935
- }
936
- if (wplc_email.length <= 0) {
937
- alert("Please Enter Your Email Address");
938
- return false;
939
- }
 
 
 
 
 
 
 
 
 
 
 
940
 
941
- if (jQuery("#wplc_email").attr('wplc_hide') !== "1") {
942
- var testEmail = /^[A-Z0-9._%+-]+@([A-Z0-9-]+\.)+[A-Z]{2,6}$/i;
943
- if (!testEmail.test(wplc_email)) {
944
- alert("Please Enter a Valid Email Address");
945
  return false;
946
  }
947
- }
948
 
949
- jQuery.event.trigger({
950
- type: "nifty_trigger_start_chat"
951
- });
952
 
953
- var date = new Date();
954
- date.setTime(date.getTime() + (2 * 60 * 1000));
955
 
956
- niftyUpdateUserDataCookies(wplc_name, wplc_email);
957
- niftyUpdateGravCookie(md5(wplc_email));
958
- niftyUpdateStatusCookie("active");
959
 
960
- wplc_connect(true);
961
- var request_chat_checker = setInterval(function () {
962
  if (typeof socket !== "undefined" && typeof socket.connected !== "undefined" && socket.connected === true) {
963
  clearInterval(request_chat_checker);
964
  socket.emit("request chat", {
@@ -1010,7 +1018,7 @@ function addNotice(data, options) {
1010
  * @param {object} data Data to check
1011
  */
1012
  function removeChatTyping(data) {
1013
- getTypingMessages(data).fadeOut(function () {
1014
  jQuery(this).remove();
1015
  });
1016
  }
@@ -1061,7 +1069,7 @@ function updateTyping() {
1061
  }
1062
  lastTypingTime = (new Date()).getTime();
1063
 
1064
- setTimeout(function () {
1065
  var typingTimer = (new Date()).getTime();
1066
  var timeDiff = typingTimer - lastTypingTime;
1067
  if (timeDiff >= TYPING_TIMER_LENGTH && typing) {
@@ -1083,7 +1091,7 @@ function updateTyping() {
1083
  * @param {object} data Packet to check
1084
  */
1085
  function getTypingMessages(data) {
1086
- return jQuery('.typing.message').filter(function (i) {
1087
  return jQuery(this).data('username') === data.username;
1088
  });
1089
  }
@@ -1188,7 +1196,7 @@ function niftyUpdateUserDataCookies(name, email) {
1188
  *
1189
  * @param {bool} force Force open regardless of state
1190
  */
1191
- var open_chat = function (force) {
1192
  var tmp_cookie_val = nc_getCookie('nifty_minimize');
1193
  nifty_is_minimized = tmp_cookie_val == '' || tmp_cookie_val == 'false' || tmp_cookie_val == false ? false : true;
1194
 
@@ -1208,7 +1216,7 @@ var open_chat = function (force) {
1208
  }
1209
  if (!jQuery("#wp-live-chat-header").hasClass("active")) {
1210
  jQuery("#wp-live-chat-header").click();
1211
- }
1212
  } else if (nifty_chat_status_temp === "browsing" || wplc_chat_status_temp === "5") { //Added 11 here for usability
1213
  if (jQuery("#wp-live-chat-2").is(":visible") === false && jQuery("#wp-live-chat-4").is(":visible") === false) {
1214
  jQuery("#wp-live-chat-2").show();
@@ -1271,7 +1279,7 @@ function niftyTextEdit(insertContent) {
1271
  * @param {string} originalID The id of the div to show when upload final div to show after evething is complete
1272
  */
1273
  function wplcShareFile(fileToUpload, failedID, successID, uploadingID, originalID) {
1274
- if(fileToUpload == undefined || fileToUpload == false || fileToUpload == null){
1275
  return;
1276
  }
1277
 
@@ -1287,7 +1295,7 @@ function wplcShareFile(fileToUpload, failedID, successID, uploadingID, originalI
1287
  var uploadUrl = '';
1288
  uploadUrl = (typeof tcx_override_upload_url !== "undefined" && tcx_override_upload_url !== "") ? tcx_override_upload_url : uploadUrl;
1289
 
1290
- if (fileToUpload.name.match(new RegExp('^.*\\.(' + config.allowed_upload_extensions + ')$','i'))) {
1291
  //Files allowed - continue
1292
  if (fileToUpload.size < 8000000) {
1293
  jQuery.ajax({
@@ -1297,11 +1305,11 @@ function wplcShareFile(fileToUpload, failedID, successID, uploadingID, originalI
1297
  cache: false,
1298
  processData: false,
1299
  contentType: false,
1300
- success: function (data) {
1301
  if (parseInt(data) !== 0) {
1302
  jQuery(uploadingID).hide();
1303
  jQuery(successID).show();
1304
- setTimeout(function () {
1305
  jQuery(successID).hide();
1306
  jQuery(originalID).show();
1307
  }, 2000);
@@ -1333,11 +1341,11 @@ function wplcShareFile(fileToUpload, failedID, successID, uploadingID, originalI
1333
  }
1334
 
1335
  if (fileLinkUrl !== false) {
1336
- if(fileLinkUrl !== 'Security Violation'){
1337
- tag='link';
1338
  jQuery("#wplc_chatmsg").val(tag + ":" + fileLinkUrl + ":" + tag); //Add to input field
1339
  jQuery("#wplc_send_msg").trigger("click"); //Send message
1340
- setTimeout(function () {
1341
  $messages[0].scrollTop = $messages[0].scrollHeight;
1342
  }, 1000);
1343
  } else {
@@ -1347,17 +1355,17 @@ function wplcShareFile(fileToUpload, failedID, successID, uploadingID, originalI
1347
  } else {
1348
  jQuery(uploadingID).hide();
1349
  jQuery(failedID).show();
1350
- setTimeout(function () {
1351
  jQuery(failedID).hide();
1352
  jQuery(originalID).show();
1353
  }, 2000);
1354
 
1355
  }
1356
  },
1357
- error: function () {
1358
  jQuery(uploadingID).hide();
1359
  jQuery(failedID).show();
1360
- setTimeout(function () {
1361
  jQuery(failedID).hide();
1362
  jQuery(originalID).show();
1363
  }, 2000);
@@ -1368,7 +1376,7 @@ function wplcShareFile(fileToUpload, failedID, successID, uploadingID, originalI
1368
  alert("File limit is 8mb");
1369
  jQuery(uploadingID).hide();
1370
  jQuery(failedID).show();
1371
- setTimeout(function () {
1372
  jQuery(failedID).hide();
1373
  jQuery(originalID).show();
1374
  }, 2000);
@@ -1377,7 +1385,7 @@ function wplcShareFile(fileToUpload, failedID, successID, uploadingID, originalI
1377
  alert("File type not supported.");
1378
  jQuery(uploadingID).hide();
1379
  jQuery(failedID).show();
1380
- setTimeout(function () {
1381
  jQuery(failedID).hide();
1382
  jQuery(originalID).show();
1383
  }, 2000);
@@ -1479,7 +1487,7 @@ function nc_add_user(socket, data) {
1479
  data.timezoneUTC = tcx_get_timezone();
1480
  data.device_in_use = tcx_get_device_in_use();
1481
  data.operating_system = tcx_get_operating_system();
1482
- data.location_info = {code: config.country_code, name: config.country_name};
1483
 
1484
  if (typeof wplc_extra_data !== 'undefined' && typeof wplc_extra_data['wplc_user_selected_department'] !== 'undefined') {
1485
  data.department = wplc_extra_data['wplc_user_selected_department'];
@@ -1524,7 +1532,7 @@ function nifty_init_chat_box_check(cid) {
1524
  wplc_init_chat_box(cid);
1525
  } else {
1526
  if (typeof wplc_init_chat_box !== "undefined" && wplc_init_chat_box !== false) {
1527
- setTimeout(function () {
1528
  /* keep checking every 500ms to see if that function exists */
1529
  nifty_init_chat_box_check(cid);
1530
  }, 500);
@@ -1615,85 +1623,84 @@ function tcx_get_operating_system() {
1615
  if (tcx_user_current_os === false && typeof navigator !== "undefined" && navigator.userAgent !== "undefined") {
1616
  var current_user_agent = navigator.userAgent;
1617
  var possibleOsList = [{
1618
- s: 'Windows 10',
1619
- r: /(Windows 10.0|Windows NT 10.0)/
1620
- }, {
1621
- s: 'Windows 8.1',
1622
- r: /(Windows 8.1|Windows NT 6.3)/
1623
- }, {
1624
- s: 'Windows 8',
1625
- r: /(Windows 8|Windows NT 6.2)/
1626
- }, {
1627
- s: 'Windows 7',
1628
- r: /(Windows 7|Windows NT 6.1)/
1629
- }, {
1630
- s: 'Windows Vista',
1631
- r: /Windows NT 6.0/
1632
- }, {
1633
- s: 'Windows Server 2003',
1634
- r: /Windows NT 5.2/
1635
- }, {
1636
- s: 'Windows XP',
1637
- r: /(Windows NT 5.1|Windows XP)/
1638
- }, {
1639
- s: 'Windows 2000',
1640
- r: /(Windows NT 5.0|Windows 2000)/
1641
- }, {
1642
- s: 'Windows ME',
1643
- r: /(Win 9x 4.90|Windows ME)/
1644
- }, {
1645
- s: 'Windows 98',
1646
- r: /(Windows 98|Win98)/
1647
- }, {
1648
- s: 'Windows 95',
1649
- r: /(Windows 95|Win95|Windows_95)/
1650
- }, {
1651
- s: 'Windows NT 4.0',
1652
- r: /(Windows NT 4.0|WinNT4.0|WinNT|Windows NT)/
1653
- }, {
1654
- s: 'Windows CE',
1655
- r: /Windows CE/
1656
- }, {
1657
- s: 'Windows 3.11',
1658
- r: /Win16/
1659
- }, {
1660
- s: 'Android',
1661
- r: /Android/
1662
- }, {
1663
- s: 'Open BSD',
1664
- r: /OpenBSD/
1665
- }, {
1666
- s: 'Sun OS',
1667
- r: /SunOS/
1668
- }, {
1669
- s: 'Linux',
1670
- r: /(Linux|X11)/
1671
- }, {
1672
- s: 'iOS',
1673
- r: /(iPhone|iPad|iPod)/
1674
- }, {
1675
- s: 'Mac OS X',
1676
- r: /Mac OS X/
1677
- }, {
1678
- s: 'Mac OS',
1679
- r: /(MacPPC|MacIntel|Mac_PowerPC|Macintosh)/
1680
- }, {
1681
- s: 'QNX',
1682
- r: /QNX/
1683
- }, {
1684
- s: 'UNIX',
1685
- r: /UNIX/
1686
- }, {
1687
- s: 'BeOS',
1688
- r: /BeOS/
1689
- }, {
1690
- s: 'OS/2',
1691
- r: /OS\/2/
1692
- }, {
1693
- s: 'Search Bot',
1694
- r: /(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask Jeeves\/Teoma|ia_archiver)/
1695
- }
1696
- ];
1697
 
1698
  for (var id in possibleOsList) {
1699
  var current_os = possibleOsList[id];
@@ -1751,7 +1758,7 @@ function tcx_attempt_emoji_input_init(attempt) {
1751
  } catch (err) {
1752
  if (attempt < 5) {
1753
  attempt++;
1754
- setTimeout(function () {
1755
  tcx_attempt_emoji_input_init(attempt);
1756
  }, 1000);
1757
  }
@@ -1819,4 +1826,4 @@ function wplc_getCookie(name) {
1819
  var parts = value.split("; " + name + "=");
1820
  if (parts.length == 2)
1821
  return parts.pop().split(";").shift();
1822
- }
144
  query_string = wplc_query_cleanup(query_string);
145
  }
146
 
147
+ jQuery(document).on('wplc_sockets_ready', function() {
148
 
149
  /**
150
  * Run Query setup function
156
  /**
157
  * Setup an inactive timer
158
  */
159
+ tcx_inactive_timeout = setTimeout(function() {
160
+ tcx_inactive = true;
161
+ }, tcx_timeout_duration);
162
 
163
  /*Find nifty object and check if online */
164
  if (wplc_test_localStorage()) {
195
  /**
196
  * Builds the socket delegates. This needs to be called everytime a connection is made (i.e. moving from a short poll to a long poll)
197
  */
198
+ wplc_chat_delegates = function(keepalive) {
199
  nifty_chat_status_temp = nc_getCookie("nc_status");
200
  if (typeof nifty_chat_status_temp !== "undefined" && nifty_chat_status_temp === "active") {
201
  /* leave the cookie untouched as we are already in ACTIVE state and should continue in this state until changed. */
213
  }
214
 
215
  // Socket events
216
+ socket.on('connect', function(data) {
217
  nc_add_user(socket, data);
218
 
219
  nifty_chat_status_temp = nc_getCookie("nc_status");
220
  if (typeof nifty_chat_status_temp !== "undefined" && nifty_chat_status_temp === "active") {
221
  if (typeof user_hearbeat === "undefined") {
222
+ user_hearbeat = setInterval(function() {
223
+ if (socket.connected)
224
+ socket.emit('heartbeat');
225
+ }, 5000);
226
  }
227
  }
228
  jQuery.event.trigger({
232
 
233
  });
234
 
235
+ socket.on("force_disconnect", function(data) {
236
 
237
  socket.disconnect({
238
  test: 'test'
242
  clearInterval(user_hearbeat);
243
  user_heartbeat = undefined;
244
  /* reconnect this socket in 7 seconds to check for a forced chat on the agents end */
245
+ setTimeout(function() {
246
  wplc_connect(false);
247
  }, 12000);
248
  /* its important that this number is less than the TTL of the variable in redis */
249
  });
250
 
251
+ socket.on("blacklisted", function(data) {
252
 
253
  jQuery.event.trigger({
254
  type: "tcx_blacklisted",
257
 
258
  });
259
 
260
+ socket.on("user blocked", function(data) {
261
  socket.disconnect({
262
  blocked: 'blocked'
263
  });
271
  keepalive = false;
272
  });
273
 
274
+ socket.on("customerID", function(data) {
275
  var CookieDate = new Date;
276
  CookieDate.setFullYear(CookieDate.getFullYear() + 1);
277
  Cookies.set('tcx_customerID', data.customerID, {
281
 
282
  });
283
 
284
+ socket.on("agent initiate", function(data) {
285
  if (typeof user_hearbeat === "undefined") {
286
  socket.emit('initiate received', {
287
  chatid: wplc_cid
288
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
289
 
290
+ // Start user's session
291
+ var anti_cache = Date.now();
292
+ var sdata = { cid: wplc_cid, server_token: wplc_restapi_token, _wpnonce: wplc_restapi_nonce };
293
+ wplc_send_url = wplc_restapi_endpoint + "/start_session?nocache=" + anti_cache;
294
+ jQuery.ajax({
295
+ url: wplc_send_url,
296
+ data: sdata,
297
+ type: "POST",
298
+ timeout: 12000,
299
+ success: function(response) {
300
+ console.log(response);
301
+ },
302
+ error: function(error) {
303
+ console.log(error);
304
+ },
305
+ });
306
+
307
+ user_hearbeat = setInterval(function() {
308
+ if (socket.connected) {
309
+ socket.emit('heartbeat');
310
+
311
+ }
312
+ }, 5000);
313
  }
314
+
315
  niftyUpdateStatusCookie('active');
316
  jQuery.event.trigger({
317
  type: "tcx_agent_initiated_chat",
318
  ndata: data
319
  });
 
 
 
320
  });
321
 
322
  /* Confirm that a message was saved to the db */
323
+ socket.on('message received', function(data) {
324
  if (typeof data !== 'undefined') {
325
  if (typeof data.msgID !== 'undefined' && typeof data.outcome !== 'undefined') {
326
  tcx_msg_confirmations[data.msgID] = data.outcome;
329
 
330
  });
331
 
332
+ socket.on('message read received', function(data) {
333
  jQuery.event.trigger({
334
  type: "tcx_message_read_received",
335
  ndata: data
336
  });
337
  });
338
 
339
+ socket.on('agent to participant ping', function(data) {
340
  socket.emit('agent to participant ping received', {
341
  fromsocket: socket.id,
342
  intendedsocket: data.fromsocket,
344
  });
345
  });
346
 
347
+ socket.on("chat ended", function(data) {
348
  jQuery.event.trigger({
349
  type: "tcx_chat_ended_notification",
350
  ndata: data
351
  });
352
 
353
+ // End user's session
354
+ var sdata = { cid: wplc_cid };
355
+ wplc_rest_api('end_session', sdata, 12000, null);
356
+
357
  jQuery("#tcx_chat_ended").show();
358
  tcx_end_chat_div_create();
359
  //$("#wplc_user_message_div").hide();
369
  if (typeof io !== "undefined") {
370
  wplc_set_up_query_string();
371
  socket = io.connect(WPLC_SOCKET_URI, {
372
+ query: query_string,
373
+ transports: ['websocket']
374
+ });
375
  wplc_chat_delegates();
376
  }
377
 
380
  }
381
  });
382
 
383
+ socket.on("averageResponse", function(data) {
384
  jQuery.event.trigger({
385
  type: "tcx_average_response",
386
  ndata: data
388
 
389
  });
390
 
391
+ socket.on("recent_agents", function(data) {
392
  if (typeof data !== "undefined" && typeof data.agents !== "undefined") {
393
  tcx_recent_agents = data.agents;
394
  }
395
  });
396
 
397
+ socket.on("agent_data", function(data) {
398
  if ((typeof data !== "undefined" && data !== null) && (typeof data.ndata !== "undefined" && data.ndata !== null) && (typeof data.ndata.aid !== 'undefined' && data.ndata.aid !== null)) {
399
  if (typeof tcx_recent_agents_data === "undefined") {
400
  tcx_recent_agents_data = {};
405
  }
406
  });
407
 
408
+ socket.on("transfer chat", function(data) {
409
  addNotice({
410
  message: 'You are being transferred to another agent. Please be patient.'
411
  });
412
  });
413
 
414
+ socket.on("location found", function(data) {
415
  tcx_location_info = data; //Set the data
416
  });
417
 
418
+ socket.on('chat history', function(data) {
419
  jQuery.event.trigger({
420
  type: "tcx_chat_history",
421
  ndata: data
424
  });
425
 
426
  // Whenever the server emits 'login', log the login message
427
+ socket.on('login', function(data) {
428
 
429
  connected = true;
430
  // Display the welcome message
439
  });
440
 
441
  // Whenever the server emits 'new message', update the chat body
442
+ socket.on('new message', function(data) {
443
  socket.emit('message read', data);
444
  jQuery.event.trigger({
445
  type: "tcx_new_message",
452
  jQuery('#tcx_chat_ended').hide();
453
  });
454
 
455
+ socket.on('user chat notification', function(data) {
456
  jQuery.event.trigger({
457
  type: "tcx_user_chat_notification",
458
  ndata: data
459
  });
460
  });
461
 
462
+ socket.on('custom data received', function(data) {
463
  jQuery.event.trigger({
464
  type: "tcx_custom_data_received",
465
  ndata: data
467
  });
468
 
469
  // Whenever the server emits 'new message', update the chat body
470
+ socket.on('socketid', function(socketid) {
471
  document.cookie = "nc_sid=" + socketid.socketid;
472
  if (!wplc_online) {}
473
  });
474
 
475
+ socket.on('agent joined', function(data) {
476
  clearTimeout(agent_disc_timer[data.agent]);
477
  jQuery.event.trigger({
478
  type: "tcx_agent_joined",
482
  jQuery('.tmp-welcome-msg').remove();
483
  });
484
 
485
+ socket.on('new_socket', function(socketid) {});
486
 
487
+ socket.on('agent left', function(data) {
488
  jQuery.event.trigger({
489
  type: "tcx_agent_left",
490
  ndata: data
492
 
493
  });
494
 
495
+ socket.on('agent connected', function(data) {
496
  clearTimeout(agent_disc_timer[data.aid]);
497
  })
498
 
499
+ socket.on('agent disconnected', function(data) {
500
 
501
+ agent_disc_timer[data.aid] = setTimeout(function() {
502
+ jQuery.event.trigger({
503
+ type: "tcx_agent_disconnected",
504
+ ndata: data
505
+ });
506
+ removeChatTyping(data);
507
+ }, 8000);
508
 
509
  });
510
 
511
  // Whenever the server emits 'typing', show the typing message
512
+ socket.on('typing', function(data) {
513
  jQuery.event.trigger({
514
  type: "tcx_typing",
515
  ndata: data
518
  });
519
 
520
  // Whenever the server emits 'stop typing', kill the typing message
521
+ socket.on('stop typing', function(data) {
522
  jQuery.event.trigger({
523
  type: "tcx_stop_typing",
524
  ndata: data
526
  });
527
 
528
  // Receive CHAT ID from server
529
+ socket.on('chatID', function(data) {
530
  Cookies.set('wplc_cid', data.chatid, {
531
  expires: 1,
532
  path: '/'
540
  }
541
  });
542
 
543
+ socket.on("involved check returned", function(data) {
544
  jQuery.event.trigger({
545
  type: 'tcx_build_involved_agents_header',
546
  ndata: data
547
  });
548
  });
549
 
550
+ socket.on('disconnect', function() {
551
  if (typeof user_heartbeat !== "undefined")
552
  clearInterval(user_heartbeat);
553
  user_heartbeat = undefined;
561
  }
562
  });
563
 
564
+ socket.on('reconnect', function() {
565
  /**
566
  * Only show if this was part of the keepalive session (i.e. an active chat)
567
  */
570
  type: "tcx_reconnect"
571
  });
572
  }
573
+ nc_add_user(socket, '');
574
  });
575
 
576
+ socket.on('reconnect_error', function() {
577
  jQuery.event.trigger({
578
  type: "tcx_reconnect_error"
579
  });
580
  });
581
 
582
+ socket.on('a2vping', function(data) {
583
  socket.emit('a2vping return', {
584
  fromsocket: socket.id,
585
  intendedsocket: data.returnsocket,
591
  $messages = jQuery('#wplc_chatbox'); // Messages area
592
  $inputMessage = jQuery('#wplc_chatmsg'); // Input message input box
593
 
594
+ jQuery("#nifty_file_input").on("change", function() {
595
  var file = this.files[0]; //Last file in array
596
  wplcShareFile(file, '#nifty_attach_fail_icon', '#nifty_attach_success_icon', '#nifty_attach_uploading_icon', "#nifty_select_file");
597
  jQuery("#chat_drag_zone").fadeOut();
601
 
602
  /** Image pasting functionality */
603
  try {
604
+ document.getElementById('wplc_chatmsg').onpaste = function(event) {
605
  // use event.originalEvent.clipboard for newer chrome versions
606
  var items = (event.clipboardData || event.originalEvent.clipboardData).items;
607
  // find pasted image among pasted items
614
  // load image if there is a pasted image
615
  if (blob !== null) {
616
  var reader = new FileReader();
617
+ reader.onload = function(event) {
618
  document.getElementById("wplc_chatmsg").value = "####" + event.target.result + "####";
619
 
620
  jQuery("#wplc_send_msg").click();
624
  }
625
  } catch (ex) {}
626
 
627
+ jQuery("#nifty_tedit_b").click(function() {
628
  niftyTextEdit("b");
629
  });
630
+ jQuery("#nifty_tedit_i").click(function() {
631
  niftyTextEdit("i");
632
  });
633
+ jQuery("#nifty_tedit_u").click(function() {
634
  niftyTextEdit("u");
635
  });
636
+ jQuery("#nifty_tedit_strike").click(function() {
637
  niftyTextEdit("strike");
638
  });
639
+ jQuery("#nifty_tedit_mark").click(function() {
640
  niftyTextEdit("mark");
641
  });
642
+ jQuery("#nifty_tedit_sub").click(function() {
643
  niftyTextEdit("sub");
644
  });
645
+ jQuery("#nifty_tedit_sup").click(function() {
646
  niftyTextEdit("sup");
647
  });
648
+ jQuery("#nifty_tedit_link").click(function() {
649
  niftyTextEdit("link");
650
  });
651
+ setInterval(function() {
652
  getText(document.getElementById("wplc_chatmsg"));
653
  }, 1000);
654
  /**
682
  if (typeof io !== "undefined") {
683
  wplc_set_up_query_string();
684
  socket = io.connect(WPLC_SOCKET_URI, {
685
+ query: query_string,
686
+ transports: ['websocket']
687
+ });
688
 
689
  } else {
690
+ var socketchecker = setInterval(function() {
691
+ if (typeof io !== "undefined") {
692
+ clearInterval(socketchecker);
693
+ wplc_set_up_query_string();
694
+ socket = io.connect(WPLC_SOCKET_URI, {
695
+ query: query_string,
696
+ transports: ['websocket']
697
+ });
698
 
699
+ }
700
+ }, 1000);
701
  }
702
 
703
  wplc_chat_delegates();
708
  *
709
  * @param {bool} keepalive Keep this connection alive?
710
  */
711
+ wplc_connect = function(keepalive) {
712
 
713
  if (tcx_inactive === false && wplc_online) {
714
  if (typeof socket !== "undefined") {
719
  //opening socket connection
720
  wplc_set_up_query_string();
721
  socket = io.connect(WPLC_SOCKET_URI, {
722
+ query: query_string,
723
+ transports: ['websocket']
724
+ });
725
 
726
  wplc_chat_delegates(keepalive);
727
  }
729
  //opening socket connection2
730
  wplc_set_up_query_string();
731
  socket = io.connect(WPLC_SOCKET_URI, {
732
+ query: query_string,
733
+ transports: ['websocket']
734
+ });
735
 
736
  wplc_chat_delegates(keepalive);
737
  }
738
  } else {
739
 
740
  /* try again in 7 seconds */
741
+ setTimeout(function() {
742
+ if (socket.connected) {} else {
 
743
  wplc_connect(false);
744
  }
745
  }, 7000);
759
  *
760
  * i.e. an inactive user will not send shortpolls.
761
  */
762
+ jQuery(document).on('mousemove', function() {
763
 
764
  clearTimeout(tcx_inactive_timeout);
765
  tcx_inactive = false;
766
+ tcx_inactive_timeout = setTimeout(function() {
767
+ tcx_inactive = true;
768
+ }, tcx_timeout_duration);
769
  });
770
 
771
+ document.addEventListener('tcx_send_message', function(e) {
772
 
773
  if (typeof wplc_online !== 'undefined' && wplc_online === true) {
774
  socket.emit('stop typing', {
781
  niftyIsEditing = false;
782
  }, false);
783
 
784
+ jQuery(document).on("tcx_send_message", function(e) {
785
  //sendMessage(e.message);
786
  if (typeof wplc_online !== 'undefined' && wplc_online === true) {
787
  socket.emit('stop typing', {
796
 
797
  // Keyboard events
798
 
799
+ jQuery(document).on("keydown", "#wplc_chatmsg", function(event) {
800
  // When the client hits ENTER on their keyboard
801
  if (event.which === 13 && !event.shiftKey) {
802
 
811
 
812
  });
813
 
814
+ $inputMessage.keyup(function(event) {
815
  // When the client hits ENTER on their keyboard
816
 
817
+ if (event.which === 13 && !event.shiftKey) {} else {
818
+ if (config.enable_typing_preview == 1 && typeof wplc_online !== 'undefined' && wplc_online === true) {
 
819
  socket.emit('typing_preview', {
820
  chatid: wplc_cid,
821
  tempmessage: $inputMessage.val()
824
  }
825
  });
826
 
827
+ $inputMessage.on('input', function() {
828
  updateTyping();
829
  });
830
 
831
  // Click events
832
 
833
  // Focus input when clicking on the message input's border
834
+ $inputMessage.click(function() {
835
  $inputMessage.focus();
836
  });
837
 
845
  jQuery(".message_" + tmid + " .tcx-edit-message").show();
846
  });*/
847
 
848
+ jQuery(document).on("click", ".tcx_restart_chat", function() {
849
  jQuery("#wp-live-chat-header").click();
850
  jQuery(".wplc_agent_info").html('');
851
  // jQuery('#wplc_chatbox').html('');
852
+ setTimeout(function() {
853
  jQuery("#wp-live-chat-header").click();
854
  }, 100);
855
 
857
  jQuery('#wplc_end_chat_button').removeAttr('wplc_disable');
858
  });
859
 
860
+ jQuery(document).on("click", "#wplc_send_msg", function() {
861
  var message = $inputMessage.val();
862
+ if (message.length > 2000) {
863
  message = message.substring(0, 2000);
864
  }
865
  sendMessage(message);
866
  });
867
 
868
+ jQuery(document).on("nifty_trigger_open_chat", function(event) {
869
+ open_chat();
870
+ jQuery("#tcx_chat_ended").hide();
871
+ });
872
 
873
+ jQuery(document).on("tcx_socket_connected", function(e) {
874
+ if (typeof socket !== "undefined" && typeof nifty_chat_status !== "undefined") {
875
+ if (nifty_chat_status === "active") {
876
+ socket.emit('check involved agents', {
877
+ chatid: chatid
878
+ });
879
+ }
880
  }
881
+ });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
882
 
883
+ jQuery(document).on("wplc_animation_done", function(event) {
884
+ if (typeof wdtEmojiBundle !== "undefined") {
885
+ wdtEmojiBundle.defaults.emojiSheets = {
886
+ 'apple': wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-apple-64-indexed-128.png',
887
+ 'google': wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-google-64-indexed-128.png',
888
+ 'twitter': wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-twitter-64-indexed-128.png',
889
+ 'emojione': wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-emojione-64-indexed-128.png',
890
+ 'facebook': wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-facebook-64-indexed-128.png',
891
+ 'messenger': wplc_baseurl + 'js/vendor/wdt-emoji/sheets/sheet-messenger-64-indexed-128.png'
892
+ };
893
+ tcx_attempt_emoji_input_init(0);
894
+ }
895
  });
896
+
897
+ /* Minimize chat window */
898
+ jQuery("#wp-live-chat-minimize").on("click", function() {
899
+ jQuery.event.trigger({
900
+ type: "nifty_minimize_chat"
901
+ });
902
+ Cookies.set('nifty_minimize', "yes", {
903
+ expires: 1,
904
+ path: '/'
905
+ });
906
+ nifty_is_minimized = true;
907
  });
 
 
908
 
909
+ /**
910
+ * Click handler for the start chat button
911
+ */
912
+ jQuery("#wplc_start_chat_btn").on("click", function() {
913
+ jQuery("#wplc_name").removeClass('wplc_error_field');
914
+ jQuery("#wplc_email").removeClass('wplc_error_field');
 
 
 
 
 
 
915
  jQuery("#wplc_chat_gdpr_opt_in").removeClass('incomplete');
916
+ document.getElementById('wplc_name').title = '';
917
+ document.getElementById('wplc_email').title = '';
918
+ var formOk = true;
919
+
920
+ var wplc_is_gdpr_enabled = jQuery(this).attr('data-wplc-gdpr-enabled');
921
+ if (typeof wplc_is_gdpr_enabled !== "undefined" && (wplc_is_gdpr_enabled === 'true')) {
922
+ var wplc_gdpr_opt_in_checked = jQuery("#wplc_chat_gdpr_opt_in").is(':checked');
923
+ if (typeof wplc_gdpr_opt_in_checked === "undefined" || wplc_gdpr_opt_in_checked === false) {
924
+ /* GDPR requirements not met */
925
+ jQuery("#wplc_chat_gdpr_opt_in").addClass('incomplete');
926
+ formOk = false;
927
+ }
928
+ }
929
 
930
+ var wplc_name = jQuery("#wplc_name").val().replace(/(<([^>]+)>)/ig, "");
931
+ var wplc_email = jQuery("#wplc_email").val().replace(/(<([^>]+)>)/ig, "");
932
 
933
+ if (wplc_name.length <= 0) {
934
+ jQuery("#wplc_name").addClass('wplc_error_field');
935
+ document.getElementById('wplc_name').title = wplc_error_messages.please_enter_name;
936
+ formOk = false;
937
+ }
938
+ if (wplc_email.length <= 0) {
939
+ jQuery("#wplc_email").addClass('wplc_error_field');
940
+ document.getElementById('wplc_email').title = wplc_error_messages.please_enter_email;
941
+ formOk = false;
942
+ } else {
943
+ if (jQuery("#wplc_email").attr('wplc_hide') !== "1") {
944
+ var testEmail = /^[A-Z0-9._%+-]+@([A-Z0-9-]+\.)+[A-Z]{2,6}$/i;
945
+ if (!testEmail.test(wplc_email)) {
946
+ document.getElementById('wplc_email').title = wplc_error_messages.please_enter_valid_email;
947
+ jQuery("#wplc_email").addClass('wplc_error_field');
948
+ formOk = false;
949
+ }
950
+ }
951
+ }
952
 
953
+ if (!formOk) {
 
 
 
954
  return false;
955
  }
 
956
 
957
+ jQuery.event.trigger({
958
+ type: "nifty_trigger_start_chat"
959
+ });
960
 
961
+ var date = new Date();
962
+ date.setTime(date.getTime() + (2 * 60 * 1000));
963
 
964
+ niftyUpdateUserDataCookies(wplc_name, wplc_email);
965
+ niftyUpdateGravCookie(md5(wplc_email));
966
+ niftyUpdateStatusCookie("active");
967
 
968
+ wplc_connect(true);
969
+ var request_chat_checker = setInterval(function() {
970
  if (typeof socket !== "undefined" && typeof socket.connected !== "undefined" && socket.connected === true) {
971
  clearInterval(request_chat_checker);
972
  socket.emit("request chat", {
1018
  * @param {object} data Data to check
1019
  */
1020
  function removeChatTyping(data) {
1021
+ getTypingMessages(data).fadeOut(function() {
1022
  jQuery(this).remove();
1023
  });
1024
  }
1069
  }
1070
  lastTypingTime = (new Date()).getTime();
1071
 
1072
+ setTimeout(function() {
1073
  var typingTimer = (new Date()).getTime();
1074
  var timeDiff = typingTimer - lastTypingTime;
1075
  if (timeDiff >= TYPING_TIMER_LENGTH && typing) {
1091
  * @param {object} data Packet to check
1092
  */
1093
  function getTypingMessages(data) {
1094
+ return jQuery('.typing.message').filter(function(i) {
1095
  return jQuery(this).data('username') === data.username;
1096
  });
1097
  }
1196
  *
1197
  * @param {bool} force Force open regardless of state
1198
  */
1199
+ var open_chat = function(force) {
1200
  var tmp_cookie_val = nc_getCookie('nifty_minimize');
1201
  nifty_is_minimized = tmp_cookie_val == '' || tmp_cookie_val == 'false' || tmp_cookie_val == false ? false : true;
1202
 
1216
  }
1217
  if (!jQuery("#wp-live-chat-header").hasClass("active")) {
1218
  jQuery("#wp-live-chat-header").click();
1219
+ }
1220
  } else if (nifty_chat_status_temp === "browsing" || wplc_chat_status_temp === "5") { //Added 11 here for usability
1221
  if (jQuery("#wp-live-chat-2").is(":visible") === false && jQuery("#wp-live-chat-4").is(":visible") === false) {
1222
  jQuery("#wp-live-chat-2").show();
1279
  * @param {string} originalID The id of the div to show when upload final div to show after evething is complete
1280
  */
1281
  function wplcShareFile(fileToUpload, failedID, successID, uploadingID, originalID) {
1282
+ if (fileToUpload == undefined || fileToUpload == false || fileToUpload == null) {
1283
  return;
1284
  }
1285
 
1295
  var uploadUrl = '';
1296
  uploadUrl = (typeof tcx_override_upload_url !== "undefined" && tcx_override_upload_url !== "") ? tcx_override_upload_url : uploadUrl;
1297
 
1298
+ if (fileToUpload.name.match(new RegExp('^.*\\.(' + config.allowed_upload_extensions + ')$', 'i'))) {
1299
  //Files allowed - continue
1300
  if (fileToUpload.size < 8000000) {
1301
  jQuery.ajax({
1305
  cache: false,
1306
  processData: false,
1307
  contentType: false,
1308
+ success: function(data) {
1309
  if (parseInt(data) !== 0) {
1310
  jQuery(uploadingID).hide();
1311
  jQuery(successID).show();
1312
+ setTimeout(function() {
1313
  jQuery(successID).hide();
1314
  jQuery(originalID).show();
1315
  }, 2000);
1341
  }
1342
 
1343
  if (fileLinkUrl !== false) {
1344
+ if (fileLinkUrl !== 'Security Violation') {
1345
+ tag = 'link';
1346
  jQuery("#wplc_chatmsg").val(tag + ":" + fileLinkUrl + ":" + tag); //Add to input field
1347
  jQuery("#wplc_send_msg").trigger("click"); //Send message
1348
+ setTimeout(function() {
1349
  $messages[0].scrollTop = $messages[0].scrollHeight;
1350
  }, 1000);
1351
  } else {
1355
  } else {
1356
  jQuery(uploadingID).hide();
1357
  jQuery(failedID).show();
1358
+ setTimeout(function() {
1359
  jQuery(failedID).hide();
1360
  jQuery(originalID).show();
1361
  }, 2000);
1362
 
1363
  }
1364
  },
1365
+ error: function() {
1366
  jQuery(uploadingID).hide();
1367
  jQuery(failedID).show();
1368
+ setTimeout(function() {
1369
  jQuery(failedID).hide();
1370
  jQuery(originalID).show();
1371
  }, 2000);
1376
  alert("File limit is 8mb");
1377
  jQuery(uploadingID).hide();
1378
  jQuery(failedID).show();
1379
+ setTimeout(function() {
1380
  jQuery(failedID).hide();
1381
  jQuery(originalID).show();
1382
  }, 2000);
1385
  alert("File type not supported.");
1386
  jQuery(uploadingID).hide();
1387
  jQuery(failedID).show();
1388
+ setTimeout(function() {
1389
  jQuery(failedID).hide();
1390
  jQuery(originalID).show();
1391
  }, 2000);
1487
  data.timezoneUTC = tcx_get_timezone();
1488
  data.device_in_use = tcx_get_device_in_use();
1489
  data.operating_system = tcx_get_operating_system();
1490
+ data.location_info = { code: config.country_code, name: config.country_name };
1491
 
1492
  if (typeof wplc_extra_data !== 'undefined' && typeof wplc_extra_data['wplc_user_selected_department'] !== 'undefined') {
1493
  data.department = wplc_extra_data['wplc_user_selected_department'];
1532
  wplc_init_chat_box(cid);
1533
  } else {
1534
  if (typeof wplc_init_chat_box !== "undefined" && wplc_init_chat_box !== false) {
1535
+ setTimeout(function() {
1536
  /* keep checking every 500ms to see if that function exists */
1537
  nifty_init_chat_box_check(cid);
1538
  }, 500);
1623
  if (tcx_user_current_os === false && typeof navigator !== "undefined" && navigator.userAgent !== "undefined") {
1624
  var current_user_agent = navigator.userAgent;
1625
  var possibleOsList = [{
1626
+ s: 'Windows 10',
1627
+ r: /(Windows 10.0|Windows NT 10.0)/
1628
+ }, {
1629
+ s: 'Windows 8.1',
1630
+ r: /(Windows 8.1|Windows NT 6.3)/
1631
+ }, {
1632
+ s: 'Windows 8',
1633
+ r: /(Windows 8|Windows NT 6.2)/
1634
+ }, {
1635
+ s: 'Windows 7',
1636
+ r: /(Windows 7|Windows NT 6.1)/
1637
+ }, {
1638
+ s: 'Windows Vista',
1639
+ r: /Windows NT 6.0/
1640
+ }, {
1641
+ s: 'Windows Server 2003',
1642
+ r: /Windows NT 5.2/
1643
+ }, {
1644
+ s: 'Windows XP',
1645
+ r: /(Windows NT 5.1|Windows XP)/
1646
+ }, {
1647
+ s: 'Windows 2000',
1648
+ r: /(Windows NT 5.0|Windows 2000)/
1649
+ }, {
1650
+ s: 'Windows ME',
1651
+ r: /(Win 9x 4.90|Windows ME)/
1652
+ }, {
1653
+ s: 'Windows 98',
1654
+ r: /(Windows 98|Win98)/
1655
+ }, {
1656
+ s: 'Windows 95',
1657
+ r: /(Windows 95|Win95|Windows_95)/
1658
+ }, {
1659
+ s: 'Windows NT 4.0',
1660
+ r: /(Windows NT 4.0|WinNT4.0|WinNT|Windows NT)/
1661
+ }, {
1662
+ s: 'Windows CE',
1663
+ r: /Windows CE/
1664
+ }, {
1665
+ s: 'Windows 3.11',
1666
+ r: /Win16/
1667
+ }, {
1668
+ s: 'Android',
1669
+ r: /Android/
1670
+ }, {
1671
+ s: 'Open BSD',
1672
+ r: /OpenBSD/
1673
+ }, {
1674
+ s: 'Sun OS',
1675
+ r: /SunOS/
1676
+ }, {
1677
+ s: 'Linux',
1678
+ r: /(Linux|X11)/
1679
+ }, {
1680
+ s: 'iOS',
1681
+ r: /(iPhone|iPad|iPod)/
1682
+ }, {
1683
+ s: 'Mac OS X',
1684
+ r: /Mac OS X/
1685
+ }, {
1686
+ s: 'Mac OS',
1687
+ r: /(MacPPC|MacIntel|Mac_PowerPC|Macintosh)/
1688
+ }, {
1689
+ s: 'QNX',
1690
+ r: /QNX/
1691
+ }, {
1692
+ s: 'UNIX',
1693
+ r: /UNIX/
1694
+ }, {
1695
+ s: 'BeOS',
1696
+ r: /BeOS/
1697
+ }, {
1698
+ s: 'OS/2',
1699
+ r: /OS\/2/
1700
+ }, {
1701
+ s: 'Search Bot',
1702
+ r: /(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask Jeeves\/Teoma|ia_archiver)/
1703
+ }];
 
1704
 
1705
  for (var id in possibleOsList) {
1706
  var current_os = possibleOsList[id];
1758
  } catch (err) {
1759
  if (attempt < 5) {
1760
  attempt++;
1761
+ setTimeout(function() {
1762
  tcx_attempt_emoji_input_init(attempt);
1763
  }, 1000);
1764
  }
1826
  var parts = value.split("; " + name + "=");
1827
  if (parts.length == 2)
1828
  return parts.pop().split(";").shift();
1829
+ }
js/wplc_pro_features.js CHANGED
@@ -252,7 +252,10 @@ function wplc_start_chat_pro_custom_fields_filter( wplc_extra_data_tmp, rest_act
252
  var field_name = jQuery(this).attr( "fname" );
253
  custom_field_array[cnt] = {};
254
  custom_field_array[cnt][0] = field_name;
255
- custom_field_array[cnt][1] = jQuery(this).val();
 
 
 
256
  cnt++;
257
  });
258
 
252
  var field_name = jQuery(this).attr( "fname" );
253
  custom_field_array[cnt] = {};
254
  custom_field_array[cnt][0] = field_name;
255
+ custom_field_array[cnt][1] = jQuery(this).val().trim();
256
+ if (custom_field_array[cnt][1]=='') {
257
+ custom_field_array[cnt][1] = jQuery(this).attr('placeholder');
258
+ }
259
  cnt++;
260
  });
261
 
js/wplc_server.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Hanldes Message transportation within WPLC
3
- */
4
  var gifExtensionPattern = /http(s?):([/|.|\w|\s|-])*\.gif/;
5
 
6
  var wplc_server_method = null;
@@ -31,263 +31,262 @@ var wplc_xhr; //XHR global (allows us to abort previous AJAX request when the ag
31
 
32
 
33
 
34
- function WPLCServer(){
35
- var wplc_server_ref = this;
36
- //Default to ajax until chat starts
37
- wplc_server_method = WPLCServer.Ajax;
38
- wplc_server_ref.send = wplc_server_method.send;
39
-
40
- wplc_server_ref.isInSocketMode = wplc_server_method.isInSocketMode;
41
- wplc_server_ref.isPreparingSocketMode = wplc_server_method.isPreparingSocketMode;
42
- wplc_server_ref.transportPrepared = wplc_server_method.transportPrepared;
43
- wplc_server_ref.asyncStorage = wplc_server_method.asyncStorage;
44
- wplc_server_ref.forceClosePort = wplc_server_method.forceClosePort;
45
- wplc_server_ref.sendMessage = wplc_server_method.sendMessage;
46
-
47
-
48
- wplc_server_ref.prepareTransport = function(callback, messageHandler, restartHandler, clientEventLog){
49
- wplc_server_log("-------------------");
50
- wplc_server_log("Preparing Transport");
51
- if (config.wplc_use_node_server) {
52
- if(window.WebSocket){
53
- //Sockets are supported
54
- wplc_server_method = WPLCServer.Socket;
55
- wplc_server_log("Socket Mode");
56
- } else {
57
- wplc_server_method = WPLCServer.Ajax;
58
- wplc_server_log("Ajax Mode");
59
- }
60
- } else {
61
- wplc_server_method = WPLCServer.Ajax;
62
- wplc_server_log("Ajax Mode");
63
- }
64
-
65
- wplc_server_method.init(function(){
66
- wplc_server_ref.send = wplc_server_method.send;
67
- wplc_server_ref.isInSocketMode = wplc_server_method.isInSocketMode;
68
- wplc_server_ref.isPreparingSocketMode = wplc_server_method.isPreparingSocketMode;
69
- wplc_server_ref.transportPrepared = wplc_server_method.transportPrepared;
70
- wplc_server_ref.asyncStorage = wplc_server_method.asyncStorage;
71
- wplc_server_ref.forceClosePort = wplc_server_method.forceClosePort;
72
- wplc_server_ref.sendMessage = wplc_server_method.sendMessage;
73
-
74
- if(typeof callback === "function"){
75
- callback();
76
- }
77
- }, messageHandler, function(){
78
- wplc_server_method = WPLCServer.Ajax;
79
- wplc_server_log("Ajax Mode - Fail Over");
80
-
81
- wplc_server_ref.send = wplc_server_method.send;
82
- wplc_server_ref.isInSocketMode = wplc_server_method.isInSocketMode;
83
- wplc_server_ref.isPreparingSocketMode = function(){ return false; };
84
- wplc_server_ref.transportPrepared = wplc_server_method.transportPrepared;
85
- wplc_server_ref.asyncStorage = wplc_server_method.asyncStorage;
86
- wplc_server_ref.forceClosePort = wplc_server_method.forceClosePort;
87
- wplc_server_ref.sendMessage = wplc_server_method.sendMessage;
88
-
89
- if(typeof wplc_ajaxurl !== "undefined" && typeof wplc_nonce !== "undefined" && typeof wplc_cid !== "undefined"){
90
- var wplc_fail_over_data = {
91
- action: 'wplc_node_switch_to_ajax',
92
- security: wplc_nonce,
93
- cid: wplc_cid
94
- };
95
-
96
- jQuery.ajax({
97
- url : wplc_ajaxurl,
98
- data : wplc_fail_over_data,
99
- type : "POST",
100
- timeout : 120000,
101
- success : function(response){
102
- wplc_server_log("Ajax Mode Enabled");
103
- },
104
- error : function(error, exception){
105
- wplc_server_log("Chat Fail Over Could Not Be Setup");
106
- },
107
- complete : function(response){
108
- if(typeof callback === "function"){
109
- callback();
110
- }
111
- }
112
- });
113
- }
114
- }, restartHandler, clientEventLog);
115
-
116
- wplc_server_log("Transport Prepared");
117
- wplc_server_log("-------------------");
118
- wplc_transport_prepared = true;
119
- }
120
-
121
- wplc_server_ref.browserIsSocketReady = function(){
122
- if (config.wplc_use_node_server) {
123
- if (window.WebSocket) {
124
- return true;
125
- } else {
126
- return false;
127
- }
128
- } else {
129
- return false;
130
- }
131
- }
132
  }
133
 
134
- WPLCServer.Socket = {
135
- };
136
 
137
  WPLCServer.Ajax = {
138
- init : function(callback, messageHandler, failOver, restartHandler, clientEventLog){
139
- wplc_server_log("Ajax Init");
140
- if(typeof callback === "function"){
141
- callback();
142
- }
143
- },
144
- send : function (wplc_send_url, wplc_send_data, wplc_send_type, wplc_send_timeout, wplc_send_success_callback, wplc_send_fail_callback, wplc_send_complete_callback){
145
- jQuery.ajax({
146
- url : wplc_send_url,
147
- data : wplc_send_data,
148
- type : wplc_send_type,
149
- timeout : wplc_send_timeout,
150
- success : function(response){
151
- if(typeof wplc_send_success_callback === "function"){
152
- if(typeof wplc_send_data['action'] !== "undefined" && wplc_send_data['action'] !== "wplc_start_chat"){ //Is this the start?
153
- wplc_send_success_callback(response);
154
- } else {
155
- //Check if we are going to go into socket mode after this?
156
- if(config.wplc_use_node_server) {
157
- if (window.WebSocket) {
158
- wplc_send_success_callback(response); //Send the data if we are going to sockets after this
159
- }
160
- }
161
- }
162
- }
163
- },
164
- error : function(error, exception){
165
- if(typeof wplc_send_fail_callback === "function"){
166
- wplc_send_fail_callback(error, exception);
167
- }
168
- },
169
- complete : function(response){
170
- if(typeof wplc_send_complete_callback === "function"){
171
- wplc_send_complete_callback(response, wplc_send_data);
172
- }
173
- }
174
- });
175
- },
176
- isInSocketMode : function (){
177
- return wplc_node_sockets_ready;
178
- },
179
- isPreparingSocketMode : function(){
180
- var preparing = false;
181
- if(config.wplc_use_node_server) {
182
  if (window.WebSocket) {
183
- preparing = true;
184
- }
185
- }
186
-
187
- return preparing;
188
- },
189
- transportPrepared : function(){
190
- return wplc_transport_prepared;
191
- },
192
- asyncStorage : function(wplc_send_url, wplc_send_data, wplc_send_timeout){
193
- //Do nothing -> Ajax handles
194
- },
195
- forceClosePort : function(){
196
- //Do Nothing ajax doesnt use socket ports
197
- },
198
- sendMessage : function(wplc_send_url, wplc_send_data, wplc_send_type, wplc_send_timeout, wplc_send_success_callback, wplc_send_fail_callback, wplc_send_complete_callback){
199
- WPLCServer.Ajax.send(wplc_send_url, wplc_send_data, wplc_send_type, wplc_send_timeout, wplc_send_success_callback, wplc_send_fail_callback, wplc_send_complete_callback);
200
- }
201
  };
202
 
203
 
204
- function wplc_server_log(msg){
205
- if(wplc_supress_server_logs !== true && window.console){
206
- console.log("WPLC SERVER: " + msg);
207
- }
208
  }
209
 
210
- function wplc_server_error(msg){
211
- if(window.console){
212
- console.error("WPLC SERVER ERROR: " + msg);
213
- }
214
  }
215
 
216
- function wplc_socket_send(data, success, fail, complete){
217
- if(wplc_node_port_open){
218
- wplc_socket_add_to_queue(data, success, fail, complete);
219
-
220
- //if(data.action !== "wplc_user_send_msg" && data.action !== "wplc_admin_send_msg"){
221
- var wplc_current_queue_item = wplc_socket_get_next_in_queue();
222
- if(wplc_current_queue_item !== false){
223
- if(typeof wplc_node_socket !== "undefined" && wplc_node_socket !== null){
224
- if(wplc_node_socket.readyState !== WebSocket.CONNECTING && wplc_node_socket.readyState !== WebSocket.CLOSING && wplc_node_socket.readyState !== WebSocket.CLOSED){
225
- wplc_current_queue_item.data.is_typing = typeof wplc_node_is_client_typing !== "undefined" ? wplc_node_is_client_typing : false;
226
- wplc_node_socket.send(JSON.stringify(wplc_current_queue_item.data));
227
-
228
- if(typeof wplc_current_queue_item.success === "function"){
229
- wplc_current_queue_item.success();
230
- }
231
- } else {
232
- //Try again in a sec just now -> Add it to the queue
233
- setTimeout(function(){
234
- wplc_socket_send(data, success, fail, complete);
235
- }, 500);
236
- }
237
- } else {
238
- setTimeout(function(){
239
- //Try again in a sec just now -> Add it to the queue
240
- wplc_socket_send(data, success, fail, complete);
241
- }, 500);
242
- }
243
- }
244
- //}
245
- }
246
- }
247
 
248
- function wplc_sanitize_attributes( str ){
249
- var wplc_allowed_attributes = "onload,onclick,alert,onerror,dalert";
250
- var allowed_attr = wplc_allowed_attributes.split(",");
251
- for( i = 0; i < allowed_attr.length; i++ ){
252
- str = str.replace(allowed_attr[i], '');
 
 
 
253
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
254
 
255
- return str;
256
  }
257
 
258
- function wplc_socket_add_to_queue(data, success, fail, complete){
259
- if(typeof data.server_token === "undefined"){
260
- if(typeof tcx_api_key !== "undefined"){
261
- data.server_token = tcx_api_key;
262
- } else {
263
- wplc_server_error("No Server Token Present, Something will go wrong");
264
- }
265
- }
266
-
267
-
268
- var queue_item = {
269
- data: data,
270
- success: success,
271
- fail: fail,
272
- complete: complete
273
- }
274
-
275
- if(wplc_node_send_queue.length > 0){
276
- var last_item = wplc_node_send_queue[wplc_node_send_queue.length - 1];
277
- if(JSON.stringify(last_item.data) !== JSON.stringify(data)){
278
- wplc_node_send_queue.push(queue_item);
279
- }
280
- } else {
281
- wplc_node_send_queue.push(queue_item);
282
- }
283
  }
284
 
285
- function wplc_socket_get_next_in_queue(){
286
- if(wplc_node_send_queue.length > 0){
287
- return wplc_node_send_queue.shift();
288
- } else {
289
- return false;
290
- }
291
  }
292
 
293
  function wplc_rest_api(type, wplc_send_data, wplc_send_timeout, next) {
@@ -301,17 +300,17 @@ function wplc_rest_api(type, wplc_send_data, wplc_send_timeout, next) {
301
  if (!!wplc_restapi_enabled.value && typeof wplc_restapi_endpoint !== "undefined") {
302
  //REST API is ready to rumble
303
  var anti_cache = Date.now();
304
- wplc_send_url = wplc_restapi_endpoint + "/" + type + "?nocache="+anti_cache;
305
  var prepared_data = wplc_send_data;
306
  var x = {
307
- action : wplc_node_ajax_action,
308
- relay_action : wplc_send_data.action,
309
- chat_id : wplc_send_data.cid,
310
- security : wplc_send_data.security,
311
- message : wplc_send_data.msg,
312
- server_token : wplc_restapi_token,
313
- wplc_extra_data:document.wplc_extra_data,
314
- wplc_data : wplc_send_data
315
  };
316
 
317
  prepared_data.server_token = wplc_restapi_token;
@@ -322,15 +321,15 @@ function wplc_rest_api(type, wplc_send_data, wplc_send_timeout, next) {
322
  prepared_data._wpnonce = wplc_restapi_nonce;
323
 
324
  wplc_xhr = jQuery.ajax({
325
- url : wplc_send_url,
326
- data : prepared_data,
327
- type : "POST",
328
- timeout : wplc_send_timeout,
329
- success : function(response){
330
  wplc_server_log("REST SEND = SUCCESS");
331
  next(response);
332
  },
333
- error : function(error, exception){
334
  wplc_server_log("REST SEND = FAIL");
335
  next();
336
  },
@@ -342,156 +341,156 @@ function wplc_rest_api(type, wplc_send_data, wplc_send_timeout, next) {
342
  }
343
 
344
  function wplc_json_validator(str) {
345
- try {
346
- JSON.parse(str);
347
- } catch (e) {
348
- return false;
349
- }
350
- return true;
351
  }
352
 
353
- function wplc_node_parse_async_from_object(obj, complete){
354
- for(var i in obj){
355
- if(obj.hasOwnProperty(i)){
356
- wplc_node_async_array.push(obj[i]);
357
- }
358
- }
359
 
360
- if(typeof complete === "function"){
361
- complete();
362
- }
363
  }
364
 
365
- function wplc_node_global_message_receiver(data){
366
- if(data){
367
- if (typeof data !== "object") {
368
- data = JSON.parse(data);
369
- }
370
- }
371
-
372
- if(typeof data['pair_name'] !== "undefined"){
373
- if(data['pair_name'] !== wplc_node_pair_name){
374
- wplc_node_pair_name = data['pair_name'];
375
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
376
  }
377
-
378
- if(typeof data['pair_typing'] !== "undefined"){
379
-
380
- if(data['pair_typing'] === true || data['pair_typing'] === "true"){
381
- if(wplc_node_is_pair_typing_indicator_visible === false){
382
- if (jQuery("#wplc_user_typing").length>0) { } else {
383
- jQuery(".typing_indicator").html("<span id='wplc_user_typing'>"+wplc_safe_html(wplc_node_pair_name+config.wplc_localized_string_is_typing_single)+"</span>");
384
- jQuery(".typing_indicator").addClass("typing_indicator_active");
385
- }
386
- }
387
- wplc_node_is_pair_typing_indicator_visible = true;
388
- } else {
389
- if(wplc_node_is_pair_typing_indicator_visible === true){
390
- if (jQuery("#wplc_user_typing").length>0) {
391
- jQuery("#wplc_user_typing").fadeOut("slow").remove();
392
- jQuery(".typing_indicator").removeClass("typing_indicator_active");
393
- }
394
- }
395
- wplc_node_is_pair_typing_indicator_visible = false;
396
- }
397
-
398
- }
399
  }
400
 
401
- function wplc_add_date_and_time(the_message,originates) {
402
-
403
- if (parseInt(originates) === 1 || parseInt(originates) === 2) {
404
-
405
- var time_msg = '';
406
-
407
- /* identfy the timestamp */
408
- if (typeof the_message.other === "undefined" || typeof the_message.other.datetime === "undefined" || the_message.other === false) {
409
- /* only run if it hasnt got a timestamp in the .other.datetime key */
410
- if (typeof the_message.timestamp !== "undefined") {
411
- /* most likely came from node as node */
412
-
413
- if (typeof the_message.other !== "object") { the_message.other = {}; }
414
- the_message.other.datetime = the_message.timestamp;
415
-
416
- }
417
- }
418
-
419
- if (typeof the_message.other === "undefined" || typeof the_message.other.datetime === "undefined") {
420
- /* there is no datetime so return nothing */
421
- return '';
422
- } else {
423
- if (typeof wplc_show_chat_detail !== "undefined") {
424
-
425
- var datetimestamp = the_message.other.hasOwnProperty( 'datetimeUTC' ) ? the_message.other.datetimeUTC : the_message.other.datetime;
426
- var dateTime = new Date( parseInt( datetimestamp ) * 1000 );
427
-
428
- if ( typeof wplc_show_chat_detail.date !== 'undefined' && '1' === wplc_show_chat_detail.date ) {
429
-
430
- var date_format = typeof wplc_datetime_format !== 'undefined' && wplc_datetime_format.hasOwnProperty( 'date_format' ) ? wplc_datetime_format.date_format : 'n/d';
431
- var date_month = dateTime.getMonth();
432
- var date_day = dateTime.getDate();
433
- var date_day_no = dateTime.getDay();
434
- var date_year = dateTime.getFullYear();
435
-
436
- time_msg += date_format
437
- .replace( /S/g, '%S%' )
438
- .replace( /D/g, '%D%' )
439
- .replace( /l/g, '%l%' )
440
- .replace( /F/g, '%F%' )
441
- .replace( /M/g, '%M%' )
442
- .replace( /j/g, date_day )
443
- .replace( /d/g, date_day < 10 ? '0' + date_day : date_day )
444
- .replace( /w/g, date_day_no )
445
- .replace( /n/g, date_month + 1 )
446
- .replace( /m/g, date_month + 1 < 10 ? '0' + ( date_month + 1 ) : date_month + 1 )
447
- .replace( /Y/g, date_year )
448
- .replace( /y/g, date_year.toString().substr( 2, 2 ) )
449
- .replace( /%S%/g, 1 === date_day ? 'st' : ( 2 === date_day ? 'nd' : ( 3 === date_day ? 'rd' : 'th' ) ) )
450
- .replace( /%D%/g, config.date_days[ date_day_no ].substr( 0, 3 ) )
451
- .replace( /%l%/g, config.date_days[ date_day_no ] )
452
- .replace( /%F%/g, config.date_months[ date_month ] )
453
- .replace( /%M%/g, config.date_months[ date_month ].substr( 0, 3 ) ) + ' ';
454
-
455
- }
456
- if ( typeof wplc_show_chat_detail.time !== "undefined" && '1' === wplc_show_chat_detail.time ) {
457
-
458
- var time_format = typeof wplc_datetime_format !== 'undefined' && wplc_datetime_format.hasOwnProperty( 'time_format' ) ? wplc_datetime_format.time_format : 'H:i';
459
- var time_hours_12 = dateTime.getHours() > 12 ? dateTime.getHours() - 12 : ( dateTime.getHours() < 1 ? 12 : dateTime.getHours() );
460
- var time_hours_24 = dateTime.getHours();
461
- var time_am_pm = time_hours_24 > 11 ? 'pm' : 'am';
462
- var time_minutes = dateTime.getMinutes();
463
-
464
- time_msg += time_format
465
- .replace( /g/g, time_hours_12 )
466
- .replace( /h/g, time_hours_12 < 10 ? '0' + time_hours_12 : time_hours_12 )
467
- .replace( /G/g, time_hours_24 )
468
- .replace( /H/g, time_hours_24 < 10 ? '0' + time_hours_24 : time_hours_24 )
469
- .replace( /i/g, time_minutes < 10 ? '0' + time_minutes : time_minutes )
470
- .replace( /a/g, time_am_pm.toLowerCase() )
471
- .replace( /A/g, time_am_pm.toUpperCase() );
472
-
473
- }
474
- if (time_msg !== '') {
475
- if (parseInt(originates) === 1) { aoru_class = 'wplc-msg-float-left'; } else { aoru_class = 'wplc-msg-float-right'; }
476
- time_msg = '<span class="timedate '+aoru_class+'">'+time_msg+'</span>';
477
- }
478
- }
479
-
480
-
481
- return time_msg;
482
- }
483
- } else {
484
- return '';
485
- }
486
 
487
  }
488
 
489
  function wplc_get_chat_person_name_msg_field(name) {
490
- try {
491
- return '<span class="wplc-chat-person-name">' + name + ': </span>';
492
- } catch(err) {
493
- //console.log("Could not wplc_get_chat_person_name_msg_field() " + err);
494
- }
495
  }
496
 
497
  /**
@@ -524,7 +523,7 @@ function wplc_push_message_to_chatbox(the_message, aoru, next) {
524
  if (add_message) {
525
  add_message = typeof the_message.originates !== "undefined" && the_message.originates !== null && the_message.originates !== "null";
526
  }
527
-
528
  if (add_message) {
529
  var message_class = "";
530
  var message_grav = "";
@@ -545,136 +544,139 @@ function wplc_push_message_to_chatbox(the_message, aoru, next) {
545
 
546
  switch (msgType) {
547
 
548
- case 'admin': {
549
- //From Admin
550
- /* Define which agent it was sent from */
551
- message_aid = false;
552
- if (typeof the_message.other !== "undefined" && typeof the_message.other.aid !== "undefined") {
553
- message_aid = the_message.other.aid.toString(); /* set it to a string because wp_localize doesnt know how to set keys as integers */
554
- } else if (typeof the_message.other !== "undefined" && typeof the_message.other.agent_id !== "undefined") {
555
- /* cloud server uses "agent_id" instead of "aid" */
556
- message_aid = the_message.other.agent_id.toString();
557
- }
558
- message_class = "wplc-admin-message wplc-color-bg-4 wplc-color-2 wplc-color-border-4";
 
559
 
560
- // If it is audio message
561
- isAudioPattern = audioPattern.test(the_message.msg);
562
- if (isAudioPattern) {
563
- message_class += " wplc-user-message-audio";
564
- }
565
 
566
- if (aoru === 'u') {
567
- /* message came from admin, intended for user */
568
- if (message_aid !== false && typeof wplc_agent_data !== "undefined" && typeof wplc_agent_data[message_aid] !== "undefined") {
569
- /* we know who the agent was that sent this message (v7.1.00+) */
570
- if (typeof wplc_show_chat_detail !== "undefined") {
571
- if (typeof wplc_show_chat_detail.avatar !== "undefined" && wplc_show_chat_detail.avatar === "1") {
572
- message_grav = (typeof wplc_agent_data[message_aid].md5 !== "undefined" ? "<img src='"+wplc_user_avatars[message_aid]+"?s=80&d=mm' class='wplc-admin-message-avatar' />" : "");
 
 
 
 
573
  }
574
- if (typeof wplc_show_chat_detail.name !== "undefined" && wplc_show_chat_detail.name === "1") {
575
- message_from = (typeof wplc_agent_data[message_aid].name !== "undefined" ? wplc_get_chat_person_name_msg_field(wplc_agent_data[message_aid].name) : "");
 
 
 
 
 
 
 
576
  }
577
  }
578
  } else {
579
- /* we do'nt know which agent sent this message, so lets set it as the current user instead (backwards compat) */
580
- if (typeof wplc_show_chat_detail !== "undefined") {
581
- if (typeof wplc_show_chat_detail.avatar !== "undefined" && wplc_show_chat_detail.avatar === "1") {
582
- message_grav = (typeof wplc_current_agent.email !== "undefined" ? "<img src='"+wplc_user_avatars[message_aid]+"?s=80&d=mm' class='wplc-admin-message-avatar' />" : "");
583
- }
584
- if (typeof wplc_show_chat_detail.name !== "undefined" && wplc_show_chat_detail.name === "1") {
585
- message_from = (typeof wplc_current_agent.name !== "undefined" ? wplc_get_chat_person_name_msg_field(wplc_current_agent.name) : "");
 
 
586
  }
587
- }
588
- }
589
- } else {
590
- if (message_aid !== false && typeof wplc_agent_data !== "undefined" && typeof wplc_agent_data[message_aid] !== "undefined") {
591
- /* we know who the agent was that sent this message (v7.1.00+) */
592
- if (typeof wplc_show_chat_detail !== "undefined") {
593
  if (typeof wplc_show_chat_detail.avatar !== "undefined" && wplc_show_chat_detail.avatar === "1") {
594
- message_grav = (typeof wplc_agent_data[message_aid].md5 !== "undefined" ? "<img src='//www.gravatar.com/avatar/"+wplc_agent_data[message_aid].md5+"?s=80&d=mm' class='wplc-admin-message-avatar' />" : "");
595
  }
596
  if (typeof wplc_show_chat_detail.name !== "undefined" && wplc_show_chat_detail.name === "1") {
597
- message_from = (typeof wplc_agent_data[message_aid].name !== "undefined" ? wplc_get_chat_person_name_msg_field(wplc_agent_data[message_aid].name) : "");
598
  }
599
  }
600
- } else {
601
- if (typeof wplc_show_chat_detail.avatar !== "undefined" && wplc_show_chat_detail.avatar === "1") {
602
- message_grav = (typeof wplc_admin_agent_email !== "undefined" ? "<img src='//www.gravatar.com/avatar/"+wplc_admin_agent_email+"?s=80&d=mm' class='wplc-admin-message-avatar' />" : "");
603
- }
604
- if (typeof wplc_show_chat_detail.name !== "undefined" && wplc_show_chat_detail.name === "1") {
605
- message_from = (typeof wplc_admin_agent_name !== "undefined" ? wplc_get_chat_person_name_msg_field(wplc_admin_agent_name) : "");
606
- }
607
  }
608
- }
609
 
610
- message_content = the_message.msg;
611
- wplc_new_message_sound = true;
612
- break;
613
- }
614
 
615
- case 'system': {
616
- //System Notification
617
- message_class = "wplc-system-notification wplc-color-4";
618
- message_content = the_message.msg;
619
- if (typeof the_message.other.ntype !== "undefined") {
620
- if (the_message.other.ntype === "joined") {
621
- jQuery.event.trigger({type: "wplc_agent_joined", ndata:the_message});
 
 
622
  }
 
623
  }
624
- break;
625
- }
626
 
627
- case 'user': {
628
- /* most likely from the user */
629
- message_class = "wplc-user-message wplc-color-bg-1 wplc-color-2 wplc-color-border-1";
630
- isAudioPattern = audioPattern.test(the_message.msg);
631
- if (isAudioPattern) {
632
- message_class += " wplc-user-message-audio";
633
- }
 
634
 
635
- if (aoru === 'u') {
636
- if (jQuery(wplc_email).val() !== "") {
637
- message_grav = md5(jQuery(wplc_email).val());
638
- } else {
639
- if (typeof visitor_list !== "undefined" && typeof visitor_list[active_chatid] !== "undefined" && typeof visitor_list[active_chatid].email !== "undefined") {
640
- message_grav = md5(visitor_list[active_chatid].email);
641
  } else {
642
- if (typeof wplc_cookie_email !== "undefined" && wplc_cookie_email !== "") {
643
- message_grav = md5(wplc_cookie_email);
644
  } else {
645
- message_grav = 'x';
 
 
 
 
646
  }
647
  }
648
- }
649
 
650
- message_grav = "<img src='//www.gravatar.com/avatar/" + message_grav + "?s=80&d=mm' class='wplc-user-message-avatar' />";
651
- if (typeof Cookies.get("wplc_name") === "undefined") {
652
- message_from = wplc_get_chat_person_name_msg_field(config.wplc_user_default_visitor_name);
653
- } else {
654
- message_from = wplc_get_chat_person_name_msg_field(Cookies.get("wplc_name"));
655
- }
656
- } else {
657
- if (typeof wplc_chat_email !== "undefined") {
658
- message_grav = wplc_chat_email;
659
  } else {
660
- if (typeof visitor_list !== "undefined" && typeof visitor_list[active_chatid] !== "undefined" && typeof visitor_list[active_chatid].email !== "undefined") {
661
- message_grav = md5(visitor_list[active_chatid].email);
662
  } else {
663
- if(typeof wplc_cookie_email !== "undefined" && wplc_cookie_email !== ""){
664
- message_grav = md5(wplc_cookie_email);
665
  } else {
666
- message_grav = 'x';
 
 
 
 
667
  }
668
  }
 
 
 
 
669
  }
670
- message_grav = "<img src='//www.gravatar.com/avatar/" + message_grav + "?s=80&d=mm' class='wplc-user-message-avatar' />";
671
- if (typeof wplc_chat_name !== "undefined") {
672
- message_from = wplc_get_chat_person_name_msg_field(wplc_chat_name);
673
- }
674
  }
675
- message_content = the_message.msg;
676
- break;
677
- }
678
 
679
  }
680
 
@@ -692,7 +694,7 @@ function wplc_push_message_to_chatbox(the_message, aoru, next) {
692
  }
693
  }
694
 
695
- message_class += " message_"+the_message.mid;
696
 
697
  if (message_content !== "") {
698
  //message_content = wplc_sanitize_attributes(message_content);
@@ -700,7 +702,7 @@ function wplc_push_message_to_chatbox(the_message, aoru, next) {
700
  isAudioPattern = audioPattern.test(message_content);
701
 
702
  // Open the HTML of a message
703
- var concatenated_message = "<span class='" + message_class + "' mid='"+the_message.mid+"'>";
704
 
705
  if (typeof wplc_show_chat_detail !== "undefined") {
706
  if (typeof wplc_show_chat_detail.avatar !== "undefined" && wplc_show_chat_detail.avatar === "1") {
@@ -711,7 +713,7 @@ function wplc_push_message_to_chatbox(the_message, aoru, next) {
711
  if (isAudioPattern) {
712
  concatenated_message += "<div class='wplc-msg-content wplc-msg-content-audio' mid='" + the_message.mid + "'>";
713
  } else {
714
- concatenated_message += "<div class='wplc-msg-content' mid='"+the_message.mid+"'>";
715
  }
716
 
717
  if (isAudioPattern) {
@@ -740,13 +742,13 @@ function wplc_push_message_to_chatbox(the_message, aoru, next) {
740
 
741
  // If it is a GIF message
742
  if (message_content.match(gifExtensionPattern)) {
743
- concatenated_message += "<span class='messageBody'><img src='"+ wplc_get_clean_gifurl(message_content) + "' class='gif-img'/></span>";
744
  } else if (isAudioPattern) {
745
  // If it is audio pattern
746
- concatenated_message += "<span class='messageBody'>"+message_content+"</span>";
747
  } else {
748
  // If it is a regular message
749
- concatenated_message += "<span class='messageBody'>"+message_content+"</span>";
750
  }
751
 
752
  // Close the person name/message wrapper, if it was added
@@ -754,7 +756,7 @@ function wplc_push_message_to_chatbox(the_message, aoru, next) {
754
 
755
  // Close the HTML of a message
756
  concatenated_message += "</span>";
757
- concatenated_message += wplc_add_date_and_time(the_message,the_message.originates);
758
 
759
  if (aoru === 'u') {
760
  wplc_chat_box_elemn = "#wplc_chatbox";
@@ -762,7 +764,7 @@ function wplc_push_message_to_chatbox(the_message, aoru, next) {
762
  if (config.wplc_use_node_server) {
763
  wplc_chat_box_elemn = "#messages";
764
  } else {
765
- wplc_chat_box_elemn = "#admin_chat_box_area_"+wplc_cid;
766
  }
767
  }
768
 
@@ -772,121 +774,123 @@ function wplc_push_message_to_chatbox(the_message, aoru, next) {
772
  next();
773
  }
774
 
775
- jQuery(function(){
776
- jQuery(function(){
777
- var wplc_node_searchTimeout;
778
-
779
- jQuery("body").on("keydown","#wplc_chatmsg", function(e) {
780
- if (e.which==13 && jQuery.trim(document.getElementById('wplc_chatmsg').value)=='') {
781
- // sink this event
782
- return false;
783
- }
784
- });
785
-
786
- jQuery("body").on("keydown","#wplc_chatmsg, #wplc_admin_chatmsg", function(e) {
787
- if(typeof wplc_node_sockets_ready !== "undefined" && wplc_node_sockets_ready === true){
788
- if(typeof wplc_node_is_client_typing !== "undefined"){
789
- if (e.which <= 90 && e.which >= 48) {
790
- if (wplc_node_is_client_typing) {
791
- wplc_node_renew_typing();
792
- return;
793
- }
794
- wplc_node_is_client_typing = true;
795
-
796
- wplc_node_searchTimeout = setTimeout(wplc_node_clear_typing, 1000);
797
- }
798
- }
799
- }
800
- });
801
-
802
- jQuery("body").on("click", "#wplc_na_msg_btn", function() {
803
- var wplc_is_gdpr_enabled = jQuery(this).attr('data-wplc-gdpr-enabled');
804
- if(typeof wplc_is_gdpr_enabled !== "undefined" && (wplc_is_gdpr_enabled === 'true' )){
805
- var wplc_gdpr_opt_in_checked = jQuery("#wplc_chat_gdpr_opt_in").is(':checked');
806
- if(typeof wplc_gdpr_opt_in_checked === "undefined" || wplc_gdpr_opt_in_checked === false){
807
- /* GDPR requirements not met */
808
- jQuery("#wplc_chat_gdpr_opt_in").addClass('incomplete');
809
- return false;
810
- }
811
- jQuery("#wplc_chat_gdpr_opt_in").removeClass('incomplete');
812
- }
813
- var wplc_name = jQuery("#wplc_name").val().replace(/(<([^>]+)>)/ig,"");
814
- var wplc_email = jQuery("#wplc_email").val().replace(/(<([^>]+)>)/ig,"");
815
- var wplc_msg = jQuery("#wplc_message").val();
816
- var wplc_domain = jQuery("#wplc_domain_offline").val();
817
- var ip_address = jQuery("#wplc_ip_address").val();
818
-
819
- if (wplc_name.length <= 0) { alert(wplc_error_messages.valid_name); return false; }
820
- if (wplc_email.length <= 0) { alert(wplc_error_messages.valid_email); return false; }
821
- var testEmail = /^[A-Z0-9._%+-]+@([A-Z0-9-]+\.)+[A-Z]{2,12}$/i;
822
- if (!testEmail.test(wplc_email)){
823
- alert(wplc_error_messages.valid_email); return false;
824
- }
825
- if (wplc_msg.length <= 0) { alert(wplc_error_messages.empty_message); return false; }
826
- jQuery("#wp-live-chat.classic #wp-live-chat-2-info").hide();
827
- jQuery("#wplc_message_div").html(wplc_offline_msg);
828
-
829
- wplc_cid = Cookies.get('wplc_cid');
830
-
831
- var data = {
832
- action: 'wplc_user_send_offline_message',
833
- security: wplc_nonce,
834
- cid: wplc_cid,
835
- name: wplc_name,
836
- email: wplc_email,
837
- msg: wplc_msg,
838
- ip: ip_address,
839
- domain: wplc_domain,
840
- wplc_extra_data:wplc_extra_data
841
- };
842
-
843
- jQuery.post(wplc_ajaxurl_site, data, function(response) {
844
- jQuery("#wplc_message_div").html(wplc_offline_msg3);
845
- });
846
- if (typeof wplc_enable_ga !== "undefined" && wplc_enable_ga === '1') {
847
- if (typeof ga !== "undefined") {
848
- ga('send', {
849
- hitType: 'event',
850
- eventCategory: 'WP_Live_Chat_Support',
851
- eventAction: 'Event',
852
- eventLabel: 'User Send Offline Message'
853
- });
854
- }
855
  }
856
- });
857
 
 
 
 
 
 
858
 
859
- function wplc_node_renew_typing() {
860
- clearTimeout(wplc_node_searchTimeout);
861
- wplc_node_searchTimeout = setTimeout(wplc_node_clear_typing, 1000);
862
- }
863
- function wplc_node_clear_typing() {
864
- wplc_node_is_client_typing = false;
865
- clearTimeout(wplc_node_searchTimeout);
866
- }
867
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
868
  });
869
 
870
- var wplc_generate_system_notification_object = function(msg,other,originates) {
871
- the_message = {};
872
- the_message.originates = originates;
873
- the_message.msg = msg;
874
- the_message.other = other;
875
- var wplc_d = new Date();
876
- the_message.other.datetime = Math.round( wplc_d.getTime() / 1000 );
877
- return the_message;
878
  }
879
 
880
  function wplc_display_system_notification(message) {
881
- message_output = '<div id="tcx_notification_message" class="wplc-color-bg-1 wplc-color-2">' + message.msg + '</div>';
882
-
883
- if (jQuery('#tcx_notification_message').length == 0) {
884
- jQuery('#wp-live-chat-4').prepend(message_output);
885
- }
886
  }
887
 
888
  function wplc_clear_system_notification() {
889
- if (jQuery('#tcx_notification_message').length !== 0) {
890
- jQuery('#tcx_notification_message').remove();
891
- }
892
  }
1
  /*
2
  * Hanldes Message transportation within WPLC
3
+ */
4
  var gifExtensionPattern = /http(s?):([/|.|\w|\s|-])*\.gif/;
5
 
6
  var wplc_server_method = null;
31
 
32
 
33
 
34
+ function WPLCServer() {
35
+ var wplc_server_ref = this;
36
+ //Default to ajax until chat starts
37
+ wplc_server_method = WPLCServer.Ajax;
38
+ wplc_server_ref.send = wplc_server_method.send;
39
+
40
+ wplc_server_ref.isInSocketMode = wplc_server_method.isInSocketMode;
41
+ wplc_server_ref.isPreparingSocketMode = wplc_server_method.isPreparingSocketMode;
42
+ wplc_server_ref.transportPrepared = wplc_server_method.transportPrepared;
43
+ wplc_server_ref.asyncStorage = wplc_server_method.asyncStorage;
44
+ wplc_server_ref.forceClosePort = wplc_server_method.forceClosePort;
45
+ wplc_server_ref.sendMessage = wplc_server_method.sendMessage;
46
+
47
+
48
+ wplc_server_ref.prepareTransport = function(callback, messageHandler, restartHandler, clientEventLog) {
49
+ wplc_server_log("-------------------");
50
+ wplc_server_log("Preparing Transport");
51
+ if (config.wplc_use_node_server) {
52
+ if (window.WebSocket) {
53
+ //Sockets are supported
54
+ wplc_server_method = WPLCServer.Socket;
55
+ wplc_server_log("Socket Mode");
56
+ } else {
57
+ wplc_server_method = WPLCServer.Ajax;
58
+ wplc_server_log("Ajax Mode");
59
+ }
60
+ } else {
61
+ wplc_server_method = WPLCServer.Ajax;
62
+ wplc_server_log("Ajax Mode");
63
+ }
64
+
65
+ wplc_server_method.init(function() {
66
+ wplc_server_ref.send = wplc_server_method.send;
67
+ wplc_server_ref.isInSocketMode = wplc_server_method.isInSocketMode;
68
+ wplc_server_ref.isPreparingSocketMode = wplc_server_method.isPreparingSocketMode;
69
+ wplc_server_ref.transportPrepared = wplc_server_method.transportPrepared;
70
+ wplc_server_ref.asyncStorage = wplc_server_method.asyncStorage;
71
+ wplc_server_ref.forceClosePort = wplc_server_method.forceClosePort;
72
+ wplc_server_ref.sendMessage = wplc_server_method.sendMessage;
73
+
74
+ if (typeof callback === "function") {
75
+ callback();
76
+ }
77
+ }, messageHandler, function() {
78
+ wplc_server_method = WPLCServer.Ajax;
79
+ wplc_server_log("Ajax Mode - Fail Over");
80
+
81
+ wplc_server_ref.send = wplc_server_method.send;
82
+ wplc_server_ref.isInSocketMode = wplc_server_method.isInSocketMode;
83
+ wplc_server_ref.isPreparingSocketMode = function() { return false; };
84
+ wplc_server_ref.transportPrepared = wplc_server_method.transportPrepared;
85
+ wplc_server_ref.asyncStorage = wplc_server_method.asyncStorage;
86
+ wplc_server_ref.forceClosePort = wplc_server_method.forceClosePort;
87
+ wplc_server_ref.sendMessage = wplc_server_method.sendMessage;
88
+
89
+ if (typeof wplc_ajaxurl !== "undefined" && typeof wplc_nonce !== "undefined" && typeof wplc_cid !== "undefined") {
90
+ var wplc_fail_over_data = {
91
+ action: 'wplc_node_switch_to_ajax',
92
+ security: wplc_nonce,
93
+ cid: wplc_cid
94
+ };
95
+
96
+ jQuery.ajax({
97
+ url: wplc_ajaxurl,
98
+ data: wplc_fail_over_data,
99
+ type: "POST",
100
+ timeout: 120000,
101
+ success: function(response) {
102
+ wplc_server_log("Ajax Mode Enabled");
103
+ },
104
+ error: function(error, exception) {
105
+ wplc_server_log("Chat Fail Over Could Not Be Setup");
106
+ },
107
+ complete: function(response) {
108
+ if (typeof callback === "function") {
109
+ callback();
110
+ }
111
+ }
112
+ });
113
+ }
114
+ }, restartHandler, clientEventLog);
115
+
116
+ wplc_server_log("Transport Prepared");
117
+ wplc_server_log("-------------------");
118
+ wplc_transport_prepared = true;
119
+ }
120
+
121
+ wplc_server_ref.browserIsSocketReady = function() {
122
+ if (config.wplc_use_node_server) {
123
+ if (window.WebSocket) {
124
+ return true;
125
+ } else {
126
+ return false;
127
+ }
128
+ } else {
129
+ return false;
130
+ }
131
+ }
132
  }
133
 
134
+ WPLCServer.Socket = {};
 
135
 
136
  WPLCServer.Ajax = {
137
+ init: function(callback, messageHandler, failOver, restartHandler, clientEventLog) {
138
+ wplc_server_log("Ajax Init");
139
+ if (typeof callback === "function") {
140
+ callback();
141
+ }
142
+ },
143
+ send: function(wplc_send_url, wplc_send_data, wplc_send_type, wplc_send_timeout, wplc_send_success_callback, wplc_send_fail_callback, wplc_send_complete_callback) {
144
+ jQuery.ajax({
145
+ url: wplc_send_url,
146
+ data: wplc_send_data,
147
+ type: wplc_send_type,
148
+ timeout: wplc_send_timeout,
149
+ success: function(response) {
150
+ if (typeof wplc_send_success_callback === "function") {
151
+ if (typeof wplc_send_data['action'] !== "undefined" && wplc_send_data['action'] !== "wplc_start_chat") { //Is this the start?
152
+ wplc_send_success_callback(response);
153
+ } else {
154
+ //Check if we are going to go into socket mode after this?
155
+ if (config.wplc_use_node_server) {
156
+ if (window.WebSocket) {
157
+ wplc_send_success_callback(response); //Send the data if we are going to sockets after this
158
+ }
159
+ }
160
+ }
161
+ }
162
+ },
163
+ error: function(error, exception) {
164
+ if (typeof wplc_send_fail_callback === "function") {
165
+ wplc_send_fail_callback(error, exception);
166
+ }
167
+ },
168
+ complete: function(response) {
169
+ if (typeof wplc_send_complete_callback === "function") {
170
+ wplc_send_complete_callback(response, wplc_send_data);
171
+ }
172
+ }
173
+ });
174
+ },
175
+ isInSocketMode: function() {
176
+ return wplc_node_sockets_ready;
177
+ },
178
+ isPreparingSocketMode: function() {
179
+ var preparing = false;
180
+ if (config.wplc_use_node_server) {
181
  if (window.WebSocket) {
182
+ preparing = true;
183
+ }
184
+ }
185
+
186
+ return preparing;
187
+ },
188
+ transportPrepared: function() {
189
+ return wplc_transport_prepared;
190
+ },
191
+ asyncStorage: function(wplc_send_url, wplc_send_data, wplc_send_timeout) {
192
+ //Do nothing -> Ajax handles
193
+ },
194
+ forceClosePort: function() {
195
+ //Do Nothing ajax doesnt use socket ports
196
+ },
197
+ sendMessage: function(wplc_send_url, wplc_send_data, wplc_send_type, wplc_send_timeout, wplc_send_success_callback, wplc_send_fail_callback, wplc_send_complete_callback) {
198
+ WPLCServer.Ajax.send(wplc_send_url, wplc_send_data, wplc_send_type, wplc_send_timeout, wplc_send_success_callback, wplc_send_fail_callback, wplc_send_complete_callback);
199
+ }
200
  };
201
 
202
 
203
+ function wplc_server_log(msg) {
204
+ if (wplc_supress_server_logs !== true && window.console) {
205
+ console.log("WPLC SERVER: " + msg);
206
+ }
207
  }
208
 
209
+ function wplc_server_error(msg) {
210
+ if (window.console) {
211
+ console.error("WPLC SERVER ERROR: " + msg);
212
+ }
213
  }
214
 
215
+ function wplc_socket_send(data, success, fail, complete) {
216
+ if (wplc_node_port_open) {
217
+ wplc_socket_add_to_queue(data, success, fail, complete);
218
+
219
+ //if(data.action !== "wplc_user_send_msg" && data.action !== "wplc_admin_send_msg"){
220
+ var wplc_current_queue_item = wplc_socket_get_next_in_queue();
221
+ if (wplc_current_queue_item !== false) {
222
+ if (typeof wplc_node_socket !== "undefined" && wplc_node_socket !== null) {
223
+ if (wplc_node_socket.readyState !== WebSocket.CONNECTING && wplc_node_socket.readyState !== WebSocket.CLOSING && wplc_node_socket.readyState !== WebSocket.CLOSED) {
224
+ wplc_current_queue_item.data.is_typing = typeof wplc_node_is_client_typing !== "undefined" ? wplc_node_is_client_typing : false;
225
+ wplc_node_socket.send(JSON.stringify(wplc_current_queue_item.data));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
226
 
227
+ if (typeof wplc_current_queue_item.success === "function") {
228
+ wplc_current_queue_item.success();
229
+ }
230
+ } else {
231
+ //Try again in a sec just now -> Add it to the queue
232
+ setTimeout(function() {
233
+ wplc_socket_send(data, success, fail, complete);
234
+ }, 500);
235
  }
236
+ } else {
237
+ setTimeout(function() {
238
+ //Try again in a sec just now -> Add it to the queue
239
+ wplc_socket_send(data, success, fail, complete);
240
+ }, 500);
241
+ }
242
+ }
243
+ //}
244
+ }
245
+ }
246
+
247
+ function wplc_sanitize_attributes(str) {
248
+ var wplc_allowed_attributes = "onload,onclick,alert,onerror,dalert";
249
+ var allowed_attr = wplc_allowed_attributes.split(",");
250
+ for (i = 0; i < allowed_attr.length; i++) {
251
+ str = str.replace(allowed_attr[i], '');
252
+ }
253
 
254
+ return str;
255
  }
256
 
257
+ function wplc_socket_add_to_queue(data, success, fail, complete) {
258
+ if (typeof data.server_token === "undefined") {
259
+ if (typeof tcx_api_key !== "undefined") {
260
+ data.server_token = tcx_api_key;
261
+ } else {
262
+ wplc_server_error("No Server Token Present, Something will go wrong");
263
+ }
264
+ }
265
+
266
+
267
+ var queue_item = {
268
+ data: data,
269
+ success: success,
270
+ fail: fail,
271
+ complete: complete
272
+ }
273
+
274
+ if (wplc_node_send_queue.length > 0) {
275
+ var last_item = wplc_node_send_queue[wplc_node_send_queue.length - 1];
276
+ if (JSON.stringify(last_item.data) !== JSON.stringify(data)) {
277
+ wplc_node_send_queue.push(queue_item);
278
+ }
279
+ } else {
280
+ wplc_node_send_queue.push(queue_item);
281
+ }
282
  }
283
 
284
+ function wplc_socket_get_next_in_queue() {
285
+ if (wplc_node_send_queue.length > 0) {
286
+ return wplc_node_send_queue.shift();
287
+ } else {
288
+ return false;
289
+ }
290
  }
291
 
292
  function wplc_rest_api(type, wplc_send_data, wplc_send_timeout, next) {
300
  if (!!wplc_restapi_enabled.value && typeof wplc_restapi_endpoint !== "undefined") {
301
  //REST API is ready to rumble
302
  var anti_cache = Date.now();
303
+ wplc_send_url = wplc_restapi_endpoint + "/" + type + "?nocache=" + anti_cache;
304
  var prepared_data = wplc_send_data;
305
  var x = {
306
+ action: wplc_node_ajax_action,
307
+ relay_action: wplc_send_data.action,
308
+ chat_id: wplc_send_data.cid,
309
+ security: wplc_send_data.security,
310
+ message: wplc_send_data.msg,
311
+ server_token: wplc_restapi_token,
312
+ wplc_extra_data: document.wplc_extra_data,
313
+ wplc_data: wplc_send_data
314
  };
315
 
316
  prepared_data.server_token = wplc_restapi_token;
321
  prepared_data._wpnonce = wplc_restapi_nonce;
322
 
323
  wplc_xhr = jQuery.ajax({
324
+ url: wplc_send_url,
325
+ data: prepared_data,
326
+ type: "POST",
327
+ timeout: wplc_send_timeout,
328
+ success: function(response) {
329
  wplc_server_log("REST SEND = SUCCESS");
330
  next(response);
331
  },
332
+ error: function(error, exception) {
333
  wplc_server_log("REST SEND = FAIL");
334
  next();
335
  },
341
  }
342
 
343
  function wplc_json_validator(str) {
344
+ try {
345
+ JSON.parse(str);
346
+ } catch (e) {
347
+ return false;
348
+ }
349
+ return true;
350
  }
351
 
352
+ function wplc_node_parse_async_from_object(obj, complete) {
353
+ for (var i in obj) {
354
+ if (obj.hasOwnProperty(i)) {
355
+ wplc_node_async_array.push(obj[i]);
356
+ }
357
+ }
358
 
359
+ if (typeof complete === "function") {
360
+ complete();
361
+ }
362
  }
363
 
364
+ function wplc_node_global_message_receiver(data) {
365
+ if (data) {
366
+ if (typeof data !== "object") {
367
+ data = JSON.parse(data);
368
+ }
369
+ }
370
+
371
+ if (typeof data['pair_name'] !== "undefined") {
372
+ if (data['pair_name'] !== wplc_node_pair_name) {
373
+ wplc_node_pair_name = data['pair_name'];
374
+ }
375
+ }
376
+
377
+ if (typeof data['pair_typing'] !== "undefined") {
378
+
379
+ if (data['pair_typing'] === true || data['pair_typing'] === "true") {
380
+ if (wplc_node_is_pair_typing_indicator_visible === false) {
381
+ if (jQuery("#wplc_user_typing").length > 0) {} else {
382
+ jQuery(".typing_indicator").html("<span id='wplc_user_typing'>" + wplc_safe_html(wplc_node_pair_name + config.wplc_localized_string_is_typing_single) + "</span>");
383
+ jQuery(".typing_indicator").addClass("typing_indicator_active");
384
+ }
385
+ }
386
+ wplc_node_is_pair_typing_indicator_visible = true;
387
+ } else {
388
+ if (wplc_node_is_pair_typing_indicator_visible === true) {
389
+ if (jQuery("#wplc_user_typing").length > 0) {
390
+ jQuery("#wplc_user_typing").fadeOut("slow").remove();
391
+ jQuery(".typing_indicator").removeClass("typing_indicator_active");
392
+ }
393
+ }
394
+ wplc_node_is_pair_typing_indicator_visible = false;
395
+ }
396
+
397
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
398
  }
399
 
400
+ function wplc_add_date_and_time(the_message, originates) {
401
+
402
+ if (parseInt(originates) === 1 || parseInt(originates) === 2) {
403
+
404
+ var time_msg = '';
405
+
406
+ /* identfy the timestamp */
407
+ if (typeof the_message.other === "undefined" || typeof the_message.other.datetime === "undefined" || the_message.other === false) {
408
+ /* only run if it hasnt got a timestamp in the .other.datetime key */
409
+ if (typeof the_message.timestamp !== "undefined") {
410
+ /* most likely came from node as node */
411
+
412
+ if (typeof the_message.other !== "object") { the_message.other = {}; }
413
+ the_message.other.datetime = the_message.timestamp;
414
+
415
+ }
416
+ }
417
+
418
+ if (typeof the_message.other === "undefined" || typeof the_message.other.datetime === "undefined") {
419
+ /* there is no datetime so return nothing */
420
+ return '';
421
+ } else {
422
+ if (typeof wplc_show_chat_detail !== "undefined") {
423
+
424
+ var datetimestamp = the_message.other.hasOwnProperty('datetimeUTC') ? the_message.other.datetimeUTC : the_message.other.datetime;
425
+ var dateTime = new Date(parseInt(datetimestamp) * 1000);
426
+
427
+ if (typeof wplc_show_chat_detail.date !== 'undefined' && '1' === wplc_show_chat_detail.date) {
428
+
429
+ var date_format = typeof wplc_datetime_format !== 'undefined' && wplc_datetime_format.hasOwnProperty('date_format') ? wplc_datetime_format.date_format : 'n/d';
430
+ var date_month = dateTime.getMonth();
431
+ var date_day = dateTime.getDate();
432
+ var date_day_no = dateTime.getDay();
433
+ var date_year = dateTime.getFullYear();
434
+
435
+ time_msg += date_format
436
+ .replace(/S/g, '%S%')
437
+ .replace(/D/g, '%D%')
438
+ .replace(/l/g, '%l%')
439
+ .replace(/F/g, '%F%')
440
+ .replace(/M/g, '%M%')
441
+ .replace(/j/g, date_day)
442
+ .replace(/d/g, date_day < 10 ? '0' + date_day : date_day)
443
+ .replace(/w/g, date_day_no)
444
+ .replace(/n/g, date_month + 1)
445
+ .replace(/m/g, date_month + 1 < 10 ? '0' + (date_month + 1) : date_month + 1)
446
+ .replace(/Y/g, date_year)
447
+ .replace(/y/g, date_year.toString().substr(2, 2))
448
+ .replace(/%S%/g, 1 === date_day ? 'st' : (2 === date_day ? 'nd' : (3 === date_day ? 'rd' : 'th')))
449
+ .replace(/%D%/g, config.date_days[date_day_no].substr(0, 3))
450
+ .replace(/%l%/g, config.date_days[date_day_no])
451
+ .replace(/%F%/g, config.date_months[date_month])
452
+ .replace(/%M%/g, config.date_months[date_month].substr(0, 3)) + ' ';
453
+
454
+ }
455
+ if (typeof wplc_show_chat_detail.time !== "undefined" && '1' === wplc_show_chat_detail.time) {
456
+
457
+ var time_format = typeof wplc_datetime_format !== 'undefined' && wplc_datetime_format.hasOwnProperty('time_format') ? wplc_datetime_format.time_format : 'H:i';
458
+ var time_hours_12 = dateTime.getHours() > 12 ? dateTime.getHours() - 12 : (dateTime.getHours() < 1 ? 12 : dateTime.getHours());
459
+ var time_hours_24 = dateTime.getHours();
460
+ var time_am_pm = time_hours_24 > 11 ? 'pm' : 'am';
461
+ var time_minutes = dateTime.getMinutes();
462
+
463
+ time_msg += time_format
464
+ .replace(/g/g, time_hours_12)
465
+ .replace(/h/g, time_hours_12 < 10 ? '0' + time_hours_12 : time_hours_12)
466
+ .replace(/G/g, time_hours_24)
467
+ .replace(/H/g, time_hours_24 < 10 ? '0' + time_hours_24 : time_hours_24)
468
+ .replace(/i/g, time_minutes < 10 ? '0' + time_minutes : time_minutes)
469
+ .replace(/a/g, time_am_pm.toLowerCase())
470
+ .replace(/A/g, time_am_pm.toUpperCase());
471
+
472
+ }
473
+ if (time_msg !== '') {
474
+ if (parseInt(originates) === 1) { aoru_class = 'wplc-msg-float-left'; } else { aoru_class = 'wplc-msg-float-right'; }
475
+ time_msg = '<span class="timedate ' + aoru_class + '">' + time_msg + '</span>';
476
+ }
477
+ }
478
+
479
+
480
+ return time_msg;
481
+ }
482
+ } else {
483
+ return '';
484
+ }
485
 
486
  }
487
 
488
  function wplc_get_chat_person_name_msg_field(name) {
489
+ try {
490
+ return '<span class="wplc-chat-person-name">' + name + ': </span>';
491
+ } catch (err) {
492
+ //console.log("Could not wplc_get_chat_person_name_msg_field() " + err);
493
+ }
494
  }
495
 
496
  /**
523
  if (add_message) {
524
  add_message = typeof the_message.originates !== "undefined" && the_message.originates !== null && the_message.originates !== "null";
525
  }
526
+
527
  if (add_message) {
528
  var message_class = "";
529
  var message_grav = "";
544
 
545
  switch (msgType) {
546
 
547
+ case 'admin':
548
+ {
549
+ //From Admin
550
+ /* Define which agent it was sent from */
551
+ message_aid = false;
552
+ if (typeof the_message.other !== "undefined" && typeof the_message.other.aid !== "undefined") {
553
+ message_aid = the_message.other.aid.toString(); /* set it to a string because wp_localize doesnt know how to set keys as integers */
554
+ } else if (typeof the_message.other !== "undefined" && typeof the_message.other.agent_id !== "undefined") {
555
+ /* cloud server uses "agent_id" instead of "aid" */
556
+ message_aid = the_message.other.agent_id.toString();
557
+ }
558
+ message_class = "wplc-admin-message wplc-color-bg-4 wplc-color-2 wplc-color-border-4";
559
 
560
+ // If it is audio message
561
+ isAudioPattern = audioPattern.test(the_message.msg);
562
+ if (isAudioPattern) {
563
+ message_class += " wplc-user-message-audio";
564
+ }
565
 
566
+ if (aoru === 'u') {
567
+ /* message came from admin, intended for user */
568
+ if (message_aid !== false && typeof wplc_agent_data !== "undefined" && typeof wplc_agent_data[message_aid] !== "undefined") {
569
+ /* we know who the agent was that sent this message (v7.1.00+) */
570
+ if (typeof wplc_show_chat_detail !== "undefined") {
571
+ if (typeof wplc_show_chat_detail.avatar !== "undefined" && wplc_show_chat_detail.avatar === "1") {
572
+ message_grav = (typeof wplc_agent_data[message_aid].md5 !== "undefined" ? "<img src='" + wplc_user_avatars[message_aid] + "?s=80&d=mm' class='wplc-admin-message-avatar' />" : "");
573
+ }
574
+ if (typeof wplc_show_chat_detail.name !== "undefined" && wplc_show_chat_detail.name === "1") {
575
+ message_from = (typeof wplc_agent_data[message_aid].name !== "undefined" ? wplc_get_chat_person_name_msg_field(wplc_agent_data[message_aid].name) : "");
576
+ }
577
  }
578
+ } else {
579
+ /* we do'nt know which agent sent this message, so lets set it as the current user instead (backwards compat) */
580
+ if (typeof wplc_show_chat_detail !== "undefined") {
581
+ if (typeof wplc_show_chat_detail.avatar !== "undefined" && wplc_show_chat_detail.avatar === "1") {
582
+ message_grav = (typeof wplc_current_agent.email !== "undefined" ? "<img src='" + wplc_user_avatars[message_aid] + "?s=80&d=mm' class='wplc-admin-message-avatar' />" : "");
583
+ }
584
+ if (typeof wplc_show_chat_detail.name !== "undefined" && wplc_show_chat_detail.name === "1") {
585
+ message_from = (typeof wplc_current_agent.name !== "undefined" ? wplc_get_chat_person_name_msg_field(wplc_current_agent.name) : "");
586
+ }
587
  }
588
  }
589
  } else {
590
+ if (message_aid !== false && typeof wplc_agent_data !== "undefined" && typeof wplc_agent_data[message_aid] !== "undefined") {
591
+ /* we know who the agent was that sent this message (v7.1.00+) */
592
+ if (typeof wplc_show_chat_detail !== "undefined") {
593
+ if (typeof wplc_show_chat_detail.avatar !== "undefined" && wplc_show_chat_detail.avatar === "1") {
594
+ message_grav = (typeof wplc_agent_data[message_aid].md5 !== "undefined" ? "<img src='//www.gravatar.com/avatar/" + wplc_agent_data[message_aid].md5 + "?s=80&d=mm' class='wplc-admin-message-avatar' />" : "");
595
+ }
596
+ if (typeof wplc_show_chat_detail.name !== "undefined" && wplc_show_chat_detail.name === "1") {
597
+ message_from = (typeof wplc_agent_data[message_aid].name !== "undefined" ? wplc_get_chat_person_name_msg_field(wplc_agent_data[message_aid].name) : "");
598
+ }
599
  }
600
+ } else {
 
 
 
 
 
601
  if (typeof wplc_show_chat_detail.avatar !== "undefined" && wplc_show_chat_detail.avatar === "1") {
602
+ message_grav = (typeof wplc_admin_agent_email !== "undefined" ? "<img src='//www.gravatar.com/avatar/" + wplc_admin_agent_email + "?s=80&d=mm' class='wplc-admin-message-avatar' />" : "");
603
  }
604
  if (typeof wplc_show_chat_detail.name !== "undefined" && wplc_show_chat_detail.name === "1") {
605
+ message_from = (typeof wplc_admin_agent_name !== "undefined" ? wplc_get_chat_person_name_msg_field(wplc_admin_agent_name) : "");
606
  }
607
  }
 
 
 
 
 
 
 
608
  }
 
609
 
610
+ message_content = the_message.msg;
611
+ wplc_new_message_sound = true;
612
+ break;
613
+ }
614
 
615
+ case 'system':
616
+ {
617
+ //System Notification
618
+ message_class = "wplc-system-notification wplc-color-4";
619
+ message_content = the_message.msg;
620
+ if (typeof the_message.other.ntype !== "undefined") {
621
+ if (the_message.other.ntype === "joined") {
622
+ jQuery.event.trigger({ type: "wplc_agent_joined", ndata: the_message });
623
+ }
624
  }
625
+ break;
626
  }
 
 
627
 
628
+ case 'user':
629
+ {
630
+ /* most likely from the user */
631
+ message_class = "wplc-user-message wplc-color-bg-1 wplc-color-2 wplc-color-border-1";
632
+ isAudioPattern = audioPattern.test(the_message.msg);
633
+ if (isAudioPattern) {
634
+ message_class += " wplc-user-message-audio";
635
+ }
636
 
637
+ if (aoru === 'u') {
638
+ if (jQuery(wplc_email).val() !== "") {
639
+ message_grav = md5(jQuery(wplc_email).val());
 
 
 
640
  } else {
641
+ if (typeof visitor_list !== "undefined" && typeof visitor_list[active_chatid] !== "undefined" && typeof visitor_list[active_chatid].email !== "undefined") {
642
+ message_grav = md5(visitor_list[active_chatid].email);
643
  } else {
644
+ if (typeof wplc_cookie_email !== "undefined" && wplc_cookie_email !== "") {
645
+ message_grav = md5(wplc_cookie_email);
646
+ } else {
647
+ message_grav = 'x';
648
+ }
649
  }
650
  }
 
651
 
652
+ message_grav = "<img src='//www.gravatar.com/avatar/" + message_grav + "?s=80&d=mm' class='wplc-user-message-avatar' />";
653
+ if (typeof Cookies.get("wplc_name") === "undefined") {
654
+ message_from = wplc_get_chat_person_name_msg_field(config.wplc_user_default_visitor_name);
655
+ } else {
656
+ message_from = wplc_get_chat_person_name_msg_field(Cookies.get("wplc_name"));
657
+ }
 
 
 
658
  } else {
659
+ if (typeof wplc_chat_email !== "undefined") {
660
+ message_grav = wplc_chat_email;
661
  } else {
662
+ if (typeof visitor_list !== "undefined" && typeof visitor_list[active_chatid] !== "undefined" && typeof visitor_list[active_chatid].email !== "undefined") {
663
+ message_grav = md5(visitor_list[active_chatid].email);
664
  } else {
665
+ if (typeof wplc_cookie_email !== "undefined" && wplc_cookie_email !== "") {
666
+ message_grav = md5(wplc_cookie_email);
667
+ } else {
668
+ message_grav = 'x';
669
+ }
670
  }
671
  }
672
+ message_grav = "<img src='//www.gravatar.com/avatar/" + message_grav + "?s=80&d=mm' class='wplc-user-message-avatar' />";
673
+ if (typeof wplc_chat_name !== "undefined") {
674
+ message_from = wplc_get_chat_person_name_msg_field(wplc_chat_name);
675
+ }
676
  }
677
+ message_content = the_message.msg;
678
+ break;
 
 
679
  }
 
 
 
680
 
681
  }
682
 
694
  }
695
  }
696
 
697
+ message_class += " message_" + the_message.mid;
698
 
699
  if (message_content !== "") {
700
  //message_content = wplc_sanitize_attributes(message_content);
702
  isAudioPattern = audioPattern.test(message_content);
703
 
704
  // Open the HTML of a message
705
+ var concatenated_message = "<span class='" + message_class + "' mid='" + the_message.mid + "'>";
706
 
707
  if (typeof wplc_show_chat_detail !== "undefined") {
708
  if (typeof wplc_show_chat_detail.avatar !== "undefined" && wplc_show_chat_detail.avatar === "1") {
713
  if (isAudioPattern) {
714
  concatenated_message += "<div class='wplc-msg-content wplc-msg-content-audio' mid='" + the_message.mid + "'>";
715
  } else {
716
+ concatenated_message += "<div class='wplc-msg-content' mid='" + the_message.mid + "'>";
717
  }
718
 
719
  if (isAudioPattern) {
742
 
743
  // If it is a GIF message
744
  if (message_content.match(gifExtensionPattern)) {
745
+ concatenated_message += "<span class='messageBody'><img src='" + wplc_get_clean_gifurl(message_content) + "' class='gif-img'/></span>";
746
  } else if (isAudioPattern) {
747
  // If it is audio pattern
748
+ concatenated_message += "<span class='messageBody'>" + message_content + "</span>";
749
  } else {
750
  // If it is a regular message
751
+ concatenated_message += "<span class='messageBody'>" + message_content + "</span>";
752
  }
753
 
754
  // Close the person name/message wrapper, if it was added
756
 
757
  // Close the HTML of a message
758
  concatenated_message += "</span>";
759
+ concatenated_message += wplc_add_date_and_time(the_message, the_message.originates);
760
 
761
  if (aoru === 'u') {
762
  wplc_chat_box_elemn = "#wplc_chatbox";
764
  if (config.wplc_use_node_server) {
765
  wplc_chat_box_elemn = "#messages";
766
  } else {
767
+ wplc_chat_box_elemn = "#admin_chat_box_area_" + wplc_cid;
768
  }
769
  }
770
 
774
  next();
775
  }
776
 
777
+ jQuery(function() {
778
+ jQuery(function() {
779
+ var wplc_node_searchTimeout;
780
+
781
+ jQuery("body").on("keydown", "#wplc_chatmsg", function(e) {
782
+ if (e.which == 13 && jQuery.trim(document.getElementById('wplc_chatmsg').value) == '') {
783
+ // sink this event
784
+ return false;
785
+ }
786
+ });
787
+
788
+ jQuery("body").on("keydown", "#wplc_chatmsg, #wplc_admin_chatmsg", function(e) {
789
+ if (typeof wplc_node_sockets_ready !== "undefined" && wplc_node_sockets_ready === true) {
790
+ if (typeof wplc_node_is_client_typing !== "undefined") {
791
+ if (e.which <= 90 && e.which >= 48) {
792
+ if (wplc_node_is_client_typing) {
793
+ wplc_node_renew_typing();
794
+ return;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
795
  }
796
+ wplc_node_is_client_typing = true;
797
 
798
+ wplc_node_searchTimeout = setTimeout(wplc_node_clear_typing, 1000);
799
+ }
800
+ }
801
+ }
802
+ });
803
 
804
+ jQuery("body").on("click", "#wplc_na_msg_btn", function() {
805
+ var wplc_is_gdpr_enabled = jQuery(this).attr('data-wplc-gdpr-enabled');
806
+ if (typeof wplc_is_gdpr_enabled !== "undefined" && (wplc_is_gdpr_enabled === 'true')) {
807
+ var wplc_gdpr_opt_in_checked = jQuery("#wplc_chat_gdpr_opt_in").is(':checked');
808
+ if (typeof wplc_gdpr_opt_in_checked === "undefined" || wplc_gdpr_opt_in_checked === false) {
809
+ /* GDPR requirements not met */
810
+ jQuery("#wplc_chat_gdpr_opt_in").addClass('incomplete');
811
+ return false;
812
+ }
813
+ jQuery("#wplc_chat_gdpr_opt_in").removeClass('incomplete');
814
+ }
815
+ var wplc_name = jQuery("#wplc_name").val().replace(/(<([^>]+)>)/ig, "");
816
+ var wplc_email = jQuery("#wplc_email").val().replace(/(<([^>]+)>)/ig, "");
817
+ var wplc_msg = jQuery("#wplc_message").val();
818
+ var wplc_domain = jQuery("#wplc_domain_offline").val();
819
+ var ip_address = jQuery("#wplc_ip_address").val();
820
+
821
+ if (wplc_name.length <= 0) { alert(wplc_error_messages.please_enter_name); return false; }
822
+ if (wplc_email.length <= 0) { alert(wplc_error_messages.please_enter_email); return false; }
823
+ var testEmail = /^[A-Z0-9._%+-]+@([A-Z0-9-]+\.)+[A-Z]{2,12}$/i;
824
+ if (!testEmail.test(wplc_email)) {
825
+ alert(wplc_error_messages.please_enter_valid_email);
826
+ return false;
827
+ }
828
+ if (wplc_msg.length <= 0) { alert(wplc_error_messages.empty_message); return false; }
829
+ jQuery("#wp-live-chat.classic #wp-live-chat-2-info").hide();
830
+ jQuery("#wplc_message_div").html(wplc_offline_msg);
831
+
832
+ wplc_cid = Cookies.get('wplc_cid');
833
+
834
+ var data = {
835
+ action: 'wplc_user_send_offline_message',
836
+ security: wplc_nonce,
837
+ cid: wplc_cid,
838
+ name: wplc_name,
839
+ email: wplc_email,
840
+ msg: wplc_msg,
841
+ ip: ip_address,
842
+ domain: wplc_domain,
843
+ wplc_extra_data: wplc_extra_data
844
+ };
845
+
846
+ jQuery.post(wplc_ajaxurl_site, data, function(response) {
847
+ jQuery("#wplc_message_div").html(wplc_offline_msg3);
848
+ });
849
+ if (typeof wplc_enable_ga !== "undefined" && wplc_enable_ga === '1') {
850
+ if (typeof ga !== "undefined") {
851
+ ga('send', {
852
+ hitType: 'event',
853
+ eventCategory: 'WP_Live_Chat_Support',
854
+ eventAction: 'Event',
855
+ eventLabel: 'User Send Offline Message'
856
+ });
857
+ }
858
+ }
859
+ });
860
+
861
+
862
+ function wplc_node_renew_typing() {
863
+ clearTimeout(wplc_node_searchTimeout);
864
+ wplc_node_searchTimeout = setTimeout(wplc_node_clear_typing, 1000);
865
+ }
866
+
867
+ function wplc_node_clear_typing() {
868
+ wplc_node_is_client_typing = false;
869
+ clearTimeout(wplc_node_searchTimeout);
870
+ }
871
+ });
872
  });
873
 
874
+ var wplc_generate_system_notification_object = function(msg, other, originates) {
875
+ the_message = {};
876
+ the_message.originates = originates;
877
+ the_message.msg = msg;
878
+ the_message.other = other;
879
+ var wplc_d = new Date();
880
+ the_message.other.datetime = Math.round(wplc_d.getTime() / 1000);
881
+ return the_message;
882
  }
883
 
884
  function wplc_display_system_notification(message) {
885
+ message_output = '<div id="tcx_notification_message" class="wplc-color-bg-1 wplc-color-2">' + message.msg + '</div>';
886
+
887
+ if (jQuery('#tcx_notification_message').length == 0) {
888
+ jQuery('#wp-live-chat-4').prepend(message_output);
889
+ }
890
  }
891
 
892
  function wplc_clear_system_notification() {
893
+ if (jQuery('#tcx_notification_message').length !== 0) {
894
+ jQuery('#tcx_notification_message').remove();
895
+ }
896
  }
js/wplc_u_admin_settings.js CHANGED
@@ -27,6 +27,14 @@ jQuery("body").on("change","#wplc_environment", function() {
27
 
28
 
29
  jQuery(document).ready(function($) {
 
 
 
 
 
 
 
 
30
  $("#wplc_new_server_token_btn").on("click",function(){
31
  $(this).addClass("disabled");
32
  var extText = $(this).text();
@@ -34,26 +42,82 @@ jQuery(document).ready(function($) {
34
  var data = {
35
  'action' : 'wplc_generate_new_node_token',
36
  'nonce': $("#wplc_new_server_token_nonce").val()
37
- };
38
-
39
  jQuery.post(ajax_object.ajax_url, data, function(response) {
40
- $("#wplc_node_token_input").val(response);
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  $("#wplc_new_server_token_btn").removeClass("disabled");
42
  $("#wplc_new_server_token_btn").text(extText);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  });
44
- });
45
 
46
  $("#wplc_new_secret_token_btn").on("click",function(){
47
  $(this).addClass("disabled");
48
  var extText = $(this).text();
49
- $(this).text("Generating...");
 
50
  var data = {
51
  'action' : 'wplc_new_secret_key',
52
  'nonce': $("#wplc_new_secret_token_nonce").val()
53
  };
54
 
55
  jQuery.post(ajax_object.ajax_url, data, function(response) {
56
- $("#wplc_secret_token_input").val(response);
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  $("#wplc_new_secret_token_btn").removeClass("disabled");
58
  $("#wplc_new_secret_token_btn").text(extText);
59
  });
27
 
28
 
29
  jQuery(document).ready(function($) {
30
+
31
+
32
+ $("#wplc_chatbox_height").change(function(){
33
+ $("#wplc_chatbox_absolute_height_span").hide();
34
+ if ($(this).val()==0) {
35
+ $("#wplc_chatbox_absolute_height_span").show();
36
+ }
37
+ });
38
  $("#wplc_new_server_token_btn").on("click",function(){
39
  $(this).addClass("disabled");
40
  var extText = $(this).text();
42
  var data = {
43
  'action' : 'wplc_generate_new_node_token',
44
  'nonce': $("#wplc_new_server_token_nonce").val()
45
+ };
46
+
47
  jQuery.post(ajax_object.ajax_url, data, function(response) {
48
+ if (response) {
49
+ try {
50
+ var res=JSON.parse(response);
51
+ if (res.error) {
52
+ $("#wplc_server_token_error").text(res.error);
53
+ } else {
54
+ $("#wplc_node_token_input").val(res.key);
55
+ }
56
+ } catch (error) {
57
+ $("#wplc_server_token_error").text(error.message);
58
+ }
59
+ } else {
60
+ $("#wplc_server_token_error").text('Request failed');
61
+ }
62
  $("#wplc_new_server_token_btn").removeClass("disabled");
63
  $("#wplc_new_server_token_btn").text(extText);
64
+ });
65
+ });
66
+
67
+ $("#wplc_new_encryption_key_btn").on("click",function(){
68
+ $(this).addClass("disabled");
69
+ var extText = $(this).text();
70
+ $(this).text("Generating...");
71
+ $("#wplc_new_encryption_key_error").text('');
72
+ var data = {
73
+ 'action' : 'wplc_generate_new_encryption_key',
74
+ 'nonce': $("#wplc_encryption_key_nonce").val()
75
+ };
76
+ jQuery.post(ajax_object.ajax_url, data, function(response) {
77
+ if (response) {
78
+ try {
79
+ var res=JSON.parse(response);
80
+ if (res.error) {
81
+ $("#wplc_new_encryption_key_error").text(res.error);
82
+ } else {
83
+ $("#wplc_encryption_key").val(res.key);
84
+ }
85
+ } catch (error) {
86
+ $("#wplc_new_encryption_key_error").text(error.message);
87
+ }
88
+ } else {
89
+ $("#wplc_new_encryption_key_error").text('Request failed');
90
+ }
91
+ $("#wplc_new_encryption_key_btn").removeClass("disabled");
92
+ $("#wplc_new_encryption_key_btn").text(extText);
93
  });
94
+ });
95
 
96
  $("#wplc_new_secret_token_btn").on("click",function(){
97
  $(this).addClass("disabled");
98
  var extText = $(this).text();
99
+ $(this).text("Generating...");
100
+ $("#wplc_secret_token_error").text('');
101
  var data = {
102
  'action' : 'wplc_new_secret_key',
103
  'nonce': $("#wplc_new_secret_token_nonce").val()
104
  };
105
 
106
  jQuery.post(ajax_object.ajax_url, data, function(response) {
107
+ if (response) {
108
+ try {
109
+ var res=JSON.parse(response);
110
+ if (res.error) {
111
+ $("#wplc_secret_token_error").text(res.error);
112
+ } else {
113
+ $("#wplc_secret_token_input").val(res.key);
114
+ }
115
+ } catch (error) {
116
+ $("#wplc_secret_token_error").text(error.message);
117
+ }
118
+ } else {
119
+ $("#wplc_secret_token_error").text('Request failed');
120
+ }
121
  $("#wplc_new_secret_token_btn").removeClass("disabled");
122
  $("#wplc_new_secret_token_btn").text(extText);
123
  });
js/wplc_u_events.js CHANGED
@@ -176,11 +176,11 @@ jQuery(function() {
176
  var wplc_email = jQuery("#wplc_email").val().replace(/(<([^>]+)>)/ig, "");
177
 
178
  if (wplc_name.length <= 0) {
179
- alert(wplc_error_messages.valid_name);
180
  return false;
181
  }
182
  if (wplc_email.length <= 0) {
183
- alert(wplc_error_messages.valid_email);
184
  return false;
185
  }
186
 
@@ -189,7 +189,7 @@ jQuery(function() {
189
 
190
  //var testEmail = /^[A-Z0-9._%+-]+@([A-Z0-9-]+\.)+[A-Z]{2,4}$/i;
191
  if (!testEmail.test(wplc_email)) {
192
- alert(wplc_error_messages.valid_email);
193
  return false;
194
  }
195
  }
@@ -558,6 +558,6 @@ function open_chat(force) {
558
 
559
  if (!jQuery("#wp-live-chat-header").hasClass("active")) {
560
  jQuery("#wp-live-chat-header").click();
561
- }
562
 
563
  }
176
  var wplc_email = jQuery("#wplc_email").val().replace(/(<([^>]+)>)/ig, "");
177
 
178
  if (wplc_name.length <= 0) {
179
+ alert(wplc_error_messages.please_enter_name);
180
  return false;
181
  }
182
  if (wplc_email.length <= 0) {
183
+ alert(wplc_error_messages.please_enter_email);
184
  return false;
185
  }
186
 
189
 
190
  //var testEmail = /^[A-Z0-9._%+-]+@([A-Z0-9-]+\.)+[A-Z]{2,4}$/i;
191
  if (!testEmail.test(wplc_email)) {
192
+ alert(wplc_error_messages.please_enter_valid_email);
193
  return false;
194
  }
195
  }
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-de_DE.mo CHANGED
Binary file
languages/wp-live-chat-support-de_DE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
- "POT-Creation-Date: 2019-11-06 09:11+0100\n"
5
- "PO-Revision-Date: 2019-11-06 09:11+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
@@ -21,367 +21,367 @@ msgstr ""
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:410
25
- #: wp-live-chat-support.php:4804
26
  msgid "Admin"
27
  msgstr "Admin"
28
 
29
  # @ wplivechat
30
- #: ajax/agent.php:262 ajax/user.php:218
31
  msgid "Admin has closed and ended the chat"
32
  msgstr "Der Administrator hat den Chat geschlossen und beendet"
33
 
34
  # @ wplivechat
35
- #: functions.php:400 functions.php:417
36
  msgid "Accept Chat"
37
  msgstr "Chat annehmen"
38
 
39
  # @ wplivechat
40
- #: functions.php:408 functions.php:423
41
  msgid "Open Chat"
42
  msgstr "Chat öffnen"
43
 
44
- #: functions.php:410
45
  msgid "In progress with another agent"
46
  msgstr "Bearbeitung erfolgt durch einen anderen Agenten"
47
 
48
  # @ wplivechat
49
- #: functions.php:427
50
  msgid "Only chat agents can accept chats"
51
  msgstr "Nur Chat-Agenten können Chats akzeptieren"
52
 
53
- #: functions.php:491 modules/api/agent/wplc-api-functions.php:423
54
  msgid "New"
55
  msgstr "Neu"
56
 
57
- #: functions.php:493 modules/api/agent/wplc-api-functions.php:425
58
  msgid "Returning"
59
  msgstr "Wiederkehrend"
60
 
61
- #: functions.php:584
62
  msgid "No agent was able to answer your chat request. Please try again."
63
  msgstr ""
64
  "Ihre Chat-Anfrage konnte von keinem Agenten angenommen werden. Bitte "
65
  "versuchen Sie es erneut."
66
 
67
  # @ wplivechat
68
- #: functions.php:598 functions.php:4524 wp-live-chat-support.php:1897
69
  msgid "End Chat"
70
  msgstr "Chat beenden"
71
 
72
  # @ wplivechat
73
- #: functions.php:985
74
  msgid "complete"
75
  msgstr "vollständig"
76
 
77
  # @ wplivechat
78
- #: functions.php:988
79
  msgid "pending"
80
  msgstr "ausstehend"
81
 
82
  # @ wplivechat
83
- #: functions.php:991
84
  msgid "active"
85
  msgstr "aktiv"
86
 
87
  # @ wplivechat
88
- #: functions.php:994
89
  msgid "deleted"
90
  msgstr "gelöscht"
91
 
92
  # @ wplivechat
93
- #: functions.php:997
94
  msgid "browsing"
95
  msgstr "surft zurzeit"
96
 
97
  # @ wplivechat
98
- #: functions.php:1000
99
  msgid "requesting chat"
100
  msgstr "Chat angefragt"
101
 
102
  # @ wplivechat
103
- #: functions.php:1003
104
  msgid "Chat Ended - User still browsing"
105
  msgstr "Chat beendet – Benutzer surft noch"
106
 
107
  # @ wplivechat
108
- #: functions.php:1006
109
  msgid "User is browsing but doesn't want to chat"
110
  msgstr "Benutzer surft, möchte aber nicht chatten"
111
 
112
  # @ wplivechat
113
- #: functions.php:1145 includes/settings_page.php:835
114
  msgid "WP Live Chat by 3CX - Offline Message from "
115
  msgstr "WP-Live Chat by 3CX – Offline-Nachricht von "
116
 
117
  # @ wplivechat
118
- #: functions.php:1146 functions.php:1470 includes/settings_page.php:181
119
- #: includes/settings_page.php:460 includes/wplc_custom_fields.php:79
120
- #: includes/wplc_data_triggers.php:456 includes/wplc_departments.php:175
121
- #: includes/wplc_roi.php:145 modules/node_server.php:82
122
- #: modules/node_server.php:128 wp-live-chat-support.php:1625
123
- #: wp-live-chat-support.php:1648 wp-live-chat-support.php:1809
124
- #: wp-live-chat-support.php:3335 wp-live-chat-support.php:3455
125
  msgid "Name"
126
  msgstr "Name"
127
 
128
  # @ wplivechat
129
- #: functions.php:1147 functions.php:1471 includes/settings_page.php:177
130
- #: modules/node_server.php:129 wp-live-chat-support.php:1626
131
- #: wp-live-chat-support.php:1637 wp-live-chat-support.php:1810
132
- #: wp-live-chat-support.php:3336 wp-live-chat-support.php:3456
133
  msgid "Email"
134
  msgstr "E-Mail-Adresse"
135
 
136
  # @ wplivechat
137
- #: functions.php:1148 wp-live-chat-support.php:1811
138
- #: wp-live-chat-support.php:3457 wp-live-chat-support.php:4196
139
- #: wp-live-chat-support.php:4256
140
  msgid "Message"
141
  msgstr "Nachricht"
142
 
143
  # @ wplivechat
144
- #: functions.php:1149
145
  msgid "Via WP Live Chat by 3CX"
146
  msgstr "Per \"WP-Live Chat by 3CX\""
147
 
148
- #: functions.php:1448 wp-live-chat-support.php:3298
149
  msgid "Error: Could not delete chat"
150
  msgstr "Fehler: Chat konnte nicht gelöscht werden"
151
 
152
  # @ wplivechat
153
- #: functions.php:1450 wp-live-chat-support.php:3300
154
  msgid "Chat Deleted"
155
  msgstr "Chat gelöscht"
156
 
157
- #: functions.php:1453 includes/wplc_custom_fields.php:35
158
- #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
159
- #: includes/wplc_data_triggers.php:252 includes/wplc_data_triggers.php:270
160
- #: includes/wplc_data_triggers.php:314 includes/wplc_data_triggers.php:502
161
  #: includes/wplc_departments.php:303 includes/wplc_departments.php:323
162
- #: includes/wplc_departments.php:358 includes/wplc_roi.php:375
163
- #: includes/wplc_roi.php:394 includes/wplc_roi.php:431
164
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
165
  #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
166
  #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
167
- #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
168
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
169
- #: wp-live-chat-support.php:3263 wp-live-chat-support.php:3289
170
- #: wp-live-chat-support.php:4166
171
  msgid "You do not have permission do perform this action"
172
  msgstr "Sie sind nicht dazu berechtigt, diese Aktion durchzuführen"
173
 
174
- #: functions.php:1459 wp-live-chat-support.php:3305
175
  msgid "Are you sure you would like to delete this chat?"
176
  msgstr "Möchten Sie diesen Chat wirklich löschen?"
177
 
178
  # @ wplivechat
179
- #: functions.php:1460 includes/settings_page.php:159
180
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3307
181
  msgid "Yes"
182
  msgstr "Ja"
183
 
184
  # @ wplivechat
185
- #: functions.php:1460 includes/settings_page.php:160
186
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3308
187
  msgid "No"
188
  msgstr "Nein"
189
 
190
  # @ wplivechat
191
- #: functions.php:1469 functions.php:2029 includes/settings_page.php:349
192
- #: includes/settings_page.php:494 wp-live-chat-support.php:3334
193
- #: wp-live-chat-support.php:3454
194
  msgid "Date"
195
  msgstr "Datum"
196
 
197
  # @ wplivechat
198
- #: functions.php:1472 functions.php:4026 wp-live-chat-support.php:3337
199
  msgid "URL"
200
  msgstr "URL"
201
 
202
  # @ wplivechat
203
- #: functions.php:1473 includes/wplc_custom_fields.php:83
204
- #: includes/wplc_data_triggers.php:461 includes/wplc_departments.php:176
205
- #: includes/wplc_roi.php:149 modules/webhooks_manager.php:251
206
- #: wp-live-chat-support.php:2383 wp-live-chat-support.php:3339
207
  msgid "Action"
208
  msgstr "Aktion"
209
 
210
  # @ wplivechat
211
- #: functions.php:1487
212
  msgid "You have not missed any chat requests."
213
  msgstr "Sie haben keine Chat-Anfragen verpasst."
214
 
215
  # @ wplivechat
216
- #: functions.php:1494 wp-live-chat-support.php:3354
217
  msgid "View Chat History"
218
  msgstr "Chat-Verlauf anzeigen"
219
 
220
  # @ wplivechat
221
- #: functions.php:1494 wp-live-chat-support.php:3355
222
  msgid "Download Chat History"
223
  msgstr "Chat-Verlauf herunterladen"
224
 
225
  # @ wplivechat
226
- #: functions.php:1688
227
  msgid "Open chat window via"
228
  msgstr "Chat-Fenster öffnen per"
229
 
230
- #: functions.php:1692
231
  msgid "Click"
232
  msgstr "Klicken"
233
 
234
- #: functions.php:1693
235
  msgid "Hover"
236
  msgstr "Zeigen"
237
 
238
- #: functions.php:1695
239
  msgid "element with"
240
  msgstr "Element mit"
241
 
242
- #: functions.php:1697
243
  msgid "Class"
244
  msgstr "Klasse"
245
 
246
- #: functions.php:1698 includes/wplc_custom_fields.php:78
247
- #: includes/wplc_data_triggers.php:455 includes/wplc_departments.php:174
248
- #: includes/wplc_roi.php:144
249
  msgid "ID"
250
  msgstr "ID"
251
 
252
  # @ wplivechat
253
- #: functions.php:1941 functions.php:1947 functions.php:1952
254
  #: includes/dashboard_page.php:58 modules/node_server.php:138
255
- #: modules/node_server.php:868 wp-live-chat-support.php:3937
256
  msgid "Quick Responses"
257
  msgstr "Schnellantworten"
258
 
259
  # @ wplivechat
260
- #: functions.php:1942 includes/settings_page.php:339
261
  msgid "Quick Response"
262
  msgstr "Schnellantwort"
263
 
264
  # @ wplivechat
265
- #: functions.php:1943 functions.php:1946
266
  msgid "New Quick Response"
267
  msgstr "Neue Schnellantwort"
268
 
269
  # @ wplivechat
270
- #: functions.php:1944 modules/node_server.php:877
271
  msgid "Add New Quick Response"
272
  msgstr "Neue Schnellantwort hinzufügen"
273
 
274
  # @ wplivechat
275
- #: functions.php:1945
276
  msgid "Edit Quick Response"
277
  msgstr "Schnellantwort bearbeiten"
278
 
279
  # @ wplivechat
280
- #: functions.php:1948
281
  msgid "View Quick Responses"
282
  msgstr "Schnellantworten anzeigen"
283
 
284
  # @ wplivechat
285
- #: functions.php:1949
286
  msgid "Search Quick Responses"
287
  msgstr "Schnellantworten durchsuchen"
288
 
289
  # @ wplivechat
290
- #: functions.php:1950
291
  msgid "No Quick Responses found"
292
  msgstr "Keine Schnellantworten gefunden"
293
 
294
  # @ wplivechat
295
- #: functions.php:1951
296
  msgid "No Quick Responses found in the Trash"
297
  msgstr "Keine Schnellantworten im Papierkorb gefunden"
298
 
299
  # @ wplivechat
300
- #: functions.php:1956
301
  msgid "Quick Responses for WP Live Chat by 3CX"
302
  msgstr "Schnellantworten für \"WP-Live Chat by 3CX\""
303
 
304
  # @ wplivechat
305
- #: functions.php:1990
306
  msgid "Sort Order"
307
  msgstr "Sortierreihenfolge"
308
 
309
- #: functions.php:2026 includes/settings_page.php:348
310
  msgid "Title"
311
  msgstr "Titel"
312
 
313
- #: functions.php:2027
314
  msgid "Order"
315
  msgstr "Reihenfolge"
316
 
317
- #: functions.php:2028 includes/settings_page.php:1234
318
  msgid "Author"
319
  msgstr "Autor"
320
 
321
  # @ wplivechat
322
- #: functions.php:2071 wp-live-chat-support.php:504
323
  msgid "Press ENTER to send your message"
324
  msgstr "Zum Versenden der Nachricht die Eingabetaste drücken"
325
 
326
  # @ wplivechat
327
- #: functions.php:2110 functions.php:2114
328
  msgid "Assign Quick Response"
329
  msgstr "Schnellantwort zuweisen"
330
 
331
  # @ wplivechat
332
- #: functions.php:2117 includes/settings_page.php:1219
333
  msgid "Select"
334
  msgstr "Auswählen"
335
 
336
  # @ wplivechat
337
- #: functions.php:2123
338
  msgid "What is this?"
339
  msgstr "Was ist das?"
340
 
341
- #: functions.php:2165
342
  #, php-format
343
  msgid "Incoming chat from %s (%s) on %s"
344
  msgstr "Eingehender Chat von %s (%s) auf %s"
345
 
346
- #: functions.php:2171
347
  #, php-format
348
  msgid "%s (%s) wants to chat with you."
349
  msgstr "%s (%s) möchte mit Ihnen chatten."
350
 
351
- #: functions.php:2176
352
  #, php-format
353
  msgid "Log in: %s"
354
  msgstr "Anmeldung: %s"
355
 
356
  # @ wplivechat
357
- #: functions.php:2487
358
  msgid "Status (Online)"
359
  msgstr "Status (online)"
360
 
361
- #: functions.php:2488 functions.php:3402
362
  msgid "Online"
363
  msgstr "Online"
364
 
365
  # @ wplivechat
366
- #: functions.php:2489 functions.php:3402
367
  msgid "Offline"
368
  msgstr "Offline"
369
 
370
- #: functions.php:2490
371
  msgid "Status (Offline)"
372
  msgstr "Status (offline)"
373
 
374
  # @ wplivechat
375
- #: functions.php:2491 functions.php:3372
376
  msgid "Chat Agent Online"
377
  msgstr "Chat-Agent online"
378
 
379
  # @ wplivechat
380
- #: functions.php:2492 functions.php:3374 functions.php:3378
381
  msgid "Chat Agents Online"
382
  msgstr "Chat-Agenten online"
383
 
384
- #: functions.php:2505
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."
@@ -390,26 +390,26 @@ msgstr ""
390
  "angezeigten Schalter den Status \"online\", um Besucher angezeigt zu "
391
  "bekommen und Chat-Anfragen akzeptieren zu können."
392
 
393
- #: functions.php:2575
394
  msgid "Encryption"
395
  msgstr "Verschlüsselung"
396
 
397
- #: functions.php:2581 includes/settings_page.php:1277
398
- #: wp-live-chat-support.php:3952
399
  msgid "Business Hours"
400
  msgstr "Geschäftszeiten"
401
 
402
  # @ wplivechat
403
- #: functions.php:2760
404
  msgid "Initiate Chat"
405
  msgstr "Chat starten"
406
 
407
  # @ wplivechat
408
- #: functions.php:2852
409
  msgid "Attempting to open the chat window... Please be patient."
410
  msgstr "Das Chat-Fenster wird geöffnet. Bitte warten Sie."
411
 
412
- #: functions.php:2867
413
  msgid ""
414
  "You are not a chat agent. Please make yourself a chat agent before trying to "
415
  "chat to visitors"
@@ -418,129 +418,131 @@ msgstr ""
418
  "bevor Sie Besucher per Chat zu kontaktieren versuchen"
419
 
420
  # @ wplivechat
421
- #: functions.php:3035 functions.php:3051 functions.php:3066
422
  msgid "Chat Agent"
423
  msgstr "Chat-Agent"
424
 
425
- #: functions.php:3040 functions.php:3056
426
  msgid "Make this user a chat agent"
427
  msgstr "Diesen Benutzer zum Chat-Agenten hochstufen"
428
 
429
- #: functions.php:3070
430
- msgid "Your user role does not allow you to make yourself a chat agent."
 
 
431
  msgstr ""
432
  "Ihre Benutzerrolle berechtigt Sie nicht dazu, sich zum Chat-Agenten "
433
  "hochzustufen."
434
 
435
- #: functions.php:3071
436
  msgid "Please contact the administrator of this website to change this."
437
  msgstr ""
438
  "Bitte setzen Sie sich mit dem Administrator dieser Website in Verbindung."
439
 
440
  # @ wplivechat
441
- #: functions.php:3090
442
  msgid "This chat has already been answered by another agent."
443
  msgstr "Dieser Chat wird bereits von einem anderen Agenten betreut."
444
 
445
- #: functions.php:3323 wp-live-chat-support.php:2336
446
  msgid "Agent(s) online"
447
  msgstr "Agent(en) online"
448
 
449
- #: functions.php:3481 includes/settings_page.php:1209
450
- #: wp-live-chat-support.php:2282
451
  msgid "Remove"
452
  msgstr "Entfernen"
453
 
454
- #: functions.php:3484 wp-live-chat-support.php:2285
455
  msgid "Typing..."
456
  msgstr "Tippt ..."
457
 
458
  # @ wplivechat
459
- #: functions.php:3827
460
  msgid "User Experience Ratings"
461
  msgstr "Bewertung der Benutzererfahrung"
462
 
463
- #: functions.php:3834
464
  msgid "Agent Statistics"
465
  msgstr "Agenten-Statistik"
466
 
467
- #: functions.php:3867 functions.php:3882
468
  msgid "Satisfaction Rating"
469
  msgstr "Zufriedenheitsbewertung"
470
 
471
- #: functions.php:3868 functions.php:3883
472
  msgid "Rating Count"
473
  msgstr "Anzahl der Bewertungen"
474
 
475
- #: functions.php:3868 functions.php:3883
476
  msgid "Good"
477
  msgstr "Gut"
478
 
479
- #: functions.php:3868 functions.php:3883
480
  msgid "Bad"
481
  msgstr "Schlecht"
482
 
483
  # @ wplivechat
484
- #: functions.php:3924 includes/dashboard_page.php:56
485
- #: wp-live-chat-support.php:1049
486
  msgid "Reports"
487
  msgstr "Berichte"
488
 
489
- #: functions.php:3927 includes/wplc_roi.php:146
490
  msgid "Overview"
491
  msgstr "Überblick"
492
 
493
- #: functions.php:3928
494
  msgid "Popular Pages"
495
  msgstr "Beliebte Seiten"
496
 
497
  # @ wplivechat
498
- #: functions.php:3946
499
  msgid "Total Agents"
500
  msgstr "Agenten gesamt"
501
 
502
- #: functions.php:3946
503
  msgid "Total number of agents that used the live chat"
504
  msgstr "Gesamtzahl in Live-Chat eingebundener Agenten"
505
 
506
  # @ wplivechat
507
- #: functions.php:3947
508
  msgid "Total Chats"
509
  msgstr "Chats gesamt"
510
 
511
- #: functions.php:3947
512
  msgid "Total number of chats received"
513
  msgstr "Gesamtzahl empfangener Chats"
514
 
515
- #: functions.php:3948
516
  msgid "Total URLs"
517
  msgstr "URLs gesamt"
518
 
519
- #: functions.php:3948
520
  msgid "Total number of URLs a chat was initiated on"
521
  msgstr "Gesamtzahl der URLs mit gestartetem Chat"
522
 
523
- #: functions.php:3949
524
  msgid "Chats per day"
525
  msgstr "Chats pro Tag"
526
 
527
- #: functions.php:3950
528
  msgid "Popular pages a chat was initiated on"
529
  msgstr "Beliebte Seiten mit gestartetem Chat"
530
 
531
- #: functions.php:3980 includes/wplc_custom_fields.php:304
532
  msgid "Unknown"
533
  msgstr "Unbekannt"
534
 
535
- #: functions.php:4027
536
  msgid "Count"
537
  msgstr "Anzahl"
538
 
539
- #: functions.php:4053
540
  msgid "Enable Manual Chat Initiation:"
541
  msgstr "Manuellen Chat-Start aktivieren:"
542
 
543
- #: functions.php:4053
544
  msgid ""
545
  "Enabling this feature will allow agents to start a chat with website "
546
  "visitors. This feature increases server load while enabled."
@@ -549,7 +551,7 @@ msgstr ""
549
  "Website-Besuchern starten. Die Server-Last wird bei aktivierter Funktion "
550
  "erhöht."
551
 
552
- #: functions.php:4057 modules/advanced_features.php:73
553
  msgid ""
554
  "This feature is only available when you select 3CX High Performance Cloud "
555
  "Servers in Advanced Features."
@@ -558,90 +560,90 @@ msgstr ""
558
  "Funktionen die 3CX High Performance Cloud Server auswählen."
559
 
560
  # @ wplc
561
- #: functions.php:4144
562
  msgid "Thank you for inquiry. We will get back to you shortly"
563
  msgstr ""
564
  "Vielen Dank für Ihre Anfrage. Wir werden uns in Kürze mit Ihnen in "
565
  "Verbindung setzen."
566
 
567
- #: functions.php:4284 wp-live-chat-support.php:4505
568
  msgid "The Live Chat box is currently disabled on your website due to:"
569
  msgstr ""
570
  "Das Live-Chat-Fenster ist derzeit auf Ihrer Website deaktiviert. Ursache:"
571
 
572
  # @ wplivechat
573
- #: functions.php:4285 wp-live-chat-support.php:4506
574
  msgid "Business Hours Settings"
575
  msgstr "Geschäftszeiten-Einstellungen"
576
 
577
- #: functions.php:4336
578
  msgid "Edit Profile"
579
  msgstr "Profil bearbeiten"
580
 
581
- #: functions.php:4347 modules/node_server.php:98 modules/node_server.php:724
582
  msgid "Drag Files Here"
583
  msgstr "Dateien hierhin ziehen"
584
 
585
  # @ wplivechat
586
- #: functions.php:4370 functions.php:4415 includes/wplc_custom_fields.php:107
587
- #: includes/wplc_data_triggers.php:469 includes/wplc_data_triggers.php:607
588
  #: includes/wplc_departments.php:184 includes/wplc_departments.php:474
589
- #: includes/wplc_roi.php:157 includes/wplc_roi.php:576
590
  #: modules/webhooks_manager.php:263
591
  msgid "Delete"
592
  msgstr "Löschen"
593
 
594
  # @ wplivechat
595
- #: functions.php:4371
596
  msgid "Send..."
597
  msgstr "Senden ..."
598
 
599
- #: functions.php:4372 functions.php:4417
600
  msgid "Play voice note"
601
  msgstr "Sprachnotiz wiedergeben"
602
 
603
- #: functions.php:4416
604
  msgid "Save..."
605
  msgstr "Speichern ..."
606
 
607
- #: functions.php:4518 wp-live-chat-support.php:1277
608
- #: wp-live-chat-support.php:2779
609
  msgid "is typing..."
610
  msgstr "tippt gerade ..."
611
 
612
  # @ wplivechat
613
- #: functions.php:4520
614
  msgid "There are no visitors on your site at the moment"
615
  msgstr "Auf Ihrer Website befinden sich aktuell keine Besucher"
616
 
617
- #: functions.php:4521
618
  msgid "Connection to the server lost, reconnecting..."
619
  msgstr "Verbindung zum Server verloren. Verbindung wird wiederhergestellt ..."
620
 
621
  # @ wplivechat
622
- #: functions.php:4522
623
  msgid "Agent offline - not accepting chats"
624
  msgstr "Agent offline – kein Chat möglich"
625
 
626
  # @ wplivechat
627
- #: functions.php:4523 modules/node_server.php:103 wp-live-chat-support.php:1891
628
  msgid "Minimize Chat"
629
  msgstr "Chat minimieren"
630
 
631
- #: functions.php:4542
632
  msgid "An error has occured while fetching the news feed."
633
  msgstr "Fehler beim Abrufen des Newsfeeds."
634
 
635
- #: functions.php:4639
636
  msgid "Default"
637
  msgstr "Standard"
638
 
639
- #: functions.php:4940 functions.php:4943
640
  msgid "You do not have permission to perform this action"
641
  msgstr "Sie sind nicht dazu berechtigt, diese Aktion durchzuführen"
642
 
643
  #: includes/blocks/wplc-chat-box/index.php:30
644
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3953
645
  msgid "Gutenberg Blocks"
646
  msgstr "Gutenberg Blocks"
647
 
@@ -693,18 +695,18 @@ msgid "Displays the chosen icon"
693
  msgstr "Zeigt das gewählte Icon an"
694
 
695
  # @ wplivechat
696
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1285
697
- #: wp-live-chat-support.php:1928
698
  msgid "Type here"
699
  msgstr "Hier eingeben"
700
 
701
  # @ wplivechat
702
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:1020
703
  msgid "Live Chat"
704
  msgstr "Live-Chat"
705
 
706
  # @ wplivechat
707
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:1021
708
  msgid "Dashboard"
709
  msgstr "Dashboard"
710
 
@@ -726,16 +728,16 @@ msgid "Missed"
726
  msgstr "Verpasst"
727
 
728
  # @ wplivechat
729
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:1027
730
- #: wp-live-chat-support.php:3391
731
  msgid "History"
732
  msgstr "Verlauf"
733
 
734
  # @ wplivechat
735
  #: includes/dashboard_page.php:57 includes/settings_page.php:125
736
- #: includes/settings_page.php:765 modules/advanced_tools.php:84
737
- #: wp-live-chat-support.php:1029 wp-live-chat-support.php:3437
738
- #: wp-live-chat-support.php:3938
739
  msgid "Offline Messages"
740
  msgstr "Offline-Nachrichten"
741
 
@@ -746,7 +748,7 @@ msgstr "Tools"
746
 
747
  # @ wplivechat
748
  #: includes/dashboard_page.php:60 includes/settings_page.php:88
749
- #: wp-live-chat-support.php:1022
750
  msgid "Settings"
751
  msgstr "Einstellungen"
752
 
@@ -780,7 +782,7 @@ msgid "Latest News"
780
  msgstr "Aktuelles"
781
 
782
  #: includes/modal_control.php:27 modules/node_server.php:60
783
- #: modules/node_server.php:717
784
  msgid "Please Confirm"
785
  msgstr "Bitte bestätigen"
786
 
@@ -789,40 +791,40 @@ msgid "Are you sure?"
789
  msgstr "Sind Sie sicher?"
790
 
791
  #: includes/modal_control.php:39 includes/wplc_custom_fields.php:164
792
- #: includes/wplc_custom_fields.php:237 includes/wplc_data_triggers.php:608
793
  #: includes/wplc_departments.php:251 includes/wplc_departments.php:475
794
- #: includes/wplc_roi.php:253 includes/wplc_roi.php:577
795
- #: modules/node_server.php:64 modules/node_server.php:719
796
  #: modules/webhooks_manager.php:342
797
  msgid "Cancel"
798
  msgstr "Abbrechen"
799
 
800
  #: includes/modal_control.php:40 modules/node_server.php:63
801
- #: modules/node_server.php:718 modules/webhooks_manager.php:341
802
  msgid "Confirm"
803
  msgstr "Bestätigen"
804
 
805
  # @ wplivechat
806
- #: includes/notification_control.php:27
807
  msgid "User is browsing"
808
  msgstr "Benutzer surft"
809
 
810
  # @ wplivechat
811
- #: includes/notification_control.php:34 includes/notification_control.php:70
812
- #: includes/notification_control.php:114 includes/wplc_transfer_chats.php:472
813
  #: includes/wplc_transfer_chats.php:493 includes/wplc_transfer_chats.php:556
814
  #: includes/wplc_transfer_chats.php:592
815
  msgid "System notification"
816
  msgstr "System-Benachrichtigung"
817
 
818
  # @ wplivechat
819
- #: includes/notification_control.php:109
820
  msgid "has joined the chat."
821
  msgstr "ist dem Chat beigetreten."
822
 
823
  # @ wplivechat
824
  #: includes/settings_page.php:115 includes/settings_page.php:153
825
- #: wp-live-chat-support.php:3949
826
  msgid "General Settings"
827
  msgstr "Allgemeine Einstellungen"
828
 
@@ -832,13 +834,13 @@ msgid "Chat Box"
832
  msgstr "Chat-Fenster"
833
 
834
  # @ wplivechat
835
- #: includes/settings_page.php:130 includes/settings_page.php:941
836
  msgid "Styling"
837
  msgstr "Stile"
838
 
839
  # @ wplivechat
840
  #: includes/settings_page.php:135 modules/node_server.php:89
841
- #: modules/node_server.php:723
842
  msgid "Agents"
843
  msgstr "Agenten"
844
 
@@ -880,10 +882,6 @@ msgstr "Standard-Besuchername"
880
  msgid "This name will be displayed for all not logged in visitors"
881
  msgstr "Dieser Name wird allen nicht angemeldeten Benutzern angezeigt"
882
 
883
- #: includes/settings_page.php:194 wp-live-chat-support.php:503
884
- msgid "Guest"
885
- msgstr "Gast"
886
-
887
  # @ wplivechat
888
  #: includes/settings_page.php:199
889
  msgid "Input Field Replacement Text"
@@ -1049,66 +1047,54 @@ msgstr "Chat-Fenster auf folgenden Post-Typ-Seiten nicht anzeigen"
1049
  msgid "No post types found."
1050
  msgstr "Keine Post-Typen gefunden."
1051
 
1052
- #: includes/settings_page.php:330
1053
- msgid "Allow WP users to self-assign as a chat agent"
1054
- msgstr "WP-Benutzer können sich selbst zum Chat-Agenten bestimmen"
1055
-
1056
- #: includes/settings_page.php:330
1057
- msgid ""
1058
- "Checking this will allow any of your users to make themselves a chat agent "
1059
- "when editing their profile."
1060
- msgstr ""
1061
- "Ermöglicht es jedem Benutzer, sich durch Änderung ihres Profils zum Chat-"
1062
- "Agenten zu bestimmen."
1063
-
1064
- #: includes/settings_page.php:344
1065
  msgid "Order by"
1066
  msgstr "Sortieren nach"
1067
 
1068
- #: includes/settings_page.php:350
1069
  msgid "Number"
1070
  msgstr "Nummer"
1071
 
1072
- #: includes/settings_page.php:356
1073
  msgid "Sort"
1074
  msgstr "Sortieren"
1075
 
1076
  # @ wplivechat
1077
- #: includes/settings_page.php:360
1078
  msgid "Descending"
1079
  msgstr "Absteigend"
1080
 
1081
  # @ wplivechat
1082
- #: includes/settings_page.php:361
1083
  msgid "Ascending"
1084
  msgstr "Aufsteigend"
1085
 
1086
- #: includes/settings_page.php:368
1087
  #, fuzzy
1088
  #| msgid "Localization"
1089
  msgid "Geolocalization"
1090
  msgstr "Lokalisierung"
1091
 
1092
  # @ wplivechat
1093
- #: includes/settings_page.php:372
1094
  #, fuzzy
1095
  #| msgid "Visitors on site"
1096
  msgid "Detect Visitors Country"
1097
  msgstr "Besucher auf der Seite"
1098
 
1099
- #: includes/settings_page.php:376
1100
  #, php-format
1101
  msgid ""
1102
  "This feature requires the use of the GeoIP Detection plugin. Install it by "
1103
  "going %s"
1104
  msgstr ""
1105
 
1106
- #: includes/settings_page.php:376 includes/wplc_departments.php:585
1107
- #: modules/node_server.php:501 wp-live-chat-support.php:2319
1108
  msgid "here"
1109
  msgstr "hier"
1110
 
1111
- #: includes/settings_page.php:377
1112
  #, fuzzy
1113
  #| msgid ""
1114
  #| "This feature is only available when you select 3CX High Performance Cloud "
@@ -1120,15 +1106,15 @@ msgstr ""
1120
  "Dieser Funktion steht nur zur Verfügung, wenn Sie in den erweiterten "
1121
  "Funktionen die 3CX High Performance Cloud Server auswählen."
1122
 
1123
- #: includes/settings_page.php:383
1124
  msgid "Voice Notes"
1125
  msgstr "Sprachnotizen"
1126
 
1127
- #: includes/settings_page.php:387
1128
  msgid "Enable Voice Notes on admin side"
1129
  msgstr "Sprachnotizen für Agenten aktivieren"
1130
 
1131
- #: includes/settings_page.php:389
1132
  msgid ""
1133
  "Enabling this will allow you to record the voice during the chat and send it "
1134
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
@@ -1137,11 +1123,11 @@ msgstr ""
1137
  "diese an einen Besucher zu schicken. Halten Sie zur Aufnahme die Tasten Strg"
1138
  "+Leertaste im Haupt-Chat-Fenster gedrückt"
1139
 
1140
- #: includes/settings_page.php:397
1141
  msgid "Enable Voice Notes on visitor side"
1142
  msgstr "Sprachnotizen für Besucher aktivieren"
1143
 
1144
- #: includes/settings_page.php:399
1145
  msgid ""
1146
  "Enabling this will allow the visitors to record the voice during the chat "
1147
  "and send it to agent once they hold on CTRL + SPACEBAR"
@@ -1151,44 +1137,48 @@ msgstr ""
1151
  "Strg+Leertaste im Haupt-Chat-Fenster gedrückt halten"
1152
 
1153
  # @ wplivechat
1154
- #: includes/settings_page.php:413 wp-live-chat-support.php:3950
1155
  msgid "Chat Box Settings"
1156
  msgstr "Chat-Fenster-Einstellungen"
1157
 
1158
- #: includes/settings_page.php:416
1159
  msgid "Alignment"
1160
  msgstr "Ausrichtung"
1161
 
1162
  # @ wplivechat
1163
- #: includes/settings_page.php:419
1164
  msgid "Bottom left"
1165
  msgstr "Unten links"
1166
 
1167
  # @ wplivechat
1168
- #: includes/settings_page.php:420
1169
  msgid "Bottom right"
1170
  msgstr "Unten rechts"
1171
 
1172
  # @ wplivechat
1173
- #: includes/settings_page.php:421
1174
  msgid "Left"
1175
  msgstr "Links"
1176
 
1177
  # @ wplivechat
1178
- #: includes/settings_page.php:422
1179
  msgid "Right"
1180
  msgstr "Rechts"
1181
 
1182
- #: includes/settings_page.php:429
1183
  msgid "Chat box height (percent of the page)"
1184
  msgstr ""
1185
 
1186
- #: includes/settings_page.php:443
 
 
 
 
1187
  msgid "Automatic Chatbox Pop-Up"
1188
  msgstr ""
1189
 
1190
  # @ wplivechat
1191
- #: includes/settings_page.php:443
1192
  msgid ""
1193
  "Expand the chat box automatically (prompts the user to enter their name and "
1194
  "email address)."
@@ -1196,41 +1186,45 @@ msgstr ""
1196
  "Chat-Fenster automatisch erweitern (Benutzer wird zur Eingabe von Name und E-"
1197
  "Mail-Adresse aufgefordert)"
1198
 
1199
- #: includes/settings_page.php:447
1200
  #, fuzzy
1201
  #| msgid "Disable Emojis"
1202
  msgid "Disabled"
1203
  msgstr "Emojis deaktivieren"
1204
 
1205
- #: includes/settings_page.php:448
1206
  msgid "No Forms - Only show 'Start Chat' button"
1207
  msgstr ""
1208
 
1209
- #: includes/settings_page.php:449
1210
  msgid "All Forms - Show chatbox forms and fields"
1211
  msgstr ""
1212
 
1213
  # @ wplivechat
1214
- #: includes/settings_page.php:451
1215
  #, fuzzy
1216
  #| msgid "Choose when I want to be online"
1217
  msgid "Pop-up only when agents are online"
1218
  msgstr "Auswählen wann ich online sein werde"
1219
 
 
 
 
 
1220
  # @ wplivechat
1221
- #: includes/settings_page.php:457
1222
  msgid "Display for chat message:"
1223
  msgstr "Chat-Nachricht-Anzeige:"
1224
 
1225
- #: includes/settings_page.php:461
1226
  msgid "Avatar"
1227
  msgstr "Avatar"
1228
 
1229
- #: includes/settings_page.php:466
1230
  msgid "Display typing indicator"
1231
  msgstr "Eingabe-Aktivitätenanzeige"
1232
 
1233
- #: includes/settings_page.php:466
1234
  msgid ""
1235
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1236
  "visitor is typing."
@@ -1238,7 +1232,7 @@ msgstr ""
1238
  "Zeigt \"tippt gerade …\" im Chat-Fenster an, wenn ein Agent oder Besucher "
1239
  "Text eingibt."
1240
 
1241
- #: includes/settings_page.php:470
1242
  #, fuzzy
1243
  #| msgid ""
1244
  #| "For non-cloud server users, please note that this will increase the "
@@ -1250,12 +1244,12 @@ msgstr ""
1250
  "Hinweis für Benutzer ohne Cloud-Server-Lösung: Bei Aktivierung werde lokale "
1251
  "Server-Ressourcen zusätzlich beansprucht."
1252
 
1253
- #: includes/settings_page.php:475
1254
  msgid "Chat box for logged in users only:"
1255
  msgstr "Chat-Fenster nur angemeldeten Benutzern anzeigen:"
1256
 
1257
  # @ wplivechat
1258
- #: includes/settings_page.php:475
1259
  msgid ""
1260
  "By checking this, only users that are logged in will be able to chat with "
1261
  "you."
@@ -1264,12 +1258,12 @@ msgstr ""
1264
  "Ihnen chatten."
1265
 
1266
  # @ wplivechat
1267
- #: includes/settings_page.php:483
1268
  msgid "Use Logged In User Details"
1269
  msgstr "Details des angemeldeten Benutzers verwenden"
1270
 
1271
  # @ wplivechat
1272
- #: includes/settings_page.php:483
1273
  msgid ""
1274
  "A user's Name and Email Address will be used by default if they are logged "
1275
  "in."
@@ -1278,19 +1272,19 @@ msgstr ""
1278
  "dieser angemeldet ist."
1279
 
1280
  # @ wplivechat
1281
- #: includes/settings_page.php:491
1282
  msgid "Display a timestamp in the chat window:"
1283
  msgstr "Zeitstempel im Chat-Fenster anzeigen:"
1284
 
1285
- #: includes/settings_page.php:495 wp-live-chat-support.php:2378
1286
  msgid "Time"
1287
  msgstr "Uhrzeit"
1288
 
1289
- #: includes/settings_page.php:500
1290
  msgid "Redirect to “Thank You” page on chat end:"
1291
  msgstr "Nach Chat-Beendigung zur \"Danke\"-Seite weiterleiten:"
1292
 
1293
- #: includes/settings_page.php:500
1294
  msgid ""
1295
  "By checking this, users will be redirected to your thank you page when a "
1296
  "chat is completed."
@@ -1298,177 +1292,177 @@ msgstr ""
1298
  "Bei Aktivierung werden Benutzer nach Abschluss des Chats an Ihre Dankseite "
1299
  "weitergeleitet."
1300
 
1301
- #: includes/settings_page.php:504
1302
  msgid "Thank You Page URL"
1303
  msgstr "URL der Dankseite"
1304
 
1305
- #: includes/settings_page.php:514
1306
  msgid "Disable Emojis"
1307
  msgstr "Emojis deaktivieren"
1308
 
1309
- #: includes/settings_page.php:531
1310
  msgid "User / Agent name"
1311
  msgstr "Benutzer-/Agentenname"
1312
 
1313
- #: includes/settings_page.php:539
1314
  msgid "Use WordPress name"
1315
  msgstr "WordPress-Name verwenden"
1316
 
1317
- #: includes/settings_page.php:542
1318
  msgid "Note: 'Name' field will be ignored"
1319
  msgstr "Hinweis: Feld \"Name\" bleibt unberücksichtigt"
1320
 
1321
  # @ wplivechat
1322
- #: includes/settings_page.php:574
1323
  msgid "Incoming chat ring tone"
1324
  msgstr "Klingelton für neue Chat-Anfrage"
1325
 
1326
  # @ wplivechat
1327
- #: includes/settings_page.php:590
1328
  msgid "Incoming message tone"
1329
  msgstr "Klingelton für neue Chat-Nachricht"
1330
 
1331
- #: includes/settings_page.php:607
1332
  msgid "Icon"
1333
  msgstr "Icon"
1334
 
1335
  # @ wplivechat
1336
- #: includes/settings_page.php:615
1337
  msgid "Upload Icon"
1338
  msgstr "Icon hochladen"
1339
 
1340
- #: includes/settings_page.php:616 includes/settings_page.php:621
1341
  msgid "Select Default Icon"
1342
  msgstr "Standard-Icon auswählen"
1343
 
1344
- #: includes/settings_page.php:618
1345
  msgid "Recommended Size 50px x 50px"
1346
  msgstr "Empfohlene Größe: 50px x 50px"
1347
 
1348
  # @ wplivechat
1349
- #: includes/settings_page.php:661
1350
  msgid "Picture"
1351
  msgstr "Bild"
1352
 
1353
  # @ wplivechat
1354
- #: includes/settings_page.php:669
1355
  msgid "Upload Image"
1356
  msgstr "Bild hochladen"
1357
 
1358
- #: includes/settings_page.php:670
1359
  #, fuzzy
1360
  #| msgid "Select Default Icon"
1361
  msgid "Select Default Image"
1362
  msgstr "Standard-Icon auswählen"
1363
 
1364
- #: includes/settings_page.php:673
1365
  msgid "Remove Image"
1366
  msgstr "Bild entfernen"
1367
 
1368
- #: includes/settings_page.php:674
1369
  msgid "Recommended Size 60px x 60px"
1370
  msgstr "Empfohlene Größe: 60px x 60px"
1371
 
1372
  # @ wplivechat
1373
- #: includes/settings_page.php:681
1374
  msgid "Logo"
1375
  msgstr "Logo"
1376
 
1377
  # @ wplivechat
1378
- #: includes/settings_page.php:689
1379
  msgid "Upload Logo"
1380
  msgstr "Logo hochladen"
1381
 
1382
- #: includes/settings_page.php:691
1383
  msgid "Remove Logo"
1384
  msgstr "Logo entfernen"
1385
 
1386
- #: includes/settings_page.php:692
1387
  msgid "Recommended Size 250px x 40px"
1388
  msgstr "Empfohlene Größe: 250px x 40px"
1389
 
1390
  # @ wplivechat
1391
- #: includes/settings_page.php:698
1392
  msgid "Chat button delayed startup (seconds)"
1393
  msgstr "Verzögerte Chat-Button-Anzeige (in Sekunden)"
1394
 
1395
- #: includes/settings_page.php:698
1396
  msgid "How long to delay showing the Live Chat button on a page"
1397
  msgstr "Wartezeit bis zum Einblenden des Live-Chat-Buttons auf einer Seite"
1398
 
1399
  # @ wplivechat
1400
- #: includes/settings_page.php:707
1401
  msgid "Chat notifications"
1402
  msgstr "Chat-Benachrichtigungen"
1403
 
1404
  # @ wplivechat
1405
- #: includes/settings_page.php:707
1406
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1407
  msgstr ""
1408
  "Mich per E-Mail informieren, sobald ein Besucher chatten möchte (nur bei "
1409
  "aktiviertem Status \"Online\")"
1410
 
1411
- #: includes/settings_page.php:716
1412
  msgid "User Experience"
1413
  msgstr "Benutzererfahrung"
1414
 
1415
- #: includes/settings_page.php:720
1416
  msgid "Share files"
1417
  msgstr "Dateien freigeben"
1418
 
1419
- #: includes/settings_page.php:720
1420
  msgid "Adds file sharing to your chat box!"
1421
  msgstr "Fügt Ihrem Chat-Fenster eine Freigabefunktion für Dateien hinzu"
1422
 
1423
  # @ wplivechat
1424
- #: includes/settings_page.php:724
1425
  msgid "Visitor experience ratings"
1426
  msgstr "Bewertung der Besuchererfahrung"
1427
 
1428
- #: includes/settings_page.php:724
1429
  msgid "Allows users to rate the chat experience with an agent."
1430
  msgstr ""
1431
  "Erlaubt Benutzern eine Bewertung der Chat-Betreuung durch einen Agenten."
1432
 
1433
- #: includes/settings_page.php:730 includes/settings_page.php:1057
1434
  msgid "Social"
1435
  msgstr "Social Media"
1436
 
1437
- #: includes/settings_page.php:734
1438
  msgid "Facebook URL"
1439
  msgstr "Facebook-URL"
1440
 
1441
- #: includes/settings_page.php:734
1442
  msgid "Link your Facebook page here. Leave blank to hide"
1443
  msgstr ""
1444
  "Verlinken Sie hier zu Ihrer Facebook-Seite. Wird bei fehlender Angabe "
1445
  "ausgeblendet"
1446
 
1447
- #: includes/settings_page.php:735
1448
  msgid "Facebook URL..."
1449
  msgstr "Facebook-URL ..."
1450
 
1451
- #: includes/settings_page.php:746
1452
  msgid "Twitter URL"
1453
  msgstr "Twitter-URL"
1454
 
1455
- #: includes/settings_page.php:746
1456
  msgid "Link your Twitter page here. Leave blank to hide"
1457
  msgstr ""
1458
  "Verlinken Sie hier zu Ihrer Twitter-Seite. Wird bei fehlender Angabe "
1459
  "ausgeblendet "
1460
 
1461
- #: includes/settings_page.php:747
1462
  msgid "Twitter URL..."
1463
  msgstr "Twitter-URL ..."
1464
 
1465
  # @ wplivechat
1466
- #: includes/settings_page.php:769
1467
  msgid "Disable offline messages"
1468
  msgstr "Offline-Nachrichten deaktivieren"
1469
 
1470
  # @ wplivechat
1471
- #: includes/settings_page.php:769
1472
  msgid ""
1473
  "The chat window will be hidden when it is offline. Users will not be able to "
1474
  "send offline messages to you"
@@ -1477,45 +1471,45 @@ msgstr ""
1477
  "können keine Offline-Nachrichten an Agenten verschicken"
1478
 
1479
  # @ wplivechat
1480
- #: includes/settings_page.php:776
1481
  msgid "Offline Form Title"
1482
  msgstr "Offline-Formular – Titel"
1483
 
1484
  # @ wplivechat
1485
- #: includes/settings_page.php:784
1486
  msgid "Offline form initial message"
1487
  msgstr "Offline-Formular – Erstnachricht"
1488
 
1489
  # @ wplivechat
1490
- #: includes/settings_page.php:790
1491
  msgid "Offline form message on send"
1492
  msgstr "Offline-Formular – Versandnachricht"
1493
 
1494
  # @ wplivechat
1495
- #: includes/settings_page.php:796
1496
  msgid "Offline form finish message"
1497
  msgstr "Offline-Formular – Abschlussnachricht"
1498
 
1499
  # @ wplivechat
1500
- #: includes/settings_page.php:802
1501
  msgid "Offline Button Text"
1502
  msgstr "Offline-Formular – Button-Text"
1503
 
1504
  # @ wplivechat
1505
- #: includes/settings_page.php:808
1506
  msgid "Offline Send Button Text"
1507
  msgstr "Offline-Formular – Sende-Button-Text"
1508
 
1509
  # @ wplivechat
1510
- #: includes/settings_page.php:816
1511
  msgid "Email settings"
1512
  msgstr "E-Mail-Einstellungen"
1513
 
1514
- #: includes/settings_page.php:822
1515
  msgid "Send to agent(s)"
1516
  msgstr "An Agenten schicken"
1517
 
1518
- #: includes/settings_page.php:822
1519
  msgid ""
1520
  "Email address where offline messages are delivered to. Use comma separated "
1521
  "email addresses to send to more than one email address"
@@ -1523,110 +1517,110 @@ msgstr ""
1523
  "E-Mail-Adressen, an die Offline-Nachrichten geschickt werden. Bei mehr als "
1524
  "einer E-Mail-Adresse ist eine kommagetrennte Eingabe erforderlich"
1525
 
1526
- #: includes/settings_page.php:832
1527
  msgid "Subject"
1528
  msgstr "Betreff"
1529
 
1530
- #: includes/settings_page.php:832
1531
  msgid "User name will be appended to the end of the subject."
1532
  msgstr "Benutzername wird an den Betreff angehängt."
1533
 
1534
- #: includes/settings_page.php:845
1535
  msgid "Auto-respond to visitor"
1536
  msgstr "Automatische Antwort an Benutzer"
1537
 
1538
- #: includes/settings_page.php:845
1539
  msgid "Send your visitors an email as soon as they send you an offline message"
1540
  msgstr ""
1541
  "Lassen Sie bei Erhalt einer Offline-Nachricht Benutzern umgehend eine "
1542
  "automatische Antwort per E-Mail zukommen"
1543
 
1544
  # @ wplivechat
1545
- #: includes/settings_page.php:851
1546
  msgid "Auto-responder 'From' name"
1547
  msgstr "Automatische Antwort – Absendername"
1548
 
1549
  # @ wplivechat
1550
- #: includes/settings_page.php:857
1551
  msgid "Auto-responder 'From' email"
1552
  msgstr "Automatische Antwort – E-Mail-Adresse des Absenders"
1553
 
1554
  # @ wplivechat
1555
- #: includes/settings_page.php:863
1556
  msgid "Auto-responder subject"
1557
  msgstr "Automatische Antwort – Betreff"
1558
 
1559
  # @ wplivechat
1560
- #: includes/settings_page.php:869
1561
  msgid "Auto-responder body"
1562
  msgstr "Automatische Antwort – Nachricht"
1563
 
1564
- #: includes/settings_page.php:872
1565
  msgid "HTML and the following shortcodes can be used"
1566
  msgstr "Es werden HTML und folgende Shortcodes unterstützt"
1567
 
1568
- #: includes/settings_page.php:872
1569
  msgid "User's name"
1570
  msgstr "Benutzername"
1571
 
1572
  # @ wplivechat
1573
- #: includes/settings_page.php:872
1574
  msgid "User's email address"
1575
  msgstr "E-Mail-Adresse des Benutzers"
1576
 
1577
  # @ wplivechat
1578
- #: includes/settings_page.php:948
1579
  msgid "Color scheme"
1580
  msgstr "Farbschema"
1581
 
1582
  # @ wplivechat
1583
- #: includes/settings_page.php:1004
1584
  msgid "Custom Scheme"
1585
  msgstr "Benutzerdef. Schema"
1586
 
1587
- #: includes/settings_page.php:1025
1588
  msgid "Palette Color 1"
1589
  msgstr "Farbpalette 1"
1590
 
1591
- #: includes/settings_page.php:1031
1592
  msgid "Palette Color 2"
1593
  msgstr "Farbpalette 2"
1594
 
1595
- #: includes/settings_page.php:1037
1596
  msgid "Palette Color 3"
1597
  msgstr "Farbpalette 3"
1598
 
1599
- #: includes/settings_page.php:1043
1600
  msgid "Palette Color 4"
1601
  msgstr "Farbpalette 4"
1602
 
1603
  # @ wplivechat
1604
- #: includes/settings_page.php:1050
1605
  msgid "Chat background"
1606
  msgstr "Chat-Hintergrund"
1607
 
1608
- #: includes/settings_page.php:1054
1609
  msgid "Cloudy"
1610
  msgstr "Wolkig"
1611
 
1612
- #: includes/settings_page.php:1055
1613
  msgid "Geometry"
1614
  msgstr "Geometrie"
1615
 
1616
- #: includes/settings_page.php:1056
1617
  msgid "Tech"
1618
  msgstr "Tech"
1619
 
1620
- #: includes/settings_page.php:1058 includes/wplc_roi.php:163
1621
- #: modules/node_server.php:773
1622
  msgid "None"
1623
  msgstr "Keine"
1624
 
1625
- #: includes/settings_page.php:1064
1626
  msgid "Use localization plugin"
1627
  msgstr "Lokalisierungs-Plug-in verwenden"
1628
 
1629
- #: includes/settings_page.php:1067
1630
  #, fuzzy, php-format
1631
  #| msgid ""
1632
  #| "Enable this if you are using a localization plugin. Should you wish to "
@@ -1642,40 +1636,40 @@ msgstr ""
1642
  "die Dokumentation %s zurate"
1643
 
1644
  # @ wplivechat
1645
- #: includes/settings_page.php:1073
1646
  msgid "Chat box title"
1647
  msgstr "Chat-Fenster – Titel"
1648
 
1649
  # @ wplivechat
1650
- #: includes/settings_page.php:1079
1651
  msgid "Chat box sub-title"
1652
  msgstr "Chat-Fenster – Untertitel"
1653
 
1654
  # @ wplivechat
1655
- #: includes/settings_page.php:1085
1656
  msgid "Chat box intro"
1657
  msgstr "Chat-Fenster – Einleitung"
1658
 
1659
  # @ wplivechat
1660
- #: includes/settings_page.php:1091
1661
  msgid "Start chat button label"
1662
  msgstr "Chat starten – Button-Bezeichnung"
1663
 
1664
- #: includes/settings_page.php:1097
1665
  msgid "Start chat status message"
1666
  msgstr "Chat starten – Statusnachricht"
1667
 
1668
  # @ wplivechat
1669
- #: includes/settings_page.php:1103
1670
  msgid "Re-activate chat message"
1671
  msgstr "Chat-Nachricht reaktivieren"
1672
 
1673
  # @ wplivechat
1674
- #: includes/settings_page.php:1111
1675
  msgid "Welcome message"
1676
  msgstr "Begrüßung"
1677
 
1678
- #: includes/settings_page.php:1113
1679
  msgid ""
1680
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1681
  "join"
@@ -1683,11 +1677,11 @@ msgstr ""
1683
  "Dieser Text wird angezeigt, sobald ein Benutzer einen Chat startet und "
1684
  "darauf wartet, dass ein Agent beitritt"
1685
 
1686
- #: includes/settings_page.php:1117
1687
  msgid "Agent no answer message"
1688
  msgstr "Nachricht bei Nichtannahme durch Agenten"
1689
 
1690
- #: includes/settings_page.php:1119
1691
  msgid ""
1692
  "This text is shown to the user when an agent has failed to answer a chat"
1693
  msgstr ""
@@ -1695,46 +1689,46 @@ msgstr ""
1695
  "nicht beantwortet hat"
1696
 
1697
  # @ wplivechat
1698
- #: includes/settings_page.php:1123
1699
  msgid "Other text"
1700
  msgstr "Sonstiger Text"
1701
 
1702
  # @ wplivechat
1703
- #: includes/settings_page.php:1126 wp-live-chat-support.php:496
1704
- #: wp-live-chat-support.php:1231
1705
  msgid "The chat has been ended by the agent."
1706
  msgstr "Der Chat wurde bereits vom Agenten beendet."
1707
 
1708
  # @ wplivechat
1709
- #: includes/settings_page.php:1131
1710
  msgid "Chat box animation"
1711
  msgstr "Chat-Fenster – Animation"
1712
 
1713
  # @ wplivechat
1714
- #: includes/settings_page.php:1139
1715
  msgid "Slide Up"
1716
  msgstr "Nach oben gleiten"
1717
 
1718
  # @ wplivechat
1719
- #: includes/settings_page.php:1145
1720
  msgid "Slide From The Side"
1721
  msgstr "Von der Seite gleiten"
1722
 
1723
  # @ wplivechat
1724
- #: includes/settings_page.php:1151
1725
  msgid "Fade In"
1726
  msgstr "Einblenden"
1727
 
1728
  # @ wplivechat
1729
- #: includes/settings_page.php:1157
1730
  msgid "No Animation"
1731
  msgstr "Keine Animation"
1732
 
1733
- #: includes/settings_page.php:1175
1734
  msgid "Auto-response to first message"
1735
  msgstr "Auto-Antwort auf erste Nachricht"
1736
 
1737
- #: includes/settings_page.php:1178
1738
  msgid ""
1739
  "This message will be sent automatically after the first message is sent from "
1740
  "the user side. Leave empty to disable."
@@ -1743,32 +1737,32 @@ msgstr ""
1743
  "erste Nachricht verschickt hat. Zum Deaktivieren leer lassen."
1744
 
1745
  # @ wplivechat
1746
- #: includes/settings_page.php:1190
1747
  msgid "Chat Agents"
1748
  msgstr "Chat-Agenten"
1749
 
1750
- #: includes/settings_page.php:1199
1751
  msgid "Logged In"
1752
  msgstr "Angemeldet"
1753
 
1754
- #: includes/settings_page.php:1217
1755
  msgid "Add New Agent"
1756
  msgstr "Neuen Agenten hinzufügen"
1757
 
1758
- #: includes/settings_page.php:1224
1759
  msgid "Administrator"
1760
  msgstr "Administrator"
1761
 
1762
- #: includes/settings_page.php:1229
1763
  msgid "Editor"
1764
  msgstr "Editor"
1765
 
1766
  # @ wplivechat
1767
- #: includes/settings_page.php:1238
1768
  msgid "Add Agent"
1769
  msgstr "Agent hinzufügen"
1770
 
1771
- #: includes/settings_page.php:1244
1772
  #, php-format
1773
  msgid ""
1774
  "Should you wish to add a user that has a role less than 'Author', please go "
@@ -1781,27 +1775,27 @@ msgstr ""
1781
  "und aktivieren Sie unten auf der Seite das Kontrollkästchen \"Chat-Agent\"."
1782
 
1783
  # @ wplivechat
1784
- #: includes/settings_page.php:1244
1785
  msgid "Users"
1786
  msgstr "Benutzer"
1787
 
1788
- #: includes/settings_page.php:1245
1789
  msgid "If there are no chat agents online, the chat will show as offline"
1790
  msgstr ""
1791
  "Sind keine Chat-Agenten online, wird der Chat als \"offline\" angezeigt"
1792
 
1793
  # @ wplivechat
1794
- #: includes/settings_page.php:1250
1795
  msgid "Blocked Visitors / IP Addresses"
1796
  msgstr "Blockierte Besucher/IP-Adressen"
1797
 
1798
  # @ wplivechat
1799
- #: includes/settings_page.php:1254
1800
  msgid "Enter each IP Address you would like to block on a new line"
1801
  msgstr "Geben Sie jede zu blockierende IP-Adresse in einer neuen Zeile ein"
1802
 
1803
  # @ wplivechat
1804
- #: includes/settings_page.php:1265
1805
  msgid ""
1806
  "Blocking a user's IP Address here will hide the chat window from them, "
1807
  "preventing them from chatting with you. Each IP Address must be on a new line"
@@ -1810,54 +1804,62 @@ msgstr ""
1810
  "ausgeblendet, um zu verhindern, dass sie mit Ihnen chatten können. Jede IP-"
1811
  "Adresse muss in einer eigenen Zeile stehen"
1812
 
1813
- #: includes/settings_page.php:1281
1814
  msgid "Enable Business Hours"
1815
  msgstr "Geschäftszeiten aktivieren"
1816
 
1817
- #: includes/settings_page.php:1286
1818
  msgid "Working days"
1819
  msgstr ""
1820
 
1821
- #: includes/settings_page.php:1294
 
 
 
 
 
 
1822
  #, fuzzy
1823
  #| msgid "Active schedule"
1824
- msgid "Morning schedule"
1825
  msgstr "Aktiver Zeitplan"
1826
 
1827
- #: includes/settings_page.php:1295 includes/settings_page.php:1302
1828
- msgid "Between"
1829
- msgstr "Zwischen"
1830
-
1831
- #: includes/settings_page.php:1298 includes/settings_page.php:1304
1832
- msgid "and"
1833
- msgstr "und"
1834
-
1835
- #: includes/settings_page.php:1301
1836
  #, fuzzy
1837
  #| msgid "Active schedule"
1838
- msgid "Afternoon schedule"
1839
  msgstr "Aktiver Zeitplan"
1840
 
1841
- #: includes/settings_page.php:1315
 
 
 
 
 
 
 
 
 
 
1842
  msgid ""
1843
  "Time intervals are incorrect or overlapping. Please fix your settings or you "
1844
  "might get unexpected behavior."
1845
  msgstr ""
1846
 
1847
- #: includes/settings_page.php:1319
1848
  msgid "Current Site Time"
1849
  msgstr "Aktuelle Website-Uhrzeit"
1850
 
1851
  # @ wplivechat
1852
- #: includes/settings_page.php:1332
1853
  msgid "Chat Encryption"
1854
  msgstr "Chat-Verschlüsselung"
1855
 
1856
- #: includes/settings_page.php:1335
1857
  msgid "Enable Encryption"
1858
  msgstr "Verschlüsselung aktivieren"
1859
 
1860
- #: includes/settings_page.php:1335
1861
  msgid ""
1862
  "All messages will be encrypted when being sent to and from the user and "
1863
  "agent."
@@ -1865,13 +1867,35 @@ msgstr ""
1865
  "Alle zwischen Benutzern und Chat-Agenten beidseitig ausgetauschten "
1866
  "Nachrichten werden verschlüsselt."
1867
 
1868
- #: includes/settings_page.php:1344
1869
  msgid ""
1870
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1871
  msgstr ""
1872
  "Nach erfolgter Aktivierung werden alle verschickten Chat-Nachrichten "
1873
  "verschlüsselt. Dieser Vorgang kann nicht rückgängig gemacht werden."
1874
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1875
  # @ wplivechat
1876
  #: includes/settings_page.php:1354
1877
  msgid "Save Settings"
@@ -1894,31 +1918,31 @@ msgstr ""
1894
 
1895
  # @ wplivechat
1896
  #: includes/wplc_custom_fields.php:67 includes/wplc_data_triggers.php:8
1897
- #: includes/wplc_departments.php:139 includes/wplc_roi.php:112
1898
  #: modules/webhooks_manager.php:60 modules/webhooks_manager.php:321
1899
  msgid "Add New"
1900
  msgstr "Neu hinzufügen"
1901
 
1902
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1051
1903
  msgid "Custom Fields"
1904
  msgstr "Benutzerdef. Felder"
1905
 
1906
- #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:457
1907
- #: wp-live-chat-support.php:2379
1908
  msgid "Type"
1909
  msgstr "Typ"
1910
 
1911
- #: includes/wplc_custom_fields.php:81 includes/wplc_data_triggers.php:459
1912
  msgid "Content"
1913
  msgstr "Inhalt"
1914
 
1915
- #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:460
1916
- #: wp-live-chat-support.php:2382 wp-live-chat-support.php:3338
1917
  msgid "Status"
1918
  msgstr "Status"
1919
 
1920
  # @ wplivechat
1921
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2563
1922
  msgid "Active"
1923
  msgstr "Aktiv"
1924
 
@@ -1927,8 +1951,8 @@ msgstr "Aktiv"
1927
  msgid "Inactive"
1928
  msgstr "Inaktiv"
1929
 
1930
- #: includes/wplc_custom_fields.php:106 includes/wplc_data_triggers.php:468
1931
- #: includes/wplc_departments.php:183 includes/wplc_roi.php:156
1932
  #: modules/webhooks_manager.php:262
1933
  msgid "Edit"
1934
  msgstr "Bearbeiten"
@@ -1942,32 +1966,32 @@ msgid "Create a Custom Field"
1942
  msgstr "Benutzerdef. Feld erstellen"
1943
 
1944
  # @ wplivechat
1945
- #: includes/wplc_custom_fields.php:142 includes/wplc_custom_fields.php:213
1946
  msgid "Field Name"
1947
  msgstr "Feldname"
1948
 
1949
- #: includes/wplc_custom_fields.php:146 includes/wplc_custom_fields.php:217
1950
  msgid "Field Type"
1951
  msgstr "Feldtyp"
1952
 
1953
- #: includes/wplc_custom_fields.php:149 includes/wplc_custom_fields.php:222
1954
  msgid "Text"
1955
  msgstr "Text"
1956
 
1957
- #: includes/wplc_custom_fields.php:150 includes/wplc_custom_fields.php:223
1958
  msgid "Drop Down"
1959
  msgstr "Dropdown"
1960
 
1961
- #: includes/wplc_custom_fields.php:155 includes/wplc_custom_fields.php:228
1962
  msgid "Default Field Value"
1963
  msgstr "Feld-Standardwert"
1964
 
1965
- #: includes/wplc_custom_fields.php:159 includes/wplc_custom_fields.php:232
1966
  msgid "Drop Down Contents"
1967
  msgstr "Dropdown-Inhalte"
1968
 
1969
  # @ wplivechat
1970
- #: includes/wplc_custom_fields.php:160 includes/wplc_custom_fields.php:233
1971
  msgid "Enter each option on a new line"
1972
  msgstr "Geben Sie jede Option in einer neuen Zeile ein"
1973
 
@@ -1975,41 +1999,41 @@ msgstr "Geben Sie jede Option in einer neuen Zeile ein"
1975
  msgid "Create Custom Field"
1976
  msgstr "Benutzerdef. Feld erstellen"
1977
 
1978
- #: includes/wplc_custom_fields.php:208
1979
  msgid "Edit a Custom Field"
1980
  msgstr "Benutzerdef. Feld bearbeiten"
1981
 
1982
- #: includes/wplc_custom_fields.php:237
1983
  msgid "Update Custom Field"
1984
  msgstr "Benutzerdef. Feld aktualisieren"
1985
 
1986
- #: includes/wplc_custom_fields.php:247
1987
  msgid "Custom Field Not Found"
1988
  msgstr "Benutzerdef. Feld nicht gefunden"
1989
 
1990
- #: includes/wplc_custom_fields.php:248
1991
  msgid "Back"
1992
  msgstr "Zurück"
1993
 
1994
- #: includes/wplc_custom_fields.php:262
1995
  msgid "Are you sure you want to delete this custom field?"
1996
  msgstr "Möchten Sie dieses benutzerdefinierte Feld wirklich löschen?"
1997
 
1998
  # @ wplivechat
1999
- #: includes/wplc_custom_fields.php:298
2000
  msgid "Text Field"
2001
  msgstr "Textfeld"
2002
 
2003
- #: includes/wplc_custom_fields.php:301
2004
  msgid "Dropdown"
2005
  msgstr "Dropdown"
2006
 
2007
- #: includes/wplc_custom_fields.php:367
2008
  msgid "Custom Field Data"
2009
  msgstr "Daten für benutzerdef. Feld"
2010
 
2011
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1050
2012
- #: wp-live-chat-support.php:3924
2013
  msgid "Triggers"
2014
  msgstr "Trigger"
2015
 
@@ -2075,37 +2099,37 @@ msgstr "(%) Prozent der Seitenhöhe"
2075
  msgid "Content Replacement"
2076
  msgstr "Ersatzinhalt"
2077
 
2078
- #: includes/wplc_data_triggers.php:108
2079
  msgid "Replace Content"
2080
  msgstr "Inhalt ersetzen"
2081
 
2082
- #: includes/wplc_data_triggers.php:113
2083
  msgid "Enable Trigger"
2084
  msgstr "Trigger aktivieren"
2085
 
2086
- #: includes/wplc_data_triggers.php:119 modules/node_server.php:445
2087
- #: wp-live-chat-support.php:4617
2088
  msgid "Close"
2089
  msgstr "Schließen"
2090
 
2091
- #: includes/wplc_data_triggers.php:129 includes/wplc_departments.php:261
2092
- #: includes/wplc_roi.php:263
2093
  msgid "Please review your submission"
2094
  msgstr "Bitte überprüfen Sie Ihre Angaben"
2095
 
2096
- #: includes/wplc_data_triggers.php:277
2097
  msgid "Trigger has been edited."
2098
  msgstr "Der Trigger wurde bearbeitet."
2099
 
2100
- #: includes/wplc_data_triggers.php:442
2101
  msgid "Conflict with page"
2102
  msgstr "Konflikt mit Seite"
2103
 
2104
- #: includes/wplc_data_triggers.php:444
2105
  msgid "Trigger ID: "
2106
  msgstr "Trigger-ID:"
2107
 
2108
- #: includes/wplc_data_triggers.php:445
2109
  msgid ""
2110
  "It is possible that this trigger may override another trigger, or be "
2111
  "overridden by another trigger."
@@ -2113,24 +2137,24 @@ msgstr ""
2113
  "Es besteht die Möglichkeit, dass dieser Trigger einen anderen Trigger außer "
2114
  "Kraft setzt oder selbst von einem anderen Trigger außer Kraft gesetzt wird."
2115
 
2116
- #: includes/wplc_data_triggers.php:458 includes/wplc_roi.php:147
2117
- #: modules/node_server.php:191 modules/node_server.php:741
2118
  msgid "Page"
2119
  msgstr "Seite"
2120
 
2121
- #: includes/wplc_data_triggers.php:477 includes/wplc_roi.php:698
2122
  msgid "All"
2123
  msgstr "Alle"
2124
 
2125
- #: includes/wplc_data_triggers.php:481
2126
  msgid "Click to change trigger status"
2127
  msgstr "Klicken zum Ändern des Trigger-Status"
2128
 
2129
- #: includes/wplc_data_triggers.php:491
2130
  msgid "No Triggers Found..."
2131
  msgstr "Keine Trigger gefunden ..."
2132
 
2133
- #: includes/wplc_data_triggers.php:602
2134
  msgid "Are you sure you would like to delete trigger"
2135
  msgstr "Möchten Sie den Trigger wirklich löschen"
2136
 
@@ -2216,7 +2240,7 @@ msgid "Department you have been assigned to as an agent"
2216
  msgstr "Abteilung, der Sie als Agent zugewiesen wurden"
2217
 
2218
  #: includes/wplc_departments.php:631 includes/wplc_transfer_chats.php:48
2219
- #: modules/node_server.php:194 modules/node_server.php:743
2220
  msgid "Department"
2221
  msgstr "Abteilung"
2222
 
@@ -2224,106 +2248,106 @@ msgstr "Abteilung"
2224
  msgid "Select Department"
2225
  msgstr "Abteilung auswählen"
2226
 
2227
- #: includes/wplc_roi.php:104 includes/wplc_roi.php:116
2228
- #: wp-live-chat-support.php:3926
2229
  msgid "ROI Goals"
2230
  msgstr "ROI-Ziele"
2231
 
2232
  # @ wplivechat
2233
- #: includes/wplc_roi.php:113
2234
  msgid "View Reports"
2235
  msgstr "Berichte anzeigen"
2236
 
2237
- #: includes/wplc_roi.php:148
2238
  msgid "Value"
2239
  msgstr "Wert"
2240
 
2241
- #: includes/wplc_roi.php:170
2242
  msgid "No ROI Goals Found..."
2243
  msgstr "Keine ROI-Ziele gefunden ..."
2244
 
2245
  # @ wplivechat
2246
- #: includes/wplc_roi.php:228
2247
  msgid "Goal Name"
2248
  msgstr "Zielname"
2249
 
2250
- #: includes/wplc_roi.php:233
2251
  msgid "Goal Overview"
2252
  msgstr "Zielüberblick"
2253
 
2254
- #: includes/wplc_roi.php:238
2255
  msgid "Goal Page"
2256
  msgstr "Zielseite"
2257
 
2258
- #: includes/wplc_roi.php:247
2259
  msgid "Goal Value"
2260
  msgstr "Zielwert"
2261
 
2262
- #: includes/wplc_roi.php:400
2263
  msgid "Goal has been edited."
2264
  msgstr "Ziel wurde bearbeitet."
2265
 
2266
- #: includes/wplc_roi.php:571
2267
  msgid "Are you sure you would like to delete goal"
2268
  msgstr "Möchten Sie das Ziel wirklich löschen?"
2269
 
2270
  # @ wplivechat
2271
- #: includes/wplc_roi.php:658
2272
  msgid "ROI Reports"
2273
  msgstr "ROI-Berichte"
2274
 
2275
- #: includes/wplc_roi.php:677
2276
  msgid "Goal Statistics"
2277
  msgstr "Zielstatistik"
2278
 
2279
- #: includes/wplc_roi.php:689
2280
  msgid "No Goals Found"
2281
  msgstr "Keine Ziele gefunden"
2282
 
2283
- #: includes/wplc_roi.php:699
2284
  msgid "Last 30 Days"
2285
  msgstr "Letzte 30 Tage"
2286
 
2287
- #: includes/wplc_roi.php:700
2288
  msgid "Last 15 Days"
2289
  msgstr "Letzte 15 Tage"
2290
 
2291
- #: includes/wplc_roi.php:701
2292
  msgid "Last 7 Days"
2293
  msgstr "Letzte 7 Tage"
2294
 
2295
- #: includes/wplc_roi.php:702
2296
  msgid "Last 24 Hours"
2297
  msgstr "Letzte 24 Stunden"
2298
 
2299
  # @ wplivechat
2300
- #: includes/wplc_roi.php:754
2301
  msgid "Value Per Conversion"
2302
  msgstr "Wert je Conversion"
2303
 
2304
- #: includes/wplc_roi.php:760
2305
  msgid "Total Value"
2306
  msgstr "Gesamtwert"
2307
 
2308
  # @ wplivechat
2309
- #: includes/wplc_roi.php:765
2310
  msgid "Total Conversions"
2311
  msgstr "Conversions gesamt"
2312
 
2313
- #: includes/wplc_roi.php:797
2314
  msgid "Value By Date"
2315
  msgstr "Wert je Datum"
2316
 
2317
- #: includes/wplc_roi.php:800
2318
  msgid "Value By Agent"
2319
  msgstr "Wert je Agent"
2320
 
2321
  # @ wplivechat
2322
- #: includes/wplc_roi.php:806
2323
  msgid "No data available yet..."
2324
  msgstr "Noch keine Daten verfügbar ..."
2325
 
2326
- #: includes/wplc_transfer_chats.php:18 modules/node_server.php:730
2327
  msgid "Transfer"
2328
  msgstr "Weiterleiten"
2329
 
@@ -2456,10 +2480,6 @@ msgstr "Benutzer wurde weitergeleitet von"
2456
  msgid "department"
2457
  msgstr "Abteilung"
2458
 
2459
- #: includes/wplc_transfer_chats.php:582
2460
- msgid "to"
2461
- msgstr "an"
2462
-
2463
  #: includes/wplc_transfer_chats.php:585
2464
  msgid "as there were no agents online"
2465
  msgstr "Grund: keine Agenten online"
@@ -2521,15 +2541,11 @@ msgstr ""
2521
  "Sicherheits-Token für den Chat-Zugriff auf dem Node-Server. Bei einer "
2522
  "Änderung werden aktive Chat-Sitzungen beendet."
2523
 
2524
- #: modules/advanced_features.php:59 modules/api/public/wplc-api.php:84
2525
- msgid "Generate New"
2526
- msgstr "Neu erstellen"
2527
-
2528
- #: modules/advanced_features.php:64
2529
  msgid "Enable typing preview"
2530
  msgstr "Eingabevorschau aktivieren"
2531
 
2532
- #: modules/advanced_features.php:64
2533
  msgid ""
2534
  "This option enables the typing preview, which means agents will be able to "
2535
  "see what the user is typing in realtime."
@@ -2537,15 +2553,15 @@ msgstr ""
2537
  "Ermöglicht es Chat-Agenten, Tastatureingaben von Benutzern in Echtzeit zu "
2538
  "verfolgen."
2539
 
2540
- #: modules/advanced_features.php:70
2541
  msgid "Typing preview is not available when GDPR is enabled"
2542
  msgstr "Die Eingabevorschau ist bei aktivierter DSGVO-Funktion nicht verfügbar"
2543
 
2544
- #: modules/advanced_features.php:80
2545
  msgid "Number of chat rings"
2546
  msgstr "Anzahl der Chat-Signal-Wiederholungen"
2547
 
2548
- #: modules/advanced_features.php:80
2549
  msgid "Limit the amount of time the new chat ringer will play"
2550
  msgstr "Begrenzt die Dauer der Signalisierung einer neuen Chat-Anfrage"
2551
 
@@ -2570,8 +2586,8 @@ msgid "Import Settings"
2570
  msgstr "Einstellungen importieren"
2571
 
2572
  # @ wplivechat
2573
- #: modules/advanced_tools.php:62 modules/node_server.php:722
2574
- #: wp-live-chat-support.php:3939
2575
  msgid "Chat History"
2576
  msgstr "Chat-Verlauf"
2577
 
@@ -2633,23 +2649,23 @@ msgid "Thank you, all settings have been updated"
2633
  msgstr "Alle Einstellungen wurden aktualisiert, vielen Dank"
2634
 
2635
  # @ wplivechat
2636
- #: modules/api/agent/wplc-api-functions.php:212
2637
- #: modules/api/agent/wplc-api-functions.php:542
2638
- #: modules/api/public/wplc-api-functions.php:156
2639
  msgid "Action not set"
2640
  msgstr "Aktion nicht festgelegt"
2641
 
2642
  # @ wplivechat
2643
- #: modules/api/agent/wplc-api-functions.php:403
2644
  msgid "IP Address not recorded"
2645
  msgstr "IP-Adresse nicht erfasst"
2646
 
2647
  # @ wplivechat
2648
- #: modules/api/agent/wplc-api-functions.php:1045
2649
  msgid "Upload error"
2650
  msgstr "Fehler beim Hochladen"
2651
 
2652
- #: modules/api/agent/wplc-api-functions.php:1048
2653
  msgid "Security Violation - File unsafe"
2654
  msgstr "Sicherheitsverletzung – Datei nicht sicher"
2655
 
@@ -2685,48 +2701,48 @@ msgstr "Kein geheimes Token gefunden"
2685
  msgid "Call To Action Animation"
2686
  msgstr "Animation für Benutzeraufforderung"
2687
 
2688
- #: modules/gdpr.php:22
2689
  msgid "Enable privacy controls"
2690
  msgstr "Datenschutz-Einstellungen aktivieren"
2691
 
2692
- #: modules/gdpr.php:22
2693
  msgid "Disabling will disable all GDPR related options, this is not advised."
2694
  msgstr ""
2695
  "Bei Deaktivierung werden alle DSGVO-relevanten Einstellungen deaktiviert – "
2696
  "nicht empfohlen."
2697
 
2698
- #: modules/gdpr.php:26
2699
  msgid "Importance of GDPR Compliance"
2700
  msgstr "Wichtiger Hinweis zur DSGVO-Konformität"
2701
 
2702
- #: modules/gdpr.php:32
2703
  msgid "Organization name"
2704
  msgstr "Organisationsname"
2705
 
2706
- #: modules/gdpr.php:41
2707
  msgid "Data retention purpose"
2708
  msgstr "Zweck der Datenaufbewahrung"
2709
 
2710
  # @ wplivechat
2711
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:443
2712
  msgid "Chat/Support"
2713
  msgstr "Chat/Support"
2714
 
2715
  # @ wplivechat
2716
- #: modules/gdpr.php:50
2717
  msgid "Data retention period"
2718
  msgstr "Dauer der Datenaufbewahrung"
2719
 
2720
- #: modules/gdpr.php:53
2721
  msgid "days"
2722
  msgstr "Tage"
2723
 
2724
  # @ wplivechat
2725
- #: modules/gdpr.php:59
2726
  msgid "GDPR notice to visitors"
2727
  msgstr "DSGVO-Hinweis für Besucher"
2728
 
2729
- #: modules/gdpr.php:60
2730
  msgid ""
2731
  "Users will be asked to accept the notice shown here, in the form of a check "
2732
  "box."
@@ -2734,11 +2750,21 @@ msgstr ""
2734
  "Benutzer werden darum gebeten, den angezeigten Hinweis durch Auswahl des "
2735
  "zugehörigen Kontrollkästchens zu bestätigen."
2736
 
2737
- #: modules/gdpr.php:90 modules/gdpr.php:101
 
 
 
 
 
 
 
 
 
 
2738
  msgid "GDPR Control"
2739
  msgstr "Vorgaben zur DSGVO-Einhaltung"
2740
 
2741
- #: modules/gdpr.php:103
2742
  msgid ""
2743
  "Search is performed on chat sessions, messages, and offline messages. Data "
2744
  "will also be deleted automatically per your retention policy."
@@ -2748,47 +2774,47 @@ msgstr ""
2748
  "automatisch gelöscht."
2749
 
2750
  # @ wplivechat
2751
- #: modules/gdpr.php:112
2752
  msgid "Name, Email, Message"
2753
  msgstr "Name, E-Mail-Adresse, Nachricht"
2754
 
2755
  # @ wplivechat
2756
- #: modules/gdpr.php:116 modules/node_server.php:222
2757
  msgid "Search"
2758
  msgstr "Suchen"
2759
 
2760
- #: modules/gdpr.php:129
2761
  #, php-format
2762
  msgid "Search Results in %%TABLE%%"
2763
  msgstr "Suchergebnisse in %%TABLE%%"
2764
 
2765
- #: modules/gdpr.php:157
2766
  #, php-format
2767
  msgid "Delete Chat (%%CID%%)"
2768
  msgstr "Chat (%%CID%%) löschen"
2769
 
2770
  # @ wplivechat
2771
- #: modules/gdpr.php:158
2772
  #, php-format
2773
  msgid "Download Chat (%%CID%%)"
2774
  msgstr "Chat (%%CID%%) herunterladen"
2775
 
2776
  # @ wplivechat
2777
- #: modules/gdpr.php:162 wp-live-chat-support.php:4194
2778
- #: wp-live-chat-support.php:4254
2779
  msgid "Chat ID"
2780
  msgstr "Chat-ID"
2781
 
2782
- #: modules/gdpr.php:183
2783
  msgid "Please perform a search using the input field above"
2784
  msgstr "Bitte führen Sie eine Suche mit Hilfe des obigen Eingabefeldes durch"
2785
 
2786
  # @ wplivechat
2787
- #: modules/gdpr.php:257
2788
  msgid "Data Deleted"
2789
  msgstr "Daten gelöscht"
2790
 
2791
- #: modules/gdpr.php:343
2792
  #, php-format
2793
  msgid ""
2794
  "I agree for my personal data to be processed and for the use of cookies in "
@@ -2800,11 +2826,11 @@ msgstr ""
2800
  "Zweck von %%PURPOSE%% für die Dauer von %%PERIOD%% Tag(en) gemäß DSGVO "
2801
  "aufbewahrt wird."
2802
 
2803
- #: modules/gdpr.php:365 modules/gdpr.php:563 modules/gdpr.php:584
2804
  msgid "Privacy Policy"
2805
  msgstr "Datenschutzrichtlinie"
2806
 
2807
- #: modules/gdpr.php:366
2808
  #, php-format
2809
  msgid ""
2810
  "We use WP Live Chat by 3CX as our live chat platform. By clicking below to "
@@ -2818,7 +2844,7 @@ msgstr ""
2818
  "bereitgestellten Informationen an \"WP-Live Chat by 3CX\" übertragen und "
2819
  "gemäß der %%POLICY_LINK%% von 3CX verarbeitet werden dürfen."
2820
 
2821
- #: modules/gdpr.php:388
2822
  #, php-format
2823
  msgid ""
2824
  "Please note as per the GDPR settings you have selected, all chat data will "
@@ -2827,7 +2853,7 @@ msgstr ""
2827
  "Bitte beachten Sie, dass alle Chat-Daten gemäß den von Ihnen ausgewählten "
2828
  "DSGVO-Einstellungen für eine Dauer von %%PERIOD%% Tag(en) aufbewahrt werden."
2829
 
2830
- #: modules/gdpr.php:391
2831
  #, php-format
2832
  msgid ""
2833
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
@@ -2836,25 +2862,25 @@ msgstr ""
2836
  "Nach diesem Zeitraum werden alle Chat-Daten, die älter sind als %%PERIOD%% "
2837
  "Tag(e), dauerhaft von Ihrem Server gelöscht."
2838
 
2839
- #: modules/gdpr.php:395
2840
  msgid "GDPR - Data Retention"
2841
  msgstr "DSGVO – Aufbewahrung von Daten"
2842
 
2843
  # @ wplivechat
2844
- #: modules/gdpr.php:398 modules/gdpr.php:565
2845
  msgid "Privacy Settings"
2846
  msgstr "Datenschutz-Einstellungen"
2847
 
2848
- #: modules/gdpr.php:413
2849
  msgid "Once every 6 hours"
2850
  msgstr "Einmal alle 6 Stunden"
2851
 
2852
  # @ wplivechat
2853
- #: modules/gdpr.php:531
2854
  msgid "Chat Ended"
2855
  msgstr "Chat beendet"
2856
 
2857
- #: modules/gdpr.php:556
2858
  msgid ""
2859
  "GDPR compliance has been disabled, read more about the implications of this "
2860
  "here"
@@ -2863,11 +2889,11 @@ msgstr ""
2863
  "Informationen zu möglichen Folgen erhalten Sie hier"
2864
 
2865
  # @ wplivechat
2866
- #: modules/gdpr.php:557
2867
  msgid "Additionally please take a look at WP Live Chat by 3CX"
2868
  msgstr "Werfen Sie zudem einen Blick auf \"WP-Live Chat by 3CX\""
2869
 
2870
- #: modules/gdpr.php:558
2871
  msgid ""
2872
  "It is highly recommended that you enable GDPR compliance to ensure your user "
2873
  "data is regulated."
@@ -2876,19 +2902,19 @@ msgstr ""
2876
  "aktivieren, um sicherzustellen, dass Daten Ihrer Benutzer gesetzeskonform "
2877
  "verarbeitet werden."
2878
 
2879
- #: modules/gdpr.php:561
2880
  msgid "Warning - GDPR Compliance Disabled - Action Required"
2881
  msgstr "WARNUNG: DSGVO-Konformität deaktiviert – Maßnahme erforderlich"
2882
 
2883
- #: modules/gdpr.php:562
2884
  msgid "EU GDPR"
2885
  msgstr "EU-DSGVO"
2886
 
2887
- #: modules/gdpr.php:566
2888
  msgid "Dismiss & Accept Responsibility"
2889
  msgstr "Verwerfen und Haftung übernehmen"
2890
 
2891
- #: modules/gdpr.php:583
2892
  #, php-format
2893
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2894
  msgstr ""
@@ -2913,22 +2939,22 @@ msgstr "WordPress-Menü umschalten für Vollbild"
2913
 
2914
  # @ wplivechat
2915
  #: modules/node_server.php:79 modules/node_server.php:186
2916
- #: modules/node_server.php:720 modules/node_server.php:738
2917
  msgid "Active visitors"
2918
  msgstr "Aktive Besucher"
2919
 
2920
  # @ wplivechat
2921
- #: modules/node_server.php:113 modules/node_server.php:725
2922
  msgid "Invite Agent"
2923
  msgstr "Agent einladen"
2924
 
2925
  # @ wplivechat
2926
- #: modules/node_server.php:114 modules/node_server.php:726
2927
  msgid "Invite Department"
2928
  msgstr "Abteilung einladen"
2929
 
2930
- #: modules/node_server.php:115 modules/node_server.php:727
2931
- #: modules/node_server.php:731 wp-live-chat-support.php:3996
2932
  msgid "Direct User To Page"
2933
  msgstr "Benutzer auf folgende Seite hinweisen"
2934
 
@@ -2938,13 +2964,13 @@ msgid "Transcript"
2938
  msgstr "Chat-Protokoll"
2939
 
2940
  # @ wplivechat
2941
- #: modules/node_server.php:118 modules/node_server.php:728
2942
  msgid "Leave chat"
2943
  msgstr "Chat verlassen"
2944
 
2945
  # @ wplivechat
2946
- #: modules/node_server.php:119 modules/node_server.php:729
2947
- #: wp-live-chat-support.php:2575
2948
  msgid "End chat"
2949
  msgstr "Chat beenden"
2950
 
@@ -2953,7 +2979,7 @@ msgid "Something"
2953
  msgstr ""
2954
 
2955
  # @ wplivechat
2956
- #: modules/node_server.php:141 modules/node_server.php:733
2957
  msgid "Join chat"
2958
  msgstr "Chat beitreten"
2959
 
@@ -2983,12 +3009,12 @@ msgid "Filter the user list based on activity."
2983
  msgstr "Filtern Sie die Benutzerliste unter Berücksichtigung der Aktivität."
2984
 
2985
  # @ wplivechat
2986
- #: modules/node_server.php:168 modules/node_server.php:735
2987
  msgid "New Visitors (3 Min)"
2988
  msgstr "Neue Besucher (3 Min.)"
2989
 
2990
  # @ wplivechat
2991
- #: modules/node_server.php:169 modules/node_server.php:736
2992
  msgid "Active Chats"
2993
  msgstr "Aktive Chats"
2994
 
@@ -2996,7 +3022,7 @@ msgstr "Aktive Chats"
2996
  msgid "Page URL"
2997
  msgstr "Seiten-URL"
2998
 
2999
- #: modules/node_server.php:171 modules/node_server.php:737
3000
  msgid "Clear Filters"
3001
  msgstr "Filter löschen"
3002
 
@@ -3006,27 +3032,27 @@ msgid "Contains"
3006
  msgstr "Enthält"
3007
 
3008
  # @ wplivechat
3009
- #: modules/node_server.php:189 modules/node_server.php:739
3010
- #: wp-live-chat-support.php:2377
3011
  msgid "Visitor"
3012
  msgstr "Besucher"
3013
 
3014
  # @ wplivechat
3015
- #: modules/node_server.php:190 modules/node_server.php:740
3016
  msgid "Info"
3017
  msgstr "Info"
3018
 
3019
  # @ wplivechat
3020
- #: modules/node_server.php:192 modules/node_server.php:742
3021
  msgid "Chat Status"
3022
  msgstr "Chat-Status"
3023
 
3024
  # @ wplivechat
3025
- #: modules/node_server.php:223 modules/node_server.php:744
3026
  msgid "Search Results"
3027
  msgstr "Suchergebnisse"
3028
 
3029
- #: modules/node_server.php:225 modules/node_server.php:745
3030
  msgid "No emoji found"
3031
  msgstr "Kein Emoji gefunden"
3032
 
@@ -3039,7 +3065,7 @@ msgstr "Fehler"
3039
  msgid "Only chat agents can access this page."
3040
  msgstr "Nur Chat-Agenten können auf diese Seite zugreifen."
3041
 
3042
- #: modules/node_server.php:443 wp-live-chat-support.php:4615
3043
  msgid "Sending transcript..."
3044
  msgstr "Protokoll wird gesendet ..."
3045
 
@@ -3048,11 +3074,11 @@ msgstr "Protokoll wird gesendet ..."
3048
  msgid "Chat Transcript"
3049
  msgstr "Chat-Protokoll"
3050
 
3051
- #: modules/node_server.php:446 wp-live-chat-support.php:4618
3052
  msgid "The chat transcript has been emailed."
3053
  msgstr "Das Chat-Protokoll wurde per E-Mail versendet."
3054
 
3055
- #: modules/node_server.php:447 wp-live-chat-support.php:4619
3056
  msgid "There was a problem emailing the chat."
3057
  msgstr "Fehler beim Versand des Chat-Protokolls per E-Mail."
3058
 
@@ -3075,11 +3101,11 @@ msgstr "Chat ist in den Einstellungen deaktiviert, jetzt aktivieren"
3075
  msgid "User received notification:"
3076
  msgstr "Vom Benutzer empfangene Benachrichtigung:"
3077
 
3078
- #: modules/node_server.php:532 wp-live-chat-support.php:2214
3079
  msgid "New chat received"
3080
  msgstr "Neue Chat-Anfrage empfangen"
3081
 
3082
- #: modules/node_server.php:533 wp-live-chat-support.php:2216
3083
  msgid ""
3084
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
3085
  "chat"
@@ -3088,11 +3114,11 @@ msgstr ""
3088
  "\" auf, um die Anfrage zu akzeptieren"
3089
 
3090
  # @ wplivechat
3091
- #: modules/node_server.php:643
3092
  msgid "Welcome to V8 of WP Live Chat by 3CX"
3093
  msgstr "Willkommen bei \"WP-Live Chat by 3CX (Version 8)\""
3094
 
3095
- #: modules/node_server.php:644
3096
  msgid ""
3097
  "Did you know, this version features high speed message delivery, agent to "
3098
  "agent chat, and a single window layout?"
@@ -3100,7 +3126,7 @@ msgstr ""
3100
  "Schon gewusst? Diese Version unterstützt eine schnellere Übertragung von "
3101
  "Chat-Nachrichten sowie Chats zwischen Agenten und ein Single-Window-Layout."
3102
 
3103
- #: modules/node_server.php:645
3104
  msgid ""
3105
  "To activate this functionality please navigate to Live Chat -> Settings -> "
3106
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
@@ -3109,33 +3135,33 @@ msgstr ""
3109
  "\"Einstellungen\" > \"Erweiterte Funktionen\", und wählen Sie die Option "
3110
  "\"3CX High Performance Chat Cloud Server\" aus."
3111
 
3112
- #: modules/node_server.php:648
3113
  msgid "Show me!"
3114
  msgstr "Anzeigen"
3115
 
3116
- #: modules/node_server.php:649 wp-live-chat-support.php:4586
3117
  msgid "Don't Show This Again"
3118
  msgstr "Nicht erneut anzeigen"
3119
 
3120
- #: modules/node_server.php:716 wp-live-chat-support.php:470
3121
  msgid "Connecting..."
3122
  msgstr "Verbindung wird hergestellt ..."
3123
 
3124
  # @ wplivechat
3125
- #: modules/node_server.php:721
3126
  msgid "Agent(s) Online"
3127
  msgstr "Agent(en) online"
3128
 
3129
  # @ wplivechat
3130
- #: modules/node_server.php:732
3131
  msgid "Events"
3132
  msgstr "Ereignisse"
3133
 
3134
- #: modules/node_server.php:734
3135
  msgid "Filters"
3136
  msgstr "Filter"
3137
 
3138
- #: modules/node_server.php:819
3139
  msgid ""
3140
  "You can transfer chats from within a chat by clicking on the in chat menu, "
3141
  "and selecting Transfer Chat or Transfer Department"
@@ -3144,7 +3170,7 @@ msgstr ""
3144
  "Chat-Menü den Befehl zum Weiterleiten an einen Agenten oder eine Abteilung "
3145
  "auswählen"
3146
 
3147
- #: modules/node_server.php:820
3148
  msgid ""
3149
  "You can share files quickly when in a chat, by simply dragging a file into "
3150
  "the chat window!"
@@ -3152,14 +3178,14 @@ msgstr ""
3152
  "Sie können aus einem Chat heraus Dateien schnell für Gesprächspartner "
3153
  "freigeben, indem Sie die Dateien in das Chat-Fenster ziehen."
3154
 
3155
- #: modules/node_server.php:821
3156
  msgid "You can now move between chats without ending/closing an open chat"
3157
  msgstr ""
3158
  "Sie können zwischen Chats wechseln, ohne einen bereits geöffneten Chat "
3159
  "beenden/schließen zu müssen"
3160
 
3161
  # @ wplivechat
3162
- #: modules/node_server.php:877
3163
  msgid "No quick responses found"
3164
  msgstr "Keine Schnellantworten gefunden"
3165
 
@@ -3194,7 +3220,7 @@ msgstr "Einstellungen geändert"
3194
  msgid "Webhooks"
3195
  msgstr "Webhooks"
3196
 
3197
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3925
3198
  msgid "Web Hooks"
3199
  msgstr "Webhooks"
3200
 
@@ -3256,40 +3282,40 @@ msgstr "Änderungen speichern"
3256
  msgid "Are you sure you want to delete this webhook?"
3257
  msgstr "Möchten Sie diesen Webhook wirklich löschen?"
3258
 
3259
- #: wp-live-chat-support.php:413
3260
  msgid "close"
3261
  msgstr "schließen"
3262
 
3263
  # @ wplivechat
3264
- #: wp-live-chat-support.php:434
3265
  msgid "Thank you for chatting with us."
3266
  msgstr "Vielen Dank, dass Sie uns per Chat kontaktiert haben."
3267
 
3268
  # @ wplivechat
3269
- #: wp-live-chat-support.php:459
3270
  msgid "Questions?"
3271
  msgstr "Fragen?"
3272
 
3273
  # @ wplivechat
3274
- #: wp-live-chat-support.php:460
3275
  msgid "Chat with us"
3276
  msgstr "Chatten Sie mit uns"
3277
 
3278
  # @ wplivechat
3279
- #: wp-live-chat-support.php:461
3280
  msgid "Start live chat"
3281
  msgstr "Live-Chat starten"
3282
 
3283
- #: wp-live-chat-support.php:462
3284
  msgid "Complete the fields below to proceed."
3285
  msgstr "Füllen Sie die folgenden Felder aus, um fortzufahren."
3286
 
3287
  # @ wplivechat
3288
- #: wp-live-chat-support.php:463 wp-live-chat-support.php:467
3289
  msgid "Leave a message"
3290
  msgstr "Nachricht hinterlassen"
3291
 
3292
- #: wp-live-chat-support.php:464
3293
  #, fuzzy
3294
  #| msgid ""
3295
  #| "We are currently offline. Please leave a message and we'll get back to "
@@ -3299,55 +3325,59 @@ msgstr ""
3299
  "Der Chat ist zurzeit offline. Bitte hinterlassen Sie uns eine Nachricht. Wir "
3300
  "werden uns schnellstmöglich bei Ihnen melden."
3301
 
3302
- #: wp-live-chat-support.php:465
3303
  msgid "Sending message..."
3304
  msgstr "Nachricht wird gesendet ..."
3305
 
3306
  # @ wplc
3307
- #: wp-live-chat-support.php:466
3308
  msgid "Thank you for your message. We will be in contact soon."
3309
  msgstr ""
3310
  "Vielen Dank für Ihre Nachricht. Wir werden uns in Kürze mit Ihnen in "
3311
  "Verbindung setzen."
3312
 
3313
- #: wp-live-chat-support.php:468
3314
  msgid "Send message"
3315
  msgstr "Nachricht senden"
3316
 
3317
  # @ wplivechat
3318
- #: wp-live-chat-support.php:469
3319
  msgid "Start Chat"
3320
  msgstr "Chat starten"
3321
 
3322
  # @ wplivechat
3323
- #: wp-live-chat-support.php:471 wp-live-chat-support.php:2096
3324
- #: wp-live-chat-support.php:2143
3325
  msgid "Reactivating your previous chat..."
3326
  msgstr "Vorheriger Chat wird reaktiviert ..."
3327
 
3328
  # @ wplivechat
3329
- #: wp-live-chat-support.php:502
3330
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3331
  msgstr ""
3332
  "Bitte klicken Sie auf \"Chat starten\", um einen Chat mit einem Agenten zu "
3333
  "beginnen"
3334
 
 
 
 
 
3335
  # @ wplivechat
3336
- #: wp-live-chat-support.php:505
3337
  msgid "No answer. Try again later."
3338
  msgstr "Keine Antwort. Bitte versuchen Sie es später erneut."
3339
 
3340
- #: wp-live-chat-support.php:506
3341
  msgid "Welcome. How may I help you?"
3342
  msgstr "Willkommen! Wie kann ich Ihnen behilflich sein?"
3343
 
3344
- #: wp-live-chat-support.php:510
3345
  msgid "Please standby for an agent. Send your message while you wait."
3346
  msgstr ""
3347
  "Bitte warten Sie auf einen freien Agenten. Sie können in der Zwischenzeit "
3348
  "Ihre Nachricht bereits verschicken."
3349
 
3350
- #: wp-live-chat-support.php:741
3351
  msgid ""
3352
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3353
  "no longer needed, please uninstall it."
@@ -3357,242 +3387,253 @@ msgstr ""
3357
  "Plug-in."
3358
 
3359
  # @ wplivechat
3360
- #: wp-live-chat-support.php:1028 wp-live-chat-support.php:3418
3361
  msgid "Missed Chats"
3362
  msgstr "Verpasste Chats"
3363
 
3364
  # @ wplivechat
3365
- #: wp-live-chat-support.php:1031 wp-live-chat-support.php:3914
3366
  msgid "Support"
3367
  msgstr "Support"
3368
 
3369
  # @ wplivechat
3370
- #: wp-live-chat-support.php:1228
3371
- msgid "Please Enter Your Name"
 
 
3372
  msgstr "Bitte geben Sie Ihren Namen ein"
3373
 
3374
  # @ wplivechat
3375
- #: wp-live-chat-support.php:1229
3376
- msgid "Please Enter Your Email Address"
 
 
 
 
 
 
 
 
 
3377
  msgstr "Bitte geben Sie Ihre E-Mail-Adresse ein"
3378
 
3379
- #: wp-live-chat-support.php:1230
3380
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3381
  msgstr ""
3382
  "Verbindung zum Server verloren. Bitte laden Sie diese Seite neu. Fehler:"
3383
 
3384
  # @ wplivechat
3385
- #: wp-live-chat-support.php:1232
3386
  msgid "Please Enter a Message"
3387
  msgstr "Bitte geben Sie eine Nachricht ein"
3388
 
3389
- #: wp-live-chat-support.php:1233
3390
  msgid "Disconnected, Attempting to Reconnect..."
3391
  msgstr "Verbindung getrennt. Neuverbindung wird gestartet ..."
3392
 
3393
  # @ wplivechat
3394
- #: wp-live-chat-support.php:1280
3395
  msgid "has joined."
3396
  msgstr "ist dem Chat beigetreten."
3397
 
3398
- #: wp-live-chat-support.php:1281
3399
  msgid "has left."
3400
  msgstr "hat den Chat verlassen."
3401
 
3402
  # @ wplivechat
3403
- #: wp-live-chat-support.php:1282
3404
  msgid "has ended the chat."
3405
  msgstr "hat den Chat beendet."
3406
 
3407
- #: wp-live-chat-support.php:1283
3408
  msgid "has disconnected."
3409
  msgstr "hat die Verbindung getrennt."
3410
 
3411
- #: wp-live-chat-support.php:1284
3412
  msgid "(edited)"
3413
  msgstr "(bearbeitet)"
3414
 
3415
  # @ wplivechat
3416
- #: wp-live-chat-support.php:1679 wp-live-chat-support.php:1698
3417
  msgid "Start chat"
3418
  msgstr "Chat starten"
3419
 
3420
  # @ wplivechat
3421
- #: wp-live-chat-support.php:1940 wp-live-chat-support.php:2646
3422
  msgid "Send"
3423
  msgstr "Senden"
3424
 
3425
- #: wp-live-chat-support.php:2315
3426
  msgid "Congratulations"
3427
  msgstr "Einrichtung beendet"
3428
 
3429
  # @ wplivechat
3430
- #: wp-live-chat-support.php:2316
3431
  msgid "You are now accepting live chat requests on your site."
3432
  msgstr "Sie können auf Ihrer Website jetzt Live-Chat-Anfragen entgegennehmen."
3433
 
3434
- #: wp-live-chat-support.php:2317
3435
  msgid "The live chat box has automatically been enabled."
3436
  msgstr "Das Live-Chat-Fenster wurde automatisch aktiviert."
3437
 
3438
- #: wp-live-chat-support.php:2318
3439
  msgid "Chat notifications will start appearing once visitors send a request."
3440
  msgstr ""
3441
  "Chat-Benachrichtigungen erfolgen automatisch, sobald Besucher eine Anfrage "
3442
  "verschicken."
3443
 
3444
- #: wp-live-chat-support.php:2319
3445
  #, php-format
3446
  msgid "You may modify your chat box settings %s"
3447
  msgstr "Sie können Ihre Chat-Fenster-Einstellungen %s bearbeiten"
3448
 
3449
- #: wp-live-chat-support.php:2320
3450
  msgid "Experiencing issues?"
3451
  msgstr "Probleme?"
3452
 
3453
- #: wp-live-chat-support.php:2320
3454
  msgid "Take a look at our how-to guides."
3455
  msgstr "Werfen Sie einen Blick in unsere Anleitungen."
3456
 
3457
  # @ wplivechat
3458
- #: wp-live-chat-support.php:2321
3459
  msgid "Hide"
3460
  msgstr "Ausblenden"
3461
 
3462
- #: wp-live-chat-support.php:2360
3463
  msgid "Keep this window open to get notified of new chats."
3464
  msgstr ""
3465
  "Lassen Sie dieses Fenster geöffnet, um bei neuen Chat-Anfragen "
3466
  "benachrichtigt zu werden."
3467
 
3468
  # @ wplivechat
3469
- #: wp-live-chat-support.php:2365
3470
  msgid "Visitor(s) online"
3471
  msgstr "Besucher online"
3472
 
3473
- #: wp-live-chat-support.php:2380
3474
  msgid "Device"
3475
  msgstr "Gerät"
3476
 
3477
- #: wp-live-chat-support.php:2381
3478
  msgid "Data"
3479
  msgstr "Daten"
3480
 
3481
  # @ wplivechat
3482
- #: wp-live-chat-support.php:2402
3483
  msgid "Chat Dashboard"
3484
  msgstr "Chat-Dashboard"
3485
 
3486
- #: wp-live-chat-support.php:2405
3487
  msgid "Oh no!"
3488
  msgstr "Tut uns leid!"
3489
 
3490
  # @ wplivechat
3491
- #: wp-live-chat-support.php:2407
3492
  #, php-format
3493
  msgid "You do not have access to this page as %s."
3494
  msgstr "Als sind Sie nicht berechtigt, auf diese Seite zuzugreifen. Grund: %s "
3495
 
3496
  # @ wplivechat
3497
- #: wp-live-chat-support.php:2407
3498
  msgid "you are not a chat agent"
3499
  msgstr "Sie sind kein Chat-Agent"
3500
 
3501
  # @ wplivechat
3502
- #: wp-live-chat-support.php:2561
3503
  msgid "Previous"
3504
  msgstr "Zurück"
3505
 
3506
  # @ wplivechat
3507
- #: wp-live-chat-support.php:2568
3508
  msgid "Chat with"
3509
  msgstr "Chatten mit"
3510
 
3511
  # @ wplivechat
3512
- #: wp-live-chat-support.php:2585
3513
  msgid "Starting Time:"
3514
  msgstr "Beginn:"
3515
 
3516
  # @ wplivechat
3517
- #: wp-live-chat-support.php:2586
3518
  msgid "Ending Time:"
3519
  msgstr "Ende:"
3520
 
3521
  # @ wplivechat
3522
- #: wp-live-chat-support.php:2606
3523
  msgid "Chat initiated on:"
3524
  msgstr "Chat gestartet auf:"
3525
 
3526
  # @ wplivechat
3527
- #: wp-live-chat-support.php:2607
3528
  msgid "Browser:"
3529
  msgstr "Browser:"
3530
 
3531
  # @ wplivechat
3532
- #: wp-live-chat-support.php:2633 wp-live-chat-support.php:2672
3533
  msgid "Invalid Chat ID"
3534
  msgstr "Ungültige Chat-ID"
3535
 
3536
  # @ wplivechat
3537
- #: wp-live-chat-support.php:2641
3538
  msgid "type here..."
3539
  msgstr "hier tippen ..."
3540
 
3541
  # @ wplivechat
3542
- #: wp-live-chat-support.php:2794
3543
  msgid "User has opened the chat window"
3544
  msgstr "Benutzer hat das Chat-Fenster geöffnet"
3545
 
3546
  # @ wplivechat
3547
- #: wp-live-chat-support.php:2795
3548
  msgid "User has minimized the chat window"
3549
  msgstr "Benutzer hat das Chat-Fenster minimiert"
3550
 
3551
  # @ wplivechat
3552
- #: wp-live-chat-support.php:2796
3553
  msgid "User has maximized the chat window"
3554
  msgstr "Benutzer hat das Chat-Fenster maximiert"
3555
 
3556
- #: wp-live-chat-support.php:2797
3557
  msgid "The chat has been ended"
3558
  msgstr "Der Chat wurde beendet"
3559
 
3560
  # @ wplivechat
3561
- #: wp-live-chat-support.php:3328
3562
  msgid "Delete History"
3563
  msgstr "Verlauf löschen"
3564
 
3565
  # @ wplivechat
3566
- #: wp-live-chat-support.php:3344
3567
  msgid "No chats available at the moment"
3568
  msgstr "Es sind aktuell keine Chats verfügbar"
3569
 
3570
  # @ wplivechat
3571
- #: wp-live-chat-support.php:3458
3572
  msgid "Actions"
3573
  msgstr "Aktionen"
3574
 
3575
  # @ wplivechat
3576
- #: wp-live-chat-support.php:3472
3577
  msgid "You have not received any offline messages."
3578
  msgstr "Es liegen keine Offline-Nachrichten für Sie vor."
3579
 
3580
  # @ wplivechat
3581
- #: wp-live-chat-support.php:3480
3582
  msgid "Delete Message"
3583
  msgstr "Nachricht löschen"
3584
 
3585
- #: wp-live-chat-support.php:3599
3586
  msgid "You do not have permission to save settings."
3587
  msgstr "Sie sind nicht dazu berechtigt, Einstellungen zu speichern."
3588
 
3589
  # @ wplivechat
3590
- #: wp-live-chat-support.php:3861
3591
  msgid "Your settings have been saved."
3592
  msgstr "Ihre Einstellungen wurden gespeichert."
3593
 
3594
  # @ wplivechat
3595
- #: wp-live-chat-support.php:3888
3596
  msgid ""
3597
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3598
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
@@ -3604,7 +3645,7 @@ msgstr ""
3604
  "aktiviert wird."
3605
 
3606
  # @ wplivechat
3607
- #: wp-live-chat-support.php:3894
3608
  msgid ""
3609
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3610
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
@@ -3616,11 +3657,11 @@ msgstr ""
3616
  "deaktiviert wird."
3617
 
3618
  # @ wplivechat
3619
- #: wp-live-chat-support.php:3917 wp-live-chat-support.php:3921
3620
  msgid "Plugin Features"
3621
  msgstr "Plug-in-Funktionen"
3622
 
3623
- #: wp-live-chat-support.php:3919
3624
  msgid ""
3625
  "Check out these features and get up to speed with what you can do with WP "
3626
  "Live Chat:"
@@ -3628,20 +3669,20 @@ msgstr ""
3628
  "Wir empfehlen Ihnen einen Blick auf folgende Funktionen, um alle "
3629
  "Möglichkeiten von \"WP-Live Chat by 3CX\" schneller nutzen zu können:"
3630
 
3631
- #: wp-live-chat-support.php:3922
3632
  msgid "Reporting"
3633
  msgstr "Reporting"
3634
 
3635
- #: wp-live-chat-support.php:3923
3636
  msgid "Localization"
3637
  msgstr "Lokalisierung"
3638
 
3639
  # @ wplivechat
3640
- #: wp-live-chat-support.php:3931
3641
  msgid "Chat FAQs"
3642
  msgstr "Chat-FAQs"
3643
 
3644
- #: wp-live-chat-support.php:3933
3645
  msgid ""
3646
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3647
  "agents:"
@@ -3650,42 +3691,42 @@ msgstr ""
3650
  "Besuchern und anderen Chat-Agenten:"
3651
 
3652
  # @ wplivechat
3653
- #: wp-live-chat-support.php:3935
3654
  msgid "Chat with Visitors"
3655
  msgstr "Mit Besuchern chatten"
3656
 
3657
  # @ wplivechat
3658
- #: wp-live-chat-support.php:3936
3659
  msgid "Chat with Agents"
3660
  msgstr "Mit Agenten chatten"
3661
 
3662
  # @ wplivechat
3663
- #: wp-live-chat-support.php:3940
3664
  msgid "Chat Invites"
3665
  msgstr "Chat-Einladungen"
3666
 
3667
  # @ wplivechat
3668
- #: wp-live-chat-support.php:3945
3669
  msgid "Settings & Customization"
3670
  msgstr "Einstellungen und Anpassung"
3671
 
3672
- #: wp-live-chat-support.php:3947
3673
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3674
  msgstr ""
3675
  "Die folgenden Anleitungen zeigen Ihnen, wie Sie \"WP-Live Chat by 3CX\" "
3676
  "konfigurieren und an Ihre Anforderungen anpassen können:"
3677
 
3678
  # @ wplivechat
3679
- #: wp-live-chat-support.php:3951
3680
  msgid "Agent Settings"
3681
  msgstr "Agent-Einstellungen"
3682
 
3683
  # @ wplivechat
3684
- #: wp-live-chat-support.php:3958
3685
  msgid "Troubleshooting"
3686
  msgstr "Problembehandlung"
3687
 
3688
- #: wp-live-chat-support.php:3960
3689
  msgid ""
3690
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3691
  "issues:"
@@ -3693,108 +3734,104 @@ msgstr ""
3693
  "Folgende Anleitungen helfen Ihnen bei der schnellen Behandlung von Problemen "
3694
  "mit \"WP-Live Chat by 3CX\":"
3695
 
3696
- #: wp-live-chat-support.php:3962
3697
  msgid "My Chat Box Is Not Showing"
3698
  msgstr "Mein Chat-Fenster wird nicht angezeigt"
3699
 
3700
  # @ wplivechat
3701
- #: wp-live-chat-support.php:3963
3702
  msgid "Not Receiving Notifications of New Chats"
3703
  msgstr "Ich werde bei neuen Chat-Anfragen nicht benachrichtigt"
3704
 
3705
  # @ wplivechat
3706
- #: wp-live-chat-support.php:3964
3707
  msgid "Check for JavaScript Errors"
3708
  msgstr "Auf JavaScript-Fehler überprüfen"
3709
 
3710
  # @ wplivechat
3711
- #: wp-live-chat-support.php:3992
3712
  msgid "Initiate Chats"
3713
  msgstr "Chats starten"
3714
 
3715
  # @ wplivechat
3716
- #: wp-live-chat-support.php:3993
3717
  msgid "Multiple Chats"
3718
  msgstr "Mehrere Chats"
3719
 
3720
- #: wp-live-chat-support.php:3994
3721
  msgid "Add unlimited agents"
3722
  msgstr "Beliebig viele Agenten hinzufügen"
3723
 
3724
  # @ wplivechat
3725
- #: wp-live-chat-support.php:3995
3726
  msgid "Transfer Chats"
3727
  msgstr "Chats weiterleiten"
3728
 
3729
- #: wp-live-chat-support.php:4014
3730
  #, php-format
3731
  msgid "Thank you for using %s! Please %s on %s"
3732
  msgstr "Vielen Dank, dass Sie %s verwenden! Bitte %s auf %s"
3733
 
3734
- #: wp-live-chat-support.php:4014
3735
  msgid "rate us"
3736
  msgstr "bewerten Sie uns"
3737
 
3738
- #: wp-live-chat-support.php:4195 wp-live-chat-support.php:4255
3739
- msgid "From"
3740
- msgstr "Von"
3741
-
3742
- #: wp-live-chat-support.php:4197 wp-live-chat-support.php:4257
3743
  msgid "Timestamp"
3744
  msgstr "Zeitstempel"
3745
 
3746
- #: wp-live-chat-support.php:4198 wp-live-chat-support.php:4258
3747
  msgid "Origin"
3748
  msgstr "Ursprung"
3749
 
3750
- #: wp-live-chat-support.php:4203 wp-live-chat-support.php:4263
3751
  msgid "user"
3752
  msgstr "Benutzer"
3753
 
3754
  # @ wplivechat
3755
- #: wp-live-chat-support.php:4205 wp-live-chat-support.php:4265
3756
  msgid "agent"
3757
  msgstr "Agent"
3758
 
3759
  # @ wplivechat
3760
- #: wp-live-chat-support.php:4340
3761
  msgid "Advanced settings"
3762
  msgstr "Erweiterte Einstellungen"
3763
 
3764
- #: wp-live-chat-support.php:4347
3765
  msgid "Only change these settings if you are experiencing performance issues."
3766
  msgstr "Ändern Sie diese Einstellungen nur im Fall von Performance-Problemen."
3767
 
3768
- #: wp-live-chat-support.php:4354
3769
  msgid "Website hosting type:"
3770
  msgstr "Website-Hosting-Typ:"
3771
 
3772
  # @ wplivechat
3773
- #: wp-live-chat-support.php:4358
3774
  msgid "Custom parameters"
3775
  msgstr "Benutzerdef. Parameter"
3776
 
3777
- #: wp-live-chat-support.php:4359
3778
  msgid "Shared hosting - low level plan"
3779
  msgstr "Shared Hosting – Einstiegsmodell"
3780
 
3781
- #: wp-live-chat-support.php:4360
3782
  msgid "Shared hosting - normal plan"
3783
  msgstr "Shared Hosting – Normales Modell"
3784
 
3785
- #: wp-live-chat-support.php:4361
3786
  msgid "VPS"
3787
  msgstr "VPS"
3788
 
3789
- #: wp-live-chat-support.php:4362
3790
  msgid "Dedicated server"
3791
  msgstr "Dedizierter Server"
3792
 
3793
- #: wp-live-chat-support.php:4368
3794
  msgid "Long poll setup"
3795
  msgstr "Einrichtung von HTTP Long Polling"
3796
 
3797
- #: wp-live-chat-support.php:4368
3798
  msgid ""
3799
  "Only change these if you are an experienced developer or if you have "
3800
  "received these figures from the WP Live Chat by 3CX team."
@@ -3803,24 +3840,24 @@ msgstr ""
3803
  "auf genaue Anweisung durch das Team von \"WP-Live Chat by 3CX\"."
3804
 
3805
  # @ wplivechat
3806
- #: wp-live-chat-support.php:4373
3807
  msgid "Iterations"
3808
  msgstr "Iterationen"
3809
 
3810
- #: wp-live-chat-support.php:4377
3811
  msgid "Sleep between loops"
3812
  msgstr "Sleep-Dauer zwischen Loops"
3813
 
3814
- #: wp-live-chat-support.php:4380
3815
  msgid "milliseconds"
3816
  msgstr "Millisekunden"
3817
 
3818
  # @ wplivechat
3819
- #: wp-live-chat-support.php:4403
3820
  msgid "Show 'Powered by' in chat box"
3821
  msgstr "\"Powered by\" in Chat-Fenster anzeigen"
3822
 
3823
- #: wp-live-chat-support.php:4403
3824
  msgid ""
3825
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3826
  "bottom of your chatbox."
@@ -3829,18 +3866,18 @@ msgstr ""
3829
  "Live Chat by 3CX\" an."
3830
 
3831
  # @ wplivechat
3832
- #: wp-live-chat-support.php:4445
3833
  msgid "Powered by WP Live Chat by 3CX"
3834
  msgstr "Powered by \"WP-Live Chat by 3CX\""
3835
 
3836
- #: wp-live-chat-support.php:4584
3837
  msgid ""
3838
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3839
  msgstr ""
3840
  "Browser-Benachrichtigungen werden auf unsicheren Websites ohne SSL-"
3841
  "Verschlüsselung nicht mehr unterstützt."
3842
 
3843
- #: wp-live-chat-support.php:4585
3844
  msgid ""
3845
  "Please add an SSL certificate to your site to continue receiving chat "
3846
  "notifications in your browser."
@@ -3848,7 +3885,7 @@ msgstr ""
3848
  "Bitte installieren Sie ein SSL-Zertifikat auf Ihrer Website, um weiterhin "
3849
  "Chat-Benachrichtigungen in Ihrem Browser empfangen zu können."
3850
 
3851
- #: wp-live-chat-support.php:4598
3852
  msgid ""
3853
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3854
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
@@ -3857,56 +3894,56 @@ msgstr ""
3857
  "\". Mit Version 8.0.05 von \"WP Live Chat Support\" wurde das Chat-Protokoll "
3858
  "integriert."
3859
 
3860
- #: wp-live-chat-support.php:4605
3861
  msgid "Email transcript to user"
3862
  msgstr "Chat-Protokoll per E-Mail an Benutzer senden"
3863
 
3864
- #: wp-live-chat-support.php:4616
3865
  msgid "Sending Transcript"
3866
  msgstr "Protokoll wird verschickt"
3867
 
3868
- #: wp-live-chat-support.php:4690
3869
  #, php-format
3870
  msgid "Your chat transcript from %1$s"
3871
  msgstr "Ihr Chat-Protokoll von %1$s"
3872
 
3873
  # @ wplivechat
3874
- #: wp-live-chat-support.php:4781
3875
  msgid "Chat Transcript Settings"
3876
  msgstr "Chat-Protokoll-Einstellungen"
3877
 
3878
- #: wp-live-chat-support.php:4784
3879
  msgid "Enable chat transcripts:"
3880
  msgstr "Chat-Protokolle aktivieren:"
3881
 
3882
- #: wp-live-chat-support.php:4792
3883
  msgid "Send transcripts to:"
3884
  msgstr "Protokolle senden an:"
3885
 
3886
  # @ wplivechat
3887
- #: wp-live-chat-support.php:4799
3888
  msgid "User"
3889
  msgstr "Benutzer"
3890
 
3891
- #: wp-live-chat-support.php:4810
3892
  msgid "Send transcripts when chat ends:"
3893
  msgstr "Protokolle nach Chat-Beendigung senden:"
3894
 
3895
  # @ wplivechat
3896
- #: wp-live-chat-support.php:4818
3897
  msgid "Email body"
3898
  msgstr "E-Mail-Textkörper"
3899
 
3900
  # @ wplivechat
3901
- #: wp-live-chat-support.php:4828
3902
  msgid "Email header"
3903
  msgstr "E-Mail-Kopfzeile"
3904
 
3905
- #: wp-live-chat-support.php:4837
3906
  msgid "Email footer"
3907
  msgstr "E-Mail-Fußzeile"
3908
 
3909
- #: wp-live-chat-support.php:4913
3910
  msgid ""
3911
  "Please note, local message encryption and local server options will be "
3912
  "deprecated in the next major release. All encryption and message delivery "
@@ -3917,13 +3954,13 @@ msgstr ""
3917
  "sein werden. Verschlüsselung und Nachrichtenübertragung werden dann durch "
3918
  "externe 3CX-Server durchgeführt."
3919
 
3920
- #: wp-live-chat-support.php:4916
3921
  msgid "Deprecation Notice - Message Encryption & Local Server"
3922
  msgstr ""
3923
  "Hinweis zur Einstellung von Funktionen – Nachrichtenverschlüsselung und "
3924
  "lokaler Server"
3925
 
3926
- #: wp-live-chat-support.php:4918
3927
  msgid "Dismiss"
3928
  msgstr "Verwerfen"
3929
 
@@ -3950,6 +3987,22 @@ msgstr ""
3950
  msgid "3CX"
3951
  msgstr "3CX"
3952
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3953
  # @ wplivechat
3954
  #~ msgid "Auto Pop-up"
3955
  #~ msgstr "Auto-Pop-up"
@@ -3960,9 +4013,6 @@ msgstr "3CX"
3960
  #~ msgid "Daily"
3961
  #~ msgstr "Täglich"
3962
 
3963
- #~ msgid "Week Days"
3964
- #~ msgstr "Werktags"
3965
-
3966
  #~ msgid "Weekends"
3967
  #~ msgstr "Wochenende"
3968
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
+ "POT-Creation-Date: 2019-12-17 14:43+0100\n"
5
+ "PO-Revision-Date: 2019-12-17 14:43+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #: ajax/agent.php:167 ajax/user.php:126 wp-live-chat-support.php:88
25
+ #: wp-live-chat-support.php:4495
26
  msgid "Admin"
27
  msgstr "Admin"
28
 
29
  # @ wplivechat
30
+ #: ajax/agent.php:262 ajax/user.php:230
31
  msgid "Admin has closed and ended the chat"
32
  msgstr "Der Administrator hat den Chat geschlossen und beendet"
33
 
34
  # @ wplivechat
35
+ #: functions.php:382 functions.php:399
36
  msgid "Accept Chat"
37
  msgstr "Chat annehmen"
38
 
39
  # @ wplivechat
40
+ #: functions.php:390 functions.php:405
41
  msgid "Open Chat"
42
  msgstr "Chat öffnen"
43
 
44
+ #: functions.php:392
45
  msgid "In progress with another agent"
46
  msgstr "Bearbeitung erfolgt durch einen anderen Agenten"
47
 
48
  # @ wplivechat
49
+ #: functions.php:409
50
  msgid "Only chat agents can accept chats"
51
  msgstr "Nur Chat-Agenten können Chats akzeptieren"
52
 
53
+ #: functions.php:473 modules/api/agent/wplc-api-functions.php:413
54
  msgid "New"
55
  msgstr "Neu"
56
 
57
+ #: functions.php:475 modules/api/agent/wplc-api-functions.php:415
58
  msgid "Returning"
59
  msgstr "Wiederkehrend"
60
 
61
+ #: functions.php:566
62
  msgid "No agent was able to answer your chat request. Please try again."
63
  msgstr ""
64
  "Ihre Chat-Anfrage konnte von keinem Agenten angenommen werden. Bitte "
65
  "versuchen Sie es erneut."
66
 
67
  # @ wplivechat
68
+ #: functions.php:580 functions.php:4323 wp-live-chat-support.php:1634
69
  msgid "End Chat"
70
  msgstr "Chat beenden"
71
 
72
  # @ wplivechat
73
+ #: functions.php:966
74
  msgid "complete"
75
  msgstr "vollständig"
76
 
77
  # @ wplivechat
78
+ #: functions.php:969
79
  msgid "pending"
80
  msgstr "ausstehend"
81
 
82
  # @ wplivechat
83
+ #: functions.php:972
84
  msgid "active"
85
  msgstr "aktiv"
86
 
87
  # @ wplivechat
88
+ #: functions.php:975
89
  msgid "deleted"
90
  msgstr "gelöscht"
91
 
92
  # @ wplivechat
93
+ #: functions.php:978
94
  msgid "browsing"
95
  msgstr "surft zurzeit"
96
 
97
  # @ wplivechat
98
+ #: functions.php:981
99
  msgid "requesting chat"
100
  msgstr "Chat angefragt"
101
 
102
  # @ wplivechat
103
+ #: functions.php:984
104
  msgid "Chat Ended - User still browsing"
105
  msgstr "Chat beendet – Benutzer surft noch"
106
 
107
  # @ wplivechat
108
+ #: functions.php:987
109
  msgid "User is browsing but doesn't want to chat"
110
  msgstr "Benutzer surft, möchte aber nicht chatten"
111
 
112
  # @ wplivechat
113
+ #: functions.php:1126 includes/settings_page.php:829
114
  msgid "WP Live Chat by 3CX - Offline Message from "
115
  msgstr "WP-Live Chat by 3CX – Offline-Nachricht von "
116
 
117
  # @ wplivechat
118
+ #: functions.php:1127 functions.php:1451 includes/settings_page.php:181
119
+ #: includes/settings_page.php:454 includes/wplc_custom_fields.php:79
120
+ #: includes/wplc_data_triggers.php:455 includes/wplc_departments.php:175
121
+ #: includes/wplc_roi.php:138 modules/node_server.php:82
122
+ #: modules/node_server.php:128 wp-live-chat-support.php:1362
123
+ #: wp-live-chat-support.php:1385 wp-live-chat-support.php:1546
124
+ #: wp-live-chat-support.php:3043 wp-live-chat-support.php:3157
125
  msgid "Name"
126
  msgstr "Name"
127
 
128
  # @ wplivechat
129
+ #: functions.php:1128 functions.php:1452 includes/settings_page.php:177
130
+ #: modules/node_server.php:129 wp-live-chat-support.php:1363
131
+ #: wp-live-chat-support.php:1374 wp-live-chat-support.php:1547
132
+ #: wp-live-chat-support.php:3044 wp-live-chat-support.php:3158
133
  msgid "Email"
134
  msgstr "E-Mail-Adresse"
135
 
136
  # @ wplivechat
137
+ #: functions.php:1129 wp-live-chat-support.php:1548
138
+ #: wp-live-chat-support.php:3159 wp-live-chat-support.php:3912
139
+ #: wp-live-chat-support.php:3972
140
  msgid "Message"
141
  msgstr "Nachricht"
142
 
143
  # @ wplivechat
144
+ #: functions.php:1130
145
  msgid "Via WP Live Chat by 3CX"
146
  msgstr "Per \"WP-Live Chat by 3CX\""
147
 
148
+ #: functions.php:1429 wp-live-chat-support.php:3006
149
  msgid "Error: Could not delete chat"
150
  msgstr "Fehler: Chat konnte nicht gelöscht werden"
151
 
152
  # @ wplivechat
153
+ #: functions.php:1431 wp-live-chat-support.php:3008
154
  msgid "Chat Deleted"
155
  msgstr "Chat gelöscht"
156
 
157
+ #: functions.php:1434 includes/wplc_custom_fields.php:35
158
+ #: includes/wplc_custom_fields.php:453 includes/wplc_custom_fields.php:474
159
+ #: includes/wplc_data_triggers.php:251 includes/wplc_data_triggers.php:269
160
+ #: includes/wplc_data_triggers.php:313 includes/wplc_data_triggers.php:501
161
  #: includes/wplc_departments.php:303 includes/wplc_departments.php:323
162
+ #: includes/wplc_departments.php:358 includes/wplc_roi.php:368
163
+ #: includes/wplc_roi.php:387 includes/wplc_roi.php:424
164
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
165
  #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
166
  #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
167
+ #: modules/gdpr.php:244 modules/gdpr.php:258 modules/webhooks_manager.php:102
168
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
169
+ #: wp-live-chat-support.php:2971 wp-live-chat-support.php:2997
170
+ #: wp-live-chat-support.php:3882
171
  msgid "You do not have permission do perform this action"
172
  msgstr "Sie sind nicht dazu berechtigt, diese Aktion durchzuführen"
173
 
174
+ #: functions.php:1440 wp-live-chat-support.php:3013
175
  msgid "Are you sure you would like to delete this chat?"
176
  msgstr "Möchten Sie diesen Chat wirklich löschen?"
177
 
178
  # @ wplivechat
179
+ #: functions.php:1441 includes/settings_page.php:159
180
+ #: includes/wplc_custom_fields.php:275 wp-live-chat-support.php:3015
181
  msgid "Yes"
182
  msgstr "Ja"
183
 
184
  # @ wplivechat
185
+ #: functions.php:1441 includes/settings_page.php:160
186
+ #: includes/wplc_custom_fields.php:275 wp-live-chat-support.php:3016
187
  msgid "No"
188
  msgstr "Nein"
189
 
190
  # @ wplivechat
191
+ #: functions.php:1450 functions.php:2008 includes/settings_page.php:340
192
+ #: includes/settings_page.php:488 wp-live-chat-support.php:3042
193
+ #: wp-live-chat-support.php:3156
194
  msgid "Date"
195
  msgstr "Datum"
196
 
197
  # @ wplivechat
198
+ #: functions.php:1453 functions.php:3835 wp-live-chat-support.php:3045
199
  msgid "URL"
200
  msgstr "URL"
201
 
202
  # @ wplivechat
203
+ #: functions.php:1454 includes/wplc_custom_fields.php:83
204
+ #: includes/wplc_data_triggers.php:460 includes/wplc_departments.php:176
205
+ #: includes/wplc_roi.php:142 modules/webhooks_manager.php:251
206
+ #: wp-live-chat-support.php:2094 wp-live-chat-support.php:3047
207
  msgid "Action"
208
  msgstr "Aktion"
209
 
210
  # @ wplivechat
211
+ #: functions.php:1468
212
  msgid "You have not missed any chat requests."
213
  msgstr "Sie haben keine Chat-Anfragen verpasst."
214
 
215
  # @ wplivechat
216
+ #: functions.php:1475 wp-live-chat-support.php:3062
217
  msgid "View Chat History"
218
  msgstr "Chat-Verlauf anzeigen"
219
 
220
  # @ wplivechat
221
+ #: functions.php:1475 wp-live-chat-support.php:3063
222
  msgid "Download Chat History"
223
  msgstr "Chat-Verlauf herunterladen"
224
 
225
  # @ wplivechat
226
+ #: functions.php:1669
227
  msgid "Open chat window via"
228
  msgstr "Chat-Fenster öffnen per"
229
 
230
+ #: functions.php:1673
231
  msgid "Click"
232
  msgstr "Klicken"
233
 
234
+ #: functions.php:1674
235
  msgid "Hover"
236
  msgstr "Zeigen"
237
 
238
+ #: functions.php:1676
239
  msgid "element with"
240
  msgstr "Element mit"
241
 
242
+ #: functions.php:1678
243
  msgid "Class"
244
  msgstr "Klasse"
245
 
246
+ #: functions.php:1679 includes/wplc_custom_fields.php:78
247
+ #: includes/wplc_data_triggers.php:454 includes/wplc_departments.php:174
248
+ #: includes/wplc_roi.php:137
249
  msgid "ID"
250
  msgstr "ID"
251
 
252
  # @ wplivechat
253
+ #: functions.php:1920 functions.php:1926 functions.php:1931
254
  #: includes/dashboard_page.php:58 modules/node_server.php:138
255
+ #: modules/node_server.php:866 wp-live-chat-support.php:3659
256
  msgid "Quick Responses"
257
  msgstr "Schnellantworten"
258
 
259
  # @ wplivechat
260
+ #: functions.php:1921 includes/settings_page.php:330
261
  msgid "Quick Response"
262
  msgstr "Schnellantwort"
263
 
264
  # @ wplivechat
265
+ #: functions.php:1922 functions.php:1925
266
  msgid "New Quick Response"
267
  msgstr "Neue Schnellantwort"
268
 
269
  # @ wplivechat
270
+ #: functions.php:1923 modules/node_server.php:875
271
  msgid "Add New Quick Response"
272
  msgstr "Neue Schnellantwort hinzufügen"
273
 
274
  # @ wplivechat
275
+ #: functions.php:1924
276
  msgid "Edit Quick Response"
277
  msgstr "Schnellantwort bearbeiten"
278
 
279
  # @ wplivechat
280
+ #: functions.php:1927
281
  msgid "View Quick Responses"
282
  msgstr "Schnellantworten anzeigen"
283
 
284
  # @ wplivechat
285
+ #: functions.php:1928
286
  msgid "Search Quick Responses"
287
  msgstr "Schnellantworten durchsuchen"
288
 
289
  # @ wplivechat
290
+ #: functions.php:1929
291
  msgid "No Quick Responses found"
292
  msgstr "Keine Schnellantworten gefunden"
293
 
294
  # @ wplivechat
295
+ #: functions.php:1930
296
  msgid "No Quick Responses found in the Trash"
297
  msgstr "Keine Schnellantworten im Papierkorb gefunden"
298
 
299
  # @ wplivechat
300
+ #: functions.php:1935
301
  msgid "Quick Responses for WP Live Chat by 3CX"
302
  msgstr "Schnellantworten für \"WP-Live Chat by 3CX\""
303
 
304
  # @ wplivechat
305
+ #: functions.php:1969
306
  msgid "Sort Order"
307
  msgstr "Sortierreihenfolge"
308
 
309
+ #: functions.php:2005 includes/settings_page.php:339
310
  msgid "Title"
311
  msgstr "Titel"
312
 
313
+ #: functions.php:2006
314
  msgid "Order"
315
  msgstr "Reihenfolge"
316
 
317
+ #: functions.php:2007 includes/settings_page.php:1227
318
  msgid "Author"
319
  msgstr "Autor"
320
 
321
  # @ wplivechat
322
+ #: functions.php:2050 wp-live-chat-support.php:185
323
  msgid "Press ENTER to send your message"
324
  msgstr "Zum Versenden der Nachricht die Eingabetaste drücken"
325
 
326
  # @ wplivechat
327
+ #: functions.php:2089 functions.php:2093
328
  msgid "Assign Quick Response"
329
  msgstr "Schnellantwort zuweisen"
330
 
331
  # @ wplivechat
332
+ #: functions.php:2096 includes/settings_page.php:1212
333
  msgid "Select"
334
  msgstr "Auswählen"
335
 
336
  # @ wplivechat
337
+ #: functions.php:2102
338
  msgid "What is this?"
339
  msgstr "Was ist das?"
340
 
341
+ #: functions.php:2144
342
  #, php-format
343
  msgid "Incoming chat from %s (%s) on %s"
344
  msgstr "Eingehender Chat von %s (%s) auf %s"
345
 
346
+ #: functions.php:2150
347
  #, php-format
348
  msgid "%s (%s) wants to chat with you."
349
  msgstr "%s (%s) möchte mit Ihnen chatten."
350
 
351
+ #: functions.php:2155
352
  #, php-format
353
  msgid "Log in: %s"
354
  msgstr "Anmeldung: %s"
355
 
356
  # @ wplivechat
357
+ #: functions.php:2449
358
  msgid "Status (Online)"
359
  msgstr "Status (online)"
360
 
361
+ #: functions.php:2450 functions.php:3275
362
  msgid "Online"
363
  msgstr "Online"
364
 
365
  # @ wplivechat
366
+ #: functions.php:2451 functions.php:3275
367
  msgid "Offline"
368
  msgstr "Offline"
369
 
370
+ #: functions.php:2452
371
  msgid "Status (Offline)"
372
  msgstr "Status (offline)"
373
 
374
  # @ wplivechat
375
+ #: functions.php:2453 functions.php:3245
376
  msgid "Chat Agent Online"
377
  msgstr "Chat-Agent online"
378
 
379
  # @ wplivechat
380
+ #: functions.php:2454 functions.php:3247 functions.php:3251
381
  msgid "Chat Agents Online"
382
  msgstr "Chat-Agenten online"
383
 
384
+ #: functions.php:2467
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."
390
  "angezeigten Schalter den Status \"online\", um Besucher angezeigt zu "
391
  "bekommen und Chat-Anfragen akzeptieren zu können."
392
 
393
+ #: functions.php:2537
394
  msgid "Encryption"
395
  msgstr "Verschlüsselung"
396
 
397
+ #: functions.php:2543 includes/settings_page.php:1269
398
+ #: wp-live-chat-support.php:3674
399
  msgid "Business Hours"
400
  msgstr "Geschäftszeiten"
401
 
402
  # @ wplivechat
403
+ #: functions.php:2677
404
  msgid "Initiate Chat"
405
  msgstr "Chat starten"
406
 
407
  # @ wplivechat
408
+ #: functions.php:2765
409
  msgid "Attempting to open the chat window... Please be patient."
410
  msgstr "Das Chat-Fenster wird geöffnet. Bitte warten Sie."
411
 
412
+ #: functions.php:2780
413
  msgid ""
414
  "You are not a chat agent. Please make yourself a chat agent before trying to "
415
  "chat to visitors"
418
  "bevor Sie Besucher per Chat zu kontaktieren versuchen"
419
 
420
  # @ wplivechat
421
+ #: functions.php:2937
422
  msgid "Chat Agent"
423
  msgstr "Chat-Agent"
424
 
425
+ #: functions.php:2945
426
  msgid "Make this user a chat agent"
427
  msgstr "Diesen Benutzer zum Chat-Agenten hochstufen"
428
 
429
+ #: functions.php:2948
430
+ #, fuzzy
431
+ #| msgid "Your user role does not allow you to make yourself a chat agent."
432
+ msgid "Your user role does not allow you to set agent attribute."
433
  msgstr ""
434
  "Ihre Benutzerrolle berechtigt Sie nicht dazu, sich zum Chat-Agenten "
435
  "hochzustufen."
436
 
437
+ #: functions.php:2949
438
  msgid "Please contact the administrator of this website to change this."
439
  msgstr ""
440
  "Bitte setzen Sie sich mit dem Administrator dieser Website in Verbindung."
441
 
442
  # @ wplivechat
443
+ #: functions.php:2963
444
  msgid "This chat has already been answered by another agent."
445
  msgstr "Dieser Chat wird bereits von einem anderen Agenten betreut."
446
 
447
+ #: functions.php:3196 wp-live-chat-support.php:2047
448
  msgid "Agent(s) online"
449
  msgstr "Agent(en) online"
450
 
451
+ #: functions.php:3325 includes/settings_page.php:1202
452
+ #: wp-live-chat-support.php:1993
453
  msgid "Remove"
454
  msgstr "Entfernen"
455
 
456
+ #: functions.php:3328 wp-live-chat-support.php:1996
457
  msgid "Typing..."
458
  msgstr "Tippt ..."
459
 
460
  # @ wplivechat
461
+ #: functions.php:3636
462
  msgid "User Experience Ratings"
463
  msgstr "Bewertung der Benutzererfahrung"
464
 
465
+ #: functions.php:3643
466
  msgid "Agent Statistics"
467
  msgstr "Agenten-Statistik"
468
 
469
+ #: functions.php:3676 functions.php:3691
470
  msgid "Satisfaction Rating"
471
  msgstr "Zufriedenheitsbewertung"
472
 
473
+ #: functions.php:3677 functions.php:3692
474
  msgid "Rating Count"
475
  msgstr "Anzahl der Bewertungen"
476
 
477
+ #: functions.php:3677 functions.php:3692
478
  msgid "Good"
479
  msgstr "Gut"
480
 
481
+ #: functions.php:3677 functions.php:3692
482
  msgid "Bad"
483
  msgstr "Schlecht"
484
 
485
  # @ wplivechat
486
+ #: functions.php:3733 includes/dashboard_page.php:56
487
+ #: wp-live-chat-support.php:785
488
  msgid "Reports"
489
  msgstr "Berichte"
490
 
491
+ #: functions.php:3736 includes/wplc_roi.php:139
492
  msgid "Overview"
493
  msgstr "Überblick"
494
 
495
+ #: functions.php:3737
496
  msgid "Popular Pages"
497
  msgstr "Beliebte Seiten"
498
 
499
  # @ wplivechat
500
+ #: functions.php:3755
501
  msgid "Total Agents"
502
  msgstr "Agenten gesamt"
503
 
504
+ #: functions.php:3755
505
  msgid "Total number of agents that used the live chat"
506
  msgstr "Gesamtzahl in Live-Chat eingebundener Agenten"
507
 
508
  # @ wplivechat
509
+ #: functions.php:3756
510
  msgid "Total Chats"
511
  msgstr "Chats gesamt"
512
 
513
+ #: functions.php:3756
514
  msgid "Total number of chats received"
515
  msgstr "Gesamtzahl empfangener Chats"
516
 
517
+ #: functions.php:3757
518
  msgid "Total URLs"
519
  msgstr "URLs gesamt"
520
 
521
+ #: functions.php:3757
522
  msgid "Total number of URLs a chat was initiated on"
523
  msgstr "Gesamtzahl der URLs mit gestartetem Chat"
524
 
525
+ #: functions.php:3758
526
  msgid "Chats per day"
527
  msgstr "Chats pro Tag"
528
 
529
+ #: functions.php:3759
530
  msgid "Popular pages a chat was initiated on"
531
  msgstr "Beliebte Seiten mit gestartetem Chat"
532
 
533
+ #: functions.php:3789 includes/wplc_custom_fields.php:316
534
  msgid "Unknown"
535
  msgstr "Unbekannt"
536
 
537
+ #: functions.php:3836
538
  msgid "Count"
539
  msgstr "Anzahl"
540
 
541
+ #: functions.php:3862
542
  msgid "Enable Manual Chat Initiation:"
543
  msgstr "Manuellen Chat-Start aktivieren:"
544
 
545
+ #: functions.php:3862
546
  msgid ""
547
  "Enabling this feature will allow agents to start a chat with website "
548
  "visitors. This feature increases server load while enabled."
551
  "Website-Besuchern starten. Die Server-Last wird bei aktivierter Funktion "
552
  "erhöht."
553
 
554
+ #: functions.php:3866 modules/advanced_features.php:74
555
  msgid ""
556
  "This feature is only available when you select 3CX High Performance Cloud "
557
  "Servers in Advanced Features."
560
  "Funktionen die 3CX High Performance Cloud Server auswählen."
561
 
562
  # @ wplc
563
+ #: functions.php:3953
564
  msgid "Thank you for inquiry. We will get back to you shortly"
565
  msgstr ""
566
  "Vielen Dank für Ihre Anfrage. Wir werden uns in Kürze mit Ihnen in "
567
  "Verbindung setzen."
568
 
569
+ #: functions.php:4088
570
  msgid "The Live Chat box is currently disabled on your website due to:"
571
  msgstr ""
572
  "Das Live-Chat-Fenster ist derzeit auf Ihrer Website deaktiviert. Ursache:"
573
 
574
  # @ wplivechat
575
+ #: functions.php:4089
576
  msgid "Business Hours Settings"
577
  msgstr "Geschäftszeiten-Einstellungen"
578
 
579
+ #: functions.php:4135
580
  msgid "Edit Profile"
581
  msgstr "Profil bearbeiten"
582
 
583
+ #: functions.php:4146 modules/node_server.php:98 modules/node_server.php:722
584
  msgid "Drag Files Here"
585
  msgstr "Dateien hierhin ziehen"
586
 
587
  # @ wplivechat
588
+ #: functions.php:4169 functions.php:4214 includes/wplc_custom_fields.php:107
589
+ #: includes/wplc_data_triggers.php:468 includes/wplc_data_triggers.php:606
590
  #: includes/wplc_departments.php:184 includes/wplc_departments.php:474
591
+ #: includes/wplc_roi.php:150 includes/wplc_roi.php:569
592
  #: modules/webhooks_manager.php:263
593
  msgid "Delete"
594
  msgstr "Löschen"
595
 
596
  # @ wplivechat
597
+ #: functions.php:4170
598
  msgid "Send..."
599
  msgstr "Senden ..."
600
 
601
+ #: functions.php:4171 functions.php:4216
602
  msgid "Play voice note"
603
  msgstr "Sprachnotiz wiedergeben"
604
 
605
+ #: functions.php:4215
606
  msgid "Save..."
607
  msgstr "Speichern ..."
608
 
609
+ #: functions.php:4317 wp-live-chat-support.php:1014
610
+ #: wp-live-chat-support.php:2489
611
  msgid "is typing..."
612
  msgstr "tippt gerade ..."
613
 
614
  # @ wplivechat
615
+ #: functions.php:4319
616
  msgid "There are no visitors on your site at the moment"
617
  msgstr "Auf Ihrer Website befinden sich aktuell keine Besucher"
618
 
619
+ #: functions.php:4320
620
  msgid "Connection to the server lost, reconnecting..."
621
  msgstr "Verbindung zum Server verloren. Verbindung wird wiederhergestellt ..."
622
 
623
  # @ wplivechat
624
+ #: functions.php:4321
625
  msgid "Agent offline - not accepting chats"
626
  msgstr "Agent offline – kein Chat möglich"
627
 
628
  # @ wplivechat
629
+ #: functions.php:4322 modules/node_server.php:103 wp-live-chat-support.php:1628
630
  msgid "Minimize Chat"
631
  msgstr "Chat minimieren"
632
 
633
+ #: functions.php:4341
634
  msgid "An error has occured while fetching the news feed."
635
  msgstr "Fehler beim Abrufen des Newsfeeds."
636
 
637
+ #: functions.php:4438
638
  msgid "Default"
639
  msgstr "Standard"
640
 
641
+ #: functions.php:4739
642
  msgid "You do not have permission to perform this action"
643
  msgstr "Sie sind nicht dazu berechtigt, diese Aktion durchzuführen"
644
 
645
  #: includes/blocks/wplc-chat-box/index.php:30
646
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3675
647
  msgid "Gutenberg Blocks"
648
  msgstr "Gutenberg Blocks"
649
 
695
  msgstr "Zeigt das gewählte Icon an"
696
 
697
  # @ wplivechat
698
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1022
699
+ #: wp-live-chat-support.php:1665
700
  msgid "Type here"
701
  msgstr "Hier eingeben"
702
 
703
  # @ wplivechat
704
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:756
705
  msgid "Live Chat"
706
  msgstr "Live-Chat"
707
 
708
  # @ wplivechat
709
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:757
710
  msgid "Dashboard"
711
  msgstr "Dashboard"
712
 
728
  msgstr "Verpasst"
729
 
730
  # @ wplivechat
731
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:763
732
+ #: wp-live-chat-support.php:3099
733
  msgid "History"
734
  msgstr "Verlauf"
735
 
736
  # @ wplivechat
737
  #: includes/dashboard_page.php:57 includes/settings_page.php:125
738
+ #: includes/settings_page.php:759 modules/advanced_tools.php:84
739
+ #: wp-live-chat-support.php:765 wp-live-chat-support.php:3139
740
+ #: wp-live-chat-support.php:3660
741
  msgid "Offline Messages"
742
  msgstr "Offline-Nachrichten"
743
 
748
 
749
  # @ wplivechat
750
  #: includes/dashboard_page.php:60 includes/settings_page.php:88
751
+ #: wp-live-chat-support.php:758
752
  msgid "Settings"
753
  msgstr "Einstellungen"
754
 
782
  msgstr "Aktuelles"
783
 
784
  #: includes/modal_control.php:27 modules/node_server.php:60
785
+ #: modules/node_server.php:715
786
  msgid "Please Confirm"
787
  msgstr "Bitte bestätigen"
788
 
791
  msgstr "Sind Sie sicher?"
792
 
793
  #: includes/modal_control.php:39 includes/wplc_custom_fields.php:164
794
+ #: includes/wplc_custom_fields.php:249 includes/wplc_data_triggers.php:607
795
  #: includes/wplc_departments.php:251 includes/wplc_departments.php:475
796
+ #: includes/wplc_roi.php:246 includes/wplc_roi.php:570
797
+ #: modules/node_server.php:64 modules/node_server.php:717
798
  #: modules/webhooks_manager.php:342
799
  msgid "Cancel"
800
  msgstr "Abbrechen"
801
 
802
  #: includes/modal_control.php:40 modules/node_server.php:63
803
+ #: modules/node_server.php:716 modules/webhooks_manager.php:341
804
  msgid "Confirm"
805
  msgstr "Bestätigen"
806
 
807
  # @ wplivechat
808
+ #: includes/notification_control.php:22
809
  msgid "User is browsing"
810
  msgstr "Benutzer surft"
811
 
812
  # @ wplivechat
813
+ #: includes/notification_control.php:33 includes/notification_control.php:66
814
+ #: includes/notification_control.php:111 includes/wplc_transfer_chats.php:472
815
  #: includes/wplc_transfer_chats.php:493 includes/wplc_transfer_chats.php:556
816
  #: includes/wplc_transfer_chats.php:592
817
  msgid "System notification"
818
  msgstr "System-Benachrichtigung"
819
 
820
  # @ wplivechat
821
+ #: includes/notification_control.php:106
822
  msgid "has joined the chat."
823
  msgstr "ist dem Chat beigetreten."
824
 
825
  # @ wplivechat
826
  #: includes/settings_page.php:115 includes/settings_page.php:153
827
+ #: wp-live-chat-support.php:3671
828
  msgid "General Settings"
829
  msgstr "Allgemeine Einstellungen"
830
 
834
  msgstr "Chat-Fenster"
835
 
836
  # @ wplivechat
837
+ #: includes/settings_page.php:130 includes/settings_page.php:935
838
  msgid "Styling"
839
  msgstr "Stile"
840
 
841
  # @ wplivechat
842
  #: includes/settings_page.php:135 modules/node_server.php:89
843
+ #: modules/node_server.php:721
844
  msgid "Agents"
845
  msgstr "Agenten"
846
 
882
  msgid "This name will be displayed for all not logged in visitors"
883
  msgstr "Dieser Name wird allen nicht angemeldeten Benutzern angezeigt"
884
 
 
 
 
 
885
  # @ wplivechat
886
  #: includes/settings_page.php:199
887
  msgid "Input Field Replacement Text"
1047
  msgid "No post types found."
1048
  msgstr "Keine Post-Typen gefunden."
1049
 
1050
+ #: includes/settings_page.php:335
 
 
 
 
 
 
 
 
 
 
 
 
1051
  msgid "Order by"
1052
  msgstr "Sortieren nach"
1053
 
1054
+ #: includes/settings_page.php:341
1055
  msgid "Number"
1056
  msgstr "Nummer"
1057
 
1058
+ #: includes/settings_page.php:347
1059
  msgid "Sort"
1060
  msgstr "Sortieren"
1061
 
1062
  # @ wplivechat
1063
+ #: includes/settings_page.php:351
1064
  msgid "Descending"
1065
  msgstr "Absteigend"
1066
 
1067
  # @ wplivechat
1068
+ #: includes/settings_page.php:352
1069
  msgid "Ascending"
1070
  msgstr "Aufsteigend"
1071
 
1072
+ #: includes/settings_page.php:359
1073
  #, fuzzy
1074
  #| msgid "Localization"
1075
  msgid "Geolocalization"
1076
  msgstr "Lokalisierung"
1077
 
1078
  # @ wplivechat
1079
+ #: includes/settings_page.php:363
1080
  #, fuzzy
1081
  #| msgid "Visitors on site"
1082
  msgid "Detect Visitors Country"
1083
  msgstr "Besucher auf der Seite"
1084
 
1085
+ #: includes/settings_page.php:367
1086
  #, php-format
1087
  msgid ""
1088
  "This feature requires the use of the GeoIP Detection plugin. Install it by "
1089
  "going %s"
1090
  msgstr ""
1091
 
1092
+ #: includes/settings_page.php:367 includes/wplc_departments.php:585
1093
+ #: modules/node_server.php:501 wp-live-chat-support.php:2030
1094
  msgid "here"
1095
  msgstr "hier"
1096
 
1097
+ #: includes/settings_page.php:368
1098
  #, fuzzy
1099
  #| msgid ""
1100
  #| "This feature is only available when you select 3CX High Performance Cloud "
1106
  "Dieser Funktion steht nur zur Verfügung, wenn Sie in den erweiterten "
1107
  "Funktionen die 3CX High Performance Cloud Server auswählen."
1108
 
1109
+ #: includes/settings_page.php:374
1110
  msgid "Voice Notes"
1111
  msgstr "Sprachnotizen"
1112
 
1113
+ #: includes/settings_page.php:378
1114
  msgid "Enable Voice Notes on admin side"
1115
  msgstr "Sprachnotizen für Agenten aktivieren"
1116
 
1117
+ #: includes/settings_page.php:380
1118
  msgid ""
1119
  "Enabling this will allow you to record the voice during the chat and send it "
1120
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
1123
  "diese an einen Besucher zu schicken. Halten Sie zur Aufnahme die Tasten Strg"
1124
  "+Leertaste im Haupt-Chat-Fenster gedrückt"
1125
 
1126
+ #: includes/settings_page.php:388
1127
  msgid "Enable Voice Notes on visitor side"
1128
  msgstr "Sprachnotizen für Besucher aktivieren"
1129
 
1130
+ #: includes/settings_page.php:390
1131
  msgid ""
1132
  "Enabling this will allow the visitors to record the voice during the chat "
1133
  "and send it to agent once they hold on CTRL + SPACEBAR"
1137
  "Strg+Leertaste im Haupt-Chat-Fenster gedrückt halten"
1138
 
1139
  # @ wplivechat
1140
+ #: includes/settings_page.php:404 wp-live-chat-support.php:3672
1141
  msgid "Chat Box Settings"
1142
  msgstr "Chat-Fenster-Einstellungen"
1143
 
1144
+ #: includes/settings_page.php:407
1145
  msgid "Alignment"
1146
  msgstr "Ausrichtung"
1147
 
1148
  # @ wplivechat
1149
+ #: includes/settings_page.php:410
1150
  msgid "Bottom left"
1151
  msgstr "Unten links"
1152
 
1153
  # @ wplivechat
1154
+ #: includes/settings_page.php:411
1155
  msgid "Bottom right"
1156
  msgstr "Unten rechts"
1157
 
1158
  # @ wplivechat
1159
+ #: includes/settings_page.php:412
1160
  msgid "Left"
1161
  msgstr "Links"
1162
 
1163
  # @ wplivechat
1164
+ #: includes/settings_page.php:413
1165
  msgid "Right"
1166
  msgstr "Rechts"
1167
 
1168
+ #: includes/settings_page.php:420
1169
  msgid "Chat box height (percent of the page)"
1170
  msgstr ""
1171
 
1172
+ #: includes/settings_page.php:425
1173
+ msgid "Use absolute height"
1174
+ msgstr ""
1175
+
1176
+ #: includes/settings_page.php:436
1177
  msgid "Automatic Chatbox Pop-Up"
1178
  msgstr ""
1179
 
1180
  # @ wplivechat
1181
+ #: includes/settings_page.php:436
1182
  msgid ""
1183
  "Expand the chat box automatically (prompts the user to enter their name and "
1184
  "email address)."
1186
  "Chat-Fenster automatisch erweitern (Benutzer wird zur Eingabe von Name und E-"
1187
  "Mail-Adresse aufgefordert)"
1188
 
1189
+ #: includes/settings_page.php:440
1190
  #, fuzzy
1191
  #| msgid "Disable Emojis"
1192
  msgid "Disabled"
1193
  msgstr "Emojis deaktivieren"
1194
 
1195
+ #: includes/settings_page.php:441
1196
  msgid "No Forms - Only show 'Start Chat' button"
1197
  msgstr ""
1198
 
1199
+ #: includes/settings_page.php:442
1200
  msgid "All Forms - Show chatbox forms and fields"
1201
  msgstr ""
1202
 
1203
  # @ wplivechat
1204
+ #: includes/settings_page.php:444
1205
  #, fuzzy
1206
  #| msgid "Choose when I want to be online"
1207
  msgid "Pop-up only when agents are online"
1208
  msgstr "Auswählen wann ich online sein werde"
1209
 
1210
+ #: includes/settings_page.php:445
1211
+ msgid "Pop-up for mobile users"
1212
+ msgstr ""
1213
+
1214
  # @ wplivechat
1215
+ #: includes/settings_page.php:451
1216
  msgid "Display for chat message:"
1217
  msgstr "Chat-Nachricht-Anzeige:"
1218
 
1219
+ #: includes/settings_page.php:455
1220
  msgid "Avatar"
1221
  msgstr "Avatar"
1222
 
1223
+ #: includes/settings_page.php:460
1224
  msgid "Display typing indicator"
1225
  msgstr "Eingabe-Aktivitätenanzeige"
1226
 
1227
+ #: includes/settings_page.php:460
1228
  msgid ""
1229
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1230
  "visitor is typing."
1232
  "Zeigt \"tippt gerade …\" im Chat-Fenster an, wenn ein Agent oder Besucher "
1233
  "Text eingibt."
1234
 
1235
+ #: includes/settings_page.php:464
1236
  #, fuzzy
1237
  #| msgid ""
1238
  #| "For non-cloud server users, please note that this will increase the "
1244
  "Hinweis für Benutzer ohne Cloud-Server-Lösung: Bei Aktivierung werde lokale "
1245
  "Server-Ressourcen zusätzlich beansprucht."
1246
 
1247
+ #: includes/settings_page.php:469
1248
  msgid "Chat box for logged in users only:"
1249
  msgstr "Chat-Fenster nur angemeldeten Benutzern anzeigen:"
1250
 
1251
  # @ wplivechat
1252
+ #: includes/settings_page.php:469
1253
  msgid ""
1254
  "By checking this, only users that are logged in will be able to chat with "
1255
  "you."
1258
  "Ihnen chatten."
1259
 
1260
  # @ wplivechat
1261
+ #: includes/settings_page.php:477
1262
  msgid "Use Logged In User Details"
1263
  msgstr "Details des angemeldeten Benutzers verwenden"
1264
 
1265
  # @ wplivechat
1266
+ #: includes/settings_page.php:477
1267
  msgid ""
1268
  "A user's Name and Email Address will be used by default if they are logged "
1269
  "in."
1272
  "dieser angemeldet ist."
1273
 
1274
  # @ wplivechat
1275
+ #: includes/settings_page.php:485
1276
  msgid "Display a timestamp in the chat window:"
1277
  msgstr "Zeitstempel im Chat-Fenster anzeigen:"
1278
 
1279
+ #: includes/settings_page.php:489 wp-live-chat-support.php:2089
1280
  msgid "Time"
1281
  msgstr "Uhrzeit"
1282
 
1283
+ #: includes/settings_page.php:494
1284
  msgid "Redirect to “Thank You” page on chat end:"
1285
  msgstr "Nach Chat-Beendigung zur \"Danke\"-Seite weiterleiten:"
1286
 
1287
+ #: includes/settings_page.php:494
1288
  msgid ""
1289
  "By checking this, users will be redirected to your thank you page when a "
1290
  "chat is completed."
1292
  "Bei Aktivierung werden Benutzer nach Abschluss des Chats an Ihre Dankseite "
1293
  "weitergeleitet."
1294
 
1295
+ #: includes/settings_page.php:498
1296
  msgid "Thank You Page URL"
1297
  msgstr "URL der Dankseite"
1298
 
1299
+ #: includes/settings_page.php:508
1300
  msgid "Disable Emojis"
1301
  msgstr "Emojis deaktivieren"
1302
 
1303
+ #: includes/settings_page.php:525
1304
  msgid "User / Agent name"
1305
  msgstr "Benutzer-/Agentenname"
1306
 
1307
+ #: includes/settings_page.php:533
1308
  msgid "Use WordPress name"
1309
  msgstr "WordPress-Name verwenden"
1310
 
1311
+ #: includes/settings_page.php:536
1312
  msgid "Note: 'Name' field will be ignored"
1313
  msgstr "Hinweis: Feld \"Name\" bleibt unberücksichtigt"
1314
 
1315
  # @ wplivechat
1316
+ #: includes/settings_page.php:568
1317
  msgid "Incoming chat ring tone"
1318
  msgstr "Klingelton für neue Chat-Anfrage"
1319
 
1320
  # @ wplivechat
1321
+ #: includes/settings_page.php:584
1322
  msgid "Incoming message tone"
1323
  msgstr "Klingelton für neue Chat-Nachricht"
1324
 
1325
+ #: includes/settings_page.php:601
1326
  msgid "Icon"
1327
  msgstr "Icon"
1328
 
1329
  # @ wplivechat
1330
+ #: includes/settings_page.php:609
1331
  msgid "Upload Icon"
1332
  msgstr "Icon hochladen"
1333
 
1334
+ #: includes/settings_page.php:610 includes/settings_page.php:615
1335
  msgid "Select Default Icon"
1336
  msgstr "Standard-Icon auswählen"
1337
 
1338
+ #: includes/settings_page.php:612
1339
  msgid "Recommended Size 50px x 50px"
1340
  msgstr "Empfohlene Größe: 50px x 50px"
1341
 
1342
  # @ wplivechat
1343
+ #: includes/settings_page.php:655
1344
  msgid "Picture"
1345
  msgstr "Bild"
1346
 
1347
  # @ wplivechat
1348
+ #: includes/settings_page.php:663
1349
  msgid "Upload Image"
1350
  msgstr "Bild hochladen"
1351
 
1352
+ #: includes/settings_page.php:664
1353
  #, fuzzy
1354
  #| msgid "Select Default Icon"
1355
  msgid "Select Default Image"
1356
  msgstr "Standard-Icon auswählen"
1357
 
1358
+ #: includes/settings_page.php:667
1359
  msgid "Remove Image"
1360
  msgstr "Bild entfernen"
1361
 
1362
+ #: includes/settings_page.php:668
1363
  msgid "Recommended Size 60px x 60px"
1364
  msgstr "Empfohlene Größe: 60px x 60px"
1365
 
1366
  # @ wplivechat
1367
+ #: includes/settings_page.php:675
1368
  msgid "Logo"
1369
  msgstr "Logo"
1370
 
1371
  # @ wplivechat
1372
+ #: includes/settings_page.php:683
1373
  msgid "Upload Logo"
1374
  msgstr "Logo hochladen"
1375
 
1376
+ #: includes/settings_page.php:685
1377
  msgid "Remove Logo"
1378
  msgstr "Logo entfernen"
1379
 
1380
+ #: includes/settings_page.php:686
1381
  msgid "Recommended Size 250px x 40px"
1382
  msgstr "Empfohlene Größe: 250px x 40px"
1383
 
1384
  # @ wplivechat
1385
+ #: includes/settings_page.php:692
1386
  msgid "Chat button delayed startup (seconds)"
1387
  msgstr "Verzögerte Chat-Button-Anzeige (in Sekunden)"
1388
 
1389
+ #: includes/settings_page.php:692
1390
  msgid "How long to delay showing the Live Chat button on a page"
1391
  msgstr "Wartezeit bis zum Einblenden des Live-Chat-Buttons auf einer Seite"
1392
 
1393
  # @ wplivechat
1394
+ #: includes/settings_page.php:701
1395
  msgid "Chat notifications"
1396
  msgstr "Chat-Benachrichtigungen"
1397
 
1398
  # @ wplivechat
1399
+ #: includes/settings_page.php:701
1400
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1401
  msgstr ""
1402
  "Mich per E-Mail informieren, sobald ein Besucher chatten möchte (nur bei "
1403
  "aktiviertem Status \"Online\")"
1404
 
1405
+ #: includes/settings_page.php:710
1406
  msgid "User Experience"
1407
  msgstr "Benutzererfahrung"
1408
 
1409
+ #: includes/settings_page.php:714
1410
  msgid "Share files"
1411
  msgstr "Dateien freigeben"
1412
 
1413
+ #: includes/settings_page.php:714
1414
  msgid "Adds file sharing to your chat box!"
1415
  msgstr "Fügt Ihrem Chat-Fenster eine Freigabefunktion für Dateien hinzu"
1416
 
1417
  # @ wplivechat
1418
+ #: includes/settings_page.php:718
1419
  msgid "Visitor experience ratings"
1420
  msgstr "Bewertung der Besuchererfahrung"
1421
 
1422
+ #: includes/settings_page.php:718
1423
  msgid "Allows users to rate the chat experience with an agent."
1424
  msgstr ""
1425
  "Erlaubt Benutzern eine Bewertung der Chat-Betreuung durch einen Agenten."
1426
 
1427
+ #: includes/settings_page.php:724 includes/settings_page.php:1050
1428
  msgid "Social"
1429
  msgstr "Social Media"
1430
 
1431
+ #: includes/settings_page.php:728
1432
  msgid "Facebook URL"
1433
  msgstr "Facebook-URL"
1434
 
1435
+ #: includes/settings_page.php:728
1436
  msgid "Link your Facebook page here. Leave blank to hide"
1437
  msgstr ""
1438
  "Verlinken Sie hier zu Ihrer Facebook-Seite. Wird bei fehlender Angabe "
1439
  "ausgeblendet"
1440
 
1441
+ #: includes/settings_page.php:729
1442
  msgid "Facebook URL..."
1443
  msgstr "Facebook-URL ..."
1444
 
1445
+ #: includes/settings_page.php:740
1446
  msgid "Twitter URL"
1447
  msgstr "Twitter-URL"
1448
 
1449
+ #: includes/settings_page.php:740
1450
  msgid "Link your Twitter page here. Leave blank to hide"
1451
  msgstr ""
1452
  "Verlinken Sie hier zu Ihrer Twitter-Seite. Wird bei fehlender Angabe "
1453
  "ausgeblendet "
1454
 
1455
+ #: includes/settings_page.php:741
1456
  msgid "Twitter URL..."
1457
  msgstr "Twitter-URL ..."
1458
 
1459
  # @ wplivechat
1460
+ #: includes/settings_page.php:763
1461
  msgid "Disable offline messages"
1462
  msgstr "Offline-Nachrichten deaktivieren"
1463
 
1464
  # @ wplivechat
1465
+ #: includes/settings_page.php:763
1466
  msgid ""
1467
  "The chat window will be hidden when it is offline. Users will not be able to "
1468
  "send offline messages to you"
1471
  "können keine Offline-Nachrichten an Agenten verschicken"
1472
 
1473
  # @ wplivechat
1474
+ #: includes/settings_page.php:770
1475
  msgid "Offline Form Title"
1476
  msgstr "Offline-Formular – Titel"
1477
 
1478
  # @ wplivechat
1479
+ #: includes/settings_page.php:778
1480
  msgid "Offline form initial message"
1481
  msgstr "Offline-Formular – Erstnachricht"
1482
 
1483
  # @ wplivechat
1484
+ #: includes/settings_page.php:784
1485
  msgid "Offline form message on send"
1486
  msgstr "Offline-Formular – Versandnachricht"
1487
 
1488
  # @ wplivechat
1489
+ #: includes/settings_page.php:790
1490
  msgid "Offline form finish message"
1491
  msgstr "Offline-Formular – Abschlussnachricht"
1492
 
1493
  # @ wplivechat
1494
+ #: includes/settings_page.php:796
1495
  msgid "Offline Button Text"
1496
  msgstr "Offline-Formular – Button-Text"
1497
 
1498
  # @ wplivechat
1499
+ #: includes/settings_page.php:802
1500
  msgid "Offline Send Button Text"
1501
  msgstr "Offline-Formular – Sende-Button-Text"
1502
 
1503
  # @ wplivechat
1504
+ #: includes/settings_page.php:810
1505
  msgid "Email settings"
1506
  msgstr "E-Mail-Einstellungen"
1507
 
1508
+ #: includes/settings_page.php:816
1509
  msgid "Send to agent(s)"
1510
  msgstr "An Agenten schicken"
1511
 
1512
+ #: includes/settings_page.php:816
1513
  msgid ""
1514
  "Email address where offline messages are delivered to. Use comma separated "
1515
  "email addresses to send to more than one email address"
1517
  "E-Mail-Adressen, an die Offline-Nachrichten geschickt werden. Bei mehr als "
1518
  "einer E-Mail-Adresse ist eine kommagetrennte Eingabe erforderlich"
1519
 
1520
+ #: includes/settings_page.php:826
1521
  msgid "Subject"
1522
  msgstr "Betreff"
1523
 
1524
+ #: includes/settings_page.php:826
1525
  msgid "User name will be appended to the end of the subject."
1526
  msgstr "Benutzername wird an den Betreff angehängt."
1527
 
1528
+ #: includes/settings_page.php:839
1529
  msgid "Auto-respond to visitor"
1530
  msgstr "Automatische Antwort an Benutzer"
1531
 
1532
+ #: includes/settings_page.php:839
1533
  msgid "Send your visitors an email as soon as they send you an offline message"
1534
  msgstr ""
1535
  "Lassen Sie bei Erhalt einer Offline-Nachricht Benutzern umgehend eine "
1536
  "automatische Antwort per E-Mail zukommen"
1537
 
1538
  # @ wplivechat
1539
+ #: includes/settings_page.php:845
1540
  msgid "Auto-responder 'From' name"
1541
  msgstr "Automatische Antwort – Absendername"
1542
 
1543
  # @ wplivechat
1544
+ #: includes/settings_page.php:851
1545
  msgid "Auto-responder 'From' email"
1546
  msgstr "Automatische Antwort – E-Mail-Adresse des Absenders"
1547
 
1548
  # @ wplivechat
1549
+ #: includes/settings_page.php:857
1550
  msgid "Auto-responder subject"
1551
  msgstr "Automatische Antwort – Betreff"
1552
 
1553
  # @ wplivechat
1554
+ #: includes/settings_page.php:863
1555
  msgid "Auto-responder body"
1556
  msgstr "Automatische Antwort – Nachricht"
1557
 
1558
+ #: includes/settings_page.php:866
1559
  msgid "HTML and the following shortcodes can be used"
1560
  msgstr "Es werden HTML und folgende Shortcodes unterstützt"
1561
 
1562
+ #: includes/settings_page.php:866
1563
  msgid "User's name"
1564
  msgstr "Benutzername"
1565
 
1566
  # @ wplivechat
1567
+ #: includes/settings_page.php:866
1568
  msgid "User's email address"
1569
  msgstr "E-Mail-Adresse des Benutzers"
1570
 
1571
  # @ wplivechat
1572
+ #: includes/settings_page.php:942
1573
  msgid "Color scheme"
1574
  msgstr "Farbschema"
1575
 
1576
  # @ wplivechat
1577
+ #: includes/settings_page.php:998
1578
  msgid "Custom Scheme"
1579
  msgstr "Benutzerdef. Schema"
1580
 
1581
+ #: includes/settings_page.php:1018
1582
  msgid "Palette Color 1"
1583
  msgstr "Farbpalette 1"
1584
 
1585
+ #: includes/settings_page.php:1024
1586
  msgid "Palette Color 2"
1587
  msgstr "Farbpalette 2"
1588
 
1589
+ #: includes/settings_page.php:1030
1590
  msgid "Palette Color 3"
1591
  msgstr "Farbpalette 3"
1592
 
1593
+ #: includes/settings_page.php:1036
1594
  msgid "Palette Color 4"
1595
  msgstr "Farbpalette 4"
1596
 
1597
  # @ wplivechat
1598
+ #: includes/settings_page.php:1043
1599
  msgid "Chat background"
1600
  msgstr "Chat-Hintergrund"
1601
 
1602
+ #: includes/settings_page.php:1047
1603
  msgid "Cloudy"
1604
  msgstr "Wolkig"
1605
 
1606
+ #: includes/settings_page.php:1048
1607
  msgid "Geometry"
1608
  msgstr "Geometrie"
1609
 
1610
+ #: includes/settings_page.php:1049
1611
  msgid "Tech"
1612
  msgstr "Tech"
1613
 
1614
+ #: includes/settings_page.php:1051 includes/wplc_roi.php:156
1615
+ #: modules/node_server.php:771
1616
  msgid "None"
1617
  msgstr "Keine"
1618
 
1619
+ #: includes/settings_page.php:1057
1620
  msgid "Use localization plugin"
1621
  msgstr "Lokalisierungs-Plug-in verwenden"
1622
 
1623
+ #: includes/settings_page.php:1060
1624
  #, fuzzy, php-format
1625
  #| msgid ""
1626
  #| "Enable this if you are using a localization plugin. Should you wish to "
1636
  "die Dokumentation %s zurate"
1637
 
1638
  # @ wplivechat
1639
+ #: includes/settings_page.php:1066
1640
  msgid "Chat box title"
1641
  msgstr "Chat-Fenster – Titel"
1642
 
1643
  # @ wplivechat
1644
+ #: includes/settings_page.php:1072
1645
  msgid "Chat box sub-title"
1646
  msgstr "Chat-Fenster – Untertitel"
1647
 
1648
  # @ wplivechat
1649
+ #: includes/settings_page.php:1078
1650
  msgid "Chat box intro"
1651
  msgstr "Chat-Fenster – Einleitung"
1652
 
1653
  # @ wplivechat
1654
+ #: includes/settings_page.php:1084
1655
  msgid "Start chat button label"
1656
  msgstr "Chat starten – Button-Bezeichnung"
1657
 
1658
+ #: includes/settings_page.php:1090
1659
  msgid "Start chat status message"
1660
  msgstr "Chat starten – Statusnachricht"
1661
 
1662
  # @ wplivechat
1663
+ #: includes/settings_page.php:1096
1664
  msgid "Re-activate chat message"
1665
  msgstr "Chat-Nachricht reaktivieren"
1666
 
1667
  # @ wplivechat
1668
+ #: includes/settings_page.php:1104
1669
  msgid "Welcome message"
1670
  msgstr "Begrüßung"
1671
 
1672
+ #: includes/settings_page.php:1106
1673
  msgid ""
1674
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1675
  "join"
1677
  "Dieser Text wird angezeigt, sobald ein Benutzer einen Chat startet und "
1678
  "darauf wartet, dass ein Agent beitritt"
1679
 
1680
+ #: includes/settings_page.php:1110
1681
  msgid "Agent no answer message"
1682
  msgstr "Nachricht bei Nichtannahme durch Agenten"
1683
 
1684
+ #: includes/settings_page.php:1112
1685
  msgid ""
1686
  "This text is shown to the user when an agent has failed to answer a chat"
1687
  msgstr ""
1689
  "nicht beantwortet hat"
1690
 
1691
  # @ wplivechat
1692
+ #: includes/settings_page.php:1116
1693
  msgid "Other text"
1694
  msgstr "Sonstiger Text"
1695
 
1696
  # @ wplivechat
1697
+ #: includes/settings_page.php:1119 wp-live-chat-support.php:177
1698
+ #: wp-live-chat-support.php:968
1699
  msgid "The chat has been ended by the agent."
1700
  msgstr "Der Chat wurde bereits vom Agenten beendet."
1701
 
1702
  # @ wplivechat
1703
+ #: includes/settings_page.php:1124
1704
  msgid "Chat box animation"
1705
  msgstr "Chat-Fenster – Animation"
1706
 
1707
  # @ wplivechat
1708
+ #: includes/settings_page.php:1132
1709
  msgid "Slide Up"
1710
  msgstr "Nach oben gleiten"
1711
 
1712
  # @ wplivechat
1713
+ #: includes/settings_page.php:1138
1714
  msgid "Slide From The Side"
1715
  msgstr "Von der Seite gleiten"
1716
 
1717
  # @ wplivechat
1718
+ #: includes/settings_page.php:1144
1719
  msgid "Fade In"
1720
  msgstr "Einblenden"
1721
 
1722
  # @ wplivechat
1723
+ #: includes/settings_page.php:1150
1724
  msgid "No Animation"
1725
  msgstr "Keine Animation"
1726
 
1727
+ #: includes/settings_page.php:1168
1728
  msgid "Auto-response to first message"
1729
  msgstr "Auto-Antwort auf erste Nachricht"
1730
 
1731
+ #: includes/settings_page.php:1171
1732
  msgid ""
1733
  "This message will be sent automatically after the first message is sent from "
1734
  "the user side. Leave empty to disable."
1737
  "erste Nachricht verschickt hat. Zum Deaktivieren leer lassen."
1738
 
1739
  # @ wplivechat
1740
+ #: includes/settings_page.php:1183
1741
  msgid "Chat Agents"
1742
  msgstr "Chat-Agenten"
1743
 
1744
+ #: includes/settings_page.php:1192
1745
  msgid "Logged In"
1746
  msgstr "Angemeldet"
1747
 
1748
+ #: includes/settings_page.php:1210
1749
  msgid "Add New Agent"
1750
  msgstr "Neuen Agenten hinzufügen"
1751
 
1752
+ #: includes/settings_page.php:1217
1753
  msgid "Administrator"
1754
  msgstr "Administrator"
1755
 
1756
+ #: includes/settings_page.php:1222
1757
  msgid "Editor"
1758
  msgstr "Editor"
1759
 
1760
  # @ wplivechat
1761
+ #: includes/settings_page.php:1231
1762
  msgid "Add Agent"
1763
  msgstr "Agent hinzufügen"
1764
 
1765
+ #: includes/settings_page.php:1237
1766
  #, php-format
1767
  msgid ""
1768
  "Should you wish to add a user that has a role less than 'Author', please go "
1775
  "und aktivieren Sie unten auf der Seite das Kontrollkästchen \"Chat-Agent\"."
1776
 
1777
  # @ wplivechat
1778
+ #: includes/settings_page.php:1237
1779
  msgid "Users"
1780
  msgstr "Benutzer"
1781
 
1782
+ #: includes/settings_page.php:1238
1783
  msgid "If there are no chat agents online, the chat will show as offline"
1784
  msgstr ""
1785
  "Sind keine Chat-Agenten online, wird der Chat als \"offline\" angezeigt"
1786
 
1787
  # @ wplivechat
1788
+ #: includes/settings_page.php:1243
1789
  msgid "Blocked Visitors / IP Addresses"
1790
  msgstr "Blockierte Besucher/IP-Adressen"
1791
 
1792
  # @ wplivechat
1793
+ #: includes/settings_page.php:1247
1794
  msgid "Enter each IP Address you would like to block on a new line"
1795
  msgstr "Geben Sie jede zu blockierende IP-Adresse in einer neuen Zeile ein"
1796
 
1797
  # @ wplivechat
1798
+ #: includes/settings_page.php:1258
1799
  msgid ""
1800
  "Blocking a user's IP Address here will hide the chat window from them, "
1801
  "preventing them from chatting with you. Each IP Address must be on a new line"
1804
  "ausgeblendet, um zu verhindern, dass sie mit Ihnen chatten können. Jede IP-"
1805
  "Adresse muss in einer eigenen Zeile stehen"
1806
 
1807
+ #: includes/settings_page.php:1272
1808
  msgid "Enable Business Hours"
1809
  msgstr "Geschäftszeiten aktivieren"
1810
 
1811
+ #: includes/settings_page.php:1276
1812
  msgid "Working days"
1813
  msgstr ""
1814
 
1815
+ #: includes/settings_page.php:1278
1816
+ #, fuzzy
1817
+ #| msgid "Week Days"
1818
+ msgid "Week Day"
1819
+ msgstr "Werktags"
1820
+
1821
+ #: includes/settings_page.php:1278
1822
  #, fuzzy
1823
  #| msgid "Active schedule"
1824
+ msgid "Morning Schedule"
1825
  msgstr "Aktiver Zeitplan"
1826
 
1827
+ #: includes/settings_page.php:1278
 
 
 
 
 
 
 
 
1828
  #, fuzzy
1829
  #| msgid "Active schedule"
1830
+ msgid "Afternoon Schedule"
1831
  msgstr "Aktiver Zeitplan"
1832
 
1833
+ #: includes/settings_page.php:1281 includes/settings_page.php:1286
1834
+ #: wp-live-chat-support.php:3911 wp-live-chat-support.php:3971
1835
+ msgid "From"
1836
+ msgstr "Von"
1837
+
1838
+ #: includes/settings_page.php:1283 includes/settings_page.php:1288
1839
+ #: includes/wplc_transfer_chats.php:582
1840
+ msgid "to"
1841
+ msgstr "an"
1842
+
1843
+ #: includes/settings_page.php:1298
1844
  msgid ""
1845
  "Time intervals are incorrect or overlapping. Please fix your settings or you "
1846
  "might get unexpected behavior."
1847
  msgstr ""
1848
 
1849
+ #: includes/settings_page.php:1308
1850
  msgid "Current Site Time"
1851
  msgstr "Aktuelle Website-Uhrzeit"
1852
 
1853
  # @ wplivechat
1854
+ #: includes/settings_page.php:1323
1855
  msgid "Chat Encryption"
1856
  msgstr "Chat-Verschlüsselung"
1857
 
1858
+ #: includes/settings_page.php:1326
1859
  msgid "Enable Encryption"
1860
  msgstr "Verschlüsselung aktivieren"
1861
 
1862
+ #: includes/settings_page.php:1326
1863
  msgid ""
1864
  "All messages will be encrypted when being sent to and from the user and "
1865
  "agent."
1867
  "Alle zwischen Benutzern und Chat-Agenten beidseitig ausgetauschten "
1868
  "Nachrichten werden verschlüsselt."
1869
 
1870
+ #: includes/settings_page.php:1330
1871
  msgid ""
1872
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1873
  msgstr ""
1874
  "Nach erfolgter Aktivierung werden alle verschickten Chat-Nachrichten "
1875
  "verschlüsselt. Dieser Vorgang kann nicht rückgängig gemacht werden."
1876
 
1877
+ #: includes/settings_page.php:1336
1878
+ #, fuzzy
1879
+ #| msgid "Encryption"
1880
+ msgid "Encryption key"
1881
+ msgstr "Verschlüsselung"
1882
+
1883
+ #: includes/settings_page.php:1341 modules/advanced_features.php:59
1884
+ #: modules/api/public/wplc-api.php:84
1885
+ msgid "Generate New"
1886
+ msgstr "Neu erstellen"
1887
+
1888
+ #: includes/settings_page.php:1344
1889
+ #, fuzzy
1890
+ #| msgid ""
1891
+ #| "Once enabled, all messages sent will be encrypted. This cannot be undone."
1892
+ msgid ""
1893
+ "If you change encryption key, all previously encrypted messages will be "
1894
+ "lost. This cannot be undone."
1895
+ msgstr ""
1896
+ "Nach erfolgter Aktivierung werden alle verschickten Chat-Nachrichten "
1897
+ "verschlüsselt. Dieser Vorgang kann nicht rückgängig gemacht werden."
1898
+
1899
  # @ wplivechat
1900
  #: includes/settings_page.php:1354
1901
  msgid "Save Settings"
1918
 
1919
  # @ wplivechat
1920
  #: includes/wplc_custom_fields.php:67 includes/wplc_data_triggers.php:8
1921
+ #: includes/wplc_departments.php:139 includes/wplc_roi.php:105
1922
  #: modules/webhooks_manager.php:60 modules/webhooks_manager.php:321
1923
  msgid "Add New"
1924
  msgstr "Neu hinzufügen"
1925
 
1926
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:787
1927
  msgid "Custom Fields"
1928
  msgstr "Benutzerdef. Felder"
1929
 
1930
+ #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:456
1931
+ #: wp-live-chat-support.php:2090
1932
  msgid "Type"
1933
  msgstr "Typ"
1934
 
1935
+ #: includes/wplc_custom_fields.php:81 includes/wplc_data_triggers.php:458
1936
  msgid "Content"
1937
  msgstr "Inhalt"
1938
 
1939
+ #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:459
1940
+ #: wp-live-chat-support.php:2093 wp-live-chat-support.php:3046
1941
  msgid "Status"
1942
  msgstr "Status"
1943
 
1944
  # @ wplivechat
1945
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2273
1946
  msgid "Active"
1947
  msgstr "Aktiv"
1948
 
1951
  msgid "Inactive"
1952
  msgstr "Inaktiv"
1953
 
1954
+ #: includes/wplc_custom_fields.php:106 includes/wplc_data_triggers.php:467
1955
+ #: includes/wplc_departments.php:183 includes/wplc_roi.php:149
1956
  #: modules/webhooks_manager.php:262
1957
  msgid "Edit"
1958
  msgstr "Bearbeiten"
1966
  msgstr "Benutzerdef. Feld erstellen"
1967
 
1968
  # @ wplivechat
1969
+ #: includes/wplc_custom_fields.php:142 includes/wplc_custom_fields.php:225
1970
  msgid "Field Name"
1971
  msgstr "Feldname"
1972
 
1973
+ #: includes/wplc_custom_fields.php:146 includes/wplc_custom_fields.php:229
1974
  msgid "Field Type"
1975
  msgstr "Feldtyp"
1976
 
1977
+ #: includes/wplc_custom_fields.php:149 includes/wplc_custom_fields.php:234
1978
  msgid "Text"
1979
  msgstr "Text"
1980
 
1981
+ #: includes/wplc_custom_fields.php:150 includes/wplc_custom_fields.php:235
1982
  msgid "Drop Down"
1983
  msgstr "Dropdown"
1984
 
1985
+ #: includes/wplc_custom_fields.php:155 includes/wplc_custom_fields.php:240
1986
  msgid "Default Field Value"
1987
  msgstr "Feld-Standardwert"
1988
 
1989
+ #: includes/wplc_custom_fields.php:159 includes/wplc_custom_fields.php:244
1990
  msgid "Drop Down Contents"
1991
  msgstr "Dropdown-Inhalte"
1992
 
1993
  # @ wplivechat
1994
+ #: includes/wplc_custom_fields.php:160 includes/wplc_custom_fields.php:245
1995
  msgid "Enter each option on a new line"
1996
  msgstr "Geben Sie jede Option in einer neuen Zeile ein"
1997
 
1999
  msgid "Create Custom Field"
2000
  msgstr "Benutzerdef. Feld erstellen"
2001
 
2002
+ #: includes/wplc_custom_fields.php:220
2003
  msgid "Edit a Custom Field"
2004
  msgstr "Benutzerdef. Feld bearbeiten"
2005
 
2006
+ #: includes/wplc_custom_fields.php:249
2007
  msgid "Update Custom Field"
2008
  msgstr "Benutzerdef. Feld aktualisieren"
2009
 
2010
+ #: includes/wplc_custom_fields.php:259
2011
  msgid "Custom Field Not Found"
2012
  msgstr "Benutzerdef. Feld nicht gefunden"
2013
 
2014
+ #: includes/wplc_custom_fields.php:260
2015
  msgid "Back"
2016
  msgstr "Zurück"
2017
 
2018
+ #: includes/wplc_custom_fields.php:274
2019
  msgid "Are you sure you want to delete this custom field?"
2020
  msgstr "Möchten Sie dieses benutzerdefinierte Feld wirklich löschen?"
2021
 
2022
  # @ wplivechat
2023
+ #: includes/wplc_custom_fields.php:310
2024
  msgid "Text Field"
2025
  msgstr "Textfeld"
2026
 
2027
+ #: includes/wplc_custom_fields.php:313
2028
  msgid "Dropdown"
2029
  msgstr "Dropdown"
2030
 
2031
+ #: includes/wplc_custom_fields.php:379
2032
  msgid "Custom Field Data"
2033
  msgstr "Daten für benutzerdef. Feld"
2034
 
2035
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:786
2036
+ #: wp-live-chat-support.php:3646
2037
  msgid "Triggers"
2038
  msgstr "Trigger"
2039
 
2099
  msgid "Content Replacement"
2100
  msgstr "Ersatzinhalt"
2101
 
2102
+ #: includes/wplc_data_triggers.php:107
2103
  msgid "Replace Content"
2104
  msgstr "Inhalt ersetzen"
2105
 
2106
+ #: includes/wplc_data_triggers.php:112
2107
  msgid "Enable Trigger"
2108
  msgstr "Trigger aktivieren"
2109
 
2110
+ #: includes/wplc_data_triggers.php:118 modules/node_server.php:445
2111
+ #: wp-live-chat-support.php:4319
2112
  msgid "Close"
2113
  msgstr "Schließen"
2114
 
2115
+ #: includes/wplc_data_triggers.php:128 includes/wplc_departments.php:261
2116
+ #: includes/wplc_roi.php:256
2117
  msgid "Please review your submission"
2118
  msgstr "Bitte überprüfen Sie Ihre Angaben"
2119
 
2120
+ #: includes/wplc_data_triggers.php:276
2121
  msgid "Trigger has been edited."
2122
  msgstr "Der Trigger wurde bearbeitet."
2123
 
2124
+ #: includes/wplc_data_triggers.php:441
2125
  msgid "Conflict with page"
2126
  msgstr "Konflikt mit Seite"
2127
 
2128
+ #: includes/wplc_data_triggers.php:443
2129
  msgid "Trigger ID: "
2130
  msgstr "Trigger-ID:"
2131
 
2132
+ #: includes/wplc_data_triggers.php:444
2133
  msgid ""
2134
  "It is possible that this trigger may override another trigger, or be "
2135
  "overridden by another trigger."
2137
  "Es besteht die Möglichkeit, dass dieser Trigger einen anderen Trigger außer "
2138
  "Kraft setzt oder selbst von einem anderen Trigger außer Kraft gesetzt wird."
2139
 
2140
+ #: includes/wplc_data_triggers.php:457 includes/wplc_roi.php:140
2141
+ #: modules/node_server.php:191 modules/node_server.php:739
2142
  msgid "Page"
2143
  msgstr "Seite"
2144
 
2145
+ #: includes/wplc_data_triggers.php:476 includes/wplc_roi.php:691
2146
  msgid "All"
2147
  msgstr "Alle"
2148
 
2149
+ #: includes/wplc_data_triggers.php:480
2150
  msgid "Click to change trigger status"
2151
  msgstr "Klicken zum Ändern des Trigger-Status"
2152
 
2153
+ #: includes/wplc_data_triggers.php:490
2154
  msgid "No Triggers Found..."
2155
  msgstr "Keine Trigger gefunden ..."
2156
 
2157
+ #: includes/wplc_data_triggers.php:601
2158
  msgid "Are you sure you would like to delete trigger"
2159
  msgstr "Möchten Sie den Trigger wirklich löschen"
2160
 
2240
  msgstr "Abteilung, der Sie als Agent zugewiesen wurden"
2241
 
2242
  #: includes/wplc_departments.php:631 includes/wplc_transfer_chats.php:48
2243
+ #: modules/node_server.php:194 modules/node_server.php:741
2244
  msgid "Department"
2245
  msgstr "Abteilung"
2246
 
2248
  msgid "Select Department"
2249
  msgstr "Abteilung auswählen"
2250
 
2251
+ #: includes/wplc_roi.php:97 includes/wplc_roi.php:109
2252
+ #: wp-live-chat-support.php:3648
2253
  msgid "ROI Goals"
2254
  msgstr "ROI-Ziele"
2255
 
2256
  # @ wplivechat
2257
+ #: includes/wplc_roi.php:106
2258
  msgid "View Reports"
2259
  msgstr "Berichte anzeigen"
2260
 
2261
+ #: includes/wplc_roi.php:141
2262
  msgid "Value"
2263
  msgstr "Wert"
2264
 
2265
+ #: includes/wplc_roi.php:163
2266
  msgid "No ROI Goals Found..."
2267
  msgstr "Keine ROI-Ziele gefunden ..."
2268
 
2269
  # @ wplivechat
2270
+ #: includes/wplc_roi.php:221
2271
  msgid "Goal Name"
2272
  msgstr "Zielname"
2273
 
2274
+ #: includes/wplc_roi.php:226
2275
  msgid "Goal Overview"
2276
  msgstr "Zielüberblick"
2277
 
2278
+ #: includes/wplc_roi.php:231
2279
  msgid "Goal Page"
2280
  msgstr "Zielseite"
2281
 
2282
+ #: includes/wplc_roi.php:240
2283
  msgid "Goal Value"
2284
  msgstr "Zielwert"
2285
 
2286
+ #: includes/wplc_roi.php:393
2287
  msgid "Goal has been edited."
2288
  msgstr "Ziel wurde bearbeitet."
2289
 
2290
+ #: includes/wplc_roi.php:564
2291
  msgid "Are you sure you would like to delete goal"
2292
  msgstr "Möchten Sie das Ziel wirklich löschen?"
2293
 
2294
  # @ wplivechat
2295
+ #: includes/wplc_roi.php:651
2296
  msgid "ROI Reports"
2297
  msgstr "ROI-Berichte"
2298
 
2299
+ #: includes/wplc_roi.php:670
2300
  msgid "Goal Statistics"
2301
  msgstr "Zielstatistik"
2302
 
2303
+ #: includes/wplc_roi.php:682
2304
  msgid "No Goals Found"
2305
  msgstr "Keine Ziele gefunden"
2306
 
2307
+ #: includes/wplc_roi.php:692
2308
  msgid "Last 30 Days"
2309
  msgstr "Letzte 30 Tage"
2310
 
2311
+ #: includes/wplc_roi.php:693
2312
  msgid "Last 15 Days"
2313
  msgstr "Letzte 15 Tage"
2314
 
2315
+ #: includes/wplc_roi.php:694
2316
  msgid "Last 7 Days"
2317
  msgstr "Letzte 7 Tage"
2318
 
2319
+ #: includes/wplc_roi.php:695
2320
  msgid "Last 24 Hours"
2321
  msgstr "Letzte 24 Stunden"
2322
 
2323
  # @ wplivechat
2324
+ #: includes/wplc_roi.php:747
2325
  msgid "Value Per Conversion"
2326
  msgstr "Wert je Conversion"
2327
 
2328
+ #: includes/wplc_roi.php:753
2329
  msgid "Total Value"
2330
  msgstr "Gesamtwert"
2331
 
2332
  # @ wplivechat
2333
+ #: includes/wplc_roi.php:758
2334
  msgid "Total Conversions"
2335
  msgstr "Conversions gesamt"
2336
 
2337
+ #: includes/wplc_roi.php:790
2338
  msgid "Value By Date"
2339
  msgstr "Wert je Datum"
2340
 
2341
+ #: includes/wplc_roi.php:793
2342
  msgid "Value By Agent"
2343
  msgstr "Wert je Agent"
2344
 
2345
  # @ wplivechat
2346
+ #: includes/wplc_roi.php:799
2347
  msgid "No data available yet..."
2348
  msgstr "Noch keine Daten verfügbar ..."
2349
 
2350
+ #: includes/wplc_transfer_chats.php:18 modules/node_server.php:728
2351
  msgid "Transfer"
2352
  msgstr "Weiterleiten"
2353
 
2480
  msgid "department"
2481
  msgstr "Abteilung"
2482
 
 
 
 
 
2483
  #: includes/wplc_transfer_chats.php:585
2484
  msgid "as there were no agents online"
2485
  msgstr "Grund: keine Agenten online"
2541
  "Sicherheits-Token für den Chat-Zugriff auf dem Node-Server. Bei einer "
2542
  "Änderung werden aktive Chat-Sitzungen beendet."
2543
 
2544
+ #: modules/advanced_features.php:65
 
 
 
 
2545
  msgid "Enable typing preview"
2546
  msgstr "Eingabevorschau aktivieren"
2547
 
2548
+ #: modules/advanced_features.php:65
2549
  msgid ""
2550
  "This option enables the typing preview, which means agents will be able to "
2551
  "see what the user is typing in realtime."
2553
  "Ermöglicht es Chat-Agenten, Tastatureingaben von Benutzern in Echtzeit zu "
2554
  "verfolgen."
2555
 
2556
+ #: modules/advanced_features.php:71
2557
  msgid "Typing preview is not available when GDPR is enabled"
2558
  msgstr "Die Eingabevorschau ist bei aktivierter DSGVO-Funktion nicht verfügbar"
2559
 
2560
+ #: modules/advanced_features.php:81
2561
  msgid "Number of chat rings"
2562
  msgstr "Anzahl der Chat-Signal-Wiederholungen"
2563
 
2564
+ #: modules/advanced_features.php:81
2565
  msgid "Limit the amount of time the new chat ringer will play"
2566
  msgstr "Begrenzt die Dauer der Signalisierung einer neuen Chat-Anfrage"
2567
 
2586
  msgstr "Einstellungen importieren"
2587
 
2588
  # @ wplivechat
2589
+ #: modules/advanced_tools.php:62 modules/node_server.php:720
2590
+ #: wp-live-chat-support.php:3661
2591
  msgid "Chat History"
2592
  msgstr "Chat-Verlauf"
2593
 
2649
  msgstr "Alle Einstellungen wurden aktualisiert, vielen Dank"
2650
 
2651
  # @ wplivechat
2652
+ #: modules/api/agent/wplc-api-functions.php:202
2653
+ #: modules/api/agent/wplc-api-functions.php:532
2654
+ #: modules/api/public/wplc-api-functions.php:158
2655
  msgid "Action not set"
2656
  msgstr "Aktion nicht festgelegt"
2657
 
2658
  # @ wplivechat
2659
+ #: modules/api/agent/wplc-api-functions.php:393
2660
  msgid "IP Address not recorded"
2661
  msgstr "IP-Adresse nicht erfasst"
2662
 
2663
  # @ wplivechat
2664
+ #: modules/api/agent/wplc-api-functions.php:1018
2665
  msgid "Upload error"
2666
  msgstr "Fehler beim Hochladen"
2667
 
2668
+ #: modules/api/agent/wplc-api-functions.php:1021
2669
  msgid "Security Violation - File unsafe"
2670
  msgstr "Sicherheitsverletzung – Datei nicht sicher"
2671
 
2701
  msgid "Call To Action Animation"
2702
  msgstr "Animation für Benutzeraufforderung"
2703
 
2704
+ #: modules/gdpr.php:26
2705
  msgid "Enable privacy controls"
2706
  msgstr "Datenschutz-Einstellungen aktivieren"
2707
 
2708
+ #: modules/gdpr.php:26
2709
  msgid "Disabling will disable all GDPR related options, this is not advised."
2710
  msgstr ""
2711
  "Bei Deaktivierung werden alle DSGVO-relevanten Einstellungen deaktiviert – "
2712
  "nicht empfohlen."
2713
 
2714
+ #: modules/gdpr.php:30
2715
  msgid "Importance of GDPR Compliance"
2716
  msgstr "Wichtiger Hinweis zur DSGVO-Konformität"
2717
 
2718
+ #: modules/gdpr.php:36
2719
  msgid "Organization name"
2720
  msgstr "Organisationsname"
2721
 
2722
+ #: modules/gdpr.php:45
2723
  msgid "Data retention purpose"
2724
  msgstr "Zweck der Datenaufbewahrung"
2725
 
2726
  # @ wplivechat
2727
+ #: modules/gdpr.php:48 modules/gdpr.php:373 wp-live-chat-support.php:124
2728
  msgid "Chat/Support"
2729
  msgstr "Chat/Support"
2730
 
2731
  # @ wplivechat
2732
+ #: modules/gdpr.php:54
2733
  msgid "Data retention period"
2734
  msgstr "Dauer der Datenaufbewahrung"
2735
 
2736
+ #: modules/gdpr.php:57
2737
  msgid "days"
2738
  msgstr "Tage"
2739
 
2740
  # @ wplivechat
2741
+ #: modules/gdpr.php:63
2742
  msgid "GDPR notice to visitors"
2743
  msgstr "DSGVO-Hinweis für Besucher"
2744
 
2745
+ #: modules/gdpr.php:64
2746
  msgid ""
2747
  "Users will be asked to accept the notice shown here, in the form of a check "
2748
  "box."
2750
  "Benutzer werden darum gebeten, den angezeigten Hinweis durch Auswahl des "
2751
  "zugehörigen Kontrollkästchens zu bestätigen."
2752
 
2753
+ #: modules/gdpr.php:81
2754
+ msgid "Use a custom text for GDPR notice"
2755
+ msgstr ""
2756
+
2757
+ #: modules/gdpr.php:82
2758
+ msgid ""
2759
+ "You can display a custom GDPR notice to your website visitors. Be sure to "
2760
+ "include all relevant informations according to GDPR directives."
2761
+ msgstr ""
2762
+
2763
+ #: modules/gdpr.php:108 modules/gdpr.php:120
2764
  msgid "GDPR Control"
2765
  msgstr "Vorgaben zur DSGVO-Einhaltung"
2766
 
2767
+ #: modules/gdpr.php:122
2768
  msgid ""
2769
  "Search is performed on chat sessions, messages, and offline messages. Data "
2770
  "will also be deleted automatically per your retention policy."
2774
  "automatisch gelöscht."
2775
 
2776
  # @ wplivechat
2777
+ #: modules/gdpr.php:131
2778
  msgid "Name, Email, Message"
2779
  msgstr "Name, E-Mail-Adresse, Nachricht"
2780
 
2781
  # @ wplivechat
2782
+ #: modules/gdpr.php:135 modules/node_server.php:222
2783
  msgid "Search"
2784
  msgstr "Suchen"
2785
 
2786
+ #: modules/gdpr.php:148
2787
  #, php-format
2788
  msgid "Search Results in %%TABLE%%"
2789
  msgstr "Suchergebnisse in %%TABLE%%"
2790
 
2791
+ #: modules/gdpr.php:176
2792
  #, php-format
2793
  msgid "Delete Chat (%%CID%%)"
2794
  msgstr "Chat (%%CID%%) löschen"
2795
 
2796
  # @ wplivechat
2797
+ #: modules/gdpr.php:177
2798
  #, php-format
2799
  msgid "Download Chat (%%CID%%)"
2800
  msgstr "Chat (%%CID%%) herunterladen"
2801
 
2802
  # @ wplivechat
2803
+ #: modules/gdpr.php:181 wp-live-chat-support.php:3910
2804
+ #: wp-live-chat-support.php:3970
2805
  msgid "Chat ID"
2806
  msgstr "Chat-ID"
2807
 
2808
+ #: modules/gdpr.php:202
2809
  msgid "Please perform a search using the input field above"
2810
  msgstr "Bitte führen Sie eine Suche mit Hilfe des obigen Eingabefeldes durch"
2811
 
2812
  # @ wplivechat
2813
+ #: modules/gdpr.php:279
2814
  msgid "Data Deleted"
2815
  msgstr "Daten gelöscht"
2816
 
2817
+ #: modules/gdpr.php:371
2818
  #, php-format
2819
  msgid ""
2820
  "I agree for my personal data to be processed and for the use of cookies in "
2826
  "Zweck von %%PURPOSE%% für die Dauer von %%PERIOD%% Tag(en) gemäß DSGVO "
2827
  "aufbewahrt wird."
2828
 
2829
+ #: modules/gdpr.php:398 modules/gdpr.php:609 modules/gdpr.php:631
2830
  msgid "Privacy Policy"
2831
  msgstr "Datenschutzrichtlinie"
2832
 
2833
+ #: modules/gdpr.php:399
2834
  #, php-format
2835
  msgid ""
2836
  "We use WP Live Chat by 3CX as our live chat platform. By clicking below to "
2844
  "bereitgestellten Informationen an \"WP-Live Chat by 3CX\" übertragen und "
2845
  "gemäß der %%POLICY_LINK%% von 3CX verarbeitet werden dürfen."
2846
 
2847
+ #: modules/gdpr.php:423
2848
  #, php-format
2849
  msgid ""
2850
  "Please note as per the GDPR settings you have selected, all chat data will "
2853
  "Bitte beachten Sie, dass alle Chat-Daten gemäß den von Ihnen ausgewählten "
2854
  "DSGVO-Einstellungen für eine Dauer von %%PERIOD%% Tag(en) aufbewahrt werden."
2855
 
2856
+ #: modules/gdpr.php:426
2857
  #, php-format
2858
  msgid ""
2859
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
2862
  "Nach diesem Zeitraum werden alle Chat-Daten, die älter sind als %%PERIOD%% "
2863
  "Tag(e), dauerhaft von Ihrem Server gelöscht."
2864
 
2865
+ #: modules/gdpr.php:430
2866
  msgid "GDPR - Data Retention"
2867
  msgstr "DSGVO – Aufbewahrung von Daten"
2868
 
2869
  # @ wplivechat
2870
+ #: modules/gdpr.php:433 modules/gdpr.php:611
2871
  msgid "Privacy Settings"
2872
  msgstr "Datenschutz-Einstellungen"
2873
 
2874
+ #: modules/gdpr.php:448
2875
  msgid "Once every 6 hours"
2876
  msgstr "Einmal alle 6 Stunden"
2877
 
2878
  # @ wplivechat
2879
+ #: modules/gdpr.php:577
2880
  msgid "Chat Ended"
2881
  msgstr "Chat beendet"
2882
 
2883
+ #: modules/gdpr.php:602
2884
  msgid ""
2885
  "GDPR compliance has been disabled, read more about the implications of this "
2886
  "here"
2889
  "Informationen zu möglichen Folgen erhalten Sie hier"
2890
 
2891
  # @ wplivechat
2892
+ #: modules/gdpr.php:603
2893
  msgid "Additionally please take a look at WP Live Chat by 3CX"
2894
  msgstr "Werfen Sie zudem einen Blick auf \"WP-Live Chat by 3CX\""
2895
 
2896
+ #: modules/gdpr.php:604
2897
  msgid ""
2898
  "It is highly recommended that you enable GDPR compliance to ensure your user "
2899
  "data is regulated."
2902
  "aktivieren, um sicherzustellen, dass Daten Ihrer Benutzer gesetzeskonform "
2903
  "verarbeitet werden."
2904
 
2905
+ #: modules/gdpr.php:607
2906
  msgid "Warning - GDPR Compliance Disabled - Action Required"
2907
  msgstr "WARNUNG: DSGVO-Konformität deaktiviert – Maßnahme erforderlich"
2908
 
2909
+ #: modules/gdpr.php:608
2910
  msgid "EU GDPR"
2911
  msgstr "EU-DSGVO"
2912
 
2913
+ #: modules/gdpr.php:612
2914
  msgid "Dismiss & Accept Responsibility"
2915
  msgstr "Verwerfen und Haftung übernehmen"
2916
 
2917
+ #: modules/gdpr.php:630
2918
  #, php-format
2919
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2920
  msgstr ""
2939
 
2940
  # @ wplivechat
2941
  #: modules/node_server.php:79 modules/node_server.php:186
2942
+ #: modules/node_server.php:718 modules/node_server.php:736
2943
  msgid "Active visitors"
2944
  msgstr "Aktive Besucher"
2945
 
2946
  # @ wplivechat
2947
+ #: modules/node_server.php:113 modules/node_server.php:723
2948
  msgid "Invite Agent"
2949
  msgstr "Agent einladen"
2950
 
2951
  # @ wplivechat
2952
+ #: modules/node_server.php:114 modules/node_server.php:724
2953
  msgid "Invite Department"
2954
  msgstr "Abteilung einladen"
2955
 
2956
+ #: modules/node_server.php:115 modules/node_server.php:725
2957
+ #: modules/node_server.php:729 wp-live-chat-support.php:3718
2958
  msgid "Direct User To Page"
2959
  msgstr "Benutzer auf folgende Seite hinweisen"
2960
 
2964
  msgstr "Chat-Protokoll"
2965
 
2966
  # @ wplivechat
2967
+ #: modules/node_server.php:118 modules/node_server.php:726
2968
  msgid "Leave chat"
2969
  msgstr "Chat verlassen"
2970
 
2971
  # @ wplivechat
2972
+ #: modules/node_server.php:119 modules/node_server.php:727
2973
+ #: wp-live-chat-support.php:2285
2974
  msgid "End chat"
2975
  msgstr "Chat beenden"
2976
 
2979
  msgstr ""
2980
 
2981
  # @ wplivechat
2982
+ #: modules/node_server.php:141 modules/node_server.php:731
2983
  msgid "Join chat"
2984
  msgstr "Chat beitreten"
2985
 
3009
  msgstr "Filtern Sie die Benutzerliste unter Berücksichtigung der Aktivität."
3010
 
3011
  # @ wplivechat
3012
+ #: modules/node_server.php:168 modules/node_server.php:733
3013
  msgid "New Visitors (3 Min)"
3014
  msgstr "Neue Besucher (3 Min.)"
3015
 
3016
  # @ wplivechat
3017
+ #: modules/node_server.php:169 modules/node_server.php:734
3018
  msgid "Active Chats"
3019
  msgstr "Aktive Chats"
3020
 
3022
  msgid "Page URL"
3023
  msgstr "Seiten-URL"
3024
 
3025
+ #: modules/node_server.php:171 modules/node_server.php:735
3026
  msgid "Clear Filters"
3027
  msgstr "Filter löschen"
3028
 
3032
  msgstr "Enthält"
3033
 
3034
  # @ wplivechat
3035
+ #: modules/node_server.php:189 modules/node_server.php:737
3036
+ #: wp-live-chat-support.php:2088
3037
  msgid "Visitor"
3038
  msgstr "Besucher"
3039
 
3040
  # @ wplivechat
3041
+ #: modules/node_server.php:190 modules/node_server.php:738
3042
  msgid "Info"
3043
  msgstr "Info"
3044
 
3045
  # @ wplivechat
3046
+ #: modules/node_server.php:192 modules/node_server.php:740
3047
  msgid "Chat Status"
3048
  msgstr "Chat-Status"
3049
 
3050
  # @ wplivechat
3051
+ #: modules/node_server.php:223 modules/node_server.php:742
3052
  msgid "Search Results"
3053
  msgstr "Suchergebnisse"
3054
 
3055
+ #: modules/node_server.php:225 modules/node_server.php:743
3056
  msgid "No emoji found"
3057
  msgstr "Kein Emoji gefunden"
3058
 
3065
  msgid "Only chat agents can access this page."
3066
  msgstr "Nur Chat-Agenten können auf diese Seite zugreifen."
3067
 
3068
+ #: modules/node_server.php:443 wp-live-chat-support.php:4317
3069
  msgid "Sending transcript..."
3070
  msgstr "Protokoll wird gesendet ..."
3071
 
3074
  msgid "Chat Transcript"
3075
  msgstr "Chat-Protokoll"
3076
 
3077
+ #: modules/node_server.php:446 wp-live-chat-support.php:4320
3078
  msgid "The chat transcript has been emailed."
3079
  msgstr "Das Chat-Protokoll wurde per E-Mail versendet."
3080
 
3081
+ #: modules/node_server.php:447 wp-live-chat-support.php:4321
3082
  msgid "There was a problem emailing the chat."
3083
  msgstr "Fehler beim Versand des Chat-Protokolls per E-Mail."
3084
 
3101
  msgid "User received notification:"
3102
  msgstr "Vom Benutzer empfangene Benachrichtigung:"
3103
 
3104
+ #: modules/node_server.php:532 wp-live-chat-support.php:1925
3105
  msgid "New chat received"
3106
  msgstr "Neue Chat-Anfrage empfangen"
3107
 
3108
+ #: modules/node_server.php:533 wp-live-chat-support.php:1927
3109
  msgid ""
3110
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
3111
  "chat"
3114
  "\" auf, um die Anfrage zu akzeptieren"
3115
 
3116
  # @ wplivechat
3117
+ #: modules/node_server.php:641
3118
  msgid "Welcome to V8 of WP Live Chat by 3CX"
3119
  msgstr "Willkommen bei \"WP-Live Chat by 3CX (Version 8)\""
3120
 
3121
+ #: modules/node_server.php:642
3122
  msgid ""
3123
  "Did you know, this version features high speed message delivery, agent to "
3124
  "agent chat, and a single window layout?"
3126
  "Schon gewusst? Diese Version unterstützt eine schnellere Übertragung von "
3127
  "Chat-Nachrichten sowie Chats zwischen Agenten und ein Single-Window-Layout."
3128
 
3129
+ #: modules/node_server.php:643
3130
  msgid ""
3131
  "To activate this functionality please navigate to Live Chat -> Settings -> "
3132
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
3135
  "\"Einstellungen\" > \"Erweiterte Funktionen\", und wählen Sie die Option "
3136
  "\"3CX High Performance Chat Cloud Server\" aus."
3137
 
3138
+ #: modules/node_server.php:646
3139
  msgid "Show me!"
3140
  msgstr "Anzeigen"
3141
 
3142
+ #: modules/node_server.php:647 wp-live-chat-support.php:4288
3143
  msgid "Don't Show This Again"
3144
  msgstr "Nicht erneut anzeigen"
3145
 
3146
+ #: modules/node_server.php:714 wp-live-chat-support.php:151
3147
  msgid "Connecting..."
3148
  msgstr "Verbindung wird hergestellt ..."
3149
 
3150
  # @ wplivechat
3151
+ #: modules/node_server.php:719
3152
  msgid "Agent(s) Online"
3153
  msgstr "Agent(en) online"
3154
 
3155
  # @ wplivechat
3156
+ #: modules/node_server.php:730
3157
  msgid "Events"
3158
  msgstr "Ereignisse"
3159
 
3160
+ #: modules/node_server.php:732
3161
  msgid "Filters"
3162
  msgstr "Filter"
3163
 
3164
+ #: modules/node_server.php:817
3165
  msgid ""
3166
  "You can transfer chats from within a chat by clicking on the in chat menu, "
3167
  "and selecting Transfer Chat or Transfer Department"
3170
  "Chat-Menü den Befehl zum Weiterleiten an einen Agenten oder eine Abteilung "
3171
  "auswählen"
3172
 
3173
+ #: modules/node_server.php:818
3174
  msgid ""
3175
  "You can share files quickly when in a chat, by simply dragging a file into "
3176
  "the chat window!"
3178
  "Sie können aus einem Chat heraus Dateien schnell für Gesprächspartner "
3179
  "freigeben, indem Sie die Dateien in das Chat-Fenster ziehen."
3180
 
3181
+ #: modules/node_server.php:819
3182
  msgid "You can now move between chats without ending/closing an open chat"
3183
  msgstr ""
3184
  "Sie können zwischen Chats wechseln, ohne einen bereits geöffneten Chat "
3185
  "beenden/schließen zu müssen"
3186
 
3187
  # @ wplivechat
3188
+ #: modules/node_server.php:875
3189
  msgid "No quick responses found"
3190
  msgstr "Keine Schnellantworten gefunden"
3191
 
3220
  msgid "Webhooks"
3221
  msgstr "Webhooks"
3222
 
3223
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3647
3224
  msgid "Web Hooks"
3225
  msgstr "Webhooks"
3226
 
3282
  msgid "Are you sure you want to delete this webhook?"
3283
  msgstr "Möchten Sie diesen Webhook wirklich löschen?"
3284
 
3285
+ #: wp-live-chat-support.php:92
3286
  msgid "close"
3287
  msgstr "schließen"
3288
 
3289
  # @ wplivechat
3290
+ #: wp-live-chat-support.php:114
3291
  msgid "Thank you for chatting with us."
3292
  msgstr "Vielen Dank, dass Sie uns per Chat kontaktiert haben."
3293
 
3294
  # @ wplivechat
3295
+ #: wp-live-chat-support.php:140
3296
  msgid "Questions?"
3297
  msgstr "Fragen?"
3298
 
3299
  # @ wplivechat
3300
+ #: wp-live-chat-support.php:141
3301
  msgid "Chat with us"
3302
  msgstr "Chatten Sie mit uns"
3303
 
3304
  # @ wplivechat
3305
+ #: wp-live-chat-support.php:142
3306
  msgid "Start live chat"
3307
  msgstr "Live-Chat starten"
3308
 
3309
+ #: wp-live-chat-support.php:143
3310
  msgid "Complete the fields below to proceed."
3311
  msgstr "Füllen Sie die folgenden Felder aus, um fortzufahren."
3312
 
3313
  # @ wplivechat
3314
+ #: wp-live-chat-support.php:144 wp-live-chat-support.php:148
3315
  msgid "Leave a message"
3316
  msgstr "Nachricht hinterlassen"
3317
 
3318
+ #: wp-live-chat-support.php:145
3319
  #, fuzzy
3320
  #| msgid ""
3321
  #| "We are currently offline. Please leave a message and we'll get back to "
3325
  "Der Chat ist zurzeit offline. Bitte hinterlassen Sie uns eine Nachricht. Wir "
3326
  "werden uns schnellstmöglich bei Ihnen melden."
3327
 
3328
+ #: wp-live-chat-support.php:146
3329
  msgid "Sending message..."
3330
  msgstr "Nachricht wird gesendet ..."
3331
 
3332
  # @ wplc
3333
+ #: wp-live-chat-support.php:147
3334
  msgid "Thank you for your message. We will be in contact soon."
3335
  msgstr ""
3336
  "Vielen Dank für Ihre Nachricht. Wir werden uns in Kürze mit Ihnen in "
3337
  "Verbindung setzen."
3338
 
3339
+ #: wp-live-chat-support.php:149
3340
  msgid "Send message"
3341
  msgstr "Nachricht senden"
3342
 
3343
  # @ wplivechat
3344
+ #: wp-live-chat-support.php:150
3345
  msgid "Start Chat"
3346
  msgstr "Chat starten"
3347
 
3348
  # @ wplivechat
3349
+ #: wp-live-chat-support.php:152 wp-live-chat-support.php:1807
3350
+ #: wp-live-chat-support.php:1854
3351
  msgid "Reactivating your previous chat..."
3352
  msgstr "Vorheriger Chat wird reaktiviert ..."
3353
 
3354
  # @ wplivechat
3355
+ #: wp-live-chat-support.php:183
3356
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3357
  msgstr ""
3358
  "Bitte klicken Sie auf \"Chat starten\", um einen Chat mit einem Agenten zu "
3359
  "beginnen"
3360
 
3361
+ #: wp-live-chat-support.php:184
3362
+ msgid "Guest"
3363
+ msgstr "Gast"
3364
+
3365
  # @ wplivechat
3366
+ #: wp-live-chat-support.php:186
3367
  msgid "No answer. Try again later."
3368
  msgstr "Keine Antwort. Bitte versuchen Sie es später erneut."
3369
 
3370
+ #: wp-live-chat-support.php:187
3371
  msgid "Welcome. How may I help you?"
3372
  msgstr "Willkommen! Wie kann ich Ihnen behilflich sein?"
3373
 
3374
+ #: wp-live-chat-support.php:191
3375
  msgid "Please standby for an agent. Send your message while you wait."
3376
  msgstr ""
3377
  "Bitte warten Sie auf einen freien Agenten. Sie können in der Zwischenzeit "
3378
  "Ihre Nachricht bereits verschicken."
3379
 
3380
+ #: wp-live-chat-support.php:497
3381
  msgid ""
3382
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3383
  "no longer needed, please uninstall it."
3387
  "Plug-in."
3388
 
3389
  # @ wplivechat
3390
+ #: wp-live-chat-support.php:764 wp-live-chat-support.php:3120
3391
  msgid "Missed Chats"
3392
  msgstr "Verpasste Chats"
3393
 
3394
  # @ wplivechat
3395
+ #: wp-live-chat-support.php:767 wp-live-chat-support.php:3636
3396
  msgid "Support"
3397
  msgstr "Support"
3398
 
3399
  # @ wplivechat
3400
+ #: wp-live-chat-support.php:964
3401
+ #, fuzzy
3402
+ #| msgid "Please Enter Your Name"
3403
+ msgid "Please enter your name"
3404
  msgstr "Bitte geben Sie Ihren Namen ein"
3405
 
3406
  # @ wplivechat
3407
+ #: wp-live-chat-support.php:965
3408
+ #, fuzzy
3409
+ #| msgid "Please Enter Your Email Address"
3410
+ msgid "Please enter your email address"
3411
+ msgstr "Bitte geben Sie Ihre E-Mail-Adresse ein"
3412
+
3413
+ # @ wplivechat
3414
+ #: wp-live-chat-support.php:966
3415
+ #, fuzzy
3416
+ #| msgid "Please Enter Your Email Address"
3417
+ msgid "Please enter a valid email address"
3418
  msgstr "Bitte geben Sie Ihre E-Mail-Adresse ein"
3419
 
3420
+ #: wp-live-chat-support.php:967
3421
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3422
  msgstr ""
3423
  "Verbindung zum Server verloren. Bitte laden Sie diese Seite neu. Fehler:"
3424
 
3425
  # @ wplivechat
3426
+ #: wp-live-chat-support.php:969
3427
  msgid "Please Enter a Message"
3428
  msgstr "Bitte geben Sie eine Nachricht ein"
3429
 
3430
+ #: wp-live-chat-support.php:970
3431
  msgid "Disconnected, Attempting to Reconnect..."
3432
  msgstr "Verbindung getrennt. Neuverbindung wird gestartet ..."
3433
 
3434
  # @ wplivechat
3435
+ #: wp-live-chat-support.php:1017
3436
  msgid "has joined."
3437
  msgstr "ist dem Chat beigetreten."
3438
 
3439
+ #: wp-live-chat-support.php:1018
3440
  msgid "has left."
3441
  msgstr "hat den Chat verlassen."
3442
 
3443
  # @ wplivechat
3444
+ #: wp-live-chat-support.php:1019
3445
  msgid "has ended the chat."
3446
  msgstr "hat den Chat beendet."
3447
 
3448
+ #: wp-live-chat-support.php:1020
3449
  msgid "has disconnected."
3450
  msgstr "hat die Verbindung getrennt."
3451
 
3452
+ #: wp-live-chat-support.php:1021
3453
  msgid "(edited)"
3454
  msgstr "(bearbeitet)"
3455
 
3456
  # @ wplivechat
3457
+ #: wp-live-chat-support.php:1416 wp-live-chat-support.php:1435
3458
  msgid "Start chat"
3459
  msgstr "Chat starten"
3460
 
3461
  # @ wplivechat
3462
+ #: wp-live-chat-support.php:1677 wp-live-chat-support.php:2356
3463
  msgid "Send"
3464
  msgstr "Senden"
3465
 
3466
+ #: wp-live-chat-support.php:2026
3467
  msgid "Congratulations"
3468
  msgstr "Einrichtung beendet"
3469
 
3470
  # @ wplivechat
3471
+ #: wp-live-chat-support.php:2027
3472
  msgid "You are now accepting live chat requests on your site."
3473
  msgstr "Sie können auf Ihrer Website jetzt Live-Chat-Anfragen entgegennehmen."
3474
 
3475
+ #: wp-live-chat-support.php:2028
3476
  msgid "The live chat box has automatically been enabled."
3477
  msgstr "Das Live-Chat-Fenster wurde automatisch aktiviert."
3478
 
3479
+ #: wp-live-chat-support.php:2029
3480
  msgid "Chat notifications will start appearing once visitors send a request."
3481
  msgstr ""
3482
  "Chat-Benachrichtigungen erfolgen automatisch, sobald Besucher eine Anfrage "
3483
  "verschicken."
3484
 
3485
+ #: wp-live-chat-support.php:2030
3486
  #, php-format
3487
  msgid "You may modify your chat box settings %s"
3488
  msgstr "Sie können Ihre Chat-Fenster-Einstellungen %s bearbeiten"
3489
 
3490
+ #: wp-live-chat-support.php:2031
3491
  msgid "Experiencing issues?"
3492
  msgstr "Probleme?"
3493
 
3494
+ #: wp-live-chat-support.php:2031
3495
  msgid "Take a look at our how-to guides."
3496
  msgstr "Werfen Sie einen Blick in unsere Anleitungen."
3497
 
3498
  # @ wplivechat
3499
+ #: wp-live-chat-support.php:2032
3500
  msgid "Hide"
3501
  msgstr "Ausblenden"
3502
 
3503
+ #: wp-live-chat-support.php:2071
3504
  msgid "Keep this window open to get notified of new chats."
3505
  msgstr ""
3506
  "Lassen Sie dieses Fenster geöffnet, um bei neuen Chat-Anfragen "
3507
  "benachrichtigt zu werden."
3508
 
3509
  # @ wplivechat
3510
+ #: wp-live-chat-support.php:2076
3511
  msgid "Visitor(s) online"
3512
  msgstr "Besucher online"
3513
 
3514
+ #: wp-live-chat-support.php:2091
3515
  msgid "Device"
3516
  msgstr "Gerät"
3517
 
3518
+ #: wp-live-chat-support.php:2092
3519
  msgid "Data"
3520
  msgstr "Daten"
3521
 
3522
  # @ wplivechat
3523
+ #: wp-live-chat-support.php:2113
3524
  msgid "Chat Dashboard"
3525
  msgstr "Chat-Dashboard"
3526
 
3527
+ #: wp-live-chat-support.php:2116
3528
  msgid "Oh no!"
3529
  msgstr "Tut uns leid!"
3530
 
3531
  # @ wplivechat
3532
+ #: wp-live-chat-support.php:2118
3533
  #, php-format
3534
  msgid "You do not have access to this page as %s."
3535
  msgstr "Als sind Sie nicht berechtigt, auf diese Seite zuzugreifen. Grund: %s "
3536
 
3537
  # @ wplivechat
3538
+ #: wp-live-chat-support.php:2118
3539
  msgid "you are not a chat agent"
3540
  msgstr "Sie sind kein Chat-Agent"
3541
 
3542
  # @ wplivechat
3543
+ #: wp-live-chat-support.php:2271
3544
  msgid "Previous"
3545
  msgstr "Zurück"
3546
 
3547
  # @ wplivechat
3548
+ #: wp-live-chat-support.php:2278
3549
  msgid "Chat with"
3550
  msgstr "Chatten mit"
3551
 
3552
  # @ wplivechat
3553
+ #: wp-live-chat-support.php:2295
3554
  msgid "Starting Time:"
3555
  msgstr "Beginn:"
3556
 
3557
  # @ wplivechat
3558
+ #: wp-live-chat-support.php:2296
3559
  msgid "Ending Time:"
3560
  msgstr "Ende:"
3561
 
3562
  # @ wplivechat
3563
+ #: wp-live-chat-support.php:2316
3564
  msgid "Chat initiated on:"
3565
  msgstr "Chat gestartet auf:"
3566
 
3567
  # @ wplivechat
3568
+ #: wp-live-chat-support.php:2317
3569
  msgid "Browser:"
3570
  msgstr "Browser:"
3571
 
3572
  # @ wplivechat
3573
+ #: wp-live-chat-support.php:2343 wp-live-chat-support.php:2382
3574
  msgid "Invalid Chat ID"
3575
  msgstr "Ungültige Chat-ID"
3576
 
3577
  # @ wplivechat
3578
+ #: wp-live-chat-support.php:2351
3579
  msgid "type here..."
3580
  msgstr "hier tippen ..."
3581
 
3582
  # @ wplivechat
3583
+ #: wp-live-chat-support.php:2504
3584
  msgid "User has opened the chat window"
3585
  msgstr "Benutzer hat das Chat-Fenster geöffnet"
3586
 
3587
  # @ wplivechat
3588
+ #: wp-live-chat-support.php:2505
3589
  msgid "User has minimized the chat window"
3590
  msgstr "Benutzer hat das Chat-Fenster minimiert"
3591
 
3592
  # @ wplivechat
3593
+ #: wp-live-chat-support.php:2506
3594
  msgid "User has maximized the chat window"
3595
  msgstr "Benutzer hat das Chat-Fenster maximiert"
3596
 
3597
+ #: wp-live-chat-support.php:2507
3598
  msgid "The chat has been ended"
3599
  msgstr "Der Chat wurde beendet"
3600
 
3601
  # @ wplivechat
3602
+ #: wp-live-chat-support.php:3036
3603
  msgid "Delete History"
3604
  msgstr "Verlauf löschen"
3605
 
3606
  # @ wplivechat
3607
+ #: wp-live-chat-support.php:3052
3608
  msgid "No chats available at the moment"
3609
  msgstr "Es sind aktuell keine Chats verfügbar"
3610
 
3611
  # @ wplivechat
3612
+ #: wp-live-chat-support.php:3160
3613
  msgid "Actions"
3614
  msgstr "Aktionen"
3615
 
3616
  # @ wplivechat
3617
+ #: wp-live-chat-support.php:3174
3618
  msgid "You have not received any offline messages."
3619
  msgstr "Es liegen keine Offline-Nachrichten für Sie vor."
3620
 
3621
  # @ wplivechat
3622
+ #: wp-live-chat-support.php:3182
3623
  msgid "Delete Message"
3624
  msgstr "Nachricht löschen"
3625
 
3626
+ #: wp-live-chat-support.php:3308
3627
  msgid "You do not have permission to save settings."
3628
  msgstr "Sie sind nicht dazu berechtigt, Einstellungen zu speichern."
3629
 
3630
  # @ wplivechat
3631
+ #: wp-live-chat-support.php:3592
3632
  msgid "Your settings have been saved."
3633
  msgstr "Ihre Einstellungen wurden gespeichert."
3634
 
3635
  # @ wplivechat
3636
+ #: wp-live-chat-support.php:3610
3637
  msgid ""
3638
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3639
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3645
  "aktiviert wird."
3646
 
3647
  # @ wplivechat
3648
+ #: wp-live-chat-support.php:3616
3649
  msgid ""
3650
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3651
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3657
  "deaktiviert wird."
3658
 
3659
  # @ wplivechat
3660
+ #: wp-live-chat-support.php:3639 wp-live-chat-support.php:3643
3661
  msgid "Plugin Features"
3662
  msgstr "Plug-in-Funktionen"
3663
 
3664
+ #: wp-live-chat-support.php:3641
3665
  msgid ""
3666
  "Check out these features and get up to speed with what you can do with WP "
3667
  "Live Chat:"
3669
  "Wir empfehlen Ihnen einen Blick auf folgende Funktionen, um alle "
3670
  "Möglichkeiten von \"WP-Live Chat by 3CX\" schneller nutzen zu können:"
3671
 
3672
+ #: wp-live-chat-support.php:3644
3673
  msgid "Reporting"
3674
  msgstr "Reporting"
3675
 
3676
+ #: wp-live-chat-support.php:3645
3677
  msgid "Localization"
3678
  msgstr "Lokalisierung"
3679
 
3680
  # @ wplivechat
3681
+ #: wp-live-chat-support.php:3653
3682
  msgid "Chat FAQs"
3683
  msgstr "Chat-FAQs"
3684
 
3685
+ #: wp-live-chat-support.php:3655
3686
  msgid ""
3687
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3688
  "agents:"
3691
  "Besuchern und anderen Chat-Agenten:"
3692
 
3693
  # @ wplivechat
3694
+ #: wp-live-chat-support.php:3657
3695
  msgid "Chat with Visitors"
3696
  msgstr "Mit Besuchern chatten"
3697
 
3698
  # @ wplivechat
3699
+ #: wp-live-chat-support.php:3658
3700
  msgid "Chat with Agents"
3701
  msgstr "Mit Agenten chatten"
3702
 
3703
  # @ wplivechat
3704
+ #: wp-live-chat-support.php:3662
3705
  msgid "Chat Invites"
3706
  msgstr "Chat-Einladungen"
3707
 
3708
  # @ wplivechat
3709
+ #: wp-live-chat-support.php:3667
3710
  msgid "Settings & Customization"
3711
  msgstr "Einstellungen und Anpassung"
3712
 
3713
+ #: wp-live-chat-support.php:3669
3714
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3715
  msgstr ""
3716
  "Die folgenden Anleitungen zeigen Ihnen, wie Sie \"WP-Live Chat by 3CX\" "
3717
  "konfigurieren und an Ihre Anforderungen anpassen können:"
3718
 
3719
  # @ wplivechat
3720
+ #: wp-live-chat-support.php:3673
3721
  msgid "Agent Settings"
3722
  msgstr "Agent-Einstellungen"
3723
 
3724
  # @ wplivechat
3725
+ #: wp-live-chat-support.php:3680
3726
  msgid "Troubleshooting"
3727
  msgstr "Problembehandlung"
3728
 
3729
+ #: wp-live-chat-support.php:3682
3730
  msgid ""
3731
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3732
  "issues:"
3734
  "Folgende Anleitungen helfen Ihnen bei der schnellen Behandlung von Problemen "
3735
  "mit \"WP-Live Chat by 3CX\":"
3736
 
3737
+ #: wp-live-chat-support.php:3684
3738
  msgid "My Chat Box Is Not Showing"
3739
  msgstr "Mein Chat-Fenster wird nicht angezeigt"
3740
 
3741
  # @ wplivechat
3742
+ #: wp-live-chat-support.php:3685
3743
  msgid "Not Receiving Notifications of New Chats"
3744
  msgstr "Ich werde bei neuen Chat-Anfragen nicht benachrichtigt"
3745
 
3746
  # @ wplivechat
3747
+ #: wp-live-chat-support.php:3686
3748
  msgid "Check for JavaScript Errors"
3749
  msgstr "Auf JavaScript-Fehler überprüfen"
3750
 
3751
  # @ wplivechat
3752
+ #: wp-live-chat-support.php:3714
3753
  msgid "Initiate Chats"
3754
  msgstr "Chats starten"
3755
 
3756
  # @ wplivechat
3757
+ #: wp-live-chat-support.php:3715
3758
  msgid "Multiple Chats"
3759
  msgstr "Mehrere Chats"
3760
 
3761
+ #: wp-live-chat-support.php:3716
3762
  msgid "Add unlimited agents"
3763
  msgstr "Beliebig viele Agenten hinzufügen"
3764
 
3765
  # @ wplivechat
3766
+ #: wp-live-chat-support.php:3717
3767
  msgid "Transfer Chats"
3768
  msgstr "Chats weiterleiten"
3769
 
3770
+ #: wp-live-chat-support.php:3736
3771
  #, php-format
3772
  msgid "Thank you for using %s! Please %s on %s"
3773
  msgstr "Vielen Dank, dass Sie %s verwenden! Bitte %s auf %s"
3774
 
3775
+ #: wp-live-chat-support.php:3736
3776
  msgid "rate us"
3777
  msgstr "bewerten Sie uns"
3778
 
3779
+ #: wp-live-chat-support.php:3913 wp-live-chat-support.php:3973
 
 
 
 
3780
  msgid "Timestamp"
3781
  msgstr "Zeitstempel"
3782
 
3783
+ #: wp-live-chat-support.php:3914 wp-live-chat-support.php:3974
3784
  msgid "Origin"
3785
  msgstr "Ursprung"
3786
 
3787
+ #: wp-live-chat-support.php:3919 wp-live-chat-support.php:3979
3788
  msgid "user"
3789
  msgstr "Benutzer"
3790
 
3791
  # @ wplivechat
3792
+ #: wp-live-chat-support.php:3921 wp-live-chat-support.php:3981
3793
  msgid "agent"
3794
  msgstr "Agent"
3795
 
3796
  # @ wplivechat
3797
+ #: wp-live-chat-support.php:4056
3798
  msgid "Advanced settings"
3799
  msgstr "Erweiterte Einstellungen"
3800
 
3801
+ #: wp-live-chat-support.php:4063
3802
  msgid "Only change these settings if you are experiencing performance issues."
3803
  msgstr "Ändern Sie diese Einstellungen nur im Fall von Performance-Problemen."
3804
 
3805
+ #: wp-live-chat-support.php:4070
3806
  msgid "Website hosting type:"
3807
  msgstr "Website-Hosting-Typ:"
3808
 
3809
  # @ wplivechat
3810
+ #: wp-live-chat-support.php:4074
3811
  msgid "Custom parameters"
3812
  msgstr "Benutzerdef. Parameter"
3813
 
3814
+ #: wp-live-chat-support.php:4075
3815
  msgid "Shared hosting - low level plan"
3816
  msgstr "Shared Hosting – Einstiegsmodell"
3817
 
3818
+ #: wp-live-chat-support.php:4076
3819
  msgid "Shared hosting - normal plan"
3820
  msgstr "Shared Hosting – Normales Modell"
3821
 
3822
+ #: wp-live-chat-support.php:4077
3823
  msgid "VPS"
3824
  msgstr "VPS"
3825
 
3826
+ #: wp-live-chat-support.php:4078
3827
  msgid "Dedicated server"
3828
  msgstr "Dedizierter Server"
3829
 
3830
+ #: wp-live-chat-support.php:4084
3831
  msgid "Long poll setup"
3832
  msgstr "Einrichtung von HTTP Long Polling"
3833
 
3834
+ #: wp-live-chat-support.php:4084
3835
  msgid ""
3836
  "Only change these if you are an experienced developer or if you have "
3837
  "received these figures from the WP Live Chat by 3CX team."
3840
  "auf genaue Anweisung durch das Team von \"WP-Live Chat by 3CX\"."
3841
 
3842
  # @ wplivechat
3843
+ #: wp-live-chat-support.php:4089
3844
  msgid "Iterations"
3845
  msgstr "Iterationen"
3846
 
3847
+ #: wp-live-chat-support.php:4093
3848
  msgid "Sleep between loops"
3849
  msgstr "Sleep-Dauer zwischen Loops"
3850
 
3851
+ #: wp-live-chat-support.php:4096
3852
  msgid "milliseconds"
3853
  msgstr "Millisekunden"
3854
 
3855
  # @ wplivechat
3856
+ #: wp-live-chat-support.php:4119
3857
  msgid "Show 'Powered by' in chat box"
3858
  msgstr "\"Powered by\" in Chat-Fenster anzeigen"
3859
 
3860
+ #: wp-live-chat-support.php:4119
3861
  msgid ""
3862
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3863
  "bottom of your chatbox."
3866
  "Live Chat by 3CX\" an."
3867
 
3868
  # @ wplivechat
3869
+ #: wp-live-chat-support.php:4161
3870
  msgid "Powered by WP Live Chat by 3CX"
3871
  msgstr "Powered by \"WP-Live Chat by 3CX\""
3872
 
3873
+ #: wp-live-chat-support.php:4286
3874
  msgid ""
3875
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3876
  msgstr ""
3877
  "Browser-Benachrichtigungen werden auf unsicheren Websites ohne SSL-"
3878
  "Verschlüsselung nicht mehr unterstützt."
3879
 
3880
+ #: wp-live-chat-support.php:4287
3881
  msgid ""
3882
  "Please add an SSL certificate to your site to continue receiving chat "
3883
  "notifications in your browser."
3885
  "Bitte installieren Sie ein SSL-Zertifikat auf Ihrer Website, um weiterhin "
3886
  "Chat-Benachrichtigungen in Ihrem Browser empfangen zu können."
3887
 
3888
+ #: wp-live-chat-support.php:4300
3889
  msgid ""
3890
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3891
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3894
  "\". Mit Version 8.0.05 von \"WP Live Chat Support\" wurde das Chat-Protokoll "
3895
  "integriert."
3896
 
3897
+ #: wp-live-chat-support.php:4307
3898
  msgid "Email transcript to user"
3899
  msgstr "Chat-Protokoll per E-Mail an Benutzer senden"
3900
 
3901
+ #: wp-live-chat-support.php:4318
3902
  msgid "Sending Transcript"
3903
  msgstr "Protokoll wird verschickt"
3904
 
3905
+ #: wp-live-chat-support.php:4381
3906
  #, php-format
3907
  msgid "Your chat transcript from %1$s"
3908
  msgstr "Ihr Chat-Protokoll von %1$s"
3909
 
3910
  # @ wplivechat
3911
+ #: wp-live-chat-support.php:4472
3912
  msgid "Chat Transcript Settings"
3913
  msgstr "Chat-Protokoll-Einstellungen"
3914
 
3915
+ #: wp-live-chat-support.php:4475
3916
  msgid "Enable chat transcripts:"
3917
  msgstr "Chat-Protokolle aktivieren:"
3918
 
3919
+ #: wp-live-chat-support.php:4483
3920
  msgid "Send transcripts to:"
3921
  msgstr "Protokolle senden an:"
3922
 
3923
  # @ wplivechat
3924
+ #: wp-live-chat-support.php:4490
3925
  msgid "User"
3926
  msgstr "Benutzer"
3927
 
3928
+ #: wp-live-chat-support.php:4501
3929
  msgid "Send transcripts when chat ends:"
3930
  msgstr "Protokolle nach Chat-Beendigung senden:"
3931
 
3932
  # @ wplivechat
3933
+ #: wp-live-chat-support.php:4509
3934
  msgid "Email body"
3935
  msgstr "E-Mail-Textkörper"
3936
 
3937
  # @ wplivechat
3938
+ #: wp-live-chat-support.php:4519
3939
  msgid "Email header"
3940
  msgstr "E-Mail-Kopfzeile"
3941
 
3942
+ #: wp-live-chat-support.php:4528
3943
  msgid "Email footer"
3944
  msgstr "E-Mail-Fußzeile"
3945
 
3946
+ #: wp-live-chat-support.php:4604
3947
  msgid ""
3948
  "Please note, local message encryption and local server options will be "
3949
  "deprecated in the next major release. All encryption and message delivery "
3954
  "sein werden. Verschlüsselung und Nachrichtenübertragung werden dann durch "
3955
  "externe 3CX-Server durchgeführt."
3956
 
3957
+ #: wp-live-chat-support.php:4607
3958
  msgid "Deprecation Notice - Message Encryption & Local Server"
3959
  msgstr ""
3960
  "Hinweis zur Einstellung von Funktionen – Nachrichtenverschlüsselung und "
3961
  "lokaler Server"
3962
 
3963
+ #: wp-live-chat-support.php:4609
3964
  msgid "Dismiss"
3965
  msgstr "Verwerfen"
3966
 
3987
  msgid "3CX"
3988
  msgstr "3CX"
3989
 
3990
+ #~ msgid "Allow WP users to self-assign as a chat agent"
3991
+ #~ msgstr "WP-Benutzer können sich selbst zum Chat-Agenten bestimmen"
3992
+
3993
+ #~ msgid ""
3994
+ #~ "Checking this will allow any of your users to make themselves a chat "
3995
+ #~ "agent when editing their profile."
3996
+ #~ msgstr ""
3997
+ #~ "Ermöglicht es jedem Benutzer, sich durch Änderung ihres Profils zum Chat-"
3998
+ #~ "Agenten zu bestimmen."
3999
+
4000
+ #~ msgid "Between"
4001
+ #~ msgstr "Zwischen"
4002
+
4003
+ #~ msgid "and"
4004
+ #~ msgstr "und"
4005
+
4006
  # @ wplivechat
4007
  #~ msgid "Auto Pop-up"
4008
  #~ msgstr "Auto-Pop-up"
4013
  #~ msgid "Daily"
4014
  #~ msgstr "Täglich"
4015
 
 
 
 
4016
  #~ msgid "Weekends"
4017
  #~ msgstr "Wochenende"
4018
 
languages/wp-live-chat-support-en_GB.mo CHANGED
Binary file
languages/wp-live-chat-support-en_GB.po CHANGED
@@ -1,8 +1,8 @@
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"
@@ -21,310 +21,318 @@ msgstr ""
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
 
29
- #: ajax/agent.php:262 ajax/user.php:218
30
  msgid "Admin has closed and ended the chat"
31
  msgstr "Admin has closed and ended the chat"
32
 
33
- #: functions.php:417 functions.php:431
34
  msgid "Accept Chat"
35
  msgstr "Accept Chat"
36
 
37
- #: functions.php:423 functions.php:436
38
  msgid "Open Chat"
39
  msgstr "Open Chat"
40
 
41
- #: functions.php:425
42
  msgid "In progress with another agent"
43
  msgstr "In progress with another agent"
44
 
45
- #: functions.php:439
46
  msgid "Only chat agents can accept chats"
47
  msgstr "Only chat agents can accept chats"
48
 
49
- #: functions.php:503 modules/api/agent/wplc-api-functions.php:395
50
  msgid "New"
51
  msgstr "New"
52
 
53
- #: functions.php:505 modules/api/agent/wplc-api-functions.php:397
54
  msgid "Returning"
55
  msgstr "Returning"
56
 
57
- #: functions.php:596
58
  msgid "No agent was able to answer your chat request. Please try again."
59
  msgstr "No agent was able to answer your chat request. Please try again."
60
 
61
- #: functions.php:610 modules/advanced_features.php:113
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
140
- #: includes/wplc_departments.php:304 includes/wplc_departments.php:324
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,24 +340,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: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,129 +365,122 @@ 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: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,7 +488,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: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,77 +496,81 @@ msgstr ""
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
522
  #: modules/webhooks_manager.php:263
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,16 +618,16 @@ msgstr "Displays the chosen custom text"
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,15 +644,15 @@ msgstr "Chats"
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
 
@@ -656,8 +661,8 @@ msgstr "Offline Messages"
656
  msgid "Tools"
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
 
@@ -689,8 +694,8 @@ msgstr "Last 90 days"
689
  msgid "Latest News"
690
  msgstr "Latest News"
691
 
692
- #: includes/modal_control.php:27 modules/node_server.php:59
693
- #: modules/node_server.php:871
694
  msgid "Please Confirm"
695
  msgstr "Please Confirm"
696
 
@@ -699,123 +704,119 @@ msgid "Are you sure?"
699
  msgstr "Are you sure?"
700
 
701
  #: includes/modal_control.php:39 includes/wplc_custom_fields.php:164
702
- #: includes/wplc_custom_fields.php:237 includes/wplc_data_triggers.php:617
703
- #: includes/wplc_departments.php:252 includes/wplc_departments.php:476
704
- #: includes/wplc_roi.php:268 includes/wplc_roi.php:592
705
- #: modules/node_server.php:63 modules/node_server.php:873
706
  #: modules/webhooks_manager.php:342
707
  msgid "Cancel"
708
  msgstr "Cancel"
709
 
710
- #: includes/modal_control.php:40 modules/node_server.php:62
711
- #: modules/node_server.php:872 modules/webhooks_manager.php:341
712
  msgid "Confirm"
713
  msgstr "Confirm"
714
 
715
- #: includes/notification_control.php:27
716
  msgid "User is browsing"
717
  msgstr "User is browsing"
718
 
719
- #: includes/notification_control.php:34 includes/notification_control.php:70
720
- #: includes/notification_control.php:114 includes/wplc_transfer_chats.php:468
721
- #: includes/wplc_transfer_chats.php:489 includes/wplc_transfer_chats.php:551
722
- #: includes/wplc_transfer_chats.php:587
723
  msgid "System notification"
724
  msgstr "System notification"
725
 
726
- #: includes/notification_control.php:109
727
  msgid "has joined the chat."
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
 
735
- #: includes/settings_page.php:103
736
  msgid "Chat Box"
737
  msgstr "Chat Box"
738
 
739
- #: includes/settings_page.php:113 includes/settings_page.php:880
740
  msgid "Styling"
741
  msgstr "Styling"
742
 
743
- #: includes/settings_page.php:118 modules/node_server.php:88
744
- #: modules/node_server.php:877
745
  msgid "Agents"
746
  msgstr "Agents"
747
 
748
- #: includes/settings_page.php:123
749
  msgid "Blocked Visitors"
750
  msgstr "Blocked Visitors"
751
 
752
- #: includes/settings_page.php:139
753
  msgid "Chat enabled"
754
  msgstr "Chat enabled"
755
 
756
- #: includes/settings_page.php:151
757
  msgid "Required Chat Box Fields"
758
  msgstr "Required Chat Box Fields"
759
 
760
- #: includes/settings_page.php:151
761
  msgid "Set default fields that will be displayed when users starting a chat"
762
  msgstr "Set default fields that will be displayed when users starting a chat"
763
 
764
- #: includes/settings_page.php:156
765
  msgid "Name and email"
766
  msgstr "Name and email"
767
 
768
- #: includes/settings_page.php:168
769
  msgid "No fields"
770
  msgstr "No fields"
771
 
772
- #: includes/settings_page.php:174
773
  msgid "Default visitor name"
774
  msgstr "Default visitor name"
775
 
776
- #: includes/settings_page.php:174
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
-
784
- #: includes/settings_page.php:182
785
  msgid "Input Field Replacement Text"
786
  msgstr "Input Field Replacement Text"
787
 
788
- #: includes/settings_page.php:182
789
  msgid "This is the text that will show in place of the Name And Email fields"
790
  msgstr "This is the text that will show in place of the Name And Email fields"
791
 
792
- #: includes/settings_page.php:190
793
- msgid "Use Logged In User Details"
794
- msgstr "Use Logged In User Details"
795
 
796
- #: includes/settings_page.php:190
797
  msgid ""
798
- "A user's Name and Email Address will be used by default if they are logged "
799
- "in."
800
  msgstr ""
801
- "A user's Name and Email Address will be used by default if they are logged "
802
- "in."
803
 
804
- #: includes/settings_page.php:200
805
  msgid "Play a sound when there is a new visitor"
806
  msgstr "Play a sound when there is a new visitor"
807
 
808
- #: includes/settings_page.php:200
809
  msgid ""
810
  "Disable this to mute the sound that is played when a new visitor arrives"
811
  msgstr ""
812
  "Disable this to mute the sound that is played when a new visitor arrives"
813
 
814
- #: includes/settings_page.php:209
815
  msgid "Play a sound when a new message is received"
816
  msgstr "Play a sound when a new message is received"
817
 
818
- #: includes/settings_page.php:209
819
  msgid ""
820
  "Disable this to mute the sound that is played when a new chat message is "
821
  "received"
@@ -823,27 +824,27 @@ msgstr ""
823
  "Disable this to mute the sound that is played when a new chat message is "
824
  "received"
825
 
826
- #: includes/settings_page.php:218
827
  msgid "Enable Font Awesome set"
828
  msgstr "Enable Font Awesome set"
829
 
830
- #: includes/settings_page.php:218
831
  msgid "Disable this if you have Font Awesome set included with your theme"
832
  msgstr "Disable this if you have Font Awesome set included with your theme"
833
 
834
- #: includes/settings_page.php:226
835
  msgid "Enable chat dashboard and notifications on all admin pages"
836
  msgstr "Enable chat dashboard and notifications on all admin pages"
837
 
838
- #: includes/settings_page.php:226
839
  msgid "This will load the chat dashboard on every admin page."
840
  msgstr "This will load the chat dashboard on every admin page."
841
 
842
- #: includes/settings_page.php:234
843
  msgid "Delete database entries on uninstall"
844
  msgstr "Delete database entries on uninstall"
845
 
846
- #: includes/settings_page.php:234
847
  msgid ""
848
  "This will delete all WP Live Chat by 3CX related database entries such as "
849
  "options and chats on uninstall."
@@ -851,11 +852,11 @@ msgstr ""
851
  "This will delete all WP Live Chat by 3CX related database entries such as "
852
  "options and chats on uninstall."
853
 
854
- #: includes/settings_page.php:245
855
  msgid "Agents can set their online status"
856
  msgstr "Agents can set their online status"
857
 
858
- #: includes/settings_page.php:245
859
  msgid ""
860
  "Checking this will allow you to change your status to Online or Offline on "
861
  "the Live Chat page."
@@ -863,16 +864,16 @@ msgstr ""
863
  "Checking this will allow you to change your status to Online or Offline on "
864
  "the Live Chat page."
865
 
866
- #: includes/settings_page.php:245
867
  msgid "If this option is disabled, agents will be always automatically online."
868
  msgstr ""
869
  "If this option is disabled, agents will be always automatically online."
870
 
871
- #: includes/settings_page.php:256
872
  msgid "Exclude chat from 'Home' page:"
873
  msgstr "Exclude chat from 'Home' page:"
874
 
875
- #: includes/settings_page.php:256
876
  msgid ""
877
  "Leaving this unchecked will allow the chat window to display on your home "
878
  "page."
@@ -880,11 +881,11 @@ msgstr ""
880
  "Leaving this unchecked will allow the chat window to display on your home "
881
  "page."
882
 
883
- #: includes/settings_page.php:264
884
  msgid "Exclude chat from 'Archive' pages:"
885
  msgstr "Exclude chat from 'Archive' pages:"
886
 
887
- #: includes/settings_page.php:264
888
  msgid ""
889
  "Leaving this unchecked will allow the chat window to display on your archive "
890
  "pages."
@@ -892,11 +893,11 @@ msgstr ""
892
  "Leaving this unchecked will allow the chat window to display on your archive "
893
  "pages."
894
 
895
- #: includes/settings_page.php:272
896
  msgid "Include chat window on the following pages:"
897
  msgstr "Include chat window on the following pages:"
898
 
899
- #: includes/settings_page.php:272
900
  msgid ""
901
  "Show the chat window on the following pages. Leave blank to show on all. "
902
  "(Use comma-separated Page ID's)"
@@ -904,11 +905,11 @@ msgstr ""
904
  "Show the chat window on the following pages. Leave blank to show on all. "
905
  "(Use comma-separated Page ID's)"
906
 
907
- #: includes/settings_page.php:280
908
  msgid "Exclude chat window on the following pages:"
909
  msgstr "Exclude chat window on the following pages:"
910
 
911
- #: includes/settings_page.php:280
912
  msgid ""
913
  "Do not show the chat window on the following pages. Leave blank to show on "
914
  "all. (Use comma-separated Page ID's)"
@@ -916,59 +917,81 @@ msgstr ""
916
  "Do not show the chat window on the following pages. Leave blank to show on "
917
  "all. (Use comma-separated Page ID's)"
918
 
919
- #: includes/settings_page.php:288
920
  msgid "Exclude chat window on selected post types"
921
  msgstr "Exclude chat window on selected post types"
922
 
923
- #: includes/settings_page.php:288
924
  msgid "Do not show the chat window on the following post types pages."
925
  msgstr "Do not show the chat window on the following post types pages."
926
 
927
- #: includes/settings_page.php:307
928
  msgid "No post types found."
929
  msgstr "No post types found."
930
 
931
- #: includes/settings_page.php:313
932
- msgid "Allow WP users to self-assign as a chat agent"
933
- msgstr "Allow WP users to self-assign as a chat agent"
934
-
935
- #: includes/settings_page.php:313
936
- msgid ""
937
- "Checking this will allow any of your users to make themselves a chat agent "
938
- "when editing their profile."
939
- msgstr ""
940
- "Checking this will allow any of your users to make themselves a chat agent "
941
- "when editing their profile."
942
-
943
- #: includes/settings_page.php:327
944
  msgid "Order by"
945
  msgstr "Order by"
946
 
947
- #: includes/settings_page.php:333
948
  msgid "Number"
949
  msgstr "Number"
950
 
951
- #: includes/settings_page.php:339
952
  msgid "Sort"
953
  msgstr "Sort"
954
 
955
- #: includes/settings_page.php:343
956
  msgid "Descending"
957
  msgstr "Descending"
958
 
959
- #: includes/settings_page.php:344
960
  msgid "Ascending"
961
  msgstr "Ascending"
962
 
963
- #: includes/settings_page.php:351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
964
  msgid "Voice Notes"
965
  msgstr "Voice Notes"
966
 
967
- #: includes/settings_page.php:355
968
  msgid "Enable Voice Notes on admin side"
969
  msgstr "Enable Voice Notes on admin side"
970
 
971
- #: includes/settings_page.php:357
972
  msgid ""
973
  "Enabling this will allow you to record the voice during the chat and send it "
974
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
@@ -976,11 +999,11 @@ msgstr ""
976
  "Enabling this will allow you to record the voice during the chat and send it "
977
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
978
 
979
- #: includes/settings_page.php:365
980
  msgid "Enable Voice Notes on visitor side"
981
  msgstr "Enable Voice Notes on visitor side"
982
 
983
- #: includes/settings_page.php:367
984
  msgid ""
985
  "Enabling this will allow the visitors to record the voice during the chat "
986
  "and send it to agent once they hold on CTRL + SPACEBAR"
@@ -988,35 +1011,43 @@ msgstr ""
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
 
995
- #: includes/settings_page.php:384
996
  msgid "Alignment"
997
  msgstr "Alignment"
998
 
999
- #: includes/settings_page.php:387
1000
  msgid "Bottom left"
1001
  msgstr "Bottom left"
1002
 
1003
- #: includes/settings_page.php:388
1004
  msgid "Bottom right"
1005
  msgstr "Bottom right"
1006
 
1007
- #: includes/settings_page.php:389
1008
  msgid "Left"
1009
  msgstr "Left"
1010
 
1011
- #: includes/settings_page.php:390
1012
  msgid "Right"
1013
  msgstr "Right"
1014
 
1015
- #: includes/settings_page.php:396
1016
- msgid "Auto Pop-up"
1017
- msgstr "Auto Pop-up"
 
 
 
 
1018
 
1019
- #: includes/settings_page.php:396
 
 
 
 
1020
  msgid ""
1021
  "Expand the chat box automatically (prompts the user to enter their name and "
1022
  "email address)."
@@ -1024,19 +1055,40 @@ msgstr ""
1024
  "Expand the chat box automatically (prompts the user to enter their name and "
1025
  "email address)."
1026
 
1027
- #: includes/settings_page.php:405
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1028
  msgid "Display for chat message:"
1029
  msgstr "Display for chat message:"
1030
 
1031
- #: includes/settings_page.php:409
1032
  msgid "Avatar"
1033
  msgstr "Avatar"
1034
 
1035
- #: includes/settings_page.php:414
1036
  msgid "Display typing indicator"
1037
  msgstr "Display typing indicator"
1038
 
1039
- #: includes/settings_page.php:414
1040
  msgid ""
1041
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1042
  "visitor is typing."
@@ -1044,19 +1096,22 @@ msgstr ""
1044
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1045
  "visitor is typing."
1046
 
1047
- #: includes/settings_page.php:418
 
 
 
1048
  msgid ""
1049
- "For non-cloud server users, please note that this will increase the amount "
1050
- "of server resources required."
1051
  msgstr ""
1052
- "For non-cloud server users, please note that this will increase the amount "
1053
- "of server resources required."
1054
 
1055
- #: includes/settings_page.php:423
1056
  msgid "Chat box for logged in users only:"
1057
  msgstr "Chat box for logged in users only:"
1058
 
1059
- #: includes/settings_page.php:423
1060
  msgid ""
1061
  "By checking this, only users that are logged in will be able to chat with "
1062
  "you."
@@ -1064,19 +1119,31 @@ msgstr ""
1064
  "By checking this, only users that are logged in will be able to chat with "
1065
  "you."
1066
 
1067
- #: includes/settings_page.php:431
 
 
 
 
 
 
 
 
 
 
 
 
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
 
1075
- #: includes/settings_page.php:440
1076
  msgid "Redirect to “Thank You” page on chat end:"
1077
  msgstr "Redirect to “Thank You” page on chat end:"
1078
 
1079
- #: includes/settings_page.php:440
1080
  msgid ""
1081
  "By checking this, users will be redirected to your thank you page when a "
1082
  "chat is completed."
@@ -1084,156 +1151,157 @@ msgstr ""
1084
  "By checking this, users will be redirected to your thank you page when a "
1085
  "chat is completed."
1086
 
1087
- #: includes/settings_page.php:444
1088
  msgid "Thank You Page URL"
1089
  msgstr "Thank You Page URL"
1090
 
1091
- #: includes/settings_page.php:454
1092
  msgid "Disable Emojis"
1093
  msgstr "Disable Emojis"
1094
 
1095
- #: includes/settings_page.php:471
1096
  msgid "User / Agent name"
1097
  msgstr "User / Agent name"
1098
 
1099
- #: includes/settings_page.php:479
1100
  msgid "Use WordPress name"
1101
  msgstr "Use WordPress name"
1102
 
1103
- #: includes/settings_page.php:482
1104
  msgid "Note: 'Name' field will be ignored"
1105
  msgstr "Note: 'Name' field will be ignored"
1106
 
1107
- #: includes/settings_page.php:514
1108
  msgid "Incoming chat ring tone"
1109
  msgstr "Incoming chat ring tone"
1110
 
1111
- #: includes/settings_page.php:530
1112
  msgid "Incoming message tone"
1113
  msgstr "Incoming message tone"
1114
 
1115
- #: includes/settings_page.php:547
1116
  msgid "Icon"
1117
  msgstr "Icon"
1118
 
1119
- #: includes/settings_page.php:555
1120
  msgid "Upload Icon"
1121
  msgstr "Upload Icon"
1122
 
1123
- #: includes/settings_page.php:556 includes/settings_page.php:562
1124
  msgid "Select Default Icon"
1125
  msgstr "Select Default Icon"
1126
 
1127
- #: includes/settings_page.php:558
1128
- msgid "Remove Icon"
1129
- msgstr "Remove Icon"
1130
-
1131
- #: includes/settings_page.php:559
1132
  msgid "Recommended Size 50px x 50px"
1133
  msgstr "Recommended Size 50px x 50px"
1134
 
1135
- #: includes/settings_page.php:602
1136
  msgid "Picture"
1137
  msgstr "Picture"
1138
 
1139
- #: includes/settings_page.php:610
1140
  msgid "Upload Image"
1141
  msgstr "Upload Image"
1142
 
1143
- #: includes/settings_page.php:612
 
 
 
 
 
1144
  msgid "Remove Image"
1145
  msgstr "Remove Image"
1146
 
1147
- #: includes/settings_page.php:613
1148
  msgid "Recommended Size 60px x 60px"
1149
  msgstr "Recommended Size 60px x 60px"
1150
 
1151
- #: includes/settings_page.php:620
1152
  msgid "Logo"
1153
  msgstr "Logo"
1154
 
1155
- #: includes/settings_page.php:628
1156
  msgid "Upload Logo"
1157
  msgstr "Upload Logo"
1158
 
1159
- #: includes/settings_page.php:630
1160
  msgid "Remove Logo"
1161
  msgstr "Remove Logo"
1162
 
1163
- #: includes/settings_page.php:631
1164
  msgid "Recommended Size 250px x 40px"
1165
  msgstr "Recommended Size 250px x 40px"
1166
 
1167
- #: includes/settings_page.php:637
1168
  msgid "Chat button delayed startup (seconds)"
1169
  msgstr "Chat button delayed startup (seconds)"
1170
 
1171
- #: includes/settings_page.php:637
1172
  msgid "How long to delay showing the Live Chat button on a page"
1173
  msgstr "How long to delay showing the Live Chat button on a page"
1174
 
1175
- #: includes/settings_page.php:646
1176
  msgid "Chat notifications"
1177
  msgstr "Chat notifications"
1178
 
1179
- #: includes/settings_page.php:646
1180
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1181
  msgstr ""
1182
  "Alert me via email as soon as someone wants to chat (while online only)"
1183
 
1184
- #: includes/settings_page.php:655
1185
  msgid "User Experience"
1186
  msgstr "User Experience"
1187
 
1188
- #: includes/settings_page.php:659
1189
  msgid "Share files"
1190
  msgstr "Share files"
1191
 
1192
- #: includes/settings_page.php:659
1193
  msgid "Adds file sharing to your chat box!"
1194
  msgstr "Adds file sharing to your chat box!"
1195
 
1196
- #: includes/settings_page.php:663
1197
  msgid "Visitor experience ratings"
1198
  msgstr "Visitor experience ratings"
1199
 
1200
- #: includes/settings_page.php:663
1201
  msgid "Allows users to rate the chat experience with an agent."
1202
  msgstr "Allows users to rate the chat experience with an agent."
1203
 
1204
- #: includes/settings_page.php:669 includes/settings_page.php:996
1205
  msgid "Social"
1206
  msgstr "Social"
1207
 
1208
- #: includes/settings_page.php:673
1209
  msgid "Facebook URL"
1210
  msgstr "Facebook URL"
1211
 
1212
- #: includes/settings_page.php:673
1213
  msgid "Link your Facebook page here. Leave blank to hide"
1214
  msgstr "Link your Facebook page here. Leave blank to hide"
1215
 
1216
- #: includes/settings_page.php:674
1217
  msgid "Facebook URL..."
1218
  msgstr "Facebook URL..."
1219
 
1220
- #: includes/settings_page.php:685
1221
  msgid "Twitter URL"
1222
  msgstr "Twitter URL"
1223
 
1224
- #: includes/settings_page.php:685
1225
  msgid "Link your Twitter page here. Leave blank to hide"
1226
  msgstr "Link your Twitter page here. Leave blank to hide"
1227
 
1228
- #: includes/settings_page.php:686
1229
  msgid "Twitter URL..."
1230
  msgstr "Twitter URL..."
1231
 
1232
- #: includes/settings_page.php:708
1233
  msgid "Disable offline messages"
1234
  msgstr "Disable offline messages"
1235
 
1236
- #: includes/settings_page.php:708
1237
  msgid ""
1238
  "The chat window will be hidden when it is offline. Users will not be able to "
1239
  "send offline messages to you"
@@ -1241,39 +1309,39 @@ msgstr ""
1241
  "The chat window will be hidden when it is offline. Users will not be able to "
1242
  "send offline messages to you"
1243
 
1244
- #: includes/settings_page.php:715
1245
  msgid "Offline Form Title"
1246
  msgstr "Offline Form Title"
1247
 
1248
- #: includes/settings_page.php:723
1249
  msgid "Offline form initial message"
1250
  msgstr "Offline form initial message"
1251
 
1252
- #: includes/settings_page.php:729
1253
  msgid "Offline form message on send"
1254
  msgstr "Offline form message on send"
1255
 
1256
- #: includes/settings_page.php:735
1257
  msgid "Offline form finish message"
1258
  msgstr "Offline form finish message"
1259
 
1260
- #: includes/settings_page.php:741
1261
  msgid "Offline Button Text"
1262
  msgstr "Offline Button Text"
1263
 
1264
- #: includes/settings_page.php:747
1265
  msgid "Offline Send Button Text"
1266
  msgstr "Offline Send Button Text"
1267
 
1268
- #: includes/settings_page.php:755
1269
  msgid "Email settings"
1270
  msgstr "Email settings"
1271
 
1272
- #: includes/settings_page.php:761
1273
  msgid "Send to agent(s)"
1274
  msgstr "Send to agent(s)"
1275
 
1276
- #: includes/settings_page.php:761
1277
  msgid ""
1278
  "Email address where offline messages are delivered to. Use comma separated "
1279
  "email addresses to send to more than one email address"
@@ -1281,145 +1349,144 @@ msgstr ""
1281
  "Email address where offline messages are delivered to. Use comma separated "
1282
  "email addresses to send to more than one email address"
1283
 
1284
- #: includes/settings_page.php:771
1285
  msgid "Subject"
1286
  msgstr "Subject"
1287
 
1288
- #: includes/settings_page.php:771
1289
  msgid "User name will be appended to the end of the subject."
1290
  msgstr "User name will be appended to the end of the subject."
1291
 
1292
- #: includes/settings_page.php:784
1293
  msgid "Auto-respond to visitor"
1294
  msgstr "Auto-respond to visitor"
1295
 
1296
- #: includes/settings_page.php:784
1297
  msgid "Send your visitors an email as soon as they send you an offline message"
1298
  msgstr ""
1299
  "Send your visitors an email as soon as they send you an offline message"
1300
 
1301
- #: includes/settings_page.php:790
1302
  msgid "Auto-responder 'From' name"
1303
  msgstr "Auto-responder 'From' name"
1304
 
1305
- #: includes/settings_page.php:796
1306
  msgid "Auto-responder 'From' email"
1307
  msgstr "Auto-responder 'From' email"
1308
 
1309
- #: includes/settings_page.php:802
1310
  msgid "Auto-responder subject"
1311
  msgstr "Auto-responder subject"
1312
 
1313
- #: includes/settings_page.php:808
1314
  msgid "Auto-responder body"
1315
  msgstr "Auto-responder body"
1316
 
1317
- #: includes/settings_page.php:811
1318
  msgid "HTML and the following shortcodes can be used"
1319
  msgstr "HTML and the following shortcodes can be used"
1320
 
1321
- #: includes/settings_page.php:811
1322
  msgid "User's name"
1323
  msgstr "User's name"
1324
 
1325
- #: includes/settings_page.php:811
1326
  msgid "User's email address"
1327
  msgstr "User's email address"
1328
 
1329
- #: includes/settings_page.php:887
1330
  msgid "Color scheme"
1331
  msgstr "Color scheme"
1332
 
1333
- #: includes/settings_page.php:943
1334
  msgid "Custom Scheme"
1335
  msgstr "Custom Scheme"
1336
 
1337
- #: includes/settings_page.php:964
1338
  msgid "Palette Color 1"
1339
  msgstr "Palette Color 1"
1340
 
1341
- #: includes/settings_page.php:970
1342
  msgid "Palette Color 2"
1343
  msgstr "Palette Color 2"
1344
 
1345
- #: includes/settings_page.php:976
1346
  msgid "Palette Color 3"
1347
  msgstr "Palette Color 3"
1348
 
1349
- #: includes/settings_page.php:982
1350
  msgid "Palette Color 4"
1351
  msgstr "Palette Color 4"
1352
 
1353
- #: includes/settings_page.php:989
1354
  msgid "Chat background"
1355
  msgstr "Chat background"
1356
 
1357
- #: includes/settings_page.php:993
1358
  msgid "Cloudy"
1359
  msgstr "Cloudy"
1360
 
1361
- #: includes/settings_page.php:994
1362
  msgid "Geometry"
1363
  msgstr "Geometry"
1364
 
1365
- #: includes/settings_page.php:995
1366
  msgid "Tech"
1367
  msgstr "Tech"
1368
 
1369
- #: includes/settings_page.php:997 includes/wplc_roi.php:178
1370
- #: modules/node_server.php:928
1371
  msgid "None"
1372
  msgstr "None"
1373
 
1374
- #: includes/settings_page.php:1003
1375
  msgid "Use localization plugin"
1376
  msgstr "Use localization plugin"
1377
 
1378
- #: includes/settings_page.php:1006
1379
  #, php-format
 
 
 
 
1380
  msgid ""
1381
  "Enable this if you are using a localization plugin. Should you wish to "
1382
- "change the below strings with this option enabled, please visit the "
1383
- "documentation %s"
1384
  msgstr ""
1385
  "Enable this if you are using a localization plugin. Should you wish to "
1386
- "change the below strings with this option enabled, please visit the "
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
-
1394
- #: includes/settings_page.php:1012
1395
  msgid "Chat box title"
1396
  msgstr "Chat box title"
1397
 
1398
- #: includes/settings_page.php:1018
1399
  msgid "Chat box sub-title"
1400
  msgstr "Chat box sub-title"
1401
 
1402
- #: includes/settings_page.php:1024
1403
  msgid "Chat box intro"
1404
  msgstr "Chat box intro"
1405
 
1406
- #: includes/settings_page.php:1030
1407
  msgid "Start chat button label"
1408
  msgstr "Start chat button label"
1409
 
1410
- #: includes/settings_page.php:1036
1411
  msgid "Start chat status message"
1412
  msgstr "Start chat status message"
1413
 
1414
- #: includes/settings_page.php:1042
1415
  msgid "Re-activate chat message"
1416
  msgstr "Re-activate chat message"
1417
 
1418
- #: includes/settings_page.php:1050
1419
  msgid "Welcome message"
1420
  msgstr "Welcome message"
1421
 
1422
- #: includes/settings_page.php:1052
1423
  msgid ""
1424
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1425
  "join"
@@ -1427,50 +1494,50 @@ msgstr ""
1427
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1428
  "join"
1429
 
1430
- #: includes/settings_page.php:1056
1431
  msgid "Agent no answer message"
1432
  msgstr "Agent no answer message"
1433
 
1434
- #: includes/settings_page.php:1058
1435
  msgid ""
1436
  "This text is shown to the user when an agent has failed to answer a chat"
1437
  msgstr ""
1438
  "This text is shown to the user when an agent has failed to answer a chat"
1439
 
1440
- #: includes/settings_page.php:1062
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
 
1449
- #: includes/settings_page.php:1070
1450
  msgid "Chat box animation"
1451
  msgstr "Chat box animation"
1452
 
1453
- #: includes/settings_page.php:1078
1454
  msgid "Slide Up"
1455
  msgstr "Slide Up"
1456
 
1457
- #: includes/settings_page.php:1084
1458
  msgid "Slide From The Side"
1459
  msgstr "Slide From The Side"
1460
 
1461
- #: includes/settings_page.php:1090
1462
  msgid "Fade In"
1463
  msgstr "Fade In"
1464
 
1465
- #: includes/settings_page.php:1096
1466
  msgid "No Animation"
1467
  msgstr "No Animation"
1468
 
1469
- #: includes/settings_page.php:1114
1470
  msgid "Auto-response to first message"
1471
  msgstr "Auto-response to first message"
1472
 
1473
- #: includes/settings_page.php:1117
1474
  msgid ""
1475
  "This message will be sent automatically after the first message is sent from "
1476
  "the user side. Leave empty to disable."
@@ -1478,31 +1545,31 @@ msgstr ""
1478
  "This message will be sent automatically after the first message is sent from "
1479
  "the user side. Leave empty to disable."
1480
 
1481
- #: includes/settings_page.php:1132
1482
  msgid "Chat Agents"
1483
  msgstr "Chat Agents"
1484
 
1485
- #: includes/settings_page.php:1143
1486
  msgid "Logged In"
1487
  msgstr "Logged In"
1488
 
1489
- #: includes/settings_page.php:1162
1490
  msgid "Add New Agent"
1491
  msgstr "Add New Agent"
1492
 
1493
- #: includes/settings_page.php:1170
1494
  msgid "Administrator"
1495
  msgstr "Administrator"
1496
 
1497
- #: includes/settings_page.php:1176
1498
  msgid "Editor"
1499
  msgstr "Editor"
1500
 
1501
- #: includes/settings_page.php:1186
1502
  msgid "Add Agent"
1503
  msgstr "Add Agent"
1504
 
1505
- #: includes/settings_page.php:1192
1506
  #, php-format
1507
  msgid ""
1508
  "Should you wish to add a user that has a role less than 'Author', please go "
@@ -1513,23 +1580,23 @@ msgstr ""
1513
  "to the %s page, select the relevant user, click Edit and scroll to the "
1514
  "bottom of the page and enable the 'Chat Agent' checkbox."
1515
 
1516
- #: includes/settings_page.php:1192
1517
  msgid "Users"
1518
  msgstr "Users"
1519
 
1520
- #: includes/settings_page.php:1193
1521
  msgid "If there are no chat agents online, the chat will show as offline"
1522
  msgstr "If there are no chat agents online, the chat will show as offline"
1523
 
1524
- #: includes/settings_page.php:1198
1525
  msgid "Blocked Visitors / IP Addresses"
1526
  msgstr "Blocked Visitors / IP Addresses"
1527
 
1528
- #: includes/settings_page.php:1202
1529
  msgid "Enter each IP Address you would like to block on a new line"
1530
  msgstr "Enter each IP Address you would like to block on a new line"
1531
 
1532
- #: includes/settings_page.php:1213
1533
  msgid ""
1534
  "Blocking a user's IP Address here will hide the chat window from them, "
1535
  "preventing them from chatting with you. Each IP Address must be on a new line"
@@ -1537,47 +1604,59 @@ msgstr ""
1537
  "Blocking a user's IP Address here will hide the chat window from them, "
1538
  "preventing them from chatting with you. Each IP Address must be on a new line"
1539
 
1540
- #: includes/settings_page.php:1229
1541
  msgid "Enable Business Hours"
1542
  msgstr "Enable Business Hours"
1543
 
1544
- #: includes/settings_page.php:1234
1545
- msgid "Active schedule"
1546
- msgstr "Active schedule"
1547
 
1548
- #: includes/settings_page.php:1238
1549
- msgid "Daily"
1550
- msgstr "Daily"
 
1551
 
1552
- #: includes/settings_page.php:1239
1553
- msgid "Week Days"
1554
- msgstr "Week Days"
1555
 
1556
- #: includes/settings_page.php:1240
1557
- msgid "Weekends"
1558
- msgstr "Weekends"
 
1559
 
1560
- #: includes/settings_page.php:1252
1561
- msgid "Between"
1562
- msgstr "Between"
 
1563
 
1564
- #: includes/settings_page.php:1263
1565
- msgid "and"
1566
- msgstr "and"
 
1567
 
1568
- #: includes/settings_page.php:1280
 
 
 
 
 
 
 
 
1569
  msgid "Current Site Time"
1570
  msgstr "Current Site Time"
1571
 
1572
- #: includes/settings_page.php:1293
1573
  msgid "Chat Encryption"
1574
  msgstr "Chat Encryption"
1575
 
1576
- #: includes/settings_page.php:1296
1577
  msgid "Enable Encryption"
1578
  msgstr "Enable Encryption"
1579
 
1580
- #: includes/settings_page.php:1296
1581
  msgid ""
1582
  "All messages will be encrypted when being sent to and from the user and "
1583
  "agent."
@@ -1585,13 +1664,33 @@ msgstr ""
1585
  "All messages will be encrypted when being sent to and from the user and "
1586
  "agent."
1587
 
1588
- #: includes/settings_page.php:1305
1589
  msgid ""
1590
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1591
  msgstr ""
1592
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1593
 
1594
- #: includes/settings_page.php:1315
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1595
  msgid "Save Settings"
1596
  msgstr "Save Settings"
1597
 
@@ -1608,30 +1707,30 @@ msgid "This will show up at the top of the chatbox - Leave blank to disable."
1608
  msgstr "This will show up at the top of the chatbox - Leave blank to disable."
1609
 
1610
  #: includes/wplc_custom_fields.php:67 includes/wplc_data_triggers.php:8
1611
- #: includes/wplc_departments.php:140 includes/wplc_roi.php:115
1612
  #: modules/webhooks_manager.php:60 modules/webhooks_manager.php:321
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
 
1625
- #: includes/wplc_custom_fields.php:81 includes/wplc_data_triggers.php:468
1626
  msgid "Content"
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
 
@@ -1639,8 +1738,8 @@ msgstr "Active"
1639
  msgid "Inactive"
1640
  msgstr "Inactive"
1641
 
1642
- #: includes/wplc_custom_fields.php:106 includes/wplc_data_triggers.php:477
1643
- #: includes/wplc_departments.php:184 includes/wplc_roi.php:171
1644
  #: modules/webhooks_manager.php:262
1645
  msgid "Edit"
1646
  msgstr "Edit"
@@ -1653,31 +1752,31 @@ msgstr "Create your first custom field"
1653
  msgid "Create a Custom Field"
1654
  msgstr "Create a Custom Field"
1655
 
1656
- #: includes/wplc_custom_fields.php:142 includes/wplc_custom_fields.php:213
1657
  msgid "Field Name"
1658
  msgstr "Field Name"
1659
 
1660
- #: includes/wplc_custom_fields.php:146 includes/wplc_custom_fields.php:217
1661
  msgid "Field Type"
1662
  msgstr "Field Type"
1663
 
1664
- #: includes/wplc_custom_fields.php:149 includes/wplc_custom_fields.php:222
1665
  msgid "Text"
1666
  msgstr "Text"
1667
 
1668
- #: includes/wplc_custom_fields.php:150 includes/wplc_custom_fields.php:223
1669
  msgid "Drop Down"
1670
  msgstr "Drop Down"
1671
 
1672
- #: includes/wplc_custom_fields.php:155 includes/wplc_custom_fields.php:228
1673
  msgid "Default Field Value"
1674
  msgstr "Default Field Value"
1675
 
1676
- #: includes/wplc_custom_fields.php:159 includes/wplc_custom_fields.php:232
1677
  msgid "Drop Down Contents"
1678
  msgstr "Drop Down Contents"
1679
 
1680
- #: includes/wplc_custom_fields.php:160 includes/wplc_custom_fields.php:233
1681
  msgid "Enter each option on a new line"
1682
  msgstr "Enter each option on a new line"
1683
 
@@ -1685,72 +1784,68 @@ msgstr "Enter each option on a new line"
1685
  msgid "Create Custom Field"
1686
  msgstr "Create Custom Field"
1687
 
1688
- #: includes/wplc_custom_fields.php:208
1689
  msgid "Edit a Custom Field"
1690
  msgstr "Edit a Custom Field"
1691
 
1692
- #: includes/wplc_custom_fields.php:237
1693
  msgid "Update Custom Field"
1694
  msgstr "Update Custom Field"
1695
 
1696
- #: includes/wplc_custom_fields.php:247
1697
  msgid "Custom Field Not Found"
1698
  msgstr "Custom Field Not Found"
1699
 
1700
- #: includes/wplc_custom_fields.php:248
1701
  msgid "Back"
1702
  msgstr "Back"
1703
 
1704
- #: includes/wplc_custom_fields.php:262
1705
  msgid "Are you sure you want to delete this custom field?"
1706
  msgstr "Are you sure you want to delete this custom field?"
1707
 
1708
- #: includes/wplc_custom_fields.php:298
1709
  msgid "Text Field"
1710
  msgstr "Text Field"
1711
 
1712
- #: includes/wplc_custom_fields.php:301
1713
  msgid "Dropdown"
1714
  msgstr "Dropdown"
1715
 
1716
- #: includes/wplc_custom_fields.php:367
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
 
1725
- #: includes/wplc_data_triggers.php:18 includes/wplc_roi.php:142
1726
- msgid "Update now"
1727
- msgstr "Update now"
1728
-
1729
- #: includes/wplc_data_triggers.php:72
1730
  msgid "Trigger Name"
1731
  msgstr "Trigger Name"
1732
 
1733
- #: includes/wplc_data_triggers.php:77
1734
  msgid "Trigger Type"
1735
  msgstr "Trigger Type"
1736
 
1737
- #: includes/wplc_data_triggers.php:81
1738
  msgid "Page Trigger"
1739
  msgstr "Page Trigger"
1740
 
1741
- #: includes/wplc_data_triggers.php:82
1742
  msgid "Time Trigger"
1743
  msgstr "Time Trigger"
1744
 
1745
- #: includes/wplc_data_triggers.php:83
1746
  msgid "Scroll Trigger"
1747
  msgstr "Scroll Trigger"
1748
 
1749
- #: includes/wplc_data_triggers.php:84
1750
  msgid "Page Leave Trigger"
1751
  msgstr "Page Leave Trigger"
1752
 
1753
- #: includes/wplc_data_triggers.php:85
1754
  msgid ""
1755
  "Note: When using page trigger with a the basic theme, no hovercard is shown "
1756
  "by default. We suggest using the time trigger for this instead."
@@ -1758,65 +1853,65 @@ msgstr ""
1758
  "Note: When using page trigger with a the basic theme, no hovercard is shown "
1759
  "by default. We suggest using the time trigger for this instead."
1760
 
1761
- #: includes/wplc_data_triggers.php:91
1762
  msgid "Page ID"
1763
  msgstr "Page ID"
1764
 
1765
- #: includes/wplc_data_triggers.php:92
1766
  msgid "Note: Leave empty for 'all' pages"
1767
  msgstr "Note: Leave empty for 'all' pages"
1768
 
1769
- #: includes/wplc_data_triggers.php:96
1770
  msgid "Show After"
1771
  msgstr "Show After"
1772
 
1773
- #: includes/wplc_data_triggers.php:97
1774
  msgid "Seconds"
1775
  msgstr "Seconds"
1776
 
1777
- #: includes/wplc_data_triggers.php:101
1778
  msgid "Show After Scrolled"
1779
  msgstr "Show After Scrolled"
1780
 
1781
- #: includes/wplc_data_triggers.php:102
1782
  msgid "(%) Percent of page height"
1783
  msgstr "(%) Percent of page height"
1784
 
1785
- #: includes/wplc_data_triggers.php:106
1786
  msgid "Content Replacement"
1787
  msgstr "Content Replacement"
1788
 
1789
- #: includes/wplc_data_triggers.php:117
1790
  msgid "Replace Content"
1791
  msgstr "Replace Content"
1792
 
1793
- #: includes/wplc_data_triggers.php:122
1794
  msgid "Enable Trigger"
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
 
1802
- #: includes/wplc_data_triggers.php:138 includes/wplc_departments.php:262
1803
- #: includes/wplc_roi.php:278
1804
  msgid "Please review your submission"
1805
  msgstr "Please review your submission"
1806
 
1807
- #: includes/wplc_data_triggers.php:286
1808
  msgid "Trigger has been edited."
1809
  msgstr "Trigger has been edited."
1810
 
1811
- #: includes/wplc_data_triggers.php:451
1812
  msgid "Conflict with page"
1813
  msgstr "Conflict with page"
1814
 
1815
- #: includes/wplc_data_triggers.php:453
1816
  msgid "Trigger ID: "
1817
  msgstr "Trigger ID: "
1818
 
1819
- #: includes/wplc_data_triggers.php:454
1820
  msgid ""
1821
  "It is possible that this trigger may override another trigger, or be "
1822
  "overridden by another trigger."
@@ -1824,87 +1919,87 @@ msgstr ""
1824
  "It is possible that this trigger may override another trigger, or be "
1825
  "overridden by another trigger."
1826
 
1827
- #: includes/wplc_data_triggers.php:467 includes/wplc_roi.php:162
1828
- #: modules/node_server.php:187 modules/node_server.php:895
1829
  msgid "Page"
1830
  msgstr "Page"
1831
 
1832
- #: includes/wplc_data_triggers.php:486 includes/wplc_roi.php:713
1833
  msgid "All"
1834
  msgstr "All"
1835
 
1836
- #: includes/wplc_data_triggers.php:490
1837
  msgid "Click to change trigger status"
1838
  msgstr "Click to change trigger status"
1839
 
1840
- #: includes/wplc_data_triggers.php:500
1841
  msgid "No Triggers Found..."
1842
  msgstr "No Triggers Found..."
1843
 
1844
- #: includes/wplc_data_triggers.php:611
1845
  msgid "Are you sure you would like to delete trigger"
1846
  msgstr "Are you sure you would like to delete trigger"
1847
 
1848
  #: includes/wplc_departments.php:60 includes/wplc_departments.php:64
1849
- #: includes/wplc_departments.php:88 includes/wplc_departments.php:548
1850
- #: includes/wplc_departments.php:653 includes/wplc_transfer_chats.php:96
1851
  msgid "No Department"
1852
  msgstr "No Department"
1853
 
1854
- #: includes/wplc_departments.php:84
1855
  msgid "Chat Department"
1856
  msgstr "Chat Department"
1857
 
1858
- #: includes/wplc_departments.php:129 includes/wplc_departments.php:145
1859
- #: includes/wplc_departments.php:522 includes/wplc_departments.php:538
1860
  msgid "Departments"
1861
  msgstr "Departments"
1862
 
1863
- #: includes/wplc_departments.php:129
1864
  msgid "beta"
1865
  msgstr "beta"
1866
 
1867
- #: includes/wplc_departments.php:142
1868
  msgid "Department Settings"
1869
  msgstr "Department Settings"
1870
 
1871
- #: includes/wplc_departments.php:195
1872
  msgid "No Departments Found..."
1873
  msgstr "No Departments Found..."
1874
 
1875
- #: includes/wplc_departments.php:246
1876
  msgid "Department Name"
1877
  msgstr "Department Name"
1878
 
1879
- #: includes/wplc_departments.php:331
1880
  msgid "Department has been edited."
1881
  msgstr "Department has been edited."
1882
 
1883
- #: includes/wplc_departments.php:470
1884
  msgid "Are you sure you would like to delete department"
1885
  msgstr "Are you sure you would like to delete department"
1886
 
1887
- #: includes/wplc_departments.php:543
1888
  msgid "Default Department"
1889
  msgstr "Default Department"
1890
 
1891
- #: includes/wplc_departments.php:544
1892
  msgid "Default department a new chat is assigned to"
1893
  msgstr "Default department a new chat is assigned to"
1894
 
1895
- #: includes/wplc_departments.php:559
1896
  msgid "Create or Edit Departments"
1897
  msgstr "Create or Edit Departments"
1898
 
1899
- #: includes/wplc_departments.php:565
1900
  msgid "User Department Selection"
1901
  msgstr "User Department Selection"
1902
 
1903
- #: includes/wplc_departments.php:566
1904
  msgid "Allow user to select a department before starting a chat?"
1905
  msgstr "Allow user to select a department before starting a chat?"
1906
 
1907
- #: includes/wplc_departments.php:575
1908
  msgid ""
1909
  "Note: Chats will be transferred in the event that agents are not available "
1910
  "within the selected department"
@@ -1912,162 +2007,162 @@ msgstr ""
1912
  "Note: Chats will be transferred in the event that agents are not available "
1913
  "within the selected department"
1914
 
1915
- #: includes/wplc_departments.php:586
1916
  #, php-format
1917
  msgid "Create departments %s."
1918
  msgstr "Create departments %s."
1919
 
1920
- #: includes/wplc_departments.php:632
1921
  msgid "Department you have been assigned to as an agent"
1922
  msgstr "Department you have been assigned to as an agent"
1923
 
1924
- #: includes/wplc_departments.php:632 includes/wplc_transfer_chats.php:45
1925
- #: modules/node_server.php:190 modules/node_server.php:897
1926
  msgid "Department"
1927
  msgstr "Department"
1928
 
1929
- #: includes/wplc_departments.php:739
1930
  msgid "Select Department"
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
 
1938
- #: includes/wplc_roi.php:116
1939
  msgid "View Reports"
1940
  msgstr "View Reports"
1941
 
1942
- #: includes/wplc_roi.php:163
1943
  msgid "Value"
1944
  msgstr "Value"
1945
 
1946
- #: includes/wplc_roi.php:185
1947
  msgid "No ROI Goals Found..."
1948
  msgstr "No ROI Goals Found..."
1949
 
1950
- #: includes/wplc_roi.php:243
1951
  msgid "Goal Name"
1952
  msgstr "Goal Name"
1953
 
1954
- #: includes/wplc_roi.php:248
1955
  msgid "Goal Overview"
1956
  msgstr "Goal Overview"
1957
 
1958
- #: includes/wplc_roi.php:253
1959
  msgid "Goal Page"
1960
  msgstr "Goal Page"
1961
 
1962
- #: includes/wplc_roi.php:262
1963
  msgid "Goal Value"
1964
  msgstr "Goal Value"
1965
 
1966
- #: includes/wplc_roi.php:415
1967
  msgid "Goal has been edited."
1968
  msgstr "Goal has been edited."
1969
 
1970
- #: includes/wplc_roi.php:586
1971
  msgid "Are you sure you would like to delete goal"
1972
  msgstr "Are you sure you would like to delete goal"
1973
 
1974
- #: includes/wplc_roi.php:673
1975
  msgid "ROI Reports"
1976
  msgstr "ROI Reports"
1977
 
1978
- #: includes/wplc_roi.php:692
1979
  msgid "Goal Statistics"
1980
  msgstr "Goal Statistics"
1981
 
1982
- #: includes/wplc_roi.php:704
1983
  msgid "No Goals Found"
1984
  msgstr "No Goals Found"
1985
 
1986
- #: includes/wplc_roi.php:714
1987
  msgid "Last 30 Days"
1988
  msgstr "Last 30 Days"
1989
 
1990
- #: includes/wplc_roi.php:715
1991
  msgid "Last 15 Days"
1992
  msgstr "Last 15 Days"
1993
 
1994
- #: includes/wplc_roi.php:716
1995
  msgid "Last 7 Days"
1996
  msgstr "Last 7 Days"
1997
 
1998
- #: includes/wplc_roi.php:717
1999
  msgid "Last 24 Hours"
2000
  msgstr "Last 24 Hours"
2001
 
2002
- #: includes/wplc_roi.php:769
2003
  msgid "Value Per Conversion"
2004
  msgstr "Value Per Conversion"
2005
 
2006
- #: includes/wplc_roi.php:775
2007
  msgid "Total Value"
2008
  msgstr "Total Value"
2009
 
2010
- #: includes/wplc_roi.php:780
2011
  msgid "Total Conversions"
2012
  msgstr "Total Conversions"
2013
 
2014
- #: includes/wplc_roi.php:812
2015
  msgid "Value By Date"
2016
  msgstr "Value By Date"
2017
 
2018
- #: includes/wplc_roi.php:815
2019
  msgid "Value By Agent"
2020
  msgstr "Value By Agent"
2021
 
2022
- #: includes/wplc_roi.php:821
2023
  msgid "No data available yet..."
2024
  msgstr "No data available yet..."
2025
 
2026
- #: includes/wplc_transfer_chats.php:17 modules/node_server.php:884
2027
  msgid "Transfer"
2028
  msgstr "Transfer"
2029
 
2030
- #: includes/wplc_transfer_chats.php:29
2031
  msgid "Transfer Chat"
2032
  msgstr "Transfer Chat"
2033
 
2034
- #: includes/wplc_transfer_chats.php:43
2035
  msgid "Would you like to transfer this chat to"
2036
  msgstr "Would you like to transfer this chat to"
2037
 
2038
- #: includes/wplc_transfer_chats.php:44 modules/node_server.php:82
2039
  msgid "Agent"
2040
  msgstr "Agent"
2041
 
2042
- #: includes/wplc_transfer_chats.php:50
2043
  msgid "Please select an agent to transfer to"
2044
  msgstr "Please select an agent to transfer to"
2045
 
2046
- #: includes/wplc_transfer_chats.php:57
2047
  msgid "Please select a department to transfer to"
2048
  msgstr "Please select a department to transfer to"
2049
 
2050
- #: includes/wplc_transfer_chats.php:75
2051
  msgid "No Agent"
2052
  msgstr "No Agent"
2053
 
2054
- #: includes/wplc_transfer_chats.php:81
2055
  msgid "You"
2056
  msgstr "You"
2057
 
2058
- #: includes/wplc_transfer_chats.php:122
2059
  msgid "Checking if agent is online"
2060
  msgstr "Checking if agent is online"
2061
 
2062
- #: includes/wplc_transfer_chats.php:123
2063
  msgid "Agent is not online, transfer cannot be made"
2064
  msgstr "Agent is not online, transfer cannot be made"
2065
 
2066
- #: includes/wplc_transfer_chats.php:125
2067
  msgid "Checking if agents in department are online"
2068
  msgstr "Checking if agents in department are online"
2069
 
2070
- #: includes/wplc_transfer_chats.php:126
2071
  msgid ""
2072
  "No agent within the department are available to accept the transfer, "
2073
  "transfer cannot be made"
@@ -2075,27 +2170,27 @@ msgstr ""
2075
  "No agent within the department are available to accept the transfer, "
2076
  "transfer cannot be made"
2077
 
2078
- #: includes/wplc_transfer_chats.php:128
2079
  msgid "Agent(s) available, safe to transfer"
2080
  msgstr "Agent(s) available, safe to transfer"
2081
 
2082
- #: includes/wplc_transfer_chats.php:130
2083
  msgid "Transfer Complete. Closing Window..."
2084
  msgstr "Transfer Complete. Closing Window..."
2085
 
2086
- #: includes/wplc_transfer_chats.php:131
2087
  msgid "Transfer Failed. Please try again later..."
2088
  msgstr "Transfer Failed. Please try again later..."
2089
 
2090
- #: includes/wplc_transfer_chats.php:374
2091
  msgid "Transfer for"
2092
  msgstr "Transfer for"
2093
 
2094
- #: includes/wplc_transfer_chats.php:377
2095
  msgid "Accept Transfer"
2096
  msgstr "Accept Transfer"
2097
 
2098
- #: includes/wplc_transfer_chats.php:455
2099
  msgid ""
2100
  "Department took too long to respond, we are transferring this chat to the "
2101
  "next available agent."
@@ -2103,7 +2198,7 @@ msgstr ""
2103
  "Department took too long to respond, we are transferring this chat to the "
2104
  "next available agent."
2105
 
2106
- #: includes/wplc_transfer_chats.php:457
2107
  msgid ""
2108
  "took too long to respond, we are transferring this chat to the next "
2109
  "available agent."
@@ -2111,43 +2206,39 @@ msgstr ""
2111
  "took too long to respond, we are transferring this chat to the next "
2112
  "available agent."
2113
 
2114
- #: includes/wplc_transfer_chats.php:460
2115
  msgid "has transferred the chat."
2116
  msgstr "has transferred the chat."
2117
 
2118
- #: includes/wplc_transfer_chats.php:483
2119
  msgid "User received this message"
2120
  msgstr "User received this message"
2121
 
2122
- #: includes/wplc_transfer_chats.php:528
2123
  msgid "No agents available in"
2124
  msgstr "No agents available in"
2125
 
2126
- #: includes/wplc_transfer_chats.php:530
2127
  msgid "selected department"
2128
  msgstr "selected department"
2129
 
2130
- #: includes/wplc_transfer_chats.php:536
2131
  msgid "automatically transferring you to"
2132
  msgstr "automatically transferring you to"
2133
 
2134
- #: includes/wplc_transfer_chats.php:538
2135
  msgid "the next available department"
2136
  msgstr "the next available department"
2137
 
2138
- #: includes/wplc_transfer_chats.php:566
2139
  msgid "User has been transferred from"
2140
  msgstr "User has been transferred from"
2141
 
2142
- #: includes/wplc_transfer_chats.php:568
2143
  msgid "department"
2144
  msgstr "department"
2145
 
2146
- #: includes/wplc_transfer_chats.php:577
2147
- msgid "to"
2148
- msgstr "to"
2149
-
2150
- #: includes/wplc_transfer_chats.php:580
2151
  msgid "as there were no agents online"
2152
  msgstr "as there were no agents online"
2153
 
@@ -2168,13 +2259,6 @@ msgid "Choose between 3CX servers or your Wordpress server for chat delivery"
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 "
2174
- #| "only forwarded between users and agents. Chat sessions are stored on your "
2175
- #| "Wordpress database only. 3CX has no ability or will to read your chat "
2176
- #| "sessions. You and your users will have the best experience with this "
2177
- #| "setting enabled."
2178
  msgid ""
2179
  "3CX Servers are high performance secure instances hosted on Google Cloud and "
2180
  "are completely free to use. 3CX Servers don't log or store messages. "
@@ -2208,15 +2292,11 @@ msgstr ""
2208
  "Security token for accessing chats on the node server. Changing this will "
2209
  "close your currently active chat sessions."
2210
 
2211
- #: modules/advanced_features.php:59 modules/api/public/wplc-api.php:84
2212
- msgid "Generate New"
2213
- msgstr "Generate New"
2214
-
2215
- #: modules/advanced_features.php:64
2216
  msgid "Enable typing preview"
2217
  msgstr "Enable typing preview"
2218
 
2219
- #: modules/advanced_features.php:64
2220
  msgid ""
2221
  "This option enables the typing preview, which means agents will be able to "
2222
  "see what the user is typing in realtime."
@@ -2224,15 +2304,15 @@ msgstr ""
2224
  "This option enables the typing preview, which means agents will be able to "
2225
  "see what the user is typing in realtime."
2226
 
2227
- #: modules/advanced_features.php:70
2228
  msgid "Typing preview is not available when GDPR is enabled"
2229
  msgstr "Typing preview is not available when GDPR is enabled"
2230
 
2231
- #: modules/advanced_features.php:80
2232
  msgid "Number of chat rings"
2233
  msgstr "Number of chat rings"
2234
 
2235
- #: modules/advanced_features.php:80
2236
  msgid "Limit the amount of time the new chat ringer will play"
2237
  msgstr "Limit the amount of time the new chat ringer will play"
2238
 
@@ -2252,8 +2332,8 @@ msgstr "Export Settings"
2252
  msgid "Import Settings"
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
 
@@ -2305,22 +2385,21 @@ msgstr "Import Complete"
2305
  msgid "Thank you, all settings have been updated"
2306
  msgstr "Thank you, all settings have been updated"
2307
 
2308
- #: modules/api/agent/wplc-api-functions.php:193
2309
- #: modules/api/agent/wplc-api-functions.php:520
2310
- #: modules/api/public/wplc-api-functions.php:156 modules/node_server.php:366
2311
- #: modules/node_server.php:434
2312
  msgid "Action not set"
2313
  msgstr "Action not set"
2314
 
2315
- #: modules/api/agent/wplc-api-functions.php:375
2316
  msgid "IP Address not recorded"
2317
  msgstr "IP Address not recorded"
2318
 
2319
- #: modules/api/agent/wplc-api-functions.php:1014
2320
  msgid "Upload error"
2321
  msgstr "Upload error"
2322
 
2323
- #: modules/api/agent/wplc-api-functions.php:1017
2324
  msgid "Security Violation - File unsafe"
2325
  msgstr "Security Violation - File unsafe"
2326
 
@@ -2354,43 +2433,43 @@ msgstr "No secret token found"
2354
  msgid "Call To Action Animation"
2355
  msgstr "Call To Action Animation"
2356
 
2357
- #: modules/gdpr.php:22
2358
  msgid "Enable privacy controls"
2359
  msgstr "Enable privacy controls"
2360
 
2361
- #: modules/gdpr.php:22
2362
  msgid "Disabling will disable all GDPR related options, this is not advised."
2363
  msgstr "Disabling will disable all GDPR related options, this is not advised."
2364
 
2365
- #: modules/gdpr.php:26
2366
  msgid "Importance of GDPR Compliance"
2367
  msgstr "Importance of GDPR Compliance"
2368
 
2369
- #: modules/gdpr.php:32
2370
  msgid "Organization name"
2371
  msgstr "Organization name"
2372
 
2373
- #: modules/gdpr.php:41
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
 
2381
- #: modules/gdpr.php:50
2382
  msgid "Data retention period"
2383
  msgstr "Data retention period"
2384
 
2385
- #: modules/gdpr.php:53
2386
  msgid "days"
2387
  msgstr "days"
2388
 
2389
- #: modules/gdpr.php:59
2390
  msgid "GDPR notice to visitors"
2391
  msgstr "GDPR notice to visitors"
2392
 
2393
- #: modules/gdpr.php:60
2394
  msgid ""
2395
  "Users will be asked to accept the notice shown here, in the form of a check "
2396
  "box."
@@ -2398,11 +2477,23 @@ msgstr ""
2398
  "Users will be asked to accept the notice shown here, in the form of a check "
2399
  "box."
2400
 
2401
- #: modules/gdpr.php:90 modules/gdpr.php:101
 
 
 
 
 
 
 
 
 
 
 
 
2402
  msgid "GDPR Control"
2403
  msgstr "GDPR Control"
2404
 
2405
- #: modules/gdpr.php:103
2406
  msgid ""
2407
  "Search is performed on chat sessions, messages, and offline messages. Data "
2408
  "will also be deleted automatically per your retention policy."
@@ -2410,43 +2501,43 @@ msgstr ""
2410
  "Search is performed on chat sessions, messages, and offline messages. Data "
2411
  "will also be deleted automatically per your retention policy."
2412
 
2413
- #: modules/gdpr.php:112
2414
  msgid "Name, Email, Message"
2415
  msgstr "Name, Email, Message"
2416
 
2417
- #: modules/gdpr.php:116 modules/node_server.php:218
2418
  msgid "Search"
2419
  msgstr "Search"
2420
 
2421
- #: modules/gdpr.php:129
2422
  #, php-format
2423
  msgid "Search Results in %%TABLE%%"
2424
  msgstr "Search Results in %%TABLE%%"
2425
 
2426
- #: modules/gdpr.php:157
2427
  #, php-format
2428
  msgid "Delete Chat (%%CID%%)"
2429
  msgstr "Delete Chat (%%CID%%)"
2430
 
2431
- #: modules/gdpr.php:158
2432
  #, php-format
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
 
2441
- #: modules/gdpr.php:183
2442
  msgid "Please perform a search using the input field above"
2443
  msgstr "Please perform a search using the input field above"
2444
 
2445
- #: modules/gdpr.php:257
2446
  msgid "Data Deleted"
2447
  msgstr "Data Deleted"
2448
 
2449
- #: modules/gdpr.php:343
2450
  #, php-format
2451
  msgid ""
2452
  "I agree for my personal data to be processed and for the use of cookies in "
@@ -2457,11 +2548,11 @@ msgstr ""
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
 
2464
- #: modules/gdpr.php:366
2465
  #, php-format
2466
  msgid ""
2467
  "We use WP Live Chat by 3CX as our live chat platform. By clicking below to "
@@ -2474,7 +2565,7 @@ msgstr ""
2474
  "during the chat will be transferred to WP Live Chat by 3CX for processing in "
2475
  "accordance with their %%POLICY_LINK%%."
2476
 
2477
- #: modules/gdpr.php:388
2478
  #, php-format
2479
  msgid ""
2480
  "Please note as per the GDPR settings you have selected, all chat data will "
@@ -2483,7 +2574,7 @@ msgstr ""
2483
  "Please note as per the GDPR settings you have selected, all chat data will "
2484
  "be retained for %%PERIOD%% day(s)."
2485
 
2486
- #: modules/gdpr.php:391
2487
  #, php-format
2488
  msgid ""
2489
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
@@ -2492,23 +2583,23 @@ msgstr ""
2492
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
2493
  "be permanently removed from your server."
2494
 
2495
- #: modules/gdpr.php:395
2496
  msgid "GDPR - Data Retention"
2497
  msgstr "GDPR - Data Retention"
2498
 
2499
- #: modules/gdpr.php:401 modules/gdpr.php:568
2500
  msgid "Privacy Settings"
2501
  msgstr "Privacy Settings"
2502
 
2503
- #: modules/gdpr.php:416
2504
  msgid "Once every 6 hours"
2505
  msgstr "Once every 6 hours"
2506
 
2507
- #: modules/gdpr.php:534
2508
  msgid "Chat Ended"
2509
  msgstr "Chat Ended"
2510
 
2511
- #: modules/gdpr.php:559
2512
  msgid ""
2513
  "GDPR compliance has been disabled, read more about the implications of this "
2514
  "here"
@@ -2516,11 +2607,11 @@ msgstr ""
2516
  "GDPR compliance has been disabled, read more about the implications of this "
2517
  "here"
2518
 
2519
- #: modules/gdpr.php:560
2520
  msgid "Additionally please take a look at WP Live Chat by 3CX"
2521
  msgstr "Additionally please take a look at WP Live Chat by 3CX"
2522
 
2523
- #: modules/gdpr.php:561
2524
  msgid ""
2525
  "It is highly recommended that you enable GDPR compliance to ensure your user "
2526
  "data is regulated."
@@ -2528,32 +2619,24 @@ msgstr ""
2528
  "It is highly recommended that you enable GDPR compliance to ensure your user "
2529
  "data is regulated."
2530
 
2531
- #: modules/gdpr.php:564
2532
  msgid "Warning - GDPR Compliance Disabled - Action Required"
2533
  msgstr "Warning - GDPR Compliance Disabled - Action Required"
2534
 
2535
- #: modules/gdpr.php:565
2536
  msgid "EU GDPR"
2537
  msgstr "EU GDPR"
2538
 
2539
- #: modules/gdpr.php:569
2540
  msgid "Dismiss & Accept Responsibility"
2541
  msgstr "Dismiss & Accept Responsibility"
2542
 
2543
- #: modules/gdpr.php:586
2544
  #, php-format
2545
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
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
-
2557
  #: modules/google_analytics.php:17
2558
  msgid "Google Analytics Integration"
2559
  msgstr "Google Analytics Integration"
@@ -2562,190 +2645,165 @@ msgstr "Google Analytics Integration"
2562
  msgid "Enable Google Analytics Integration"
2563
  msgstr "Enable Google Analytics Integration"
2564
 
2565
- #: modules/node_server.php:45
2566
  msgid "Toggle user list"
2567
  msgstr "Toggle user list"
2568
 
2569
- #: modules/node_server.php:46
2570
  msgid "Toggle WordPress Menu for a full screen experience"
2571
  msgstr "Toggle WordPress Menu for a full screen experience"
2572
 
2573
- #: modules/node_server.php:78 modules/node_server.php:182
2574
- #: modules/node_server.php:874 modules/node_server.php:892
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
-
2582
- #: modules/node_server.php:109 modules/node_server.php:879
2583
  msgid "Invite Agent"
2584
  msgstr "Invite Agent"
2585
 
2586
- #: modules/node_server.php:110 modules/node_server.php:880
2587
  msgid "Invite Department"
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
 
2595
- #: modules/node_server.php:113
2596
  msgid "Transcript"
2597
  msgstr "Transcript"
2598
 
2599
- #: modules/node_server.php:114 modules/node_server.php:882
2600
  msgid "Leave chat"
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
 
2608
- #: modules/node_server.php:126
2609
  msgid "Something"
2610
  msgstr "Something"
2611
 
2612
- #: modules/node_server.php:137 modules/node_server.php:887
2613
  msgid "Join chat"
2614
  msgstr "Join chat"
2615
 
2616
- #: modules/node_server.php:138
2617
  msgid "Type here..."
2618
  msgstr "Type here..."
2619
 
2620
- #: modules/node_server.php:139
2621
  msgid "bold"
2622
  msgstr "bold"
2623
 
2624
- #: modules/node_server.php:139
2625
  msgid "italics"
2626
  msgstr "italics"
2627
 
2628
- #: modules/node_server.php:139
2629
  msgid "code"
2630
  msgstr "code"
2631
 
2632
- #: modules/node_server.php:139
2633
  msgid "preformatted"
2634
  msgstr "preformatted"
2635
 
2636
- #: modules/node_server.php:159
2637
  msgid "Filter the user list based on activity."
2638
  msgstr "Filter the user list based on activity."
2639
 
2640
- #: modules/node_server.php:164 modules/node_server.php:889
2641
  msgid "New Visitors (3 Min)"
2642
  msgstr "New Visitors (3 Min)"
2643
 
2644
- #: modules/node_server.php:165 modules/node_server.php:890
2645
  msgid "Active Chats"
2646
  msgstr "Active Chats"
2647
 
2648
- #: modules/node_server.php:166
2649
  msgid "Page URL"
2650
  msgstr "Page URL"
2651
 
2652
- #: modules/node_server.php:167 modules/node_server.php:891
2653
  msgid "Clear Filters"
2654
  msgstr "Clear Filters"
2655
 
2656
- #: modules/node_server.php:178
2657
  msgid "Contains"
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
 
2665
- #: modules/node_server.php:186 modules/node_server.php:894
2666
  msgid "Info"
2667
  msgstr "Info"
2668
 
2669
- #: modules/node_server.php:188 modules/node_server.php:896
2670
  msgid "Chat Status"
2671
  msgstr "Chat Status"
2672
 
2673
- #: modules/node_server.php:219 modules/node_server.php:898
2674
  msgid "Search Results"
2675
  msgstr "Search Results"
2676
 
2677
- #: modules/node_server.php:221 modules/node_server.php:899
2678
  msgid "No emoji found"
2679
  msgstr "No emoji found"
2680
 
2681
- #: modules/node_server.php:352 modules/node_server.php:360
2682
- #: modules/node_server.php:420 modules/node_server.php:428
2683
- msgid "Success"
2684
- msgstr "Success"
2685
-
2686
- #: modules/node_server.php:363 modules/node_server.php:431
2687
- msgid "Message data is corrupt"
2688
- msgstr "Message data is corrupt"
2689
-
2690
- #: modules/node_server.php:369 modules/node_server.php:437
2691
- msgid "Message data array not set"
2692
- msgstr "Message data array not set"
2693
-
2694
- #: modules/node_server.php:372 modules/node_server.php:440
2695
- msgid "Chat ID is not set"
2696
- msgstr "Chat ID is not set"
2697
-
2698
- #: modules/node_server.php:376 modules/node_server.php:444
2699
- msgid "No security nonce found"
2700
- msgstr "No security nonce found"
2701
-
2702
- #: modules/node_server.php:460
2703
  msgid "Error"
2704
  msgstr "Error"
2705
 
2706
- #: modules/node_server.php:460
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
 
2714
- #: modules/node_server.php:595
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
 
2726
- #: modules/node_server.php:612
2727
  msgid "Connection Error"
2728
  msgstr "Connection Error"
2729
 
2730
- #: modules/node_server.php:613
2731
  msgid ""
2732
  "We are having some trouble contacting the server. Please try again later."
2733
  msgstr ""
2734
  "We are having some trouble contacting the server. Please try again later."
2735
 
2736
- #: modules/node_server.php:651
2737
  msgid "Chat is disabled in settings area, re-enable"
2738
  msgstr "Chat is disabled in settings area, re-enable"
2739
 
2740
- #: modules/node_server.php:678
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"
@@ -2753,11 +2811,11 @@ msgstr ""
2753
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2754
  "chat"
2755
 
2756
- #: modules/node_server.php:797
2757
  msgid "Welcome to V8 of WP Live Chat by 3CX"
2758
  msgstr "Welcome to V8 of WP Live Chat by 3CX"
2759
 
2760
- #: modules/node_server.php:798
2761
  msgid ""
2762
  "Did you know, this version features high speed message delivery, agent to "
2763
  "agent chat, and a single window layout?"
@@ -2765,7 +2823,7 @@ msgstr ""
2765
  "Did you know, this version features high speed message delivery, agent to "
2766
  "agent chat, and a single window layout?"
2767
 
2768
- #: modules/node_server.php:799
2769
  msgid ""
2770
  "To activate this functionality please navigate to Live Chat -> Settings -> "
2771
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
@@ -2773,31 +2831,31 @@ msgstr ""
2773
  "To activate this functionality please navigate to Live Chat -> Settings -> "
2774
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
2775
 
2776
- #: modules/node_server.php:802
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
 
2788
- #: modules/node_server.php:875
2789
  msgid "Agent(s) Online"
2790
  msgstr "Agent(s) Online"
2791
 
2792
- #: modules/node_server.php:886
2793
  msgid "Events"
2794
  msgstr "Events"
2795
 
2796
- #: modules/node_server.php:888
2797
  msgid "Filters"
2798
  msgstr "Filters"
2799
 
2800
- #: modules/node_server.php:974
2801
  msgid ""
2802
  "You can transfer chats from within a chat by clicking on the in chat menu, "
2803
  "and selecting Transfer Chat or Transfer Department"
@@ -2805,7 +2863,7 @@ msgstr ""
2805
  "You can transfer chats from within a chat by clicking on the in chat menu, "
2806
  "and selecting Transfer Chat or Transfer Department"
2807
 
2808
- #: modules/node_server.php:975
2809
  msgid ""
2810
  "You can share files quickly when in a chat, by simply dragging a file into "
2811
  "the chat window!"
@@ -2813,11 +2871,11 @@ msgstr ""
2813
  "You can share files quickly when in a chat, by simply dragging a file into "
2814
  "the chat window!"
2815
 
2816
- #: modules/node_server.php:976
2817
  msgid "You can now move between chats without ending/closing an open chat"
2818
  msgstr "You can now move between chats without ending/closing an open chat"
2819
 
2820
- #: modules/node_server.php:1031
2821
  msgid "No quick responses found"
2822
  msgstr "No quick responses found"
2823
 
@@ -2849,7 +2907,7 @@ msgstr "Settings Changed"
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,84 +2967,83 @@ msgstr "Save Changes"
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."
2944
- msgstr ""
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,205 +3051,212 @@ msgstr ""
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,7 +3266,7 @@ msgstr ""
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,11 +3276,11 @@ msgstr ""
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,19 +3288,19 @@ msgstr ""
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,35 +3308,35 @@ msgstr ""
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,100 +3344,96 @@ msgstr ""
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,23 +3441,23 @@ msgstr ""
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,17 +3465,17 @@ msgstr ""
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,7 +3483,7 @@ msgstr ""
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,52 +3491,52 @@ msgstr ""
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,11 +3546,11 @@ msgstr ""
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
 
@@ -3515,6 +3575,61 @@ msgstr ""
3515
  msgid "3CX"
3516
  msgstr "3CX"
3517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3518
  #~ msgid "WP Live Chat Trigger"
3519
  #~ msgstr "WP Live Chat Trigger"
3520
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
+ "POT-Creation-Date: 2019-12-17 14:43+0100\n"
5
+ "PO-Revision-Date: 2019-12-17 14:43+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en_GB\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #: ajax/agent.php:167 ajax/user.php:126 wp-live-chat-support.php:88
25
+ #: wp-live-chat-support.php:4495
26
  msgid "Admin"
27
  msgstr "Admin"
28
 
29
+ #: ajax/agent.php:262 ajax/user.php:230
30
  msgid "Admin has closed and ended the chat"
31
  msgstr "Admin has closed and ended the chat"
32
 
33
+ #: functions.php:382 functions.php:399
34
  msgid "Accept Chat"
35
  msgstr "Accept Chat"
36
 
37
+ #: functions.php:390 functions.php:405
38
  msgid "Open Chat"
39
  msgstr "Open Chat"
40
 
41
+ #: functions.php:392
42
  msgid "In progress with another agent"
43
  msgstr "In progress with another agent"
44
 
45
+ #: functions.php:409
46
  msgid "Only chat agents can accept chats"
47
  msgstr "Only chat agents can accept chats"
48
 
49
+ #: functions.php:473 modules/api/agent/wplc-api-functions.php:413
50
  msgid "New"
51
  msgstr "New"
52
 
53
+ #: functions.php:475 modules/api/agent/wplc-api-functions.php:415
54
  msgid "Returning"
55
  msgstr "Returning"
56
 
57
+ #: functions.php:566
58
  msgid "No agent was able to answer your chat request. Please try again."
59
  msgstr "No agent was able to answer your chat request. Please try again."
60
 
61
+ #: functions.php:580 functions.php:4323 wp-live-chat-support.php:1634
62
  msgid "End Chat"
63
  msgstr "End Chat"
64
 
65
+ #: functions.php:966
66
  msgid "complete"
67
  msgstr "complete"
68
 
69
+ #: functions.php:969
70
  msgid "pending"
71
  msgstr "pending"
72
 
73
+ #: functions.php:972
74
  msgid "active"
75
  msgstr "active"
76
 
77
+ #: functions.php:975
78
  msgid "deleted"
79
  msgstr "deleted"
80
 
81
+ #: functions.php:978
82
  msgid "browsing"
83
  msgstr "browsing"
84
 
85
+ #: functions.php:981
86
  msgid "requesting chat"
87
  msgstr "requesting chat"
88
 
89
+ #: functions.php:984
90
  msgid "Chat Ended - User still browsing"
91
  msgstr "Chat Ended - User still browsing"
92
 
93
+ #: functions.php:987
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:1126 includes/settings_page.php:829
98
  msgid "WP Live Chat by 3CX - Offline Message from "
99
  msgstr "WP Live Chat by 3CX - Offline Message from "
100
 
101
+ #: functions.php:1127 functions.php:1451 includes/settings_page.php:181
102
+ #: includes/settings_page.php:454 includes/wplc_custom_fields.php:79
103
+ #: includes/wplc_data_triggers.php:455 includes/wplc_departments.php:175
104
+ #: includes/wplc_roi.php:138 modules/node_server.php:82
105
+ #: modules/node_server.php:128 wp-live-chat-support.php:1362
106
+ #: wp-live-chat-support.php:1385 wp-live-chat-support.php:1546
107
+ #: wp-live-chat-support.php:3043 wp-live-chat-support.php:3157
108
  msgid "Name"
109
  msgstr "Name"
110
 
111
+ #: functions.php:1128 functions.php:1452 includes/settings_page.php:177
112
+ #: modules/node_server.php:129 wp-live-chat-support.php:1363
113
+ #: wp-live-chat-support.php:1374 wp-live-chat-support.php:1547
114
+ #: wp-live-chat-support.php:3044 wp-live-chat-support.php:3158
115
  msgid "Email"
116
  msgstr "Email"
117
 
118
+ #: functions.php:1129 wp-live-chat-support.php:1548
119
+ #: wp-live-chat-support.php:3159 wp-live-chat-support.php:3912
120
+ #: wp-live-chat-support.php:3972
121
  msgid "Message"
122
  msgstr "Message"
123
 
124
+ #: functions.php:1130
125
  msgid "Via WP Live Chat by 3CX"
126
  msgstr "Via WP Live Chat by 3CX"
127
 
128
+ #: functions.php:1429 wp-live-chat-support.php:3006
129
  msgid "Error: Could not delete chat"
130
  msgstr "Error: Could not delete chat"
131
 
132
+ #: functions.php:1431 wp-live-chat-support.php:3008
133
  msgid "Chat Deleted"
134
  msgstr "Chat Deleted"
135
 
136
+ #: functions.php:1434 includes/wplc_custom_fields.php:35
137
+ #: includes/wplc_custom_fields.php:453 includes/wplc_custom_fields.php:474
138
+ #: includes/wplc_data_triggers.php:251 includes/wplc_data_triggers.php:269
139
+ #: includes/wplc_data_triggers.php:313 includes/wplc_data_triggers.php:501
140
+ #: includes/wplc_departments.php:303 includes/wplc_departments.php:323
141
+ #: includes/wplc_departments.php:358 includes/wplc_roi.php:368
142
+ #: includes/wplc_roi.php:387 includes/wplc_roi.php:424
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:244 modules/gdpr.php:258 modules/webhooks_manager.php:102
147
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
148
+ #: wp-live-chat-support.php:2971 wp-live-chat-support.php:2997
149
+ #: wp-live-chat-support.php:3882
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:1440 wp-live-chat-support.php:3013
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:1441 includes/settings_page.php:159
158
+ #: includes/wplc_custom_fields.php:275 wp-live-chat-support.php:3015
159
  msgid "Yes"
160
  msgstr "Yes"
161
 
162
+ #: functions.php:1441 includes/settings_page.php:160
163
+ #: includes/wplc_custom_fields.php:275 wp-live-chat-support.php:3016
164
  msgid "No"
165
  msgstr "No"
166
 
167
+ #: functions.php:1450 functions.php:2008 includes/settings_page.php:340
168
+ #: includes/settings_page.php:488 wp-live-chat-support.php:3042
169
+ #: wp-live-chat-support.php:3156
170
  msgid "Date"
171
  msgstr "Date"
172
 
173
+ #: functions.php:1453 functions.php:3835 wp-live-chat-support.php:3045
174
  msgid "URL"
175
  msgstr "URL"
176
 
177
+ #: functions.php:1454 includes/wplc_custom_fields.php:83
178
+ #: includes/wplc_data_triggers.php:460 includes/wplc_departments.php:176
179
+ #: includes/wplc_roi.php:142 modules/webhooks_manager.php:251
180
+ #: wp-live-chat-support.php:2094 wp-live-chat-support.php:3047
181
  msgid "Action"
182
  msgstr "Action"
183
 
184
+ #: functions.php:1468
185
  msgid "You have not missed any chat requests."
186
  msgstr "You have not missed any chat requests."
187
 
188
+ #: functions.php:1475 wp-live-chat-support.php:3062
189
  msgid "View Chat History"
190
  msgstr "View Chat History"
191
 
192
+ #: functions.php:1475 wp-live-chat-support.php:3063
193
  msgid "Download Chat History"
194
  msgstr "Download Chat History"
195
 
196
+ #: functions.php:1669
197
  msgid "Open chat window via"
198
  msgstr "Open chat window via"
199
 
200
+ #: functions.php:1673
201
  msgid "Click"
202
  msgstr "Click"
203
 
204
+ #: functions.php:1674
205
  msgid "Hover"
206
  msgstr "Hover"
207
 
208
+ #: functions.php:1676
209
  msgid "element with"
210
  msgstr "element with"
211
 
212
+ #: functions.php:1678
213
  msgid "Class"
214
  msgstr "Class"
215
 
216
+ #: functions.php:1679 includes/wplc_custom_fields.php:78
217
+ #: includes/wplc_data_triggers.php:454 includes/wplc_departments.php:174
218
+ #: includes/wplc_roi.php:137
219
  msgid "ID"
220
  msgstr "ID"
221
 
222
+ #: functions.php:1920 functions.php:1926 functions.php:1931
223
+ #: includes/dashboard_page.php:58 modules/node_server.php:138
224
+ #: modules/node_server.php:866 wp-live-chat-support.php:3659
225
  msgid "Quick Responses"
226
  msgstr "Quick Responses"
227
 
228
+ #: functions.php:1921 includes/settings_page.php:330
229
  msgid "Quick Response"
230
  msgstr "Quick Response"
231
 
232
+ #: functions.php:1922 functions.php:1925
233
  msgid "New Quick Response"
234
  msgstr "New Quick Response"
235
 
236
+ #: functions.php:1923 modules/node_server.php:875
237
  msgid "Add New Quick Response"
238
  msgstr "Add New Quick Response"
239
 
240
+ #: functions.php:1924
241
  msgid "Edit Quick Response"
242
  msgstr "Edit Quick Response"
243
 
244
+ #: functions.php:1927
245
  msgid "View Quick Responses"
246
  msgstr "View Quick Responses"
247
 
248
+ #: functions.php:1928
249
  msgid "Search Quick Responses"
250
  msgstr "Search Quick Responses"
251
 
252
+ #: functions.php:1929
253
  msgid "No Quick Responses found"
254
  msgstr "No Quick Responses found"
255
 
256
+ #: functions.php:1930
257
  msgid "No Quick Responses found in the Trash"
258
  msgstr "No Quick Responses found in the Trash"
259
 
260
+ #: functions.php:1935
261
  msgid "Quick Responses for WP Live Chat by 3CX"
262
  msgstr "Quick Responses for WP Live Chat by 3CX"
263
 
264
+ #: functions.php:1969
265
  msgid "Sort Order"
266
  msgstr "Sort Order"
267
 
268
+ #: functions.php:2005 includes/settings_page.php:339
269
  msgid "Title"
270
  msgstr "Title"
271
 
272
+ #: functions.php:2006
273
  msgid "Order"
274
  msgstr "Order"
275
 
276
+ #: functions.php:2007 includes/settings_page.php:1227
277
  msgid "Author"
278
  msgstr "Author"
279
 
280
+ #: functions.php:2050 wp-live-chat-support.php:185
281
  msgid "Press ENTER to send your message"
282
  msgstr "Press ENTER to send your message"
283
 
284
+ #: functions.php:2089 functions.php:2093
285
  msgid "Assign Quick Response"
286
  msgstr "Assign Quick Response"
287
 
288
+ #: functions.php:2096 includes/settings_page.php:1212
289
  msgid "Select"
290
  msgstr "Select"
291
 
292
+ #: functions.php:2102
293
  msgid "What is this?"
294
  msgstr "What is this?"
295
 
296
+ #: functions.php:2144
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:2150
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:2155
307
  #, php-format
308
  msgid "Log in: %s"
309
  msgstr "Log in: %s"
310
 
311
+ #: functions.php:2449
312
  msgid "Status (Online)"
313
  msgstr "Status (Online)"
314
 
315
+ #: functions.php:2450 functions.php:3275
316
  msgid "Online"
317
  msgstr "Online"
318
 
319
+ #: functions.php:2451 functions.php:3275
320
  msgid "Offline"
321
  msgstr "Offline"
322
 
323
+ #: functions.php:2452
324
  msgid "Status (Offline)"
325
  msgstr "Status (Offline)"
326
 
327
+ #: functions.php:2453 functions.php:3245
328
+ msgid "Chat Agent Online"
329
+ msgstr "Chat Agent Online"
330
+
331
+ #: functions.php:2454 functions.php:3247 functions.php:3251
332
+ msgid "Chat Agents Online"
333
+ msgstr "Chat Agents Online"
334
+
335
+ #: functions.php:2467
336
  msgid ""
337
  "You have set your status to offline. To view visitors and accept chats "
338
  "please set your status to online using the switch above."
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
 
343
+ #: functions.php:2537
344
  msgid "Encryption"
345
  msgstr "Encryption"
346
 
347
+ #: functions.php:2543 includes/settings_page.php:1269
348
+ #: wp-live-chat-support.php:3674
349
  msgid "Business Hours"
350
  msgstr "Business Hours"
351
 
352
+ #: functions.php:2677
353
  msgid "Initiate Chat"
354
  msgstr "Initiate Chat"
355
 
356
+ #: functions.php:2765
357
  msgid "Attempting to open the chat window... Please be patient."
358
  msgstr "Attempting to open the chat window... Please be patient."
359
 
360
+ #: functions.php:2780
361
  msgid ""
362
  "You are not a chat agent. Please make yourself a chat agent before trying to "
363
  "chat to visitors"
365
  "You are not a chat agent. Please make yourself a chat agent before trying to "
366
  "chat to visitors"
367
 
368
+ #: functions.php:2937
369
  msgid "Chat Agent"
370
  msgstr "Chat Agent"
371
 
372
+ #: functions.php:2945
373
  msgid "Make this user a chat agent"
374
  msgstr "Make this user a chat agent"
375
 
376
+ #: functions.php:2948
377
+ #| msgid "Your user role does not allow you to make yourself a chat agent."
378
+ msgid "Your user role does not allow you to set agent attribute."
379
+ msgstr "Your user role does not allow you to set agent attribute."
380
 
381
+ #: functions.php:2949
382
  msgid "Please contact the administrator of this website to change this."
383
  msgstr "Please contact the administrator of this website to change this."
384
 
385
+ #: functions.php:2963
386
  msgid "This chat has already been answered by another agent."
387
  msgstr "This chat has already been answered by another agent."
388
 
389
+ #: functions.php:3196 wp-live-chat-support.php:2047
390
  msgid "Agent(s) online"
391
  msgstr "Agent(s) online"
392
 
393
+ #: functions.php:3325 includes/settings_page.php:1202
394
+ #: wp-live-chat-support.php:1993
 
 
 
 
 
 
 
 
395
  msgid "Remove"
396
  msgstr "Remove"
397
 
398
+ #: functions.php:3328 wp-live-chat-support.php:1996
399
  msgid "Typing..."
400
  msgstr "Typing..."
401
 
402
+ #: functions.php:3636
403
  msgid "User Experience Ratings"
404
  msgstr "User Experience Ratings"
405
 
406
+ #: functions.php:3643
407
  msgid "Agent Statistics"
408
  msgstr "Agent Statistics"
409
 
410
+ #: functions.php:3676 functions.php:3691
411
  msgid "Satisfaction Rating"
412
  msgstr "Satisfaction Rating"
413
 
414
+ #: functions.php:3677 functions.php:3692
415
  msgid "Rating Count"
416
  msgstr "Rating Count"
417
 
418
+ #: functions.php:3677 functions.php:3692
419
  msgid "Good"
420
  msgstr "Good"
421
 
422
+ #: functions.php:3677 functions.php:3692
423
  msgid "Bad"
424
  msgstr "Bad"
425
 
426
+ #: functions.php:3733 includes/dashboard_page.php:56
427
+ #: wp-live-chat-support.php:785
428
  msgid "Reports"
429
  msgstr "Reports"
430
 
431
+ #: functions.php:3736 includes/wplc_roi.php:139
432
  msgid "Overview"
433
  msgstr "Overview"
434
 
435
+ #: functions.php:3737
436
  msgid "Popular Pages"
437
  msgstr "Popular Pages"
438
 
439
+ #: functions.php:3755
440
  msgid "Total Agents"
441
  msgstr "Total Agents"
442
 
443
+ #: functions.php:3755
444
  msgid "Total number of agents that used the live chat"
445
  msgstr "Total number of agents that used the live chat"
446
 
447
+ #: functions.php:3756
448
  msgid "Total Chats"
449
  msgstr "Total Chats"
450
 
451
+ #: functions.php:3756
452
  msgid "Total number of chats received"
453
  msgstr "Total number of chats received"
454
 
455
+ #: functions.php:3757
456
  msgid "Total URLs"
457
  msgstr "Total URLs"
458
 
459
+ #: functions.php:3757
460
  msgid "Total number of URLs a chat was initiated on"
461
  msgstr "Total number of URLs a chat was initiated on"
462
 
463
+ #: functions.php:3758
464
  msgid "Chats per day"
465
  msgstr "Chats per day"
466
 
467
+ #: functions.php:3759
468
  msgid "Popular pages a chat was initiated on"
469
  msgstr "Popular pages a chat was initiated on"
470
 
471
+ #: functions.php:3789 includes/wplc_custom_fields.php:316
472
  msgid "Unknown"
473
  msgstr "Unknown"
474
 
475
+ #: functions.php:3836
476
  msgid "Count"
477
  msgstr "Count"
478
 
479
+ #: functions.php:3862
480
  msgid "Enable Manual Chat Initiation:"
481
  msgstr "Enable Manual Chat Initiation:"
482
 
483
+ #: functions.php:3862
484
  msgid ""
485
  "Enabling this feature will allow agents to start a chat with website "
486
  "visitors. This feature increases server load while enabled."
488
  "Enabling this feature will allow agents to start a chat with website "
489
  "visitors. This feature increases server load while enabled."
490
 
491
+ #: functions.php:3866 modules/advanced_features.php:74
492
  msgid ""
493
  "This feature is only available when you select 3CX High Performance Cloud "
494
  "Servers in Advanced Features."
496
  "This feature is only available when you select 3CX High Performance Cloud "
497
  "Servers in Advanced Features."
498
 
499
+ #: functions.php:3953
500
  msgid "Thank you for inquiry. We will get back to you shortly"
501
  msgstr "Thank you for inquiry. We will get back to you shortly"
502
 
503
+ #: functions.php:4088
504
  msgid "The Live Chat box is currently disabled on your website due to:"
505
  msgstr "The Live Chat box is currently disabled on your website due to:"
506
 
507
+ #: functions.php:4089
508
  msgid "Business Hours Settings"
509
  msgstr "Business Hours Settings"
510
 
511
+ #: functions.php:4135
512
  msgid "Edit Profile"
513
  msgstr "Edit Profile"
514
 
515
+ #: functions.php:4146 modules/node_server.php:98 modules/node_server.php:722
516
  msgid "Drag Files Here"
517
  msgstr "Drag Files Here"
518
 
519
+ #: functions.php:4169 functions.php:4214 includes/wplc_custom_fields.php:107
520
+ #: includes/wplc_data_triggers.php:468 includes/wplc_data_triggers.php:606
521
+ #: includes/wplc_departments.php:184 includes/wplc_departments.php:474
522
+ #: includes/wplc_roi.php:150 includes/wplc_roi.php:569
523
  #: modules/webhooks_manager.php:263
524
  msgid "Delete"
525
  msgstr "Delete"
526
 
527
+ #: functions.php:4170
528
  msgid "Send..."
529
  msgstr "Send..."
530
 
531
+ #: functions.php:4171 functions.php:4216
532
  msgid "Play voice note"
533
  msgstr "Play voice note"
534
 
535
+ #: functions.php:4215
536
  msgid "Save..."
537
  msgstr "Save..."
538
 
539
+ #: functions.php:4317 wp-live-chat-support.php:1014
540
+ #: wp-live-chat-support.php:2489
541
  msgid "is typing..."
542
  msgstr "is typing..."
543
 
544
+ #: functions.php:4319
545
  msgid "There are no visitors on your site at the moment"
546
  msgstr "There are no visitors on your site at the moment"
547
 
548
+ #: functions.php:4320
549
  msgid "Connection to the server lost, reconnecting..."
550
  msgstr "Connection to the server lost, reconnecting..."
551
 
552
+ #: functions.php:4321
553
  msgid "Agent offline - not accepting chats"
554
  msgstr "Agent offline - not accepting chats"
555
 
556
+ #: functions.php:4322 modules/node_server.php:103 wp-live-chat-support.php:1628
557
+ msgid "Minimize Chat"
558
+ msgstr "Minimize Chat"
559
+
560
+ #: functions.php:4341
561
  msgid "An error has occured while fetching the news feed."
562
  msgstr "An error has occured while fetching the news feed."
563
 
564
+ #: functions.php:4438
565
  msgid "Default"
566
  msgstr "Default"
567
 
568
+ #: functions.php:4739
569
  msgid "You do not have permission to perform this action"
570
  msgstr "You do not have permission to perform this action"
571
 
572
  #: includes/blocks/wplc-chat-box/index.php:30
573
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3675
574
  msgid "Gutenberg Blocks"
575
  msgstr "Gutenberg Blocks"
576
 
618
  msgid "Displays the chosen icon"
619
  msgstr "Displays the chosen icon"
620
 
621
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1022
622
+ #: wp-live-chat-support.php:1665
623
  msgid "Type here"
624
  msgstr "Type here"
625
 
626
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:756
627
  msgid "Live Chat"
628
  msgstr "Live Chat"
629
 
630
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:757
631
  msgid "Dashboard"
632
  msgstr "Dashboard"
633
 
644
  msgid "Missed"
645
  msgstr "Missed"
646
 
647
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:763
648
+ #: wp-live-chat-support.php:3099
649
  msgid "History"
650
  msgstr "History"
651
 
652
+ #: includes/dashboard_page.php:57 includes/settings_page.php:125
653
+ #: includes/settings_page.php:759 modules/advanced_tools.php:84
654
+ #: wp-live-chat-support.php:765 wp-live-chat-support.php:3139
655
+ #: wp-live-chat-support.php:3660
656
  msgid "Offline Messages"
657
  msgstr "Offline Messages"
658
 
661
  msgid "Tools"
662
  msgstr "Tools"
663
 
664
+ #: includes/dashboard_page.php:60 includes/settings_page.php:88
665
+ #: wp-live-chat-support.php:758
666
  msgid "Settings"
667
  msgstr "Settings"
668
 
694
  msgid "Latest News"
695
  msgstr "Latest News"
696
 
697
+ #: includes/modal_control.php:27 modules/node_server.php:60
698
+ #: modules/node_server.php:715
699
  msgid "Please Confirm"
700
  msgstr "Please Confirm"
701
 
704
  msgstr "Are you sure?"
705
 
706
  #: includes/modal_control.php:39 includes/wplc_custom_fields.php:164
707
+ #: includes/wplc_custom_fields.php:249 includes/wplc_data_triggers.php:607
708
+ #: includes/wplc_departments.php:251 includes/wplc_departments.php:475
709
+ #: includes/wplc_roi.php:246 includes/wplc_roi.php:570
710
+ #: modules/node_server.php:64 modules/node_server.php:717
711
  #: modules/webhooks_manager.php:342
712
  msgid "Cancel"
713
  msgstr "Cancel"
714
 
715
+ #: includes/modal_control.php:40 modules/node_server.php:63
716
+ #: modules/node_server.php:716 modules/webhooks_manager.php:341
717
  msgid "Confirm"
718
  msgstr "Confirm"
719
 
720
+ #: includes/notification_control.php:22
721
  msgid "User is browsing"
722
  msgstr "User is browsing"
723
 
724
+ #: includes/notification_control.php:33 includes/notification_control.php:66
725
+ #: includes/notification_control.php:111 includes/wplc_transfer_chats.php:472
726
+ #: includes/wplc_transfer_chats.php:493 includes/wplc_transfer_chats.php:556
727
+ #: includes/wplc_transfer_chats.php:592
728
  msgid "System notification"
729
  msgstr "System notification"
730
 
731
+ #: includes/notification_control.php:106
732
  msgid "has joined the chat."
733
  msgstr "has joined the chat."
734
 
735
+ #: includes/settings_page.php:115 includes/settings_page.php:153
736
+ #: wp-live-chat-support.php:3671
737
  msgid "General Settings"
738
  msgstr "General Settings"
739
 
740
+ #: includes/settings_page.php:120
741
  msgid "Chat Box"
742
  msgstr "Chat Box"
743
 
744
+ #: includes/settings_page.php:130 includes/settings_page.php:935
745
  msgid "Styling"
746
  msgstr "Styling"
747
 
748
+ #: includes/settings_page.php:135 modules/node_server.php:89
749
+ #: modules/node_server.php:721
750
  msgid "Agents"
751
  msgstr "Agents"
752
 
753
+ #: includes/settings_page.php:140
754
  msgid "Blocked Visitors"
755
  msgstr "Blocked Visitors"
756
 
757
+ #: includes/settings_page.php:156
758
  msgid "Chat enabled"
759
  msgstr "Chat enabled"
760
 
761
+ #: includes/settings_page.php:168
762
  msgid "Required Chat Box Fields"
763
  msgstr "Required Chat Box Fields"
764
 
765
+ #: includes/settings_page.php:168
766
  msgid "Set default fields that will be displayed when users starting a chat"
767
  msgstr "Set default fields that will be displayed when users starting a chat"
768
 
769
+ #: includes/settings_page.php:173
770
  msgid "Name and email"
771
  msgstr "Name and email"
772
 
773
+ #: includes/settings_page.php:185
774
  msgid "No fields"
775
  msgstr "No fields"
776
 
777
+ #: includes/settings_page.php:191
778
  msgid "Default visitor name"
779
  msgstr "Default visitor name"
780
 
781
+ #: includes/settings_page.php:191
782
  msgid "This name will be displayed for all not logged in visitors"
783
  msgstr "This name will be displayed for all not logged in visitors"
784
 
785
+ #: includes/settings_page.php:199
 
 
 
 
786
  msgid "Input Field Replacement Text"
787
  msgstr "Input Field Replacement Text"
788
 
789
+ #: includes/settings_page.php:199
790
  msgid "This is the text that will show in place of the Name And Email fields"
791
  msgstr "This is the text that will show in place of the Name And Email fields"
792
 
793
+ #: includes/settings_page.php:207
794
+ msgid "Enable On Mobile Devices"
795
+ msgstr "Enable On Mobile Devices"
796
 
797
+ #: includes/settings_page.php:207
798
  msgid ""
799
+ "Disabling this will mean that the Chat Box will not be displayed on mobile "
800
+ "devices. (Smartphones and Tablets)"
801
  msgstr ""
802
+ "Disabling this will mean that the Chat Box will not be displayed on mobile "
803
+ "devices. (Smartphones and Tablets)"
804
 
805
+ #: includes/settings_page.php:217
806
  msgid "Play a sound when there is a new visitor"
807
  msgstr "Play a sound when there is a new visitor"
808
 
809
+ #: includes/settings_page.php:217
810
  msgid ""
811
  "Disable this to mute the sound that is played when a new visitor arrives"
812
  msgstr ""
813
  "Disable this to mute the sound that is played when a new visitor arrives"
814
 
815
+ #: includes/settings_page.php:226
816
  msgid "Play a sound when a new message is received"
817
  msgstr "Play a sound when a new message is received"
818
 
819
+ #: includes/settings_page.php:226
820
  msgid ""
821
  "Disable this to mute the sound that is played when a new chat message is "
822
  "received"
824
  "Disable this to mute the sound that is played when a new chat message is "
825
  "received"
826
 
827
+ #: includes/settings_page.php:235
828
  msgid "Enable Font Awesome set"
829
  msgstr "Enable Font Awesome set"
830
 
831
+ #: includes/settings_page.php:235
832
  msgid "Disable this if you have Font Awesome set included with your theme"
833
  msgstr "Disable this if you have Font Awesome set included with your theme"
834
 
835
+ #: includes/settings_page.php:243
836
  msgid "Enable chat dashboard and notifications on all admin pages"
837
  msgstr "Enable chat dashboard and notifications on all admin pages"
838
 
839
+ #: includes/settings_page.php:243
840
  msgid "This will load the chat dashboard on every admin page."
841
  msgstr "This will load the chat dashboard on every admin page."
842
 
843
+ #: includes/settings_page.php:251
844
  msgid "Delete database entries on uninstall"
845
  msgstr "Delete database entries on uninstall"
846
 
847
+ #: includes/settings_page.php:251
848
  msgid ""
849
  "This will delete all WP Live Chat by 3CX related database entries such as "
850
  "options and chats on uninstall."
852
  "This will delete all WP Live Chat by 3CX related database entries such as "
853
  "options and chats on uninstall."
854
 
855
+ #: includes/settings_page.php:262
856
  msgid "Agents can set their online status"
857
  msgstr "Agents can set their online status"
858
 
859
+ #: includes/settings_page.php:262
860
  msgid ""
861
  "Checking this will allow you to change your status to Online or Offline on "
862
  "the Live Chat page."
864
  "Checking this will allow you to change your status to Online or Offline on "
865
  "the Live Chat page."
866
 
867
+ #: includes/settings_page.php:262
868
  msgid "If this option is disabled, agents will be always automatically online."
869
  msgstr ""
870
  "If this option is disabled, agents will be always automatically online."
871
 
872
+ #: includes/settings_page.php:273
873
  msgid "Exclude chat from 'Home' page:"
874
  msgstr "Exclude chat from 'Home' page:"
875
 
876
+ #: includes/settings_page.php:273
877
  msgid ""
878
  "Leaving this unchecked will allow the chat window to display on your home "
879
  "page."
881
  "Leaving this unchecked will allow the chat window to display on your home "
882
  "page."
883
 
884
+ #: includes/settings_page.php:281
885
  msgid "Exclude chat from 'Archive' pages:"
886
  msgstr "Exclude chat from 'Archive' pages:"
887
 
888
+ #: includes/settings_page.php:281
889
  msgid ""
890
  "Leaving this unchecked will allow the chat window to display on your archive "
891
  "pages."
893
  "Leaving this unchecked will allow the chat window to display on your archive "
894
  "pages."
895
 
896
+ #: includes/settings_page.php:289
897
  msgid "Include chat window on the following pages:"
898
  msgstr "Include chat window on the following pages:"
899
 
900
+ #: includes/settings_page.php:289
901
  msgid ""
902
  "Show the chat window on the following pages. Leave blank to show on all. "
903
  "(Use comma-separated Page ID's)"
905
  "Show the chat window on the following pages. Leave blank to show on all. "
906
  "(Use comma-separated Page ID's)"
907
 
908
+ #: includes/settings_page.php:297
909
  msgid "Exclude chat window on the following pages:"
910
  msgstr "Exclude chat window on the following pages:"
911
 
912
+ #: includes/settings_page.php:297
913
  msgid ""
914
  "Do not show the chat window on the following pages. Leave blank to show on "
915
  "all. (Use comma-separated Page ID's)"
917
  "Do not show the chat window on the following pages. Leave blank to show on "
918
  "all. (Use comma-separated Page ID's)"
919
 
920
+ #: includes/settings_page.php:305
921
  msgid "Exclude chat window on selected post types"
922
  msgstr "Exclude chat window on selected post types"
923
 
924
+ #: includes/settings_page.php:305
925
  msgid "Do not show the chat window on the following post types pages."
926
  msgstr "Do not show the chat window on the following post types pages."
927
 
928
+ #: includes/settings_page.php:324
929
  msgid "No post types found."
930
  msgstr "No post types found."
931
 
932
+ #: includes/settings_page.php:335
 
 
 
 
 
 
 
 
 
 
 
 
933
  msgid "Order by"
934
  msgstr "Order by"
935
 
936
+ #: includes/settings_page.php:341
937
  msgid "Number"
938
  msgstr "Number"
939
 
940
+ #: includes/settings_page.php:347
941
  msgid "Sort"
942
  msgstr "Sort"
943
 
944
+ #: includes/settings_page.php:351
945
  msgid "Descending"
946
  msgstr "Descending"
947
 
948
+ #: includes/settings_page.php:352
949
  msgid "Ascending"
950
  msgstr "Ascending"
951
 
952
+ #: includes/settings_page.php:359
953
+ #| msgid "Localization"
954
+ msgid "Geolocalization"
955
+ msgstr "Geolocalization"
956
+
957
+ #: includes/settings_page.php:363
958
+ msgid "Detect Visitors Country"
959
+ msgstr "Detect Visitors Country"
960
+
961
+ #: includes/settings_page.php:367
962
+ #, php-format
963
+ msgid ""
964
+ "This feature requires the use of the GeoIP Detection plugin. Install it by "
965
+ "going %s"
966
+ msgstr ""
967
+ "This feature requires the use of the GeoIP Detection plugin. Install it by "
968
+ "going %s"
969
+
970
+ #: includes/settings_page.php:367 includes/wplc_departments.php:585
971
+ #: modules/node_server.php:501 wp-live-chat-support.php:2030
972
+ msgid "here"
973
+ msgstr "here"
974
+
975
+ #: includes/settings_page.php:368
976
+ #| msgid ""
977
+ #| "This feature is only available when you select 3CX High Performance Cloud "
978
+ #| "Servers in Advanced Features."
979
+ msgid ""
980
+ "This feature is only available when '3CX High Performance Cloud Servers' is "
981
+ "ticked in the 'Settings > Advanced Features section'."
982
+ msgstr ""
983
+ "This feature is only available when '3CX High Performance Cloud Servers' is "
984
+ "ticked in the 'Settings > Advanced Features section'."
985
+
986
+ #: includes/settings_page.php:374
987
  msgid "Voice Notes"
988
  msgstr "Voice Notes"
989
 
990
+ #: includes/settings_page.php:378
991
  msgid "Enable Voice Notes on admin side"
992
  msgstr "Enable Voice Notes on admin side"
993
 
994
+ #: includes/settings_page.php:380
995
  msgid ""
996
  "Enabling this will allow you to record the voice during the chat and send it "
997
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
999
  "Enabling this will allow you to record the voice during the chat and send it "
1000
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
1001
 
1002
+ #: includes/settings_page.php:388
1003
  msgid "Enable Voice Notes on visitor side"
1004
  msgstr "Enable Voice Notes on visitor side"
1005
 
1006
+ #: includes/settings_page.php:390
1007
  msgid ""
1008
  "Enabling this will allow the visitors to record the voice during the chat "
1009
  "and send it to agent once they hold on CTRL + SPACEBAR"
1011
  "Enabling this will allow the visitors to record the voice during the chat "
1012
  "and send it to agent once they hold on CTRL + SPACEBAR"
1013
 
1014
+ #: includes/settings_page.php:404 wp-live-chat-support.php:3672
1015
  msgid "Chat Box Settings"
1016
  msgstr "Chat Box Settings"
1017
 
1018
+ #: includes/settings_page.php:407
1019
  msgid "Alignment"
1020
  msgstr "Alignment"
1021
 
1022
+ #: includes/settings_page.php:410
1023
  msgid "Bottom left"
1024
  msgstr "Bottom left"
1025
 
1026
+ #: includes/settings_page.php:411
1027
  msgid "Bottom right"
1028
  msgstr "Bottom right"
1029
 
1030
+ #: includes/settings_page.php:412
1031
  msgid "Left"
1032
  msgstr "Left"
1033
 
1034
+ #: includes/settings_page.php:413
1035
  msgid "Right"
1036
  msgstr "Right"
1037
 
1038
+ #: includes/settings_page.php:420
1039
+ msgid "Chat box height (percent of the page)"
1040
+ msgstr "Chat box height (percent of the page)"
1041
+
1042
+ #: includes/settings_page.php:425
1043
+ msgid "Use absolute height"
1044
+ msgstr "Use absolute height"
1045
 
1046
+ #: includes/settings_page.php:436
1047
+ msgid "Automatic Chatbox Pop-Up"
1048
+ msgstr "Automatic Chatbox Pop-Up"
1049
+
1050
+ #: includes/settings_page.php:436
1051
  msgid ""
1052
  "Expand the chat box automatically (prompts the user to enter their name and "
1053
  "email address)."
1055
  "Expand the chat box automatically (prompts the user to enter their name and "
1056
  "email address)."
1057
 
1058
+ #: includes/settings_page.php:440
1059
+ #| msgid "Disable Emojis"
1060
+ msgid "Disabled"
1061
+ msgstr "Disabled"
1062
+
1063
+ #: includes/settings_page.php:441
1064
+ msgid "No Forms - Only show 'Start Chat' button"
1065
+ msgstr "No Forms - Only show 'Start Chat' button"
1066
+
1067
+ #: includes/settings_page.php:442
1068
+ msgid "All Forms - Show chatbox forms and fields"
1069
+ msgstr "All Forms - Show chatbox forms and fields"
1070
+
1071
+ #: includes/settings_page.php:444
1072
+ msgid "Pop-up only when agents are online"
1073
+ msgstr "Pop-up only when agents are online"
1074
+
1075
+ #: includes/settings_page.php:445
1076
+ msgid "Pop-up for mobile users"
1077
+ msgstr "Pop-up for mobile users"
1078
+
1079
+ #: includes/settings_page.php:451
1080
  msgid "Display for chat message:"
1081
  msgstr "Display for chat message:"
1082
 
1083
+ #: includes/settings_page.php:455
1084
  msgid "Avatar"
1085
  msgstr "Avatar"
1086
 
1087
+ #: includes/settings_page.php:460
1088
  msgid "Display typing indicator"
1089
  msgstr "Display typing indicator"
1090
 
1091
+ #: includes/settings_page.php:460
1092
  msgid ""
1093
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1094
  "visitor is typing."
1096
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1097
  "visitor is typing."
1098
 
1099
+ #: includes/settings_page.php:464
1100
+ #| msgid ""
1101
+ #| "For non-cloud server users, please note that this will increase the "
1102
+ #| "amount of server resources required."
1103
  msgid ""
1104
+ "For on premise server chat users, please note that this will increase the "
1105
+ "amount of resources required on your server."
1106
  msgstr ""
1107
+ "For on premise server chat users, please note that this will increase the "
1108
+ "amount of resources required on your server."
1109
 
1110
+ #: includes/settings_page.php:469
1111
  msgid "Chat box for logged in users only:"
1112
  msgstr "Chat box for logged in users only:"
1113
 
1114
+ #: includes/settings_page.php:469
1115
  msgid ""
1116
  "By checking this, only users that are logged in will be able to chat with "
1117
  "you."
1119
  "By checking this, only users that are logged in will be able to chat with "
1120
  "you."
1121
 
1122
+ #: includes/settings_page.php:477
1123
+ msgid "Use Logged In User Details"
1124
+ msgstr "Use Logged In User Details"
1125
+
1126
+ #: includes/settings_page.php:477
1127
+ msgid ""
1128
+ "A user's Name and Email Address will be used by default if they are logged "
1129
+ "in."
1130
+ msgstr ""
1131
+ "A user's Name and Email Address will be used by default if they are logged "
1132
+ "in."
1133
+
1134
+ #: includes/settings_page.php:485
1135
  msgid "Display a timestamp in the chat window:"
1136
  msgstr "Display a timestamp in the chat window:"
1137
 
1138
+ #: includes/settings_page.php:489 wp-live-chat-support.php:2089
1139
  msgid "Time"
1140
  msgstr "Time"
1141
 
1142
+ #: includes/settings_page.php:494
1143
  msgid "Redirect to “Thank You” page on chat end:"
1144
  msgstr "Redirect to “Thank You” page on chat end:"
1145
 
1146
+ #: includes/settings_page.php:494
1147
  msgid ""
1148
  "By checking this, users will be redirected to your thank you page when a "
1149
  "chat is completed."
1151
  "By checking this, users will be redirected to your thank you page when a "
1152
  "chat is completed."
1153
 
1154
+ #: includes/settings_page.php:498
1155
  msgid "Thank You Page URL"
1156
  msgstr "Thank You Page URL"
1157
 
1158
+ #: includes/settings_page.php:508
1159
  msgid "Disable Emojis"
1160
  msgstr "Disable Emojis"
1161
 
1162
+ #: includes/settings_page.php:525
1163
  msgid "User / Agent name"
1164
  msgstr "User / Agent name"
1165
 
1166
+ #: includes/settings_page.php:533
1167
  msgid "Use WordPress name"
1168
  msgstr "Use WordPress name"
1169
 
1170
+ #: includes/settings_page.php:536
1171
  msgid "Note: 'Name' field will be ignored"
1172
  msgstr "Note: 'Name' field will be ignored"
1173
 
1174
+ #: includes/settings_page.php:568
1175
  msgid "Incoming chat ring tone"
1176
  msgstr "Incoming chat ring tone"
1177
 
1178
+ #: includes/settings_page.php:584
1179
  msgid "Incoming message tone"
1180
  msgstr "Incoming message tone"
1181
 
1182
+ #: includes/settings_page.php:601
1183
  msgid "Icon"
1184
  msgstr "Icon"
1185
 
1186
+ #: includes/settings_page.php:609
1187
  msgid "Upload Icon"
1188
  msgstr "Upload Icon"
1189
 
1190
+ #: includes/settings_page.php:610 includes/settings_page.php:615
1191
  msgid "Select Default Icon"
1192
  msgstr "Select Default Icon"
1193
 
1194
+ #: includes/settings_page.php:612
 
 
 
 
1195
  msgid "Recommended Size 50px x 50px"
1196
  msgstr "Recommended Size 50px x 50px"
1197
 
1198
+ #: includes/settings_page.php:655
1199
  msgid "Picture"
1200
  msgstr "Picture"
1201
 
1202
+ #: includes/settings_page.php:663
1203
  msgid "Upload Image"
1204
  msgstr "Upload Image"
1205
 
1206
+ #: includes/settings_page.php:664
1207
+ #| msgid "Select Default Icon"
1208
+ msgid "Select Default Image"
1209
+ msgstr "Select Default Image"
1210
+
1211
+ #: includes/settings_page.php:667
1212
  msgid "Remove Image"
1213
  msgstr "Remove Image"
1214
 
1215
+ #: includes/settings_page.php:668
1216
  msgid "Recommended Size 60px x 60px"
1217
  msgstr "Recommended Size 60px x 60px"
1218
 
1219
+ #: includes/settings_page.php:675
1220
  msgid "Logo"
1221
  msgstr "Logo"
1222
 
1223
+ #: includes/settings_page.php:683
1224
  msgid "Upload Logo"
1225
  msgstr "Upload Logo"
1226
 
1227
+ #: includes/settings_page.php:685
1228
  msgid "Remove Logo"
1229
  msgstr "Remove Logo"
1230
 
1231
+ #: includes/settings_page.php:686
1232
  msgid "Recommended Size 250px x 40px"
1233
  msgstr "Recommended Size 250px x 40px"
1234
 
1235
+ #: includes/settings_page.php:692
1236
  msgid "Chat button delayed startup (seconds)"
1237
  msgstr "Chat button delayed startup (seconds)"
1238
 
1239
+ #: includes/settings_page.php:692
1240
  msgid "How long to delay showing the Live Chat button on a page"
1241
  msgstr "How long to delay showing the Live Chat button on a page"
1242
 
1243
+ #: includes/settings_page.php:701
1244
  msgid "Chat notifications"
1245
  msgstr "Chat notifications"
1246
 
1247
+ #: includes/settings_page.php:701
1248
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1249
  msgstr ""
1250
  "Alert me via email as soon as someone wants to chat (while online only)"
1251
 
1252
+ #: includes/settings_page.php:710
1253
  msgid "User Experience"
1254
  msgstr "User Experience"
1255
 
1256
+ #: includes/settings_page.php:714
1257
  msgid "Share files"
1258
  msgstr "Share files"
1259
 
1260
+ #: includes/settings_page.php:714
1261
  msgid "Adds file sharing to your chat box!"
1262
  msgstr "Adds file sharing to your chat box!"
1263
 
1264
+ #: includes/settings_page.php:718
1265
  msgid "Visitor experience ratings"
1266
  msgstr "Visitor experience ratings"
1267
 
1268
+ #: includes/settings_page.php:718
1269
  msgid "Allows users to rate the chat experience with an agent."
1270
  msgstr "Allows users to rate the chat experience with an agent."
1271
 
1272
+ #: includes/settings_page.php:724 includes/settings_page.php:1050
1273
  msgid "Social"
1274
  msgstr "Social"
1275
 
1276
+ #: includes/settings_page.php:728
1277
  msgid "Facebook URL"
1278
  msgstr "Facebook URL"
1279
 
1280
+ #: includes/settings_page.php:728
1281
  msgid "Link your Facebook page here. Leave blank to hide"
1282
  msgstr "Link your Facebook page here. Leave blank to hide"
1283
 
1284
+ #: includes/settings_page.php:729
1285
  msgid "Facebook URL..."
1286
  msgstr "Facebook URL..."
1287
 
1288
+ #: includes/settings_page.php:740
1289
  msgid "Twitter URL"
1290
  msgstr "Twitter URL"
1291
 
1292
+ #: includes/settings_page.php:740
1293
  msgid "Link your Twitter page here. Leave blank to hide"
1294
  msgstr "Link your Twitter page here. Leave blank to hide"
1295
 
1296
+ #: includes/settings_page.php:741
1297
  msgid "Twitter URL..."
1298
  msgstr "Twitter URL..."
1299
 
1300
+ #: includes/settings_page.php:763
1301
  msgid "Disable offline messages"
1302
  msgstr "Disable offline messages"
1303
 
1304
+ #: includes/settings_page.php:763
1305
  msgid ""
1306
  "The chat window will be hidden when it is offline. Users will not be able to "
1307
  "send offline messages to you"
1309
  "The chat window will be hidden when it is offline. Users will not be able to "
1310
  "send offline messages to you"
1311
 
1312
+ #: includes/settings_page.php:770
1313
  msgid "Offline Form Title"
1314
  msgstr "Offline Form Title"
1315
 
1316
+ #: includes/settings_page.php:778
1317
  msgid "Offline form initial message"
1318
  msgstr "Offline form initial message"
1319
 
1320
+ #: includes/settings_page.php:784
1321
  msgid "Offline form message on send"
1322
  msgstr "Offline form message on send"
1323
 
1324
+ #: includes/settings_page.php:790
1325
  msgid "Offline form finish message"
1326
  msgstr "Offline form finish message"
1327
 
1328
+ #: includes/settings_page.php:796
1329
  msgid "Offline Button Text"
1330
  msgstr "Offline Button Text"
1331
 
1332
+ #: includes/settings_page.php:802
1333
  msgid "Offline Send Button Text"
1334
  msgstr "Offline Send Button Text"
1335
 
1336
+ #: includes/settings_page.php:810
1337
  msgid "Email settings"
1338
  msgstr "Email settings"
1339
 
1340
+ #: includes/settings_page.php:816
1341
  msgid "Send to agent(s)"
1342
  msgstr "Send to agent(s)"
1343
 
1344
+ #: includes/settings_page.php:816
1345
  msgid ""
1346
  "Email address where offline messages are delivered to. Use comma separated "
1347
  "email addresses to send to more than one email address"
1349
  "Email address where offline messages are delivered to. Use comma separated "
1350
  "email addresses to send to more than one email address"
1351
 
1352
+ #: includes/settings_page.php:826
1353
  msgid "Subject"
1354
  msgstr "Subject"
1355
 
1356
+ #: includes/settings_page.php:826
1357
  msgid "User name will be appended to the end of the subject."
1358
  msgstr "User name will be appended to the end of the subject."
1359
 
1360
+ #: includes/settings_page.php:839
1361
  msgid "Auto-respond to visitor"
1362
  msgstr "Auto-respond to visitor"
1363
 
1364
+ #: includes/settings_page.php:839
1365
  msgid "Send your visitors an email as soon as they send you an offline message"
1366
  msgstr ""
1367
  "Send your visitors an email as soon as they send you an offline message"
1368
 
1369
+ #: includes/settings_page.php:845
1370
  msgid "Auto-responder 'From' name"
1371
  msgstr "Auto-responder 'From' name"
1372
 
1373
+ #: includes/settings_page.php:851
1374
  msgid "Auto-responder 'From' email"
1375
  msgstr "Auto-responder 'From' email"
1376
 
1377
+ #: includes/settings_page.php:857
1378
  msgid "Auto-responder subject"
1379
  msgstr "Auto-responder subject"
1380
 
1381
+ #: includes/settings_page.php:863
1382
  msgid "Auto-responder body"
1383
  msgstr "Auto-responder body"
1384
 
1385
+ #: includes/settings_page.php:866
1386
  msgid "HTML and the following shortcodes can be used"
1387
  msgstr "HTML and the following shortcodes can be used"
1388
 
1389
+ #: includes/settings_page.php:866
1390
  msgid "User's name"
1391
  msgstr "User's name"
1392
 
1393
+ #: includes/settings_page.php:866
1394
  msgid "User's email address"
1395
  msgstr "User's email address"
1396
 
1397
+ #: includes/settings_page.php:942
1398
  msgid "Color scheme"
1399
  msgstr "Color scheme"
1400
 
1401
+ #: includes/settings_page.php:998
1402
  msgid "Custom Scheme"
1403
  msgstr "Custom Scheme"
1404
 
1405
+ #: includes/settings_page.php:1018
1406
  msgid "Palette Color 1"
1407
  msgstr "Palette Color 1"
1408
 
1409
+ #: includes/settings_page.php:1024
1410
  msgid "Palette Color 2"
1411
  msgstr "Palette Color 2"
1412
 
1413
+ #: includes/settings_page.php:1030
1414
  msgid "Palette Color 3"
1415
  msgstr "Palette Color 3"
1416
 
1417
+ #: includes/settings_page.php:1036
1418
  msgid "Palette Color 4"
1419
  msgstr "Palette Color 4"
1420
 
1421
+ #: includes/settings_page.php:1043
1422
  msgid "Chat background"
1423
  msgstr "Chat background"
1424
 
1425
+ #: includes/settings_page.php:1047
1426
  msgid "Cloudy"
1427
  msgstr "Cloudy"
1428
 
1429
+ #: includes/settings_page.php:1048
1430
  msgid "Geometry"
1431
  msgstr "Geometry"
1432
 
1433
+ #: includes/settings_page.php:1049
1434
  msgid "Tech"
1435
  msgstr "Tech"
1436
 
1437
+ #: includes/settings_page.php:1051 includes/wplc_roi.php:156
1438
+ #: modules/node_server.php:771
1439
  msgid "None"
1440
  msgstr "None"
1441
 
1442
+ #: includes/settings_page.php:1057
1443
  msgid "Use localization plugin"
1444
  msgstr "Use localization plugin"
1445
 
1446
+ #: includes/settings_page.php:1060
1447
  #, php-format
1448
+ #| msgid ""
1449
+ #| "Enable this if you are using a localization plugin. Should you wish to "
1450
+ #| "change the below strings with this option enabled, please visit the "
1451
+ #| "documentation %s"
1452
  msgid ""
1453
  "Enable this if you are using a localization plugin. Should you wish to "
1454
+ "change the below strings with this option enabled, please visit %sthe "
1455
+ "documentation%s"
1456
  msgstr ""
1457
  "Enable this if you are using a localization plugin. Should you wish to "
1458
+ "change the below strings with this option enabled, please visit %sthe "
1459
+ "documentation%s"
1460
 
1461
+ #: includes/settings_page.php:1066
 
 
 
 
 
1462
  msgid "Chat box title"
1463
  msgstr "Chat box title"
1464
 
1465
+ #: includes/settings_page.php:1072
1466
  msgid "Chat box sub-title"
1467
  msgstr "Chat box sub-title"
1468
 
1469
+ #: includes/settings_page.php:1078
1470
  msgid "Chat box intro"
1471
  msgstr "Chat box intro"
1472
 
1473
+ #: includes/settings_page.php:1084
1474
  msgid "Start chat button label"
1475
  msgstr "Start chat button label"
1476
 
1477
+ #: includes/settings_page.php:1090
1478
  msgid "Start chat status message"
1479
  msgstr "Start chat status message"
1480
 
1481
+ #: includes/settings_page.php:1096
1482
  msgid "Re-activate chat message"
1483
  msgstr "Re-activate chat message"
1484
 
1485
+ #: includes/settings_page.php:1104
1486
  msgid "Welcome message"
1487
  msgstr "Welcome message"
1488
 
1489
+ #: includes/settings_page.php:1106
1490
  msgid ""
1491
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1492
  "join"
1494
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1495
  "join"
1496
 
1497
+ #: includes/settings_page.php:1110
1498
  msgid "Agent no answer message"
1499
  msgstr "Agent no answer message"
1500
 
1501
+ #: includes/settings_page.php:1112
1502
  msgid ""
1503
  "This text is shown to the user when an agent has failed to answer a chat"
1504
  msgstr ""
1505
  "This text is shown to the user when an agent has failed to answer a chat"
1506
 
1507
+ #: includes/settings_page.php:1116
1508
  msgid "Other text"
1509
  msgstr "Other text"
1510
 
1511
+ #: includes/settings_page.php:1119 wp-live-chat-support.php:177
1512
+ #: wp-live-chat-support.php:968
1513
  msgid "The chat has been ended by the agent."
1514
  msgstr "The chat has been ended by the agent."
1515
 
1516
+ #: includes/settings_page.php:1124
1517
  msgid "Chat box animation"
1518
  msgstr "Chat box animation"
1519
 
1520
+ #: includes/settings_page.php:1132
1521
  msgid "Slide Up"
1522
  msgstr "Slide Up"
1523
 
1524
+ #: includes/settings_page.php:1138
1525
  msgid "Slide From The Side"
1526
  msgstr "Slide From The Side"
1527
 
1528
+ #: includes/settings_page.php:1144
1529
  msgid "Fade In"
1530
  msgstr "Fade In"
1531
 
1532
+ #: includes/settings_page.php:1150
1533
  msgid "No Animation"
1534
  msgstr "No Animation"
1535
 
1536
+ #: includes/settings_page.php:1168
1537
  msgid "Auto-response to first message"
1538
  msgstr "Auto-response to first message"
1539
 
1540
+ #: includes/settings_page.php:1171
1541
  msgid ""
1542
  "This message will be sent automatically after the first message is sent from "
1543
  "the user side. Leave empty to disable."
1545
  "This message will be sent automatically after the first message is sent from "
1546
  "the user side. Leave empty to disable."
1547
 
1548
+ #: includes/settings_page.php:1183
1549
  msgid "Chat Agents"
1550
  msgstr "Chat Agents"
1551
 
1552
+ #: includes/settings_page.php:1192
1553
  msgid "Logged In"
1554
  msgstr "Logged In"
1555
 
1556
+ #: includes/settings_page.php:1210
1557
  msgid "Add New Agent"
1558
  msgstr "Add New Agent"
1559
 
1560
+ #: includes/settings_page.php:1217
1561
  msgid "Administrator"
1562
  msgstr "Administrator"
1563
 
1564
+ #: includes/settings_page.php:1222
1565
  msgid "Editor"
1566
  msgstr "Editor"
1567
 
1568
+ #: includes/settings_page.php:1231
1569
  msgid "Add Agent"
1570
  msgstr "Add Agent"
1571
 
1572
+ #: includes/settings_page.php:1237
1573
  #, php-format
1574
  msgid ""
1575
  "Should you wish to add a user that has a role less than 'Author', please go "
1580
  "to the %s page, select the relevant user, click Edit and scroll to the "
1581
  "bottom of the page and enable the 'Chat Agent' checkbox."
1582
 
1583
+ #: includes/settings_page.php:1237
1584
  msgid "Users"
1585
  msgstr "Users"
1586
 
1587
+ #: includes/settings_page.php:1238
1588
  msgid "If there are no chat agents online, the chat will show as offline"
1589
  msgstr "If there are no chat agents online, the chat will show as offline"
1590
 
1591
+ #: includes/settings_page.php:1243
1592
  msgid "Blocked Visitors / IP Addresses"
1593
  msgstr "Blocked Visitors / IP Addresses"
1594
 
1595
+ #: includes/settings_page.php:1247
1596
  msgid "Enter each IP Address you would like to block on a new line"
1597
  msgstr "Enter each IP Address you would like to block on a new line"
1598
 
1599
+ #: includes/settings_page.php:1258
1600
  msgid ""
1601
  "Blocking a user's IP Address here will hide the chat window from them, "
1602
  "preventing them from chatting with you. Each IP Address must be on a new line"
1604
  "Blocking a user's IP Address here will hide the chat window from them, "
1605
  "preventing them from chatting with you. Each IP Address must be on a new line"
1606
 
1607
+ #: includes/settings_page.php:1272
1608
  msgid "Enable Business Hours"
1609
  msgstr "Enable Business Hours"
1610
 
1611
+ #: includes/settings_page.php:1276
1612
+ msgid "Working days"
1613
+ msgstr "Working days"
1614
 
1615
+ #: includes/settings_page.php:1278
1616
+ #| msgid "Week Days"
1617
+ msgid "Week Day"
1618
+ msgstr "Week Day"
1619
 
1620
+ #: includes/settings_page.php:1278
1621
+ msgid "Morning Schedule"
1622
+ msgstr "Morning Schedule"
1623
 
1624
+ #: includes/settings_page.php:1278
1625
+ #| msgid "Active schedule"
1626
+ msgid "Afternoon Schedule"
1627
+ msgstr "Afternoon Schedule"
1628
 
1629
+ #: includes/settings_page.php:1281 includes/settings_page.php:1286
1630
+ #: wp-live-chat-support.php:3911 wp-live-chat-support.php:3971
1631
+ msgid "From"
1632
+ msgstr "From"
1633
 
1634
+ #: includes/settings_page.php:1283 includes/settings_page.php:1288
1635
+ #: includes/wplc_transfer_chats.php:582
1636
+ msgid "to"
1637
+ msgstr "to"
1638
 
1639
+ #: includes/settings_page.php:1298
1640
+ msgid ""
1641
+ "Time intervals are incorrect or overlapping. Please fix your settings or you "
1642
+ "might get unexpected behavior."
1643
+ msgstr ""
1644
+ "Time intervals are incorrect or overlapping. Please fix your settings or you "
1645
+ "might get unexpected behavior."
1646
+
1647
+ #: includes/settings_page.php:1308
1648
  msgid "Current Site Time"
1649
  msgstr "Current Site Time"
1650
 
1651
+ #: includes/settings_page.php:1323
1652
  msgid "Chat Encryption"
1653
  msgstr "Chat Encryption"
1654
 
1655
+ #: includes/settings_page.php:1326
1656
  msgid "Enable Encryption"
1657
  msgstr "Enable Encryption"
1658
 
1659
+ #: includes/settings_page.php:1326
1660
  msgid ""
1661
  "All messages will be encrypted when being sent to and from the user and "
1662
  "agent."
1664
  "All messages will be encrypted when being sent to and from the user and "
1665
  "agent."
1666
 
1667
+ #: includes/settings_page.php:1330
1668
  msgid ""
1669
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1670
  msgstr ""
1671
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1672
 
1673
+ #: includes/settings_page.php:1336
1674
+ #| msgid "Encryption"
1675
+ msgid "Encryption key"
1676
+ msgstr "Encryption key"
1677
+
1678
+ #: includes/settings_page.php:1341 modules/advanced_features.php:59
1679
+ #: modules/api/public/wplc-api.php:84
1680
+ msgid "Generate New"
1681
+ msgstr "Generate New"
1682
+
1683
+ #: includes/settings_page.php:1344
1684
+ #| msgid ""
1685
+ #| "Once enabled, all messages sent will be encrypted. This cannot be undone."
1686
+ msgid ""
1687
+ "If you change encryption key, all previously encrypted messages will be "
1688
+ "lost. This cannot be undone."
1689
+ msgstr ""
1690
+ "If you change encryption key, all previously encrypted messages will be "
1691
+ "lost. This cannot be undone."
1692
+
1693
+ #: includes/settings_page.php:1354
1694
  msgid "Save Settings"
1695
  msgstr "Save Settings"
1696
 
1707
  msgstr "This will show up at the top of the chatbox - Leave blank to disable."
1708
 
1709
  #: includes/wplc_custom_fields.php:67 includes/wplc_data_triggers.php:8
1710
+ #: includes/wplc_departments.php:139 includes/wplc_roi.php:105
1711
  #: modules/webhooks_manager.php:60 modules/webhooks_manager.php:321
1712
  msgid "Add New"
1713
  msgstr "Add New"
1714
 
1715
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:787
1716
  msgid "Custom Fields"
1717
  msgstr "Custom Fields"
1718
 
1719
+ #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:456
1720
+ #: wp-live-chat-support.php:2090
1721
  msgid "Type"
1722
  msgstr "Type"
1723
 
1724
+ #: includes/wplc_custom_fields.php:81 includes/wplc_data_triggers.php:458
1725
  msgid "Content"
1726
  msgstr "Content"
1727
 
1728
+ #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:459
1729
+ #: wp-live-chat-support.php:2093 wp-live-chat-support.php:3046
1730
  msgid "Status"
1731
  msgstr "Status"
1732
 
1733
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2273
1734
  msgid "Active"
1735
  msgstr "Active"
1736
 
1738
  msgid "Inactive"
1739
  msgstr "Inactive"
1740
 
1741
+ #: includes/wplc_custom_fields.php:106 includes/wplc_data_triggers.php:467
1742
+ #: includes/wplc_departments.php:183 includes/wplc_roi.php:149
1743
  #: modules/webhooks_manager.php:262
1744
  msgid "Edit"
1745
  msgstr "Edit"
1752
  msgid "Create a Custom Field"
1753
  msgstr "Create a Custom Field"
1754
 
1755
+ #: includes/wplc_custom_fields.php:142 includes/wplc_custom_fields.php:225
1756
  msgid "Field Name"
1757
  msgstr "Field Name"
1758
 
1759
+ #: includes/wplc_custom_fields.php:146 includes/wplc_custom_fields.php:229
1760
  msgid "Field Type"
1761
  msgstr "Field Type"
1762
 
1763
+ #: includes/wplc_custom_fields.php:149 includes/wplc_custom_fields.php:234
1764
  msgid "Text"
1765
  msgstr "Text"
1766
 
1767
+ #: includes/wplc_custom_fields.php:150 includes/wplc_custom_fields.php:235
1768
  msgid "Drop Down"
1769
  msgstr "Drop Down"
1770
 
1771
+ #: includes/wplc_custom_fields.php:155 includes/wplc_custom_fields.php:240
1772
  msgid "Default Field Value"
1773
  msgstr "Default Field Value"
1774
 
1775
+ #: includes/wplc_custom_fields.php:159 includes/wplc_custom_fields.php:244
1776
  msgid "Drop Down Contents"
1777
  msgstr "Drop Down Contents"
1778
 
1779
+ #: includes/wplc_custom_fields.php:160 includes/wplc_custom_fields.php:245
1780
  msgid "Enter each option on a new line"
1781
  msgstr "Enter each option on a new line"
1782
 
1784
  msgid "Create Custom Field"
1785
  msgstr "Create Custom Field"
1786
 
1787
+ #: includes/wplc_custom_fields.php:220
1788
  msgid "Edit a Custom Field"
1789
  msgstr "Edit a Custom Field"
1790
 
1791
+ #: includes/wplc_custom_fields.php:249
1792
  msgid "Update Custom Field"
1793
  msgstr "Update Custom Field"
1794
 
1795
+ #: includes/wplc_custom_fields.php:259
1796
  msgid "Custom Field Not Found"
1797
  msgstr "Custom Field Not Found"
1798
 
1799
+ #: includes/wplc_custom_fields.php:260
1800
  msgid "Back"
1801
  msgstr "Back"
1802
 
1803
+ #: includes/wplc_custom_fields.php:274
1804
  msgid "Are you sure you want to delete this custom field?"
1805
  msgstr "Are you sure you want to delete this custom field?"
1806
 
1807
+ #: includes/wplc_custom_fields.php:310
1808
  msgid "Text Field"
1809
  msgstr "Text Field"
1810
 
1811
+ #: includes/wplc_custom_fields.php:313
1812
  msgid "Dropdown"
1813
  msgstr "Dropdown"
1814
 
1815
+ #: includes/wplc_custom_fields.php:379
1816
  msgid "Custom Field Data"
1817
  msgstr "Custom Field Data"
1818
 
1819
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:786
1820
+ #: wp-live-chat-support.php:3646
1821
  msgid "Triggers"
1822
  msgstr "Triggers"
1823
 
1824
+ #: includes/wplc_data_triggers.php:63
 
 
 
 
1825
  msgid "Trigger Name"
1826
  msgstr "Trigger Name"
1827
 
1828
+ #: includes/wplc_data_triggers.php:68
1829
  msgid "Trigger Type"
1830
  msgstr "Trigger Type"
1831
 
1832
+ #: includes/wplc_data_triggers.php:72
1833
  msgid "Page Trigger"
1834
  msgstr "Page Trigger"
1835
 
1836
+ #: includes/wplc_data_triggers.php:73
1837
  msgid "Time Trigger"
1838
  msgstr "Time Trigger"
1839
 
1840
+ #: includes/wplc_data_triggers.php:74
1841
  msgid "Scroll Trigger"
1842
  msgstr "Scroll Trigger"
1843
 
1844
+ #: includes/wplc_data_triggers.php:75
1845
  msgid "Page Leave Trigger"
1846
  msgstr "Page Leave Trigger"
1847
 
1848
+ #: includes/wplc_data_triggers.php:76
1849
  msgid ""
1850
  "Note: When using page trigger with a the basic theme, no hovercard is shown "
1851
  "by default. We suggest using the time trigger for this instead."
1853
  "Note: When using page trigger with a the basic theme, no hovercard is shown "
1854
  "by default. We suggest using the time trigger for this instead."
1855
 
1856
+ #: includes/wplc_data_triggers.php:82
1857
  msgid "Page ID"
1858
  msgstr "Page ID"
1859
 
1860
+ #: includes/wplc_data_triggers.php:83
1861
  msgid "Note: Leave empty for 'all' pages"
1862
  msgstr "Note: Leave empty for 'all' pages"
1863
 
1864
+ #: includes/wplc_data_triggers.php:87
1865
  msgid "Show After"
1866
  msgstr "Show After"
1867
 
1868
+ #: includes/wplc_data_triggers.php:88
1869
  msgid "Seconds"
1870
  msgstr "Seconds"
1871
 
1872
+ #: includes/wplc_data_triggers.php:92
1873
  msgid "Show After Scrolled"
1874
  msgstr "Show After Scrolled"
1875
 
1876
+ #: includes/wplc_data_triggers.php:93
1877
  msgid "(%) Percent of page height"
1878
  msgstr "(%) Percent of page height"
1879
 
1880
+ #: includes/wplc_data_triggers.php:97
1881
  msgid "Content Replacement"
1882
  msgstr "Content Replacement"
1883
 
1884
+ #: includes/wplc_data_triggers.php:107
1885
  msgid "Replace Content"
1886
  msgstr "Replace Content"
1887
 
1888
+ #: includes/wplc_data_triggers.php:112
1889
  msgid "Enable Trigger"
1890
  msgstr "Enable Trigger"
1891
 
1892
+ #: includes/wplc_data_triggers.php:118 modules/node_server.php:445
1893
+ #: wp-live-chat-support.php:4319
1894
  msgid "Close"
1895
  msgstr "Close"
1896
 
1897
+ #: includes/wplc_data_triggers.php:128 includes/wplc_departments.php:261
1898
+ #: includes/wplc_roi.php:256
1899
  msgid "Please review your submission"
1900
  msgstr "Please review your submission"
1901
 
1902
+ #: includes/wplc_data_triggers.php:276
1903
  msgid "Trigger has been edited."
1904
  msgstr "Trigger has been edited."
1905
 
1906
+ #: includes/wplc_data_triggers.php:441
1907
  msgid "Conflict with page"
1908
  msgstr "Conflict with page"
1909
 
1910
+ #: includes/wplc_data_triggers.php:443
1911
  msgid "Trigger ID: "
1912
  msgstr "Trigger ID: "
1913
 
1914
+ #: includes/wplc_data_triggers.php:444
1915
  msgid ""
1916
  "It is possible that this trigger may override another trigger, or be "
1917
  "overridden by another trigger."
1919
  "It is possible that this trigger may override another trigger, or be "
1920
  "overridden by another trigger."
1921
 
1922
+ #: includes/wplc_data_triggers.php:457 includes/wplc_roi.php:140
1923
+ #: modules/node_server.php:191 modules/node_server.php:739
1924
  msgid "Page"
1925
  msgstr "Page"
1926
 
1927
+ #: includes/wplc_data_triggers.php:476 includes/wplc_roi.php:691
1928
  msgid "All"
1929
  msgstr "All"
1930
 
1931
+ #: includes/wplc_data_triggers.php:480
1932
  msgid "Click to change trigger status"
1933
  msgstr "Click to change trigger status"
1934
 
1935
+ #: includes/wplc_data_triggers.php:490
1936
  msgid "No Triggers Found..."
1937
  msgstr "No Triggers Found..."
1938
 
1939
+ #: includes/wplc_data_triggers.php:601
1940
  msgid "Are you sure you would like to delete trigger"
1941
  msgstr "Are you sure you would like to delete trigger"
1942
 
1943
  #: includes/wplc_departments.php:60 includes/wplc_departments.php:64
1944
+ #: includes/wplc_departments.php:87 includes/wplc_departments.php:547
1945
+ #: includes/wplc_departments.php:652 includes/wplc_transfer_chats.php:98
1946
  msgid "No Department"
1947
  msgstr "No Department"
1948
 
1949
+ #: includes/wplc_departments.php:83
1950
  msgid "Chat Department"
1951
  msgstr "Chat Department"
1952
 
1953
+ #: includes/wplc_departments.php:128 includes/wplc_departments.php:144
1954
+ #: includes/wplc_departments.php:521 includes/wplc_departments.php:537
1955
  msgid "Departments"
1956
  msgstr "Departments"
1957
 
1958
+ #: includes/wplc_departments.php:128
1959
  msgid "beta"
1960
  msgstr "beta"
1961
 
1962
+ #: includes/wplc_departments.php:141
1963
  msgid "Department Settings"
1964
  msgstr "Department Settings"
1965
 
1966
+ #: includes/wplc_departments.php:194
1967
  msgid "No Departments Found..."
1968
  msgstr "No Departments Found..."
1969
 
1970
+ #: includes/wplc_departments.php:245
1971
  msgid "Department Name"
1972
  msgstr "Department Name"
1973
 
1974
+ #: includes/wplc_departments.php:330
1975
  msgid "Department has been edited."
1976
  msgstr "Department has been edited."
1977
 
1978
+ #: includes/wplc_departments.php:469
1979
  msgid "Are you sure you would like to delete department"
1980
  msgstr "Are you sure you would like to delete department"
1981
 
1982
+ #: includes/wplc_departments.php:542
1983
  msgid "Default Department"
1984
  msgstr "Default Department"
1985
 
1986
+ #: includes/wplc_departments.php:543
1987
  msgid "Default department a new chat is assigned to"
1988
  msgstr "Default department a new chat is assigned to"
1989
 
1990
+ #: includes/wplc_departments.php:558
1991
  msgid "Create or Edit Departments"
1992
  msgstr "Create or Edit Departments"
1993
 
1994
+ #: includes/wplc_departments.php:564
1995
  msgid "User Department Selection"
1996
  msgstr "User Department Selection"
1997
 
1998
+ #: includes/wplc_departments.php:565
1999
  msgid "Allow user to select a department before starting a chat?"
2000
  msgstr "Allow user to select a department before starting a chat?"
2001
 
2002
+ #: includes/wplc_departments.php:574
2003
  msgid ""
2004
  "Note: Chats will be transferred in the event that agents are not available "
2005
  "within the selected department"
2007
  "Note: Chats will be transferred in the event that agents are not available "
2008
  "within the selected department"
2009
 
2010
+ #: includes/wplc_departments.php:585
2011
  #, php-format
2012
  msgid "Create departments %s."
2013
  msgstr "Create departments %s."
2014
 
2015
+ #: includes/wplc_departments.php:631
2016
  msgid "Department you have been assigned to as an agent"
2017
  msgstr "Department you have been assigned to as an agent"
2018
 
2019
+ #: includes/wplc_departments.php:631 includes/wplc_transfer_chats.php:48
2020
+ #: modules/node_server.php:194 modules/node_server.php:741
2021
  msgid "Department"
2022
  msgstr "Department"
2023
 
2024
+ #: includes/wplc_departments.php:738
2025
  msgid "Select Department"
2026
  msgstr "Select Department"
2027
 
2028
+ #: includes/wplc_roi.php:97 includes/wplc_roi.php:109
2029
+ #: wp-live-chat-support.php:3648
2030
  msgid "ROI Goals"
2031
  msgstr "ROI Goals"
2032
 
2033
+ #: includes/wplc_roi.php:106
2034
  msgid "View Reports"
2035
  msgstr "View Reports"
2036
 
2037
+ #: includes/wplc_roi.php:141
2038
  msgid "Value"
2039
  msgstr "Value"
2040
 
2041
+ #: includes/wplc_roi.php:163
2042
  msgid "No ROI Goals Found..."
2043
  msgstr "No ROI Goals Found..."
2044
 
2045
+ #: includes/wplc_roi.php:221
2046
  msgid "Goal Name"
2047
  msgstr "Goal Name"
2048
 
2049
+ #: includes/wplc_roi.php:226
2050
  msgid "Goal Overview"
2051
  msgstr "Goal Overview"
2052
 
2053
+ #: includes/wplc_roi.php:231
2054
  msgid "Goal Page"
2055
  msgstr "Goal Page"
2056
 
2057
+ #: includes/wplc_roi.php:240
2058
  msgid "Goal Value"
2059
  msgstr "Goal Value"
2060
 
2061
+ #: includes/wplc_roi.php:393
2062
  msgid "Goal has been edited."
2063
  msgstr "Goal has been edited."
2064
 
2065
+ #: includes/wplc_roi.php:564
2066
  msgid "Are you sure you would like to delete goal"
2067
  msgstr "Are you sure you would like to delete goal"
2068
 
2069
+ #: includes/wplc_roi.php:651
2070
  msgid "ROI Reports"
2071
  msgstr "ROI Reports"
2072
 
2073
+ #: includes/wplc_roi.php:670
2074
  msgid "Goal Statistics"
2075
  msgstr "Goal Statistics"
2076
 
2077
+ #: includes/wplc_roi.php:682
2078
  msgid "No Goals Found"
2079
  msgstr "No Goals Found"
2080
 
2081
+ #: includes/wplc_roi.php:692
2082
  msgid "Last 30 Days"
2083
  msgstr "Last 30 Days"
2084
 
2085
+ #: includes/wplc_roi.php:693
2086
  msgid "Last 15 Days"
2087
  msgstr "Last 15 Days"
2088
 
2089
+ #: includes/wplc_roi.php:694
2090
  msgid "Last 7 Days"
2091
  msgstr "Last 7 Days"
2092
 
2093
+ #: includes/wplc_roi.php:695
2094
  msgid "Last 24 Hours"
2095
  msgstr "Last 24 Hours"
2096
 
2097
+ #: includes/wplc_roi.php:747
2098
  msgid "Value Per Conversion"
2099
  msgstr "Value Per Conversion"
2100
 
2101
+ #: includes/wplc_roi.php:753
2102
  msgid "Total Value"
2103
  msgstr "Total Value"
2104
 
2105
+ #: includes/wplc_roi.php:758
2106
  msgid "Total Conversions"
2107
  msgstr "Total Conversions"
2108
 
2109
+ #: includes/wplc_roi.php:790
2110
  msgid "Value By Date"
2111
  msgstr "Value By Date"
2112
 
2113
+ #: includes/wplc_roi.php:793
2114
  msgid "Value By Agent"
2115
  msgstr "Value By Agent"
2116
 
2117
+ #: includes/wplc_roi.php:799
2118
  msgid "No data available yet..."
2119
  msgstr "No data available yet..."
2120
 
2121
+ #: includes/wplc_transfer_chats.php:18 modules/node_server.php:728
2122
  msgid "Transfer"
2123
  msgstr "Transfer"
2124
 
2125
+ #: includes/wplc_transfer_chats.php:31
2126
  msgid "Transfer Chat"
2127
  msgstr "Transfer Chat"
2128
 
2129
+ #: includes/wplc_transfer_chats.php:46
2130
  msgid "Would you like to transfer this chat to"
2131
  msgstr "Would you like to transfer this chat to"
2132
 
2133
+ #: includes/wplc_transfer_chats.php:47 modules/node_server.php:83
2134
  msgid "Agent"
2135
  msgstr "Agent"
2136
 
2137
+ #: includes/wplc_transfer_chats.php:53
2138
  msgid "Please select an agent to transfer to"
2139
  msgstr "Please select an agent to transfer to"
2140
 
2141
+ #: includes/wplc_transfer_chats.php:60
2142
  msgid "Please select a department to transfer to"
2143
  msgstr "Please select a department to transfer to"
2144
 
2145
+ #: includes/wplc_transfer_chats.php:79
2146
  msgid "No Agent"
2147
  msgstr "No Agent"
2148
 
2149
+ #: includes/wplc_transfer_chats.php:83
2150
  msgid "You"
2151
  msgstr "You"
2152
 
2153
+ #: includes/wplc_transfer_chats.php:125
2154
  msgid "Checking if agent is online"
2155
  msgstr "Checking if agent is online"
2156
 
2157
+ #: includes/wplc_transfer_chats.php:126
2158
  msgid "Agent is not online, transfer cannot be made"
2159
  msgstr "Agent is not online, transfer cannot be made"
2160
 
2161
+ #: includes/wplc_transfer_chats.php:128
2162
  msgid "Checking if agents in department are online"
2163
  msgstr "Checking if agents in department are online"
2164
 
2165
+ #: includes/wplc_transfer_chats.php:129
2166
  msgid ""
2167
  "No agent within the department are available to accept the transfer, "
2168
  "transfer cannot be made"
2170
  "No agent within the department are available to accept the transfer, "
2171
  "transfer cannot be made"
2172
 
2173
+ #: includes/wplc_transfer_chats.php:131
2174
  msgid "Agent(s) available, safe to transfer"
2175
  msgstr "Agent(s) available, safe to transfer"
2176
 
2177
+ #: includes/wplc_transfer_chats.php:133
2178
  msgid "Transfer Complete. Closing Window..."
2179
  msgstr "Transfer Complete. Closing Window..."
2180
 
2181
+ #: includes/wplc_transfer_chats.php:134
2182
  msgid "Transfer Failed. Please try again later..."
2183
  msgstr "Transfer Failed. Please try again later..."
2184
 
2185
+ #: includes/wplc_transfer_chats.php:380
2186
  msgid "Transfer for"
2187
  msgstr "Transfer for"
2188
 
2189
+ #: includes/wplc_transfer_chats.php:383
2190
  msgid "Accept Transfer"
2191
  msgstr "Accept Transfer"
2192
 
2193
+ #: includes/wplc_transfer_chats.php:459
2194
  msgid ""
2195
  "Department took too long to respond, we are transferring this chat to the "
2196
  "next available agent."
2198
  "Department took too long to respond, we are transferring this chat to the "
2199
  "next available agent."
2200
 
2201
+ #: includes/wplc_transfer_chats.php:461
2202
  msgid ""
2203
  "took too long to respond, we are transferring this chat to the next "
2204
  "available agent."
2206
  "took too long to respond, we are transferring this chat to the next "
2207
  "available agent."
2208
 
2209
+ #: includes/wplc_transfer_chats.php:464
2210
  msgid "has transferred the chat."
2211
  msgstr "has transferred the chat."
2212
 
2213
+ #: includes/wplc_transfer_chats.php:487
2214
  msgid "User received this message"
2215
  msgstr "User received this message"
2216
 
2217
+ #: includes/wplc_transfer_chats.php:533
2218
  msgid "No agents available in"
2219
  msgstr "No agents available in"
2220
 
2221
+ #: includes/wplc_transfer_chats.php:535
2222
  msgid "selected department"
2223
  msgstr "selected department"
2224
 
2225
+ #: includes/wplc_transfer_chats.php:541
2226
  msgid "automatically transferring you to"
2227
  msgstr "automatically transferring you to"
2228
 
2229
+ #: includes/wplc_transfer_chats.php:543
2230
  msgid "the next available department"
2231
  msgstr "the next available department"
2232
 
2233
+ #: includes/wplc_transfer_chats.php:571
2234
  msgid "User has been transferred from"
2235
  msgstr "User has been transferred from"
2236
 
2237
+ #: includes/wplc_transfer_chats.php:573
2238
  msgid "department"
2239
  msgstr "department"
2240
 
2241
+ #: includes/wplc_transfer_chats.php:585
 
 
 
 
2242
  msgid "as there were no agents online"
2243
  msgstr "as there were no agents online"
2244
 
2259
  msgstr "Choose between 3CX servers or your Wordpress server for chat delivery"
2260
 
2261
  #: modules/advanced_features.php:47
 
 
 
 
 
 
 
2262
  msgid ""
2263
  "3CX Servers are high performance secure instances hosted on Google Cloud and "
2264
  "are completely free to use. 3CX Servers don't log or store messages. "
2292
  "Security token for accessing chats on the node server. Changing this will "
2293
  "close your currently active chat sessions."
2294
 
2295
+ #: modules/advanced_features.php:65
 
 
 
 
2296
  msgid "Enable typing preview"
2297
  msgstr "Enable typing preview"
2298
 
2299
+ #: modules/advanced_features.php:65
2300
  msgid ""
2301
  "This option enables the typing preview, which means agents will be able to "
2302
  "see what the user is typing in realtime."
2304
  "This option enables the typing preview, which means agents will be able to "
2305
  "see what the user is typing in realtime."
2306
 
2307
+ #: modules/advanced_features.php:71
2308
  msgid "Typing preview is not available when GDPR is enabled"
2309
  msgstr "Typing preview is not available when GDPR is enabled"
2310
 
2311
+ #: modules/advanced_features.php:81
2312
  msgid "Number of chat rings"
2313
  msgstr "Number of chat rings"
2314
 
2315
+ #: modules/advanced_features.php:81
2316
  msgid "Limit the amount of time the new chat ringer will play"
2317
  msgstr "Limit the amount of time the new chat ringer will play"
2318
 
2332
  msgid "Import Settings"
2333
  msgstr "Import Settings"
2334
 
2335
+ #: modules/advanced_tools.php:62 modules/node_server.php:720
2336
+ #: wp-live-chat-support.php:3661
2337
  msgid "Chat History"
2338
  msgstr "Chat History"
2339
 
2385
  msgid "Thank you, all settings have been updated"
2386
  msgstr "Thank you, all settings have been updated"
2387
 
2388
+ #: modules/api/agent/wplc-api-functions.php:202
2389
+ #: modules/api/agent/wplc-api-functions.php:532
2390
+ #: modules/api/public/wplc-api-functions.php:158
 
2391
  msgid "Action not set"
2392
  msgstr "Action not set"
2393
 
2394
+ #: modules/api/agent/wplc-api-functions.php:393
2395
  msgid "IP Address not recorded"
2396
  msgstr "IP Address not recorded"
2397
 
2398
+ #: modules/api/agent/wplc-api-functions.php:1018
2399
  msgid "Upload error"
2400
  msgstr "Upload error"
2401
 
2402
+ #: modules/api/agent/wplc-api-functions.php:1021
2403
  msgid "Security Violation - File unsafe"
2404
  msgstr "Security Violation - File unsafe"
2405
 
2433
  msgid "Call To Action Animation"
2434
  msgstr "Call To Action Animation"
2435
 
2436
+ #: modules/gdpr.php:26
2437
  msgid "Enable privacy controls"
2438
  msgstr "Enable privacy controls"
2439
 
2440
+ #: modules/gdpr.php:26
2441
  msgid "Disabling will disable all GDPR related options, this is not advised."
2442
  msgstr "Disabling will disable all GDPR related options, this is not advised."
2443
 
2444
+ #: modules/gdpr.php:30
2445
  msgid "Importance of GDPR Compliance"
2446
  msgstr "Importance of GDPR Compliance"
2447
 
2448
+ #: modules/gdpr.php:36
2449
  msgid "Organization name"
2450
  msgstr "Organization name"
2451
 
2452
+ #: modules/gdpr.php:45
2453
  msgid "Data retention purpose"
2454
  msgstr "Data retention purpose"
2455
 
2456
+ #: modules/gdpr.php:48 modules/gdpr.php:373 wp-live-chat-support.php:124
2457
  msgid "Chat/Support"
2458
  msgstr "Chat/Support"
2459
 
2460
+ #: modules/gdpr.php:54
2461
  msgid "Data retention period"
2462
  msgstr "Data retention period"
2463
 
2464
+ #: modules/gdpr.php:57
2465
  msgid "days"
2466
  msgstr "days"
2467
 
2468
+ #: modules/gdpr.php:63
2469
  msgid "GDPR notice to visitors"
2470
  msgstr "GDPR notice to visitors"
2471
 
2472
+ #: modules/gdpr.php:64
2473
  msgid ""
2474
  "Users will be asked to accept the notice shown here, in the form of a check "
2475
  "box."
2477
  "Users will be asked to accept the notice shown here, in the form of a check "
2478
  "box."
2479
 
2480
+ #: modules/gdpr.php:81
2481
+ msgid "Use a custom text for GDPR notice"
2482
+ msgstr "Use a custom text for GDPR notice"
2483
+
2484
+ #: modules/gdpr.php:82
2485
+ msgid ""
2486
+ "You can display a custom GDPR notice to your website visitors. Be sure to "
2487
+ "include all relevant informations according to GDPR directives."
2488
+ msgstr ""
2489
+ "You can display a custom GDPR notice to your website visitors. Be sure to "
2490
+ "include all relevant informations according to GDPR directives."
2491
+
2492
+ #: modules/gdpr.php:108 modules/gdpr.php:120
2493
  msgid "GDPR Control"
2494
  msgstr "GDPR Control"
2495
 
2496
+ #: modules/gdpr.php:122
2497
  msgid ""
2498
  "Search is performed on chat sessions, messages, and offline messages. Data "
2499
  "will also be deleted automatically per your retention policy."
2501
  "Search is performed on chat sessions, messages, and offline messages. Data "
2502
  "will also be deleted automatically per your retention policy."
2503
 
2504
+ #: modules/gdpr.php:131
2505
  msgid "Name, Email, Message"
2506
  msgstr "Name, Email, Message"
2507
 
2508
+ #: modules/gdpr.php:135 modules/node_server.php:222
2509
  msgid "Search"
2510
  msgstr "Search"
2511
 
2512
+ #: modules/gdpr.php:148
2513
  #, php-format
2514
  msgid "Search Results in %%TABLE%%"
2515
  msgstr "Search Results in %%TABLE%%"
2516
 
2517
+ #: modules/gdpr.php:176
2518
  #, php-format
2519
  msgid "Delete Chat (%%CID%%)"
2520
  msgstr "Delete Chat (%%CID%%)"
2521
 
2522
+ #: modules/gdpr.php:177
2523
  #, php-format
2524
  msgid "Download Chat (%%CID%%)"
2525
  msgstr "Download Chat (%%CID%%)"
2526
 
2527
+ #: modules/gdpr.php:181 wp-live-chat-support.php:3910
2528
+ #: wp-live-chat-support.php:3970
2529
  msgid "Chat ID"
2530
  msgstr "Chat ID"
2531
 
2532
+ #: modules/gdpr.php:202
2533
  msgid "Please perform a search using the input field above"
2534
  msgstr "Please perform a search using the input field above"
2535
 
2536
+ #: modules/gdpr.php:279
2537
  msgid "Data Deleted"
2538
  msgstr "Data Deleted"
2539
 
2540
+ #: modules/gdpr.php:371
2541
  #, php-format
2542
  msgid ""
2543
  "I agree for my personal data to be processed and for the use of cookies in "
2548
  "order to engage in a chat processed by %%COMPANY%%, for the purpose of "
2549
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
2550
 
2551
+ #: modules/gdpr.php:398 modules/gdpr.php:609 modules/gdpr.php:631
2552
  msgid "Privacy Policy"
2553
  msgstr "Privacy Policy"
2554
 
2555
+ #: modules/gdpr.php:399
2556
  #, php-format
2557
  msgid ""
2558
  "We use WP Live Chat by 3CX as our live chat platform. By clicking below to "
2565
  "during the chat will be transferred to WP Live Chat by 3CX for processing in "
2566
  "accordance with their %%POLICY_LINK%%."
2567
 
2568
+ #: modules/gdpr.php:423
2569
  #, php-format
2570
  msgid ""
2571
  "Please note as per the GDPR settings you have selected, all chat data will "
2574
  "Please note as per the GDPR settings you have selected, all chat data will "
2575
  "be retained for %%PERIOD%% day(s)."
2576
 
2577
+ #: modules/gdpr.php:426
2578
  #, php-format
2579
  msgid ""
2580
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
2583
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
2584
  "be permanently removed from your server."
2585
 
2586
+ #: modules/gdpr.php:430
2587
  msgid "GDPR - Data Retention"
2588
  msgstr "GDPR - Data Retention"
2589
 
2590
+ #: modules/gdpr.php:433 modules/gdpr.php:611
2591
  msgid "Privacy Settings"
2592
  msgstr "Privacy Settings"
2593
 
2594
+ #: modules/gdpr.php:448
2595
  msgid "Once every 6 hours"
2596
  msgstr "Once every 6 hours"
2597
 
2598
+ #: modules/gdpr.php:577
2599
  msgid "Chat Ended"
2600
  msgstr "Chat Ended"
2601
 
2602
+ #: modules/gdpr.php:602
2603
  msgid ""
2604
  "GDPR compliance has been disabled, read more about the implications of this "
2605
  "here"
2607
  "GDPR compliance has been disabled, read more about the implications of this "
2608
  "here"
2609
 
2610
+ #: modules/gdpr.php:603
2611
  msgid "Additionally please take a look at WP Live Chat by 3CX"
2612
  msgstr "Additionally please take a look at WP Live Chat by 3CX"
2613
 
2614
+ #: modules/gdpr.php:604
2615
  msgid ""
2616
  "It is highly recommended that you enable GDPR compliance to ensure your user "
2617
  "data is regulated."
2619
  "It is highly recommended that you enable GDPR compliance to ensure your user "
2620
  "data is regulated."
2621
 
2622
+ #: modules/gdpr.php:607
2623
  msgid "Warning - GDPR Compliance Disabled - Action Required"
2624
  msgstr "Warning - GDPR Compliance Disabled - Action Required"
2625
 
2626
+ #: modules/gdpr.php:608
2627
  msgid "EU GDPR"
2628
  msgstr "EU GDPR"
2629
 
2630
+ #: modules/gdpr.php:612
2631
  msgid "Dismiss & Accept Responsibility"
2632
  msgstr "Dismiss & Accept Responsibility"
2633
 
2634
+ #: modules/gdpr.php:630
2635
  #, php-format
2636
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2637
  msgstr ""
2638
  "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2639
 
 
 
 
 
 
 
 
 
2640
  #: modules/google_analytics.php:17
2641
  msgid "Google Analytics Integration"
2642
  msgstr "Google Analytics Integration"
2645
  msgid "Enable Google Analytics Integration"
2646
  msgstr "Enable Google Analytics Integration"
2647
 
2648
+ #: modules/node_server.php:44
2649
  msgid "Toggle user list"
2650
  msgstr "Toggle user list"
2651
 
2652
+ #: modules/node_server.php:45
2653
  msgid "Toggle WordPress Menu for a full screen experience"
2654
  msgstr "Toggle WordPress Menu for a full screen experience"
2655
 
2656
+ #: modules/node_server.php:79 modules/node_server.php:186
2657
+ #: modules/node_server.php:718 modules/node_server.php:736
2658
  msgid "Active visitors"
2659
  msgstr "Active visitors"
2660
 
2661
+ #: modules/node_server.php:113 modules/node_server.php:723
 
 
 
 
2662
  msgid "Invite Agent"
2663
  msgstr "Invite Agent"
2664
 
2665
+ #: modules/node_server.php:114 modules/node_server.php:724
2666
  msgid "Invite Department"
2667
  msgstr "Invite Department"
2668
 
2669
+ #: modules/node_server.php:115 modules/node_server.php:725
2670
+ #: modules/node_server.php:729 wp-live-chat-support.php:3718
2671
  msgid "Direct User To Page"
2672
  msgstr "Direct User To Page"
2673
 
2674
+ #: modules/node_server.php:117
2675
  msgid "Transcript"
2676
  msgstr "Transcript"
2677
 
2678
+ #: modules/node_server.php:118 modules/node_server.php:726
2679
  msgid "Leave chat"
2680
  msgstr "Leave chat"
2681
 
2682
+ #: modules/node_server.php:119 modules/node_server.php:727
2683
+ #: wp-live-chat-support.php:2285
2684
  msgid "End chat"
2685
  msgstr "End chat"
2686
 
2687
+ #: modules/node_server.php:130
2688
  msgid "Something"
2689
  msgstr "Something"
2690
 
2691
+ #: modules/node_server.php:141 modules/node_server.php:731
2692
  msgid "Join chat"
2693
  msgstr "Join chat"
2694
 
2695
+ #: modules/node_server.php:142
2696
  msgid "Type here..."
2697
  msgstr "Type here..."
2698
 
2699
+ #: modules/node_server.php:143
2700
  msgid "bold"
2701
  msgstr "bold"
2702
 
2703
+ #: modules/node_server.php:143
2704
  msgid "italics"
2705
  msgstr "italics"
2706
 
2707
+ #: modules/node_server.php:143
2708
  msgid "code"
2709
  msgstr "code"
2710
 
2711
+ #: modules/node_server.php:143
2712
  msgid "preformatted"
2713
  msgstr "preformatted"
2714
 
2715
+ #: modules/node_server.php:163
2716
  msgid "Filter the user list based on activity."
2717
  msgstr "Filter the user list based on activity."
2718
 
2719
+ #: modules/node_server.php:168 modules/node_server.php:733
2720
  msgid "New Visitors (3 Min)"
2721
  msgstr "New Visitors (3 Min)"
2722
 
2723
+ #: modules/node_server.php:169 modules/node_server.php:734
2724
  msgid "Active Chats"
2725
  msgstr "Active Chats"
2726
 
2727
+ #: modules/node_server.php:170
2728
  msgid "Page URL"
2729
  msgstr "Page URL"
2730
 
2731
+ #: modules/node_server.php:171 modules/node_server.php:735
2732
  msgid "Clear Filters"
2733
  msgstr "Clear Filters"
2734
 
2735
+ #: modules/node_server.php:182
2736
  msgid "Contains"
2737
  msgstr "Contains"
2738
 
2739
+ #: modules/node_server.php:189 modules/node_server.php:737
2740
+ #: wp-live-chat-support.php:2088
2741
  msgid "Visitor"
2742
  msgstr "Visitor"
2743
 
2744
+ #: modules/node_server.php:190 modules/node_server.php:738
2745
  msgid "Info"
2746
  msgstr "Info"
2747
 
2748
+ #: modules/node_server.php:192 modules/node_server.php:740
2749
  msgid "Chat Status"
2750
  msgstr "Chat Status"
2751
 
2752
+ #: modules/node_server.php:223 modules/node_server.php:742
2753
  msgid "Search Results"
2754
  msgstr "Search Results"
2755
 
2756
+ #: modules/node_server.php:225 modules/node_server.php:743
2757
  msgid "No emoji found"
2758
  msgstr "No emoji found"
2759
 
2760
+ #: modules/node_server.php:316
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2761
  msgid "Error"
2762
  msgstr "Error"
2763
 
2764
+ #: modules/node_server.php:316
2765
  msgid "Only chat agents can access this page."
2766
  msgstr "Only chat agents can access this page."
2767
 
2768
+ #: modules/node_server.php:443 wp-live-chat-support.php:4317
2769
  msgid "Sending transcript..."
2770
  msgstr "Sending transcript..."
2771
 
2772
+ #: modules/node_server.php:444
2773
  msgid "Chat Transcript"
2774
  msgstr "Chat Transcript"
2775
 
2776
+ #: modules/node_server.php:446 wp-live-chat-support.php:4320
2777
  msgid "The chat transcript has been emailed."
2778
  msgstr "The chat transcript has been emailed."
2779
 
2780
+ #: modules/node_server.php:447 wp-live-chat-support.php:4321
2781
  msgid "There was a problem emailing the chat."
2782
  msgstr "There was a problem emailing the chat."
2783
 
2784
+ #: modules/node_server.php:461
2785
  msgid "Connection Error"
2786
  msgstr "Connection Error"
2787
 
2788
+ #: modules/node_server.php:462
2789
  msgid ""
2790
  "We are having some trouble contacting the server. Please try again later."
2791
  msgstr ""
2792
  "We are having some trouble contacting the server. Please try again later."
2793
 
2794
+ #: modules/node_server.php:500
2795
  msgid "Chat is disabled in settings area, re-enable"
2796
  msgstr "Chat is disabled in settings area, re-enable"
2797
 
2798
+ #: modules/node_server.php:526
2799
  msgid "User received notification:"
2800
  msgstr "User received notification:"
2801
 
2802
+ #: modules/node_server.php:532 wp-live-chat-support.php:1925
2803
  msgid "New chat received"
2804
  msgstr "New chat received"
2805
 
2806
+ #: modules/node_server.php:533 wp-live-chat-support.php:1927
2807
  msgid ""
2808
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2809
  "chat"
2811
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2812
  "chat"
2813
 
2814
+ #: modules/node_server.php:641
2815
  msgid "Welcome to V8 of WP Live Chat by 3CX"
2816
  msgstr "Welcome to V8 of WP Live Chat by 3CX"
2817
 
2818
+ #: modules/node_server.php:642
2819
  msgid ""
2820
  "Did you know, this version features high speed message delivery, agent to "
2821
  "agent chat, and a single window layout?"
2823
  "Did you know, this version features high speed message delivery, agent to "
2824
  "agent chat, and a single window layout?"
2825
 
2826
+ #: modules/node_server.php:643
2827
  msgid ""
2828
  "To activate this functionality please navigate to Live Chat -> Settings -> "
2829
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
2831
  "To activate this functionality please navigate to Live Chat -> Settings -> "
2832
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
2833
 
2834
+ #: modules/node_server.php:646
2835
  msgid "Show me!"
2836
  msgstr "Show me!"
2837
 
2838
+ #: modules/node_server.php:647 wp-live-chat-support.php:4288
2839
  msgid "Don't Show This Again"
2840
  msgstr "Don't Show This Again"
2841
 
2842
+ #: modules/node_server.php:714 wp-live-chat-support.php:151
2843
  msgid "Connecting..."
2844
  msgstr "Connecting..."
2845
 
2846
+ #: modules/node_server.php:719
2847
  msgid "Agent(s) Online"
2848
  msgstr "Agent(s) Online"
2849
 
2850
+ #: modules/node_server.php:730
2851
  msgid "Events"
2852
  msgstr "Events"
2853
 
2854
+ #: modules/node_server.php:732
2855
  msgid "Filters"
2856
  msgstr "Filters"
2857
 
2858
+ #: modules/node_server.php:817
2859
  msgid ""
2860
  "You can transfer chats from within a chat by clicking on the in chat menu, "
2861
  "and selecting Transfer Chat or Transfer Department"
2863
  "You can transfer chats from within a chat by clicking on the in chat menu, "
2864
  "and selecting Transfer Chat or Transfer Department"
2865
 
2866
+ #: modules/node_server.php:818
2867
  msgid ""
2868
  "You can share files quickly when in a chat, by simply dragging a file into "
2869
  "the chat window!"
2871
  "You can share files quickly when in a chat, by simply dragging a file into "
2872
  "the chat window!"
2873
 
2874
+ #: modules/node_server.php:819
2875
  msgid "You can now move between chats without ending/closing an open chat"
2876
  msgstr "You can now move between chats without ending/closing an open chat"
2877
 
2878
+ #: modules/node_server.php:875
2879
  msgid "No quick responses found"
2880
  msgstr "No quick responses found"
2881
 
2907
  msgid "Webhooks"
2908
  msgstr "Webhooks"
2909
 
2910
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3647
2911
  msgid "Web Hooks"
2912
  msgstr "Web Hooks"
2913
 
2967
  msgid "Are you sure you want to delete this webhook?"
2968
  msgstr "Are you sure you want to delete this webhook?"
2969
 
2970
+ #: wp-live-chat-support.php:92
2971
  msgid "close"
2972
  msgstr "close"
2973
 
2974
+ #: wp-live-chat-support.php:114
2975
  msgid "Thank you for chatting with us."
2976
  msgstr "Thank you for chatting with us."
2977
 
2978
+ #: wp-live-chat-support.php:140
2979
  msgid "Questions?"
2980
  msgstr "Questions?"
2981
 
2982
+ #: wp-live-chat-support.php:141
2983
  msgid "Chat with us"
2984
  msgstr "Chat with us"
2985
 
2986
+ #: wp-live-chat-support.php:142
2987
  msgid "Start live chat"
2988
  msgstr "Start live chat"
2989
 
2990
+ #: wp-live-chat-support.php:143
2991
  msgid "Complete the fields below to proceed."
2992
  msgstr "Complete the fields below to proceed."
2993
 
2994
+ #: wp-live-chat-support.php:144 wp-live-chat-support.php:148
2995
+ msgid "Leave a message"
2996
+ msgstr "Leave a message"
2997
 
2998
+ #: wp-live-chat-support.php:145
2999
+ #| msgid ""
3000
+ #| "We are currently offline. Please leave a message and we'll get back to "
3001
+ #| "you shortly."
3002
+ msgid "Please leave a message and we'll get back to you as soon as possible."
3003
+ msgstr "Please leave a message and we'll get back to you as soon as possible."
 
3004
 
3005
+ #: wp-live-chat-support.php:146
3006
  msgid "Sending message..."
3007
  msgstr "Sending message..."
3008
 
3009
+ #: wp-live-chat-support.php:147
3010
  msgid "Thank you for your message. We will be in contact soon."
3011
  msgstr "Thank you for your message. We will be in contact soon."
3012
 
3013
+ #: wp-live-chat-support.php:149
 
 
 
 
3014
  msgid "Send message"
3015
  msgstr "Send message"
3016
 
3017
+ #: wp-live-chat-support.php:150
3018
  msgid "Start Chat"
3019
  msgstr "Start Chat"
3020
 
3021
+ #: wp-live-chat-support.php:152 wp-live-chat-support.php:1807
3022
+ #: wp-live-chat-support.php:1854
3023
  msgid "Reactivating your previous chat..."
3024
  msgstr "Reactivating your previous chat..."
3025
 
3026
+ #: wp-live-chat-support.php:183
3027
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3028
  msgstr "Please click 'Start Chat' to initiate a chat with an agent"
3029
 
3030
+ #: wp-live-chat-support.php:184
3031
+ msgid "Guest"
3032
+ msgstr "Guest"
3033
+
3034
+ #: wp-live-chat-support.php:186
3035
  msgid "No answer. Try again later."
3036
  msgstr "No answer. Try again later."
3037
 
3038
+ #: wp-live-chat-support.php:187
3039
  msgid "Welcome. How may I help you?"
3040
  msgstr "Welcome. How may I help you?"
3041
 
3042
+ #: wp-live-chat-support.php:191
3043
  msgid "Please standby for an agent. Send your message while you wait."
3044
  msgstr "Please standby for an agent. Send your message while you wait."
3045
 
3046
+ #: wp-live-chat-support.php:497
3047
  msgid ""
3048
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3049
  "no longer needed, please uninstall it."
3051
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3052
  "no longer needed, please uninstall it."
3053
 
3054
+ #: wp-live-chat-support.php:764 wp-live-chat-support.php:3120
3055
  msgid "Missed Chats"
3056
  msgstr "Missed Chats"
3057
 
3058
+ #: wp-live-chat-support.php:767 wp-live-chat-support.php:3636
3059
  msgid "Support"
3060
  msgstr "Support"
3061
 
3062
+ #: wp-live-chat-support.php:964
3063
+ #| msgid "Please Enter Your Name"
3064
+ msgid "Please enter your name"
3065
+ msgstr "Please enter your name"
3066
 
3067
+ #: wp-live-chat-support.php:965
3068
+ #| msgid "Please Enter Your Email Address"
3069
+ msgid "Please enter your email address"
3070
+ msgstr "Please enter your email address"
3071
 
3072
+ #: wp-live-chat-support.php:966
3073
+ #| msgid "Please Enter Your Email Address"
3074
+ msgid "Please enter a valid email address"
3075
+ msgstr "Please enter a valid email address"
3076
+
3077
+ #: wp-live-chat-support.php:967
3078
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3079
  msgstr "Connection to Server Lost. Please Reload This Page. Error:"
3080
 
3081
+ #: wp-live-chat-support.php:969
3082
  msgid "Please Enter a Message"
3083
  msgstr "Please Enter a Message"
3084
 
3085
+ #: wp-live-chat-support.php:970
3086
  msgid "Disconnected, Attempting to Reconnect..."
3087
  msgstr "Disconnected, Attempting to Reconnect..."
3088
 
3089
+ #: wp-live-chat-support.php:1017
3090
  msgid "has joined."
3091
  msgstr "has joined."
3092
 
3093
+ #: wp-live-chat-support.php:1018
3094
  msgid "has left."
3095
  msgstr "has left."
3096
 
3097
+ #: wp-live-chat-support.php:1019
3098
  msgid "has ended the chat."
3099
  msgstr "has ended the chat."
3100
 
3101
+ #: wp-live-chat-support.php:1020
3102
  msgid "has disconnected."
3103
  msgstr "has disconnected."
3104
 
3105
+ #: wp-live-chat-support.php:1021
3106
  msgid "(edited)"
3107
  msgstr "(edited)"
3108
 
3109
+ #: wp-live-chat-support.php:1416 wp-live-chat-support.php:1435
3110
  msgid "Start chat"
3111
  msgstr "Start chat"
3112
 
3113
+ #: wp-live-chat-support.php:1677 wp-live-chat-support.php:2356
3114
  msgid "Send"
3115
  msgstr "Send"
3116
 
3117
+ #: wp-live-chat-support.php:2026
3118
  msgid "Congratulations"
3119
  msgstr "Congratulations"
3120
 
3121
+ #: wp-live-chat-support.php:2027
3122
  msgid "You are now accepting live chat requests on your site."
3123
  msgstr "You are now accepting live chat requests on your site."
3124
 
3125
+ #: wp-live-chat-support.php:2028
3126
  msgid "The live chat box has automatically been enabled."
3127
  msgstr "The live chat box has automatically been enabled."
3128
 
3129
+ #: wp-live-chat-support.php:2029
3130
  msgid "Chat notifications will start appearing once visitors send a request."
3131
  msgstr "Chat notifications will start appearing once visitors send a request."
3132
 
3133
+ #: wp-live-chat-support.php:2030
3134
  #, php-format
3135
  msgid "You may modify your chat box settings %s"
3136
  msgstr "You may modify your chat box settings %s"
3137
 
3138
+ #: wp-live-chat-support.php:2031
3139
  msgid "Experiencing issues?"
3140
  msgstr "Experiencing issues?"
3141
 
3142
+ #: wp-live-chat-support.php:2031
3143
  msgid "Take a look at our how-to guides."
3144
  msgstr "Take a look at our how-to guides."
3145
 
3146
+ #: wp-live-chat-support.php:2032
3147
  msgid "Hide"
3148
  msgstr "Hide"
3149
 
3150
+ #: wp-live-chat-support.php:2071
3151
  msgid "Keep this window open to get notified of new chats."
3152
  msgstr "Keep this window open to get notified of new chats."
3153
 
3154
+ #: wp-live-chat-support.php:2076
3155
  msgid "Visitor(s) online"
3156
  msgstr "Visitor(s) online"
3157
 
3158
+ #: wp-live-chat-support.php:2091
3159
  msgid "Device"
3160
  msgstr "Device"
3161
 
3162
+ #: wp-live-chat-support.php:2092
3163
  msgid "Data"
3164
  msgstr "Data"
3165
 
3166
+ #: wp-live-chat-support.php:2113
3167
  msgid "Chat Dashboard"
3168
  msgstr "Chat Dashboard"
3169
 
3170
+ #: wp-live-chat-support.php:2116
3171
  msgid "Oh no!"
3172
  msgstr "Oh no!"
3173
 
3174
+ #: wp-live-chat-support.php:2118
3175
  #, php-format
3176
  msgid "You do not have access to this page as %s."
3177
  msgstr "You do not have access to this page as %s."
3178
 
3179
+ #: wp-live-chat-support.php:2118
3180
  msgid "you are not a chat agent"
3181
  msgstr "you are not a chat agent"
3182
 
3183
+ #: wp-live-chat-support.php:2271
3184
  msgid "Previous"
3185
  msgstr "Previous"
3186
 
3187
+ #: wp-live-chat-support.php:2278
3188
  msgid "Chat with"
3189
  msgstr "Chat with"
3190
 
3191
+ #: wp-live-chat-support.php:2295
3192
  msgid "Starting Time:"
3193
  msgstr "Starting Time:"
3194
 
3195
+ #: wp-live-chat-support.php:2296
3196
  msgid "Ending Time:"
3197
  msgstr "Ending Time:"
3198
 
3199
+ #: wp-live-chat-support.php:2316
3200
  msgid "Chat initiated on:"
3201
  msgstr "Chat initiated on:"
3202
 
3203
+ #: wp-live-chat-support.php:2317
3204
  msgid "Browser:"
3205
  msgstr "Browser:"
3206
 
3207
+ #: wp-live-chat-support.php:2343 wp-live-chat-support.php:2382
3208
  msgid "Invalid Chat ID"
3209
  msgstr "Invalid Chat ID"
3210
 
3211
+ #: wp-live-chat-support.php:2351
3212
  msgid "type here..."
3213
  msgstr "type here..."
3214
 
3215
+ #: wp-live-chat-support.php:2504
3216
  msgid "User has opened the chat window"
3217
  msgstr "User has opened the chat window"
3218
 
3219
+ #: wp-live-chat-support.php:2505
3220
  msgid "User has minimized the chat window"
3221
  msgstr "User has minimized the chat window"
3222
 
3223
+ #: wp-live-chat-support.php:2506
3224
  msgid "User has maximized the chat window"
3225
  msgstr "User has maximized the chat window"
3226
 
3227
+ #: wp-live-chat-support.php:2507
3228
  msgid "The chat has been ended"
3229
  msgstr "The chat has been ended"
3230
 
3231
+ #: wp-live-chat-support.php:3036
3232
  msgid "Delete History"
3233
  msgstr "Delete History"
3234
 
3235
+ #: wp-live-chat-support.php:3052
3236
  msgid "No chats available at the moment"
3237
  msgstr "No chats available at the moment"
3238
 
3239
+ #: wp-live-chat-support.php:3160
3240
  msgid "Actions"
3241
  msgstr "Actions"
3242
 
3243
+ #: wp-live-chat-support.php:3174
3244
  msgid "You have not received any offline messages."
3245
  msgstr "You have not received any offline messages."
3246
 
3247
+ #: wp-live-chat-support.php:3182
3248
  msgid "Delete Message"
3249
  msgstr "Delete Message"
3250
 
3251
+ #: wp-live-chat-support.php:3308
3252
  msgid "You do not have permission to save settings."
3253
  msgstr "You do not have permission to save settings."
3254
 
3255
+ #: wp-live-chat-support.php:3592
3256
  msgid "Your settings have been saved."
3257
  msgstr "Your settings have been saved."
3258
 
3259
+ #: wp-live-chat-support.php:3610
3260
  msgid ""
3261
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3262
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3266
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3267
  "contact your host to get this function enabled."
3268
 
3269
+ #: wp-live-chat-support.php:3616
3270
  msgid ""
3271
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3272
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3276
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3277
  "get safe mode disabled."
3278
 
3279
+ #: wp-live-chat-support.php:3639 wp-live-chat-support.php:3643
3280
  msgid "Plugin Features"
3281
  msgstr "Plugin Features"
3282
 
3283
+ #: wp-live-chat-support.php:3641
3284
  msgid ""
3285
  "Check out these features and get up to speed with what you can do with WP "
3286
  "Live Chat:"
3288
  "Check out these features and get up to speed with what you can do with WP "
3289
  "Live Chat:"
3290
 
3291
+ #: wp-live-chat-support.php:3644
3292
  msgid "Reporting"
3293
  msgstr "Reporting"
3294
 
3295
+ #: wp-live-chat-support.php:3645
3296
  msgid "Localization"
3297
  msgstr "Localization"
3298
 
3299
+ #: wp-live-chat-support.php:3653
3300
  msgid "Chat FAQs"
3301
  msgstr "Chat FAQs"
3302
 
3303
+ #: wp-live-chat-support.php:3655
3304
  msgid ""
3305
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3306
  "agents:"
3308
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3309
  "agents:"
3310
 
3311
+ #: wp-live-chat-support.php:3657
3312
  msgid "Chat with Visitors"
3313
  msgstr "Chat with Visitors"
3314
 
3315
+ #: wp-live-chat-support.php:3658
3316
  msgid "Chat with Agents"
3317
  msgstr "Chat with Agents"
3318
 
3319
+ #: wp-live-chat-support.php:3662
3320
  msgid "Chat Invites"
3321
  msgstr "Chat Invites"
3322
 
3323
+ #: wp-live-chat-support.php:3667
3324
  msgid "Settings & Customization"
3325
  msgstr "Settings & Customization"
3326
 
3327
+ #: wp-live-chat-support.php:3669
3328
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3329
  msgstr "Use these guides to learn how to configure and customize WP Live Chat:"
3330
 
3331
+ #: wp-live-chat-support.php:3673
3332
  msgid "Agent Settings"
3333
  msgstr "Agent Settings"
3334
 
3335
+ #: wp-live-chat-support.php:3680
3336
  msgid "Troubleshooting"
3337
  msgstr "Troubleshooting"
3338
 
3339
+ #: wp-live-chat-support.php:3682
3340
  msgid ""
3341
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3342
  "issues:"
3344
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3345
  "issues:"
3346
 
3347
+ #: wp-live-chat-support.php:3684
3348
  msgid "My Chat Box Is Not Showing"
3349
  msgstr "My Chat Box Is Not Showing"
3350
 
3351
+ #: wp-live-chat-support.php:3685
3352
  msgid "Not Receiving Notifications of New Chats"
3353
  msgstr "Not Receiving Notifications of New Chats"
3354
 
3355
+ #: wp-live-chat-support.php:3686
3356
  msgid "Check for JavaScript Errors"
3357
  msgstr "Check for JavaScript Errors"
3358
 
3359
+ #: wp-live-chat-support.php:3714
3360
  msgid "Initiate Chats"
3361
  msgstr "Initiate Chats"
3362
 
3363
+ #: wp-live-chat-support.php:3715
3364
  msgid "Multiple Chats"
3365
  msgstr "Multiple Chats"
3366
 
3367
+ #: wp-live-chat-support.php:3716
3368
  msgid "Add unlimited agents"
3369
  msgstr "Add unlimited agents"
3370
 
3371
+ #: wp-live-chat-support.php:3717
3372
  msgid "Transfer Chats"
3373
  msgstr "Transfer Chats"
3374
 
3375
+ #: wp-live-chat-support.php:3736
3376
  #, php-format
3377
  msgid "Thank you for using %s! Please %s on %s"
3378
  msgstr "Thank you for using %s! Please %s on %s"
3379
 
3380
+ #: wp-live-chat-support.php:3736
3381
  msgid "rate us"
3382
  msgstr "rate us"
3383
 
3384
+ #: wp-live-chat-support.php:3913 wp-live-chat-support.php:3973
 
 
 
 
3385
  msgid "Timestamp"
3386
  msgstr "Timestamp"
3387
 
3388
+ #: wp-live-chat-support.php:3914 wp-live-chat-support.php:3974
3389
  msgid "Origin"
3390
  msgstr "Origin"
3391
 
3392
+ #: wp-live-chat-support.php:3919 wp-live-chat-support.php:3979
3393
  msgid "user"
3394
  msgstr "user"
3395
 
3396
+ #: wp-live-chat-support.php:3921 wp-live-chat-support.php:3981
3397
  msgid "agent"
3398
  msgstr "agent"
3399
 
3400
+ #: wp-live-chat-support.php:4056
3401
  msgid "Advanced settings"
3402
  msgstr "Advanced settings"
3403
 
3404
+ #: wp-live-chat-support.php:4063
3405
  msgid "Only change these settings if you are experiencing performance issues."
3406
  msgstr "Only change these settings if you are experiencing performance issues."
3407
 
3408
+ #: wp-live-chat-support.php:4070
3409
  msgid "Website hosting type:"
3410
  msgstr "Website hosting type:"
3411
 
3412
+ #: wp-live-chat-support.php:4074
3413
  msgid "Custom parameters"
3414
  msgstr "Custom parameters"
3415
 
3416
+ #: wp-live-chat-support.php:4075
3417
  msgid "Shared hosting - low level plan"
3418
  msgstr "Shared hosting - low level plan"
3419
 
3420
+ #: wp-live-chat-support.php:4076
3421
  msgid "Shared hosting - normal plan"
3422
  msgstr "Shared hosting - normal plan"
3423
 
3424
+ #: wp-live-chat-support.php:4077
3425
  msgid "VPS"
3426
  msgstr "VPS"
3427
 
3428
+ #: wp-live-chat-support.php:4078
3429
  msgid "Dedicated server"
3430
  msgstr "Dedicated server"
3431
 
3432
+ #: wp-live-chat-support.php:4084
3433
  msgid "Long poll setup"
3434
  msgstr "Long poll setup"
3435
 
3436
+ #: wp-live-chat-support.php:4084
3437
  msgid ""
3438
  "Only change these if you are an experienced developer or if you have "
3439
  "received these figures from the WP Live Chat by 3CX team."
3441
  "Only change these if you are an experienced developer or if you have "
3442
  "received these figures from the WP Live Chat by 3CX team."
3443
 
3444
+ #: wp-live-chat-support.php:4089
3445
  msgid "Iterations"
3446
  msgstr "Iterations"
3447
 
3448
+ #: wp-live-chat-support.php:4093
3449
  msgid "Sleep between loops"
3450
  msgstr "Sleep between loops"
3451
 
3452
+ #: wp-live-chat-support.php:4096
3453
  msgid "milliseconds"
3454
  msgstr "milliseconds"
3455
 
3456
+ #: wp-live-chat-support.php:4119
3457
  msgid "Show 'Powered by' in chat box"
3458
  msgstr "Show 'Powered by' in chat box"
3459
 
3460
+ #: wp-live-chat-support.php:4119
3461
  msgid ""
3462
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3463
  "bottom of your chatbox."
3465
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3466
  "bottom of your chatbox."
3467
 
3468
+ #: wp-live-chat-support.php:4161
3469
  msgid "Powered by WP Live Chat by 3CX"
3470
  msgstr "Powered by WP Live Chat by 3CX"
3471
 
3472
+ #: wp-live-chat-support.php:4286
3473
  msgid ""
3474
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3475
  msgstr ""
3476
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3477
 
3478
+ #: wp-live-chat-support.php:4287
3479
  msgid ""
3480
  "Please add an SSL certificate to your site to continue receiving chat "
3481
  "notifications in your browser."
3483
  "Please add an SSL certificate to your site to continue receiving chat "
3484
  "notifications in your browser."
3485
 
3486
+ #: wp-live-chat-support.php:4300
3487
  msgid ""
3488
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3489
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3491
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3492
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3493
 
3494
+ #: wp-live-chat-support.php:4307
3495
  msgid "Email transcript to user"
3496
  msgstr "Email transcript to user"
3497
 
3498
+ #: wp-live-chat-support.php:4318
3499
  msgid "Sending Transcript"
3500
  msgstr "Sending Transcript"
3501
 
3502
+ #: wp-live-chat-support.php:4381
3503
  #, php-format
3504
  msgid "Your chat transcript from %1$s"
3505
  msgstr "Your chat transcript from %1$s"
3506
 
3507
+ #: wp-live-chat-support.php:4472
3508
  msgid "Chat Transcript Settings"
3509
  msgstr "Chat Transcript Settings"
3510
 
3511
+ #: wp-live-chat-support.php:4475
3512
  msgid "Enable chat transcripts:"
3513
  msgstr "Enable chat transcripts:"
3514
 
3515
+ #: wp-live-chat-support.php:4483
3516
  msgid "Send transcripts to:"
3517
  msgstr "Send transcripts to:"
3518
 
3519
+ #: wp-live-chat-support.php:4490
3520
  msgid "User"
3521
  msgstr "User"
3522
 
3523
+ #: wp-live-chat-support.php:4501
3524
  msgid "Send transcripts when chat ends:"
3525
  msgstr "Send transcripts when chat ends:"
3526
 
3527
+ #: wp-live-chat-support.php:4509
3528
  msgid "Email body"
3529
  msgstr "Email body"
3530
 
3531
+ #: wp-live-chat-support.php:4519
3532
  msgid "Email header"
3533
  msgstr "Email header"
3534
 
3535
+ #: wp-live-chat-support.php:4528
3536
  msgid "Email footer"
3537
  msgstr "Email footer"
3538
 
3539
+ #: wp-live-chat-support.php:4604
3540
  msgid ""
3541
  "Please note, local message encryption and local server options will be "
3542
  "deprecated in the next major release. All encryption and message delivery "
3546
  "deprecated in the next major release. All encryption and message delivery "
3547
  "will handled by our external servers in future."
3548
 
3549
+ #: wp-live-chat-support.php:4607
3550
  msgid "Deprecation Notice - Message Encryption & Local Server"
3551
  msgstr "Deprecation Notice - Message Encryption & Local Server"
3552
 
3553
+ #: wp-live-chat-support.php:4609
3554
  msgid "Dismiss"
3555
  msgstr "Dismiss"
3556
 
3575
  msgid "3CX"
3576
  msgstr "3CX"
3577
 
3578
+ #~ msgid "Allow WP users to self-assign as a chat agent"
3579
+ #~ msgstr "Allow WP users to self-assign as a chat agent"
3580
+
3581
+ #~ msgid ""
3582
+ #~ "Checking this will allow any of your users to make themselves a chat "
3583
+ #~ "agent when editing their profile."
3584
+ #~ msgstr ""
3585
+ #~ "Checking this will allow any of your users to make themselves a chat "
3586
+ #~ "agent when editing their profile."
3587
+
3588
+ #~ msgid "Auto Pop-up"
3589
+ #~ msgstr "Auto Pop-up"
3590
+
3591
+ #~ msgid "Remove Icon"
3592
+ #~ msgstr "Remove Icon"
3593
+
3594
+ #~ msgid "Daily"
3595
+ #~ msgstr "Daily"
3596
+
3597
+ #~ msgid "Weekends"
3598
+ #~ msgstr "Weekends"
3599
+
3600
+ #~ msgid "Between"
3601
+ #~ msgstr "Between"
3602
+
3603
+ #~ msgid "and"
3604
+ #~ msgstr "and"
3605
+
3606
+ #~ msgid "Update now"
3607
+ #~ msgstr "Update now"
3608
+
3609
+ #~ msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
3610
+ #~ msgstr "GDPR Compliance Enabled - Server Selection Limited to EU"
3611
+
3612
+ #~ msgid "Pro data will also be removed as a part of this automatic process."
3613
+ #~ msgstr "Pro data will also be removed as a part of this automatic process."
3614
+
3615
+ #~ msgid "Success"
3616
+ #~ msgstr "Success"
3617
+
3618
+ #~ msgid "Message data is corrupt"
3619
+ #~ msgstr "Message data is corrupt"
3620
+
3621
+ #~ msgid "Message data array not set"
3622
+ #~ msgstr "Message data array not set"
3623
+
3624
+ #~ msgid "Chat ID is not set"
3625
+ #~ msgstr "Chat ID is not set"
3626
+
3627
+ #~ msgid "No security nonce found"
3628
+ #~ msgstr "No security nonce found"
3629
+
3630
+ #~ msgid "Chat offline. Leave a message"
3631
+ #~ msgstr "Chat offline. Leave a message"
3632
+
3633
  #~ msgid "WP Live Chat Trigger"
3634
  #~ msgstr "WP Live Chat Trigger"
3635
 
languages/wp-live-chat-support-es_ES.mo CHANGED
Binary file
languages/wp-live-chat-support-es_ES.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
- "POT-Creation-Date: 2019-11-06 09:11+0100\n"
5
- "PO-Revision-Date: 2019-11-06 09:11+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: 3CX\n"
8
  "Language: es_ES\n"
@@ -17,320 +17,320 @@ msgstr ""
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:410
21
- #: wp-live-chat-support.php:4804
22
  msgid "Admin"
23
  msgstr "Administrador"
24
 
25
- #: ajax/agent.php:262 ajax/user.php:218
26
  msgid "Admin has closed and ended the chat"
27
  msgstr "El administrador ha cerrado y finalizado el chat"
28
 
29
- #: functions.php:400 functions.php:417
30
  msgid "Accept Chat"
31
  msgstr "Aceptar Chat"
32
 
33
- #: functions.php:408 functions.php:423
34
  msgid "Open Chat"
35
  msgstr "Abrir Chat"
36
 
37
- #: functions.php:410
38
  msgid "In progress with another agent"
39
  msgstr "En progreso con otro agente"
40
 
41
- #: functions.php:427
42
  msgid "Only chat agents can accept chats"
43
  msgstr "Sólo los agentes pueden aceptar chats"
44
 
45
- #: functions.php:491 modules/api/agent/wplc-api-functions.php:423
46
  msgid "New"
47
  msgstr "Nuevo"
48
 
49
- #: functions.php:493 modules/api/agent/wplc-api-functions.php:425
50
  msgid "Returning"
51
  msgstr "De regreso"
52
 
53
- #: functions.php:584
54
  msgid "No agent was able to answer your chat request. Please try again."
55
  msgstr ""
56
  "Ningún agente estuvo disponible para responder a su petición de chat. Por "
57
  "favor, intente de nuevo."
58
 
59
- #: functions.php:598 functions.php:4524 wp-live-chat-support.php:1897
60
  msgid "End Chat"
61
  msgstr "Finalizar Chat"
62
 
63
- #: functions.php:985
64
  msgid "complete"
65
  msgstr "completado"
66
 
67
- #: functions.php:988
68
  msgid "pending"
69
  msgstr "pendiente"
70
 
71
- #: functions.php:991
72
  msgid "active"
73
  msgstr "activo"
74
 
75
- #: functions.php:994
76
  msgid "deleted"
77
  msgstr "borrado"
78
 
79
- #: functions.php:997
80
  msgid "browsing"
81
  msgstr "navegando"
82
 
83
- #: functions.php:1000
84
  msgid "requesting chat"
85
  msgstr "solicitando chat"
86
 
87
- #: functions.php:1003
88
  msgid "Chat Ended - User still browsing"
89
  msgstr "Chat Finalizado - El usuario aún está navegando"
90
 
91
- #: functions.php:1006
92
  msgid "User is browsing but doesn't want to chat"
93
  msgstr "El usuario está navegando pero no quiere chatear"
94
 
95
- #: functions.php:1145 includes/settings_page.php:835
96
  msgid "WP Live Chat by 3CX - Offline Message from "
97
  msgstr "WP Live Chat by 3CX - Mensaje offline de "
98
 
99
- #: functions.php:1146 functions.php:1470 includes/settings_page.php:181
100
- #: includes/settings_page.php:460 includes/wplc_custom_fields.php:79
101
- #: includes/wplc_data_triggers.php:456 includes/wplc_departments.php:175
102
- #: includes/wplc_roi.php:145 modules/node_server.php:82
103
- #: modules/node_server.php:128 wp-live-chat-support.php:1625
104
- #: wp-live-chat-support.php:1648 wp-live-chat-support.php:1809
105
- #: wp-live-chat-support.php:3335 wp-live-chat-support.php:3455
106
  msgid "Name"
107
  msgstr "Nombre"
108
 
109
- #: functions.php:1147 functions.php:1471 includes/settings_page.php:177
110
- #: modules/node_server.php:129 wp-live-chat-support.php:1626
111
- #: wp-live-chat-support.php:1637 wp-live-chat-support.php:1810
112
- #: wp-live-chat-support.php:3336 wp-live-chat-support.php:3456
113
  msgid "Email"
114
  msgstr "Correo Electrónico"
115
 
116
- #: functions.php:1148 wp-live-chat-support.php:1811
117
- #: wp-live-chat-support.php:3457 wp-live-chat-support.php:4196
118
- #: wp-live-chat-support.php:4256
119
  msgid "Message"
120
  msgstr "Mensaje"
121
 
122
- #: functions.php:1149
123
  msgid "Via WP Live Chat by 3CX"
124
  msgstr "Vía WP Live Chat by 3CX"
125
 
126
- #: functions.php:1448 wp-live-chat-support.php:3298
127
  msgid "Error: Could not delete chat"
128
  msgstr "Error: No se pudo eliminar el chat"
129
 
130
- #: functions.php:1450 wp-live-chat-support.php:3300
131
  msgid "Chat Deleted"
132
  msgstr "Chat Eliminado"
133
 
134
- #: functions.php:1453 includes/wplc_custom_fields.php:35
135
- #: includes/wplc_custom_fields.php:441 includes/wplc_custom_fields.php:462
136
- #: includes/wplc_data_triggers.php:252 includes/wplc_data_triggers.php:270
137
- #: includes/wplc_data_triggers.php:314 includes/wplc_data_triggers.php:502
138
  #: includes/wplc_departments.php:303 includes/wplc_departments.php:323
139
- #: includes/wplc_departments.php:358 includes/wplc_roi.php:375
140
- #: includes/wplc_roi.php:394 includes/wplc_roi.php:431
141
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
142
  #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
143
  #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
144
- #: modules/gdpr.php:223 modules/gdpr.php:237 modules/webhooks_manager.php:102
145
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
146
- #: wp-live-chat-support.php:3263 wp-live-chat-support.php:3289
147
- #: wp-live-chat-support.php:4166
148
  msgid "You do not have permission do perform this action"
149
  msgstr "No cuenta con permisos para realizar esta acción"
150
 
151
- #: functions.php:1459 wp-live-chat-support.php:3305
152
  msgid "Are you sure you would like to delete this chat?"
153
  msgstr "¿Está seguro que desea eliminar este chat?"
154
 
155
- #: functions.php:1460 includes/settings_page.php:159
156
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3307
157
  msgid "Yes"
158
  msgstr "Sí"
159
 
160
- #: functions.php:1460 includes/settings_page.php:160
161
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3308
162
  msgid "No"
163
  msgstr "No"
164
 
165
- #: functions.php:1469 functions.php:2029 includes/settings_page.php:349
166
- #: includes/settings_page.php:494 wp-live-chat-support.php:3334
167
- #: wp-live-chat-support.php:3454
168
  msgid "Date"
169
  msgstr "Fecha"
170
 
171
- #: functions.php:1472 functions.php:4026 wp-live-chat-support.php:3337
172
  msgid "URL"
173
  msgstr "URL"
174
 
175
- #: functions.php:1473 includes/wplc_custom_fields.php:83
176
- #: includes/wplc_data_triggers.php:461 includes/wplc_departments.php:176
177
- #: includes/wplc_roi.php:149 modules/webhooks_manager.php:251
178
- #: wp-live-chat-support.php:2383 wp-live-chat-support.php:3339
179
  msgid "Action"
180
  msgstr "Acción"
181
 
182
- #: functions.php:1487
183
  msgid "You have not missed any chat requests."
184
  msgstr "No se ha perdido de ninguna solicitud de chat."
185
 
186
- #: functions.php:1494 wp-live-chat-support.php:3354
187
  msgid "View Chat History"
188
  msgstr "Ver Historial de Chats"
189
 
190
- #: functions.php:1494 wp-live-chat-support.php:3355
191
  msgid "Download Chat History"
192
  msgstr "Descargar Historial de Chats"
193
 
194
- #: functions.php:1688
195
  msgid "Open chat window via"
196
  msgstr "Abrir ventana de chat vía"
197
 
198
- #: functions.php:1692
199
  msgid "Click"
200
  msgstr "Clic"
201
 
202
- #: functions.php:1693
203
  msgid "Hover"
204
  msgstr "Pasar encima"
205
 
206
- #: functions.php:1695
207
  msgid "element with"
208
  msgstr "elemento con"
209
 
210
- #: functions.php:1697
211
  msgid "Class"
212
  msgstr "Clase"
213
 
214
- #: functions.php:1698 includes/wplc_custom_fields.php:78
215
- #: includes/wplc_data_triggers.php:455 includes/wplc_departments.php:174
216
- #: includes/wplc_roi.php:144
217
  msgid "ID"
218
  msgstr "ID"
219
 
220
- #: functions.php:1941 functions.php:1947 functions.php:1952
221
  #: includes/dashboard_page.php:58 modules/node_server.php:138
222
- #: modules/node_server.php:868 wp-live-chat-support.php:3937
223
  msgid "Quick Responses"
224
  msgstr "Respuestas Rápidas"
225
 
226
- #: functions.php:1942 includes/settings_page.php:339
227
  msgid "Quick Response"
228
  msgstr "Respuesta Rápida"
229
 
230
- #: functions.php:1943 functions.php:1946
231
  msgid "New Quick Response"
232
  msgstr "Nueva Respuesta Rápida"
233
 
234
- #: functions.php:1944 modules/node_server.php:877
235
  msgid "Add New Quick Response"
236
  msgstr "Añadir Nueva Respuesta Rápida"
237
 
238
- #: functions.php:1945
239
  msgid "Edit Quick Response"
240
  msgstr "Editar Respuesta Rápida"
241
 
242
- #: functions.php:1948
243
  msgid "View Quick Responses"
244
  msgstr "Ver Respuestas Rápidas"
245
 
246
- #: functions.php:1949
247
  msgid "Search Quick Responses"
248
  msgstr "Buscar Respuestas Rápidas"
249
 
250
- #: functions.php:1950
251
  msgid "No Quick Responses found"
252
  msgstr "No Se Encontraron Respuestas Rápidas"
253
 
254
- #: functions.php:1951
255
  msgid "No Quick Responses found in the Trash"
256
  msgstr "No Se Encontraron Respuestas Rápidas en la Papelera"
257
 
258
- #: functions.php:1956
259
  msgid "Quick Responses for WP Live Chat by 3CX"
260
  msgstr "Respuestas Rápidas para WP Live Chat by 3CX"
261
 
262
- #: functions.php:1990
263
  msgid "Sort Order"
264
  msgstr "Filtrar Orden"
265
 
266
- #: functions.php:2026 includes/settings_page.php:348
267
  msgid "Title"
268
  msgstr "Título"
269
 
270
- #: functions.php:2027
271
  msgid "Order"
272
  msgstr "Orden"
273
 
274
- #: functions.php:2028 includes/settings_page.php:1234
275
  msgid "Author"
276
  msgstr "Autor"
277
 
278
- #: functions.php:2071 wp-live-chat-support.php:504
279
  msgid "Press ENTER to send your message"
280
  msgstr "Presione ENTRAR para enviar su mensaje"
281
 
282
- #: functions.php:2110 functions.php:2114
283
  msgid "Assign Quick Response"
284
  msgstr "Asignar Respuesta Rápida"
285
 
286
- #: functions.php:2117 includes/settings_page.php:1219
287
  msgid "Select"
288
  msgstr "Seleccionar"
289
 
290
- #: functions.php:2123
291
  msgid "What is this?"
292
  msgstr "¿Qué es esto?"
293
 
294
- #: functions.php:2165
295
  #, php-format
296
  msgid "Incoming chat from %s (%s) on %s"
297
  msgstr "Mensaje de entrada de %s (%s) en %s"
298
 
299
- #: functions.php:2171
300
  #, php-format
301
  msgid "%s (%s) wants to chat with you."
302
  msgstr "%s (%s) quiere chatear con usted."
303
 
304
- #: functions.php:2176
305
  #, php-format
306
  msgid "Log in: %s"
307
  msgstr "Iniciar sesión: %s"
308
 
309
- #: functions.php:2487
310
  msgid "Status (Online)"
311
  msgstr "Estado (En Línea)"
312
 
313
- #: functions.php:2488 functions.php:3402
314
  msgid "Online"
315
  msgstr "En Línea"
316
 
317
- #: functions.php:2489 functions.php:3402
318
  msgid "Offline"
319
  msgstr "Fuera de Línea"
320
 
321
- #: functions.php:2490
322
  msgid "Status (Offline)"
323
  msgstr "Estado (Fuera de Línea)"
324
 
325
- #: functions.php:2491 functions.php:3372
326
  msgid "Chat Agent Online"
327
  msgstr "Agente de chat En Línea"
328
 
329
- #: functions.php:2492 functions.php:3374 functions.php:3378
330
  msgid "Chat Agents Online"
331
  msgstr "Agente de Chat En Línea"
332
 
333
- #: functions.php:2505
334
  msgid ""
335
  "You have set your status to offline. To view visitors and accept chats "
336
  "please set your status to online using the switch above."
@@ -338,24 +338,24 @@ msgstr ""
338
  "Ha establecido su estado como Fuera de Línea. Para ver visitantes y aceptar "
339
  "chats, por favor, cambien su estado a En Línea usando el interruptor arriba."
340
 
341
- #: functions.php:2575
342
  msgid "Encryption"
343
  msgstr "Cifrado"
344
 
345
- #: functions.php:2581 includes/settings_page.php:1277
346
- #: wp-live-chat-support.php:3952
347
  msgid "Business Hours"
348
  msgstr "Horario Laboral"
349
 
350
- #: functions.php:2760
351
  msgid "Initiate Chat"
352
  msgstr "Iniciar chat"
353
 
354
- #: functions.php:2852
355
  msgid "Attempting to open the chat window... Please be patient."
356
  msgstr "Intentando abrir la ventana del chat... Por favor, espere."
357
 
358
- #: functions.php:2867
359
  msgid ""
360
  "You are not a chat agent. Please make yourself a chat agent before trying to "
361
  "chat to visitors"
@@ -363,124 +363,126 @@ msgstr ""
363
  "Usted no es un agente de chat. Por favor, antes de intentar conversar con "
364
  "los visitantes asígnese el perfil de agente de chat"
365
 
366
- #: functions.php:3035 functions.php:3051 functions.php:3066
367
  msgid "Chat Agent"
368
  msgstr "Agente de Chat"
369
 
370
- #: functions.php:3040 functions.php:3056
371
  msgid "Make this user a chat agent"
372
  msgstr "Hacer este usuario agente de chat"
373
 
374
- #: functions.php:3070
375
- msgid "Your user role does not allow you to make yourself a chat agent."
 
 
376
  msgstr ""
377
  "Su perfil de usuario no le permite asignarse a sí mismo como agente de chat."
378
 
379
- #: functions.php:3071
380
  msgid "Please contact the administrator of this website to change this."
381
  msgstr ""
382
  "Por favor, contacte con el administrador de esta pagina web para cambiar "
383
  "esto."
384
 
385
- #: functions.php:3090
386
  msgid "This chat has already been answered by another agent."
387
  msgstr "Este chat ya ha sido contestado por otro agente."
388
 
389
- #: functions.php:3323 wp-live-chat-support.php:2336
390
  msgid "Agent(s) online"
391
  msgstr "Agente(s) en línea"
392
 
393
- #: functions.php:3481 includes/settings_page.php:1209
394
- #: wp-live-chat-support.php:2282
395
  msgid "Remove"
396
  msgstr "Remover"
397
 
398
- #: functions.php:3484 wp-live-chat-support.php:2285
399
  msgid "Typing..."
400
  msgstr "Escribiendo..."
401
 
402
- #: functions.php:3827
403
  msgid "User Experience Ratings"
404
  msgstr "Calificaciones de la Experiencia de Usuario"
405
 
406
- #: functions.php:3834
407
  msgid "Agent Statistics"
408
  msgstr "Estadísticas del Agente"
409
 
410
- #: functions.php:3867 functions.php:3882
411
  msgid "Satisfaction Rating"
412
  msgstr "Nivel de Satisfacción"
413
 
414
- #: functions.php:3868 functions.php:3883
415
  msgid "Rating Count"
416
  msgstr "Contador de Calificaciones"
417
 
418
- #: functions.php:3868 functions.php:3883
419
  msgid "Good"
420
  msgstr "Bueno"
421
 
422
- #: functions.php:3868 functions.php:3883
423
  msgid "Bad"
424
  msgstr "Malo"
425
 
426
- #: functions.php:3924 includes/dashboard_page.php:56
427
- #: wp-live-chat-support.php:1049
428
  msgid "Reports"
429
  msgstr "Reportes"
430
 
431
- #: functions.php:3927 includes/wplc_roi.php:146
432
  msgid "Overview"
433
  msgstr "Resumen"
434
 
435
- #: functions.php:3928
436
  msgid "Popular Pages"
437
  msgstr "Páginas Populares"
438
 
439
- #: functions.php:3946
440
  msgid "Total Agents"
441
  msgstr "Total de Agentes"
442
 
443
- #: functions.php:3946
444
  msgid "Total number of agents that used the live chat"
445
  msgstr "Número total de agentes que utilizaron el chat en vivo"
446
 
447
- #: functions.php:3947
448
  msgid "Total Chats"
449
  msgstr "Total de Chats"
450
 
451
- #: functions.php:3947
452
  msgid "Total number of chats received"
453
  msgstr "Número total de chats recibidos"
454
 
455
- #: functions.php:3948
456
  msgid "Total URLs"
457
  msgstr "Total de URLs"
458
 
459
- #: functions.php:3948
460
  msgid "Total number of URLs a chat was initiated on"
461
  msgstr "Número total de URLs desde las cuales fue iniciado un chat"
462
 
463
- #: functions.php:3949
464
  msgid "Chats per day"
465
  msgstr "Chat por día"
466
 
467
- #: functions.php:3950
468
  msgid "Popular pages a chat was initiated on"
469
  msgstr "Páginas populares desde las cuales fue iniciado un chat"
470
 
471
- #: functions.php:3980 includes/wplc_custom_fields.php:304
472
  msgid "Unknown"
473
  msgstr "Desconocido"
474
 
475
- #: functions.php:4027
476
  msgid "Count"
477
  msgstr "Contador"
478
 
479
- #: functions.php:4053
480
  msgid "Enable Manual Chat Initiation:"
481
  msgstr "Habilitar el Inicio Manual del Chat:"
482
 
483
- #: functions.php:4053
484
  msgid ""
485
  "Enabling this feature will allow agents to start a chat with website "
486
  "visitors. This feature increases server load while enabled."
@@ -489,7 +491,7 @@ msgstr ""
489
  "con los visitantes del sitio web. Esta funcionalidad incrementa la carga del "
490
  "servidor mientras está habilitada."
491
 
492
- #: functions.php:4057 modules/advanced_features.php:73
493
  msgid ""
494
  "This feature is only available when you select 3CX High Performance Cloud "
495
  "Servers in Advanced Features."
@@ -497,83 +499,83 @@ msgstr ""
497
  "Está funcionalidad sólo está disponible cuando selecciona los Servidores en "
498
  "la Nube de Alto Desempeño de 3CX dentro de Funcionalidades Avanzadas."
499
 
500
- #: functions.php:4144
501
  msgid "Thank you for inquiry. We will get back to you shortly"
502
  msgstr "Gracias por su solicitud. Le contactaremos en breve"
503
 
504
- #: functions.php:4284 wp-live-chat-support.php:4505
505
  msgid "The Live Chat box is currently disabled on your website due to:"
506
  msgstr ""
507
  "La ventana de Chat en Vivo está desactivada en su sitio web debido a que:"
508
 
509
- #: functions.php:4285 wp-live-chat-support.php:4506
510
  msgid "Business Hours Settings"
511
  msgstr "Ajustes de Horario de Oficina"
512
 
513
- #: functions.php:4336
514
  msgid "Edit Profile"
515
  msgstr "Editar Perfil"
516
 
517
- #: functions.php:4347 modules/node_server.php:98 modules/node_server.php:724
518
  msgid "Drag Files Here"
519
  msgstr "Arrastre Aquí los Archivos"
520
 
521
- #: functions.php:4370 functions.php:4415 includes/wplc_custom_fields.php:107
522
- #: includes/wplc_data_triggers.php:469 includes/wplc_data_triggers.php:607
523
  #: includes/wplc_departments.php:184 includes/wplc_departments.php:474
524
- #: includes/wplc_roi.php:157 includes/wplc_roi.php:576
525
  #: modules/webhooks_manager.php:263
526
  msgid "Delete"
527
  msgstr "Eliminar"
528
 
529
- #: functions.php:4371
530
  msgid "Send..."
531
  msgstr "Enviar..."
532
 
533
- #: functions.php:4372 functions.php:4417
534
  msgid "Play voice note"
535
  msgstr "Reproducir Nota de Voz"
536
 
537
- #: functions.php:4416
538
  msgid "Save..."
539
  msgstr "Guardar..."
540
 
541
- #: functions.php:4518 wp-live-chat-support.php:1277
542
- #: wp-live-chat-support.php:2779
543
  msgid "is typing..."
544
  msgstr "está escribiendo..."
545
 
546
- #: functions.php:4520
547
  msgid "There are no visitors on your site at the moment"
548
  msgstr "No hay visitantes en su sito web en este momento"
549
 
550
- #: functions.php:4521
551
  msgid "Connection to the server lost, reconnecting..."
552
  msgstr "Se perdió la conexión al servidor, reconectando..."
553
 
554
- #: functions.php:4522
555
  msgid "Agent offline - not accepting chats"
556
  msgstr "Agente Fuera de Línea - sin aceptar chats"
557
 
558
- #: functions.php:4523 modules/node_server.php:103 wp-live-chat-support.php:1891
559
  msgid "Minimize Chat"
560
  msgstr "Minimizar Chat"
561
 
562
- #: functions.php:4542
563
  msgid "An error has occured while fetching the news feed."
564
  msgstr ""
565
  "Ha ocurrido un error mientras se intentaba obtener el feed de noticias."
566
 
567
- #: functions.php:4639
568
  msgid "Default"
569
  msgstr "Por defecto"
570
 
571
- #: functions.php:4940 functions.php:4943
572
  msgid "You do not have permission to perform this action"
573
  msgstr "No cuenta con los permisos para realizar esta acción"
574
 
575
  #: includes/blocks/wplc-chat-box/index.php:30
576
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3953
577
  msgid "Gutenberg Blocks"
578
  msgstr "Bloques Gutenberg"
579
 
@@ -621,16 +623,16 @@ msgstr "Muestra el texto personalizado seleccionado"
621
  msgid "Displays the chosen icon"
622
  msgstr "Muestra el ícono seleccionado"
623
 
624
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1285
625
- #: wp-live-chat-support.php:1928
626
  msgid "Type here"
627
  msgstr "Escriba aquí"
628
 
629
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:1020
630
  msgid "Live Chat"
631
  msgstr "Chat en Vivo"
632
 
633
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:1021
634
  msgid "Dashboard"
635
  msgstr "Panel de Control"
636
 
@@ -649,15 +651,15 @@ msgstr "Cahts"
649
  msgid "Missed"
650
  msgstr "Perdidos"
651
 
652
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:1027
653
- #: wp-live-chat-support.php:3391
654
  msgid "History"
655
  msgstr "Historial"
656
 
657
  #: includes/dashboard_page.php:57 includes/settings_page.php:125
658
- #: includes/settings_page.php:765 modules/advanced_tools.php:84
659
- #: wp-live-chat-support.php:1029 wp-live-chat-support.php:3437
660
- #: wp-live-chat-support.php:3938
661
  msgid "Offline Messages"
662
  msgstr "Mensajes offline"
663
 
@@ -667,7 +669,7 @@ msgid "Tools"
667
  msgstr "Herramientas"
668
 
669
  #: includes/dashboard_page.php:60 includes/settings_page.php:88
670
- #: wp-live-chat-support.php:1022
671
  msgid "Settings"
672
  msgstr "Ajustes"
673
 
@@ -700,7 +702,7 @@ msgid "Latest News"
700
  msgstr "Últimas Noticias"
701
 
702
  #: includes/modal_control.php:27 modules/node_server.php:60
703
- #: modules/node_server.php:717
704
  msgid "Please Confirm"
705
  msgstr "Por Favor, Confirme"
706
 
@@ -709,36 +711,36 @@ msgid "Are you sure?"
709
  msgstr "¿Está seguro?"
710
 
711
  #: includes/modal_control.php:39 includes/wplc_custom_fields.php:164
712
- #: includes/wplc_custom_fields.php:237 includes/wplc_data_triggers.php:608
713
  #: includes/wplc_departments.php:251 includes/wplc_departments.php:475
714
- #: includes/wplc_roi.php:253 includes/wplc_roi.php:577
715
- #: modules/node_server.php:64 modules/node_server.php:719
716
  #: modules/webhooks_manager.php:342
717
  msgid "Cancel"
718
  msgstr "Cancelar"
719
 
720
  #: includes/modal_control.php:40 modules/node_server.php:63
721
- #: modules/node_server.php:718 modules/webhooks_manager.php:341
722
  msgid "Confirm"
723
  msgstr "Confirmar"
724
 
725
- #: includes/notification_control.php:27
726
  msgid "User is browsing"
727
  msgstr "El usuario está navegando"
728
 
729
- #: includes/notification_control.php:34 includes/notification_control.php:70
730
- #: includes/notification_control.php:114 includes/wplc_transfer_chats.php:472
731
  #: includes/wplc_transfer_chats.php:493 includes/wplc_transfer_chats.php:556
732
  #: includes/wplc_transfer_chats.php:592
733
  msgid "System notification"
734
  msgstr "Notificación del sistema"
735
 
736
- #: includes/notification_control.php:109
737
  msgid "has joined the chat."
738
  msgstr "se ha unido al chat."
739
 
740
  #: includes/settings_page.php:115 includes/settings_page.php:153
741
- #: wp-live-chat-support.php:3949
742
  msgid "General Settings"
743
  msgstr "Ajustes Generales"
744
 
@@ -746,12 +748,12 @@ msgstr "Ajustes Generales"
746
  msgid "Chat Box"
747
  msgstr "Ventana de Chat"
748
 
749
- #: includes/settings_page.php:130 includes/settings_page.php:941
750
  msgid "Styling"
751
  msgstr "Estilo"
752
 
753
  #: includes/settings_page.php:135 modules/node_server.php:89
754
- #: modules/node_server.php:723
755
  msgid "Agents"
756
  msgstr "Agentes"
757
 
@@ -789,10 +791,6 @@ msgstr "Nombre por defecto del visitante"
789
  msgid "This name will be displayed for all not logged in visitors"
790
  msgstr "Este nombre será mostrado para todos los visitantes sin iniciar sesión"
791
 
792
- #: includes/settings_page.php:194 wp-live-chat-support.php:503
793
- msgid "Guest"
794
- msgstr "Anfitrión"
795
-
796
  #: includes/settings_page.php:199
797
  msgid "Input Field Replacement Text"
798
  msgstr "Texto de reemplazo para los campos anteriores"
@@ -947,61 +945,49 @@ msgstr "No mostrar la ventana de chat en los siguientes tipos de entradas."
947
  msgid "No post types found."
948
  msgstr "No se encontraron tipos de entradas."
949
 
950
- #: includes/settings_page.php:330
951
- msgid "Allow WP users to self-assign as a chat agent"
952
- msgstr "Permitir a los usuarios de WP a auto-asignarse como agente de chat"
953
-
954
- #: includes/settings_page.php:330
955
- msgid ""
956
- "Checking this will allow any of your users to make themselves a chat agent "
957
- "when editing their profile."
958
- msgstr ""
959
- "Si selecciona esto permitirá a cualquiera de sus usuarios hacerse agente de "
960
- "chat al editar su perfil."
961
-
962
- #: includes/settings_page.php:344
963
  msgid "Order by"
964
  msgstr "Odenar por"
965
 
966
- #: includes/settings_page.php:350
967
  msgid "Number"
968
  msgstr "Número"
969
 
970
- #: includes/settings_page.php:356
971
  msgid "Sort"
972
  msgstr "Filtrar"
973
 
974
- #: includes/settings_page.php:360
975
  msgid "Descending"
976
  msgstr "Descendente"
977
 
978
- #: includes/settings_page.php:361
979
  msgid "Ascending"
980
  msgstr "Ascendente"
981
 
982
- #: includes/settings_page.php:368
983
  #, fuzzy
984
  #| msgid "Localization"
985
  msgid "Geolocalization"
986
  msgstr "Localización"
987
 
988
- #: includes/settings_page.php:372
989
  msgid "Detect Visitors Country"
990
  msgstr ""
991
 
992
- #: includes/settings_page.php:376
993
  #, php-format
994
  msgid ""
995
  "This feature requires the use of the GeoIP Detection plugin. Install it by "
996
  "going %s"
997
  msgstr ""
998
 
999
- #: includes/settings_page.php:376 includes/wplc_departments.php:585
1000
- #: modules/node_server.php:501 wp-live-chat-support.php:2319
1001
  msgid "here"
1002
  msgstr "aquí"
1003
 
1004
- #: includes/settings_page.php:377
1005
  #, fuzzy
1006
  #| msgid ""
1007
  #| "This feature is only available when you select 3CX High Performance Cloud "
@@ -1013,15 +999,15 @@ msgstr ""
1013
  "Está funcionalidad sólo está disponible cuando selecciona los Servidores en "
1014
  "la Nube de Alto Desempeño de 3CX dentro de Funcionalidades Avanzadas."
1015
 
1016
- #: includes/settings_page.php:383
1017
  msgid "Voice Notes"
1018
  msgstr "Notas de Voz"
1019
 
1020
- #: includes/settings_page.php:387
1021
  msgid "Enable Voice Notes on admin side"
1022
  msgstr "Habilitar Notas de Voz en el lado del administrador"
1023
 
1024
- #: includes/settings_page.php:389
1025
  msgid ""
1026
  "Enabling this will allow you to record the voice during the chat and send it "
1027
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
@@ -1030,11 +1016,11 @@ msgstr ""
1030
  "enviarlo al visitante una vez que presiona CTRL + BARRA ESPACIADORA en la "
1031
  "ventana principal de chat"
1032
 
1033
- #: includes/settings_page.php:397
1034
  msgid "Enable Voice Notes on visitor side"
1035
  msgstr "Habilitar Notas de Voz del lado del visitante"
1036
 
1037
- #: includes/settings_page.php:399
1038
  msgid ""
1039
  "Enabling this will allow the visitors to record the voice during the chat "
1040
  "and send it to agent once they hold on CTRL + SPACEBAR"
@@ -1042,39 +1028,43 @@ msgstr ""
1042
  "Al habilitar esto, le permitirá a los visitantes grabar un mensaje de voz y "
1043
  "enviarlo al agente una vez que presione CTRL + BARRA ESPACIADORA"
1044
 
1045
- #: includes/settings_page.php:413 wp-live-chat-support.php:3950
1046
  msgid "Chat Box Settings"
1047
  msgstr "Ajustes de la Ventana de Chat"
1048
 
1049
- #: includes/settings_page.php:416
1050
  msgid "Alignment"
1051
  msgstr "Alineación"
1052
 
1053
- #: includes/settings_page.php:419
1054
  msgid "Bottom left"
1055
  msgstr "Inferior izquierda"
1056
 
1057
- #: includes/settings_page.php:420
1058
  msgid "Bottom right"
1059
  msgstr "Inferior derecha"
1060
 
1061
- #: includes/settings_page.php:421
1062
  msgid "Left"
1063
  msgstr "Izquierda"
1064
 
1065
- #: includes/settings_page.php:422
1066
  msgid "Right"
1067
  msgstr "Derecha"
1068
 
1069
- #: includes/settings_page.php:429
1070
  msgid "Chat box height (percent of the page)"
1071
  msgstr ""
1072
 
1073
- #: includes/settings_page.php:443
 
 
 
 
1074
  msgid "Automatic Chatbox Pop-Up"
1075
  msgstr ""
1076
 
1077
- #: includes/settings_page.php:443
1078
  msgid ""
1079
  "Expand the chat box automatically (prompts the user to enter their name and "
1080
  "email address)."
@@ -1082,39 +1072,43 @@ msgstr ""
1082
  "Expandir el recuadro de chat automáticamente (solicita al usuario a ingresar "
1083
  "su nombre y correo electrónico)."
1084
 
1085
- #: includes/settings_page.php:447
1086
  #, fuzzy
1087
  #| msgid "Disable Emojis"
1088
  msgid "Disabled"
1089
  msgstr "Deshabilitar Emojis"
1090
 
1091
- #: includes/settings_page.php:448
1092
  msgid "No Forms - Only show 'Start Chat' button"
1093
  msgstr ""
1094
 
1095
- #: includes/settings_page.php:449
1096
  msgid "All Forms - Show chatbox forms and fields"
1097
  msgstr ""
1098
 
1099
- #: includes/settings_page.php:451
1100
  #, fuzzy
1101
  #| msgid "Choose when I want to be online"
1102
  msgid "Pop-up only when agents are online"
1103
  msgstr "Elegir cuándo quiero estar en línea"
1104
 
1105
- #: includes/settings_page.php:457
 
 
 
 
1106
  msgid "Display for chat message:"
1107
  msgstr "Mostrar para el mensaje de chat:"
1108
 
1109
- #: includes/settings_page.php:461
1110
  msgid "Avatar"
1111
  msgstr "Avatar"
1112
 
1113
- #: includes/settings_page.php:466
1114
  msgid "Display typing indicator"
1115
  msgstr "Mostrar indicador de escribiendo."
1116
 
1117
- #: includes/settings_page.php:466
1118
  msgid ""
1119
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1120
  "visitor is typing."
@@ -1122,7 +1116,7 @@ msgstr ""
1122
  "Mostrar la animación \"escribiendo...\" en la ventana de chat tan pronto "
1123
  "como un agente o visitante esté escribiendo."
1124
 
1125
- #: includes/settings_page.php:470
1126
  #, fuzzy
1127
  #| msgid ""
1128
  #| "For non-cloud server users, please note that this will increase the "
@@ -1134,11 +1128,11 @@ msgstr ""
1134
  "Para usuarios no en la nube, por favor tome en cuenta que esto incrementará "
1135
  "la cantidad de recursos requeridos del servidor."
1136
 
1137
- #: includes/settings_page.php:475
1138
  msgid "Chat box for logged in users only:"
1139
  msgstr "Ventana de chat sólo para usuarios con sesión iniciada:"
1140
 
1141
- #: includes/settings_page.php:475
1142
  msgid ""
1143
  "By checking this, only users that are logged in will be able to chat with "
1144
  "you."
@@ -1146,11 +1140,11 @@ msgstr ""
1146
  "Al seleccionar esto, sólo los usuarios que han iniciado sesión podrán "
1147
  "chatear con usted."
1148
 
1149
- #: includes/settings_page.php:483
1150
  msgid "Use Logged In User Details"
1151
  msgstr "Usar los Detalles del Usuario Conectado"
1152
 
1153
- #: includes/settings_page.php:483
1154
  msgid ""
1155
  "A user's Name and Email Address will be used by default if they are logged "
1156
  "in."
@@ -1158,19 +1152,19 @@ msgstr ""
1158
  "Se usarán por defecto el Nombre y Correo Electrónico del usuario cuando haya "
1159
  "iniciado sesión."
1160
 
1161
- #: includes/settings_page.php:491
1162
  msgid "Display a timestamp in the chat window:"
1163
  msgstr "Mostrar fecha y hora en la ventana de chat:"
1164
 
1165
- #: includes/settings_page.php:495 wp-live-chat-support.php:2378
1166
  msgid "Time"
1167
  msgstr "Hora"
1168
 
1169
- #: includes/settings_page.php:500
1170
  msgid "Redirect to “Thank You” page on chat end:"
1171
  msgstr "Redirigir a una página de \"Agradecimiento\" al terminar el chat:"
1172
 
1173
- #: includes/settings_page.php:500
1174
  msgid ""
1175
  "By checking this, users will be redirected to your thank you page when a "
1176
  "chat is completed."
@@ -1178,162 +1172,162 @@ msgstr ""
1178
  "Al seleccionar esto, los usuarios serán redirigidos a su página de "
1179
  "agradecimiento cuando termine el chat."
1180
 
1181
- #: includes/settings_page.php:504
1182
  msgid "Thank You Page URL"
1183
  msgstr "URL de la Página de Agradecimiento"
1184
 
1185
- #: includes/settings_page.php:514
1186
  msgid "Disable Emojis"
1187
  msgstr "Deshabilitar Emojis"
1188
 
1189
- #: includes/settings_page.php:531
1190
  msgid "User / Agent name"
1191
  msgstr "Nombre del Agente / Usuario"
1192
 
1193
- #: includes/settings_page.php:539
1194
  msgid "Use WordPress name"
1195
  msgstr "Usar nombre de WordPress"
1196
 
1197
- #: includes/settings_page.php:542
1198
  msgid "Note: 'Name' field will be ignored"
1199
  msgstr "Nota: El campo \"Nombre\" será ignorado"
1200
 
1201
- #: includes/settings_page.php:574
1202
  msgid "Incoming chat ring tone"
1203
  msgstr "Tono de timbrado de chat entrante"
1204
 
1205
- #: includes/settings_page.php:590
1206
  msgid "Incoming message tone"
1207
  msgstr "Tono de mensaje entrante"
1208
 
1209
- #: includes/settings_page.php:607
1210
  msgid "Icon"
1211
  msgstr "Ícono"
1212
 
1213
- #: includes/settings_page.php:615
1214
  msgid "Upload Icon"
1215
  msgstr "Cargar Ícono"
1216
 
1217
- #: includes/settings_page.php:616 includes/settings_page.php:621
1218
  msgid "Select Default Icon"
1219
  msgstr "Seleccionar Ícono por Defecto"
1220
 
1221
- #: includes/settings_page.php:618
1222
  msgid "Recommended Size 50px x 50px"
1223
  msgstr "Tamaño recomendado 50px x 50px"
1224
 
1225
- #: includes/settings_page.php:661
1226
  msgid "Picture"
1227
  msgstr "Imagen"
1228
 
1229
- #: includes/settings_page.php:669
1230
  msgid "Upload Image"
1231
  msgstr "Cargar Imagen"
1232
 
1233
- #: includes/settings_page.php:670
1234
  #, fuzzy
1235
  #| msgid "Select Default Icon"
1236
  msgid "Select Default Image"
1237
  msgstr "Seleccionar Ícono por Defecto"
1238
 
1239
- #: includes/settings_page.php:673
1240
  msgid "Remove Image"
1241
  msgstr "Eliminar Imagen"
1242
 
1243
- #: includes/settings_page.php:674
1244
  msgid "Recommended Size 60px x 60px"
1245
  msgstr "Tamaño recomendado 60px x 60px"
1246
 
1247
- #: includes/settings_page.php:681
1248
  msgid "Logo"
1249
  msgstr "Logo"
1250
 
1251
- #: includes/settings_page.php:689
1252
  msgid "Upload Logo"
1253
  msgstr "Cargar Logo"
1254
 
1255
- #: includes/settings_page.php:691
1256
  msgid "Remove Logo"
1257
  msgstr "Eliminar Logo"
1258
 
1259
- #: includes/settings_page.php:692
1260
  msgid "Recommended Size 250px x 40px"
1261
  msgstr "Tamaño recomendado 250px x 40px"
1262
 
1263
- #: includes/settings_page.php:698
1264
  msgid "Chat button delayed startup (seconds)"
1265
  msgstr "Retardo de inicio del botón de chat (en segundos)"
1266
 
1267
- #: includes/settings_page.php:698
1268
  msgid "How long to delay showing the Live Chat button on a page"
1269
  msgstr ""
1270
  "Cuento tiempo retardar el mostrar el botón del Chat en Vivo en una página"
1271
 
1272
- #: includes/settings_page.php:707
1273
  msgid "Chat notifications"
1274
  msgstr "Notificaciones de chat"
1275
 
1276
- #: includes/settings_page.php:707
1277
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1278
  msgstr ""
1279
  "Alertarme vía correo electrónico tan pronto como alguien quiera iniciar un "
1280
  "chat (estando En Línea)"
1281
 
1282
- #: includes/settings_page.php:716
1283
  msgid "User Experience"
1284
  msgstr "Experiencia de Usuario"
1285
 
1286
- #: includes/settings_page.php:720
1287
  msgid "Share files"
1288
  msgstr "Compartir archivos"
1289
 
1290
- #: includes/settings_page.php:720
1291
  msgid "Adds file sharing to your chat box!"
1292
  msgstr "¡Agrega compartición de archivos a su ventana de chat!"
1293
 
1294
- #: includes/settings_page.php:724
1295
  msgid "Visitor experience ratings"
1296
  msgstr "Calificaciones de Visitantes"
1297
 
1298
- #: includes/settings_page.php:724
1299
  msgid "Allows users to rate the chat experience with an agent."
1300
  msgstr ""
1301
  "Permitir que los usuarios puedan calificar su experiencia del chat con un "
1302
  "agente."
1303
 
1304
- #: includes/settings_page.php:730 includes/settings_page.php:1057
1305
  msgid "Social"
1306
  msgstr "Social"
1307
 
1308
- #: includes/settings_page.php:734
1309
  msgid "Facebook URL"
1310
  msgstr "URL de Facebook"
1311
 
1312
- #: includes/settings_page.php:734
1313
  msgid "Link your Facebook page here. Leave blank to hide"
1314
  msgstr "Enlace su página de Facebook aquí. Deje en blanco para ocultar"
1315
 
1316
- #: includes/settings_page.php:735
1317
  msgid "Facebook URL..."
1318
  msgstr "URL de Facebook..."
1319
 
1320
- #: includes/settings_page.php:746
1321
  msgid "Twitter URL"
1322
  msgstr "URL de Twitter"
1323
 
1324
- #: includes/settings_page.php:746
1325
  msgid "Link your Twitter page here. Leave blank to hide"
1326
  msgstr "Enlace su página de Twitter aquí. Deje en blanco para ocultar"
1327
 
1328
- #: includes/settings_page.php:747
1329
  msgid "Twitter URL..."
1330
  msgstr "URL de Twitter..."
1331
 
1332
- #: includes/settings_page.php:769
1333
  msgid "Disable offline messages"
1334
  msgstr "Desactivar mensajes fuera de línea"
1335
 
1336
- #: includes/settings_page.php:769
1337
  msgid ""
1338
  "The chat window will be hidden when it is offline. Users will not be able to "
1339
  "send offline messages to you"
@@ -1341,39 +1335,39 @@ msgstr ""
1341
  "La ventana de chat se ocultará cuando esté fuera de línea. Los usuarios no "
1342
  "podrán enviarle mensajes en ese momento"
1343
 
1344
- #: includes/settings_page.php:776
1345
  msgid "Offline Form Title"
1346
  msgstr "Título del Formulario Fuera de Línea"
1347
 
1348
- #: includes/settings_page.php:784
1349
  msgid "Offline form initial message"
1350
  msgstr "Mensaje inicial del Formulario Fuera de Línea"
1351
 
1352
- #: includes/settings_page.php:790
1353
  msgid "Offline form message on send"
1354
  msgstr "Mensaje a Enviar del Formulario Fuera de Línea"
1355
 
1356
- #: includes/settings_page.php:796
1357
  msgid "Offline form finish message"
1358
  msgstr "Mensaje final del Formulario Fuera de Línea"
1359
 
1360
- #: includes/settings_page.php:802
1361
  msgid "Offline Button Text"
1362
  msgstr "Texto del Botón Fuera de Línea"
1363
 
1364
- #: includes/settings_page.php:808
1365
  msgid "Offline Send Button Text"
1366
  msgstr "Texto del Botón Enviar Fuera de Línea"
1367
 
1368
- #: includes/settings_page.php:816
1369
  msgid "Email settings"
1370
  msgstr "Ajustes de Correo Electrónico"
1371
 
1372
- #: includes/settings_page.php:822
1373
  msgid "Send to agent(s)"
1374
  msgstr "Enviar a los agentes"
1375
 
1376
- #: includes/settings_page.php:822
1377
  msgid ""
1378
  "Email address where offline messages are delivered to. Use comma separated "
1379
  "email addresses to send to more than one email address"
@@ -1381,102 +1375,102 @@ msgstr ""
1381
  "Correos electrónicos a los que serán enviados los mensajes fuera de línea. "
1382
  "Use coma para separar las direcciones y enviar a más de un correo electrónico"
1383
 
1384
- #: includes/settings_page.php:832
1385
  msgid "Subject"
1386
  msgstr "Asunto"
1387
 
1388
- #: includes/settings_page.php:832
1389
  msgid "User name will be appended to the end of the subject."
1390
  msgstr "El nombre de usuario será agregado al final del asunto."
1391
 
1392
- #: includes/settings_page.php:845
1393
  msgid "Auto-respond to visitor"
1394
  msgstr "Auto-respuesta al visitante"
1395
 
1396
- #: includes/settings_page.php:845
1397
  msgid "Send your visitors an email as soon as they send you an offline message"
1398
  msgstr ""
1399
  "Enviar a sus visitantes un correo electrónico tan pronto como le envíen un "
1400
  "mensaje fuera de línea"
1401
 
1402
- #: includes/settings_page.php:851
1403
  msgid "Auto-responder 'From' name"
1404
  msgstr "Nombre \"Desde\" de la Auto-Respuesta"
1405
 
1406
- #: includes/settings_page.php:857
1407
  msgid "Auto-responder 'From' email"
1408
  msgstr "Correo Electrónico \"Desde\" de la Auto-Respuesta"
1409
 
1410
- #: includes/settings_page.php:863
1411
  msgid "Auto-responder subject"
1412
  msgstr "Asunto de la Auto-Respuesta"
1413
 
1414
- #: includes/settings_page.php:869
1415
  msgid "Auto-responder body"
1416
  msgstr "Mensaje de la Auto-Respuesta"
1417
 
1418
- #: includes/settings_page.php:872
1419
  msgid "HTML and the following shortcodes can be used"
1420
  msgstr "Puede usar HTML y los siguientes atajos"
1421
 
1422
- #: includes/settings_page.php:872
1423
  msgid "User's name"
1424
  msgstr "Nombre del Usuario"
1425
 
1426
- #: includes/settings_page.php:872
1427
  msgid "User's email address"
1428
  msgstr "Correo electrónico del Usuario"
1429
 
1430
- #: includes/settings_page.php:948
1431
  msgid "Color scheme"
1432
  msgstr "Esquema de color"
1433
 
1434
- #: includes/settings_page.php:1004
1435
  msgid "Custom Scheme"
1436
  msgstr "Esquema personalizado"
1437
 
1438
- #: includes/settings_page.php:1025
1439
  msgid "Palette Color 1"
1440
  msgstr "Paleta de Colores 1"
1441
 
1442
- #: includes/settings_page.php:1031
1443
  msgid "Palette Color 2"
1444
  msgstr "Paleta de Colores 2"
1445
 
1446
- #: includes/settings_page.php:1037
1447
  msgid "Palette Color 3"
1448
  msgstr "Paleta de Colores 3"
1449
 
1450
- #: includes/settings_page.php:1043
1451
  msgid "Palette Color 4"
1452
  msgstr "Paleta de Colores 4"
1453
 
1454
- #: includes/settings_page.php:1050
1455
  msgid "Chat background"
1456
  msgstr "Fondo de Pantalla del Chat"
1457
 
1458
- #: includes/settings_page.php:1054
1459
  msgid "Cloudy"
1460
  msgstr "Nubes"
1461
 
1462
- #: includes/settings_page.php:1055
1463
  msgid "Geometry"
1464
  msgstr "Geometría"
1465
 
1466
- #: includes/settings_page.php:1056
1467
  msgid "Tech"
1468
  msgstr "Tecnología"
1469
 
1470
- #: includes/settings_page.php:1058 includes/wplc_roi.php:163
1471
- #: modules/node_server.php:773
1472
  msgid "None"
1473
  msgstr "Ninguno"
1474
 
1475
- #: includes/settings_page.php:1064
1476
  msgid "Use localization plugin"
1477
  msgstr "Usar el plugin de localización"
1478
 
1479
- #: includes/settings_page.php:1067
1480
  #, fuzzy, php-format
1481
  #| msgid ""
1482
  #| "Enable this if you are using a localization plugin. Should you wish to "
@@ -1491,35 +1485,35 @@ msgstr ""
1491
  "siguientes cadenas con esta opción habilitada, por favor visite la "
1492
  "documentación %s"
1493
 
1494
- #: includes/settings_page.php:1073
1495
  msgid "Chat box title"
1496
  msgstr "Título de la Ventana de Chat"
1497
 
1498
- #: includes/settings_page.php:1079
1499
  msgid "Chat box sub-title"
1500
  msgstr "Subtítulo de la Ventana de Chat"
1501
 
1502
- #: includes/settings_page.php:1085
1503
  msgid "Chat box intro"
1504
  msgstr "Introducción de la Ventana de Chat"
1505
 
1506
- #: includes/settings_page.php:1091
1507
  msgid "Start chat button label"
1508
  msgstr "Etiqueta del botón de inicio de Chat"
1509
 
1510
- #: includes/settings_page.php:1097
1511
  msgid "Start chat status message"
1512
  msgstr "Mensaje de estado de inicio de Chat"
1513
 
1514
- #: includes/settings_page.php:1103
1515
  msgid "Re-activate chat message"
1516
  msgstr "Reactivar el mensaje de chat"
1517
 
1518
- #: includes/settings_page.php:1111
1519
  msgid "Welcome message"
1520
  msgstr "Mensaje de bienvenida"
1521
 
1522
- #: includes/settings_page.php:1113
1523
  msgid ""
1524
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1525
  "join"
@@ -1527,49 +1521,49 @@ msgstr ""
1527
  "Este texto es mostrado cuando un usuario inicia un chat y espera a que se "
1528
  "una un agente"
1529
 
1530
- #: includes/settings_page.php:1117
1531
  msgid "Agent no answer message"
1532
  msgstr "Mensaje de sin respuesta de agente"
1533
 
1534
- #: includes/settings_page.php:1119
1535
  msgid ""
1536
  "This text is shown to the user when an agent has failed to answer a chat"
1537
  msgstr "Este texto es mostrado cuando un agente no pudo contestar un chat"
1538
 
1539
- #: includes/settings_page.php:1123
1540
  msgid "Other text"
1541
  msgstr "Otro texto"
1542
 
1543
- #: includes/settings_page.php:1126 wp-live-chat-support.php:496
1544
- #: wp-live-chat-support.php:1231
1545
  msgid "The chat has been ended by the agent."
1546
  msgstr "El chat ha sido finalizado por el agente."
1547
 
1548
- #: includes/settings_page.php:1131
1549
  msgid "Chat box animation"
1550
  msgstr "Animación de la ventana de chat"
1551
 
1552
- #: includes/settings_page.php:1139
1553
  msgid "Slide Up"
1554
  msgstr "Deslizar hacia arriba"
1555
 
1556
- #: includes/settings_page.php:1145
1557
  msgid "Slide From The Side"
1558
  msgstr "Deslizar desde un lado"
1559
 
1560
- #: includes/settings_page.php:1151
1561
  msgid "Fade In"
1562
  msgstr "Fundido de entrada"
1563
 
1564
- #: includes/settings_page.php:1157
1565
  msgid "No Animation"
1566
  msgstr "Sin Animación"
1567
 
1568
- #: includes/settings_page.php:1175
1569
  msgid "Auto-response to first message"
1570
  msgstr "Auto-respuesta al primer mensaje"
1571
 
1572
- #: includes/settings_page.php:1178
1573
  msgid ""
1574
  "This message will be sent automatically after the first message is sent from "
1575
  "the user side. Leave empty to disable."
@@ -1577,31 +1571,31 @@ msgstr ""
1577
  "Este mensaje será enviado automáticamente después de que el primer mensaje "
1578
  "es enviado por parte del usuario. Deje vacío para deshabilitar."
1579
 
1580
- #: includes/settings_page.php:1190
1581
  msgid "Chat Agents"
1582
  msgstr "Agentes de Chat"
1583
 
1584
- #: includes/settings_page.php:1199
1585
  msgid "Logged In"
1586
  msgstr "En Línea"
1587
 
1588
- #: includes/settings_page.php:1217
1589
  msgid "Add New Agent"
1590
  msgstr "Agregar Nuevo Agente"
1591
 
1592
- #: includes/settings_page.php:1224
1593
  msgid "Administrator"
1594
  msgstr "Administrador"
1595
 
1596
- #: includes/settings_page.php:1229
1597
  msgid "Editor"
1598
  msgstr "Editor"
1599
 
1600
- #: includes/settings_page.php:1238
1601
  msgid "Add Agent"
1602
  msgstr "Agregar Agente"
1603
 
1604
- #: includes/settings_page.php:1244
1605
  #, php-format
1606
  msgid ""
1607
  "Should you wish to add a user that has a role less than 'Author', please go "
@@ -1612,23 +1606,23 @@ msgstr ""
1612
  "a la página %s, seleccione el usuario, haga clic en Editar y desplácese "
1613
  "hasta el final de la página para habilitar la opción \"Agente de Chat\"."
1614
 
1615
- #: includes/settings_page.php:1244
1616
  msgid "Users"
1617
  msgstr "Usuarios"
1618
 
1619
- #: includes/settings_page.php:1245
1620
  msgid "If there are no chat agents online, the chat will show as offline"
1621
  msgstr "Si no hay agentes de chat en línea, el chat se mostrará como offline"
1622
 
1623
- #: includes/settings_page.php:1250
1624
  msgid "Blocked Visitors / IP Addresses"
1625
  msgstr "Visitantes / Direcciones IP Bloqueadas"
1626
 
1627
- #: includes/settings_page.php:1254
1628
  msgid "Enter each IP Address you would like to block on a new line"
1629
  msgstr "Introduzca cada dirección de IP que desee bloquear en una línea nueva"
1630
 
1631
- #: includes/settings_page.php:1265
1632
  msgid ""
1633
  "Blocking a user's IP Address here will hide the chat window from them, "
1634
  "preventing them from chatting with you. Each IP Address must be on a new line"
@@ -1637,66 +1631,96 @@ msgstr ""
1637
  "chat para ese usuario, evitando que pueda iniciar un chat con usted. Cada "
1638
  "dirección IP se debe introducir en una línea nueva+"
1639
 
1640
- #: includes/settings_page.php:1281
1641
  msgid "Enable Business Hours"
1642
  msgstr "Habilitar Horario de Oficina"
1643
 
1644
- #: includes/settings_page.php:1286
1645
  msgid "Working days"
1646
  msgstr ""
1647
 
1648
- #: includes/settings_page.php:1294
 
 
 
 
 
 
1649
  #, fuzzy
1650
  #| msgid "Active schedule"
1651
- msgid "Morning schedule"
1652
  msgstr "Activar programación"
1653
 
1654
- #: includes/settings_page.php:1295 includes/settings_page.php:1302
1655
- msgid "Between"
1656
- msgstr "Entre"
1657
-
1658
- #: includes/settings_page.php:1298 includes/settings_page.php:1304
1659
- msgid "and"
1660
- msgstr "y"
1661
-
1662
- #: includes/settings_page.php:1301
1663
  #, fuzzy
1664
  #| msgid "Active schedule"
1665
- msgid "Afternoon schedule"
1666
  msgstr "Activar programación"
1667
 
1668
- #: includes/settings_page.php:1315
 
 
 
 
 
 
 
 
 
 
1669
  msgid ""
1670
  "Time intervals are incorrect or overlapping. Please fix your settings or you "
1671
  "might get unexpected behavior."
1672
  msgstr ""
1673
 
1674
- #: includes/settings_page.php:1319
1675
  msgid "Current Site Time"
1676
  msgstr "Hora Actual del Sitio"
1677
 
1678
- #: includes/settings_page.php:1332
1679
  msgid "Chat Encryption"
1680
  msgstr "Chat cifrado"
1681
 
1682
- #: includes/settings_page.php:1335
1683
  msgid "Enable Encryption"
1684
  msgstr "Habilitar Cifrado"
1685
 
1686
- #: includes/settings_page.php:1335
1687
  msgid ""
1688
  "All messages will be encrypted when being sent to and from the user and "
1689
  "agent."
1690
  msgstr ""
1691
  "Todos los mensajes enviados desde y hacia el usuario y agente serán cifrados."
1692
 
1693
- #: includes/settings_page.php:1344
1694
  msgid ""
1695
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1696
  msgstr ""
1697
  "Una vez habilitado, todos los mensajes serán cifrados. Esto no puede "
1698
  "deshacerse."
1699
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1700
  #: includes/settings_page.php:1354
1701
  msgid "Save Settings"
1702
  msgstr "Guardar ajustes"
@@ -1716,30 +1740,30 @@ msgstr ""
1716
  "para desactivar."
1717
 
1718
  #: includes/wplc_custom_fields.php:67 includes/wplc_data_triggers.php:8
1719
- #: includes/wplc_departments.php:139 includes/wplc_roi.php:112
1720
  #: modules/webhooks_manager.php:60 modules/webhooks_manager.php:321
1721
  msgid "Add New"
1722
  msgstr "Agregar Nuevo"
1723
 
1724
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1051
1725
  msgid "Custom Fields"
1726
  msgstr "Compos Personalizados"
1727
 
1728
- #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:457
1729
- #: wp-live-chat-support.php:2379
1730
  msgid "Type"
1731
  msgstr "Tipo"
1732
 
1733
- #: includes/wplc_custom_fields.php:81 includes/wplc_data_triggers.php:459
1734
  msgid "Content"
1735
  msgstr "Contenido"
1736
 
1737
- #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:460
1738
- #: wp-live-chat-support.php:2382 wp-live-chat-support.php:3338
1739
  msgid "Status"
1740
  msgstr "Estado"
1741
 
1742
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2563
1743
  msgid "Active"
1744
  msgstr "Activo"
1745
 
@@ -1747,8 +1771,8 @@ msgstr "Activo"
1747
  msgid "Inactive"
1748
  msgstr "Inactivo"
1749
 
1750
- #: includes/wplc_custom_fields.php:106 includes/wplc_data_triggers.php:468
1751
- #: includes/wplc_departments.php:183 includes/wplc_roi.php:156
1752
  #: modules/webhooks_manager.php:262
1753
  msgid "Edit"
1754
  msgstr "Editar"
@@ -1761,31 +1785,31 @@ msgstr "Crear su primer campo personalizado"
1761
  msgid "Create a Custom Field"
1762
  msgstr "Crear un Campo Personalizado"
1763
 
1764
- #: includes/wplc_custom_fields.php:142 includes/wplc_custom_fields.php:213
1765
  msgid "Field Name"
1766
  msgstr "Nombre del Campo"
1767
 
1768
- #: includes/wplc_custom_fields.php:146 includes/wplc_custom_fields.php:217
1769
  msgid "Field Type"
1770
  msgstr "Tipo del Campo"
1771
 
1772
- #: includes/wplc_custom_fields.php:149 includes/wplc_custom_fields.php:222
1773
  msgid "Text"
1774
  msgstr "Texto"
1775
 
1776
- #: includes/wplc_custom_fields.php:150 includes/wplc_custom_fields.php:223
1777
  msgid "Drop Down"
1778
  msgstr "Menú Desplegable"
1779
 
1780
- #: includes/wplc_custom_fields.php:155 includes/wplc_custom_fields.php:228
1781
  msgid "Default Field Value"
1782
  msgstr "Valor por defecto del campo"
1783
 
1784
- #: includes/wplc_custom_fields.php:159 includes/wplc_custom_fields.php:232
1785
  msgid "Drop Down Contents"
1786
  msgstr "Contenido del Menú Desplegable"
1787
 
1788
- #: includes/wplc_custom_fields.php:160 includes/wplc_custom_fields.php:233
1789
  msgid "Enter each option on a new line"
1790
  msgstr "Introduzca cada opción en una línea nueva"
1791
 
@@ -1793,40 +1817,40 @@ msgstr "Introduzca cada opción en una línea nueva"
1793
  msgid "Create Custom Field"
1794
  msgstr "Crear Campo Personalizado"
1795
 
1796
- #: includes/wplc_custom_fields.php:208
1797
  msgid "Edit a Custom Field"
1798
  msgstr "Editar un Campo Personalizado"
1799
 
1800
- #: includes/wplc_custom_fields.php:237
1801
  msgid "Update Custom Field"
1802
  msgstr "Actualizar un Campo Personalizado"
1803
 
1804
- #: includes/wplc_custom_fields.php:247
1805
  msgid "Custom Field Not Found"
1806
  msgstr "Campo Personalizado No Encontrado"
1807
 
1808
- #: includes/wplc_custom_fields.php:248
1809
  msgid "Back"
1810
  msgstr "Atras"
1811
 
1812
- #: includes/wplc_custom_fields.php:262
1813
  msgid "Are you sure you want to delete this custom field?"
1814
  msgstr "¿Está seguro que desea eliminar este campo personalizado?"
1815
 
1816
- #: includes/wplc_custom_fields.php:298
1817
  msgid "Text Field"
1818
  msgstr "Texto del Campo"
1819
 
1820
- #: includes/wplc_custom_fields.php:301
1821
  msgid "Dropdown"
1822
  msgstr "Menú Desplegable"
1823
 
1824
- #: includes/wplc_custom_fields.php:367
1825
  msgid "Custom Field Data"
1826
  msgstr "Información del Campo Personalizado"
1827
 
1828
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1050
1829
- #: wp-live-chat-support.php:3924
1830
  msgid "Triggers"
1831
  msgstr "Activadores"
1832
 
@@ -1891,37 +1915,37 @@ msgstr "(%) Porcentaje de la altura de la página"
1891
  msgid "Content Replacement"
1892
  msgstr "Reemplazamiento de contenido"
1893
 
1894
- #: includes/wplc_data_triggers.php:108
1895
  msgid "Replace Content"
1896
  msgstr "Reemplazar Contenido"
1897
 
1898
- #: includes/wplc_data_triggers.php:113
1899
  msgid "Enable Trigger"
1900
  msgstr "Habilitar Activador"
1901
 
1902
- #: includes/wplc_data_triggers.php:119 modules/node_server.php:445
1903
- #: wp-live-chat-support.php:4617
1904
  msgid "Close"
1905
  msgstr "Cerrar"
1906
 
1907
- #: includes/wplc_data_triggers.php:129 includes/wplc_departments.php:261
1908
- #: includes/wplc_roi.php:263
1909
  msgid "Please review your submission"
1910
  msgstr "Por favor, revise su petición"
1911
 
1912
- #: includes/wplc_data_triggers.php:277
1913
  msgid "Trigger has been edited."
1914
  msgstr "El Activador ha sido editado."
1915
 
1916
- #: includes/wplc_data_triggers.php:442
1917
  msgid "Conflict with page"
1918
  msgstr "Conflicto con la página"
1919
 
1920
- #: includes/wplc_data_triggers.php:444
1921
  msgid "Trigger ID: "
1922
  msgstr "ID de Activador:"
1923
 
1924
- #: includes/wplc_data_triggers.php:445
1925
  msgid ""
1926
  "It is possible that this trigger may override another trigger, or be "
1927
  "overridden by another trigger."
@@ -1929,24 +1953,24 @@ msgstr ""
1929
  "Es posible que este activador pueda sobre escribir a otro activador o ser "
1930
  "sobrescrito por otro."
1931
 
1932
- #: includes/wplc_data_triggers.php:458 includes/wplc_roi.php:147
1933
- #: modules/node_server.php:191 modules/node_server.php:741
1934
  msgid "Page"
1935
  msgstr "Página"
1936
 
1937
- #: includes/wplc_data_triggers.php:477 includes/wplc_roi.php:698
1938
  msgid "All"
1939
  msgstr "Todos"
1940
 
1941
- #: includes/wplc_data_triggers.php:481
1942
  msgid "Click to change trigger status"
1943
  msgstr "Haga clic para cambiar el estado del activador"
1944
 
1945
- #: includes/wplc_data_triggers.php:491
1946
  msgid "No Triggers Found..."
1947
  msgstr "No se encontraron activadores..."
1948
 
1949
- #: includes/wplc_data_triggers.php:602
1950
  msgid "Are you sure you would like to delete trigger"
1951
  msgstr "¿Está seguro que desea eliminar el activador?"
1952
 
@@ -2028,7 +2052,7 @@ msgid "Department you have been assigned to as an agent"
2028
  msgstr "Departamento al cual ha sido asignado como agente"
2029
 
2030
  #: includes/wplc_departments.php:631 includes/wplc_transfer_chats.php:48
2031
- #: modules/node_server.php:194 modules/node_server.php:743
2032
  msgid "Department"
2033
  msgstr "Departamento"
2034
 
@@ -2036,100 +2060,100 @@ msgstr "Departamento"
2036
  msgid "Select Department"
2037
  msgstr "Seleccionar Departamento"
2038
 
2039
- #: includes/wplc_roi.php:104 includes/wplc_roi.php:116
2040
- #: wp-live-chat-support.php:3926
2041
  msgid "ROI Goals"
2042
  msgstr "Metas ROI"
2043
 
2044
- #: includes/wplc_roi.php:113
2045
  msgid "View Reports"
2046
  msgstr "Ver Reportes"
2047
 
2048
- #: includes/wplc_roi.php:148
2049
  msgid "Value"
2050
  msgstr "Valor"
2051
 
2052
- #: includes/wplc_roi.php:170
2053
  msgid "No ROI Goals Found..."
2054
  msgstr "No se encontraron Metas ROI..."
2055
 
2056
- #: includes/wplc_roi.php:228
2057
  msgid "Goal Name"
2058
  msgstr "Nombre de la Meta"
2059
 
2060
- #: includes/wplc_roi.php:233
2061
  msgid "Goal Overview"
2062
  msgstr "Resumen de la Meta"
2063
 
2064
- #: includes/wplc_roi.php:238
2065
  msgid "Goal Page"
2066
  msgstr "Página Meta"
2067
 
2068
- #: includes/wplc_roi.php:247
2069
  msgid "Goal Value"
2070
  msgstr "Valor Meta"
2071
 
2072
- #: includes/wplc_roi.php:400
2073
  msgid "Goal has been edited."
2074
  msgstr "Esta Meta ha sido editada."
2075
 
2076
- #: includes/wplc_roi.php:571
2077
  msgid "Are you sure you would like to delete goal"
2078
  msgstr "¿Está seguro que desea eliminar esta meta?"
2079
 
2080
- #: includes/wplc_roi.php:658
2081
  msgid "ROI Reports"
2082
  msgstr "Reportes ROI"
2083
 
2084
- #: includes/wplc_roi.php:677
2085
  msgid "Goal Statistics"
2086
  msgstr "Estadísticas de Metas"
2087
 
2088
- #: includes/wplc_roi.php:689
2089
  msgid "No Goals Found"
2090
  msgstr "No se encontraron Metas"
2091
 
2092
- #: includes/wplc_roi.php:699
2093
  msgid "Last 30 Days"
2094
  msgstr "Últimos 30 Días"
2095
 
2096
- #: includes/wplc_roi.php:700
2097
  msgid "Last 15 Days"
2098
  msgstr "Últimos 15 Días"
2099
 
2100
- #: includes/wplc_roi.php:701
2101
  msgid "Last 7 Days"
2102
  msgstr "Últimos 7 Días"
2103
 
2104
- #: includes/wplc_roi.php:702
2105
  msgid "Last 24 Hours"
2106
  msgstr "Últimas 24 Horas"
2107
 
2108
- #: includes/wplc_roi.php:754
2109
  msgid "Value Per Conversion"
2110
  msgstr "Valor por Conversión"
2111
 
2112
- #: includes/wplc_roi.php:760
2113
  msgid "Total Value"
2114
  msgstr "Valor Total"
2115
 
2116
- #: includes/wplc_roi.php:765
2117
  msgid "Total Conversions"
2118
  msgstr "Conversiones Totales"
2119
 
2120
- #: includes/wplc_roi.php:797
2121
  msgid "Value By Date"
2122
  msgstr "Valor por Fecha"
2123
 
2124
- #: includes/wplc_roi.php:800
2125
  msgid "Value By Agent"
2126
  msgstr "Valor por Agente"
2127
 
2128
- #: includes/wplc_roi.php:806
2129
  msgid "No data available yet..."
2130
  msgstr "Todavía no hay información disponible..."
2131
 
2132
- #: includes/wplc_transfer_chats.php:18 modules/node_server.php:730
2133
  msgid "Transfer"
2134
  msgstr "Transferir"
2135
 
@@ -2249,10 +2273,6 @@ msgstr "El usuario ha sido transferido desde"
2249
  msgid "department"
2250
  msgstr "departamento"
2251
 
2252
- #: includes/wplc_transfer_chats.php:582
2253
- msgid "to"
2254
- msgstr "a"
2255
-
2256
  #: includes/wplc_transfer_chats.php:585
2257
  msgid "as there were no agents online"
2258
  msgstr "debido a que no hay agentes en línea"
@@ -2311,15 +2331,11 @@ msgstr ""
2311
  "Token de seguridad para acceder a los chats en el nodo del servidor. Al "
2312
  "cambiar esto, se cerrarán sus sesiones de chat activas."
2313
 
2314
- #: modules/advanced_features.php:59 modules/api/public/wplc-api.php:84
2315
- msgid "Generate New"
2316
- msgstr "Generar Nuevo"
2317
-
2318
- #: modules/advanced_features.php:64
2319
  msgid "Enable typing preview"
2320
  msgstr "Habilitar vista previa de texto."
2321
 
2322
- #: modules/advanced_features.php:64
2323
  msgid ""
2324
  "This option enables the typing preview, which means agents will be able to "
2325
  "see what the user is typing in realtime."
@@ -2327,15 +2343,15 @@ msgstr ""
2327
  "Esta opción habilita la vista previa de texto, lo que significa que los "
2328
  "agentes podrán ver lo que el usuario está escribiendo en tiempo real."
2329
 
2330
- #: modules/advanced_features.php:70
2331
  msgid "Typing preview is not available when GDPR is enabled"
2332
  msgstr "La vista previa no está disponible cuando GDPR está activado"
2333
 
2334
- #: modules/advanced_features.php:80
2335
  msgid "Number of chat rings"
2336
  msgstr "Número de veces en que un chat timbra"
2337
 
2338
- #: modules/advanced_features.php:80
2339
  msgid "Limit the amount of time the new chat ringer will play"
2340
  msgstr "Limitar el tiempo de timbrado para un nuevo chat"
2341
 
@@ -2355,8 +2371,8 @@ msgstr "Ajustes de Exportación"
2355
  msgid "Import Settings"
2356
  msgstr "Ajustes de Importación"
2357
 
2358
- #: modules/advanced_tools.php:62 modules/node_server.php:722
2359
- #: wp-live-chat-support.php:3939
2360
  msgid "Chat History"
2361
  msgstr "Historial de Chat"
2362
 
@@ -2410,21 +2426,21 @@ msgstr "Importación Completa"
2410
  msgid "Thank you, all settings have been updated"
2411
  msgstr "Gracias, todos los ajustes han sido actualizados"
2412
 
2413
- #: modules/api/agent/wplc-api-functions.php:212
2414
- #: modules/api/agent/wplc-api-functions.php:542
2415
- #: modules/api/public/wplc-api-functions.php:156
2416
  msgid "Action not set"
2417
  msgstr "Acción no definida"
2418
 
2419
- #: modules/api/agent/wplc-api-functions.php:403
2420
  msgid "IP Address not recorded"
2421
  msgstr "Dirección IP no registrada"
2422
 
2423
- #: modules/api/agent/wplc-api-functions.php:1045
2424
  msgid "Upload error"
2425
  msgstr "Error de Carga"
2426
 
2427
- #: modules/api/agent/wplc-api-functions.php:1048
2428
  msgid "Security Violation - File unsafe"
2429
  msgstr "Violación de Seguridad - Archivo no seguro"
2430
 
@@ -2459,45 +2475,45 @@ msgstr "No se encontró Token Secreto"
2459
  msgid "Call To Action Animation"
2460
  msgstr "Animación Call to Action"
2461
 
2462
- #: modules/gdpr.php:22
2463
  msgid "Enable privacy controls"
2464
  msgstr "Habilitar controles de privacidad"
2465
 
2466
- #: modules/gdpr.php:22
2467
  msgid "Disabling will disable all GDPR related options, this is not advised."
2468
  msgstr ""
2469
  "Al deshabilitar, también deshabilitará todas las opciones asociadas a GDPR, "
2470
  "esto no es recomendable."
2471
 
2472
- #: modules/gdpr.php:26
2473
  msgid "Importance of GDPR Compliance"
2474
  msgstr "Importancia del Cumplimiento con GDPR"
2475
 
2476
- #: modules/gdpr.php:32
2477
  msgid "Organization name"
2478
  msgstr "Nombre de la Organización"
2479
 
2480
- #: modules/gdpr.php:41
2481
  msgid "Data retention purpose"
2482
  msgstr "Propósitos de la retención de Información"
2483
 
2484
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:443
2485
  msgid "Chat/Support"
2486
  msgstr "Chat/Soporte"
2487
 
2488
- #: modules/gdpr.php:50
2489
  msgid "Data retention period"
2490
  msgstr "Periodo de retención de la información"
2491
 
2492
- #: modules/gdpr.php:53
2493
  msgid "days"
2494
  msgstr "días"
2495
 
2496
- #: modules/gdpr.php:59
2497
  msgid "GDPR notice to visitors"
2498
  msgstr "Aviso a visitantes de GDPR"
2499
 
2500
- #: modules/gdpr.php:60
2501
  msgid ""
2502
  "Users will be asked to accept the notice shown here, in the form of a check "
2503
  "box."
@@ -2505,11 +2521,21 @@ msgstr ""
2505
  "Se le solicitará a los usuarios aceptar el aviso de privacidad mostrado "
2506
  "aquí, en forma de casilla de verificación."
2507
 
2508
- #: modules/gdpr.php:90 modules/gdpr.php:101
 
 
 
 
 
 
 
 
 
 
2509
  msgid "GDPR Control"
2510
  msgstr "Control de GDPR"
2511
 
2512
- #: modules/gdpr.php:103
2513
  msgid ""
2514
  "Search is performed on chat sessions, messages, and offline messages. Data "
2515
  "will also be deleted automatically per your retention policy."
@@ -2518,43 +2544,43 @@ msgstr ""
2518
  "línea. La información también será eliminada automáticamente de acuerdo a "
2519
  "sus políticas de retención."
2520
 
2521
- #: modules/gdpr.php:112
2522
  msgid "Name, Email, Message"
2523
  msgstr "Nombre, Correo Electrónico, Mensaje"
2524
 
2525
- #: modules/gdpr.php:116 modules/node_server.php:222
2526
  msgid "Search"
2527
  msgstr "Buscar"
2528
 
2529
- #: modules/gdpr.php:129
2530
  #, php-format
2531
  msgid "Search Results in %%TABLE%%"
2532
  msgstr "Buscar Resultados en %%TABLE%%"
2533
 
2534
- #: modules/gdpr.php:157
2535
  #, php-format
2536
  msgid "Delete Chat (%%CID%%)"
2537
  msgstr "Eliminar Chat (%%CID%%)"
2538
 
2539
- #: modules/gdpr.php:158
2540
  #, php-format
2541
  msgid "Download Chat (%%CID%%)"
2542
  msgstr "Descargar Chat (%%CID%%)"
2543
 
2544
- #: modules/gdpr.php:162 wp-live-chat-support.php:4194
2545
- #: wp-live-chat-support.php:4254
2546
  msgid "Chat ID"
2547
  msgstr "ID de Chat"
2548
 
2549
- #: modules/gdpr.php:183
2550
  msgid "Please perform a search using the input field above"
2551
  msgstr "Por favor, realice una búsqueda usando el campo anterior"
2552
 
2553
- #: modules/gdpr.php:257
2554
  msgid "Data Deleted"
2555
  msgstr "Información Eliminada"
2556
 
2557
- #: modules/gdpr.php:343
2558
  #, php-format
2559
  msgid ""
2560
  "I agree for my personal data to be processed and for the use of cookies in "
@@ -2565,11 +2591,11 @@ msgstr ""
2565
  "participar en un chat procesado por %%COMPANY%%, con el propósito de "
2566
  "%%PURPOSE%%, para el tiempo de %%PERIOD%% día. (s) según la GDPR."
2567
 
2568
- #: modules/gdpr.php:365 modules/gdpr.php:563 modules/gdpr.php:584
2569
  msgid "Privacy Policy"
2570
  msgstr "Políticas de Privacidad"
2571
 
2572
- #: modules/gdpr.php:366
2573
  #, php-format
2574
  msgid ""
2575
  "We use WP Live Chat by 3CX as our live chat platform. By clicking below to "
@@ -2582,7 +2608,7 @@ msgstr ""
2582
  "información que proporcione ahora y durante el chat, será transferido a WP "
2583
  "Live Chat by 3CX para procesamiento de acuerdo con las %%POLICY_LINK%%."
2584
 
2585
- #: modules/gdpr.php:388
2586
  #, php-format
2587
  msgid ""
2588
  "Please note as per the GDPR settings you have selected, all chat data will "
@@ -2592,7 +2618,7 @@ msgstr ""
2592
  "seleccionado, toda la información del Chat será retenida por %%PERIOD%% "
2593
  "día(s)."
2594
 
2595
- #: modules/gdpr.php:391
2596
  #, php-format
2597
  msgid ""
2598
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
@@ -2601,23 +2627,23 @@ msgstr ""
2601
  "Después de este periodo, toda la información del Chat anterior a %%PERIOD%% "
2602
  "día(s), será eliminada permanentemente de su servidor."
2603
 
2604
- #: modules/gdpr.php:395
2605
  msgid "GDPR - Data Retention"
2606
  msgstr "GDPR - Retención de Información"
2607
 
2608
- #: modules/gdpr.php:398 modules/gdpr.php:565
2609
  msgid "Privacy Settings"
2610
  msgstr "Ajustes de Privacidad"
2611
 
2612
- #: modules/gdpr.php:413
2613
  msgid "Once every 6 hours"
2614
  msgstr "Una vez cada 6 horas"
2615
 
2616
- #: modules/gdpr.php:531
2617
  msgid "Chat Ended"
2618
  msgstr "El Chat Finalizó"
2619
 
2620
- #: modules/gdpr.php:556
2621
  msgid ""
2622
  "GDPR compliance has been disabled, read more about the implications of this "
2623
  "here"
@@ -2625,11 +2651,11 @@ msgstr ""
2625
  "El cumplimiento con GDPR ha sido deshabilitado, lea más aquí acerca de las "
2626
  "implicaciones sobre esto"
2627
 
2628
- #: modules/gdpr.php:557
2629
  msgid "Additionally please take a look at WP Live Chat by 3CX"
2630
  msgstr "Adicionalmente, por favor revise WP Live Chat by 3CX"
2631
 
2632
- #: modules/gdpr.php:558
2633
  msgid ""
2634
  "It is highly recommended that you enable GDPR compliance to ensure your user "
2635
  "data is regulated."
@@ -2637,19 +2663,19 @@ msgstr ""
2637
  "Es altamente recomendable que habilite el Cumplimiento con GDPR para "
2638
  "asegurar al usuario que la información es regulada."
2639
 
2640
- #: modules/gdpr.php:561
2641
  msgid "Warning - GDPR Compliance Disabled - Action Required"
2642
  msgstr "Atención - Cumplimiento con GDPR Deshabilitado - Acción Requerida"
2643
 
2644
- #: modules/gdpr.php:562
2645
  msgid "EU GDPR"
2646
  msgstr "GDPR UE"
2647
 
2648
- #: modules/gdpr.php:566
2649
  msgid "Dismiss & Accept Responsibility"
2650
  msgstr "Descartar y Aceptar Responsabilidad"
2651
 
2652
- #: modules/gdpr.php:583
2653
  #, php-format
2654
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2655
  msgstr ""
@@ -2673,20 +2699,20 @@ msgid "Toggle WordPress Menu for a full screen experience"
2673
  msgstr "Cambiar a Menú WordPress para una experiencia en pantalla completa"
2674
 
2675
  #: modules/node_server.php:79 modules/node_server.php:186
2676
- #: modules/node_server.php:720 modules/node_server.php:738
2677
  msgid "Active visitors"
2678
  msgstr "Visitantes Activos"
2679
 
2680
- #: modules/node_server.php:113 modules/node_server.php:725
2681
  msgid "Invite Agent"
2682
  msgstr "Invitar Agente"
2683
 
2684
- #: modules/node_server.php:114 modules/node_server.php:726
2685
  msgid "Invite Department"
2686
  msgstr "Invitar Departamento"
2687
 
2688
- #: modules/node_server.php:115 modules/node_server.php:727
2689
- #: modules/node_server.php:731 wp-live-chat-support.php:3996
2690
  msgid "Direct User To Page"
2691
  msgstr "Dirigir Usuario a una Página"
2692
 
@@ -2694,12 +2720,12 @@ msgstr "Dirigir Usuario a una Página"
2694
  msgid "Transcript"
2695
  msgstr "Transcripción"
2696
 
2697
- #: modules/node_server.php:118 modules/node_server.php:728
2698
  msgid "Leave chat"
2699
  msgstr "Abandonar Chat"
2700
 
2701
- #: modules/node_server.php:119 modules/node_server.php:729
2702
- #: wp-live-chat-support.php:2575
2703
  msgid "End chat"
2704
  msgstr "Finalizar chat"
2705
 
@@ -2707,7 +2733,7 @@ msgstr "Finalizar chat"
2707
  msgid "Something"
2708
  msgstr "Algo"
2709
 
2710
- #: modules/node_server.php:141 modules/node_server.php:733
2711
  msgid "Join chat"
2712
  msgstr "Unirse a Chat"
2713
 
@@ -2735,11 +2761,11 @@ msgstr "preformateado"
2735
  msgid "Filter the user list based on activity."
2736
  msgstr "Filtrar la lista de usuario basado en actividad"
2737
 
2738
- #: modules/node_server.php:168 modules/node_server.php:735
2739
  msgid "New Visitors (3 Min)"
2740
  msgstr "Nuevos Visitantes (3 Min)"
2741
 
2742
- #: modules/node_server.php:169 modules/node_server.php:736
2743
  msgid "Active Chats"
2744
  msgstr "Chats Activos"
2745
 
@@ -2747,7 +2773,7 @@ msgstr "Chats Activos"
2747
  msgid "Page URL"
2748
  msgstr "URL de Página"
2749
 
2750
- #: modules/node_server.php:171 modules/node_server.php:737
2751
  msgid "Clear Filters"
2752
  msgstr "Limpiar Filtros"
2753
 
@@ -2755,24 +2781,24 @@ msgstr "Limpiar Filtros"
2755
  msgid "Contains"
2756
  msgstr "Contiene"
2757
 
2758
- #: modules/node_server.php:189 modules/node_server.php:739
2759
- #: wp-live-chat-support.php:2377
2760
  msgid "Visitor"
2761
  msgstr "Visitante"
2762
 
2763
- #: modules/node_server.php:190 modules/node_server.php:740
2764
  msgid "Info"
2765
  msgstr "Información"
2766
 
2767
- #: modules/node_server.php:192 modules/node_server.php:742
2768
  msgid "Chat Status"
2769
  msgstr "Estado de Chat"
2770
 
2771
- #: modules/node_server.php:223 modules/node_server.php:744
2772
  msgid "Search Results"
2773
  msgstr "Resultados de Búsqueda"
2774
 
2775
- #: modules/node_server.php:225 modules/node_server.php:745
2776
  msgid "No emoji found"
2777
  msgstr "No se encontraron emojis"
2778
 
@@ -2784,7 +2810,7 @@ msgstr "Error"
2784
  msgid "Only chat agents can access this page."
2785
  msgstr "Sólo los Agentes de Chat pueden acceder a esta página."
2786
 
2787
- #: modules/node_server.php:443 wp-live-chat-support.php:4615
2788
  msgid "Sending transcript..."
2789
  msgstr "Enviando transcripción..."
2790
 
@@ -2792,11 +2818,11 @@ msgstr "Enviando transcripción..."
2792
  msgid "Chat Transcript"
2793
  msgstr "Transcripción de Chat"
2794
 
2795
- #: modules/node_server.php:446 wp-live-chat-support.php:4618
2796
  msgid "The chat transcript has been emailed."
2797
  msgstr "La transcripción del Chat ha sido enviada por correo electrónico."
2798
 
2799
- #: modules/node_server.php:447 wp-live-chat-support.php:4619
2800
  msgid "There was a problem emailing the chat."
2801
  msgstr "Hubo un problema al enviar el chat."
2802
 
@@ -2819,11 +2845,11 @@ msgstr "El Chat está deshabilitado en ajustes, habilite de nuevo"
2819
  msgid "User received notification:"
2820
  msgstr "Notificación del Usuario Recibida:"
2821
 
2822
- #: modules/node_server.php:532 wp-live-chat-support.php:2214
2823
  msgid "New chat received"
2824
  msgstr "Nuevo chat recibido"
2825
 
2826
- #: modules/node_server.php:533 wp-live-chat-support.php:2216
2827
  msgid ""
2828
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2829
  "chat"
@@ -2831,11 +2857,11 @@ msgstr ""
2831
  "Se ha recibido un nuevo chat. Por favor, vaya a la página del \"Chat en Vivo"
2832
  "\" para aceptar el chat"
2833
 
2834
- #: modules/node_server.php:643
2835
  msgid "Welcome to V8 of WP Live Chat by 3CX"
2836
  msgstr "Bienvenido a la V8 de WP Live Chat by 3CX"
2837
 
2838
- #: modules/node_server.php:644
2839
  msgid ""
2840
  "Did you know, this version features high speed message delivery, agent to "
2841
  "agent chat, and a single window layout?"
@@ -2843,7 +2869,7 @@ msgstr ""
2843
  "¿Sabía que, las funciones de esta versión aumentan la velocidad de entrega "
2844
  "de mensajes, chat de agente a agente y diseño de una sola ventana?"
2845
 
2846
- #: modules/node_server.php:645
2847
  msgid ""
2848
  "To activate this functionality please navigate to Live Chat -> Settings -> "
2849
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
@@ -2852,31 +2878,31 @@ msgstr ""
2852
  "> Funcionalidades Avanzadas > y Habilite Servidores 3CX de Chat de Alto "
2853
  "Desempeño en la Nube."
2854
 
2855
- #: modules/node_server.php:648
2856
  msgid "Show me!"
2857
  msgstr "¡Mostrar!"
2858
 
2859
- #: modules/node_server.php:649 wp-live-chat-support.php:4586
2860
  msgid "Don't Show This Again"
2861
  msgstr "No mostrar de nuevo"
2862
 
2863
- #: modules/node_server.php:716 wp-live-chat-support.php:470
2864
  msgid "Connecting..."
2865
  msgstr "Conectando"
2866
 
2867
- #: modules/node_server.php:721
2868
  msgid "Agent(s) Online"
2869
  msgstr "Agente(s) En Línea"
2870
 
2871
- #: modules/node_server.php:732
2872
  msgid "Events"
2873
  msgstr "Eventos"
2874
 
2875
- #: modules/node_server.php:734
2876
  msgid "Filters"
2877
  msgstr "Filtros"
2878
 
2879
- #: modules/node_server.php:819
2880
  msgid ""
2881
  "You can transfer chats from within a chat by clicking on the in chat menu, "
2882
  "and selecting Transfer Chat or Transfer Department"
@@ -2884,7 +2910,7 @@ msgstr ""
2884
  "Puede transferir chats desde dentro de un chat al hacer clic en el menú y "
2885
  "seleccionar Transferir Chat o Transferir Departamento"
2886
 
2887
- #: modules/node_server.php:820
2888
  msgid ""
2889
  "You can share files quickly when in a chat, by simply dragging a file into "
2890
  "the chat window!"
@@ -2892,12 +2918,12 @@ msgstr ""
2892
  "¡Puede compartir archivos rápidamente dentro de un chat, simplemente "
2893
  "arrastrando un archivo a la ventana de chat!"
2894
 
2895
- #: modules/node_server.php:821
2896
  msgid "You can now move between chats without ending/closing an open chat"
2897
  msgstr ""
2898
  "Ahora puede moverse entre chats sin tener que terminar/cerrar un chat abierto"
2899
 
2900
- #: modules/node_server.php:877
2901
  msgid "No quick responses found"
2902
  msgstr "No se encontraron respuestas rápidas"
2903
 
@@ -2929,7 +2955,7 @@ msgstr "Los Ajustes Cambiaron"
2929
  msgid "Webhooks"
2930
  msgstr "Webhooks"
2931
 
2932
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3925
2933
  msgid "Web Hooks"
2934
  msgstr "Web Hooks"
2935
 
@@ -2989,35 +3015,35 @@ msgstr "Guardar Cambios"
2989
  msgid "Are you sure you want to delete this webhook?"
2990
  msgstr "¿Está seguro que desea eliminar este webhook?"
2991
 
2992
- #: wp-live-chat-support.php:413
2993
  msgid "close"
2994
  msgstr "cerrar"
2995
 
2996
- #: wp-live-chat-support.php:434
2997
  msgid "Thank you for chatting with us."
2998
  msgstr "Gracias por chatear con nosotros."
2999
 
3000
- #: wp-live-chat-support.php:459
3001
  msgid "Questions?"
3002
  msgstr "¿Preguntas?"
3003
 
3004
- #: wp-live-chat-support.php:460
3005
  msgid "Chat with us"
3006
  msgstr "Chatee con nosotros"
3007
 
3008
- #: wp-live-chat-support.php:461
3009
  msgid "Start live chat"
3010
  msgstr "Iniciar Chat en Vivo"
3011
 
3012
- #: wp-live-chat-support.php:462
3013
  msgid "Complete the fields below to proceed."
3014
  msgstr "Complete los campos a continuación para continuar."
3015
 
3016
- #: wp-live-chat-support.php:463 wp-live-chat-support.php:467
3017
  msgid "Leave a message"
3018
  msgstr "Dejar un mensaje"
3019
 
3020
- #: wp-live-chat-support.php:464
3021
  #, fuzzy
3022
  #| msgid ""
3023
  #| "We are currently offline. Please leave a message and we'll get back to "
@@ -3027,44 +3053,48 @@ msgstr ""
3027
  "En este momento no estamos en línea. Por favor, deje un mensaje y en breve "
3028
  "le contactaremos."
3029
 
3030
- #: wp-live-chat-support.php:465
3031
  msgid "Sending message..."
3032
  msgstr "Enviando mensaje..."
3033
 
3034
- #: wp-live-chat-support.php:466
3035
  msgid "Thank you for your message. We will be in contact soon."
3036
  msgstr "Gracias por su mensaje. Le contactaremos en breve."
3037
 
3038
- #: wp-live-chat-support.php:468
3039
  msgid "Send message"
3040
  msgstr "Enviar mensaje"
3041
 
3042
- #: wp-live-chat-support.php:469
3043
  msgid "Start Chat"
3044
  msgstr "Iniciar Chat"
3045
 
3046
- #: wp-live-chat-support.php:471 wp-live-chat-support.php:2096
3047
- #: wp-live-chat-support.php:2143
3048
  msgid "Reactivating your previous chat..."
3049
  msgstr "Reactivando su chat anterior..."
3050
 
3051
- #: wp-live-chat-support.php:502
3052
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3053
  msgstr "Por favor, haga clic en 'Iniciar Chat' para chatear con un agente"
3054
 
3055
- #: wp-live-chat-support.php:505
 
 
 
 
3056
  msgid "No answer. Try again later."
3057
  msgstr "Sin respuesta. Por favor, intente más tarde."
3058
 
3059
- #: wp-live-chat-support.php:506
3060
  msgid "Welcome. How may I help you?"
3061
  msgstr "Bienvenido/a. ¿En qué puedo ayudarle?"
3062
 
3063
- #: wp-live-chat-support.php:510
3064
  msgid "Please standby for an agent. Send your message while you wait."
3065
  msgstr "Por favor, espere a un agente. Envíe su mensaje mientras espera."
3066
 
3067
- #: wp-live-chat-support.php:741
3068
  msgid ""
3069
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3070
  "no longer needed, please uninstall it."
@@ -3072,207 +3102,217 @@ msgstr ""
3072
  "El plugin adicional WP Live Chat Support PRO que tiene instalado ya no es "
3073
  "necesario, por favor, desinstálelo."
3074
 
3075
- #: wp-live-chat-support.php:1028 wp-live-chat-support.php:3418
3076
  msgid "Missed Chats"
3077
  msgstr "Chats Perdidos"
3078
 
3079
- #: wp-live-chat-support.php:1031 wp-live-chat-support.php:3914
3080
  msgid "Support"
3081
  msgstr "Soporte"
3082
 
3083
- #: wp-live-chat-support.php:1228
3084
- msgid "Please Enter Your Name"
 
 
3085
  msgstr "Por Favor, Ingrese Su Nombre"
3086
 
3087
- #: wp-live-chat-support.php:1229
3088
- msgid "Please Enter Your Email Address"
 
 
 
 
 
 
 
 
3089
  msgstr "Por Favor, Ingrese Su Correo Electrónico"
3090
 
3091
- #: wp-live-chat-support.php:1230
3092
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3093
  msgstr "Conexión al Servidor Perdida. Por favor, Refresque Esta Página. Error:"
3094
 
3095
- #: wp-live-chat-support.php:1232
3096
  msgid "Please Enter a Message"
3097
  msgstr "Por favor, Ingrese el Mensaje"
3098
 
3099
- #: wp-live-chat-support.php:1233
3100
  msgid "Disconnected, Attempting to Reconnect..."
3101
  msgstr "Desconectado, Intentando Reconectar..."
3102
 
3103
- #: wp-live-chat-support.php:1280
3104
  msgid "has joined."
3105
  msgstr "se ha unido."
3106
 
3107
- #: wp-live-chat-support.php:1281
3108
  msgid "has left."
3109
  msgstr "ha abandonado."
3110
 
3111
- #: wp-live-chat-support.php:1282
3112
  msgid "has ended the chat."
3113
  msgstr "ha terminado el chat."
3114
 
3115
- #: wp-live-chat-support.php:1283
3116
  msgid "has disconnected."
3117
  msgstr "se ha desconectado."
3118
 
3119
- #: wp-live-chat-support.php:1284
3120
  msgid "(edited)"
3121
  msgstr "(editado)"
3122
 
3123
- #: wp-live-chat-support.php:1679 wp-live-chat-support.php:1698
3124
  msgid "Start chat"
3125
  msgstr "Iniciar Chat"
3126
 
3127
- #: wp-live-chat-support.php:1940 wp-live-chat-support.php:2646
3128
  msgid "Send"
3129
  msgstr "Enviar"
3130
 
3131
- #: wp-live-chat-support.php:2315
3132
  msgid "Congratulations"
3133
  msgstr "Felicidades"
3134
 
3135
- #: wp-live-chat-support.php:2316
3136
  msgid "You are now accepting live chat requests on your site."
3137
  msgstr "Ya está aceptando peticiones de chat en vivo desde su sitio web."
3138
 
3139
- #: wp-live-chat-support.php:2317
3140
  msgid "The live chat box has automatically been enabled."
3141
  msgstr "La ventana de chat ha sido habilitada automáticamente."
3142
 
3143
- #: wp-live-chat-support.php:2318
3144
  msgid "Chat notifications will start appearing once visitors send a request."
3145
  msgstr ""
3146
  "Las notificaciones de chat empezarán a aparecer una vez que los visitantes "
3147
  "envíen una petición."
3148
 
3149
- #: wp-live-chat-support.php:2319
3150
  #, php-format
3151
  msgid "You may modify your chat box settings %s"
3152
  msgstr "Puede modificar sus ajustes de ventana de chat %s"
3153
 
3154
- #: wp-live-chat-support.php:2320
3155
  msgid "Experiencing issues?"
3156
  msgstr "¿Experimentando dificultades?"
3157
 
3158
- #: wp-live-chat-support.php:2320
3159
  msgid "Take a look at our how-to guides."
3160
  msgstr "Revise nuestras guías cómo hacerlo."
3161
 
3162
- #: wp-live-chat-support.php:2321
3163
  msgid "Hide"
3164
  msgstr "Ocultar."
3165
 
3166
- #: wp-live-chat-support.php:2360
3167
  msgid "Keep this window open to get notified of new chats."
3168
  msgstr "Mantener abierta esta ventana para ser notificado de nuevos chats."
3169
 
3170
- #: wp-live-chat-support.php:2365
3171
  msgid "Visitor(s) online"
3172
  msgstr "Visitante(s) En Línea"
3173
 
3174
- #: wp-live-chat-support.php:2380
3175
  msgid "Device"
3176
  msgstr "Dispositivo"
3177
 
3178
- #: wp-live-chat-support.php:2381
3179
  msgid "Data"
3180
  msgstr "Información"
3181
 
3182
- #: wp-live-chat-support.php:2402
3183
  msgid "Chat Dashboard"
3184
  msgstr "Panel de Control del Chat"
3185
 
3186
- #: wp-live-chat-support.php:2405
3187
  msgid "Oh no!"
3188
  msgstr "¡Oh no!"
3189
 
3190
- #: wp-live-chat-support.php:2407
3191
  #, php-format
3192
  msgid "You do not have access to this page as %s."
3193
  msgstr "No cuenta con acceso a esta página como %s."
3194
 
3195
- #: wp-live-chat-support.php:2407
3196
  msgid "you are not a chat agent"
3197
  msgstr "no es un agente de chat"
3198
 
3199
- #: wp-live-chat-support.php:2561
3200
  msgid "Previous"
3201
  msgstr "Anterior"
3202
 
3203
- #: wp-live-chat-support.php:2568
3204
  msgid "Chat with"
3205
  msgstr "Chatear con"
3206
 
3207
- #: wp-live-chat-support.php:2585
3208
  msgid "Starting Time:"
3209
  msgstr "Hora de Inicio:"
3210
 
3211
- #: wp-live-chat-support.php:2586
3212
  msgid "Ending Time:"
3213
  msgstr "Hora de Finalización"
3214
 
3215
- #: wp-live-chat-support.php:2606
3216
  msgid "Chat initiated on:"
3217
  msgstr "Chat Iniciado el:"
3218
 
3219
- #: wp-live-chat-support.php:2607
3220
  msgid "Browser:"
3221
  msgstr "Navegador:"
3222
 
3223
- #: wp-live-chat-support.php:2633 wp-live-chat-support.php:2672
3224
  msgid "Invalid Chat ID"
3225
  msgstr "ID de Chat Inválido"
3226
 
3227
- #: wp-live-chat-support.php:2641
3228
  msgid "type here..."
3229
  msgstr "escriba aquí..."
3230
 
3231
- #: wp-live-chat-support.php:2794
3232
  msgid "User has opened the chat window"
3233
  msgstr "El usuario ha abierto la ventana de chat"
3234
 
3235
- #: wp-live-chat-support.php:2795
3236
  msgid "User has minimized the chat window"
3237
  msgstr "El usuario ha minimizado la ventana de chat"
3238
 
3239
- #: wp-live-chat-support.php:2796
3240
  msgid "User has maximized the chat window"
3241
  msgstr "El usuario ha maximizado la ventana de chat"
3242
 
3243
- #: wp-live-chat-support.php:2797
3244
  msgid "The chat has been ended"
3245
  msgstr "El chat ha sido terminado"
3246
 
3247
- #: wp-live-chat-support.php:3328
3248
  msgid "Delete History"
3249
  msgstr "Borrar Historial"
3250
 
3251
- #: wp-live-chat-support.php:3344
3252
  msgid "No chats available at the moment"
3253
  msgstr "No hay chats disponibles en este momento"
3254
 
3255
- #: wp-live-chat-support.php:3458
3256
  msgid "Actions"
3257
  msgstr "Acciones"
3258
 
3259
- #: wp-live-chat-support.php:3472
3260
  msgid "You have not received any offline messages."
3261
  msgstr "No ha recibido ningún mensaje fuera de línea."
3262
 
3263
- #: wp-live-chat-support.php:3480
3264
  msgid "Delete Message"
3265
  msgstr "Eliminar Mensaje"
3266
 
3267
- #: wp-live-chat-support.php:3599
3268
  msgid "You do not have permission to save settings."
3269
  msgstr "No cuenta con permisos para guardar ajustes."
3270
 
3271
- #: wp-live-chat-support.php:3861
3272
  msgid "Your settings have been saved."
3273
  msgstr "Sus ajustes han sido guardados."
3274
 
3275
- #: wp-live-chat-support.php:3888
3276
  msgid ""
3277
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3278
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
@@ -3282,7 +3322,7 @@ msgstr ""
3282
  "puede experimentar problemas durante el uso de WP Live Chat by 3CX. Por "
3283
  "favor, póngase en contacto con su proveedor para activar esta función."
3284
 
3285
- #: wp-live-chat-support.php:3894
3286
  msgid ""
3287
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3288
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
@@ -3292,11 +3332,11 @@ msgstr ""
3292
  "experimentar problemas durante el uso de WP Live Chat by 3CX. Por favor, "
3293
  "póngase en contacto con su proveedor para desactivar el modo seguro."
3294
 
3295
- #: wp-live-chat-support.php:3917 wp-live-chat-support.php:3921
3296
  msgid "Plugin Features"
3297
  msgstr "Funcionalidades del Plugin"
3298
 
3299
- #: wp-live-chat-support.php:3919
3300
  msgid ""
3301
  "Check out these features and get up to speed with what you can do with WP "
3302
  "Live Chat:"
@@ -3304,54 +3344,54 @@ msgstr ""
3304
  "Revise estas funcionalidades y prepárese para lo que puede hacer con WP Live "
3305
  "Chat:"
3306
 
3307
- #: wp-live-chat-support.php:3922
3308
  msgid "Reporting"
3309
  msgstr "Reportes"
3310
 
3311
- #: wp-live-chat-support.php:3923
3312
  msgid "Localization"
3313
  msgstr "Localización"
3314
 
3315
- #: wp-live-chat-support.php:3931
3316
  msgid "Chat FAQs"
3317
  msgstr "FAQ's del Chat"
3318
 
3319
- #: wp-live-chat-support.php:3933
3320
  msgid ""
3321
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3322
  "agents:"
3323
  msgstr "Aprenda sobre el Chat y empiece a chatear con visitantes y agentes:"
3324
 
3325
- #: wp-live-chat-support.php:3935
3326
  msgid "Chat with Visitors"
3327
  msgstr "Chatee con Visitantes"
3328
 
3329
- #: wp-live-chat-support.php:3936
3330
  msgid "Chat with Agents"
3331
  msgstr "Chatee con Agentes"
3332
 
3333
- #: wp-live-chat-support.php:3940
3334
  msgid "Chat Invites"
3335
  msgstr "Invitaciones de Chat"
3336
 
3337
- #: wp-live-chat-support.php:3945
3338
  msgid "Settings & Customization"
3339
  msgstr "Ajustes y Personalización"
3340
 
3341
- #: wp-live-chat-support.php:3947
3342
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3343
  msgstr ""
3344
  "Use estas guías para aprender cómo configurar y personalización WP Live Chat:"
3345
 
3346
- #: wp-live-chat-support.php:3951
3347
  msgid "Agent Settings"
3348
  msgstr "Ajustes de Agente"
3349
 
3350
- #: wp-live-chat-support.php:3958
3351
  msgid "Troubleshooting"
3352
  msgstr "Resolución de problemas"
3353
 
3354
- #: wp-live-chat-support.php:3960
3355
  msgid ""
3356
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3357
  "issues:"
@@ -3359,101 +3399,97 @@ msgstr ""
3359
  "Revise estas guías de resolución de errores para resolver rápidamente "
3360
  "cualquier problema con WP Live Chat:"
3361
 
3362
- #: wp-live-chat-support.php:3962
3363
  msgid "My Chat Box Is Not Showing"
3364
  msgstr "Mi Ventana de Chat No Se Muestra"
3365
 
3366
- #: wp-live-chat-support.php:3963
3367
  msgid "Not Receiving Notifications of New Chats"
3368
  msgstr "No Estoy Recibiendo Ninguna Notificación de Nuevo Chat"
3369
 
3370
- #: wp-live-chat-support.php:3964
3371
  msgid "Check for JavaScript Errors"
3372
  msgstr "Revisar errores de JavaScript"
3373
 
3374
- #: wp-live-chat-support.php:3992
3375
  msgid "Initiate Chats"
3376
  msgstr "Iniciar Chats"
3377
 
3378
- #: wp-live-chat-support.php:3993
3379
  msgid "Multiple Chats"
3380
  msgstr "Múltiples Chats"
3381
 
3382
- #: wp-live-chat-support.php:3994
3383
  msgid "Add unlimited agents"
3384
  msgstr "Agregar agentes ilimitados"
3385
 
3386
- #: wp-live-chat-support.php:3995
3387
  msgid "Transfer Chats"
3388
  msgstr "Transferir Chats"
3389
 
3390
- #: wp-live-chat-support.php:4014
3391
  #, php-format
3392
  msgid "Thank you for using %s! Please %s on %s"
3393
  msgstr "¡Gracias por usar %s! Por favor, %s en %s"
3394
 
3395
- #: wp-live-chat-support.php:4014
3396
  msgid "rate us"
3397
  msgstr "califíquenos"
3398
 
3399
- #: wp-live-chat-support.php:4195 wp-live-chat-support.php:4255
3400
- msgid "From"
3401
- msgstr "De"
3402
-
3403
- #: wp-live-chat-support.php:4197 wp-live-chat-support.php:4257
3404
  msgid "Timestamp"
3405
  msgstr "Fecha y hora"
3406
 
3407
- #: wp-live-chat-support.php:4198 wp-live-chat-support.php:4258
3408
  msgid "Origin"
3409
  msgstr "Origen"
3410
 
3411
- #: wp-live-chat-support.php:4203 wp-live-chat-support.php:4263
3412
  msgid "user"
3413
  msgstr "usuario"
3414
 
3415
- #: wp-live-chat-support.php:4205 wp-live-chat-support.php:4265
3416
  msgid "agent"
3417
  msgstr "agente"
3418
 
3419
- #: wp-live-chat-support.php:4340
3420
  msgid "Advanced settings"
3421
  msgstr "Ajustes Avanzados"
3422
 
3423
- #: wp-live-chat-support.php:4347
3424
  msgid "Only change these settings if you are experiencing performance issues."
3425
  msgstr ""
3426
  "Sólo cambie estos ajustes si está experimentando problemas de desempeño."
3427
 
3428
- #: wp-live-chat-support.php:4354
3429
  msgid "Website hosting type:"
3430
  msgstr "Tipo de Hosting de Sitio Web:"
3431
 
3432
- #: wp-live-chat-support.php:4358
3433
  msgid "Custom parameters"
3434
  msgstr "Parámetros personalizados"
3435
 
3436
- #: wp-live-chat-support.php:4359
3437
  msgid "Shared hosting - low level plan"
3438
  msgstr "Hosting compartido - plan de bajo nivel"
3439
 
3440
- #: wp-live-chat-support.php:4360
3441
  msgid "Shared hosting - normal plan"
3442
  msgstr "Hosting compartido - plan normal"
3443
 
3444
- #: wp-live-chat-support.php:4361
3445
  msgid "VPS"
3446
  msgstr "VPS"
3447
 
3448
- #: wp-live-chat-support.php:4362
3449
  msgid "Dedicated server"
3450
  msgstr "Servidor dedicado"
3451
 
3452
- #: wp-live-chat-support.php:4368
3453
  msgid "Long poll setup"
3454
  msgstr "Configuración de Long Polling"
3455
 
3456
- #: wp-live-chat-support.php:4368
3457
  msgid ""
3458
  "Only change these if you are an experienced developer or if you have "
3459
  "received these figures from the WP Live Chat by 3CX team."
@@ -3461,23 +3497,23 @@ msgstr ""
3461
  "Sólo cambie esto si es un desarrollador experimentado o si ha recibido estos "
3462
  "datos del equipo WP Live Chat by 3CX."
3463
 
3464
- #: wp-live-chat-support.php:4373
3465
  msgid "Iterations"
3466
  msgstr "Iteraciones"
3467
 
3468
- #: wp-live-chat-support.php:4377
3469
  msgid "Sleep between loops"
3470
  msgstr "Dormir entre loops"
3471
 
3472
- #: wp-live-chat-support.php:4380
3473
  msgid "milliseconds"
3474
  msgstr "milisengundos"
3475
 
3476
- #: wp-live-chat-support.php:4403
3477
  msgid "Show 'Powered by' in chat box"
3478
  msgstr "Mostrar \"Powered by\" en la ventana de chat"
3479
 
3480
- #: wp-live-chat-support.php:4403
3481
  msgid ""
3482
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3483
  "bottom of your chatbox."
@@ -3485,18 +3521,18 @@ msgstr ""
3485
  "Al marcar esto, se mostrará el texto 'Powered by WP Live Chat by 3CX' en la "
3486
  "parte inferior de su ventana de chat."
3487
 
3488
- #: wp-live-chat-support.php:4445
3489
  msgid "Powered by WP Live Chat by 3CX"
3490
  msgstr "Powered by WP Live Chat by 3CX"
3491
 
3492
- #: wp-live-chat-support.php:4584
3493
  msgid ""
3494
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3495
  msgstr ""
3496
  "Las notificaciones del navegador no funcionarán en sitios no seguros (no-"
3497
  "SSL)."
3498
 
3499
- #: wp-live-chat-support.php:4585
3500
  msgid ""
3501
  "Please add an SSL certificate to your site to continue receiving chat "
3502
  "notifications in your browser."
@@ -3504,7 +3540,7 @@ msgstr ""
3504
  "Por favor, agregue un certificado SSL a su sitio web para continuar "
3505
  "recibiendo notificaciones de chat en su navegador."
3506
 
3507
- #: wp-live-chat-support.php:4598
3508
  msgid ""
3509
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3510
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
@@ -3513,52 +3549,52 @@ msgstr ""
3513
  "plugin. Desde WP Live Chat Support 8.0.05 se encuentra integrado el soporte "
3514
  "para Transcripción a Correo Electrónico."
3515
 
3516
- #: wp-live-chat-support.php:4605
3517
  msgid "Email transcript to user"
3518
  msgstr "Enviar Transcripción a usuario"
3519
 
3520
- #: wp-live-chat-support.php:4616
3521
  msgid "Sending Transcript"
3522
  msgstr "Enviando Transcripción"
3523
 
3524
- #: wp-live-chat-support.php:4690
3525
  #, php-format
3526
  msgid "Your chat transcript from %1$s"
3527
  msgstr "Su transcripción de chat desde %1$s"
3528
 
3529
- #: wp-live-chat-support.php:4781
3530
  msgid "Chat Transcript Settings"
3531
  msgstr "Ajustes de Transcripción de Chat"
3532
 
3533
- #: wp-live-chat-support.php:4784
3534
  msgid "Enable chat transcripts:"
3535
  msgstr "Habilitar Transcripción de Chat:"
3536
 
3537
- #: wp-live-chat-support.php:4792
3538
  msgid "Send transcripts to:"
3539
  msgstr "Enviar transcripción a:"
3540
 
3541
- #: wp-live-chat-support.php:4799
3542
  msgid "User"
3543
  msgstr "Usuario"
3544
 
3545
- #: wp-live-chat-support.php:4810
3546
  msgid "Send transcripts when chat ends:"
3547
  msgstr "Enviar transcripción cuando finalice el chat:"
3548
 
3549
- #: wp-live-chat-support.php:4818
3550
  msgid "Email body"
3551
  msgstr "Cuerpo del Correo Electrónico"
3552
 
3553
- #: wp-live-chat-support.php:4828
3554
  msgid "Email header"
3555
  msgstr "Header del Correo Electrónico"
3556
 
3557
- #: wp-live-chat-support.php:4837
3558
  msgid "Email footer"
3559
  msgstr "Footer del Correo Electrónico"
3560
 
3561
- #: wp-live-chat-support.php:4913
3562
  msgid ""
3563
  "Please note, local message encryption and local server options will be "
3564
  "deprecated in the next major release. All encryption and message delivery "
@@ -3569,14 +3605,30 @@ msgstr ""
3569
  "Todo el cifrado y entrega de mensajes será administrada en el futuro por "
3570
  "nuestros servidores."
3571
 
3572
- #: wp-live-chat-support.php:4916
3573
  msgid "Deprecation Notice - Message Encryption & Local Server"
3574
  msgstr "Aviso de Depreciación - Cifrado de Mensajes y Servidor Local"
3575
 
3576
- #: wp-live-chat-support.php:4918
3577
  msgid "Dismiss"
3578
  msgstr "Descartar"
3579
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3580
  #~ msgid "Auto Pop-up"
3581
  #~ msgstr "Ventana Emergente Automática"
3582
 
@@ -3586,9 +3638,6 @@ msgstr "Descartar"
3586
  #~ msgid "Daily"
3587
  #~ msgstr "Diaria"
3588
 
3589
- #~ msgid "Week Days"
3590
- #~ msgstr "Días de la Semana"
3591
-
3592
  #~ msgid "Weekends"
3593
  #~ msgstr "Fines de Semana"
3594
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2019-12-17 14:43+0100\n"
5
+ "PO-Revision-Date: 2019-12-17 14:43+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: 3CX\n"
8
  "Language: es_ES\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
+ #: ajax/agent.php:167 ajax/user.php:126 wp-live-chat-support.php:88
21
+ #: wp-live-chat-support.php:4495
22
  msgid "Admin"
23
  msgstr "Administrador"
24
 
25
+ #: ajax/agent.php:262 ajax/user.php:230
26
  msgid "Admin has closed and ended the chat"
27
  msgstr "El administrador ha cerrado y finalizado el chat"
28
 
29
+ #: functions.php:382 functions.php:399
30
  msgid "Accept Chat"
31
  msgstr "Aceptar Chat"
32
 
33
+ #: functions.php:390 functions.php:405
34
  msgid "Open Chat"
35
  msgstr "Abrir Chat"
36
 
37
+ #: functions.php:392
38
  msgid "In progress with another agent"
39
  msgstr "En progreso con otro agente"
40
 
41
+ #: functions.php:409
42
  msgid "Only chat agents can accept chats"
43
  msgstr "Sólo los agentes pueden aceptar chats"
44
 
45
+ #: functions.php:473 modules/api/agent/wplc-api-functions.php:413
46
  msgid "New"
47
  msgstr "Nuevo"
48
 
49
+ #: functions.php:475 modules/api/agent/wplc-api-functions.php:415
50
  msgid "Returning"
51
  msgstr "De regreso"
52
 
53
+ #: functions.php:566
54
  msgid "No agent was able to answer your chat request. Please try again."
55
  msgstr ""
56
  "Ningún agente estuvo disponible para responder a su petición de chat. Por "
57
  "favor, intente de nuevo."
58
 
59
+ #: functions.php:580 functions.php:4323 wp-live-chat-support.php:1634
60
  msgid "End Chat"
61
  msgstr "Finalizar Chat"
62
 
63
+ #: functions.php:966
64
  msgid "complete"
65
  msgstr "completado"
66
 
67
+ #: functions.php:969
68
  msgid "pending"
69
  msgstr "pendiente"
70
 
71
+ #: functions.php:972
72
  msgid "active"
73
  msgstr "activo"
74
 
75
+ #: functions.php:975
76
  msgid "deleted"
77
  msgstr "borrado"
78
 
79
+ #: functions.php:978
80
  msgid "browsing"
81
  msgstr "navegando"
82
 
83
+ #: functions.php:981
84
  msgid "requesting chat"
85
  msgstr "solicitando chat"
86
 
87
+ #: functions.php:984
88
  msgid "Chat Ended - User still browsing"
89
  msgstr "Chat Finalizado - El usuario aún está navegando"
90
 
91
+ #: functions.php:987
92
  msgid "User is browsing but doesn't want to chat"
93
  msgstr "El usuario está navegando pero no quiere chatear"
94
 
95
+ #: functions.php:1126 includes/settings_page.php:829
96
  msgid "WP Live Chat by 3CX - Offline Message from "
97
  msgstr "WP Live Chat by 3CX - Mensaje offline de "
98
 
99
+ #: functions.php:1127 functions.php:1451 includes/settings_page.php:181
100
+ #: includes/settings_page.php:454 includes/wplc_custom_fields.php:79
101
+ #: includes/wplc_data_triggers.php:455 includes/wplc_departments.php:175
102
+ #: includes/wplc_roi.php:138 modules/node_server.php:82
103
+ #: modules/node_server.php:128 wp-live-chat-support.php:1362
104
+ #: wp-live-chat-support.php:1385 wp-live-chat-support.php:1546
105
+ #: wp-live-chat-support.php:3043 wp-live-chat-support.php:3157
106
  msgid "Name"
107
  msgstr "Nombre"
108
 
109
+ #: functions.php:1128 functions.php:1452 includes/settings_page.php:177
110
+ #: modules/node_server.php:129 wp-live-chat-support.php:1363
111
+ #: wp-live-chat-support.php:1374 wp-live-chat-support.php:1547
112
+ #: wp-live-chat-support.php:3044 wp-live-chat-support.php:3158
113
  msgid "Email"
114
  msgstr "Correo Electrónico"
115
 
116
+ #: functions.php:1129 wp-live-chat-support.php:1548
117
+ #: wp-live-chat-support.php:3159 wp-live-chat-support.php:3912
118
+ #: wp-live-chat-support.php:3972
119
  msgid "Message"
120
  msgstr "Mensaje"
121
 
122
+ #: functions.php:1130
123
  msgid "Via WP Live Chat by 3CX"
124
  msgstr "Vía WP Live Chat by 3CX"
125
 
126
+ #: functions.php:1429 wp-live-chat-support.php:3006
127
  msgid "Error: Could not delete chat"
128
  msgstr "Error: No se pudo eliminar el chat"
129
 
130
+ #: functions.php:1431 wp-live-chat-support.php:3008
131
  msgid "Chat Deleted"
132
  msgstr "Chat Eliminado"
133
 
134
+ #: functions.php:1434 includes/wplc_custom_fields.php:35
135
+ #: includes/wplc_custom_fields.php:453 includes/wplc_custom_fields.php:474
136
+ #: includes/wplc_data_triggers.php:251 includes/wplc_data_triggers.php:269
137
+ #: includes/wplc_data_triggers.php:313 includes/wplc_data_triggers.php:501
138
  #: includes/wplc_departments.php:303 includes/wplc_departments.php:323
139
+ #: includes/wplc_departments.php:358 includes/wplc_roi.php:368
140
+ #: includes/wplc_roi.php:387 includes/wplc_roi.php:424
141
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
142
  #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
143
  #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
144
+ #: modules/gdpr.php:244 modules/gdpr.php:258 modules/webhooks_manager.php:102
145
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
146
+ #: wp-live-chat-support.php:2971 wp-live-chat-support.php:2997
147
+ #: wp-live-chat-support.php:3882
148
  msgid "You do not have permission do perform this action"
149
  msgstr "No cuenta con permisos para realizar esta acción"
150
 
151
+ #: functions.php:1440 wp-live-chat-support.php:3013
152
  msgid "Are you sure you would like to delete this chat?"
153
  msgstr "¿Está seguro que desea eliminar este chat?"
154
 
155
+ #: functions.php:1441 includes/settings_page.php:159
156
+ #: includes/wplc_custom_fields.php:275 wp-live-chat-support.php:3015
157
  msgid "Yes"
158
  msgstr "Sí"
159
 
160
+ #: functions.php:1441 includes/settings_page.php:160
161
+ #: includes/wplc_custom_fields.php:275 wp-live-chat-support.php:3016
162
  msgid "No"
163
  msgstr "No"
164
 
165
+ #: functions.php:1450 functions.php:2008 includes/settings_page.php:340
166
+ #: includes/settings_page.php:488 wp-live-chat-support.php:3042
167
+ #: wp-live-chat-support.php:3156
168
  msgid "Date"
169
  msgstr "Fecha"
170
 
171
+ #: functions.php:1453 functions.php:3835 wp-live-chat-support.php:3045
172
  msgid "URL"
173
  msgstr "URL"
174
 
175
+ #: functions.php:1454 includes/wplc_custom_fields.php:83
176
+ #: includes/wplc_data_triggers.php:460 includes/wplc_departments.php:176
177
+ #: includes/wplc_roi.php:142 modules/webhooks_manager.php:251
178
+ #: wp-live-chat-support.php:2094 wp-live-chat-support.php:3047
179
  msgid "Action"
180
  msgstr "Acción"
181
 
182
+ #: functions.php:1468
183
  msgid "You have not missed any chat requests."
184
  msgstr "No se ha perdido de ninguna solicitud de chat."
185
 
186
+ #: functions.php:1475 wp-live-chat-support.php:3062
187
  msgid "View Chat History"
188
  msgstr "Ver Historial de Chats"
189
 
190
+ #: functions.php:1475 wp-live-chat-support.php:3063
191
  msgid "Download Chat History"
192
  msgstr "Descargar Historial de Chats"
193
 
194
+ #: functions.php:1669
195
  msgid "Open chat window via"
196
  msgstr "Abrir ventana de chat vía"
197
 
198
+ #: functions.php:1673
199
  msgid "Click"
200
  msgstr "Clic"
201
 
202
+ #: functions.php:1674
203
  msgid "Hover"
204
  msgstr "Pasar encima"
205
 
206
+ #: functions.php:1676
207
  msgid "element with"
208
  msgstr "elemento con"
209
 
210
+ #: functions.php:1678
211
  msgid "Class"
212
  msgstr "Clase"
213
 
214
+ #: functions.php:1679 includes/wplc_custom_fields.php:78
215
+ #: includes/wplc_data_triggers.php:454 includes/wplc_departments.php:174
216
+ #: includes/wplc_roi.php:137
217
  msgid "ID"
218
  msgstr "ID"
219
 
220
+ #: functions.php:1920 functions.php:1926 functions.php:1931
221
  #: includes/dashboard_page.php:58 modules/node_server.php:138
222
+ #: modules/node_server.php:866 wp-live-chat-support.php:3659
223
  msgid "Quick Responses"
224
  msgstr "Respuestas Rápidas"
225
 
226
+ #: functions.php:1921 includes/settings_page.php:330
227
  msgid "Quick Response"
228
  msgstr "Respuesta Rápida"
229
 
230
+ #: functions.php:1922 functions.php:1925
231
  msgid "New Quick Response"
232
  msgstr "Nueva Respuesta Rápida"
233
 
234
+ #: functions.php:1923 modules/node_server.php:875
235
  msgid "Add New Quick Response"
236
  msgstr "Añadir Nueva Respuesta Rápida"
237
 
238
+ #: functions.php:1924
239
  msgid "Edit Quick Response"
240
  msgstr "Editar Respuesta Rápida"
241
 
242
+ #: functions.php:1927
243
  msgid "View Quick Responses"
244
  msgstr "Ver Respuestas Rápidas"
245
 
246
+ #: functions.php:1928
247
  msgid "Search Quick Responses"
248
  msgstr "Buscar Respuestas Rápidas"
249
 
250
+ #: functions.php:1929
251
  msgid "No Quick Responses found"
252
  msgstr "No Se Encontraron Respuestas Rápidas"
253
 
254
+ #: functions.php:1930
255
  msgid "No Quick Responses found in the Trash"
256
  msgstr "No Se Encontraron Respuestas Rápidas en la Papelera"
257
 
258
+ #: functions.php:1935
259
  msgid "Quick Responses for WP Live Chat by 3CX"
260
  msgstr "Respuestas Rápidas para WP Live Chat by 3CX"
261
 
262
+ #: functions.php:1969
263
  msgid "Sort Order"
264
  msgstr "Filtrar Orden"
265
 
266
+ #: functions.php:2005 includes/settings_page.php:339
267
  msgid "Title"
268
  msgstr "Título"
269
 
270
+ #: functions.php:2006
271
  msgid "Order"
272
  msgstr "Orden"
273
 
274
+ #: functions.php:2007 includes/settings_page.php:1227
275
  msgid "Author"
276
  msgstr "Autor"
277
 
278
+ #: functions.php:2050 wp-live-chat-support.php:185
279
  msgid "Press ENTER to send your message"
280
  msgstr "Presione ENTRAR para enviar su mensaje"
281
 
282
+ #: functions.php:2089 functions.php:2093
283
  msgid "Assign Quick Response"
284
  msgstr "Asignar Respuesta Rápida"
285
 
286
+ #: functions.php:2096 includes/settings_page.php:1212
287
  msgid "Select"
288
  msgstr "Seleccionar"
289
 
290
+ #: functions.php:2102
291
  msgid "What is this?"
292
  msgstr "¿Qué es esto?"
293
 
294
+ #: functions.php:2144
295
  #, php-format
296
  msgid "Incoming chat from %s (%s) on %s"
297
  msgstr "Mensaje de entrada de %s (%s) en %s"
298
 
299
+ #: functions.php:2150
300
  #, php-format
301
  msgid "%s (%s) wants to chat with you."
302
  msgstr "%s (%s) quiere chatear con usted."
303
 
304
+ #: functions.php:2155
305
  #, php-format
306
  msgid "Log in: %s"
307
  msgstr "Iniciar sesión: %s"
308
 
309
+ #: functions.php:2449
310
  msgid "Status (Online)"
311
  msgstr "Estado (En Línea)"
312
 
313
+ #: functions.php:2450 functions.php:3275
314
  msgid "Online"
315
  msgstr "En Línea"
316
 
317
+ #: functions.php:2451 functions.php:3275
318
  msgid "Offline"
319
  msgstr "Fuera de Línea"
320
 
321
+ #: functions.php:2452
322
  msgid "Status (Offline)"
323
  msgstr "Estado (Fuera de Línea)"
324
 
325
+ #: functions.php:2453 functions.php:3245
326
  msgid "Chat Agent Online"
327
  msgstr "Agente de chat En Línea"
328
 
329
+ #: functions.php:2454 functions.php:3247 functions.php:3251
330
  msgid "Chat Agents Online"
331
  msgstr "Agente de Chat En Línea"
332
 
333
+ #: functions.php:2467
334
  msgid ""
335
  "You have set your status to offline. To view visitors and accept chats "
336
  "please set your status to online using the switch above."
338
  "Ha establecido su estado como Fuera de Línea. Para ver visitantes y aceptar "
339
  "chats, por favor, cambien su estado a En Línea usando el interruptor arriba."
340
 
341
+ #: functions.php:2537
342
  msgid "Encryption"
343
  msgstr "Cifrado"
344
 
345
+ #: functions.php:2543 includes/settings_page.php:1269
346
+ #: wp-live-chat-support.php:3674
347
  msgid "Business Hours"
348
  msgstr "Horario Laboral"
349
 
350
+ #: functions.php:2677
351
  msgid "Initiate Chat"
352
  msgstr "Iniciar chat"
353
 
354
+ #: functions.php:2765
355
  msgid "Attempting to open the chat window... Please be patient."
356
  msgstr "Intentando abrir la ventana del chat... Por favor, espere."
357
 
358
+ #: functions.php:2780
359
  msgid ""
360
  "You are not a chat agent. Please make yourself a chat agent before trying to "
361
  "chat to visitors"
363
  "Usted no es un agente de chat. Por favor, antes de intentar conversar con "
364
  "los visitantes asígnese el perfil de agente de chat"
365
 
366
+ #: functions.php:2937
367
  msgid "Chat Agent"
368
  msgstr "Agente de Chat"
369
 
370
+ #: functions.php:2945
371
  msgid "Make this user a chat agent"
372
  msgstr "Hacer este usuario agente de chat"
373
 
374
+ #: functions.php:2948
375
+ #, fuzzy
376
+ #| msgid "Your user role does not allow you to make yourself a chat agent."
377
+ msgid "Your user role does not allow you to set agent attribute."
378
  msgstr ""
379
  "Su perfil de usuario no le permite asignarse a sí mismo como agente de chat."
380
 
381
+ #: functions.php:2949
382
  msgid "Please contact the administrator of this website to change this."
383
  msgstr ""
384
  "Por favor, contacte con el administrador de esta pagina web para cambiar "
385
  "esto."
386
 
387
+ #: functions.php:2963
388
  msgid "This chat has already been answered by another agent."
389
  msgstr "Este chat ya ha sido contestado por otro agente."
390
 
391
+ #: functions.php:3196 wp-live-chat-support.php:2047
392
  msgid "Agent(s) online"
393
  msgstr "Agente(s) en línea"
394
 
395
+ #: functions.php:3325 includes/settings_page.php:1202
396
+ #: wp-live-chat-support.php:1993
397
  msgid "Remove"
398
  msgstr "Remover"
399
 
400
+ #: functions.php:3328 wp-live-chat-support.php:1996
401
  msgid "Typing..."
402
  msgstr "Escribiendo..."
403
 
404
+ #: functions.php:3636
405
  msgid "User Experience Ratings"
406
  msgstr "Calificaciones de la Experiencia de Usuario"
407
 
408
+ #: functions.php:3643
409
  msgid "Agent Statistics"
410
  msgstr "Estadísticas del Agente"
411
 
412
+ #: functions.php:3676 functions.php:3691
413
  msgid "Satisfaction Rating"
414
  msgstr "Nivel de Satisfacción"
415
 
416
+ #: functions.php:3677 functions.php:3692
417
  msgid "Rating Count"
418
  msgstr "Contador de Calificaciones"
419
 
420
+ #: functions.php:3677 functions.php:3692
421
  msgid "Good"
422
  msgstr "Bueno"
423
 
424
+ #: functions.php:3677 functions.php:3692
425
  msgid "Bad"
426
  msgstr "Malo"
427
 
428
+ #: functions.php:3733 includes/dashboard_page.php:56
429
+ #: wp-live-chat-support.php:785
430
  msgid "Reports"
431
  msgstr "Reportes"
432
 
433
+ #: functions.php:3736 includes/wplc_roi.php:139
434
  msgid "Overview"
435
  msgstr "Resumen"
436
 
437
+ #: functions.php:3737
438
  msgid "Popular Pages"
439
  msgstr "Páginas Populares"
440
 
441
+ #: functions.php:3755
442
  msgid "Total Agents"
443
  msgstr "Total de Agentes"
444
 
445
+ #: functions.php:3755
446
  msgid "Total number of agents that used the live chat"
447
  msgstr "Número total de agentes que utilizaron el chat en vivo"
448
 
449
+ #: functions.php:3756
450
  msgid "Total Chats"
451
  msgstr "Total de Chats"
452
 
453
+ #: functions.php:3756
454
  msgid "Total number of chats received"
455
  msgstr "Número total de chats recibidos"
456
 
457
+ #: functions.php:3757
458
  msgid "Total URLs"
459
  msgstr "Total de URLs"
460
 
461
+ #: functions.php:3757
462
  msgid "Total number of URLs a chat was initiated on"
463
  msgstr "Número total de URLs desde las cuales fue iniciado un chat"
464
 
465
+ #: functions.php:3758
466
  msgid "Chats per day"
467
  msgstr "Chat por día"
468
 
469
+ #: functions.php:3759
470
  msgid "Popular pages a chat was initiated on"
471
  msgstr "Páginas populares desde las cuales fue iniciado un chat"
472
 
473
+ #: functions.php:3789 includes/wplc_custom_fields.php:316
474
  msgid "Unknown"
475
  msgstr "Desconocido"
476
 
477
+ #: functions.php:3836
478
  msgid "Count"
479
  msgstr "Contador"
480
 
481
+ #: functions.php:3862
482
  msgid "Enable Manual Chat Initiation:"
483
  msgstr "Habilitar el Inicio Manual del Chat:"
484
 
485
+ #: functions.php:3862
486
  msgid ""
487
  "Enabling this feature will allow agents to start a chat with website "
488
  "visitors. This feature increases server load while enabled."
491
  "con los visitantes del sitio web. Esta funcionalidad incrementa la carga del "
492
  "servidor mientras está habilitada."
493
 
494
+ #: functions.php:3866 modules/advanced_features.php:74
495
  msgid ""
496
  "This feature is only available when you select 3CX High Performance Cloud "
497
  "Servers in Advanced Features."
499
  "Está funcionalidad sólo está disponible cuando selecciona los Servidores en "
500
  "la Nube de Alto Desempeño de 3CX dentro de Funcionalidades Avanzadas."
501
 
502
+ #: functions.php:3953
503
  msgid "Thank you for inquiry. We will get back to you shortly"
504
  msgstr "Gracias por su solicitud. Le contactaremos en breve"
505
 
506
+ #: functions.php:4088
507
  msgid "The Live Chat box is currently disabled on your website due to:"
508
  msgstr ""
509
  "La ventana de Chat en Vivo está desactivada en su sitio web debido a que:"
510
 
511
+ #: functions.php:4089
512
  msgid "Business Hours Settings"
513
  msgstr "Ajustes de Horario de Oficina"
514
 
515
+ #: functions.php:4135
516
  msgid "Edit Profile"
517
  msgstr "Editar Perfil"
518
 
519
+ #: functions.php:4146 modules/node_server.php:98 modules/node_server.php:722
520
  msgid "Drag Files Here"
521
  msgstr "Arrastre Aquí los Archivos"
522
 
523
+ #: functions.php:4169 functions.php:4214 includes/wplc_custom_fields.php:107
524
+ #: includes/wplc_data_triggers.php:468 includes/wplc_data_triggers.php:606
525
  #: includes/wplc_departments.php:184 includes/wplc_departments.php:474
526
+ #: includes/wplc_roi.php:150 includes/wplc_roi.php:569
527
  #: modules/webhooks_manager.php:263
528
  msgid "Delete"
529
  msgstr "Eliminar"
530
 
531
+ #: functions.php:4170
532
  msgid "Send..."
533
  msgstr "Enviar..."
534
 
535
+ #: functions.php:4171 functions.php:4216
536
  msgid "Play voice note"
537
  msgstr "Reproducir Nota de Voz"
538
 
539
+ #: functions.php:4215
540
  msgid "Save..."
541
  msgstr "Guardar..."
542
 
543
+ #: functions.php:4317 wp-live-chat-support.php:1014
544
+ #: wp-live-chat-support.php:2489
545
  msgid "is typing..."
546
  msgstr "está escribiendo..."
547
 
548
+ #: functions.php:4319
549
  msgid "There are no visitors on your site at the moment"
550
  msgstr "No hay visitantes en su sito web en este momento"
551
 
552
+ #: functions.php:4320
553
  msgid "Connection to the server lost, reconnecting..."
554
  msgstr "Se perdió la conexión al servidor, reconectando..."
555
 
556
+ #: functions.php:4321
557
  msgid "Agent offline - not accepting chats"
558
  msgstr "Agente Fuera de Línea - sin aceptar chats"
559
 
560
+ #: functions.php:4322 modules/node_server.php:103 wp-live-chat-support.php:1628
561
  msgid "Minimize Chat"
562
  msgstr "Minimizar Chat"
563
 
564
+ #: functions.php:4341
565
  msgid "An error has occured while fetching the news feed."
566
  msgstr ""
567
  "Ha ocurrido un error mientras se intentaba obtener el feed de noticias."
568
 
569
+ #: functions.php:4438
570
  msgid "Default"
571
  msgstr "Por defecto"
572
 
573
+ #: functions.php:4739
574
  msgid "You do not have permission to perform this action"
575
  msgstr "No cuenta con los permisos para realizar esta acción"
576
 
577
  #: includes/blocks/wplc-chat-box/index.php:30
578
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3675
579
  msgid "Gutenberg Blocks"
580
  msgstr "Bloques Gutenberg"
581
 
623
  msgid "Displays the chosen icon"
624
  msgstr "Muestra el ícono seleccionado"
625
 
626
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1022
627
+ #: wp-live-chat-support.php:1665
628
  msgid "Type here"
629
  msgstr "Escriba aquí"
630
 
631
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:756
632
  msgid "Live Chat"
633
  msgstr "Chat en Vivo"
634
 
635
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:757
636
  msgid "Dashboard"
637
  msgstr "Panel de Control"
638
 
651
  msgid "Missed"
652
  msgstr "Perdidos"
653
 
654
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:763
655
+ #: wp-live-chat-support.php:3099
656
  msgid "History"
657
  msgstr "Historial"
658
 
659
  #: includes/dashboard_page.php:57 includes/settings_page.php:125
660
+ #: includes/settings_page.php:759 modules/advanced_tools.php:84
661
+ #: wp-live-chat-support.php:765 wp-live-chat-support.php:3139
662
+ #: wp-live-chat-support.php:3660
663
  msgid "Offline Messages"
664
  msgstr "Mensajes offline"
665
 
669
  msgstr "Herramientas"
670
 
671
  #: includes/dashboard_page.php:60 includes/settings_page.php:88
672
+ #: wp-live-chat-support.php:758
673
  msgid "Settings"
674
  msgstr "Ajustes"
675
 
702
  msgstr "Últimas Noticias"
703
 
704
  #: includes/modal_control.php:27 modules/node_server.php:60
705
+ #: modules/node_server.php:715
706
  msgid "Please Confirm"
707
  msgstr "Por Favor, Confirme"
708
 
711
  msgstr "¿Está seguro?"
712
 
713
  #: includes/modal_control.php:39 includes/wplc_custom_fields.php:164
714
+ #: includes/wplc_custom_fields.php:249 includes/wplc_data_triggers.php:607
715
  #: includes/wplc_departments.php:251 includes/wplc_departments.php:475
716
+ #: includes/wplc_roi.php:246 includes/wplc_roi.php:570
717
+ #: modules/node_server.php:64 modules/node_server.php:717
718
  #: modules/webhooks_manager.php:342
719
  msgid "Cancel"
720
  msgstr "Cancelar"
721
 
722
  #: includes/modal_control.php:40 modules/node_server.php:63
723
+ #: modules/node_server.php:716 modules/webhooks_manager.php:341
724
  msgid "Confirm"
725
  msgstr "Confirmar"
726
 
727
+ #: includes/notification_control.php:22
728
  msgid "User is browsing"
729
  msgstr "El usuario está navegando"
730
 
731
+ #: includes/notification_control.php:33 includes/notification_control.php:66
732
+ #: includes/notification_control.php:111 includes/wplc_transfer_chats.php:472
733
  #: includes/wplc_transfer_chats.php:493 includes/wplc_transfer_chats.php:556
734
  #: includes/wplc_transfer_chats.php:592
735
  msgid "System notification"
736
  msgstr "Notificación del sistema"
737
 
738
+ #: includes/notification_control.php:106
739
  msgid "has joined the chat."
740
  msgstr "se ha unido al chat."
741
 
742
  #: includes/settings_page.php:115 includes/settings_page.php:153
743
+ #: wp-live-chat-support.php:3671
744
  msgid "General Settings"
745
  msgstr "Ajustes Generales"
746
 
748
  msgid "Chat Box"
749
  msgstr "Ventana de Chat"
750
 
751
+ #: includes/settings_page.php:130 includes/settings_page.php:935
752
  msgid "Styling"
753
  msgstr "Estilo"
754
 
755
  #: includes/settings_page.php:135 modules/node_server.php:89
756
+ #: modules/node_server.php:721
757
  msgid "Agents"
758
  msgstr "Agentes"
759
 
791
  msgid "This name will be displayed for all not logged in visitors"
792
  msgstr "Este nombre será mostrado para todos los visitantes sin iniciar sesión"
793
 
 
 
 
 
794
  #: includes/settings_page.php:199
795
  msgid "Input Field Replacement Text"
796
  msgstr "Texto de reemplazo para los campos anteriores"
945
  msgid "No post types found."
946
  msgstr "No se encontraron tipos de entradas."
947
 
948
+ #: includes/settings_page.php:335
 
 
 
 
 
 
 
 
 
 
 
 
949
  msgid "Order by"
950
  msgstr "Odenar por"
951
 
952
+ #: includes/settings_page.php:341
953
  msgid "Number"
954
  msgstr "Número"
955
 
956
+ #: includes/settings_page.php:347
957
  msgid "Sort"
958
  msgstr "Filtrar"
959
 
960
+ #: includes/settings_page.php:351
961
  msgid "Descending"
962
  msgstr "Descendente"
963
 
964
+ #: includes/settings_page.php:352
965
  msgid "Ascending"
966
  msgstr "Ascendente"
967
 
968
+ #: includes/settings_page.php:359
969
  #, fuzzy
970
  #| msgid "Localization"
971
  msgid "Geolocalization"
972
  msgstr "Localización"
973
 
974
+ #: includes/settings_page.php:363
975
  msgid "Detect Visitors Country"
976
  msgstr ""
977
 
978
+ #: includes/settings_page.php:367
979
  #, php-format
980
  msgid ""
981
  "This feature requires the use of the GeoIP Detection plugin. Install it by "
982
  "going %s"
983
  msgstr ""
984
 
985
+ #: includes/settings_page.php:367 includes/wplc_departments.php:585
986
+ #: modules/node_server.php:501 wp-live-chat-support.php:2030
987
  msgid "here"
988
  msgstr "aquí"
989
 
990
+ #: includes/settings_page.php:368
991
  #, fuzzy
992
  #| msgid ""
993
  #| "This feature is only available when you select 3CX High Performance Cloud "
999
  "Está funcionalidad sólo está disponible cuando selecciona los Servidores en "
1000
  "la Nube de Alto Desempeño de 3CX dentro de Funcionalidades Avanzadas."
1001
 
1002
+ #: includes/settings_page.php:374
1003
  msgid "Voice Notes"
1004
  msgstr "Notas de Voz"
1005
 
1006
+ #: includes/settings_page.php:378
1007
  msgid "Enable Voice Notes on admin side"
1008
  msgstr "Habilitar Notas de Voz en el lado del administrador"
1009
 
1010
+ #: includes/settings_page.php:380
1011
  msgid ""
1012
  "Enabling this will allow you to record the voice during the chat and send it "
1013
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
1016
  "enviarlo al visitante una vez que presiona CTRL + BARRA ESPACIADORA en la "
1017
  "ventana principal de chat"
1018
 
1019
+ #: includes/settings_page.php:388
1020
  msgid "Enable Voice Notes on visitor side"
1021
  msgstr "Habilitar Notas de Voz del lado del visitante"
1022
 
1023
+ #: includes/settings_page.php:390
1024
  msgid ""
1025
  "Enabling this will allow the visitors to record the voice during the chat "
1026
  "and send it to agent once they hold on CTRL + SPACEBAR"
1028
  "Al habilitar esto, le permitirá a los visitantes grabar un mensaje de voz y "
1029
  "enviarlo al agente una vez que presione CTRL + BARRA ESPACIADORA"
1030
 
1031
+ #: includes/settings_page.php:404 wp-live-chat-support.php:3672
1032
  msgid "Chat Box Settings"
1033
  msgstr "Ajustes de la Ventana de Chat"
1034
 
1035
+ #: includes/settings_page.php:407
1036
  msgid "Alignment"
1037
  msgstr "Alineación"
1038
 
1039
+ #: includes/settings_page.php:410
1040
  msgid "Bottom left"
1041
  msgstr "Inferior izquierda"
1042
 
1043
+ #: includes/settings_page.php:411
1044
  msgid "Bottom right"
1045
  msgstr "Inferior derecha"
1046
 
1047
+ #: includes/settings_page.php:412
1048
  msgid "Left"
1049
  msgstr "Izquierda"
1050
 
1051
+ #: includes/settings_page.php:413
1052
  msgid "Right"
1053
  msgstr "Derecha"
1054
 
1055
+ #: includes/settings_page.php:420
1056
  msgid "Chat box height (percent of the page)"
1057
  msgstr ""
1058
 
1059
+ #: includes/settings_page.php:425
1060
+ msgid "Use absolute height"
1061
+ msgstr ""
1062
+
1063
+ #: includes/settings_page.php:436
1064
  msgid "Automatic Chatbox Pop-Up"
1065
  msgstr ""
1066
 
1067
+ #: includes/settings_page.php:436
1068
  msgid ""
1069
  "Expand the chat box automatically (prompts the user to enter their name and "
1070
  "email address)."
1072
  "Expandir el recuadro de chat automáticamente (solicita al usuario a ingresar "
1073
  "su nombre y correo electrónico)."
1074
 
1075
+ #: includes/settings_page.php:440
1076
  #, fuzzy
1077
  #| msgid "Disable Emojis"
1078
  msgid "Disabled"
1079
  msgstr "Deshabilitar Emojis"
1080
 
1081
+ #: includes/settings_page.php:441
1082
  msgid "No Forms - Only show 'Start Chat' button"
1083
  msgstr ""
1084
 
1085
+ #: includes/settings_page.php:442
1086
  msgid "All Forms - Show chatbox forms and fields"
1087
  msgstr ""
1088
 
1089
+ #: includes/settings_page.php:444
1090
  #, fuzzy
1091
  #| msgid "Choose when I want to be online"
1092
  msgid "Pop-up only when agents are online"
1093
  msgstr "Elegir cuándo quiero estar en línea"
1094
 
1095
+ #: includes/settings_page.php:445
1096
+ msgid "Pop-up for mobile users"
1097
+ msgstr ""
1098
+
1099
+ #: includes/settings_page.php:451
1100
  msgid "Display for chat message:"
1101
  msgstr "Mostrar para el mensaje de chat:"
1102
 
1103
+ #: includes/settings_page.php:455
1104
  msgid "Avatar"
1105
  msgstr "Avatar"
1106
 
1107
+ #: includes/settings_page.php:460
1108
  msgid "Display typing indicator"
1109
  msgstr "Mostrar indicador de escribiendo."
1110
 
1111
+ #: includes/settings_page.php:460
1112
  msgid ""
1113
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1114
  "visitor is typing."
1116
  "Mostrar la animación \"escribiendo...\" en la ventana de chat tan pronto "
1117
  "como un agente o visitante esté escribiendo."
1118
 
1119
+ #: includes/settings_page.php:464
1120
  #, fuzzy
1121
  #| msgid ""
1122
  #| "For non-cloud server users, please note that this will increase the "
1128
  "Para usuarios no en la nube, por favor tome en cuenta que esto incrementará "
1129
  "la cantidad de recursos requeridos del servidor."
1130
 
1131
+ #: includes/settings_page.php:469
1132
  msgid "Chat box for logged in users only:"
1133
  msgstr "Ventana de chat sólo para usuarios con sesión iniciada:"
1134
 
1135
+ #: includes/settings_page.php:469
1136
  msgid ""
1137
  "By checking this, only users that are logged in will be able to chat with "
1138
  "you."
1140
  "Al seleccionar esto, sólo los usuarios que han iniciado sesión podrán "
1141
  "chatear con usted."
1142
 
1143
+ #: includes/settings_page.php:477
1144
  msgid "Use Logged In User Details"
1145
  msgstr "Usar los Detalles del Usuario Conectado"
1146
 
1147
+ #: includes/settings_page.php:477
1148
  msgid ""
1149
  "A user's Name and Email Address will be used by default if they are logged "
1150
  "in."
1152
  "Se usarán por defecto el Nombre y Correo Electrónico del usuario cuando haya "
1153
  "iniciado sesión."
1154
 
1155
+ #: includes/settings_page.php:485
1156
  msgid "Display a timestamp in the chat window:"
1157
  msgstr "Mostrar fecha y hora en la ventana de chat:"
1158
 
1159
+ #: includes/settings_page.php:489 wp-live-chat-support.php:2089
1160
  msgid "Time"
1161
  msgstr "Hora"
1162
 
1163
+ #: includes/settings_page.php:494
1164
  msgid "Redirect to “Thank You” page on chat end:"
1165
  msgstr "Redirigir a una página de \"Agradecimiento\" al terminar el chat:"
1166
 
1167
+ #: includes/settings_page.php:494
1168
  msgid ""
1169
  "By checking this, users will be redirected to your thank you page when a "
1170
  "chat is completed."
1172
  "Al seleccionar esto, los usuarios serán redirigidos a su página de "
1173
  "agradecimiento cuando termine el chat."
1174
 
1175
+ #: includes/settings_page.php:498
1176
  msgid "Thank You Page URL"
1177
  msgstr "URL de la Página de Agradecimiento"
1178
 
1179
+ #: includes/settings_page.php:508
1180
  msgid "Disable Emojis"
1181
  msgstr "Deshabilitar Emojis"
1182
 
1183
+ #: includes/settings_page.php:525
1184
  msgid "User / Agent name"
1185
  msgstr "Nombre del Agente / Usuario"
1186
 
1187
+ #: includes/settings_page.php:533
1188
  msgid "Use WordPress name"
1189
  msgstr "Usar nombre de WordPress"
1190
 
1191
+ #: includes/settings_page.php:536
1192
  msgid "Note: 'Name' field will be ignored"
1193
  msgstr "Nota: El campo \"Nombre\" será ignorado"
1194
 
1195
+ #: includes/settings_page.php:568
1196
  msgid "Incoming chat ring tone"
1197
  msgstr "Tono de timbrado de chat entrante"
1198
 
1199
+ #: includes/settings_page.php:584
1200
  msgid "Incoming message tone"
1201
  msgstr "Tono de mensaje entrante"
1202
 
1203
+ #: includes/settings_page.php:601
1204
  msgid "Icon"
1205
  msgstr "Ícono"
1206
 
1207
+ #: includes/settings_page.php:609
1208
  msgid "Upload Icon"
1209
  msgstr "Cargar Ícono"
1210
 
1211
+ #: includes/settings_page.php:610 includes/settings_page.php:615
1212
  msgid "Select Default Icon"
1213
  msgstr "Seleccionar Ícono por Defecto"
1214
 
1215
+ #: includes/settings_page.php:612
1216
  msgid "Recommended Size 50px x 50px"
1217
  msgstr "Tamaño recomendado 50px x 50px"
1218
 
1219
+ #: includes/settings_page.php:655
1220
  msgid "Picture"
1221
  msgstr "Imagen"
1222
 
1223
+ #: includes/settings_page.php:663
1224
  msgid "Upload Image"
1225
  msgstr "Cargar Imagen"
1226
 
1227
+ #: includes/settings_page.php:664
1228
  #, fuzzy
1229
  #| msgid "Select Default Icon"
1230
  msgid "Select Default Image"
1231
  msgstr "Seleccionar Ícono por Defecto"
1232
 
1233
+ #: includes/settings_page.php:667
1234
  msgid "Remove Image"
1235
  msgstr "Eliminar Imagen"
1236
 
1237
+ #: includes/settings_page.php:668
1238
  msgid "Recommended Size 60px x 60px"
1239
  msgstr "Tamaño recomendado 60px x 60px"
1240
 
1241
+ #: includes/settings_page.php:675
1242
  msgid "Logo"
1243
  msgstr "Logo"
1244
 
1245
+ #: includes/settings_page.php:683
1246
  msgid "Upload Logo"
1247
  msgstr "Cargar Logo"
1248
 
1249
+ #: includes/settings_page.php:685
1250
  msgid "Remove Logo"
1251
  msgstr "Eliminar Logo"
1252
 
1253
+ #: includes/settings_page.php:686
1254
  msgid "Recommended Size 250px x 40px"
1255
  msgstr "Tamaño recomendado 250px x 40px"
1256
 
1257
+ #: includes/settings_page.php:692
1258
  msgid "Chat button delayed startup (seconds)"
1259
  msgstr "Retardo de inicio del botón de chat (en segundos)"
1260
 
1261
+ #: includes/settings_page.php:692
1262
  msgid "How long to delay showing the Live Chat button on a page"
1263
  msgstr ""
1264
  "Cuento tiempo retardar el mostrar el botón del Chat en Vivo en una página"
1265
 
1266
+ #: includes/settings_page.php:701
1267
  msgid "Chat notifications"
1268
  msgstr "Notificaciones de chat"
1269
 
1270
+ #: includes/settings_page.php:701
1271
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1272
  msgstr ""
1273
  "Alertarme vía correo electrónico tan pronto como alguien quiera iniciar un "
1274
  "chat (estando En Línea)"
1275
 
1276
+ #: includes/settings_page.php:710
1277
  msgid "User Experience"
1278
  msgstr "Experiencia de Usuario"
1279
 
1280
+ #: includes/settings_page.php:714
1281
  msgid "Share files"
1282
  msgstr "Compartir archivos"
1283
 
1284
+ #: includes/settings_page.php:714
1285
  msgid "Adds file sharing to your chat box!"
1286
  msgstr "¡Agrega compartición de archivos a su ventana de chat!"
1287
 
1288
+ #: includes/settings_page.php:718
1289
  msgid "Visitor experience ratings"
1290
  msgstr "Calificaciones de Visitantes"
1291
 
1292
+ #: includes/settings_page.php:718
1293
  msgid "Allows users to rate the chat experience with an agent."
1294
  msgstr ""
1295
  "Permitir que los usuarios puedan calificar su experiencia del chat con un "
1296
  "agente."
1297
 
1298
+ #: includes/settings_page.php:724 includes/settings_page.php:1050
1299
  msgid "Social"
1300
  msgstr "Social"
1301
 
1302
+ #: includes/settings_page.php:728
1303
  msgid "Facebook URL"
1304
  msgstr "URL de Facebook"
1305
 
1306
+ #: includes/settings_page.php:728
1307
  msgid "Link your Facebook page here. Leave blank to hide"
1308
  msgstr "Enlace su página de Facebook aquí. Deje en blanco para ocultar"
1309
 
1310
+ #: includes/settings_page.php:729
1311
  msgid "Facebook URL..."
1312
  msgstr "URL de Facebook..."
1313
 
1314
+ #: includes/settings_page.php:740
1315
  msgid "Twitter URL"
1316
  msgstr "URL de Twitter"
1317
 
1318
+ #: includes/settings_page.php:740
1319
  msgid "Link your Twitter page here. Leave blank to hide"
1320
  msgstr "Enlace su página de Twitter aquí. Deje en blanco para ocultar"
1321
 
1322
+ #: includes/settings_page.php:741
1323
  msgid "Twitter URL..."
1324
  msgstr "URL de Twitter..."
1325
 
1326
+ #: includes/settings_page.php:763
1327
  msgid "Disable offline messages"
1328
  msgstr "Desactivar mensajes fuera de línea"
1329
 
1330
+ #: includes/settings_page.php:763
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"
1335
  "La ventana de chat se ocultará cuando esté fuera de línea. Los usuarios no "
1336
  "podrán enviarle mensajes en ese momento"
1337
 
1338
+ #: includes/settings_page.php:770
1339
  msgid "Offline Form Title"
1340
  msgstr "Título del Formulario Fuera de Línea"
1341
 
1342
+ #: includes/settings_page.php:778
1343
  msgid "Offline form initial message"
1344
  msgstr "Mensaje inicial del Formulario Fuera de Línea"
1345
 
1346
+ #: includes/settings_page.php:784
1347
  msgid "Offline form message on send"
1348
  msgstr "Mensaje a Enviar del Formulario Fuera de Línea"
1349
 
1350
+ #: includes/settings_page.php:790
1351
  msgid "Offline form finish message"
1352
  msgstr "Mensaje final del Formulario Fuera de Línea"
1353
 
1354
+ #: includes/settings_page.php:796
1355
  msgid "Offline Button Text"
1356
  msgstr "Texto del Botón Fuera de Línea"
1357
 
1358
+ #: includes/settings_page.php:802
1359
  msgid "Offline Send Button Text"
1360
  msgstr "Texto del Botón Enviar Fuera de Línea"
1361
 
1362
+ #: includes/settings_page.php:810
1363
  msgid "Email settings"
1364
  msgstr "Ajustes de Correo Electrónico"
1365
 
1366
+ #: includes/settings_page.php:816
1367
  msgid "Send to agent(s)"
1368
  msgstr "Enviar a los agentes"
1369
 
1370
+ #: includes/settings_page.php:816
1371
  msgid ""
1372
  "Email address where offline messages are delivered to. Use comma separated "
1373
  "email addresses to send to more than one email address"
1375
  "Correos electrónicos a los que serán enviados los mensajes fuera de línea. "
1376
  "Use coma para separar las direcciones y enviar a más de un correo electrónico"
1377
 
1378
+ #: includes/settings_page.php:826
1379
  msgid "Subject"
1380
  msgstr "Asunto"
1381
 
1382
+ #: includes/settings_page.php:826
1383
  msgid "User name will be appended to the end of the subject."
1384
  msgstr "El nombre de usuario será agregado al final del asunto."
1385
 
1386
+ #: includes/settings_page.php:839
1387
  msgid "Auto-respond to visitor"
1388
  msgstr "Auto-respuesta al visitante"
1389
 
1390
+ #: includes/settings_page.php:839
1391
  msgid "Send your visitors an email as soon as they send you an offline message"
1392
  msgstr ""
1393
  "Enviar a sus visitantes un correo electrónico tan pronto como le envíen un "
1394
  "mensaje fuera de línea"
1395
 
1396
+ #: includes/settings_page.php:845
1397
  msgid "Auto-responder 'From' name"
1398
  msgstr "Nombre \"Desde\" de la Auto-Respuesta"
1399
 
1400
+ #: includes/settings_page.php:851
1401
  msgid "Auto-responder 'From' email"
1402
  msgstr "Correo Electrónico \"Desde\" de la Auto-Respuesta"
1403
 
1404
+ #: includes/settings_page.php:857
1405
  msgid "Auto-responder subject"
1406
  msgstr "Asunto de la Auto-Respuesta"
1407
 
1408
+ #: includes/settings_page.php:863
1409
  msgid "Auto-responder body"
1410
  msgstr "Mensaje de la Auto-Respuesta"
1411
 
1412
+ #: includes/settings_page.php:866
1413
  msgid "HTML and the following shortcodes can be used"
1414
  msgstr "Puede usar HTML y los siguientes atajos"
1415
 
1416
+ #: includes/settings_page.php:866
1417
  msgid "User's name"
1418
  msgstr "Nombre del Usuario"
1419
 
1420
+ #: includes/settings_page.php:866
1421
  msgid "User's email address"
1422
  msgstr "Correo electrónico del Usuario"
1423
 
1424
+ #: includes/settings_page.php:942
1425
  msgid "Color scheme"
1426
  msgstr "Esquema de color"
1427
 
1428
+ #: includes/settings_page.php:998
1429
  msgid "Custom Scheme"
1430
  msgstr "Esquema personalizado"
1431
 
1432
+ #: includes/settings_page.php:1018
1433
  msgid "Palette Color 1"
1434
  msgstr "Paleta de Colores 1"
1435
 
1436
+ #: includes/settings_page.php:1024
1437
  msgid "Palette Color 2"
1438
  msgstr "Paleta de Colores 2"
1439
 
1440
+ #: includes/settings_page.php:1030
1441
  msgid "Palette Color 3"
1442
  msgstr "Paleta de Colores 3"
1443
 
1444
+ #: includes/settings_page.php:1036
1445
  msgid "Palette Color 4"
1446
  msgstr "Paleta de Colores 4"
1447
 
1448
+ #: includes/settings_page.php:1043
1449
  msgid "Chat background"
1450
  msgstr "Fondo de Pantalla del Chat"
1451
 
1452
+ #: includes/settings_page.php:1047
1453
  msgid "Cloudy"
1454
  msgstr "Nubes"
1455
 
1456
+ #: includes/settings_page.php:1048
1457
  msgid "Geometry"
1458
  msgstr "Geometría"
1459
 
1460
+ #: includes/settings_page.php:1049
1461
  msgid "Tech"
1462
  msgstr "Tecnología"
1463
 
1464
+ #: includes/settings_page.php:1051 includes/wplc_roi.php:156
1465
+ #: modules/node_server.php:771
1466
  msgid "None"
1467
  msgstr "Ninguno"
1468
 
1469
+ #: includes/settings_page.php:1057
1470
  msgid "Use localization plugin"
1471
  msgstr "Usar el plugin de localización"
1472
 
1473
+ #: includes/settings_page.php:1060
1474
  #, fuzzy, php-format
1475
  #| msgid ""
1476
  #| "Enable this if you are using a localization plugin. Should you wish to "
1485
  "siguientes cadenas con esta opción habilitada, por favor visite la "
1486
  "documentación %s"
1487
 
1488
+ #: includes/settings_page.php:1066
1489
  msgid "Chat box title"
1490
  msgstr "Título de la Ventana de Chat"
1491
 
1492
+ #: includes/settings_page.php:1072
1493
  msgid "Chat box sub-title"
1494
  msgstr "Subtítulo de la Ventana de Chat"
1495
 
1496
+ #: includes/settings_page.php:1078
1497
  msgid "Chat box intro"
1498
  msgstr "Introducción de la Ventana de Chat"
1499
 
1500
+ #: includes/settings_page.php:1084
1501
  msgid "Start chat button label"
1502
  msgstr "Etiqueta del botón de inicio de Chat"
1503
 
1504
+ #: includes/settings_page.php:1090
1505
  msgid "Start chat status message"
1506
  msgstr "Mensaje de estado de inicio de Chat"
1507
 
1508
+ #: includes/settings_page.php:1096
1509
  msgid "Re-activate chat message"
1510
  msgstr "Reactivar el mensaje de chat"
1511
 
1512
+ #: includes/settings_page.php:1104
1513
  msgid "Welcome message"
1514
  msgstr "Mensaje de bienvenida"
1515
 
1516
+ #: includes/settings_page.php:1106
1517
  msgid ""
1518
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1519
  "join"
1521
  "Este texto es mostrado cuando un usuario inicia un chat y espera a que se "
1522
  "una un agente"
1523
 
1524
+ #: includes/settings_page.php:1110
1525
  msgid "Agent no answer message"
1526
  msgstr "Mensaje de sin respuesta de agente"
1527
 
1528
+ #: includes/settings_page.php:1112
1529
  msgid ""
1530
  "This text is shown to the user when an agent has failed to answer a chat"
1531
  msgstr "Este texto es mostrado cuando un agente no pudo contestar un chat"
1532
 
1533
+ #: includes/settings_page.php:1116
1534
  msgid "Other text"
1535
  msgstr "Otro texto"
1536
 
1537
+ #: includes/settings_page.php:1119 wp-live-chat-support.php:177
1538
+ #: wp-live-chat-support.php:968
1539
  msgid "The chat has been ended by the agent."
1540
  msgstr "El chat ha sido finalizado por el agente."
1541
 
1542
+ #: includes/settings_page.php:1124
1543
  msgid "Chat box animation"
1544
  msgstr "Animación de la ventana de chat"
1545
 
1546
+ #: includes/settings_page.php:1132
1547
  msgid "Slide Up"
1548
  msgstr "Deslizar hacia arriba"
1549
 
1550
+ #: includes/settings_page.php:1138
1551
  msgid "Slide From The Side"
1552
  msgstr "Deslizar desde un lado"
1553
 
1554
+ #: includes/settings_page.php:1144
1555
  msgid "Fade In"
1556
  msgstr "Fundido de entrada"
1557
 
1558
+ #: includes/settings_page.php:1150
1559
  msgid "No Animation"
1560
  msgstr "Sin Animación"
1561
 
1562
+ #: includes/settings_page.php:1168
1563
  msgid "Auto-response to first message"
1564
  msgstr "Auto-respuesta al primer mensaje"
1565
 
1566
+ #: includes/settings_page.php:1171
1567
  msgid ""
1568
  "This message will be sent automatically after the first message is sent from "
1569
  "the user side. Leave empty to disable."
1571
  "Este mensaje será enviado automáticamente después de que el primer mensaje "
1572
  "es enviado por parte del usuario. Deje vacío para deshabilitar."
1573
 
1574
+ #: includes/settings_page.php:1183
1575
  msgid "Chat Agents"
1576
  msgstr "Agentes de Chat"
1577
 
1578
+ #: includes/settings_page.php:1192
1579
  msgid "Logged In"
1580
  msgstr "En Línea"
1581
 
1582
+ #: includes/settings_page.php:1210
1583
  msgid "Add New Agent"
1584
  msgstr "Agregar Nuevo Agente"
1585
 
1586
+ #: includes/settings_page.php:1217
1587
  msgid "Administrator"
1588
  msgstr "Administrador"
1589
 
1590
+ #: includes/settings_page.php:1222
1591
  msgid "Editor"
1592
  msgstr "Editor"
1593
 
1594
+ #: includes/settings_page.php:1231
1595
  msgid "Add Agent"
1596
  msgstr "Agregar Agente"
1597
 
1598
+ #: includes/settings_page.php:1237
1599
  #, php-format
1600
  msgid ""
1601
  "Should you wish to add a user that has a role less than 'Author', please go "
1606
  "a la página %s, seleccione el usuario, haga clic en Editar y desplácese "
1607
  "hasta el final de la página para habilitar la opción \"Agente de Chat\"."
1608
 
1609
+ #: includes/settings_page.php:1237
1610
  msgid "Users"
1611
  msgstr "Usuarios"
1612
 
1613
+ #: includes/settings_page.php:1238
1614
  msgid "If there are no chat agents online, the chat will show as offline"
1615
  msgstr "Si no hay agentes de chat en línea, el chat se mostrará como offline"
1616
 
1617
+ #: includes/settings_page.php:1243
1618
  msgid "Blocked Visitors / IP Addresses"
1619
  msgstr "Visitantes / Direcciones IP Bloqueadas"
1620
 
1621
+ #: includes/settings_page.php:1247
1622
  msgid "Enter each IP Address you would like to block on a new line"
1623
  msgstr "Introduzca cada dirección de IP que desee bloquear en una línea nueva"
1624
 
1625
+ #: includes/settings_page.php:1258
1626
  msgid ""
1627
  "Blocking a user's IP Address here will hide the chat window from them, "
1628
  "preventing them from chatting with you. Each IP Address must be on a new line"
1631
  "chat para ese usuario, evitando que pueda iniciar un chat con usted. Cada "
1632
  "dirección IP se debe introducir en una línea nueva+"
1633
 
1634
+ #: includes/settings_page.php:1272
1635
  msgid "Enable Business Hours"
1636
  msgstr "Habilitar Horario de Oficina"
1637
 
1638
+ #: includes/settings_page.php:1276
1639
  msgid "Working days"
1640
  msgstr ""
1641
 
1642
+ #: includes/settings_page.php:1278
1643
+ #, fuzzy
1644
+ #| msgid "Week Days"
1645
+ msgid "Week Day"
1646
+ msgstr "Días de la Semana"
1647
+
1648
+ #: includes/settings_page.php:1278
1649
  #, fuzzy
1650
  #| msgid "Active schedule"
1651
+ msgid "Morning Schedule"
1652
  msgstr "Activar programación"
1653
 
1654
+ #: includes/settings_page.php:1278
 
 
 
 
 
 
 
 
1655
  #, fuzzy
1656
  #| msgid "Active schedule"
1657
+ msgid "Afternoon Schedule"
1658
  msgstr "Activar programación"
1659
 
1660
+ #: includes/settings_page.php:1281 includes/settings_page.php:1286
1661
+ #: wp-live-chat-support.php:3911 wp-live-chat-support.php:3971
1662
+ msgid "From"
1663
+ msgstr "De"
1664
+
1665
+ #: includes/settings_page.php:1283 includes/settings_page.php:1288
1666
+ #: includes/wplc_transfer_chats.php:582
1667
+ msgid "to"
1668
+ msgstr "a"
1669
+
1670
+ #: includes/settings_page.php:1298
1671
  msgid ""
1672
  "Time intervals are incorrect or overlapping. Please fix your settings or you "
1673
  "might get unexpected behavior."
1674
  msgstr ""
1675
 
1676
+ #: includes/settings_page.php:1308
1677
  msgid "Current Site Time"
1678
  msgstr "Hora Actual del Sitio"
1679
 
1680
+ #: includes/settings_page.php:1323
1681
  msgid "Chat Encryption"
1682
  msgstr "Chat cifrado"
1683
 
1684
+ #: includes/settings_page.php:1326
1685
  msgid "Enable Encryption"
1686
  msgstr "Habilitar Cifrado"
1687
 
1688
+ #: includes/settings_page.php:1326
1689
  msgid ""
1690
  "All messages will be encrypted when being sent to and from the user and "
1691
  "agent."
1692
  msgstr ""
1693
  "Todos los mensajes enviados desde y hacia el usuario y agente serán cifrados."
1694
 
1695
+ #: includes/settings_page.php:1330
1696
  msgid ""
1697
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1698
  msgstr ""
1699
  "Una vez habilitado, todos los mensajes serán cifrados. Esto no puede "
1700
  "deshacerse."
1701
 
1702
+ #: includes/settings_page.php:1336
1703
+ #, fuzzy
1704
+ #| msgid "Encryption"
1705
+ msgid "Encryption key"
1706
+ msgstr "Cifrado"
1707
+
1708
+ #: includes/settings_page.php:1341 modules/advanced_features.php:59
1709
+ #: modules/api/public/wplc-api.php:84
1710
+ msgid "Generate New"
1711
+ msgstr "Generar Nuevo"
1712
+
1713
+ #: includes/settings_page.php:1344
1714
+ #, fuzzy
1715
+ #| msgid ""
1716
+ #| "Once enabled, all messages sent will be encrypted. This cannot be undone."
1717
+ msgid ""
1718
+ "If you change encryption key, all previously encrypted messages will be "
1719
+ "lost. This cannot be undone."
1720
+ msgstr ""
1721
+ "Una vez habilitado, todos los mensajes serán cifrados. Esto no puede "
1722
+ "deshacerse."
1723
+
1724
  #: includes/settings_page.php:1354
1725
  msgid "Save Settings"
1726
  msgstr "Guardar ajustes"
1740
  "para desactivar."
1741
 
1742
  #: includes/wplc_custom_fields.php:67 includes/wplc_data_triggers.php:8
1743
+ #: includes/wplc_departments.php:139 includes/wplc_roi.php:105
1744
  #: modules/webhooks_manager.php:60 modules/webhooks_manager.php:321
1745
  msgid "Add New"
1746
  msgstr "Agregar Nuevo"
1747
 
1748
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:787
1749
  msgid "Custom Fields"
1750
  msgstr "Compos Personalizados"
1751
 
1752
+ #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:456
1753
+ #: wp-live-chat-support.php:2090
1754
  msgid "Type"
1755
  msgstr "Tipo"
1756
 
1757
+ #: includes/wplc_custom_fields.php:81 includes/wplc_data_triggers.php:458
1758
  msgid "Content"
1759
  msgstr "Contenido"
1760
 
1761
+ #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:459
1762
+ #: wp-live-chat-support.php:2093 wp-live-chat-support.php:3046
1763
  msgid "Status"
1764
  msgstr "Estado"
1765
 
1766
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2273
1767
  msgid "Active"
1768
  msgstr "Activo"
1769
 
1771
  msgid "Inactive"
1772
  msgstr "Inactivo"
1773
 
1774
+ #: includes/wplc_custom_fields.php:106 includes/wplc_data_triggers.php:467
1775
+ #: includes/wplc_departments.php:183 includes/wplc_roi.php:149
1776
  #: modules/webhooks_manager.php:262
1777
  msgid "Edit"
1778
  msgstr "Editar"
1785
  msgid "Create a Custom Field"
1786
  msgstr "Crear un Campo Personalizado"
1787
 
1788
+ #: includes/wplc_custom_fields.php:142 includes/wplc_custom_fields.php:225
1789
  msgid "Field Name"
1790
  msgstr "Nombre del Campo"
1791
 
1792
+ #: includes/wplc_custom_fields.php:146 includes/wplc_custom_fields.php:229
1793
  msgid "Field Type"
1794
  msgstr "Tipo del Campo"
1795
 
1796
+ #: includes/wplc_custom_fields.php:149 includes/wplc_custom_fields.php:234
1797
  msgid "Text"
1798
  msgstr "Texto"
1799
 
1800
+ #: includes/wplc_custom_fields.php:150 includes/wplc_custom_fields.php:235
1801
  msgid "Drop Down"
1802
  msgstr "Menú Desplegable"
1803
 
1804
+ #: includes/wplc_custom_fields.php:155 includes/wplc_custom_fields.php:240
1805
  msgid "Default Field Value"
1806
  msgstr "Valor por defecto del campo"
1807
 
1808
+ #: includes/wplc_custom_fields.php:159 includes/wplc_custom_fields.php:244
1809
  msgid "Drop Down Contents"
1810
  msgstr "Contenido del Menú Desplegable"
1811
 
1812
+ #: includes/wplc_custom_fields.php:160 includes/wplc_custom_fields.php:245
1813
  msgid "Enter each option on a new line"
1814
  msgstr "Introduzca cada opción en una línea nueva"
1815
 
1817
  msgid "Create Custom Field"
1818
  msgstr "Crear Campo Personalizado"
1819
 
1820
+ #: includes/wplc_custom_fields.php:220
1821
  msgid "Edit a Custom Field"
1822
  msgstr "Editar un Campo Personalizado"
1823
 
1824
+ #: includes/wplc_custom_fields.php:249
1825
  msgid "Update Custom Field"
1826
  msgstr "Actualizar un Campo Personalizado"
1827
 
1828
+ #: includes/wplc_custom_fields.php:259
1829
  msgid "Custom Field Not Found"
1830
  msgstr "Campo Personalizado No Encontrado"
1831
 
1832
+ #: includes/wplc_custom_fields.php:260
1833
  msgid "Back"
1834
  msgstr "Atras"
1835
 
1836
+ #: includes/wplc_custom_fields.php:274
1837
  msgid "Are you sure you want to delete this custom field?"
1838
  msgstr "¿Está seguro que desea eliminar este campo personalizado?"
1839
 
1840
+ #: includes/wplc_custom_fields.php:310
1841
  msgid "Text Field"
1842
  msgstr "Texto del Campo"
1843
 
1844
+ #: includes/wplc_custom_fields.php:313
1845
  msgid "Dropdown"
1846
  msgstr "Menú Desplegable"
1847
 
1848
+ #: includes/wplc_custom_fields.php:379
1849
  msgid "Custom Field Data"
1850
  msgstr "Información del Campo Personalizado"
1851
 
1852
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:786
1853
+ #: wp-live-chat-support.php:3646
1854
  msgid "Triggers"
1855
  msgstr "Activadores"
1856
 
1915
  msgid "Content Replacement"
1916
  msgstr "Reemplazamiento de contenido"
1917
 
1918
+ #: includes/wplc_data_triggers.php:107
1919
  msgid "Replace Content"
1920
  msgstr "Reemplazar Contenido"
1921
 
1922
+ #: includes/wplc_data_triggers.php:112
1923
  msgid "Enable Trigger"
1924
  msgstr "Habilitar Activador"
1925
 
1926
+ #: includes/wplc_data_triggers.php:118 modules/node_server.php:445
1927
+ #: wp-live-chat-support.php:4319
1928
  msgid "Close"
1929
  msgstr "Cerrar"
1930
 
1931
+ #: includes/wplc_data_triggers.php:128 includes/wplc_departments.php:261
1932
+ #: includes/wplc_roi.php:256
1933
  msgid "Please review your submission"
1934
  msgstr "Por favor, revise su petición"
1935
 
1936
+ #: includes/wplc_data_triggers.php:276
1937
  msgid "Trigger has been edited."
1938
  msgstr "El Activador ha sido editado."
1939
 
1940
+ #: includes/wplc_data_triggers.php:441
1941
  msgid "Conflict with page"
1942
  msgstr "Conflicto con la página"
1943
 
1944
+ #: includes/wplc_data_triggers.php:443
1945
  msgid "Trigger ID: "
1946
  msgstr "ID de Activador:"
1947
 
1948
+ #: includes/wplc_data_triggers.php:444
1949
  msgid ""
1950
  "It is possible that this trigger may override another trigger, or be "
1951
  "overridden by another trigger."
1953
  "Es posible que este activador pueda sobre escribir a otro activador o ser "
1954
  "sobrescrito por otro."
1955
 
1956
+ #: includes/wplc_data_triggers.php:457 includes/wplc_roi.php:140
1957
+ #: modules/node_server.php:191 modules/node_server.php:739
1958
  msgid "Page"
1959
  msgstr "Página"
1960
 
1961
+ #: includes/wplc_data_triggers.php:476 includes/wplc_roi.php:691
1962
  msgid "All"
1963
  msgstr "Todos"
1964
 
1965
+ #: includes/wplc_data_triggers.php:480
1966
  msgid "Click to change trigger status"
1967
  msgstr "Haga clic para cambiar el estado del activador"
1968
 
1969
+ #: includes/wplc_data_triggers.php:490
1970
  msgid "No Triggers Found..."
1971
  msgstr "No se encontraron activadores..."
1972
 
1973
+ #: includes/wplc_data_triggers.php:601
1974
  msgid "Are you sure you would like to delete trigger"
1975
  msgstr "¿Está seguro que desea eliminar el activador?"
1976
 
2052
  msgstr "Departamento al cual ha sido asignado como agente"
2053
 
2054
  #: includes/wplc_departments.php:631 includes/wplc_transfer_chats.php:48
2055
+ #: modules/node_server.php:194 modules/node_server.php:741
2056
  msgid "Department"
2057
  msgstr "Departamento"
2058
 
2060
  msgid "Select Department"
2061
  msgstr "Seleccionar Departamento"
2062
 
2063
+ #: includes/wplc_roi.php:97 includes/wplc_roi.php:109
2064
+ #: wp-live-chat-support.php:3648
2065
  msgid "ROI Goals"
2066
  msgstr "Metas ROI"
2067
 
2068
+ #: includes/wplc_roi.php:106
2069
  msgid "View Reports"
2070
  msgstr "Ver Reportes"
2071
 
2072
+ #: includes/wplc_roi.php:141
2073
  msgid "Value"
2074
  msgstr "Valor"
2075
 
2076
+ #: includes/wplc_roi.php:163
2077
  msgid "No ROI Goals Found..."
2078
  msgstr "No se encontraron Metas ROI..."
2079
 
2080
+ #: includes/wplc_roi.php:221
2081
  msgid "Goal Name"
2082
  msgstr "Nombre de la Meta"
2083
 
2084
+ #: includes/wplc_roi.php:226
2085
  msgid "Goal Overview"
2086
  msgstr "Resumen de la Meta"
2087
 
2088
+ #: includes/wplc_roi.php:231
2089
  msgid "Goal Page"
2090
  msgstr "Página Meta"
2091
 
2092
+ #: includes/wplc_roi.php:240
2093
  msgid "Goal Value"
2094
  msgstr "Valor Meta"
2095
 
2096
+ #: includes/wplc_roi.php:393
2097
  msgid "Goal has been edited."
2098
  msgstr "Esta Meta ha sido editada."
2099
 
2100
+ #: includes/wplc_roi.php:564
2101
  msgid "Are you sure you would like to delete goal"
2102
  msgstr "¿Está seguro que desea eliminar esta meta?"
2103
 
2104
+ #: includes/wplc_roi.php:651
2105
  msgid "ROI Reports"
2106
  msgstr "Reportes ROI"
2107
 
2108
+ #: includes/wplc_roi.php:670
2109
  msgid "Goal Statistics"
2110
  msgstr "Estadísticas de Metas"
2111
 
2112
+ #: includes/wplc_roi.php:682
2113
  msgid "No Goals Found"
2114
  msgstr "No se encontraron Metas"
2115
 
2116
+ #: includes/wplc_roi.php:692
2117
  msgid "Last 30 Days"
2118
  msgstr "Últimos 30 Días"
2119
 
2120
+ #: includes/wplc_roi.php:693
2121
  msgid "Last 15 Days"
2122
  msgstr "Últimos 15 Días"
2123
 
2124
+ #: includes/wplc_roi.php:694
2125
  msgid "Last 7 Days"
2126
  msgstr "Últimos 7 Días"
2127
 
2128
+ #: includes/wplc_roi.php:695
2129
  msgid "Last 24 Hours"
2130
  msgstr "Últimas 24 Horas"
2131
 
2132
+ #: includes/wplc_roi.php:747
2133
  msgid "Value Per Conversion"
2134
  msgstr "Valor por Conversión"
2135
 
2136
+ #: includes/wplc_roi.php:753
2137
  msgid "Total Value"
2138
  msgstr "Valor Total"
2139
 
2140
+ #: includes/wplc_roi.php:758
2141
  msgid "Total Conversions"
2142
  msgstr "Conversiones Totales"
2143
 
2144
+ #: includes/wplc_roi.php:790
2145
  msgid "Value By Date"
2146
  msgstr "Valor por Fecha"
2147
 
2148
+ #: includes/wplc_roi.php:793
2149
  msgid "Value By Agent"
2150
  msgstr "Valor por Agente"
2151
 
2152
+ #: includes/wplc_roi.php:799
2153
  msgid "No data available yet..."
2154
  msgstr "Todavía no hay información disponible..."
2155
 
2156
+ #: includes/wplc_transfer_chats.php:18 modules/node_server.php:728
2157
  msgid "Transfer"
2158
  msgstr "Transferir"
2159
 
2273
  msgid "department"
2274
  msgstr "departamento"
2275
 
 
 
 
 
2276
  #: includes/wplc_transfer_chats.php:585
2277
  msgid "as there were no agents online"
2278
  msgstr "debido a que no hay agentes en línea"
2331
  "Token de seguridad para acceder a los chats en el nodo del servidor. Al "
2332
  "cambiar esto, se cerrarán sus sesiones de chat activas."
2333
 
2334
+ #: modules/advanced_features.php:65
 
 
 
 
2335
  msgid "Enable typing preview"
2336
  msgstr "Habilitar vista previa de texto."
2337
 
2338
+ #: modules/advanced_features.php:65
2339
  msgid ""
2340
  "This option enables the typing preview, which means agents will be able to "
2341
  "see what the user is typing in realtime."
2343
  "Esta opción habilita la vista previa de texto, lo que significa que los "
2344
  "agentes podrán ver lo que el usuario está escribiendo en tiempo real."
2345
 
2346
+ #: modules/advanced_features.php:71
2347
  msgid "Typing preview is not available when GDPR is enabled"
2348
  msgstr "La vista previa no está disponible cuando GDPR está activado"
2349
 
2350
+ #: modules/advanced_features.php:81
2351
  msgid "Number of chat rings"
2352
  msgstr "Número de veces en que un chat timbra"
2353
 
2354
+ #: modules/advanced_features.php:81
2355
  msgid "Limit the amount of time the new chat ringer will play"
2356
  msgstr "Limitar el tiempo de timbrado para un nuevo chat"
2357
 
2371
  msgid "Import Settings"
2372
  msgstr "Ajustes de Importación"
2373
 
2374
+ #: modules/advanced_tools.php:62 modules/node_server.php:720
2375
+ #: wp-live-chat-support.php:3661
2376
  msgid "Chat History"
2377
  msgstr "Historial de Chat"
2378
 
2426
  msgid "Thank you, all settings have been updated"
2427
  msgstr "Gracias, todos los ajustes han sido actualizados"
2428
 
2429
+ #: modules/api/agent/wplc-api-functions.php:202
2430
+ #: modules/api/agent/wplc-api-functions.php:532
2431
+ #: modules/api/public/wplc-api-functions.php:158
2432
  msgid "Action not set"
2433
  msgstr "Acción no definida"
2434
 
2435
+ #: modules/api/agent/wplc-api-functions.php:393
2436
  msgid "IP Address not recorded"
2437
  msgstr "Dirección IP no registrada"
2438
 
2439
+ #: modules/api/agent/wplc-api-functions.php:1018
2440
  msgid "Upload error"
2441
  msgstr "Error de Carga"
2442
 
2443
+ #: modules/api/agent/wplc-api-functions.php:1021
2444
  msgid "Security Violation - File unsafe"
2445
  msgstr "Violación de Seguridad - Archivo no seguro"
2446
 
2475
  msgid "Call To Action Animation"
2476
  msgstr "Animación Call to Action"
2477
 
2478
+ #: modules/gdpr.php:26
2479
  msgid "Enable privacy controls"
2480
  msgstr "Habilitar controles de privacidad"
2481
 
2482
+ #: modules/gdpr.php:26
2483
  msgid "Disabling will disable all GDPR related options, this is not advised."
2484
  msgstr ""
2485
  "Al deshabilitar, también deshabilitará todas las opciones asociadas a GDPR, "
2486
  "esto no es recomendable."
2487
 
2488
+ #: modules/gdpr.php:30
2489
  msgid "Importance of GDPR Compliance"
2490
  msgstr "Importancia del Cumplimiento con GDPR"
2491
 
2492
+ #: modules/gdpr.php:36
2493
  msgid "Organization name"
2494
  msgstr "Nombre de la Organización"
2495
 
2496
+ #: modules/gdpr.php:45
2497
  msgid "Data retention purpose"
2498
  msgstr "Propósitos de la retención de Información"
2499
 
2500
+ #: modules/gdpr.php:48 modules/gdpr.php:373 wp-live-chat-support.php:124
2501
  msgid "Chat/Support"
2502
  msgstr "Chat/Soporte"
2503
 
2504
+ #: modules/gdpr.php:54
2505
  msgid "Data retention period"
2506
  msgstr "Periodo de retención de la información"
2507
 
2508
+ #: modules/gdpr.php:57
2509
  msgid "days"
2510
  msgstr "días"
2511
 
2512
+ #: modules/gdpr.php:63
2513
  msgid "GDPR notice to visitors"
2514
  msgstr "Aviso a visitantes de GDPR"
2515
 
2516
+ #: modules/gdpr.php:64
2517
  msgid ""
2518
  "Users will be asked to accept the notice shown here, in the form of a check "
2519
  "box."
2521
  "Se le solicitará a los usuarios aceptar el aviso de privacidad mostrado "
2522
  "aquí, en forma de casilla de verificación."
2523
 
2524
+ #: modules/gdpr.php:81
2525
+ msgid "Use a custom text for GDPR notice"
2526
+ msgstr ""
2527
+
2528
+ #: modules/gdpr.php:82
2529
+ msgid ""
2530
+ "You can display a custom GDPR notice to your website visitors. Be sure to "
2531
+ "include all relevant informations according to GDPR directives."
2532
+ msgstr ""
2533
+
2534
+ #: modules/gdpr.php:108 modules/gdpr.php:120
2535
  msgid "GDPR Control"
2536
  msgstr "Control de GDPR"
2537
 
2538
+ #: modules/gdpr.php:122
2539
  msgid ""
2540
  "Search is performed on chat sessions, messages, and offline messages. Data "
2541
  "will also be deleted automatically per your retention policy."
2544
  "línea. La información también será eliminada automáticamente de acuerdo a "
2545
  "sus políticas de retención."
2546
 
2547
+ #: modules/gdpr.php:131
2548
  msgid "Name, Email, Message"
2549
  msgstr "Nombre, Correo Electrónico, Mensaje"
2550
 
2551
+ #: modules/gdpr.php:135 modules/node_server.php:222
2552
  msgid "Search"
2553
  msgstr "Buscar"
2554
 
2555
+ #: modules/gdpr.php:148
2556
  #, php-format
2557
  msgid "Search Results in %%TABLE%%"
2558
  msgstr "Buscar Resultados en %%TABLE%%"
2559
 
2560
+ #: modules/gdpr.php:176
2561
  #, php-format
2562
  msgid "Delete Chat (%%CID%%)"
2563
  msgstr "Eliminar Chat (%%CID%%)"
2564
 
2565
+ #: modules/gdpr.php:177
2566
  #, php-format
2567
  msgid "Download Chat (%%CID%%)"
2568
  msgstr "Descargar Chat (%%CID%%)"
2569
 
2570
+ #: modules/gdpr.php:181 wp-live-chat-support.php:3910
2571
+ #: wp-live-chat-support.php:3970
2572
  msgid "Chat ID"
2573
  msgstr "ID de Chat"
2574
 
2575
+ #: modules/gdpr.php:202
2576
  msgid "Please perform a search using the input field above"
2577
  msgstr "Por favor, realice una búsqueda usando el campo anterior"
2578
 
2579
+ #: modules/gdpr.php:279
2580
  msgid "Data Deleted"
2581
  msgstr "Información Eliminada"
2582
 
2583
+ #: modules/gdpr.php:371
2584
  #, php-format
2585
  msgid ""
2586
  "I agree for my personal data to be processed and for the use of cookies in "
2591
  "participar en un chat procesado por %%COMPANY%%, con el propósito de "
2592
  "%%PURPOSE%%, para el tiempo de %%PERIOD%% día. (s) según la GDPR."
2593
 
2594
+ #: modules/gdpr.php:398 modules/gdpr.php:609 modules/gdpr.php:631
2595
  msgid "Privacy Policy"
2596
  msgstr "Políticas de Privacidad"
2597
 
2598
+ #: modules/gdpr.php:399
2599
  #, php-format
2600
  msgid ""
2601
  "We use WP Live Chat by 3CX as our live chat platform. By clicking below to "
2608
  "información que proporcione ahora y durante el chat, será transferido a WP "
2609
  "Live Chat by 3CX para procesamiento de acuerdo con las %%POLICY_LINK%%."
2610
 
2611
+ #: modules/gdpr.php:423
2612
  #, php-format
2613
  msgid ""
2614
  "Please note as per the GDPR settings you have selected, all chat data will "
2618
  "seleccionado, toda la información del Chat será retenida por %%PERIOD%% "
2619
  "día(s)."
2620
 
2621
+ #: modules/gdpr.php:426
2622
  #, php-format
2623
  msgid ""
2624
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
2627
  "Después de este periodo, toda la información del Chat anterior a %%PERIOD%% "
2628
  "día(s), será eliminada permanentemente de su servidor."
2629
 
2630
+ #: modules/gdpr.php:430
2631
  msgid "GDPR - Data Retention"
2632
  msgstr "GDPR - Retención de Información"
2633
 
2634
+ #: modules/gdpr.php:433 modules/gdpr.php:611
2635
  msgid "Privacy Settings"
2636
  msgstr "Ajustes de Privacidad"
2637
 
2638
+ #: modules/gdpr.php:448
2639
  msgid "Once every 6 hours"
2640
  msgstr "Una vez cada 6 horas"
2641
 
2642
+ #: modules/gdpr.php:577
2643
  msgid "Chat Ended"
2644
  msgstr "El Chat Finalizó"
2645
 
2646
+ #: modules/gdpr.php:602
2647
  msgid ""
2648
  "GDPR compliance has been disabled, read more about the implications of this "
2649
  "here"
2651
  "El cumplimiento con GDPR ha sido deshabilitado, lea más aquí acerca de las "
2652
  "implicaciones sobre esto"
2653
 
2654
+ #: modules/gdpr.php:603
2655
  msgid "Additionally please take a look at WP Live Chat by 3CX"
2656
  msgstr "Adicionalmente, por favor revise WP Live Chat by 3CX"
2657
 
2658
+ #: modules/gdpr.php:604
2659
  msgid ""
2660
  "It is highly recommended that you enable GDPR compliance to ensure your user "
2661
  "data is regulated."
2663
  "Es altamente recomendable que habilite el Cumplimiento con GDPR para "
2664
  "asegurar al usuario que la información es regulada."
2665
 
2666
+ #: modules/gdpr.php:607
2667
  msgid "Warning - GDPR Compliance Disabled - Action Required"
2668
  msgstr "Atención - Cumplimiento con GDPR Deshabilitado - Acción Requerida"
2669
 
2670
+ #: modules/gdpr.php:608
2671
  msgid "EU GDPR"
2672
  msgstr "GDPR UE"
2673
 
2674
+ #: modules/gdpr.php:612
2675
  msgid "Dismiss & Accept Responsibility"
2676
  msgstr "Descartar y Aceptar Responsabilidad"
2677
 
2678
+ #: modules/gdpr.php:630
2679
  #, php-format
2680
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2681
  msgstr ""
2699
  msgstr "Cambiar a Menú WordPress para una experiencia en pantalla completa"
2700
 
2701
  #: modules/node_server.php:79 modules/node_server.php:186
2702
+ #: modules/node_server.php:718 modules/node_server.php:736
2703
  msgid "Active visitors"
2704
  msgstr "Visitantes Activos"
2705
 
2706
+ #: modules/node_server.php:113 modules/node_server.php:723
2707
  msgid "Invite Agent"
2708
  msgstr "Invitar Agente"
2709
 
2710
+ #: modules/node_server.php:114 modules/node_server.php:724
2711
  msgid "Invite Department"
2712
  msgstr "Invitar Departamento"
2713
 
2714
+ #: modules/node_server.php:115 modules/node_server.php:725
2715
+ #: modules/node_server.php:729 wp-live-chat-support.php:3718
2716
  msgid "Direct User To Page"
2717
  msgstr "Dirigir Usuario a una Página"
2718
 
2720
  msgid "Transcript"
2721
  msgstr "Transcripción"
2722
 
2723
+ #: modules/node_server.php:118 modules/node_server.php:726
2724
  msgid "Leave chat"
2725
  msgstr "Abandonar Chat"
2726
 
2727
+ #: modules/node_server.php:119 modules/node_server.php:727
2728
+ #: wp-live-chat-support.php:2285
2729
  msgid "End chat"
2730
  msgstr "Finalizar chat"
2731
 
2733
  msgid "Something"
2734
  msgstr "Algo"
2735
 
2736
+ #: modules/node_server.php:141 modules/node_server.php:731
2737
  msgid "Join chat"
2738
  msgstr "Unirse a Chat"
2739
 
2761
  msgid "Filter the user list based on activity."
2762
  msgstr "Filtrar la lista de usuario basado en actividad"
2763
 
2764
+ #: modules/node_server.php:168 modules/node_server.php:733
2765
  msgid "New Visitors (3 Min)"
2766
  msgstr "Nuevos Visitantes (3 Min)"
2767
 
2768
+ #: modules/node_server.php:169 modules/node_server.php:734
2769
  msgid "Active Chats"
2770
  msgstr "Chats Activos"
2771
 
2773
  msgid "Page URL"
2774
  msgstr "URL de Página"
2775
 
2776
+ #: modules/node_server.php:171 modules/node_server.php:735
2777
  msgid "Clear Filters"
2778
  msgstr "Limpiar Filtros"
2779
 
2781
  msgid "Contains"
2782
  msgstr "Contiene"
2783
 
2784
+ #: modules/node_server.php:189 modules/node_server.php:737
2785
+ #: wp-live-chat-support.php:2088
2786
  msgid "Visitor"
2787
  msgstr "Visitante"
2788
 
2789
+ #: modules/node_server.php:190 modules/node_server.php:738
2790
  msgid "Info"
2791
  msgstr "Información"
2792
 
2793
+ #: modules/node_server.php:192 modules/node_server.php:740
2794
  msgid "Chat Status"
2795
  msgstr "Estado de Chat"
2796
 
2797
+ #: modules/node_server.php:223 modules/node_server.php:742
2798
  msgid "Search Results"
2799
  msgstr "Resultados de Búsqueda"
2800
 
2801
+ #: modules/node_server.php:225 modules/node_server.php:743
2802
  msgid "No emoji found"
2803
  msgstr "No se encontraron emojis"
2804
 
2810
  msgid "Only chat agents can access this page."
2811
  msgstr "Sólo los Agentes de Chat pueden acceder a esta página."
2812
 
2813
+ #: modules/node_server.php:443 wp-live-chat-support.php:4317
2814
  msgid "Sending transcript..."
2815
  msgstr "Enviando transcripción..."
2816
 
2818
  msgid "Chat Transcript"
2819
  msgstr "Transcripción de Chat"
2820
 
2821
+ #: modules/node_server.php:446 wp-live-chat-support.php:4320
2822
  msgid "The chat transcript has been emailed."
2823
  msgstr "La transcripción del Chat ha sido enviada por correo electrónico."
2824
 
2825
+ #: modules/node_server.php:447 wp-live-chat-support.php:4321
2826
  msgid "There was a problem emailing the chat."
2827
  msgstr "Hubo un problema al enviar el chat."
2828
 
2845
  msgid "User received notification:"
2846
  msgstr "Notificación del Usuario Recibida:"
2847
 
2848
+ #: modules/node_server.php:532 wp-live-chat-support.php:1925
2849
  msgid "New chat received"
2850
  msgstr "Nuevo chat recibido"
2851
 
2852
+ #: modules/node_server.php:533 wp-live-chat-support.php:1927
2853
  msgid ""
2854
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2855
  "chat"
2857
  "Se ha recibido un nuevo chat. Por favor, vaya a la página del \"Chat en Vivo"
2858
  "\" para aceptar el chat"
2859
 
2860
+ #: modules/node_server.php:641
2861
  msgid "Welcome to V8 of WP Live Chat by 3CX"
2862
  msgstr "Bienvenido a la V8 de WP Live Chat by 3CX"
2863
 
2864
+ #: modules/node_server.php:642
2865
  msgid ""
2866
  "Did you know, this version features high speed message delivery, agent to "
2867
  "agent chat, and a single window layout?"
2869
  "¿Sabía que, las funciones de esta versión aumentan la velocidad de entrega "
2870
  "de mensajes, chat de agente a agente y diseño de una sola ventana?"
2871
 
2872
+ #: modules/node_server.php:643
2873
  msgid ""
2874
  "To activate this functionality please navigate to Live Chat -> Settings -> "
2875
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
2878
  "> Funcionalidades Avanzadas > y Habilite Servidores 3CX de Chat de Alto "
2879
  "Desempeño en la Nube."
2880
 
2881
+ #: modules/node_server.php:646
2882
  msgid "Show me!"
2883
  msgstr "¡Mostrar!"
2884
 
2885
+ #: modules/node_server.php:647 wp-live-chat-support.php:4288
2886
  msgid "Don't Show This Again"
2887
  msgstr "No mostrar de nuevo"
2888
 
2889
+ #: modules/node_server.php:714 wp-live-chat-support.php:151
2890
  msgid "Connecting..."
2891
  msgstr "Conectando"
2892
 
2893
+ #: modules/node_server.php:719
2894
  msgid "Agent(s) Online"
2895
  msgstr "Agente(s) En Línea"
2896
 
2897
+ #: modules/node_server.php:730
2898
  msgid "Events"
2899
  msgstr "Eventos"
2900
 
2901
+ #: modules/node_server.php:732
2902
  msgid "Filters"
2903
  msgstr "Filtros"
2904
 
2905
+ #: modules/node_server.php:817
2906
  msgid ""
2907
  "You can transfer chats from within a chat by clicking on the in chat menu, "
2908
  "and selecting Transfer Chat or Transfer Department"
2910
  "Puede transferir chats desde dentro de un chat al hacer clic en el menú y "
2911
  "seleccionar Transferir Chat o Transferir Departamento"
2912
 
2913
+ #: modules/node_server.php:818
2914
  msgid ""
2915
  "You can share files quickly when in a chat, by simply dragging a file into "
2916
  "the chat window!"
2918
  "¡Puede compartir archivos rápidamente dentro de un chat, simplemente "
2919
  "arrastrando un archivo a la ventana de chat!"
2920
 
2921
+ #: modules/node_server.php:819
2922
  msgid "You can now move between chats without ending/closing an open chat"
2923
  msgstr ""
2924
  "Ahora puede moverse entre chats sin tener que terminar/cerrar un chat abierto"
2925
 
2926
+ #: modules/node_server.php:875
2927
  msgid "No quick responses found"
2928
  msgstr "No se encontraron respuestas rápidas"
2929
 
2955
  msgid "Webhooks"
2956
  msgstr "Webhooks"
2957
 
2958
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3647
2959
  msgid "Web Hooks"
2960
  msgstr "Web Hooks"
2961
 
3015
  msgid "Are you sure you want to delete this webhook?"
3016
  msgstr "¿Está seguro que desea eliminar este webhook?"
3017
 
3018
+ #: wp-live-chat-support.php:92
3019
  msgid "close"
3020
  msgstr "cerrar"
3021
 
3022
+ #: wp-live-chat-support.php:114
3023
  msgid "Thank you for chatting with us."
3024
  msgstr "Gracias por chatear con nosotros."
3025
 
3026
+ #: wp-live-chat-support.php:140
3027
  msgid "Questions?"
3028
  msgstr "¿Preguntas?"
3029
 
3030
+ #: wp-live-chat-support.php:141
3031
  msgid "Chat with us"
3032
  msgstr "Chatee con nosotros"
3033
 
3034
+ #: wp-live-chat-support.php:142
3035
  msgid "Start live chat"
3036
  msgstr "Iniciar Chat en Vivo"
3037
 
3038
+ #: wp-live-chat-support.php:143
3039
  msgid "Complete the fields below to proceed."
3040
  msgstr "Complete los campos a continuación para continuar."
3041
 
3042
+ #: wp-live-chat-support.php:144 wp-live-chat-support.php:148
3043
  msgid "Leave a message"
3044
  msgstr "Dejar un mensaje"
3045
 
3046
+ #: wp-live-chat-support.php:145
3047
  #, fuzzy
3048
  #| msgid ""
3049
  #| "We are currently offline. Please leave a message and we'll get back to "
3053
  "En este momento no estamos en línea. Por favor, deje un mensaje y en breve "
3054
  "le contactaremos."
3055
 
3056
+ #: wp-live-chat-support.php:146
3057
  msgid "Sending message..."
3058
  msgstr "Enviando mensaje..."
3059
 
3060
+ #: wp-live-chat-support.php:147
3061
  msgid "Thank you for your message. We will be in contact soon."
3062
  msgstr "Gracias por su mensaje. Le contactaremos en breve."
3063
 
3064
+ #: wp-live-chat-support.php:149
3065
  msgid "Send message"
3066
  msgstr "Enviar mensaje"
3067
 
3068
+ #: wp-live-chat-support.php:150
3069
  msgid "Start Chat"
3070
  msgstr "Iniciar Chat"
3071
 
3072
+ #: wp-live-chat-support.php:152 wp-live-chat-support.php:1807
3073
+ #: wp-live-chat-support.php:1854
3074
  msgid "Reactivating your previous chat..."
3075
  msgstr "Reactivando su chat anterior..."
3076
 
3077
+ #: wp-live-chat-support.php:183
3078
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3079
  msgstr "Por favor, haga clic en 'Iniciar Chat' para chatear con un agente"
3080
 
3081
+ #: wp-live-chat-support.php:184
3082
+ msgid "Guest"
3083
+ msgstr "Anfitrión"
3084
+
3085
+ #: wp-live-chat-support.php:186
3086
  msgid "No answer. Try again later."
3087
  msgstr "Sin respuesta. Por favor, intente más tarde."
3088
 
3089
+ #: wp-live-chat-support.php:187
3090
  msgid "Welcome. How may I help you?"
3091
  msgstr "Bienvenido/a. ¿En qué puedo ayudarle?"
3092
 
3093
+ #: wp-live-chat-support.php:191
3094
  msgid "Please standby for an agent. Send your message while you wait."
3095
  msgstr "Por favor, espere a un agente. Envíe su mensaje mientras espera."
3096
 
3097
+ #: wp-live-chat-support.php:497
3098
  msgid ""
3099
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3100
  "no longer needed, please uninstall it."
3102
  "El plugin adicional WP Live Chat Support PRO que tiene instalado ya no es "
3103
  "necesario, por favor, desinstálelo."
3104
 
3105
+ #: wp-live-chat-support.php:764 wp-live-chat-support.php:3120
3106
  msgid "Missed Chats"
3107
  msgstr "Chats Perdidos"
3108
 
3109
+ #: wp-live-chat-support.php:767 wp-live-chat-support.php:3636
3110
  msgid "Support"
3111
  msgstr "Soporte"
3112
 
3113
+ #: wp-live-chat-support.php:964
3114
+ #, fuzzy
3115
+ #| msgid "Please Enter Your Name"
3116
+ msgid "Please enter your name"
3117
  msgstr "Por Favor, Ingrese Su Nombre"
3118
 
3119
+ #: wp-live-chat-support.php:965
3120
+ #, fuzzy
3121
+ #| msgid "Please Enter Your Email Address"
3122
+ msgid "Please enter your email address"
3123
+ msgstr "Por Favor, Ingrese Su Correo Electrónico"
3124
+
3125
+ #: wp-live-chat-support.php:966
3126
+ #, fuzzy
3127
+ #| msgid "Please Enter Your Email Address"
3128
+ msgid "Please enter a valid email address"
3129
  msgstr "Por Favor, Ingrese Su Correo Electrónico"
3130
 
3131
+ #: wp-live-chat-support.php:967
3132
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3133
  msgstr "Conexión al Servidor Perdida. Por favor, Refresque Esta Página. Error:"
3134
 
3135
+ #: wp-live-chat-support.php:969
3136
  msgid "Please Enter a Message"
3137
  msgstr "Por favor, Ingrese el Mensaje"
3138
 
3139
+ #: wp-live-chat-support.php:970
3140
  msgid "Disconnected, Attempting to Reconnect..."
3141
  msgstr "Desconectado, Intentando Reconectar..."
3142
 
3143
+ #: wp-live-chat-support.php:1017
3144
  msgid "has joined."
3145
  msgstr "se ha unido."
3146
 
3147
+ #: wp-live-chat-support.php:1018
3148
  msgid "has left."
3149
  msgstr "ha abandonado."
3150
 
3151
+ #: wp-live-chat-support.php:1019
3152
  msgid "has ended the chat."
3153
  msgstr "ha terminado el chat."
3154
 
3155
+ #: wp-live-chat-support.php:1020
3156
  msgid "has disconnected."
3157
  msgstr "se ha desconectado."
3158
 
3159
+ #: wp-live-chat-support.php:1021
3160
  msgid "(edited)"
3161
  msgstr "(editado)"
3162
 
3163
+ #: wp-live-chat-support.php:1416 wp-live-chat-support.php:1435
3164
  msgid "Start chat"
3165
  msgstr "Iniciar Chat"
3166
 
3167
+ #: wp-live-chat-support.php:1677 wp-live-chat-support.php:2356
3168
  msgid "Send"
3169
  msgstr "Enviar"
3170
 
3171
+ #: wp-live-chat-support.php:2026
3172
  msgid "Congratulations"
3173
  msgstr "Felicidades"
3174
 
3175
+ #: wp-live-chat-support.php:2027
3176
  msgid "You are now accepting live chat requests on your site."
3177
  msgstr "Ya está aceptando peticiones de chat en vivo desde su sitio web."
3178
 
3179
+ #: wp-live-chat-support.php:2028
3180
  msgid "The live chat box has automatically been enabled."
3181
  msgstr "La ventana de chat ha sido habilitada automáticamente."
3182
 
3183
+ #: wp-live-chat-support.php:2029
3184
  msgid "Chat notifications will start appearing once visitors send a request."
3185
  msgstr ""
3186
  "Las notificaciones de chat empezarán a aparecer una vez que los visitantes "
3187
  "envíen una petición."
3188
 
3189
+ #: wp-live-chat-support.php:2030
3190
  #, php-format
3191
  msgid "You may modify your chat box settings %s"
3192
  msgstr "Puede modificar sus ajustes de ventana de chat %s"
3193
 
3194
+ #: wp-live-chat-support.php:2031
3195
  msgid "Experiencing issues?"
3196
  msgstr "¿Experimentando dificultades?"
3197
 
3198
+ #: wp-live-chat-support.php:2031
3199
  msgid "Take a look at our how-to guides."
3200
  msgstr "Revise nuestras guías cómo hacerlo."
3201
 
3202
+ #: wp-live-chat-support.php:2032
3203
  msgid "Hide"
3204
  msgstr "Ocultar."
3205
 
3206
+ #: wp-live-chat-support.php:2071
3207
  msgid "Keep this window open to get notified of new chats."
3208
  msgstr "Mantener abierta esta ventana para ser notificado de nuevos chats."
3209
 
3210
+ #: wp-live-chat-support.php:2076
3211
  msgid "Visitor(s) online"
3212
  msgstr "Visitante(s) En Línea"
3213
 
3214
+ #: wp-live-chat-support.php:2091
3215
  msgid "Device"
3216
  msgstr "Dispositivo"
3217
 
3218
+ #: wp-live-chat-support.php:2092
3219
  msgid "Data"
3220
  msgstr "Información"
3221
 
3222
+ #: wp-live-chat-support.php:2113
3223
  msgid "Chat Dashboard"
3224
  msgstr "Panel de Control del Chat"
3225
 
3226
+ #: wp-live-chat-support.php:2116
3227
  msgid "Oh no!"
3228
  msgstr "¡Oh no!"
3229
 
3230
+ #: wp-live-chat-support.php:2118
3231
  #, php-format
3232
  msgid "You do not have access to this page as %s."
3233
  msgstr "No cuenta con acceso a esta página como %s."
3234
 
3235
+ #: wp-live-chat-support.php:2118
3236
  msgid "you are not a chat agent"
3237
  msgstr "no es un agente de chat"
3238
 
3239
+ #: wp-live-chat-support.php:2271
3240
  msgid "Previous"
3241
  msgstr "Anterior"
3242
 
3243
+ #: wp-live-chat-support.php:2278
3244
  msgid "Chat with"
3245
  msgstr "Chatear con"
3246
 
3247
+ #: wp-live-chat-support.php:2295
3248
  msgid "Starting Time:"
3249
  msgstr "Hora de Inicio:"
3250
 
3251
+ #: wp-live-chat-support.php:2296
3252
  msgid "Ending Time:"
3253
  msgstr "Hora de Finalización"
3254
 
3255
+ #: wp-live-chat-support.php:2316
3256
  msgid "Chat initiated on:"
3257
  msgstr "Chat Iniciado el:"
3258
 
3259
+ #: wp-live-chat-support.php:2317
3260
  msgid "Browser:"
3261
  msgstr "Navegador:"
3262
 
3263
+ #: wp-live-chat-support.php:2343 wp-live-chat-support.php:2382
3264
  msgid "Invalid Chat ID"
3265
  msgstr "ID de Chat Inválido"
3266
 
3267
+ #: wp-live-chat-support.php:2351
3268
  msgid "type here..."
3269
  msgstr "escriba aquí..."
3270
 
3271
+ #: wp-live-chat-support.php:2504
3272
  msgid "User has opened the chat window"
3273
  msgstr "El usuario ha abierto la ventana de chat"
3274
 
3275
+ #: wp-live-chat-support.php:2505
3276
  msgid "User has minimized the chat window"
3277
  msgstr "El usuario ha minimizado la ventana de chat"
3278
 
3279
+ #: wp-live-chat-support.php:2506
3280
  msgid "User has maximized the chat window"
3281
  msgstr "El usuario ha maximizado la ventana de chat"
3282
 
3283
+ #: wp-live-chat-support.php:2507
3284
  msgid "The chat has been ended"
3285
  msgstr "El chat ha sido terminado"
3286
 
3287
+ #: wp-live-chat-support.php:3036
3288
  msgid "Delete History"
3289
  msgstr "Borrar Historial"
3290
 
3291
+ #: wp-live-chat-support.php:3052
3292
  msgid "No chats available at the moment"
3293
  msgstr "No hay chats disponibles en este momento"
3294
 
3295
+ #: wp-live-chat-support.php:3160
3296
  msgid "Actions"
3297
  msgstr "Acciones"
3298
 
3299
+ #: wp-live-chat-support.php:3174
3300
  msgid "You have not received any offline messages."
3301
  msgstr "No ha recibido ningún mensaje fuera de línea."
3302
 
3303
+ #: wp-live-chat-support.php:3182
3304
  msgid "Delete Message"
3305
  msgstr "Eliminar Mensaje"
3306
 
3307
+ #: wp-live-chat-support.php:3308
3308
  msgid "You do not have permission to save settings."
3309
  msgstr "No cuenta con permisos para guardar ajustes."
3310
 
3311
+ #: wp-live-chat-support.php:3592
3312
  msgid "Your settings have been saved."
3313
  msgstr "Sus ajustes han sido guardados."
3314
 
3315
+ #: wp-live-chat-support.php:3610
3316
  msgid ""
3317
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3318
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3322
  "puede experimentar problemas durante el uso de WP Live Chat by 3CX. Por "
3323
  "favor, póngase en contacto con su proveedor para activar esta función."
3324
 
3325
+ #: wp-live-chat-support.php:3616
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 "
3332
  "experimentar problemas durante el uso de WP Live Chat by 3CX. Por favor, "
3333
  "póngase en contacto con su proveedor para desactivar el modo seguro."
3334
 
3335
+ #: wp-live-chat-support.php:3639 wp-live-chat-support.php:3643
3336
  msgid "Plugin Features"
3337
  msgstr "Funcionalidades del Plugin"
3338
 
3339
+ #: wp-live-chat-support.php:3641
3340
  msgid ""
3341
  "Check out these features and get up to speed with what you can do with WP "
3342
  "Live Chat:"
3344
  "Revise estas funcionalidades y prepárese para lo que puede hacer con WP Live "
3345
  "Chat:"
3346
 
3347
+ #: wp-live-chat-support.php:3644
3348
  msgid "Reporting"
3349
  msgstr "Reportes"
3350
 
3351
+ #: wp-live-chat-support.php:3645
3352
  msgid "Localization"
3353
  msgstr "Localización"
3354
 
3355
+ #: wp-live-chat-support.php:3653
3356
  msgid "Chat FAQs"
3357
  msgstr "FAQ's del Chat"
3358
 
3359
+ #: wp-live-chat-support.php:3655
3360
  msgid ""
3361
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3362
  "agents:"
3363
  msgstr "Aprenda sobre el Chat y empiece a chatear con visitantes y agentes:"
3364
 
3365
+ #: wp-live-chat-support.php:3657
3366
  msgid "Chat with Visitors"
3367
  msgstr "Chatee con Visitantes"
3368
 
3369
+ #: wp-live-chat-support.php:3658
3370
  msgid "Chat with Agents"
3371
  msgstr "Chatee con Agentes"
3372
 
3373
+ #: wp-live-chat-support.php:3662
3374
  msgid "Chat Invites"
3375
  msgstr "Invitaciones de Chat"
3376
 
3377
+ #: wp-live-chat-support.php:3667
3378
  msgid "Settings & Customization"
3379
  msgstr "Ajustes y Personalización"
3380
 
3381
+ #: wp-live-chat-support.php:3669
3382
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3383
  msgstr ""
3384
  "Use estas guías para aprender cómo configurar y personalización WP Live Chat:"
3385
 
3386
+ #: wp-live-chat-support.php:3673
3387
  msgid "Agent Settings"
3388
  msgstr "Ajustes de Agente"
3389
 
3390
+ #: wp-live-chat-support.php:3680
3391
  msgid "Troubleshooting"
3392
  msgstr "Resolución de problemas"
3393
 
3394
+ #: wp-live-chat-support.php:3682
3395
  msgid ""
3396
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3397
  "issues:"
3399
  "Revise estas guías de resolución de errores para resolver rápidamente "
3400
  "cualquier problema con WP Live Chat:"
3401
 
3402
+ #: wp-live-chat-support.php:3684
3403
  msgid "My Chat Box Is Not Showing"
3404
  msgstr "Mi Ventana de Chat No Se Muestra"
3405
 
3406
+ #: wp-live-chat-support.php:3685
3407
  msgid "Not Receiving Notifications of New Chats"
3408
  msgstr "No Estoy Recibiendo Ninguna Notificación de Nuevo Chat"
3409
 
3410
+ #: wp-live-chat-support.php:3686
3411
  msgid "Check for JavaScript Errors"
3412
  msgstr "Revisar errores de JavaScript"
3413
 
3414
+ #: wp-live-chat-support.php:3714
3415
  msgid "Initiate Chats"
3416
  msgstr "Iniciar Chats"
3417
 
3418
+ #: wp-live-chat-support.php:3715
3419
  msgid "Multiple Chats"
3420
  msgstr "Múltiples Chats"
3421
 
3422
+ #: wp-live-chat-support.php:3716
3423
  msgid "Add unlimited agents"
3424
  msgstr "Agregar agentes ilimitados"
3425
 
3426
+ #: wp-live-chat-support.php:3717
3427
  msgid "Transfer Chats"
3428
  msgstr "Transferir Chats"
3429
 
3430
+ #: wp-live-chat-support.php:3736
3431
  #, php-format
3432
  msgid "Thank you for using %s! Please %s on %s"
3433
  msgstr "¡Gracias por usar %s! Por favor, %s en %s"
3434
 
3435
+ #: wp-live-chat-support.php:3736
3436
  msgid "rate us"
3437
  msgstr "califíquenos"
3438
 
3439
+ #: wp-live-chat-support.php:3913 wp-live-chat-support.php:3973
 
 
 
 
3440
  msgid "Timestamp"
3441
  msgstr "Fecha y hora"
3442
 
3443
+ #: wp-live-chat-support.php:3914 wp-live-chat-support.php:3974
3444
  msgid "Origin"
3445
  msgstr "Origen"
3446
 
3447
+ #: wp-live-chat-support.php:3919 wp-live-chat-support.php:3979
3448
  msgid "user"
3449
  msgstr "usuario"
3450
 
3451
+ #: wp-live-chat-support.php:3921 wp-live-chat-support.php:3981
3452
  msgid "agent"
3453
  msgstr "agente"
3454
 
3455
+ #: wp-live-chat-support.php:4056
3456
  msgid "Advanced settings"
3457
  msgstr "Ajustes Avanzados"
3458
 
3459
+ #: wp-live-chat-support.php:4063
3460
  msgid "Only change these settings if you are experiencing performance issues."
3461
  msgstr ""
3462
  "Sólo cambie estos ajustes si está experimentando problemas de desempeño."
3463
 
3464
+ #: wp-live-chat-support.php:4070
3465
  msgid "Website hosting type:"
3466
  msgstr "Tipo de Hosting de Sitio Web:"
3467
 
3468
+ #: wp-live-chat-support.php:4074
3469
  msgid "Custom parameters"
3470
  msgstr "Parámetros personalizados"
3471
 
3472
+ #: wp-live-chat-support.php:4075
3473
  msgid "Shared hosting - low level plan"
3474
  msgstr "Hosting compartido - plan de bajo nivel"
3475
 
3476
+ #: wp-live-chat-support.php:4076
3477
  msgid "Shared hosting - normal plan"
3478
  msgstr "Hosting compartido - plan normal"
3479
 
3480
+ #: wp-live-chat-support.php:4077
3481
  msgid "VPS"
3482
  msgstr "VPS"
3483
 
3484
+ #: wp-live-chat-support.php:4078
3485
  msgid "Dedicated server"
3486
  msgstr "Servidor dedicado"
3487
 
3488
+ #: wp-live-chat-support.php:4084
3489
  msgid "Long poll setup"
3490
  msgstr "Configuración de Long Polling"
3491
 
3492
+ #: wp-live-chat-support.php:4084
3493
  msgid ""
3494
  "Only change these if you are an experienced developer or if you have "
3495
  "received these figures from the WP Live Chat by 3CX team."
3497
  "Sólo cambie esto si es un desarrollador experimentado o si ha recibido estos "
3498
  "datos del equipo WP Live Chat by 3CX."
3499
 
3500
+ #: wp-live-chat-support.php:4089
3501
  msgid "Iterations"
3502
  msgstr "Iteraciones"
3503
 
3504
+ #: wp-live-chat-support.php:4093
3505
  msgid "Sleep between loops"
3506
  msgstr "Dormir entre loops"
3507
 
3508
+ #: wp-live-chat-support.php:4096
3509
  msgid "milliseconds"
3510
  msgstr "milisengundos"
3511
 
3512
+ #: wp-live-chat-support.php:4119
3513
  msgid "Show 'Powered by' in chat box"
3514
  msgstr "Mostrar \"Powered by\" en la ventana de chat"
3515
 
3516
+ #: wp-live-chat-support.php:4119
3517
  msgid ""
3518
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3519
  "bottom of your chatbox."
3521
  "Al marcar esto, se mostrará el texto 'Powered by WP Live Chat by 3CX' en la "
3522
  "parte inferior de su ventana de chat."
3523
 
3524
+ #: wp-live-chat-support.php:4161
3525
  msgid "Powered by WP Live Chat by 3CX"
3526
  msgstr "Powered by WP Live Chat by 3CX"
3527
 
3528
+ #: wp-live-chat-support.php:4286
3529
  msgid ""
3530
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3531
  msgstr ""
3532
  "Las notificaciones del navegador no funcionarán en sitios no seguros (no-"
3533
  "SSL)."
3534
 
3535
+ #: wp-live-chat-support.php:4287
3536
  msgid ""
3537
  "Please add an SSL certificate to your site to continue receiving chat "
3538
  "notifications in your browser."
3540
  "Por favor, agregue un certificado SSL a su sitio web para continuar "
3541
  "recibiendo notificaciones de chat en su navegador."
3542
 
3543
+ #: wp-live-chat-support.php:4300
3544
  msgid ""
3545
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3546
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3549
  "plugin. Desde WP Live Chat Support 8.0.05 se encuentra integrado el soporte "
3550
  "para Transcripción a Correo Electrónico."
3551
 
3552
+ #: wp-live-chat-support.php:4307
3553
  msgid "Email transcript to user"
3554
  msgstr "Enviar Transcripción a usuario"
3555
 
3556
+ #: wp-live-chat-support.php:4318
3557
  msgid "Sending Transcript"
3558
  msgstr "Enviando Transcripción"
3559
 
3560
+ #: wp-live-chat-support.php:4381
3561
  #, php-format
3562
  msgid "Your chat transcript from %1$s"
3563
  msgstr "Su transcripción de chat desde %1$s"
3564
 
3565
+ #: wp-live-chat-support.php:4472
3566
  msgid "Chat Transcript Settings"
3567
  msgstr "Ajustes de Transcripción de Chat"
3568
 
3569
+ #: wp-live-chat-support.php:4475
3570
  msgid "Enable chat transcripts:"
3571
  msgstr "Habilitar Transcripción de Chat:"
3572
 
3573
+ #: wp-live-chat-support.php:4483
3574
  msgid "Send transcripts to:"
3575
  msgstr "Enviar transcripción a:"
3576
 
3577
+ #: wp-live-chat-support.php:4490
3578
  msgid "User"
3579
  msgstr "Usuario"
3580
 
3581
+ #: wp-live-chat-support.php:4501
3582
  msgid "Send transcripts when chat ends:"
3583
  msgstr "Enviar transcripción cuando finalice el chat:"
3584
 
3585
+ #: wp-live-chat-support.php:4509
3586
  msgid "Email body"
3587
  msgstr "Cuerpo del Correo Electrónico"
3588
 
3589
+ #: wp-live-chat-support.php:4519
3590
  msgid "Email header"
3591
  msgstr "Header del Correo Electrónico"
3592
 
3593
+ #: wp-live-chat-support.php:4528
3594
  msgid "Email footer"
3595
  msgstr "Footer del Correo Electrónico"
3596
 
3597
+ #: wp-live-chat-support.php:4604
3598
  msgid ""
3599
  "Please note, local message encryption and local server options will be "
3600
  "deprecated in the next major release. All encryption and message delivery "
3605
  "Todo el cifrado y entrega de mensajes será administrada en el futuro por "
3606
  "nuestros servidores."
3607
 
3608
+ #: wp-live-chat-support.php:4607
3609
  msgid "Deprecation Notice - Message Encryption & Local Server"
3610
  msgstr "Aviso de Depreciación - Cifrado de Mensajes y Servidor Local"
3611
 
3612
+ #: wp-live-chat-support.php:4609
3613
  msgid "Dismiss"
3614
  msgstr "Descartar"
3615
 
3616
+ #~ msgid "Allow WP users to self-assign as a chat agent"
3617
+ #~ msgstr "Permitir a los usuarios de WP a auto-asignarse como agente de chat"
3618
+
3619
+ #~ msgid ""
3620
+ #~ "Checking this will allow any of your users to make themselves a chat "
3621
+ #~ "agent when editing their profile."
3622
+ #~ msgstr ""
3623
+ #~ "Si selecciona esto permitirá a cualquiera de sus usuarios hacerse agente "
3624
+ #~ "de chat al editar su perfil."
3625
+
3626
+ #~ msgid "Between"
3627
+ #~ msgstr "Entre"
3628
+
3629
+ #~ msgid "and"
3630
+ #~ msgstr "y"
3631
+
3632
  #~ msgid "Auto Pop-up"
3633
  #~ msgstr "Ventana Emergente Automática"
3634
 
3638
  #~ msgid "Daily"
3639
  #~ msgstr "Diaria"
3640
 
 
 
 
3641
  #~ msgid "Weekends"
3642
  #~ msgstr "Fines de Semana"
3643
 
languages/wp-live-chat-support-fi_FI.mo CHANGED
Binary file
languages/wp-live-chat-support-fi_FI.po CHANGED
@@ -1,8 +1,8 @@
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"
@@ -44,8 +44,8 @@ msgstr ""
44
  #: contact-form-7/admin/edit-contact-form.php:47
45
  #: wp-live-chat-support/includes/wplc_custom_fields.php:67
46
  #: wp-live-chat-support/includes/wplc_data_triggers.php:8
47
- #: wp-live-chat-support/includes/wplc_departments.php:140
48
- #: wp-live-chat-support/includes/wplc_roi.php:115
49
  #: wp-live-chat-support/modules/webhooks_manager.php:60
50
  #: wp-live-chat-support/modules/webhooks_manager.php:321
51
  msgid "Add New"
@@ -146,6 +146,8 @@ msgstr ""
146
  #: 3cx-webinars/admin/edit-webinar-form.php:132
147
  #: contact-form-7/admin/edit-contact-form.php:26
148
  #: contact-form-7/admin/edit-contact-form.php:146
 
 
149
  msgid "Save"
150
  msgstr ""
151
 
@@ -173,9 +175,9 @@ msgstr ""
173
  #: 3cx-webinars/admin/edit-webinar-form.php:125
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
 
@@ -184,7 +186,7 @@ msgstr "Tila"
184
  #: 3cx-webinars/admin/edit-webinar-form.php:139
185
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:140
186
  #: contact-form-7/admin/edit-contact-form.php:153
187
- #: contact-form-7/admin/includes/class-contact-forms-list-table.php:185
188
  msgid "Duplicate"
189
  msgstr ""
190
 
@@ -194,15 +196,15 @@ msgstr ""
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
202
- #: wp-live-chat-support/includes/wplc_departments.php:185
203
- #: wp-live-chat-support/includes/wplc_departments.php:475
204
- #: wp-live-chat-support/includes/wplc_roi.php:172
205
- #: wp-live-chat-support/includes/wplc_roi.php:591
206
  #: wp-live-chat-support/modules/webhooks_manager.php:263
207
  msgid "Delete"
208
  msgstr ""
@@ -243,8 +245,8 @@ msgstr ""
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,8 +298,8 @@ msgstr "Animaatiot"
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 ""
303
 
@@ -310,57 +312,59 @@ 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 ""
317
 
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
 
330
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:117
331
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:101
332
- #: contact-form-7/admin/includes/class-contact-forms-list-table.php:121
333
  #, php-format
334
  msgid "Edit &#8220;%s&#8221;"
335
  msgstr ""
336
 
337
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:146
338
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:130
339
- #: contact-form-7/admin/includes/class-contact-forms-list-table.php:167
340
  #: wp-live-chat-support/includes/wplc_custom_fields.php:106
341
- #: wp-live-chat-support/includes/wplc_data_triggers.php:477
342
- #: wp-live-chat-support/includes/wplc_departments.php:184
343
- #: wp-live-chat-support/includes/wplc_roi.php:171
344
  #: wp-live-chat-support/modules/webhooks_manager.php:262
345
  msgid "Edit"
346
  msgstr ""
347
 
348
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:204
349
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:201
350
- #: contact-form-7/admin/includes/class-contact-forms-list-table.php:230
351
  msgid "Y/m/d g:i:s A"
352
  msgstr ""
353
 
354
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:215
355
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:212
356
- #: contact-form-7/admin/includes/class-contact-forms-list-table.php:241
357
  #, php-format
358
  msgid "%s ago"
359
  msgstr ""
360
 
361
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:217
362
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:214
363
- #: contact-form-7/admin/includes/class-contact-forms-list-table.php:245
364
  msgid "Y/m/d"
365
  msgstr ""
366
 
@@ -471,13 +475,13 @@ msgstr ""
471
  #: 3cx-clicktotalk/admin/includes/help-tabs.php:30
472
  #: 3cx-webinars/admin/includes/help-tabs.php:16
473
  #: 3cx-webinars/admin/includes/help-tabs.php:30
474
- #: akismet/class.akismet-admin.php:177 akismet/class.akismet-admin.php:215
475
- #: akismet/class.akismet-admin.php:228
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 ""
483
 
@@ -563,7 +567,7 @@ msgstr ""
563
  #: 3cx-webinars/includes/webinar-form.php:82
564
  #: 3cx-webinars/includes/webinar-form.php:224
565
  #: contact-form-7/includes/contact-form.php:93
566
- #: contact-form-7/includes/contact-form.php:245
567
  msgid "Untitled"
568
  msgstr ""
569
 
@@ -577,13 +581,13 @@ msgstr ""
577
 
578
  #: 3cx-clicktotalk/includes/config-validator.php:114
579
  #: 3cx-webinars/includes/config-validator.php:117
580
- #: contact-form-7/includes/config-validator.php:134
581
  msgid "There is a possible empty field."
582
  msgstr ""
583
 
584
  #: 3cx-clicktotalk/includes/config-validator.php:116
585
  #: 3cx-webinars/includes/config-validator.php:119
586
- #: contact-form-7/includes/config-validator.php:146
587
  #, fuzzy
588
  #| msgid "Your settings have been saved."
589
  msgid "Deprecated settings are used."
@@ -775,19 +779,19 @@ msgstr ""
775
  msgid "Webinar form %d"
776
  msgstr ""
777
 
778
- #: akismet/class.akismet-admin.php:84
779
  #, fuzzy
780
  #| msgid "View Chat History"
781
  msgid "Comment History"
782
  msgstr "Tarkastele keskusteluhistoriaa"
783
 
784
- #: akismet/class.akismet-admin.php:88 akismet/class.akismet-admin.php:1189
785
- #: contact-form-7/admin/includes/welcome-panel.php:26
786
  #: contact-form-7/modules/text.php:266 contact-form-7/modules/text.php:269
787
  msgid "Akismet"
788
  msgstr ""
789
 
790
- #: akismet/class.akismet-admin.php:89
791
  msgid ""
792
  "We collect information about visitors who comment on Sites that use our "
793
  "Akismet anti-spam service. The information we collect depends on how the "
@@ -797,199 +801,208 @@ msgid ""
797
  "address, and the comment itself)."
798
  msgstr ""
799
 
800
- #: akismet/class.akismet-admin.php:107 akismet/class.akismet-admin.php:239
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
 
808
- #: akismet/class.akismet-admin.php:114 akismet/class.akismet-admin.php:117
809
  msgid "Akismet Anti-Spam"
810
  msgstr ""
811
 
812
- #: akismet/class.akismet-admin.php:146
813
  #, fuzzy
814
  #| msgid "Remove Logo"
815
  msgid "Remove this URL"
816
  msgstr "Poista logo"
817
 
818
- #: akismet/class.akismet-admin.php:147
819
  msgid "Removing..."
820
  msgstr ""
821
 
822
- #: akismet/class.akismet-admin.php:148
823
  msgid "URL removed"
824
  msgstr ""
825
 
826
- #: akismet/class.akismet-admin.php:149
827
  msgid "(undo)"
828
  msgstr ""
829
 
830
- #: akismet/class.akismet-admin.php:150
831
  msgid "Re-adding..."
832
  msgstr ""
833
 
834
- #: akismet/class.akismet-admin.php:188
835
  msgid "New to Akismet"
836
  msgstr ""
837
 
838
- #: akismet/class.akismet-admin.php:192
839
  #, php-format
840
  msgid "Sign up for an account on %s to get an API Key."
841
  msgstr ""
842
 
843
- #: akismet/class.akismet-admin.php:199
844
  msgid "Enter an API Key"
845
  msgstr ""
846
 
847
- #: akismet/class.akismet-admin.php:252
848
  msgid "Account"
849
  msgstr ""
850
 
851
- #: akismet/class.akismet-admin.php:273
852
  msgid "Cheatin&#8217; uh?"
853
  msgstr ""
854
 
855
- #: akismet/class.akismet-admin.php:361
856
  #, php-format
857
  msgid "<a href=\"%s\">Akismet</a> blocks spam from getting to your blog. "
858
  msgstr ""
859
 
860
- #: akismet/class.akismet-admin.php:373
861
  #, php-format
862
  msgid ""
863
  "There&#8217;s nothing in your <a href='%s'>spam queue</a> at the moment."
864
  msgstr ""
865
 
866
- #: akismet/class.akismet-admin.php:397
867
  msgid "Checking for Spam"
868
  msgstr ""
869
 
870
- #: akismet/class.akismet-admin.php:398
871
  msgid "(%1$s%)"
872
  msgstr ""
873
 
874
- #: akismet/class.akismet-admin.php:505
 
 
 
 
875
  msgid "Awaiting spam check"
876
  msgstr ""
877
 
878
- #: akismet/class.akismet-admin.php:509
879
  msgid "Flagged as spam by Akismet"
880
  msgstr ""
881
 
882
- #: akismet/class.akismet-admin.php:511
883
  msgid "Cleared by Akismet"
884
  msgstr ""
885
 
886
- #: akismet/class.akismet-admin.php:515
887
  #, php-format
888
  msgid "Flagged as spam by %s"
889
  msgstr ""
890
 
891
- #: akismet/class.akismet-admin.php:517
892
  #, php-format
893
  msgid "Un-spammed by %s"
894
  msgstr ""
895
 
896
- #: akismet/class.akismet-admin.php:581
897
  msgid "Akismet re-checked and caught this comment as spam."
898
  msgstr ""
899
 
900
- #: akismet/class.akismet-admin.php:584
901
  msgid "Akismet caught this comment as spam."
902
  msgstr ""
903
 
904
- #: akismet/class.akismet-admin.php:587
905
  msgid "Akismet re-checked and cleared this comment."
906
  msgstr ""
907
 
908
- #: akismet/class.akismet-admin.php:590
909
  msgid "Akismet cleared this comment."
910
  msgstr ""
911
 
912
- #: akismet/class.akismet-admin.php:593
913
  msgid "Comment was caught by wp_blacklist_check."
914
  msgstr ""
915
 
916
- #: akismet/class.akismet-admin.php:597
917
  #, php-format
918
  msgid "%s reported this comment as spam."
919
  msgstr ""
920
 
921
- #: akismet/class.akismet-admin.php:600
922
  msgid "This comment was reported as spam."
923
  msgstr ""
924
 
925
- #: akismet/class.akismet-admin.php:605
926
  #, php-format
927
  msgid "%s reported this comment as not spam."
928
  msgstr ""
929
 
930
- #: akismet/class.akismet-admin.php:608
931
  msgid "This comment was reported as not spam."
932
  msgstr ""
933
 
934
- #: akismet/class.akismet-admin.php:612
935
  msgid "Akismet caught this comment as spam during an automatic retry."
936
  msgstr ""
937
 
938
- #: akismet/class.akismet-admin.php:615
939
  msgid "Akismet cleared this comment during an automatic retry."
940
  msgstr ""
941
 
942
- #: akismet/class.akismet-admin.php:619
943
  #, php-format
944
  msgid ""
945
  "Akismet was unable to check this comment (response: %s) but will "
946
  "automatically retry later."
947
  msgstr ""
948
 
949
- #: akismet/class.akismet-admin.php:624
950
  #, php-format
951
  msgid "Akismet was unable to recheck this comment (response: %s)."
952
  msgstr ""
953
 
954
- #: akismet/class.akismet-admin.php:632
955
  #, php-format
956
  msgid "Comment status was changed to %s"
957
  msgstr ""
958
 
959
- #: akismet/class.akismet-admin.php:638
960
  #, php-format
961
  msgid "%1$s changed the comment status to %2$s."
962
  msgstr ""
963
 
964
- #: akismet/class.akismet-admin.php:865
965
  #, php-format
966
  msgid ""
967
  "Please check your <a href=\"%s\">Akismet configuration</a> and contact your "
968
  "web host if problems persist."
969
  msgstr ""
970
 
971
- #: akismet/class.akismet-admin.php:972
972
  msgid "Cleaning up spam takes time."
973
  msgstr ""
974
 
975
- #: akismet/class.akismet-admin.php:1048
976
  msgid ""
977
  "There were no comments to check. Akismet will only check comments in the "
978
  "Pending queue."
979
  msgstr ""
980
 
981
- #: akismet/class.akismet-admin.php:1055
982
  msgid "No comments were caught as spam."
983
  msgstr ""
984
 
985
- #: akismet/class.akismet-admin.php:1167
 
 
 
 
986
  msgid ""
987
  "Used by millions, Akismet is quite possibly the best way in the world to "
988
  "<strong>protect your blog from spam</strong>. Your site is fully configured "
989
  "and being protected, even while you sleep."
990
  msgstr ""
991
 
992
- #: akismet/class.akismet-admin.php:1170
993
  msgid ""
994
  "Used by millions, Akismet is quite possibly the best way in the world to "
995
  "<strong>protect your blog from spam</strong>. It keeps your site protected "
@@ -1091,7 +1104,7 @@ msgid ""
1091
  "href=\"%2$s\">downgrade to version 2.4 of the Akismet plugin</a>."
1092
  msgstr ""
1093
 
1094
- #: akismet/class.akismet.php:1418
1095
  #, php-format
1096
  msgid ""
1097
  "This site uses Akismet to reduce spam. <a href=\"%s\" target=\"_blank\" rel="
@@ -1108,12 +1121,27 @@ msgstr ""
1108
  msgid "Change"
1109
  msgstr "Tallenna asetukset"
1110
 
1111
- #: akismet/views/notice.php:11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1112
  msgid ""
1113
  "<strong>Almost done</strong> - configure Akismet and say goodbye to spam"
1114
  msgstr ""
1115
 
1116
- #: akismet/views/notice.php:45
1117
  #, php-format
1118
  msgid ""
1119
  "Your web host or server administrator has disabled PHP&#8217;s "
@@ -1123,7 +1151,7 @@ msgid ""
1123
  "information about Akismet&#8217;s system requirements</a>."
1124
  msgstr ""
1125
 
1126
- #: akismet/views/notice.php:50
1127
  #, php-format
1128
  msgid ""
1129
  "Your firewall may be blocking Akismet from connecting to its API. Please "
@@ -1131,35 +1159,35 @@ msgid ""
1131
  "about firewalls</a>."
1132
  msgstr ""
1133
 
1134
- #: akismet/views/notice.php:55
1135
  #, php-format
1136
  msgid ""
1137
  "We cannot process your payment. Please <a href=\"%s\" target=\"_blank"
1138
  "\">update your payment details</a>."
1139
  msgstr ""
1140
 
1141
- #: akismet/views/notice.php:60
1142
  #, php-format
1143
  msgid ""
1144
  "Please visit your <a href=\"%s\" target=\"_blank\">Akismet account page</a> "
1145
  "to reactivate your subscription."
1146
  msgstr ""
1147
 
1148
- #: akismet/views/notice.php:65 akismet/views/notice.php:75
1149
  #, php-format
1150
  msgid ""
1151
  "Please contact <a href=\"%s\" target=\"_blank\">Akismet support</a> for "
1152
  "assistance."
1153
  msgstr ""
1154
 
1155
- #: akismet/views/notice.php:70
1156
  #, php-format
1157
  msgid ""
1158
  "You can help us fight spam and upgrade your account by <a href=\"%s\" target="
1159
  "\"_blank\">contributing a token amount</a>."
1160
  msgstr ""
1161
 
1162
- #: akismet/views/notice.php:81
1163
  #, php-format
1164
  msgid ""
1165
  "In 2012, Akismet began using subscription plans for all accounts (even free "
@@ -1168,20 +1196,20 @@ msgid ""
1168
  "account</a> and choose one."
1169
  msgstr ""
1170
 
1171
- #: akismet/views/notice.php:83 akismet/views/notice.php:124
1172
- #: akismet/views/notice.php:131
1173
  #, php-format
1174
  msgid ""
1175
  "Please <a href=\"%s\" target=\"_blank\">contact our support team</a> with "
1176
  "any questions."
1177
  msgstr ""
1178
 
1179
- #: akismet/views/notice.php:101
1180
  #, php-format
1181
  msgid "Would you like to <a href=\"%s\">check pending comments</a>?"
1182
  msgstr ""
1183
 
1184
- #: akismet/views/notice.php:115
1185
  #, php-format
1186
  msgid ""
1187
  "The connection to akismet.com could not be established. Please refer to <a "
@@ -1189,7 +1217,7 @@ msgid ""
1189
  "server configuration."
1190
  msgstr ""
1191
 
1192
- #: akismet/views/notice.php:122
1193
  #, php-format
1194
  msgid ""
1195
  "Your Pro subscription allows the use of Akismet on only one site. Please <a "
@@ -1198,14 +1226,14 @@ msgid ""
1198
  "unlimited sites."
1199
  msgstr ""
1200
 
1201
- #: akismet/views/notice.php:129
1202
  #, php-format
1203
  msgid ""
1204
  "To continue your service, <a href=\"%s\" target=\"_blank\">upgrade to an "
1205
  "Enterprise subscription</a>, which covers an unlimited number of sites."
1206
  msgstr ""
1207
 
1208
- #: akismet/views/notice.php:139
1209
  #, php-format
1210
  msgid ""
1211
  " Please <a href=\"%s\">enable</a> or <a href=\"%s\">disable</a> this "
@@ -1213,27 +1241,8 @@ msgid ""
1213
  "\" target=\"_blank\">More information</a>."
1214
  msgstr ""
1215
 
1216
- #: akismet/views/start.php:31 akismet/views/start.php:63
1217
- #, php-format
1218
- msgid "You are connected as %s."
1219
- msgstr ""
1220
-
1221
- #: akismet/views/start.php:43
1222
- #, php-format
1223
- msgid "Your subscription for %s is cancelled."
1224
- msgstr ""
1225
-
1226
- #: akismet/views/start.php:48
1227
- #, php-format
1228
- msgid "Your subscription for %s is suspended."
1229
- msgstr ""
1230
-
1231
- #: akismet/views/start.php:69
1232
- msgid "Sign up with a different email address"
1233
- msgstr ""
1234
-
1235
- #: akismet/views/start.php:77
1236
- msgid "Get your API key"
1237
  msgstr ""
1238
 
1239
  #: classic-editor/classic-editor.php:343
@@ -1245,18 +1254,28 @@ msgid "Allow users to switch editors"
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
 
@@ -1291,7 +1310,7 @@ msgid ""
1291
  msgstr ""
1292
 
1293
  #: classic-editor/classic-editor.php:628
1294
- #: wp-live-chat-support/includes/settings_page.php:1176
1295
  msgid "Editor"
1296
  msgstr ""
1297
 
@@ -1344,7 +1363,7 @@ msgstr "Ota yhteyttä meihin"
1344
  msgid "Add New Contact Form"
1345
  msgstr "Tarkastele keskusteluhistoriaa"
1346
 
1347
- #: contact-form-7/admin/admin.php:53 contact-form-7/admin/admin.php:463
1348
  msgid "Integration with Other Services"
1349
  msgstr ""
1350
 
@@ -1353,43 +1372,43 @@ msgstr ""
1353
  msgid "Integration"
1354
  msgstr "Animaatiot"
1355
 
1356
- #: contact-form-7/admin/admin.php:414
1357
  #, fuzzy
1358
  #| msgid "Contact us"
1359
  msgid "Search Contact Forms"
1360
  msgstr "Ota yhteyttä meihin"
1361
 
1362
- #: contact-form-7/admin/admin.php:499
1363
  msgid "Contact form created."
1364
  msgstr ""
1365
 
1366
- #: contact-form-7/admin/admin.php:501
1367
  #, fuzzy
1368
  #| msgid "Contact us"
1369
  msgid "Contact form saved."
1370
  msgstr "Ota yhteyttä meihin"
1371
 
1372
- #: contact-form-7/admin/admin.php:503
1373
  msgid "Contact form deleted."
1374
  msgstr ""
1375
 
1376
- #: contact-form-7/admin/admin.php:512 contact-form-7/includes/rest-api.php:138
1377
  #: contact-form-7/includes/rest-api.php:214
1378
  msgid "There was an error saving the contact form."
1379
  msgstr ""
1380
 
1381
- #: contact-form-7/admin/admin.php:535
1382
  msgid "Configuration validation completed. No invalid contact form was found."
1383
  msgstr ""
1384
 
1385
- #: contact-form-7/admin/admin.php:578
1386
  #, php-format
1387
  msgid ""
1388
  "<strong>Contact Form 7 %1$s requires WordPress %2$s or higher.</strong> "
1389
  "Please <a href=\"%3$s\">update WordPress</a> first."
1390
  msgstr ""
1391
 
1392
- #: contact-form-7/admin/admin.php:597
1393
  msgid "You are not allowed to edit this contact form."
1394
  msgstr ""
1395
 
@@ -1485,15 +1504,15 @@ msgstr ""
1485
  msgid "You are not allowed to validate configuration."
1486
  msgstr ""
1487
 
1488
- #: contact-form-7/admin/includes/config-validator.php:118
1489
  msgid "Validate Configuration"
1490
  msgstr ""
1491
 
1492
- #: contact-form-7/admin/includes/config-validator.php:128
1493
  msgid "https://contactform7.com/configuration-validator-faq/"
1494
  msgstr ""
1495
 
1496
- #: contact-form-7/admin/includes/config-validator.php:129
1497
  msgid "FAQ about Configuration Validator"
1498
  msgstr ""
1499
 
@@ -1540,14 +1559,16 @@ msgid "To"
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
 
1548
  #: contact-form-7/admin/includes/editor.php:163
1549
  #: contact-form-7/includes/contact-form-template.php:40
1550
- #: wp-live-chat-support/includes/settings_page.php:771
1551
  msgid "Subject"
1552
  msgstr ""
1553
 
@@ -1741,7 +1762,7 @@ msgid "Form-tag Generator: %s"
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
 
@@ -1756,7 +1777,7 @@ msgid ""
1756
  "spam features Contact Form 7 provides."
1757
  msgstr ""
1758
 
1759
- #: contact-form-7/admin/includes/welcome-panel.php:26
1760
  #, php-format
1761
  msgid ""
1762
  "Contact Form 7 supports spam-filtering with %1$s. Intelligent %2$s blocks "
@@ -1764,71 +1785,71 @@ msgid ""
1764
  "specified keywords or those sent from specified IP addresses."
1765
  msgstr ""
1766
 
1767
- #: contact-form-7/admin/includes/welcome-panel.php:26
1768
  msgid "https://contactform7.com/spam-filtering-with-akismet/"
1769
  msgstr ""
1770
 
1771
- #: contact-form-7/admin/includes/welcome-panel.php:26
1772
- #: contact-form-7/modules/recaptcha.php:226
1773
- #: contact-form-7/modules/recaptcha.php:444
1774
  msgid "https://contactform7.com/recaptcha/"
1775
  msgstr ""
1776
 
1777
- #: contact-form-7/admin/includes/welcome-panel.php:26
1778
- #: contact-form-7/modules/recaptcha.php:260
1779
  msgid "reCAPTCHA"
1780
  msgstr ""
1781
 
1782
- #: contact-form-7/admin/includes/welcome-panel.php:26
1783
  msgid "https://contactform7.com/comment-blacklist/"
1784
  msgstr ""
1785
 
1786
- #: contact-form-7/admin/includes/welcome-panel.php:26
1787
  msgid "comment blacklist"
1788
  msgstr ""
1789
 
1790
- #: contact-form-7/admin/includes/welcome-panel.php:31
1791
  msgid "Contact Form 7 needs your support."
1792
  msgstr ""
1793
 
1794
- #: contact-form-7/admin/includes/welcome-panel.php:33
1795
  msgid ""
1796
  "It is hard to continue development and support for this plugin without "
1797
  "contributions from users like you."
1798
  msgstr ""
1799
 
1800
- #: contact-form-7/admin/includes/welcome-panel.php:35
1801
  #, php-format
1802
  msgid ""
1803
  "If you enjoy using Contact Form 7 and find it useful, please consider %s."
1804
  msgstr ""
1805
 
1806
- #: contact-form-7/admin/includes/welcome-panel.php:35
1807
  msgid "https://contactform7.com/donate/"
1808
  msgstr ""
1809
 
1810
- #: contact-form-7/admin/includes/welcome-panel.php:35
1811
  msgid "making a donation"
1812
  msgstr ""
1813
 
1814
- #: contact-form-7/admin/includes/welcome-panel.php:37
1815
  msgid ""
1816
  "Your donation will help encourage and support the plugin&#8217;s continued "
1817
  "development and better user support."
1818
  msgstr ""
1819
 
1820
- #: contact-form-7/admin/includes/welcome-panel.php:41
1821
  msgid "Before you cry over spilt mail&#8230;"
1822
  msgstr ""
1823
 
1824
- #: contact-form-7/admin/includes/welcome-panel.php:43
1825
  msgid ""
1826
  "Contact Form 7 doesn&#8217;t store submitted messages anywhere. Therefore, "
1827
  "you may lose important messages forever if your mail server has issues or "
1828
  "you make a mistake in mail configuration."
1829
  msgstr ""
1830
 
1831
- #: contact-form-7/admin/includes/welcome-panel.php:45
1832
  #, php-format
1833
  msgid ""
1834
  "Install a message storage plugin before this happens to you. %s saves all "
@@ -1836,51 +1857,59 @@ msgid ""
1836
  "WordPress plugin created by the same author as Contact Form 7."
1837
  msgstr ""
1838
 
1839
- #: contact-form-7/admin/includes/welcome-panel.php:45
1840
  msgid "https://contactform7.com/save-submitted-messages-with-flamingo/"
1841
  msgstr ""
1842
 
1843
- #: contact-form-7/admin/includes/welcome-panel.php:45
1844
  msgid "Flamingo"
1845
  msgstr ""
1846
 
1847
- #: contact-form-7/includes/config-validator.php:18
1848
  msgid "https://contactform7.com/configuration-errors/"
1849
  msgstr ""
1850
 
1851
- #: contact-form-7/includes/config-validator.php:136
1852
  msgid "Invalid mailbox syntax is used."
1853
  msgstr ""
1854
 
1855
- #: contact-form-7/includes/config-validator.php:138
1856
  msgid "Sender email address does not belong to the site domain."
1857
  msgstr ""
1858
 
1859
- #: contact-form-7/includes/config-validator.php:140
1860
  msgid "HTML tags are used in a message."
1861
  msgstr ""
1862
 
1863
- #: contact-form-7/includes/config-validator.php:142
1864
  msgid "Multiple form controls are in a single label element."
1865
  msgstr ""
1866
 
1867
- #: contact-form-7/includes/config-validator.php:144
1868
  msgid "There are invalid mail header fields."
1869
  msgstr ""
1870
 
1871
- #: contact-form-7/includes/config-validator.php:398
1872
  msgid "Unavailable names (%names%) are used for form controls."
1873
  msgstr ""
1874
 
1875
- #: contact-form-7/includes/config-validator.php:488
 
 
 
 
1876
  msgid "Invalid mailbox syntax is used in the %name% field."
1877
  msgstr ""
1878
 
1879
- #: contact-form-7/includes/config-validator.php:572
 
 
 
 
1880
  msgid "Attachment file does not exist at %path%."
1881
  msgstr ""
1882
 
1883
- #: contact-form-7/includes/config-validator.php:590
1884
  msgid "It is not allowed to use files outside the wp-content directory."
1885
  msgstr ""
1886
 
@@ -1908,102 +1937,102 @@ msgstr "Viesti"
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
 
1916
- #: contact-form-7/includes/contact-form-template.php:58
1917
  #, php-format
1918
  msgid "From: %s"
1919
  msgstr ""
1920
 
1921
- #: contact-form-7/includes/contact-form-template.php:61
1922
  #, php-format
1923
  msgid "Subject: %s"
1924
  msgstr ""
1925
 
1926
- #: contact-form-7/includes/contact-form-template.php:63
1927
- #: contact-form-7/includes/contact-form-template.php:92
1928
  #, fuzzy
1929
  #| msgid "Message"
1930
  msgid "Message Body:"
1931
  msgstr "Viesti"
1932
 
1933
- #: contact-form-7/includes/contact-form-template.php:68
1934
- #: contact-form-7/includes/contact-form-template.php:97
1935
  #, php-format
1936
  msgid "This e-mail was sent from a contact form on %1$s (%2$s)"
1937
  msgstr ""
1938
 
1939
- #: contact-form-7/includes/contact-form-template.php:145
1940
  msgid "Sender's message was sent successfully"
1941
  msgstr ""
1942
 
1943
- #: contact-form-7/includes/contact-form-template.php:147
1944
  #, fuzzy
1945
  #| msgid "Thank you for your message. We will be in contact soon."
1946
  msgid "Thank you for your message. It has been sent."
1947
  msgstr "Kiitos viestistä! Olemme pian yhteydessä."
1948
 
1949
- #: contact-form-7/includes/contact-form-template.php:152
1950
  #, fuzzy
1951
  #| msgid "Offline Messages"
1952
  msgid "Sender's message failed to send"
1953
  msgstr "Offline-viestit"
1954
 
1955
- #: contact-form-7/includes/contact-form-template.php:154
1956
- #: contact-form-7/includes/contact-form-template.php:168
1957
  #, fuzzy
1958
  #| msgid "There is No Answer. Please Try Again Later"
1959
  msgid "There was an error trying to send your message. Please try again later."
1960
  msgstr "Ei vastausta. Olkaa hyvä ja kokeilkaa myöhemmin uudestaan."
1961
 
1962
- #: contact-form-7/includes/contact-form-template.php:159
1963
  #, fuzzy
1964
  #| msgid "An unknown error occurred"
1965
  msgid "Validation errors occurred"
1966
  msgstr "Tuntematon virhe"
1967
 
1968
- #: contact-form-7/includes/contact-form-template.php:161
1969
  msgid "One or more fields have an error. Please check and try again."
1970
  msgstr ""
1971
 
1972
- #: contact-form-7/includes/contact-form-template.php:166
1973
  msgid "Submission was referred to as spam"
1974
  msgstr ""
1975
 
1976
- #: contact-form-7/includes/contact-form-template.php:173
1977
  msgid "There are terms that the sender must accept"
1978
  msgstr ""
1979
 
1980
- #: contact-form-7/includes/contact-form-template.php:175
1981
  msgid "You must accept the terms and conditions before sending your message."
1982
  msgstr ""
1983
 
1984
- #: contact-form-7/includes/contact-form-template.php:180
1985
  msgid "There is a field that the sender must fill in"
1986
  msgstr ""
1987
 
1988
- #: contact-form-7/includes/contact-form-template.php:182
1989
  msgid "The field is required."
1990
  msgstr ""
1991
 
1992
- #: contact-form-7/includes/contact-form-template.php:187
1993
  msgid ""
1994
  "There is a field with input that is longer than the maximum allowed length"
1995
  msgstr ""
1996
 
1997
- #: contact-form-7/includes/contact-form-template.php:189
1998
  msgid "The field is too long."
1999
  msgstr ""
2000
 
2001
- #: contact-form-7/includes/contact-form-template.php:194
2002
  msgid ""
2003
  "There is a field with input that is shorter than the minimum allowed length"
2004
  msgstr ""
2005
 
2006
- #: contact-form-7/includes/contact-form-template.php:196
2007
  msgid "The field is too short."
2008
  msgstr ""
2009
 
@@ -2013,15 +2042,15 @@ msgstr ""
2013
  msgid "Contact Form"
2014
  msgstr "Ota yhteyttä meihin"
2015
 
2016
- #: contact-form-7/includes/contact-form.php:169
2017
  #, php-format
2018
  msgid ""
2019
  "<code>%1$s</code> property of a <code>WPCF7_ContactForm</code> object is "
2020
  "<strong>no longer accessible</strong>. Use <code>%2$s</code> method instead."
2021
  msgstr ""
2022
 
2023
- #: contact-form-7/includes/contact-form.php:308
2024
- #: contact-form-7/includes/contact-form.php:721
2025
  msgid "This contact form is available only for logged in users."
2026
  msgstr ""
2027
 
@@ -2083,108 +2112,112 @@ msgstr ""
2083
  msgid "Blacklisted words are used."
2084
  msgstr ""
2085
 
2086
- #: contact-form-7/modules/acceptance.php:186
2087
  msgid "Consented"
2088
  msgstr ""
2089
 
2090
- #: contact-form-7/modules/acceptance.php:188
2091
  msgid "Not consented"
2092
  msgstr ""
2093
 
2094
- #: contact-form-7/modules/acceptance.php:220
2095
  #, fuzzy
2096
  #| msgid "Accept Chat"
2097
  msgid "acceptance"
2098
  msgstr "Aloita keskustelu"
2099
 
2100
- #: contact-form-7/modules/acceptance.php:228
2101
  #, php-format
2102
  msgid ""
2103
  "Generate a form-tag for an acceptance checkbox. For more details, see %s."
2104
  msgstr ""
2105
 
2106
- #: contact-form-7/modules/acceptance.php:230
2107
  msgid "https://contactform7.com/acceptance-checkbox/"
2108
  msgstr ""
2109
 
2110
- #: contact-form-7/modules/acceptance.php:230
2111
  #, fuzzy
2112
  #| msgid "Accept Chat"
2113
  msgid "Acceptance Checkbox"
2114
  msgstr "Aloita keskustelu"
2115
 
2116
- #: contact-form-7/modules/acceptance.php:240
2117
  #: contact-form-7/modules/checkbox.php:302 contact-form-7/modules/date.php:171
2118
- #: contact-form-7/modules/file.php:237 contact-form-7/modules/number.php:179
2119
  #: contact-form-7/modules/quiz.php:200
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
2128
- #: wp-live-chat-support/includes/wplc_data_triggers.php:465
2129
- #: wp-live-chat-support/includes/wplc_departments.php:176
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
 
2141
- #: contact-form-7/modules/acceptance.php:245
2142
  #, fuzzy
2143
  #| msgid "No Animation"
2144
  msgid "Condition"
2145
  msgstr "Ei animaatiota"
2146
 
2147
- #: contact-form-7/modules/acceptance.php:250
2148
- #: contact-form-7/modules/acceptance.php:253
2149
  #: contact-form-7/modules/checkbox.php:307
2150
  #: contact-form-7/modules/checkbox.php:310
2151
  #: contact-form-7/modules/select.php:188 contact-form-7/modules/select.php:191
 
 
2152
  #, fuzzy
2153
  #| msgid "Action"
2154
  msgid "Options"
2155
  msgstr "Toiminto"
2156
 
2157
- #: contact-form-7/modules/acceptance.php:254
2158
  msgid "Make this checkbox optional"
2159
  msgstr ""
2160
 
2161
- #: contact-form-7/modules/acceptance.php:260
2162
  #: contact-form-7/modules/checkbox.php:323 contact-form-7/modules/date.php:200
2163
- #: contact-form-7/modules/file.php:252 contact-form-7/modules/number.php:208
2164
  #: contact-form-7/modules/quiz.php:216
2165
- #: contact-form-7/modules/really-simple-captcha.php:292
2166
- #: contact-form-7/modules/really-simple-captcha.php:307
2167
  #: contact-form-7/modules/select.php:201 contact-form-7/modules/submit.php:70
2168
  #: contact-form-7/modules/text.php:294 contact-form-7/modules/textarea.php:172
2169
  msgid "Id attribute"
2170
  msgstr ""
2171
 
2172
- #: contact-form-7/modules/acceptance.php:265
2173
  #: contact-form-7/modules/checkbox.php:328 contact-form-7/modules/date.php:205
2174
- #: contact-form-7/modules/file.php:257 contact-form-7/modules/number.php:213
2175
  #: contact-form-7/modules/quiz.php:221
2176
- #: contact-form-7/modules/really-simple-captcha.php:297
2177
- #: contact-form-7/modules/really-simple-captcha.php:312
2178
  #: contact-form-7/modules/select.php:206 contact-form-7/modules/submit.php:75
2179
  #: contact-form-7/modules/text.php:299 contact-form-7/modules/textarea.php:177
2180
  msgid "Class attribute"
2181
  msgstr ""
2182
 
2183
- #: contact-form-7/modules/acceptance.php:278
2184
  #: contact-form-7/modules/checkbox.php:341 contact-form-7/modules/date.php:217
2185
- #: contact-form-7/modules/file.php:270 contact-form-7/modules/number.php:225
2186
  #: contact-form-7/modules/quiz.php:234
2187
- #: contact-form-7/modules/really-simple-captcha.php:324
2188
  #: contact-form-7/modules/select.php:219 contact-form-7/modules/submit.php:88
2189
  #: contact-form-7/modules/text.php:312 contact-form-7/modules/textarea.php:190
2190
  msgid "Insert Tag"
@@ -2226,8 +2259,8 @@ msgstr ""
2226
 
2227
  #: contact-form-7/modules/checkbox.php:291
2228
  #: contact-form-7/modules/checkbox.php:294 contact-form-7/modules/date.php:161
2229
- #: contact-form-7/modules/date.php:164 contact-form-7/modules/file.php:227
2230
- #: contact-form-7/modules/file.php:230 contact-form-7/modules/number.php:164
2231
  #: contact-form-7/modules/number.php:167 contact-form-7/modules/select.php:173
2232
  #: contact-form-7/modules/select.php:176 contact-form-7/modules/text.php:244
2233
  #: contact-form-7/modules/text.php:247 contact-form-7/modules/textarea.php:151
@@ -2236,7 +2269,7 @@ msgid "Field type"
2236
  msgstr ""
2237
 
2238
  #: contact-form-7/modules/checkbox.php:295 contact-form-7/modules/date.php:165
2239
- #: contact-form-7/modules/file.php:231 contact-form-7/modules/number.php:173
2240
  #: contact-form-7/modules/select.php:177 contact-form-7/modules/text.php:248
2241
  #: contact-form-7/modules/textarea.php:155
2242
  #, fuzzy
@@ -2287,7 +2320,7 @@ msgid "Connection established."
2287
  msgstr ""
2288
 
2289
  #: contact-form-7/modules/constant-contact.php:466
2290
- #: contact-form-7/modules/recaptcha.php:430
2291
  msgid "ERROR"
2292
  msgstr ""
2293
 
@@ -2321,7 +2354,7 @@ msgid "This site is connected to the Constant Contact API."
2321
  msgstr ""
2322
 
2323
  #: contact-form-7/modules/constant-contact.php:504
2324
- #: contact-form-7/modules/recaptcha.php:455
2325
  msgid "Setup Integration"
2326
  msgstr ""
2327
 
@@ -2415,65 +2448,65 @@ msgstr ""
2415
  msgid "Max"
2416
  msgstr ""
2417
 
2418
- #: contact-form-7/modules/file.php:179
2419
  msgid "Uploading a file fails for any reason"
2420
  msgstr ""
2421
 
2422
- #: contact-form-7/modules/file.php:180
2423
  msgid "There was an unknown error uploading the file."
2424
  msgstr ""
2425
 
2426
- #: contact-form-7/modules/file.php:184
2427
  msgid "Uploaded file is not allowed for file type"
2428
  msgstr ""
2429
 
2430
- #: contact-form-7/modules/file.php:185
2431
  msgid "You are not allowed to upload files of this type."
2432
  msgstr ""
2433
 
2434
- #: contact-form-7/modules/file.php:189
2435
  msgid "Uploaded file is too large"
2436
  msgstr ""
2437
 
2438
- #: contact-form-7/modules/file.php:190
2439
  msgid "The file is too big."
2440
  msgstr ""
2441
 
2442
- #: contact-form-7/modules/file.php:194
2443
  msgid "Uploading a file fails for PHP error"
2444
  msgstr ""
2445
 
2446
- #: contact-form-7/modules/file.php:195
2447
  msgid "There was an error uploading the file."
2448
  msgstr ""
2449
 
2450
- #: contact-form-7/modules/file.php:207
2451
  msgid "file"
2452
  msgstr ""
2453
 
2454
- #: contact-form-7/modules/file.php:215
2455
  #, php-format
2456
  msgid ""
2457
  "Generate a form-tag for a file uploading field. For more details, see %s."
2458
  msgstr ""
2459
 
2460
- #: contact-form-7/modules/file.php:217
2461
  msgid "https://contactform7.com/file-uploading-and-attachment/"
2462
  msgstr ""
2463
 
2464
- #: contact-form-7/modules/file.php:217
2465
  msgid "File Uploading and Attachment"
2466
  msgstr ""
2467
 
2468
- #: contact-form-7/modules/file.php:242
2469
  msgid "File size limit (bytes)"
2470
  msgstr ""
2471
 
2472
- #: contact-form-7/modules/file.php:247
2473
  msgid "Acceptable file types"
2474
  msgstr ""
2475
 
2476
- #: contact-form-7/modules/file.php:275
2477
  #, php-format
2478
  msgid ""
2479
  "To attach the file uploaded through this field to mail, you need to insert "
@@ -2481,7 +2514,7 @@ msgid ""
2481
  "tab."
2482
  msgstr ""
2483
 
2484
- #: contact-form-7/modules/file.php:305
2485
  #, php-format
2486
  msgid ""
2487
  "This contact form contains file uploading fields, but the temporary folder "
@@ -2580,52 +2613,52 @@ msgid ""
2580
  "per line."
2581
  msgstr ""
2582
 
2583
- #: contact-form-7/modules/really-simple-captcha.php:224
2584
  msgid "The code that sender entered does not match the CAPTCHA"
2585
  msgstr ""
2586
 
2587
- #: contact-form-7/modules/really-simple-captcha.php:226
2588
  msgid "Your entered code is incorrect."
2589
  msgstr ""
2590
 
2591
- #: contact-form-7/modules/really-simple-captcha.php:245
2592
  msgid "CAPTCHA (Really Simple CAPTCHA)"
2593
  msgstr ""
2594
 
2595
- #: contact-form-7/modules/really-simple-captcha.php:259
2596
  #, php-format
2597
  msgid "To use CAPTCHA, you first need to install and activate %s plugin."
2598
  msgstr ""
2599
 
2600
- #: contact-form-7/modules/really-simple-captcha.php:270
2601
  #, php-format
2602
  msgid ""
2603
  "Generate form-tags for a CAPTCHA image and corresponding response input "
2604
  "field. For more details, see %s."
2605
  msgstr ""
2606
 
2607
- #: contact-form-7/modules/really-simple-captcha.php:272
2608
  msgid "https://contactform7.com/captcha/"
2609
  msgstr ""
2610
 
2611
- #: contact-form-7/modules/really-simple-captcha.php:272
2612
  #: contact-form-7/modules/recaptcha.php:9
2613
  msgid "CAPTCHA"
2614
  msgstr ""
2615
 
2616
- #: contact-form-7/modules/really-simple-captcha.php:289
2617
  #, fuzzy
2618
  #| msgid "Main Settings"
2619
  msgid "Image settings"
2620
  msgstr "Pääasetukset"
2621
 
2622
- #: contact-form-7/modules/really-simple-captcha.php:304
2623
  #, fuzzy
2624
  #| msgid "Main Settings"
2625
  msgid "Input field settings"
2626
  msgstr "Pääasetukset"
2627
 
2628
- #: contact-form-7/modules/really-simple-captcha.php:359
2629
  #, php-format
2630
  msgid ""
2631
  "This contact form contains CAPTCHA fields, but the temporary folder for the "
@@ -2633,18 +2666,22 @@ msgid ""
2633
  "change its permission manually."
2634
  msgstr ""
2635
 
2636
- #: contact-form-7/modules/really-simple-captcha.php:366
2637
  msgid ""
2638
  "This contact form contains CAPTCHA fields, but the necessary libraries (GD "
2639
  "and FreeType) are not available on your server."
2640
  msgstr ""
2641
 
2642
  #: contact-form-7/modules/recaptcha.php:156
 
 
 
 
2643
  #, php-format
2644
  msgid "reCAPTCHA score (%1$.2f) is lower than the threshold (%2$.2f)."
2645
  msgstr ""
2646
 
2647
- #: contact-form-7/modules/recaptcha.php:224
2648
  #, php-format
2649
  msgid ""
2650
  "API keys for reCAPTCHA v3 are different from those for v2; keys for v2 "
@@ -2652,22 +2689,22 @@ msgid ""
2652
  "get new keys for v3. For details, see %s."
2653
  msgstr ""
2654
 
2655
- #: contact-form-7/modules/recaptcha.php:227
2656
- #: contact-form-7/modules/recaptcha.php:445
2657
  msgid "reCAPTCHA (v3)"
2658
  msgstr ""
2659
 
2660
- #: contact-form-7/modules/recaptcha.php:431
2661
  msgid "Invalid key values."
2662
  msgstr ""
2663
 
2664
- #: contact-form-7/modules/recaptcha.php:436
2665
  #, fuzzy
2666
  #| msgid "Settings"
2667
  msgid "Settings saved."
2668
  msgstr "Asetukset"
2669
 
2670
- #: contact-form-7/modules/recaptcha.php:442
2671
  #, php-format
2672
  msgid ""
2673
  "reCAPTCHA protects you against spam and other types of automated abuse. With "
@@ -2675,15 +2712,19 @@ msgid ""
2675
  "form submissions by spam bots. For details, see %s."
2676
  msgstr ""
2677
 
2678
- #: contact-form-7/modules/recaptcha.php:470
 
 
 
 
2679
  msgid "Site Key"
2680
  msgstr ""
2681
 
2682
- #: contact-form-7/modules/recaptcha.php:487
2683
  msgid "Secret Key"
2684
  msgstr ""
2685
 
2686
- #: contact-form-7/modules/recaptcha.php:512
2687
  #: wp-live-chat-support/modules/webhooks_manager.php:321
2688
  #, fuzzy
2689
  #| msgid "Save Settings"
@@ -2766,9 +2807,9 @@ msgstr ""
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
 
@@ -2845,366 +2886,3776 @@ msgstr ""
2845
  msgid "Contact form %d"
2846
  msgstr "Ota yhteyttä meihin"
2847
 
2848
- #: hello-dolly/hello.php:62
2849
- msgid "Quote from Hello Dolly song, by Jerry Herman:"
 
 
 
 
2850
  msgstr ""
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
 
2859
- #: wp-live-chat-support/ajax/agent.php:262
2860
- #: wp-live-chat-support/ajax/user.php:218
2861
- msgid "Admin has closed and ended the chat"
2862
- msgstr "Ylläpitäjä on päättänyt keskustelun"
2863
 
2864
- #: wp-live-chat-support/functions.php:417
2865
- #: wp-live-chat-support/functions.php:431
2866
- msgid "Accept Chat"
2867
- msgstr "Aloita keskustelu"
2868
 
2869
- #: wp-live-chat-support/functions.php:423
2870
- #: wp-live-chat-support/functions.php:436
2871
- msgid "Open Chat"
2872
  msgstr ""
2873
 
2874
- #: wp-live-chat-support/functions.php:425
2875
- #, fuzzy
2876
- #| msgid "Chat answered by another agent"
2877
- msgid "In progress with another agent"
2878
- msgstr "Toinen keskustelija vastasi "
2879
 
2880
- #: wp-live-chat-support/functions.php:439
2881
- msgid "Only chat agents can accept chats"
2882
  msgstr ""
2883
 
2884
- #: wp-live-chat-support/functions.php:503
2885
- #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:395
2886
- msgid "New"
2887
  msgstr ""
2888
 
2889
- #: wp-live-chat-support/functions.php:505
2890
- #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:397
2891
- msgid "Returning"
2892
  msgstr ""
2893
 
2894
- #: wp-live-chat-support/functions.php:596
2895
- msgid "No agent was able to answer your chat request. Please try again."
 
 
 
2896
  msgstr ""
2897
 
2898
- #: wp-live-chat-support/functions.php:610
2899
- #: wp-live-chat-support/modules/advanced_features.php:113
2900
  #, fuzzy
2901
- #| msgid "End chat"
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
2984
- #: wp-live-chat-support/includes/wplc_data_triggers.php:261
2985
- #: wp-live-chat-support/includes/wplc_data_triggers.php:279
2986
- #: wp-live-chat-support/includes/wplc_data_triggers.php:323
2987
- #: wp-live-chat-support/includes/wplc_data_triggers.php:511
2988
- #: wp-live-chat-support/includes/wplc_departments.php:304
2989
- #: wp-live-chat-support/includes/wplc_departments.php:324
2990
- #: wp-live-chat-support/includes/wplc_departments.php:359
2991
- #: wp-live-chat-support/includes/wplc_roi.php:390
2992
- #: wp-live-chat-support/includes/wplc_roi.php:409
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
3065
- #: wp-live-chat-support/includes/wplc_roi.php:159
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,234 +6663,228 @@ msgstr ""
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,20 +6939,20 @@ msgid "Displays the chosen icon"
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,27 +6976,21 @@ msgid "Missed"
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
 
3539
  #: wp-live-chat-support/includes/dashboard_page.php:57
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
 
3549
- #: wp-live-chat-support/includes/dashboard_page.php:59
3550
- #: wp-live-chat-support/modules/advanced_tools.php:14
3551
- #: wp-live-chat-support/modules/advanced_tools.php:24
3552
- msgid "Tools"
3553
- msgstr ""
3554
-
3555
  #: wp-live-chat-support/includes/dashboard_page.php:69
3556
  msgid "Engaged"
3557
  msgstr ""
@@ -3581,8 +7020,8 @@ msgid "Latest News"
3581
  msgstr ""
3582
 
3583
  #: wp-live-chat-support/includes/modal_control.php:27
3584
- #: wp-live-chat-support/modules/node_server.php:59
3585
- #: wp-live-chat-support/modules/node_server.php:871
3586
  msgid "Please Confirm"
3587
  msgstr ""
3588
 
@@ -3592,213 +7031,210 @@ msgstr ""
3592
 
3593
  #: wp-live-chat-support/includes/modal_control.php:39
3594
  #: wp-live-chat-support/includes/wplc_custom_fields.php:164
3595
- #: wp-live-chat-support/includes/wplc_custom_fields.php:237
3596
- #: wp-live-chat-support/includes/wplc_data_triggers.php:617
3597
- #: wp-live-chat-support/includes/wplc_departments.php:252
3598
- #: wp-live-chat-support/includes/wplc_departments.php:476
3599
- #: wp-live-chat-support/includes/wplc_roi.php:268
3600
- #: wp-live-chat-support/includes/wplc_roi.php:592
3601
- #: wp-live-chat-support/modules/node_server.php:63
3602
- #: wp-live-chat-support/modules/node_server.php:873
3603
  #: wp-live-chat-support/modules/webhooks_manager.php:342
3604
  msgid "Cancel"
3605
  msgstr ""
3606
 
3607
  #: wp-live-chat-support/includes/modal_control.php:40
3608
- #: wp-live-chat-support/modules/node_server.php:62
3609
- #: wp-live-chat-support/modules/node_server.php:872
3610
  #: wp-live-chat-support/modules/webhooks_manager.php:341
3611
  msgid "Confirm"
3612
  msgstr ""
3613
 
3614
- #: wp-live-chat-support/includes/notification_control.php:27
3615
  #, fuzzy
3616
  #| msgid "browsing"
3617
  msgid "User is browsing"
3618
  msgstr "selaa"
3619
 
3620
- #: wp-live-chat-support/includes/notification_control.php:34
3621
- #: wp-live-chat-support/includes/notification_control.php:70
3622
- #: wp-live-chat-support/includes/notification_control.php:114
3623
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:468
3624
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:489
3625
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:551
3626
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:587
3627
  #, fuzzy
3628
  #| msgid "Chat notifications"
3629
  msgid "System notification"
3630
  msgstr "Keskusteluilmoitukset"
3631
 
3632
- #: wp-live-chat-support/includes/notification_control.php:109
3633
  #, fuzzy
3634
  #| msgid "User has opened the chat window"
3635
  msgid "has joined the chat."
3636
  msgstr "Kävijä on avannut keskusteluikkunan"
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
 
3644
- #: wp-live-chat-support/includes/settings_page.php:103
3645
  msgid "Chat Box"
3646
  msgstr "Keskustelulaatikko"
3647
 
3648
- #: wp-live-chat-support/includes/settings_page.php:113
3649
- #: wp-live-chat-support/includes/settings_page.php:880
3650
  msgid "Styling"
3651
  msgstr "Tyyli"
3652
 
3653
- #: wp-live-chat-support/includes/settings_page.php:118
3654
- #: wp-live-chat-support/modules/node_server.php:88
3655
- #: wp-live-chat-support/modules/node_server.php:877
3656
  msgid "Agents"
3657
  msgstr "Käyttäjät"
3658
 
3659
- #: wp-live-chat-support/includes/settings_page.php:123
3660
  msgid "Blocked Visitors"
3661
  msgstr "Estetyt kävijät"
3662
 
3663
- #: wp-live-chat-support/includes/settings_page.php:139
3664
  msgid "Chat enabled"
3665
  msgstr "Keskustelu on käytössä"
3666
 
3667
- #: wp-live-chat-support/includes/settings_page.php:151
3668
  #, fuzzy
3669
  #| msgid "Offline Chat Box Title"
3670
  msgid "Required Chat Box Fields"
3671
  msgstr "Offline-keskusteluikkunan otsikko"
3672
 
3673
- #: wp-live-chat-support/includes/settings_page.php:151
3674
  msgid "Set default fields that will be displayed when users starting a chat"
3675
  msgstr ""
3676
 
3677
- #: wp-live-chat-support/includes/settings_page.php:156
3678
  #, fuzzy
3679
  #| msgid "Require Name And Email"
3680
  msgid "Name and email"
3681
  msgstr "Nimi ja sähköposti tarvitaan"
3682
 
3683
- #: wp-live-chat-support/includes/settings_page.php:168
3684
  msgid "No fields"
3685
  msgstr ""
3686
 
3687
- #: wp-live-chat-support/includes/settings_page.php:174
3688
  msgid "Default visitor name"
3689
  msgstr ""
3690
 
3691
- #: wp-live-chat-support/includes/settings_page.php:174
3692
  msgid "This name will be displayed for all not logged in visitors"
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
-
3700
- #: wp-live-chat-support/includes/settings_page.php:182
3701
  msgid "Input Field Replacement Text"
3702
  msgstr "Kentän korvaava teksti"
3703
 
3704
- #: wp-live-chat-support/includes/settings_page.php:182
3705
  msgid "This is the text that will show in place of the Name And Email fields"
3706
  msgstr "Tämä teksti näytetään nimi- ja sähköposti-kenttien tilalla"
3707
 
3708
- #: wp-live-chat-support/includes/settings_page.php:190
3709
- msgid "Use Logged In User Details"
3710
- msgstr "Käytä kirjautuneen kävijän tietoja."
3711
 
3712
- #: wp-live-chat-support/includes/settings_page.php:190
3713
  msgid ""
3714
- "A user's Name and Email Address will be used by default if they are logged "
3715
- "in."
3716
- msgstr "Kirjautuneen kävijän nimeä ja sähköpostia käytetään oletuksena."
 
 
3717
 
3718
- #: wp-live-chat-support/includes/settings_page.php:200
3719
  msgid "Play a sound when there is a new visitor"
3720
  msgstr ""
3721
 
3722
- #: wp-live-chat-support/includes/settings_page.php:200
3723
  msgid ""
3724
  "Disable this to mute the sound that is played when a new visitor arrives"
3725
  msgstr ""
3726
 
3727
- #: wp-live-chat-support/includes/settings_page.php:209
3728
  msgid "Play a sound when a new message is received"
3729
  msgstr ""
3730
 
3731
- #: wp-live-chat-support/includes/settings_page.php:209
3732
  msgid ""
3733
  "Disable this to mute the sound that is played when a new chat message is "
3734
  "received"
3735
  msgstr ""
3736
 
3737
- #: wp-live-chat-support/includes/settings_page.php:218
3738
  msgid "Enable Font Awesome set"
3739
  msgstr ""
3740
 
3741
- #: wp-live-chat-support/includes/settings_page.php:218
3742
  msgid "Disable this if you have Font Awesome set included with your theme"
3743
  msgstr ""
3744
 
3745
- #: wp-live-chat-support/includes/settings_page.php:226
3746
  msgid "Enable chat dashboard and notifications on all admin pages"
3747
  msgstr ""
3748
 
3749
- #: wp-live-chat-support/includes/settings_page.php:226
3750
  msgid "This will load the chat dashboard on every admin page."
3751
  msgstr ""
3752
 
3753
- #: wp-live-chat-support/includes/settings_page.php:234
3754
  msgid "Delete database entries on uninstall"
3755
  msgstr ""
3756
 
3757
- #: wp-live-chat-support/includes/settings_page.php:234
3758
  msgid ""
3759
  "This will delete all WP Live Chat by 3CX related database entries such as "
3760
  "options and chats on uninstall."
3761
  msgstr ""
3762
 
3763
- #: wp-live-chat-support/includes/settings_page.php:245
3764
  msgid "Agents can set their online status"
3765
  msgstr ""
3766
 
3767
- #: wp-live-chat-support/includes/settings_page.php:245
3768
  msgid ""
3769
  "Checking this will allow you to change your status to Online or Offline on "
3770
  "the Live Chat page."
3771
  msgstr ""
3772
 
3773
- #: wp-live-chat-support/includes/settings_page.php:245
3774
  msgid "If this option is disabled, agents will be always automatically online."
3775
  msgstr ""
3776
 
3777
- #: wp-live-chat-support/includes/settings_page.php:256
3778
  msgid "Exclude chat from 'Home' page:"
3779
  msgstr ""
3780
 
3781
- #: wp-live-chat-support/includes/settings_page.php:256
3782
  msgid ""
3783
  "Leaving this unchecked will allow the chat window to display on your home "
3784
  "page."
3785
  msgstr ""
3786
 
3787
- #: wp-live-chat-support/includes/settings_page.php:264
3788
  msgid "Exclude chat from 'Archive' pages:"
3789
  msgstr ""
3790
 
3791
- #: wp-live-chat-support/includes/settings_page.php:264
3792
  msgid ""
3793
  "Leaving this unchecked will allow the chat window to display on your archive "
3794
  "pages."
3795
  msgstr ""
3796
 
3797
- #: wp-live-chat-support/includes/settings_page.php:272
3798
  msgid "Include chat window on the following pages:"
3799
  msgstr "Näytä keskusteluikkuna seuraavilla sivuilla:"
3800
 
3801
- #: wp-live-chat-support/includes/settings_page.php:272
3802
  msgid ""
3803
  "Show the chat window on the following pages. Leave blank to show on all. "
3804
  "(Use comma-separated Page ID's)"
@@ -3806,11 +7242,11 @@ msgstr ""
3806
  "Näytä keskusteluikkuna ainoastaan seuraavilla sivuilla. Tyhjänä ikkuna näkyy "
3807
  "kaikilla sivuilla (erota sivujen ID:t pilkulla)"
3808
 
3809
- #: wp-live-chat-support/includes/settings_page.php:280
3810
  msgid "Exclude chat window on the following pages:"
3811
  msgstr "Älä näytä keskusteluikkunaa seuraavilla sivuilla:"
3812
 
3813
- #: wp-live-chat-support/includes/settings_page.php:280
3814
  msgid ""
3815
  "Do not show the chat window on the following pages. Leave blank to show on "
3816
  "all. (Use comma-separated Page ID's)"
@@ -3818,118 +7254,140 @@ msgstr ""
3818
  "Älä näytä keskusteluikkunaa seuraavilla sivuilla. Tyhjänä ikkuna näkyy "
3819
  "kaikilla sivuilla (erota sivujen ID:t pilkulla)"
3820
 
3821
- #: wp-live-chat-support/includes/settings_page.php:288
3822
  #, fuzzy
3823
  #| msgid "Exclude chat window on the following pages:"
3824
  msgid "Exclude chat window on selected post types"
3825
  msgstr "Älä näytä keskusteluikkunaa seuraavilla sivuilla:"
3826
 
3827
- #: wp-live-chat-support/includes/settings_page.php:288
3828
  #, fuzzy
3829
  #| msgid "Include chat window on the following pages:"
3830
  msgid "Do not show the chat window on the following post types pages."
3831
  msgstr "Näytä keskusteluikkuna seuraavilla sivuilla:"
3832
 
3833
- #: wp-live-chat-support/includes/settings_page.php:307
3834
  #, fuzzy
3835
  #| msgid "No Quick Responses found"
3836
  msgid "No post types found."
3837
  msgstr "Pikavastauksia ei löydetty"
3838
 
3839
- #: wp-live-chat-support/includes/settings_page.php:313
3840
- #, fuzzy
3841
- #| msgid "Allow any user to make themselves a chat agent"
3842
- msgid "Allow WP users to self-assign as a chat agent"
3843
- msgstr "Anna kaikkien käyttäjien tehdä itsestään keskustelijoita"
3844
-
3845
- #: wp-live-chat-support/includes/settings_page.php:313
3846
- msgid ""
3847
- "Checking this will allow any of your users to make themselves a chat agent "
3848
- "when editing their profile."
3849
- msgstr ""
3850
- "Tällä valinnalla kaikki käyttäjät voivat tehdä itsestään keskustelijoita "
3851
- "omaa profiilia muokkaamalla."
3852
-
3853
- #: wp-live-chat-support/includes/settings_page.php:327
3854
  msgid "Order by"
3855
  msgstr ""
3856
 
3857
- #: wp-live-chat-support/includes/settings_page.php:333
3858
  msgid "Number"
3859
  msgstr ""
3860
 
3861
- #: wp-live-chat-support/includes/settings_page.php:339
3862
  msgid "Sort"
3863
  msgstr ""
3864
 
3865
- #: wp-live-chat-support/includes/settings_page.php:343
3866
  #, fuzzy
3867
  #| msgid "pending"
3868
  msgid "Descending"
3869
  msgstr "jonossa"
3870
 
3871
- #: wp-live-chat-support/includes/settings_page.php:344
3872
  #, fuzzy
3873
  #| msgid "pending"
3874
  msgid "Ascending"
3875
  msgstr "jonossa"
3876
 
3877
- #: wp-live-chat-support/includes/settings_page.php:351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3878
  msgid "Voice Notes"
3879
  msgstr ""
3880
 
3881
- #: wp-live-chat-support/includes/settings_page.php:355
3882
  msgid "Enable Voice Notes on admin side"
3883
  msgstr ""
3884
 
3885
- #: wp-live-chat-support/includes/settings_page.php:357
3886
  msgid ""
3887
  "Enabling this will allow you to record the voice during the chat and send it "
3888
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
3889
  msgstr ""
3890
 
3891
- #: wp-live-chat-support/includes/settings_page.php:365
3892
  msgid "Enable Voice Notes on visitor side"
3893
  msgstr ""
3894
 
3895
- #: wp-live-chat-support/includes/settings_page.php:367
3896
  msgid ""
3897
  "Enabling this will allow the visitors to record the voice during the chat "
3898
  "and send it to agent once they hold on CTRL + SPACEBAR"
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"
3906
  msgstr "Keskusteluikkunan asetukset"
3907
 
3908
- #: wp-live-chat-support/includes/settings_page.php:384
3909
  msgid "Alignment"
3910
  msgstr ""
3911
 
3912
- #: wp-live-chat-support/includes/settings_page.php:387
3913
  msgid "Bottom left"
3914
  msgstr "Vasen alhaalla"
3915
 
3916
- #: wp-live-chat-support/includes/settings_page.php:388
3917
  msgid "Bottom right"
3918
  msgstr "Oikea alhaalla"
3919
 
3920
- #: wp-live-chat-support/includes/settings_page.php:389
3921
  msgid "Left"
3922
  msgstr "Vasen"
3923
 
3924
- #: wp-live-chat-support/includes/settings_page.php:390
3925
  msgid "Right"
3926
  msgstr "Oikea"
3927
 
3928
- #: wp-live-chat-support/includes/settings_page.php:396
3929
- msgid "Auto Pop-up"
3930
- msgstr "Ponnahdusikkuna:"
 
 
 
 
 
 
 
 
3931
 
3932
- #: wp-live-chat-support/includes/settings_page.php:396
3933
  msgid ""
3934
  "Expand the chat box automatically (prompts the user to enter their name and "
3935
  "email address)."
@@ -3937,37 +7395,55 @@ msgstr ""
3937
  "Suurenna keskusteluikkuna automaattisesti (kävijältä pyydetään nimi ja "
3938
  "sähköpostiosoite)"
3939
 
3940
- #: wp-live-chat-support/includes/settings_page.php:405
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3941
  #, fuzzy
3942
  #| msgid "Display name and avatar in chat"
3943
  msgid "Display for chat message:"
3944
  msgstr "Näytä nimi ja kuva keskustelussa:"
3945
 
3946
- #: wp-live-chat-support/includes/settings_page.php:409
3947
  msgid "Avatar"
3948
  msgstr ""
3949
 
3950
- #: wp-live-chat-support/includes/settings_page.php:414
3951
  msgid "Display typing indicator"
3952
  msgstr ""
3953
 
3954
- #: wp-live-chat-support/includes/settings_page.php:414
3955
  msgid ""
3956
  "Display the 'typing...' animation in the chat window as soon as an agent or "
3957
  "visitor is typing."
3958
  msgstr ""
3959
 
3960
- #: wp-live-chat-support/includes/settings_page.php:418
3961
  msgid ""
3962
- "For non-cloud server users, please note that this will increase the amount "
3963
- "of server resources required."
3964
  msgstr ""
3965
 
3966
- #: wp-live-chat-support/includes/settings_page.php:423
3967
  msgid "Chat box for logged in users only:"
3968
  msgstr ""
3969
 
3970
- #: wp-live-chat-support/includes/settings_page.php:423
3971
  msgid ""
3972
  "By checking this, only users that are logged in will be able to chat with "
3973
  "you."
@@ -3975,198 +7451,202 @@ msgstr ""
3975
  "Kun tämä vaihtoehto on valittu, vain kirjautuneet kävijät voivat keskustella "
3976
  "kanssasi."
3977
 
3978
- #: wp-live-chat-support/includes/settings_page.php:431
 
 
 
 
 
 
 
 
 
 
3979
  #, fuzzy
3980
  #| msgid "User has maximized the chat window"
3981
  msgid "Display a timestamp in the chat window:"
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
 
3989
- #: wp-live-chat-support/includes/settings_page.php:440
3990
  msgid "Redirect to “Thank You” page on chat end:"
3991
  msgstr ""
3992
 
3993
- #: wp-live-chat-support/includes/settings_page.php:440
3994
  msgid ""
3995
  "By checking this, users will be redirected to your thank you page when a "
3996
  "chat is completed."
3997
  msgstr ""
3998
 
3999
- #: wp-live-chat-support/includes/settings_page.php:444
4000
  msgid "Thank You Page URL"
4001
  msgstr ""
4002
 
4003
- #: wp-live-chat-support/includes/settings_page.php:454
4004
- msgid "Disable Emojis"
4005
- msgstr ""
4006
-
4007
- #: wp-live-chat-support/includes/settings_page.php:471
4008
  #, fuzzy
4009
  #| msgid "Username"
4010
  msgid "User / Agent name"
4011
  msgstr "Käyttäjänimi"
4012
 
4013
- #: wp-live-chat-support/includes/settings_page.php:479
4014
  #, fuzzy
4015
  #| msgid "Username"
4016
  msgid "Use WordPress name"
4017
  msgstr "Käyttäjänimi"
4018
 
4019
- #: wp-live-chat-support/includes/settings_page.php:482
4020
  msgid "Note: 'Name' field will be ignored"
4021
  msgstr ""
4022
 
4023
- #: wp-live-chat-support/includes/settings_page.php:514
4024
  msgid "Incoming chat ring tone"
4025
  msgstr ""
4026
 
4027
- #: wp-live-chat-support/includes/settings_page.php:530
4028
  #, fuzzy
4029
  #| msgid "Incoming Chat"
4030
  msgid "Incoming message tone"
4031
  msgstr "Saapuva chat-keskustelu"
4032
 
4033
- #: wp-live-chat-support/includes/settings_page.php:547
4034
  msgid "Icon"
4035
  msgstr ""
4036
 
4037
- #: wp-live-chat-support/includes/settings_page.php:555
4038
  #, fuzzy
4039
  #| msgid "Upload Logo"
4040
  msgid "Upload Icon"
4041
  msgstr "Lisää logo"
4042
 
4043
- #: wp-live-chat-support/includes/settings_page.php:556
4044
- #: wp-live-chat-support/includes/settings_page.php:562
4045
  msgid "Select Default Icon"
4046
  msgstr ""
4047
 
4048
- #: wp-live-chat-support/includes/settings_page.php:558
4049
- #, fuzzy
4050
- #| msgid "Remove Logo"
4051
- msgid "Remove Icon"
4052
- msgstr "Poista logo"
4053
-
4054
- #: wp-live-chat-support/includes/settings_page.php:559
4055
  #, fuzzy
4056
  #| msgid "Recomended Size 250px x 40px"
4057
  msgid "Recommended Size 50px x 50px"
4058
  msgstr "Suositeltu koko 250 pikseliä x 40 pikseliä"
4059
 
4060
- #: wp-live-chat-support/includes/settings_page.php:602
4061
  msgid "Picture"
4062
  msgstr "Kuva"
4063
 
4064
- #: wp-live-chat-support/includes/settings_page.php:610
4065
  msgid "Upload Image"
4066
  msgstr "Lisää kuva"
4067
 
4068
- #: wp-live-chat-support/includes/settings_page.php:612
 
 
 
 
4069
  msgid "Remove Image"
4070
  msgstr "Poista kuva"
4071
 
4072
- #: wp-live-chat-support/includes/settings_page.php:613
4073
  #, fuzzy
4074
  #| msgid "Recomended Size 250px x 40px"
4075
  msgid "Recommended Size 60px x 60px"
4076
  msgstr "Suositeltu koko 250 pikseliä x 40 pikseliä"
4077
 
4078
- #: wp-live-chat-support/includes/settings_page.php:620
4079
  msgid "Logo"
4080
  msgstr "Logo"
4081
 
4082
- #: wp-live-chat-support/includes/settings_page.php:628
4083
  msgid "Upload Logo"
4084
  msgstr "Lisää logo"
4085
 
4086
- #: wp-live-chat-support/includes/settings_page.php:630
4087
  msgid "Remove Logo"
4088
  msgstr "Poista logo"
4089
 
4090
- #: wp-live-chat-support/includes/settings_page.php:631
4091
  #, fuzzy
4092
  #| msgid "Recomended Size 250px x 40px"
4093
  msgid "Recommended Size 250px x 40px"
4094
  msgstr "Suositeltu koko 250 pikseliä x 40 pikseliä"
4095
 
4096
- #: wp-live-chat-support/includes/settings_page.php:637
4097
  #, fuzzy
4098
  #| msgid "Chat delay (seconds)"
4099
  msgid "Chat button delayed startup (seconds)"
4100
  msgstr "Keskustelun viive (sekunttia)"
4101
 
4102
- #: wp-live-chat-support/includes/settings_page.php:637
4103
  msgid "How long to delay showing the Live Chat button on a page"
4104
  msgstr ""
4105
 
4106
- #: wp-live-chat-support/includes/settings_page.php:646
4107
  msgid "Chat notifications"
4108
  msgstr "Keskusteluilmoitukset"
4109
 
4110
- #: wp-live-chat-support/includes/settings_page.php:646
4111
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
4112
  msgstr ""
4113
 
4114
- #: wp-live-chat-support/includes/settings_page.php:655
4115
  msgid "User Experience"
4116
  msgstr ""
4117
 
4118
- #: wp-live-chat-support/includes/settings_page.php:659
4119
  msgid "Share files"
4120
  msgstr ""
4121
 
4122
- #: wp-live-chat-support/includes/settings_page.php:659
4123
  msgid "Adds file sharing to your chat box!"
4124
  msgstr ""
4125
 
4126
- #: wp-live-chat-support/includes/settings_page.php:663
4127
  msgid "Visitor experience ratings"
4128
  msgstr ""
4129
 
4130
- #: wp-live-chat-support/includes/settings_page.php:663
4131
  msgid "Allows users to rate the chat experience with an agent."
4132
  msgstr ""
4133
 
4134
- #: wp-live-chat-support/includes/settings_page.php:669
4135
- #: wp-live-chat-support/includes/settings_page.php:996
4136
  msgid "Social"
4137
  msgstr ""
4138
 
4139
- #: wp-live-chat-support/includes/settings_page.php:673
4140
  msgid "Facebook URL"
4141
  msgstr ""
4142
 
4143
- #: wp-live-chat-support/includes/settings_page.php:673
4144
  msgid "Link your Facebook page here. Leave blank to hide"
4145
  msgstr ""
4146
 
4147
- #: wp-live-chat-support/includes/settings_page.php:674
4148
  msgid "Facebook URL..."
4149
  msgstr ""
4150
 
4151
- #: wp-live-chat-support/includes/settings_page.php:685
4152
  msgid "Twitter URL"
4153
  msgstr ""
4154
 
4155
- #: wp-live-chat-support/includes/settings_page.php:685
4156
  msgid "Link your Twitter page here. Leave blank to hide"
4157
  msgstr ""
4158
 
4159
- #: wp-live-chat-support/includes/settings_page.php:686
4160
  msgid "Twitter URL..."
4161
  msgstr ""
4162
 
4163
- #: wp-live-chat-support/includes/settings_page.php:708
4164
  #, fuzzy
4165
  #| msgid "Offline Messages"
4166
  msgid "Disable offline messages"
4167
  msgstr "Offline-viestit"
4168
 
4169
- #: wp-live-chat-support/includes/settings_page.php:708
4170
  msgid ""
4171
  "The chat window will be hidden when it is offline. Users will not be able to "
4172
  "send offline messages to you"
@@ -4174,286 +7654,273 @@ msgstr ""
4174
  "Ikkuna häivytetään kun chat-keskustelu on poissa linjoilta. Kävijät eivät "
4175
  "voi lähettää offline-viestejä."
4176
 
4177
- #: wp-live-chat-support/includes/settings_page.php:715
4178
  #, fuzzy
4179
  #| msgid "Offline Chat Box Title"
4180
  msgid "Offline Form Title"
4181
  msgstr "Offline-keskusteluikkunan otsikko"
4182
 
4183
- #: wp-live-chat-support/includes/settings_page.php:723
4184
  #, fuzzy
4185
  #| msgid "Offline Messages"
4186
  msgid "Offline form initial message"
4187
  msgstr "Offline-viestit"
4188
 
4189
- #: wp-live-chat-support/includes/settings_page.php:729
4190
  #, fuzzy
4191
  #| msgid "Offline Messages"
4192
  msgid "Offline form message on send"
4193
  msgstr "Offline-viestit"
4194
 
4195
- #: wp-live-chat-support/includes/settings_page.php:735
4196
  #, fuzzy
4197
  #| msgid "Offline Messages"
4198
  msgid "Offline form finish message"
4199
  msgstr "Offline-viestit"
4200
 
4201
- #: wp-live-chat-support/includes/settings_page.php:741
4202
  #, fuzzy
4203
  msgid "Offline Button Text"
4204
  msgstr "Offline-teksti"
4205
 
4206
- #: wp-live-chat-support/includes/settings_page.php:747
4207
  #, fuzzy
4208
  msgid "Offline Send Button Text"
4209
  msgstr "Offline-teksti"
4210
 
4211
- #: wp-live-chat-support/includes/settings_page.php:755
4212
  #, fuzzy
4213
  #| msgid "Main Settings"
4214
  msgid "Email settings"
4215
  msgstr "Pääasetukset"
4216
 
4217
- #: wp-live-chat-support/includes/settings_page.php:761
4218
  msgid "Send to agent(s)"
4219
  msgstr ""
4220
 
4221
- #: wp-live-chat-support/includes/settings_page.php:761
4222
  msgid ""
4223
  "Email address where offline messages are delivered to. Use comma separated "
4224
  "email addresses to send to more than one email address"
4225
  msgstr ""
4226
 
4227
- #: wp-live-chat-support/includes/settings_page.php:771
4228
  msgid "User name will be appended to the end of the subject."
4229
  msgstr ""
4230
 
4231
- #: wp-live-chat-support/includes/settings_page.php:784
4232
  msgid "Auto-respond to visitor"
4233
  msgstr ""
4234
 
4235
- #: wp-live-chat-support/includes/settings_page.php:784
4236
  msgid "Send your visitors an email as soon as they send you an offline message"
4237
  msgstr ""
4238
 
4239
- #: wp-live-chat-support/includes/settings_page.php:790
4240
  msgid "Auto-responder 'From' name"
4241
  msgstr ""
4242
 
4243
- #: wp-live-chat-support/includes/settings_page.php:796
4244
  msgid "Auto-responder 'From' email"
4245
  msgstr ""
4246
 
4247
- #: wp-live-chat-support/includes/settings_page.php:802
4248
  msgid "Auto-responder subject"
4249
  msgstr ""
4250
 
4251
- #: wp-live-chat-support/includes/settings_page.php:808
4252
  msgid "Auto-responder body"
4253
  msgstr ""
4254
 
4255
- #: wp-live-chat-support/includes/settings_page.php:811
4256
  msgid "HTML and the following shortcodes can be used"
4257
  msgstr ""
4258
 
4259
- #: wp-live-chat-support/includes/settings_page.php:811
4260
  #, fuzzy
4261
  #| msgid "Username"
4262
  msgid "User's name"
4263
  msgstr "Käyttäjänimi"
4264
 
4265
- #: wp-live-chat-support/includes/settings_page.php:811
4266
  #, fuzzy
4267
  #| msgid "Email Address"
4268
  msgid "User's email address"
4269
  msgstr "Sähköpostiosoite"
4270
 
4271
- #: wp-live-chat-support/includes/settings_page.php:887
4272
  #, fuzzy
4273
  msgid "Color scheme"
4274
  msgstr "Väripohja 1"
4275
 
4276
- #: wp-live-chat-support/includes/settings_page.php:943
4277
  #, fuzzy
4278
  msgid "Custom Scheme"
4279
  msgstr "Väripohja 1"
4280
 
4281
- #: wp-live-chat-support/includes/settings_page.php:964
4282
  msgid "Palette Color 1"
4283
  msgstr ""
4284
 
4285
- #: wp-live-chat-support/includes/settings_page.php:970
4286
  msgid "Palette Color 2"
4287
  msgstr ""
4288
 
4289
- #: wp-live-chat-support/includes/settings_page.php:976
4290
  msgid "Palette Color 3"
4291
  msgstr ""
4292
 
4293
- #: wp-live-chat-support/includes/settings_page.php:982
4294
  msgid "Palette Color 4"
4295
  msgstr ""
4296
 
4297
- #: wp-live-chat-support/includes/settings_page.php:989
4298
  msgid "Chat background"
4299
  msgstr ""
4300
 
4301
- #: wp-live-chat-support/includes/settings_page.php:993
4302
  msgid "Cloudy"
4303
  msgstr ""
4304
 
4305
- #: wp-live-chat-support/includes/settings_page.php:994
4306
  msgid "Geometry"
4307
  msgstr ""
4308
 
4309
- #: wp-live-chat-support/includes/settings_page.php:995
4310
  msgid "Tech"
4311
  msgstr ""
4312
 
4313
- #: wp-live-chat-support/includes/settings_page.php:997
4314
- #: wp-live-chat-support/includes/wplc_roi.php:178
4315
- #: wp-live-chat-support/modules/node_server.php:928
4316
- msgid "None"
4317
- msgstr ""
4318
-
4319
- #: wp-live-chat-support/includes/settings_page.php:1003
4320
  msgid "Use localization plugin"
4321
  msgstr ""
4322
 
4323
- #: wp-live-chat-support/includes/settings_page.php:1006
4324
  #, php-format
4325
  msgid ""
4326
  "Enable this if you are using a localization plugin. Should you wish to "
4327
- "change the below strings with this option enabled, please visit the "
4328
- "documentation %s"
4329
- msgstr ""
4330
-
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
 
4338
- #: wp-live-chat-support/includes/settings_page.php:1012
4339
  #, fuzzy
4340
  #| msgid "Chat box alignment"
4341
  msgid "Chat box title"
4342
  msgstr "Keskusteluikkunan asettelu"
4343
 
4344
- #: wp-live-chat-support/includes/settings_page.php:1018
4345
  #, fuzzy
4346
  #| msgid "Chat box alignment"
4347
  msgid "Chat box sub-title"
4348
  msgstr "Keskusteluikkunan asettelu"
4349
 
4350
- #: wp-live-chat-support/includes/settings_page.php:1024
4351
  #, fuzzy
4352
  #| msgid "Chat box alignment"
4353
  msgid "Chat box intro"
4354
  msgstr "Keskusteluikkunan asettelu"
4355
 
4356
- #: wp-live-chat-support/includes/settings_page.php:1030
4357
  msgid "Start chat button label"
4358
  msgstr ""
4359
 
4360
- #: wp-live-chat-support/includes/settings_page.php:1036
4361
  msgid "Start chat status message"
4362
  msgstr ""
4363
 
4364
- #: wp-live-chat-support/includes/settings_page.php:1042
4365
  #, fuzzy
4366
  msgid "Re-activate chat message"
4367
  msgstr "Teksti uudelleen aktivoidulle keskustelulle"
4368
 
4369
- #: wp-live-chat-support/includes/settings_page.php:1050
4370
  #, fuzzy
4371
  #| msgid "Send message"
4372
  msgid "Welcome message"
4373
  msgstr "Lähetä viesti"
4374
 
4375
- #: wp-live-chat-support/includes/settings_page.php:1052
4376
  msgid ""
4377
  "This text is shown as soon as a user starts a chat and waits for an agent to "
4378
  "join"
4379
  msgstr ""
4380
 
4381
- #: wp-live-chat-support/includes/settings_page.php:1056
4382
  msgid "Agent no answer message"
4383
  msgstr ""
4384
 
4385
- #: wp-live-chat-support/includes/settings_page.php:1058
4386
  #, fuzzy
4387
  #| msgid "This text is shown above the user chat input field"
4388
  msgid ""
4389
  "This text is shown to the user when an agent has failed to answer a chat"
4390
  msgstr "Tämä teksti näytetään keskustelukenttien yläpuolella"
4391
 
4392
- #: wp-live-chat-support/includes/settings_page.php:1062
4393
  msgid "Other text"
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."
4402
  msgstr "Toinen keskustelija on vastannut "
4403
 
4404
- #: wp-live-chat-support/includes/settings_page.php:1070
4405
  #, fuzzy
4406
  #| msgid "Chat box alignment"
4407
  msgid "Chat box animation"
4408
  msgstr "Keskusteluikkunan asettelu"
4409
 
4410
- #: wp-live-chat-support/includes/settings_page.php:1078
4411
  msgid "Slide Up"
4412
  msgstr "Liuku ylös"
4413
 
4414
- #: wp-live-chat-support/includes/settings_page.php:1084
4415
  msgid "Slide From The Side"
4416
  msgstr "Liuku sivulta"
4417
 
4418
- #: wp-live-chat-support/includes/settings_page.php:1090
4419
  msgid "Fade In"
4420
  msgstr "Häivytys"
4421
 
4422
- #: wp-live-chat-support/includes/settings_page.php:1096
4423
  msgid "No Animation"
4424
  msgstr "Ei animaatiota"
4425
 
4426
- #: wp-live-chat-support/includes/settings_page.php:1114
4427
  msgid "Auto-response to first message"
4428
  msgstr ""
4429
 
4430
- #: wp-live-chat-support/includes/settings_page.php:1117
4431
  msgid ""
4432
  "This message will be sent automatically after the first message is sent from "
4433
  "the user side. Leave empty to disable."
4434
  msgstr ""
4435
 
4436
- #: wp-live-chat-support/includes/settings_page.php:1132
4437
  msgid "Chat Agents"
4438
  msgstr "Keskustelijat"
4439
 
4440
- #: wp-live-chat-support/includes/settings_page.php:1143
4441
  msgid "Logged In"
4442
  msgstr ""
4443
 
4444
- #: wp-live-chat-support/includes/settings_page.php:1162
4445
  msgid "Add New Agent"
4446
  msgstr ""
4447
 
4448
- #: wp-live-chat-support/includes/settings_page.php:1170
4449
  msgid "Administrator"
4450
  msgstr ""
4451
 
4452
- #: wp-live-chat-support/includes/settings_page.php:1186
4453
  msgid "Add Agent"
4454
  msgstr ""
4455
 
4456
- #: wp-live-chat-support/includes/settings_page.php:1192
4457
  #, php-format
4458
  msgid ""
4459
  "Should you wish to add a user that has a role less than 'Author', please go "
@@ -4461,29 +7928,29 @@ msgid ""
4461
  "bottom of the page and enable the 'Chat Agent' checkbox."
4462
  msgstr ""
4463
 
4464
- #: wp-live-chat-support/includes/settings_page.php:1192
4465
  #, fuzzy
4466
  #| msgid "Username"
4467
  msgid "Users"
4468
  msgstr "Käyttäjänimi"
4469
 
4470
- #: wp-live-chat-support/includes/settings_page.php:1193
4471
  msgid "If there are no chat agents online, the chat will show as offline"
4472
  msgstr ""
4473
  "Jos keskustelun käyttäjiä ei ole linjoilla, keskusteluikkuna ilmoittaa "
4474
  "olevansa poissa linjoilta"
4475
 
4476
- #: wp-live-chat-support/includes/settings_page.php:1198
4477
  #, fuzzy
4478
  #| msgid "Blocked Visitors - Based on IP Address"
4479
  msgid "Blocked Visitors / IP Addresses"
4480
  msgstr "Estetyt kävijät - perustuen IP-osoitteeseen"
4481
 
4482
- #: wp-live-chat-support/includes/settings_page.php:1202
4483
  msgid "Enter each IP Address you would like to block on a new line"
4484
  msgstr "Anna jokainen estettävä IP-osoite omalla rivillään"
4485
 
4486
- #: wp-live-chat-support/includes/settings_page.php:1213
4487
  msgid ""
4488
  "Blocking a user's IP Address here will hide the chat window from them, "
4489
  "preventing them from chatting with you. Each IP Address must be on a new line"
@@ -4491,58 +7958,78 @@ msgstr ""
4491
  "Kävijän IP-osoitteen estäminen piilottaa keskusteluikkunan, estäen "
4492
  "keskustelut kanssasi. Jokainen IP-osoite tulee olla omalla rivillään"
4493
 
4494
- #: wp-live-chat-support/includes/settings_page.php:1229
4495
  msgid "Enable Business Hours"
4496
  msgstr ""
4497
 
4498
- #: wp-live-chat-support/includes/settings_page.php:1234
4499
- msgid "Active schedule"
4500
  msgstr ""
4501
 
4502
- #: wp-live-chat-support/includes/settings_page.php:1238
4503
- msgid "Daily"
4504
  msgstr ""
4505
 
4506
- #: wp-live-chat-support/includes/settings_page.php:1239
4507
- msgid "Week Days"
4508
  msgstr ""
4509
 
4510
- #: wp-live-chat-support/includes/settings_page.php:1240
4511
- msgid "Weekends"
4512
  msgstr ""
4513
 
4514
- #: wp-live-chat-support/includes/settings_page.php:1252
4515
- msgid "Between"
 
 
4516
  msgstr ""
4517
 
4518
- #: wp-live-chat-support/includes/settings_page.php:1263
4519
- msgid "and"
 
 
4520
  msgstr ""
4521
 
4522
- #: wp-live-chat-support/includes/settings_page.php:1280
4523
  msgid "Current Site Time"
4524
  msgstr ""
4525
 
4526
- #: wp-live-chat-support/includes/settings_page.php:1293
4527
  msgid "Chat Encryption"
4528
  msgstr ""
4529
 
4530
- #: wp-live-chat-support/includes/settings_page.php:1296
4531
  msgid "Enable Encryption"
4532
  msgstr ""
4533
 
4534
- #: wp-live-chat-support/includes/settings_page.php:1296
4535
  msgid ""
4536
  "All messages will be encrypted when being sent to and from the user and "
4537
  "agent."
4538
  msgstr ""
4539
 
4540
- #: wp-live-chat-support/includes/settings_page.php:1305
4541
  msgid ""
4542
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
4543
  msgstr ""
4544
 
4545
- #: wp-live-chat-support/includes/settings_page.php:1315
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4546
  msgid "Save Settings"
4547
  msgstr "Tallenna asetukset"
4548
 
@@ -4563,23 +8050,23 @@ msgid "This will show up at the top of the chatbox - Leave blank to disable."
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
 
4576
  #: wp-live-chat-support/includes/wplc_custom_fields.php:81
4577
- #: wp-live-chat-support/includes/wplc_data_triggers.php:468
4578
  msgid "Content"
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
 
@@ -4598,37 +8085,37 @@ msgid "Create a Custom Field"
4598
  msgstr ""
4599
 
4600
  #: wp-live-chat-support/includes/wplc_custom_fields.php:142
4601
- #: wp-live-chat-support/includes/wplc_custom_fields.php:213
4602
  msgid "Field Name"
4603
  msgstr ""
4604
 
4605
  #: wp-live-chat-support/includes/wplc_custom_fields.php:146
4606
- #: wp-live-chat-support/includes/wplc_custom_fields.php:217
4607
  msgid "Field Type"
4608
  msgstr ""
4609
 
4610
  #: wp-live-chat-support/includes/wplc_custom_fields.php:149
4611
- #: wp-live-chat-support/includes/wplc_custom_fields.php:222
4612
  msgid "Text"
4613
  msgstr ""
4614
 
4615
  #: wp-live-chat-support/includes/wplc_custom_fields.php:150
4616
- #: wp-live-chat-support/includes/wplc_custom_fields.php:223
4617
  msgid "Drop Down"
4618
  msgstr ""
4619
 
4620
  #: wp-live-chat-support/includes/wplc_custom_fields.php:155
4621
- #: wp-live-chat-support/includes/wplc_custom_fields.php:228
4622
  msgid "Default Field Value"
4623
  msgstr ""
4624
 
4625
  #: wp-live-chat-support/includes/wplc_custom_fields.php:159
4626
- #: wp-live-chat-support/includes/wplc_custom_fields.php:232
4627
  msgid "Drop Down Contents"
4628
  msgstr ""
4629
 
4630
  #: wp-live-chat-support/includes/wplc_custom_fields.php:160
4631
- #: wp-live-chat-support/includes/wplc_custom_fields.php:233
4632
  #, fuzzy
4633
  #| msgid "Enter each IP Address you would like to block on a new line"
4634
  msgid "Enter each option on a new line"
@@ -4638,505 +8125,487 @@ msgstr "Anna jokainen estettävä IP-osoite omalla rivillään"
4638
  msgid "Create Custom Field"
4639
  msgstr ""
4640
 
4641
- #: wp-live-chat-support/includes/wplc_custom_fields.php:208
4642
  msgid "Edit a Custom Field"
4643
  msgstr ""
4644
 
4645
- #: wp-live-chat-support/includes/wplc_custom_fields.php:237
4646
  msgid "Update Custom Field"
4647
  msgstr ""
4648
 
4649
- #: wp-live-chat-support/includes/wplc_custom_fields.php:247
4650
  msgid "Custom Field Not Found"
4651
  msgstr ""
4652
 
4653
- #: wp-live-chat-support/includes/wplc_custom_fields.php:248
4654
  msgid "Back"
4655
  msgstr ""
4656
 
4657
- #: wp-live-chat-support/includes/wplc_custom_fields.php:262
4658
  msgid "Are you sure you want to delete this custom field?"
4659
  msgstr ""
4660
 
4661
- #: wp-live-chat-support/includes/wplc_custom_fields.php:298
4662
  #, fuzzy
4663
  #| msgid "Offline Text Fields"
4664
  msgid "Text Field"
4665
  msgstr "Offline-tekstien kentät"
4666
 
4667
- #: wp-live-chat-support/includes/wplc_custom_fields.php:301
4668
  msgid "Dropdown"
4669
  msgstr ""
4670
 
4671
- #: wp-live-chat-support/includes/wplc_custom_fields.php:367
4672
  msgid "Custom Field Data"
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
 
4681
- #: wp-live-chat-support/includes/wplc_data_triggers.php:18
4682
- #: wp-live-chat-support/includes/wplc_roi.php:142
4683
- msgid "Update now"
4684
- msgstr ""
4685
-
4686
- #: wp-live-chat-support/includes/wplc_data_triggers.php:72
4687
  msgid "Trigger Name"
4688
  msgstr ""
4689
 
4690
- #: wp-live-chat-support/includes/wplc_data_triggers.php:77
4691
  msgid "Trigger Type"
4692
  msgstr ""
4693
 
4694
- #: wp-live-chat-support/includes/wplc_data_triggers.php:81
4695
  msgid "Page Trigger"
4696
  msgstr ""
4697
 
4698
- #: wp-live-chat-support/includes/wplc_data_triggers.php:82
4699
  msgid "Time Trigger"
4700
  msgstr ""
4701
 
4702
- #: wp-live-chat-support/includes/wplc_data_triggers.php:83
4703
  msgid "Scroll Trigger"
4704
  msgstr ""
4705
 
4706
- #: wp-live-chat-support/includes/wplc_data_triggers.php:84
4707
  msgid "Page Leave Trigger"
4708
  msgstr ""
4709
 
4710
- #: wp-live-chat-support/includes/wplc_data_triggers.php:85
4711
  msgid ""
4712
  "Note: When using page trigger with a the basic theme, no hovercard is shown "
4713
  "by default. We suggest using the time trigger for this instead."
4714
  msgstr ""
4715
 
4716
- #: wp-live-chat-support/includes/wplc_data_triggers.php:91
4717
  msgid "Page ID"
4718
  msgstr ""
4719
 
4720
- #: wp-live-chat-support/includes/wplc_data_triggers.php:92
4721
  msgid "Note: Leave empty for 'all' pages"
4722
  msgstr ""
4723
 
4724
- #: wp-live-chat-support/includes/wplc_data_triggers.php:96
4725
  msgid "Show After"
4726
  msgstr ""
4727
 
4728
- #: wp-live-chat-support/includes/wplc_data_triggers.php:97
4729
  msgid "Seconds"
4730
  msgstr ""
4731
 
4732
- #: wp-live-chat-support/includes/wplc_data_triggers.php:101
4733
  msgid "Show After Scrolled"
4734
  msgstr ""
4735
 
4736
- #: wp-live-chat-support/includes/wplc_data_triggers.php:102
4737
  msgid "(%) Percent of page height"
4738
  msgstr ""
4739
 
4740
- #: wp-live-chat-support/includes/wplc_data_triggers.php:106
4741
  msgid "Content Replacement"
4742
  msgstr ""
4743
 
4744
- #: wp-live-chat-support/includes/wplc_data_triggers.php:117
4745
  msgid "Replace Content"
4746
  msgstr ""
4747
 
4748
- #: wp-live-chat-support/includes/wplc_data_triggers.php:122
4749
  msgid "Enable Trigger"
4750
  msgstr ""
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
 
4758
- #: wp-live-chat-support/includes/wplc_data_triggers.php:138
4759
- #: wp-live-chat-support/includes/wplc_departments.php:262
4760
- #: wp-live-chat-support/includes/wplc_roi.php:278
4761
  msgid "Please review your submission"
4762
  msgstr ""
4763
 
4764
- #: wp-live-chat-support/includes/wplc_data_triggers.php:286
4765
  msgid "Trigger has been edited."
4766
  msgstr ""
4767
 
4768
- #: wp-live-chat-support/includes/wplc_data_triggers.php:451
4769
  msgid "Conflict with page"
4770
  msgstr ""
4771
 
4772
- #: wp-live-chat-support/includes/wplc_data_triggers.php:453
4773
  msgid "Trigger ID: "
4774
  msgstr ""
4775
 
4776
- #: wp-live-chat-support/includes/wplc_data_triggers.php:454
4777
  msgid ""
4778
  "It is possible that this trigger may override another trigger, or be "
4779
  "overridden by another trigger."
4780
  msgstr ""
4781
 
4782
- #: wp-live-chat-support/includes/wplc_data_triggers.php:467
4783
- #: wp-live-chat-support/includes/wplc_roi.php:162
4784
- #: wp-live-chat-support/modules/node_server.php:187
4785
- #: wp-live-chat-support/modules/node_server.php:895
4786
  msgid "Page"
4787
  msgstr ""
4788
 
4789
- #: wp-live-chat-support/includes/wplc_data_triggers.php:486
4790
- #: wp-live-chat-support/includes/wplc_roi.php:713
4791
- msgid "All"
4792
- msgstr ""
4793
-
4794
- #: wp-live-chat-support/includes/wplc_data_triggers.php:490
4795
  msgid "Click to change trigger status"
4796
  msgstr ""
4797
 
4798
- #: wp-live-chat-support/includes/wplc_data_triggers.php:500
4799
  msgid "No Triggers Found..."
4800
  msgstr ""
4801
 
4802
- #: wp-live-chat-support/includes/wplc_data_triggers.php:611
4803
  msgid "Are you sure you would like to delete trigger"
4804
  msgstr ""
4805
 
4806
  #: wp-live-chat-support/includes/wplc_departments.php:60
4807
  #: wp-live-chat-support/includes/wplc_departments.php:64
4808
- #: wp-live-chat-support/includes/wplc_departments.php:88
4809
- #: wp-live-chat-support/includes/wplc_departments.php:548
4810
- #: wp-live-chat-support/includes/wplc_departments.php:653
4811
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:96
4812
  msgid "No Department"
4813
  msgstr ""
4814
 
4815
- #: wp-live-chat-support/includes/wplc_departments.php:84
4816
  #, fuzzy
4817
  #| msgid "Chat Agent"
4818
  msgid "Chat Department"
4819
  msgstr "Keskustelija"
4820
 
4821
- #: wp-live-chat-support/includes/wplc_departments.php:129
4822
- #: wp-live-chat-support/includes/wplc_departments.php:145
4823
- #: wp-live-chat-support/includes/wplc_departments.php:522
4824
- #: wp-live-chat-support/includes/wplc_departments.php:538
4825
  msgid "Departments"
4826
  msgstr ""
4827
 
4828
- #: wp-live-chat-support/includes/wplc_departments.php:129
4829
  msgid "beta"
4830
  msgstr ""
4831
 
4832
- #: wp-live-chat-support/includes/wplc_departments.php:142
4833
  #, fuzzy
4834
  #| msgid "Main Settings"
4835
  msgid "Department Settings"
4836
  msgstr "Pääasetukset"
4837
 
4838
- #: wp-live-chat-support/includes/wplc_departments.php:195
4839
  msgid "No Departments Found..."
4840
  msgstr ""
4841
 
4842
- #: wp-live-chat-support/includes/wplc_departments.php:246
4843
  msgid "Department Name"
4844
  msgstr ""
4845
 
4846
- #: wp-live-chat-support/includes/wplc_departments.php:331
4847
  msgid "Department has been edited."
4848
  msgstr ""
4849
 
4850
- #: wp-live-chat-support/includes/wplc_departments.php:470
4851
  msgid "Are you sure you would like to delete department"
4852
  msgstr ""
4853
 
4854
- #: wp-live-chat-support/includes/wplc_departments.php:543
4855
  msgid "Default Department"
4856
  msgstr ""
4857
 
4858
- #: wp-live-chat-support/includes/wplc_departments.php:544
4859
  msgid "Default department a new chat is assigned to"
4860
  msgstr ""
4861
 
4862
- #: wp-live-chat-support/includes/wplc_departments.php:559
4863
  msgid "Create or Edit Departments"
4864
  msgstr ""
4865
 
4866
- #: wp-live-chat-support/includes/wplc_departments.php:565
4867
  msgid "User Department Selection"
4868
  msgstr ""
4869
 
4870
- #: wp-live-chat-support/includes/wplc_departments.php:566
4871
  msgid "Allow user to select a department before starting a chat?"
4872
  msgstr ""
4873
 
4874
- #: wp-live-chat-support/includes/wplc_departments.php:575
4875
  msgid ""
4876
  "Note: Chats will be transferred in the event that agents are not available "
4877
  "within the selected department"
4878
  msgstr ""
4879
 
4880
- #: wp-live-chat-support/includes/wplc_departments.php:586
4881
  #, fuzzy, php-format
4882
  #| msgid "Chat Agent"
4883
  msgid "Create departments %s."
4884
  msgstr "Keskustelija"
4885
 
4886
- #: wp-live-chat-support/includes/wplc_departments.php:632
4887
  msgid "Department you have been assigned to as an agent"
4888
  msgstr ""
4889
 
4890
- #: wp-live-chat-support/includes/wplc_departments.php:632
4891
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:45
4892
- #: wp-live-chat-support/modules/node_server.php:190
4893
- #: wp-live-chat-support/modules/node_server.php:897
4894
  msgid "Department"
4895
  msgstr ""
4896
 
4897
- #: wp-live-chat-support/includes/wplc_departments.php:739
4898
  msgid "Select Department"
4899
  msgstr ""
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
 
4907
- #: wp-live-chat-support/includes/wplc_roi.php:116
4908
  #, fuzzy
4909
  #| msgid "View Quick Responses"
4910
  msgid "View Reports"
4911
  msgstr "Tarkastele pikavastauksia"
4912
 
4913
  #: wp-live-chat-support/includes/wplc_roi.php:163
4914
- msgid "Value"
4915
- msgstr ""
4916
-
4917
- #: wp-live-chat-support/includes/wplc_roi.php:185
4918
  msgid "No ROI Goals Found..."
4919
  msgstr ""
4920
 
4921
- #: wp-live-chat-support/includes/wplc_roi.php:243
4922
  msgid "Goal Name"
4923
  msgstr ""
4924
 
4925
- #: wp-live-chat-support/includes/wplc_roi.php:248
4926
  msgid "Goal Overview"
4927
  msgstr ""
4928
 
4929
- #: wp-live-chat-support/includes/wplc_roi.php:253
4930
  msgid "Goal Page"
4931
  msgstr ""
4932
 
4933
- #: wp-live-chat-support/includes/wplc_roi.php:262
4934
  msgid "Goal Value"
4935
  msgstr ""
4936
 
4937
- #: wp-live-chat-support/includes/wplc_roi.php:415
4938
  msgid "Goal has been edited."
4939
  msgstr ""
4940
 
4941
- #: wp-live-chat-support/includes/wplc_roi.php:586
4942
  msgid "Are you sure you would like to delete goal"
4943
  msgstr ""
4944
 
4945
- #: wp-live-chat-support/includes/wplc_roi.php:673
4946
  #, fuzzy
4947
  #| msgid "View Quick Responses"
4948
  msgid "ROI Reports"
4949
  msgstr "Tarkastele pikavastauksia"
4950
 
4951
- #: wp-live-chat-support/includes/wplc_roi.php:692
4952
  msgid "Goal Statistics"
4953
  msgstr ""
4954
 
4955
- #: wp-live-chat-support/includes/wplc_roi.php:704
4956
  msgid "No Goals Found"
4957
  msgstr ""
4958
 
4959
- #: wp-live-chat-support/includes/wplc_roi.php:714
4960
  msgid "Last 30 Days"
4961
  msgstr ""
4962
 
4963
- #: wp-live-chat-support/includes/wplc_roi.php:715
4964
  msgid "Last 15 Days"
4965
  msgstr ""
4966
 
4967
- #: wp-live-chat-support/includes/wplc_roi.php:716
4968
  msgid "Last 7 Days"
4969
  msgstr ""
4970
 
4971
- #: wp-live-chat-support/includes/wplc_roi.php:717
4972
  msgid "Last 24 Hours"
4973
  msgstr ""
4974
 
4975
- #: wp-live-chat-support/includes/wplc_roi.php:769
4976
  msgid "Value Per Conversion"
4977
  msgstr ""
4978
 
4979
- #: wp-live-chat-support/includes/wplc_roi.php:775
4980
  msgid "Total Value"
4981
  msgstr ""
4982
 
4983
- #: wp-live-chat-support/includes/wplc_roi.php:780
4984
  msgid "Total Conversions"
4985
  msgstr ""
4986
 
4987
- #: wp-live-chat-support/includes/wplc_roi.php:812
4988
  msgid "Value By Date"
4989
  msgstr ""
4990
 
4991
- #: wp-live-chat-support/includes/wplc_roi.php:815
4992
  msgid "Value By Agent"
4993
  msgstr ""
4994
 
4995
- #: wp-live-chat-support/includes/wplc_roi.php:821
4996
  msgid "No data available yet..."
4997
  msgstr ""
4998
 
4999
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:17
5000
- #: wp-live-chat-support/modules/node_server.php:884
5001
  msgid "Transfer"
5002
  msgstr ""
5003
 
5004
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:29
5005
  #, fuzzy
5006
  #| msgid "Start Chat"
5007
  msgid "Transfer Chat"
5008
  msgstr "Aloita keskustelu"
5009
 
5010
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:43
5011
  msgid "Would you like to transfer this chat to"
5012
  msgstr ""
5013
 
5014
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:44
5015
- #: wp-live-chat-support/modules/node_server.php:82
5016
  #, fuzzy
5017
  #| msgid "Agents"
5018
  msgid "Agent"
5019
  msgstr "Käyttäjät"
5020
 
5021
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:50
5022
  msgid "Please select an agent to transfer to"
5023
  msgstr ""
5024
 
5025
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:57
5026
  msgid "Please select a department to transfer to"
5027
  msgstr ""
5028
 
5029
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:75
5030
  #, fuzzy
5031
  #| msgid "Agents"
5032
  msgid "No Agent"
5033
  msgstr "Käyttäjät"
5034
 
5035
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:81
5036
  msgid "You"
5037
  msgstr ""
5038
 
5039
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:122
5040
  #, fuzzy
5041
  #| msgid "Chat Agents Online"
5042
  msgid "Checking if agent is online"
5043
  msgstr "Linjoilla olevat keskustelijat"
5044
 
5045
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:123
5046
  msgid "Agent is not online, transfer cannot be made"
5047
  msgstr ""
5048
 
5049
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:125
5050
  msgid "Checking if agents in department are online"
5051
  msgstr ""
5052
 
5053
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:126
5054
  msgid ""
5055
  "No agent within the department are available to accept the transfer, "
5056
  "transfer cannot be made"
5057
  msgstr ""
5058
 
5059
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:128
5060
  msgid "Agent(s) available, safe to transfer"
5061
  msgstr ""
5062
 
5063
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:130
5064
  msgid "Transfer Complete. Closing Window..."
5065
  msgstr ""
5066
 
5067
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:131
5068
  #, fuzzy
5069
  #| msgid "There is No Answer. Please Try Again Later"
5070
  msgid "Transfer Failed. Please try again later..."
5071
  msgstr "Ei vastausta. Olkaa hyvä ja kokeilkaa myöhemmin uudestaan."
5072
 
5073
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:374
5074
  msgid "Transfer for"
5075
  msgstr ""
5076
 
5077
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:377
5078
  #, fuzzy
5079
  #| msgid "Accept Chat"
5080
  msgid "Accept Transfer"
5081
  msgstr "Aloita keskustelu"
5082
 
5083
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:455
5084
  msgid ""
5085
  "Department took too long to respond, we are transferring this chat to the "
5086
  "next available agent."
5087
  msgstr ""
5088
 
5089
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:457
5090
  msgid ""
5091
  "took too long to respond, we are transferring this chat to the next "
5092
  "available agent."
5093
  msgstr ""
5094
 
5095
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:460
5096
  #, fuzzy
5097
  #| msgid "Chat answered by another agent"
5098
  msgid "has transferred the chat."
5099
  msgstr "Toinen keskustelija vastasi "
5100
 
5101
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:483
5102
  msgid "User received this message"
5103
  msgstr ""
5104
 
5105
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:528
5106
  #, fuzzy
5107
  #| msgid "No chats available at the moment"
5108
  msgid "No agents available in"
5109
  msgstr "Tällä hetkellä ei ole vapaita keskusteluita"
5110
 
5111
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:530
5112
  msgid "selected department"
5113
  msgstr ""
5114
 
5115
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:536
5116
  msgid "automatically transferring you to"
5117
  msgstr ""
5118
 
5119
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:538
5120
  #, fuzzy
5121
  #| msgid "No chats available at the moment"
5122
  msgid "the next available department"
5123
  msgstr "Tällä hetkellä ei ole vapaita keskusteluita"
5124
 
5125
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:566
5126
  #, fuzzy
5127
  #| msgid "Chat answered by another agent"
5128
  msgid "User has been transferred from"
5129
  msgstr "Toinen keskustelija vastasi "
5130
 
5131
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:568
5132
  msgid "department"
5133
  msgstr ""
5134
 
5135
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:577
5136
- msgid "to"
5137
- msgstr ""
5138
-
5139
- #: wp-live-chat-support/includes/wplc_transfer_chats.php:580
5140
  msgid "as there were no agents online"
5141
  msgstr ""
5142
 
@@ -5186,30 +8655,25 @@ msgid ""
5186
  "close your currently active chat sessions."
5187
  msgstr ""
5188
 
5189
- #: wp-live-chat-support/modules/advanced_features.php:59
5190
- #: wp-live-chat-support/modules/api/public/wplc-api.php:84
5191
- msgid "Generate New"
5192
- msgstr ""
5193
-
5194
- #: wp-live-chat-support/modules/advanced_features.php:64
5195
  msgid "Enable typing preview"
5196
  msgstr ""
5197
 
5198
- #: wp-live-chat-support/modules/advanced_features.php:64
5199
  msgid ""
5200
  "This option enables the typing preview, which means agents will be able to "
5201
  "see what the user is typing in realtime."
5202
  msgstr ""
5203
 
5204
- #: wp-live-chat-support/modules/advanced_features.php:70
5205
  msgid "Typing preview is not available when GDPR is enabled"
5206
  msgstr ""
5207
 
5208
- #: wp-live-chat-support/modules/advanced_features.php:80
5209
  msgid "Number of chat rings"
5210
  msgstr ""
5211
 
5212
- #: wp-live-chat-support/modules/advanced_features.php:80
5213
  msgid "Limit the amount of time the new chat ringer will play"
5214
  msgstr ""
5215
 
@@ -5239,8 +8703,8 @@ msgid "Import Settings"
5239
  msgstr "Pääasetukset"
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"
@@ -5306,27 +8770,25 @@ msgstr "päättynyt"
5306
  msgid "Thank you, all settings have been updated"
5307
  msgstr "Asetukset on tallennettu."
5308
 
5309
- #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:193
5310
- #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:520
5311
- #: wp-live-chat-support/modules/api/public/wplc-api-functions.php:156
5312
- #: wp-live-chat-support/modules/node_server.php:366
5313
- #: wp-live-chat-support/modules/node_server.php:434
5314
  #, fuzzy
5315
  #| msgid "Action"
5316
  msgid "Action not set"
5317
  msgstr "Toiminto"
5318
 
5319
- #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:375
5320
  msgid "IP Address not recorded"
5321
  msgstr "IP-osoitetta ei tallennettu"
5322
 
5323
- #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:1014
5324
  #, fuzzy
5325
  #| msgid "Upload Logo"
5326
  msgid "Upload error"
5327
  msgstr "Lisää logo"
5328
 
5329
- #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:1017
5330
  msgid "Security Violation - File unsafe"
5331
  msgstr ""
5332
 
@@ -5360,110 +8822,120 @@ msgstr ""
5360
  msgid "Call To Action Animation"
5361
  msgstr "Ei animaatiota"
5362
 
5363
- #: wp-live-chat-support/modules/gdpr.php:22
5364
  msgid "Enable privacy controls"
5365
  msgstr ""
5366
 
5367
- #: wp-live-chat-support/modules/gdpr.php:22
5368
  msgid "Disabling will disable all GDPR related options, this is not advised."
5369
  msgstr ""
5370
 
5371
- #: wp-live-chat-support/modules/gdpr.php:26
5372
  msgid "Importance of GDPR Compliance"
5373
  msgstr ""
5374
 
5375
- #: wp-live-chat-support/modules/gdpr.php:32
5376
  msgid "Organization name"
5377
  msgstr ""
5378
 
5379
- #: wp-live-chat-support/modules/gdpr.php:41
5380
  msgid "Data retention purpose"
5381
  msgstr ""
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"
5389
  msgstr "Tuki"
5390
 
5391
- #: wp-live-chat-support/modules/gdpr.php:50
5392
  #, fuzzy
5393
  #| msgid "deleted"
5394
  msgid "Data retention period"
5395
  msgstr "poistettu"
5396
 
5397
- #: wp-live-chat-support/modules/gdpr.php:53
5398
  msgid "days"
5399
  msgstr ""
5400
 
5401
- #: wp-live-chat-support/modules/gdpr.php:59
5402
  #, fuzzy
5403
  #| msgid "Active Chats"
5404
  msgid "GDPR notice to visitors"
5405
  msgstr "Aktiiviset keskustelut"
5406
 
5407
- #: wp-live-chat-support/modules/gdpr.php:60
5408
  msgid ""
5409
  "Users will be asked to accept the notice shown here, in the form of a check "
5410
  "box."
5411
  msgstr ""
5412
 
5413
- #: wp-live-chat-support/modules/gdpr.php:90
5414
- #: wp-live-chat-support/modules/gdpr.php:101
 
 
 
 
 
 
 
 
 
 
5415
  msgid "GDPR Control"
5416
  msgstr ""
5417
 
5418
- #: wp-live-chat-support/modules/gdpr.php:103
5419
  msgid ""
5420
  "Search is performed on chat sessions, messages, and offline messages. Data "
5421
  "will also be deleted automatically per your retention policy."
5422
  msgstr ""
5423
 
5424
- #: wp-live-chat-support/modules/gdpr.php:112
5425
  msgid "Name, Email, Message"
5426
  msgstr ""
5427
 
5428
- #: wp-live-chat-support/modules/gdpr.php:116
5429
- #: wp-live-chat-support/modules/node_server.php:218
5430
  #, fuzzy
5431
  #| msgid "Search Term"
5432
  msgid "Search"
5433
  msgstr "Hakusana"
5434
 
5435
- #: wp-live-chat-support/modules/gdpr.php:129
5436
  #, php-format
5437
  msgid "Search Results in %%TABLE%%"
5438
  msgstr ""
5439
 
5440
- #: wp-live-chat-support/modules/gdpr.php:157
5441
  #, php-format
5442
  msgid "Delete Chat (%%CID%%)"
5443
  msgstr ""
5444
 
5445
- #: wp-live-chat-support/modules/gdpr.php:158
5446
  #, php-format
5447
  msgid "Download Chat (%%CID%%)"
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
 
5456
- #: wp-live-chat-support/modules/gdpr.php:183
5457
  msgid "Please perform a search using the input field above"
5458
  msgstr ""
5459
 
5460
- #: wp-live-chat-support/modules/gdpr.php:257
5461
  #, fuzzy
5462
  #| msgid "deleted"
5463
  msgid "Data Deleted"
5464
  msgstr "poistettu"
5465
 
5466
- #: wp-live-chat-support/modules/gdpr.php:343
5467
  #, php-format
5468
  msgid ""
5469
  "I agree for my personal data to be processed and for the use of cookies in "
@@ -5471,13 +8943,13 @@ msgid ""
5471
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
5472
  msgstr ""
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
 
5480
- #: wp-live-chat-support/modules/gdpr.php:366
5481
  #, php-format
5482
  msgid ""
5483
  "We use WP Live Chat by 3CX as our live chat platform. By clicking below to "
@@ -5486,82 +8958,74 @@ msgid ""
5486
  "accordance with their %%POLICY_LINK%%."
5487
  msgstr ""
5488
 
5489
- #: wp-live-chat-support/modules/gdpr.php:388
5490
  #, php-format
5491
  msgid ""
5492
  "Please note as per the GDPR settings you have selected, all chat data will "
5493
  "be retained for %%PERIOD%% day(s)."
5494
  msgstr ""
5495
 
5496
- #: wp-live-chat-support/modules/gdpr.php:391
5497
  #, php-format
5498
  msgid ""
5499
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
5500
  "be permanently removed from your server."
5501
  msgstr ""
5502
 
5503
- #: wp-live-chat-support/modules/gdpr.php:395
5504
  msgid "GDPR - Data Retention"
5505
  msgstr ""
5506
 
5507
- #: wp-live-chat-support/modules/gdpr.php:401
5508
- #: wp-live-chat-support/modules/gdpr.php:568
5509
  #, fuzzy
5510
  #| msgid "Main Settings"
5511
  msgid "Privacy Settings"
5512
  msgstr "Pääasetukset"
5513
 
5514
- #: wp-live-chat-support/modules/gdpr.php:416
5515
  msgid "Once every 6 hours"
5516
  msgstr ""
5517
 
5518
- #: wp-live-chat-support/modules/gdpr.php:534
5519
  #, fuzzy
5520
  #| msgid "Chat enabled"
5521
  msgid "Chat Ended"
5522
  msgstr "Keskustelu on käytössä"
5523
 
5524
- #: wp-live-chat-support/modules/gdpr.php:559
5525
  msgid ""
5526
  "GDPR compliance has been disabled, read more about the implications of this "
5527
  "here"
5528
  msgstr ""
5529
 
5530
- #: wp-live-chat-support/modules/gdpr.php:560
5531
  msgid "Additionally please take a look at WP Live Chat by 3CX"
5532
  msgstr ""
5533
 
5534
- #: wp-live-chat-support/modules/gdpr.php:561
5535
  msgid ""
5536
  "It is highly recommended that you enable GDPR compliance to ensure your user "
5537
  "data is regulated."
5538
  msgstr ""
5539
 
5540
- #: wp-live-chat-support/modules/gdpr.php:564
5541
  msgid "Warning - GDPR Compliance Disabled - Action Required"
5542
  msgstr ""
5543
 
5544
- #: wp-live-chat-support/modules/gdpr.php:565
5545
  msgid "EU GDPR"
5546
  msgstr ""
5547
 
5548
- #: wp-live-chat-support/modules/gdpr.php:569
5549
  msgid "Dismiss & Accept Responsibility"
5550
  msgstr ""
5551
 
5552
- #: wp-live-chat-support/modules/gdpr.php:586
5553
  #, php-format
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
-
5565
  #: wp-live-chat-support/modules/google_analytics.php:17
5566
  msgid "Google Analytics Integration"
5567
  msgstr ""
@@ -5570,322 +9034,274 @@ msgstr ""
5570
  msgid "Enable Google Analytics Integration"
5571
  msgstr ""
5572
 
5573
- #: wp-live-chat-support/modules/node_server.php:45
5574
  msgid "Toggle user list"
5575
  msgstr ""
5576
 
5577
- #: wp-live-chat-support/modules/node_server.php:46
5578
  msgid "Toggle WordPress Menu for a full screen experience"
5579
  msgstr ""
5580
 
5581
- #: wp-live-chat-support/modules/node_server.php:78
5582
- #: wp-live-chat-support/modules/node_server.php:182
5583
- #: wp-live-chat-support/modules/node_server.php:874
5584
- #: wp-live-chat-support/modules/node_server.php:892
5585
  #, fuzzy
5586
  #| msgid "Active Chats"
5587
  msgid "Active visitors"
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"
5595
-
5596
- #: wp-live-chat-support/modules/node_server.php:109
5597
- #: wp-live-chat-support/modules/node_server.php:879
5598
  #, fuzzy
5599
  #| msgid "Chat Agent"
5600
  msgid "Invite Agent"
5601
  msgstr "Keskustelija"
5602
 
5603
- #: wp-live-chat-support/modules/node_server.php:110
5604
- #: wp-live-chat-support/modules/node_server.php:880
5605
  #, fuzzy
5606
  #| msgid "Chat Agent"
5607
  msgid "Invite Department"
5608
  msgstr "Keskustelija"
5609
 
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
 
5617
- #: wp-live-chat-support/modules/node_server.php:113
5618
  #, fuzzy
5619
  #| msgid "Chat Window Settings"
5620
  msgid "Transcript"
5621
  msgstr "Keskusteluikkunan asetukset"
5622
 
5623
- #: wp-live-chat-support/modules/node_server.php:114
5624
- #: wp-live-chat-support/modules/node_server.php:882
5625
  #, fuzzy
5626
  #| msgid "Start live chat"
5627
  msgid "Leave chat"
5628
  msgstr "Aloita keskustelu"
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
 
5636
- #: wp-live-chat-support/modules/node_server.php:126
5637
  msgid "Something"
5638
  msgstr ""
5639
 
5640
- #: wp-live-chat-support/modules/node_server.php:137
5641
- #: wp-live-chat-support/modules/node_server.php:887
5642
  #, fuzzy
5643
  #| msgid "End chat"
5644
  msgid "Join chat"
5645
  msgstr "Päätä keskustelu"
5646
 
5647
- #: wp-live-chat-support/modules/node_server.php:138
5648
  #, fuzzy
5649
  #| msgid "type here..."
5650
  msgid "Type here..."
5651
  msgstr "vastatkaa tähän ..."
5652
 
5653
- #: wp-live-chat-support/modules/node_server.php:139
5654
  msgid "bold"
5655
  msgstr ""
5656
 
5657
- #: wp-live-chat-support/modules/node_server.php:139
5658
  msgid "italics"
5659
  msgstr ""
5660
 
5661
- #: wp-live-chat-support/modules/node_server.php:139
5662
  msgid "code"
5663
  msgstr ""
5664
 
5665
- #: wp-live-chat-support/modules/node_server.php:139
5666
  msgid "preformatted"
5667
  msgstr ""
5668
 
5669
- #: wp-live-chat-support/modules/node_server.php:159
5670
  msgid "Filter the user list based on activity."
5671
  msgstr ""
5672
 
5673
- #: wp-live-chat-support/modules/node_server.php:164
5674
- #: wp-live-chat-support/modules/node_server.php:889
5675
  #, fuzzy
5676
  #| msgid "Visitors on site"
5677
  msgid "New Visitors (3 Min)"
5678
  msgstr "Kävijöitä sivulla"
5679
 
5680
- #: wp-live-chat-support/modules/node_server.php:165
5681
- #: wp-live-chat-support/modules/node_server.php:890
5682
  msgid "Active Chats"
5683
  msgstr "Aktiiviset keskustelut"
5684
 
5685
- #: wp-live-chat-support/modules/node_server.php:166
5686
  msgid "Page URL"
5687
  msgstr ""
5688
 
5689
- #: wp-live-chat-support/modules/node_server.php:167
5690
- #: wp-live-chat-support/modules/node_server.php:891
5691
  msgid "Clear Filters"
5692
  msgstr ""
5693
 
5694
- #: wp-live-chat-support/modules/node_server.php:178
5695
- #, fuzzy
5696
- #| msgid "Contact us"
5697
- msgid "Contains"
5698
- msgstr "Ota yhteyttä meihin"
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
 
5706
- #: wp-live-chat-support/modules/node_server.php:186
5707
- #: wp-live-chat-support/modules/node_server.php:894
5708
  #, fuzzy
5709
  #| msgid "Site Info"
5710
  msgid "Info"
5711
  msgstr "Sivun tiedot"
5712
 
5713
- #: wp-live-chat-support/modules/node_server.php:188
5714
- #: wp-live-chat-support/modules/node_server.php:896
5715
  #, fuzzy
5716
  #| msgid "Status"
5717
  msgid "Chat Status"
5718
  msgstr "Tila"
5719
 
5720
- #: wp-live-chat-support/modules/node_server.php:219
5721
- #: wp-live-chat-support/modules/node_server.php:898
5722
  #, fuzzy
5723
  #| msgid "Search Term"
5724
  msgid "Search Results"
5725
  msgstr "Hakusana"
5726
 
5727
- #: wp-live-chat-support/modules/node_server.php:221
5728
- #: wp-live-chat-support/modules/node_server.php:899
5729
  msgid "No emoji found"
5730
  msgstr ""
5731
 
5732
- #: wp-live-chat-support/modules/node_server.php:352
5733
- #: wp-live-chat-support/modules/node_server.php:360
5734
- #: wp-live-chat-support/modules/node_server.php:420
5735
- #: wp-live-chat-support/modules/node_server.php:428
5736
- msgid "Success"
5737
- msgstr ""
5738
-
5739
- #: wp-live-chat-support/modules/node_server.php:363
5740
- #: wp-live-chat-support/modules/node_server.php:431
5741
- msgid "Message data is corrupt"
5742
- msgstr ""
5743
-
5744
- #: wp-live-chat-support/modules/node_server.php:369
5745
- #: wp-live-chat-support/modules/node_server.php:437
5746
- msgid "Message data array not set"
5747
- msgstr ""
5748
-
5749
- #: wp-live-chat-support/modules/node_server.php:372
5750
- #: wp-live-chat-support/modules/node_server.php:440
5751
- #, fuzzy
5752
- #| msgid "Chat with us"
5753
- msgid "Chat ID is not set"
5754
- msgstr "Keskustelu kanssamme!"
5755
-
5756
- #: wp-live-chat-support/modules/node_server.php:376
5757
- #: wp-live-chat-support/modules/node_server.php:444
5758
- #, fuzzy
5759
- #| msgid "No Quick Responses found"
5760
- msgid "No security nonce found"
5761
- msgstr "Pikavastauksia ei löydetty"
5762
-
5763
- #: wp-live-chat-support/modules/node_server.php:460
5764
- #, fuzzy
5765
- msgid "Error"
5766
- msgstr "Virheloki"
5767
-
5768
- #: wp-live-chat-support/modules/node_server.php:460
5769
  msgid "Only chat agents can access this page."
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..."
5777
  msgstr "Lähetään viestiä…"
5778
 
5779
- #: wp-live-chat-support/modules/node_server.php:595
5780
  #, fuzzy
5781
  #| msgid "Chat Window Settings"
5782
  msgid "Chat 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
 
5795
- #: wp-live-chat-support/modules/node_server.php:612
5796
  msgid "Connection Error"
5797
  msgstr ""
5798
 
5799
- #: wp-live-chat-support/modules/node_server.php:613
5800
  msgid ""
5801
  "We are having some trouble contacting the server. Please try again later."
5802
  msgstr ""
5803
 
5804
- #: wp-live-chat-support/modules/node_server.php:651
5805
  msgid "Chat is disabled in settings area, re-enable"
5806
  msgstr ""
5807
 
5808
- #: wp-live-chat-support/modules/node_server.php:678
5809
  msgid "User received notification:"
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"
5822
  msgstr ""
5823
 
5824
- #: wp-live-chat-support/modules/node_server.php:797
5825
  #, fuzzy
5826
  #| msgid "Via WP Live Chat Support"
5827
  msgid "Welcome to V8 of WP Live Chat by 3CX"
5828
  msgstr "WP Live Chat Support"
5829
 
5830
- #: wp-live-chat-support/modules/node_server.php:798
5831
  msgid ""
5832
  "Did you know, this version features high speed message delivery, agent to "
5833
  "agent chat, and a single window layout?"
5834
  msgstr ""
5835
 
5836
- #: wp-live-chat-support/modules/node_server.php:799
5837
  msgid ""
5838
  "To activate this functionality please navigate to Live Chat -> Settings -> "
5839
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
5840
  msgstr ""
5841
 
5842
- #: wp-live-chat-support/modules/node_server.php:802
5843
  msgid "Show me!"
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
 
5856
- #: wp-live-chat-support/modules/node_server.php:875
5857
  #, fuzzy
5858
  #| msgid "Chat Agents Online"
5859
  msgid "Agent(s) Online"
5860
  msgstr "Linjoilla olevat keskustelijat"
5861
 
5862
- #: wp-live-chat-support/modules/node_server.php:886
5863
  #, fuzzy
5864
  #| msgid "Agents"
5865
  msgid "Events"
5866
  msgstr "Käyttäjät"
5867
 
5868
- #: wp-live-chat-support/modules/node_server.php:888
5869
  msgid "Filters"
5870
  msgstr ""
5871
 
5872
- #: wp-live-chat-support/modules/node_server.php:974
5873
  msgid ""
5874
  "You can transfer chats from within a chat by clicking on the in chat menu, "
5875
  "and selecting Transfer Chat or Transfer Department"
5876
  msgstr ""
5877
 
5878
- #: wp-live-chat-support/modules/node_server.php:975
5879
  msgid ""
5880
  "You can share files quickly when in a chat, by simply dragging a file into "
5881
  "the chat window!"
5882
  msgstr ""
5883
 
5884
- #: wp-live-chat-support/modules/node_server.php:976
5885
  msgid "You can now move between chats without ending/closing an open chat"
5886
  msgstr ""
5887
 
5888
- #: wp-live-chat-support/modules/node_server.php:1031
5889
  #, fuzzy
5890
  #| msgid "No Quick Responses found"
5891
  msgid "No quick responses found"
@@ -5927,7 +9343,7 @@ msgid "Webhooks"
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,301 +9406,310 @@ msgstr ""
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."
 
 
6029
  msgstr ""
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,7 +9724,7 @@ msgstr ""
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,301 +9739,329 @@ msgstr ""
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"
@@ -6642,21 +10095,6 @@ msgstr ""
6642
  #~ msgid "Active Visitor(s)"
6643
  #~ msgstr "Aktiiviset keskustelut"
6644
 
6645
- #, fuzzy
6646
- #~| msgid "Active Chats"
6647
- #~ msgid "Active Agent(s)."
6648
- #~ msgstr "Aktiiviset keskustelut"
6649
-
6650
- #~ msgid "Enable On Mobile Devices"
6651
- #~ msgstr "Päällä mobiililaitteilla:"
6652
-
6653
- #~ msgid ""
6654
- #~ "Disabling this will mean that the Chat Box will not be displayed on "
6655
- #~ "mobile devices. (Smartphones and Tablets)"
6656
- #~ msgstr ""
6657
- #~ "Pois päältä tarkoittaa, että keskusteluikkunaa ei näytetä "
6658
- #~ "mobiililaitteilla (matkapuhelimet ja tabletit)."
6659
-
6660
  #, fuzzy
6661
  #~| msgid "Recomended Size 250px x 40px"
6662
  #~ msgid "Recomended Size 50px x 50px"
@@ -6675,21 +10113,11 @@ msgstr ""
6675
  #~ msgid "Active survey"
6676
  #~ msgstr "Aktiiviset keskustelut"
6677
 
6678
- #, fuzzy
6679
- #~| msgid "Your Website"
6680
- #~ msgid "Website URL"
6681
- #~ msgstr "Kotisivu:"
6682
-
6683
  #, fuzzy
6684
  #~| msgid "Your Website"
6685
  #~ msgid "Website"
6686
  #~ msgstr "Kotisivu:"
6687
 
6688
- #, fuzzy
6689
- #~| msgid "No Quick Responses found"
6690
- #~ msgid "No token found"
6691
- #~ msgstr "Pikavastauksia ei löydetty"
6692
-
6693
  #, fuzzy
6694
  #~| msgid "Documentation"
6695
  #~ msgid "Doc Suggestions"
@@ -6728,9 +10156,6 @@ msgstr ""
6728
  #~ msgid "The Chat Has Been Ended By The Operator."
6729
  #~ msgstr "Toinen keskustelija on vastannut "
6730
 
6731
- #~ msgid "Site Info"
6732
- #~ msgstr "Sivun tiedot"
6733
-
6734
  #~ msgid "Advanced Info"
6735
  #~ msgstr "Lisätiedot"
6736
 
@@ -6768,9 +10193,6 @@ msgstr ""
6768
  #~ msgid "WP Live Chat Support Settings"
6769
  #~ msgstr "WP Live Chat Support -asetukset"
6770
 
6771
- #~ msgid "Choose when I want to be online"
6772
- #~ msgstr "Valitse koska olen poissa linjoilta"
6773
-
6774
  #~ msgid "Chat Window Settings"
6775
  #~ msgstr "Keskusteluikkunan asetukset"
6776
 
@@ -6809,12 +10231,6 @@ msgstr ""
6809
  #~ msgid "Username"
6810
  #~ msgstr "Käyttäjänimi"
6811
 
6812
- #~ msgid "Password"
6813
- #~ msgstr "Salasana"
6814
-
6815
- #~ msgid "Choose a theme"
6816
- #~ msgstr "Valitse teema"
6817
-
6818
  #~ msgid "First Section Text"
6819
  #~ msgstr "Tekstin ensimmäinen osa"
6820
 
@@ -6860,11 +10276,6 @@ msgstr ""
6860
  #~ msgid "New to WP Live Chat Support?"
6861
  #~ msgstr "WP Live Chat Support"
6862
 
6863
- #, fuzzy
6864
- #~| msgid "Review the documentation."
6865
- #~ msgid "review our documentation"
6866
- #~ msgstr "Tutustu dokumentaatioon."
6867
-
6868
  #, fuzzy
6869
  #~| msgid "WP Live Chat Support Settings"
6870
  #~ msgid "WP Live Chat Support Custom Fields"
@@ -7117,24 +10528,15 @@ msgstr ""
7117
  #~ msgid "How did you find us?"
7118
  #~ msgstr "Kuinka löysitte meidät?"
7119
 
7120
- #~ msgid "WordPress.org plugin repository "
7121
- #~ msgstr "WordPress.org -lisäosien hakemisto "
7122
-
7123
  #~ msgid "Search Term"
7124
  #~ msgstr "Hakusana"
7125
 
7126
  #~ msgid "Google or other search Engine"
7127
  #~ msgstr "Google tai muu hakukone"
7128
 
7129
- #~ msgid "Friend recommendation"
7130
- #~ msgstr "Tuttavan suositus"
7131
-
7132
  #~ msgid "Other"
7133
  #~ msgstr "Muuta"
7134
 
7135
- #~ msgid "Please Explain"
7136
- #~ msgstr "Kertokaa tarkemmin"
7137
-
7138
  #~ msgid "Skip"
7139
  #~ msgstr "Tyhjä"
7140
 
@@ -7212,9 +10614,6 @@ msgstr ""
7212
  #~ msgid "Add Quick Responses to your Live Chat"
7213
  #~ msgstr "Lisää oletusvastauksia omaan Live-keskusteluusi"
7214
 
7215
- #~ msgid "Pro version only"
7216
- #~ msgstr "Vain Pro-versiossa"
7217
-
7218
  #~ msgid ""
7219
  #~ "Please update to the latest version of WP Live Chat Support Pro to start "
7220
  #~ "recording any offline messages."
@@ -7244,9 +10643,6 @@ msgstr ""
7244
  #~ msgid "What are Quick Responses?"
7245
  #~ msgstr "Mitä ovat pikavastaukset?"
7246
 
7247
- #~ msgid "Can I use this plugin on my multi-site?"
7248
- #~ msgstr "Voinko käyttää lisäosaa monisivuisessa asennuksessa?"
7249
-
7250
  #~ msgid "How do I disable APC Object Cache?"
7251
  #~ msgstr "Miten poista käytöstä APC-välimuistin?"
7252
 
@@ -7413,10 +10809,6 @@ msgstr ""
7413
  #~ msgstr ""
7414
  #~ "Estä kävijöiden keskustelut kanssasi IP-osoitteen perusteella käyttäen "
7415
 
7416
- #, fuzzy
7417
- #~ msgid "Version 4"
7418
- #~ msgstr "Versio 4"
7419
-
7420
  #, fuzzy
7421
  #~ msgid "Provide Instant Live Chat Support!"
7422
  #~ msgstr "Tarjoa välitöntä tukea chat-keskustelulla!"
@@ -7442,9 +10834,6 @@ msgstr ""
7442
  #~ msgid "Or ask a question on our"
7443
  #~ msgstr "tai esittäkää kysymys meidän "
7444
 
7445
- #~ msgid "Support forum."
7446
- #~ msgstr "Tuki–forum"
7447
-
7448
  #~ msgid ""
7449
  #~ "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
7450
  #~ msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2019-12-17 14:45+0100\n"
5
+ "PO-Revision-Date: 2019-12-17 14:45+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fi_FI\n"
44
  #: contact-form-7/admin/edit-contact-form.php:47
45
  #: wp-live-chat-support/includes/wplc_custom_fields.php:67
46
  #: wp-live-chat-support/includes/wplc_data_triggers.php:8
47
+ #: wp-live-chat-support/includes/wplc_departments.php:139
48
+ #: wp-live-chat-support/includes/wplc_roi.php:105
49
  #: wp-live-chat-support/modules/webhooks_manager.php:60
50
  #: wp-live-chat-support/modules/webhooks_manager.php:321
51
  msgid "Add New"
146
  #: 3cx-webinars/admin/edit-webinar-form.php:132
147
  #: contact-form-7/admin/edit-contact-form.php:26
148
  #: contact-form-7/admin/edit-contact-form.php:146
149
+ #: geoip-detect/views/options.php:29 geoip-detect/views/options.php:49
150
+ #: geoip-detect/views/options.php:111 geoip-detect/views/plugin_page.php:154
151
  msgid "Save"
152
  msgstr ""
153
 
175
  #: 3cx-webinars/admin/edit-webinar-form.php:125
176
  #: contact-form-7/admin/edit-contact-form.php:139
177
  #: wp-live-chat-support/includes/wplc_custom_fields.php:82
178
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:459
179
+ #: wp-live-chat-support/wp-live-chat-support.php:2093
180
+ #: wp-live-chat-support/wp-live-chat-support.php:3046
181
  msgid "Status"
182
  msgstr "Tila"
183
 
186
  #: 3cx-webinars/admin/edit-webinar-form.php:139
187
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:140
188
  #: contact-form-7/admin/edit-contact-form.php:153
189
+ #: contact-form-7/admin/includes/class-contact-forms-list-table.php:187
190
  msgid "Duplicate"
191
  msgstr ""
192
 
196
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:153
197
  #: contact-form-7/admin/edit-contact-form.php:168
198
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:90
199
+ #: wp-live-chat-support/functions.php:4169
200
+ #: wp-live-chat-support/functions.php:4214
201
  #: wp-live-chat-support/includes/wplc_custom_fields.php:107
202
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:468
203
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:606
204
+ #: wp-live-chat-support/includes/wplc_departments.php:184
205
+ #: wp-live-chat-support/includes/wplc_departments.php:474
206
+ #: wp-live-chat-support/includes/wplc_roi.php:150
207
+ #: wp-live-chat-support/includes/wplc_roi.php:569
208
  #: wp-live-chat-support/modules/webhooks_manager.php:263
209
  msgid "Delete"
210
  msgstr ""
245
  #: 3cx-webinars/admin/edit-webinar-form.php:179
246
  #: 3cx-webinars/admin/includes/help-tabs.php:60
247
  #: contact-form-7/admin/includes/help-tabs.php:94
248
+ #: wp-live-chat-support/wp-live-chat-support.php:767
249
+ #: wp-live-chat-support/wp-live-chat-support.php:3636
250
  msgid "Support"
251
  msgstr "Tuki"
252
 
298
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:12
299
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:11
300
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:12
301
+ #: wp-live-chat-support/functions.php:2005
302
+ #: wp-live-chat-support/includes/settings_page.php:339
303
  msgid "Title"
304
  msgstr ""
305
 
312
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:14
313
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:13
314
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:14
315
+ #: health-check/includes/class-health-check-debug-data.php:937
316
+ #: health-check/includes/class-health-check-debug-data.php:995
317
+ #: wp-live-chat-support/functions.php:2007
318
+ #: wp-live-chat-support/includes/settings_page.php:1227
319
  msgid "Author"
320
  msgstr ""
321
 
322
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:15
323
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:14
324
  #: contact-form-7/admin/includes/class-contact-forms-list-table.php:15
325
+ #: wp-live-chat-support/functions.php:1450
326
+ #: wp-live-chat-support/functions.php:2008
327
+ #: wp-live-chat-support/includes/settings_page.php:340
328
+ #: wp-live-chat-support/includes/settings_page.php:488
329
+ #: wp-live-chat-support/wp-live-chat-support.php:3042
330
+ #: wp-live-chat-support/wp-live-chat-support.php:3156
331
  msgid "Date"
332
  msgstr "Päivämäärä"
333
 
334
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:117
335
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:101
336
+ #: contact-form-7/admin/includes/class-contact-forms-list-table.php:122
337
  #, php-format
338
  msgid "Edit &#8220;%s&#8221;"
339
  msgstr ""
340
 
341
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:146
342
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:130
343
+ #: contact-form-7/admin/includes/class-contact-forms-list-table.php:169
344
  #: wp-live-chat-support/includes/wplc_custom_fields.php:106
345
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:467
346
+ #: wp-live-chat-support/includes/wplc_departments.php:183
347
+ #: wp-live-chat-support/includes/wplc_roi.php:149
348
  #: wp-live-chat-support/modules/webhooks_manager.php:262
349
  msgid "Edit"
350
  msgstr ""
351
 
352
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:204
353
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:201
354
+ #: contact-form-7/admin/includes/class-contact-forms-list-table.php:232
355
  msgid "Y/m/d g:i:s A"
356
  msgstr ""
357
 
358
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:215
359
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:212
360
+ #: contact-form-7/admin/includes/class-contact-forms-list-table.php:243
361
  #, php-format
362
  msgid "%s ago"
363
  msgstr ""
364
 
365
  #: 3cx-clicktotalk/admin/includes/class-clicktotalk-forms-list-table.php:217
366
  #: 3cx-webinars/admin/includes/class-webinar-forms-list-table.php:214
367
+ #: contact-form-7/admin/includes/class-contact-forms-list-table.php:247
368
  msgid "Y/m/d"
369
  msgstr ""
370
 
475
  #: 3cx-clicktotalk/admin/includes/help-tabs.php:30
476
  #: 3cx-webinars/admin/includes/help-tabs.php:16
477
  #: 3cx-webinars/admin/includes/help-tabs.php:30
478
+ #: akismet/class.akismet-admin.php:184 akismet/class.akismet-admin.php:222
479
+ #: akismet/class.akismet-admin.php:235
480
  #: contact-form-7/admin/includes/help-tabs.php:16
481
  #: contact-form-7/admin/includes/help-tabs.php:30
482
  #: contact-form-7/admin/includes/help-tabs.php:49
483
+ #: wp-live-chat-support/functions.php:3736
484
+ #: wp-live-chat-support/includes/wplc_roi.php:139
485
  msgid "Overview"
486
  msgstr ""
487
 
567
  #: 3cx-webinars/includes/webinar-form.php:82
568
  #: 3cx-webinars/includes/webinar-form.php:224
569
  #: contact-form-7/includes/contact-form.php:93
570
+ #: contact-form-7/includes/contact-form.php:254
571
  msgid "Untitled"
572
  msgstr ""
573
 
581
 
582
  #: 3cx-clicktotalk/includes/config-validator.php:114
583
  #: 3cx-webinars/includes/config-validator.php:117
584
+ #: contact-form-7/includes/config-validator.php:136
585
  msgid "There is a possible empty field."
586
  msgstr ""
587
 
588
  #: 3cx-clicktotalk/includes/config-validator.php:116
589
  #: 3cx-webinars/includes/config-validator.php:119
590
+ #: contact-form-7/includes/config-validator.php:148
591
  #, fuzzy
592
  #| msgid "Your settings have been saved."
593
  msgid "Deprecated settings are used."
779
  msgid "Webinar form %d"
780
  msgstr ""
781
 
782
+ #: akismet/class.akismet-admin.php:91
783
  #, fuzzy
784
  #| msgid "View Chat History"
785
  msgid "Comment History"
786
  msgstr "Tarkastele keskusteluhistoriaa"
787
 
788
+ #: akismet/class.akismet-admin.php:95 akismet/class.akismet-admin.php:1212
789
+ #: contact-form-7/admin/includes/welcome-panel.php:32
790
  #: contact-form-7/modules/text.php:266 contact-form-7/modules/text.php:269
791
  msgid "Akismet"
792
  msgstr ""
793
 
794
+ #: akismet/class.akismet-admin.php:96
795
  msgid ""
796
  "We collect information about visitors who comment on Sites that use our "
797
  "Akismet anti-spam service. The information we collect depends on how the "
801
  "address, and the comment itself)."
802
  msgstr ""
803
 
804
+ #: akismet/class.akismet-admin.php:114 akismet/class.akismet-admin.php:246
805
+ #: classic-editor/classic-editor.php:690 contact-form-7/admin/admin.php:560
806
+ #: wp-fastest-cache/inc/admin.php:987
807
  #: wp-live-chat-support/includes/dashboard_page.php:60
808
+ #: wp-live-chat-support/includes/settings_page.php:88
809
+ #: wp-live-chat-support/wp-live-chat-support.php:758
810
  msgid "Settings"
811
  msgstr "Asetukset"
812
 
813
+ #: akismet/class.akismet-admin.php:121 akismet/class.akismet-admin.php:124
814
  msgid "Akismet Anti-Spam"
815
  msgstr ""
816
 
817
+ #: akismet/class.akismet-admin.php:153
818
  #, fuzzy
819
  #| msgid "Remove Logo"
820
  msgid "Remove this URL"
821
  msgstr "Poista logo"
822
 
823
+ #: akismet/class.akismet-admin.php:154
824
  msgid "Removing..."
825
  msgstr ""
826
 
827
+ #: akismet/class.akismet-admin.php:155
828
  msgid "URL removed"
829
  msgstr ""
830
 
831
+ #: akismet/class.akismet-admin.php:156
832
  msgid "(undo)"
833
  msgstr ""
834
 
835
+ #: akismet/class.akismet-admin.php:157
836
  msgid "Re-adding..."
837
  msgstr ""
838
 
839
+ #: akismet/class.akismet-admin.php:195
840
  msgid "New to Akismet"
841
  msgstr ""
842
 
843
+ #: akismet/class.akismet-admin.php:199
844
  #, php-format
845
  msgid "Sign up for an account on %s to get an API Key."
846
  msgstr ""
847
 
848
+ #: akismet/class.akismet-admin.php:206
849
  msgid "Enter an API Key"
850
  msgstr ""
851
 
852
+ #: akismet/class.akismet-admin.php:259
853
  msgid "Account"
854
  msgstr ""
855
 
856
+ #: akismet/class.akismet-admin.php:280
857
  msgid "Cheatin&#8217; uh?"
858
  msgstr ""
859
 
860
+ #: akismet/class.akismet-admin.php:368
861
  #, php-format
862
  msgid "<a href=\"%s\">Akismet</a> blocks spam from getting to your blog. "
863
  msgstr ""
864
 
865
+ #: akismet/class.akismet-admin.php:380
866
  #, php-format
867
  msgid ""
868
  "There&#8217;s nothing in your <a href='%s'>spam queue</a> at the moment."
869
  msgstr ""
870
 
871
+ #: akismet/class.akismet-admin.php:404
872
  msgid "Checking for Spam"
873
  msgstr ""
874
 
875
+ #: akismet/class.akismet-admin.php:405
876
  msgid "(%1$s%)"
877
  msgstr ""
878
 
879
+ #: akismet/class.akismet-admin.php:429
880
+ msgid "You don't have permission to do that."
881
+ msgstr ""
882
+
883
+ #: akismet/class.akismet-admin.php:521
884
  msgid "Awaiting spam check"
885
  msgstr ""
886
 
887
+ #: akismet/class.akismet-admin.php:525
888
  msgid "Flagged as spam by Akismet"
889
  msgstr ""
890
 
891
+ #: akismet/class.akismet-admin.php:527
892
  msgid "Cleared by Akismet"
893
  msgstr ""
894
 
895
+ #: akismet/class.akismet-admin.php:531
896
  #, php-format
897
  msgid "Flagged as spam by %s"
898
  msgstr ""
899
 
900
+ #: akismet/class.akismet-admin.php:533
901
  #, php-format
902
  msgid "Un-spammed by %s"
903
  msgstr ""
904
 
905
+ #: akismet/class.akismet-admin.php:597
906
  msgid "Akismet re-checked and caught this comment as spam."
907
  msgstr ""
908
 
909
+ #: akismet/class.akismet-admin.php:600
910
  msgid "Akismet caught this comment as spam."
911
  msgstr ""
912
 
913
+ #: akismet/class.akismet-admin.php:603
914
  msgid "Akismet re-checked and cleared this comment."
915
  msgstr ""
916
 
917
+ #: akismet/class.akismet-admin.php:606
918
  msgid "Akismet cleared this comment."
919
  msgstr ""
920
 
921
+ #: akismet/class.akismet-admin.php:609
922
  msgid "Comment was caught by wp_blacklist_check."
923
  msgstr ""
924
 
925
+ #: akismet/class.akismet-admin.php:613
926
  #, php-format
927
  msgid "%s reported this comment as spam."
928
  msgstr ""
929
 
930
+ #: akismet/class.akismet-admin.php:616
931
  msgid "This comment was reported as spam."
932
  msgstr ""
933
 
934
+ #: akismet/class.akismet-admin.php:621
935
  #, php-format
936
  msgid "%s reported this comment as not spam."
937
  msgstr ""
938
 
939
+ #: akismet/class.akismet-admin.php:624
940
  msgid "This comment was reported as not spam."
941
  msgstr ""
942
 
943
+ #: akismet/class.akismet-admin.php:628
944
  msgid "Akismet caught this comment as spam during an automatic retry."
945
  msgstr ""
946
 
947
+ #: akismet/class.akismet-admin.php:631
948
  msgid "Akismet cleared this comment during an automatic retry."
949
  msgstr ""
950
 
951
+ #: akismet/class.akismet-admin.php:635
952
  #, php-format
953
  msgid ""
954
  "Akismet was unable to check this comment (response: %s) but will "
955
  "automatically retry later."
956
  msgstr ""
957
 
958
+ #: akismet/class.akismet-admin.php:640
959
  #, php-format
960
  msgid "Akismet was unable to recheck this comment (response: %s)."
961
  msgstr ""
962
 
963
+ #: akismet/class.akismet-admin.php:648
964
  #, php-format
965
  msgid "Comment status was changed to %s"
966
  msgstr ""
967
 
968
+ #: akismet/class.akismet-admin.php:654
969
  #, php-format
970
  msgid "%1$s changed the comment status to %2$s."
971
  msgstr ""
972
 
973
+ #: akismet/class.akismet-admin.php:881
974
  #, php-format
975
  msgid ""
976
  "Please check your <a href=\"%s\">Akismet configuration</a> and contact your "
977
  "web host if problems persist."
978
  msgstr ""
979
 
980
+ #: akismet/class.akismet-admin.php:988
981
  msgid "Cleaning up spam takes time."
982
  msgstr ""
983
 
984
+ #: akismet/class.akismet-admin.php:1064
985
  msgid ""
986
  "There were no comments to check. Akismet will only check comments in the "
987
  "Pending queue."
988
  msgstr ""
989
 
990
+ #: akismet/class.akismet-admin.php:1071
991
  msgid "No comments were caught as spam."
992
  msgstr ""
993
 
994
+ #: akismet/class.akismet-admin.php:1081
995
+ msgid "Akismet could not recheck your comments for spam."
996
+ msgstr ""
997
+
998
+ #: akismet/class.akismet-admin.php:1190
999
  msgid ""
1000
  "Used by millions, Akismet is quite possibly the best way in the world to "
1001
  "<strong>protect your blog from spam</strong>. Your site is fully configured "
1002
  "and being protected, even while you sleep."
1003
  msgstr ""
1004
 
1005
+ #: akismet/class.akismet-admin.php:1193
1006
  msgid ""
1007
  "Used by millions, Akismet is quite possibly the best way in the world to "
1008
  "<strong>protect your blog from spam</strong>. It keeps your site protected "
1104
  "href=\"%2$s\">downgrade to version 2.4 of the Akismet plugin</a>."
1105
  msgstr ""
1106
 
1107
+ #: akismet/class.akismet.php:1420
1108
  #, php-format
1109
  msgid ""
1110
  "This site uses Akismet to reduce spam. <a href=\"%s\" target=\"_blank\" rel="
1121
  msgid "Change"
1122
  msgstr "Tallenna asetukset"
1123
 
1124
+ #: akismet/views/connect-jp.php:23 akismet/views/connect-jp.php:58
1125
+ #, php-format
1126
+ msgid "You are connected as %s."
1127
+ msgstr ""
1128
+
1129
+ #: akismet/views/connect-jp.php:36
1130
+ #, php-format
1131
+ msgid "Your subscription for %s is cancelled."
1132
+ msgstr ""
1133
+
1134
+ #: akismet/views/connect-jp.php:44
1135
+ #, php-format
1136
+ msgid "Your subscription for %s is suspended."
1137
+ msgstr ""
1138
+
1139
+ #: akismet/views/notice.php:17
1140
  msgid ""
1141
  "<strong>Almost done</strong> - configure Akismet and say goodbye to spam"
1142
  msgstr ""
1143
 
1144
+ #: akismet/views/notice.php:51
1145
  #, php-format
1146
  msgid ""
1147
  "Your web host or server administrator has disabled PHP&#8217;s "
1151
  "information about Akismet&#8217;s system requirements</a>."
1152
  msgstr ""
1153
 
1154
+ #: akismet/views/notice.php:56
1155
  #, php-format
1156
  msgid ""
1157
  "Your firewall may be blocking Akismet from connecting to its API. Please "
1159
  "about firewalls</a>."
1160
  msgstr ""
1161
 
1162
+ #: akismet/views/notice.php:61
1163
  #, php-format
1164
  msgid ""
1165
  "We cannot process your payment. Please <a href=\"%s\" target=\"_blank"
1166
  "\">update your payment details</a>."
1167
  msgstr ""
1168
 
1169
+ #: akismet/views/notice.php:66
1170
  #, php-format
1171
  msgid ""
1172
  "Please visit your <a href=\"%s\" target=\"_blank\">Akismet account page</a> "
1173
  "to reactivate your subscription."
1174
  msgstr ""
1175
 
1176
+ #: akismet/views/notice.php:71 akismet/views/notice.php:81
1177
  #, php-format
1178
  msgid ""
1179
  "Please contact <a href=\"%s\" target=\"_blank\">Akismet support</a> for "
1180
  "assistance."
1181
  msgstr ""
1182
 
1183
+ #: akismet/views/notice.php:76
1184
  #, php-format
1185
  msgid ""
1186
  "You can help us fight spam and upgrade your account by <a href=\"%s\" target="
1187
  "\"_blank\">contributing a token amount</a>."
1188
  msgstr ""
1189
 
1190
+ #: akismet/views/notice.php:87
1191
  #, php-format
1192
  msgid ""
1193
  "In 2012, Akismet began using subscription plans for all accounts (even free "
1196
  "account</a> and choose one."
1197
  msgstr ""
1198
 
1199
+ #: akismet/views/notice.php:89 akismet/views/notice.php:130
1200
+ #: akismet/views/notice.php:137
1201
  #, php-format
1202
  msgid ""
1203
  "Please <a href=\"%s\" target=\"_blank\">contact our support team</a> with "
1204
  "any questions."
1205
  msgstr ""
1206
 
1207
+ #: akismet/views/notice.php:107
1208
  #, php-format
1209
  msgid "Would you like to <a href=\"%s\">check pending comments</a>?"
1210
  msgstr ""
1211
 
1212
+ #: akismet/views/notice.php:121
1213
  #, php-format
1214
  msgid ""
1215
  "The connection to akismet.com could not be established. Please refer to <a "
1217
  "server configuration."
1218
  msgstr ""
1219
 
1220
+ #: akismet/views/notice.php:128
1221
  #, php-format
1222
  msgid ""
1223
  "Your Pro subscription allows the use of Akismet on only one site. Please <a "
1226
  "unlimited sites."
1227
  msgstr ""
1228
 
1229
+ #: akismet/views/notice.php:135
1230
  #, php-format
1231
  msgid ""
1232
  "To continue your service, <a href=\"%s\" target=\"_blank\">upgrade to an "
1233
  "Enterprise subscription</a>, which covers an unlimited number of sites."
1234
  msgstr ""
1235
 
1236
+ #: akismet/views/notice.php:145
1237
  #, php-format
1238
  msgid ""
1239
  " Please <a href=\"%s\">enable</a> or <a href=\"%s\">disable</a> this "
1241
  "\" target=\"_blank\">More information</a>."
1242
  msgstr ""
1243
 
1244
+ #: akismet/views/setup.php:3
1245
+ msgid "Set up your Akismet account"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1246
  msgstr ""
1247
 
1248
  #: classic-editor/classic-editor.php:343
1254
  msgstr ""
1255
 
1256
  #: classic-editor/classic-editor.php:417
1257
+ #: health-check/includes/class-health-check-debug-data.php:104
1258
+ #: health-check/includes/class-health-check-debug-data.php:109
1259
+ #: health-check/includes/class-health-check-debug-data.php:119
1260
+ #: health-check/includes/class-health-check-debug-data.php:693
1261
+ #: health-check/includes/class-health-check-debug-data.php:702
1262
+ #: wp-live-chat-support/functions.php:1441
1263
+ #: wp-live-chat-support/includes/settings_page.php:159
1264
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:275
1265
+ #: wp-live-chat-support/wp-live-chat-support.php:3015
1266
  msgid "Yes"
1267
  msgstr "Kyllä"
1268
 
1269
  #: classic-editor/classic-editor.php:421
1270
+ #: health-check/includes/class-health-check-debug-data.php:104
1271
+ #: health-check/includes/class-health-check-debug-data.php:109
1272
+ #: health-check/includes/class-health-check-debug-data.php:119
1273
+ #: health-check/includes/class-health-check-debug-data.php:693
1274
+ #: health-check/includes/class-health-check-debug-data.php:702
1275
+ #: wp-live-chat-support/functions.php:1441
1276
+ #: wp-live-chat-support/includes/settings_page.php:160
1277
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:275
1278
+ #: wp-live-chat-support/wp-live-chat-support.php:3016
1279
  msgid "No"
1280
  msgstr "Nro"
1281
 
1310
  msgstr ""
1311
 
1312
  #: classic-editor/classic-editor.php:628
1313
+ #: wp-live-chat-support/includes/settings_page.php:1222
1314
  msgid "Editor"
1315
  msgstr ""
1316
 
1363
  msgid "Add New Contact Form"
1364
  msgstr "Tarkastele keskusteluhistoriaa"
1365
 
1366
+ #: contact-form-7/admin/admin.php:53 contact-form-7/admin/admin.php:464
1367
  msgid "Integration with Other Services"
1368
  msgstr ""
1369
 
1372
  msgid "Integration"
1373
  msgstr "Animaatiot"
1374
 
1375
+ #: contact-form-7/admin/admin.php:415
1376
  #, fuzzy
1377
  #| msgid "Contact us"
1378
  msgid "Search Contact Forms"
1379
  msgstr "Ota yhteyttä meihin"
1380
 
1381
+ #: contact-form-7/admin/admin.php:500
1382
  msgid "Contact form created."
1383
  msgstr ""
1384
 
1385
+ #: contact-form-7/admin/admin.php:502
1386
  #, fuzzy
1387
  #| msgid "Contact us"
1388
  msgid "Contact form saved."
1389
  msgstr "Ota yhteyttä meihin"
1390
 
1391
+ #: contact-form-7/admin/admin.php:504
1392
  msgid "Contact form deleted."
1393
  msgstr ""
1394
 
1395
+ #: contact-form-7/admin/admin.php:513 contact-form-7/includes/rest-api.php:138
1396
  #: contact-form-7/includes/rest-api.php:214
1397
  msgid "There was an error saving the contact form."
1398
  msgstr ""
1399
 
1400
+ #: contact-form-7/admin/admin.php:538
1401
  msgid "Configuration validation completed. No invalid contact form was found."
1402
  msgstr ""
1403
 
1404
+ #: contact-form-7/admin/admin.php:582
1405
  #, php-format
1406
  msgid ""
1407
  "<strong>Contact Form 7 %1$s requires WordPress %2$s or higher.</strong> "
1408
  "Please <a href=\"%3$s\">update WordPress</a> first."
1409
  msgstr ""
1410
 
1411
+ #: contact-form-7/admin/admin.php:605
1412
  msgid "You are not allowed to edit this contact form."
1413
  msgstr ""
1414
 
1504
  msgid "You are not allowed to validate configuration."
1505
  msgstr ""
1506
 
1507
+ #: contact-form-7/admin/includes/config-validator.php:120
1508
  msgid "Validate Configuration"
1509
  msgstr ""
1510
 
1511
+ #: contact-form-7/admin/includes/config-validator.php:130
1512
  msgid "https://contactform7.com/configuration-validator-faq/"
1513
  msgstr ""
1514
 
1515
+ #: contact-form-7/admin/includes/config-validator.php:131
1516
  msgid "FAQ about Configuration Validator"
1517
  msgstr ""
1518
 
1559
  msgstr ""
1560
 
1561
  #: contact-form-7/admin/includes/editor.php:154
1562
+ #: wp-live-chat-support/includes/settings_page.php:1281
1563
+ #: wp-live-chat-support/includes/settings_page.php:1286
1564
+ #: wp-live-chat-support/wp-live-chat-support.php:3911
1565
+ #: wp-live-chat-support/wp-live-chat-support.php:3971
1566
  msgid "From"
1567
  msgstr ""
1568
 
1569
  #: contact-form-7/admin/includes/editor.php:163
1570
  #: contact-form-7/includes/contact-form-template.php:40
1571
+ #: wp-live-chat-support/includes/settings_page.php:826
1572
  msgid "Subject"
1573
  msgstr ""
1574
 
1762
  msgstr ""
1763
 
1764
  #: contact-form-7/admin/includes/welcome-panel.php:16
1765
+ #: wp-live-chat-support/wp-live-chat-support.php:4609
1766
  msgid "Dismiss"
1767
  msgstr ""
1768
 
1777
  "spam features Contact Form 7 provides."
1778
  msgstr ""
1779
 
1780
+ #: contact-form-7/admin/includes/welcome-panel.php:29
1781
  #, php-format
1782
  msgid ""
1783
  "Contact Form 7 supports spam-filtering with %1$s. Intelligent %2$s blocks "
1785
  "specified keywords or those sent from specified IP addresses."
1786
  msgstr ""
1787
 
1788
+ #: contact-form-7/admin/includes/welcome-panel.php:31
1789
  msgid "https://contactform7.com/spam-filtering-with-akismet/"
1790
  msgstr ""
1791
 
1792
+ #: contact-form-7/admin/includes/welcome-panel.php:35
1793
+ #: contact-form-7/modules/recaptcha.php:233
1794
+ #: contact-form-7/modules/recaptcha.php:491
1795
  msgid "https://contactform7.com/recaptcha/"
1796
  msgstr ""
1797
 
1798
+ #: contact-form-7/admin/includes/welcome-panel.php:36
1799
+ #: contact-form-7/modules/recaptcha.php:267
1800
  msgid "reCAPTCHA"
1801
  msgstr ""
1802
 
1803
+ #: contact-form-7/admin/includes/welcome-panel.php:39
1804
  msgid "https://contactform7.com/comment-blacklist/"
1805
  msgstr ""
1806
 
1807
+ #: contact-form-7/admin/includes/welcome-panel.php:40
1808
  msgid "comment blacklist"
1809
  msgstr ""
1810
 
1811
+ #: contact-form-7/admin/includes/welcome-panel.php:48
1812
  msgid "Contact Form 7 needs your support."
1813
  msgstr ""
1814
 
1815
+ #: contact-form-7/admin/includes/welcome-panel.php:50
1816
  msgid ""
1817
  "It is hard to continue development and support for this plugin without "
1818
  "contributions from users like you."
1819
  msgstr ""
1820
 
1821
+ #: contact-form-7/admin/includes/welcome-panel.php:55
1822
  #, php-format
1823
  msgid ""
1824
  "If you enjoy using Contact Form 7 and find it useful, please consider %s."
1825
  msgstr ""
1826
 
1827
+ #: contact-form-7/admin/includes/welcome-panel.php:57
1828
  msgid "https://contactform7.com/donate/"
1829
  msgstr ""
1830
 
1831
+ #: contact-form-7/admin/includes/welcome-panel.php:58
1832
  msgid "making a donation"
1833
  msgstr ""
1834
 
1835
+ #: contact-form-7/admin/includes/welcome-panel.php:63
1836
  msgid ""
1837
  "Your donation will help encourage and support the plugin&#8217;s continued "
1838
  "development and better user support."
1839
  msgstr ""
1840
 
1841
+ #: contact-form-7/admin/includes/welcome-panel.php:67
1842
  msgid "Before you cry over spilt mail&#8230;"
1843
  msgstr ""
1844
 
1845
+ #: contact-form-7/admin/includes/welcome-panel.php:69
1846
  msgid ""
1847
  "Contact Form 7 doesn&#8217;t store submitted messages anywhere. Therefore, "
1848
  "you may lose important messages forever if your mail server has issues or "
1849
  "you make a mistake in mail configuration."
1850
  msgstr ""
1851
 
1852
+ #: contact-form-7/admin/includes/welcome-panel.php:74
1853
  #, php-format
1854
  msgid ""
1855
  "Install a message storage plugin before this happens to you. %s saves all "
1857
  "WordPress plugin created by the same author as Contact Form 7."
1858
  msgstr ""
1859
 
1860
+ #: contact-form-7/admin/includes/welcome-panel.php:76
1861
  msgid "https://contactform7.com/save-submitted-messages-with-flamingo/"
1862
  msgstr ""
1863
 
1864
+ #: contact-form-7/admin/includes/welcome-panel.php:77
1865
  msgid "Flamingo"
1866
  msgstr ""
1867
 
1868
+ #: contact-form-7/includes/config-validator.php:20
1869
  msgid "https://contactform7.com/configuration-errors/"
1870
  msgstr ""
1871
 
1872
+ #: contact-form-7/includes/config-validator.php:138
1873
  msgid "Invalid mailbox syntax is used."
1874
  msgstr ""
1875
 
1876
+ #: contact-form-7/includes/config-validator.php:140
1877
  msgid "Sender email address does not belong to the site domain."
1878
  msgstr ""
1879
 
1880
+ #: contact-form-7/includes/config-validator.php:142
1881
  msgid "HTML tags are used in a message."
1882
  msgstr ""
1883
 
1884
+ #: contact-form-7/includes/config-validator.php:144
1885
  msgid "Multiple form controls are in a single label element."
1886
  msgstr ""
1887
 
1888
+ #: contact-form-7/includes/config-validator.php:146
1889
  msgid "There are invalid mail header fields."
1890
  msgstr ""
1891
 
1892
+ #: contact-form-7/includes/config-validator.php:401
1893
  msgid "Unavailable names (%names%) are used for form controls."
1894
  msgstr ""
1895
 
1896
+ #: contact-form-7/includes/config-validator.php:418
1897
+ msgid "Unavailable HTML elements are used in the form template."
1898
+ msgstr ""
1899
+
1900
+ #: contact-form-7/includes/config-validator.php:507
1901
  msgid "Invalid mailbox syntax is used in the %name% field."
1902
  msgstr ""
1903
 
1904
+ #: contact-form-7/includes/config-validator.php:587
1905
+ msgid "The total size of attachment files is too large."
1906
+ msgstr ""
1907
+
1908
+ #: contact-form-7/includes/config-validator.php:631
1909
  msgid "Attachment file does not exist at %path%."
1910
  msgstr ""
1911
 
1912
+ #: contact-form-7/includes/config-validator.php:649
1913
  msgid "It is not allowed to use files outside the wp-content directory."
1914
  msgstr ""
1915
 
1937
 
1938
  #: contact-form-7/includes/contact-form-template.php:42
1939
  #: contact-form-7/modules/submit.php:26
1940
+ #: wp-live-chat-support/wp-live-chat-support.php:1677
1941
+ #: wp-live-chat-support/wp-live-chat-support.php:2356
1942
  msgid "Send"
1943
  msgstr "Lähetä"
1944
 
1945
+ #: contact-form-7/includes/contact-form-template.php:60
1946
  #, php-format
1947
  msgid "From: %s"
1948
  msgstr ""
1949
 
1950
+ #: contact-form-7/includes/contact-form-template.php:63
1951
  #, php-format
1952
  msgid "Subject: %s"
1953
  msgstr ""
1954
 
1955
+ #: contact-form-7/includes/contact-form-template.php:65
1956
+ #: contact-form-7/includes/contact-form-template.php:97
1957
  #, fuzzy
1958
  #| msgid "Message"
1959
  msgid "Message Body:"
1960
  msgstr "Viesti"
1961
 
1962
+ #: contact-form-7/includes/contact-form-template.php:70
1963
+ #: contact-form-7/includes/contact-form-template.php:102
1964
  #, php-format
1965
  msgid "This e-mail was sent from a contact form on %1$s (%2$s)"
1966
  msgstr ""
1967
 
1968
+ #: contact-form-7/includes/contact-form-template.php:151
1969
  msgid "Sender's message was sent successfully"
1970
  msgstr ""
1971
 
1972
+ #: contact-form-7/includes/contact-form-template.php:153
1973
  #, fuzzy
1974
  #| msgid "Thank you for your message. We will be in contact soon."
1975
  msgid "Thank you for your message. It has been sent."
1976
  msgstr "Kiitos viestistä! Olemme pian yhteydessä."
1977
 
1978
+ #: contact-form-7/includes/contact-form-template.php:158
1979
  #, fuzzy
1980
  #| msgid "Offline Messages"
1981
  msgid "Sender's message failed to send"
1982
  msgstr "Offline-viestit"
1983
 
1984
+ #: contact-form-7/includes/contact-form-template.php:160
1985
+ #: contact-form-7/includes/contact-form-template.php:174
1986
  #, fuzzy
1987
  #| msgid "There is No Answer. Please Try Again Later"
1988
  msgid "There was an error trying to send your message. Please try again later."
1989
  msgstr "Ei vastausta. Olkaa hyvä ja kokeilkaa myöhemmin uudestaan."
1990
 
1991
+ #: contact-form-7/includes/contact-form-template.php:165
1992
  #, fuzzy
1993
  #| msgid "An unknown error occurred"
1994
  msgid "Validation errors occurred"
1995
  msgstr "Tuntematon virhe"
1996
 
1997
+ #: contact-form-7/includes/contact-form-template.php:167
1998
  msgid "One or more fields have an error. Please check and try again."
1999
  msgstr ""
2000
 
2001
+ #: contact-form-7/includes/contact-form-template.php:172
2002
  msgid "Submission was referred to as spam"
2003
  msgstr ""
2004
 
2005
+ #: contact-form-7/includes/contact-form-template.php:179
2006
  msgid "There are terms that the sender must accept"
2007
  msgstr ""
2008
 
2009
+ #: contact-form-7/includes/contact-form-template.php:181
2010
  msgid "You must accept the terms and conditions before sending your message."
2011
  msgstr ""
2012
 
2013
+ #: contact-form-7/includes/contact-form-template.php:186
2014
  msgid "There is a field that the sender must fill in"
2015
  msgstr ""
2016
 
2017
+ #: contact-form-7/includes/contact-form-template.php:188
2018
  msgid "The field is required."
2019
  msgstr ""
2020
 
2021
+ #: contact-form-7/includes/contact-form-template.php:193
2022
  msgid ""
2023
  "There is a field with input that is longer than the maximum allowed length"
2024
  msgstr ""
2025
 
2026
+ #: contact-form-7/includes/contact-form-template.php:195
2027
  msgid "The field is too long."
2028
  msgstr ""
2029
 
2030
+ #: contact-form-7/includes/contact-form-template.php:200
2031
  msgid ""
2032
  "There is a field with input that is shorter than the minimum allowed length"
2033
  msgstr ""
2034
 
2035
+ #: contact-form-7/includes/contact-form-template.php:202
2036
  msgid "The field is too short."
2037
  msgstr ""
2038
 
2042
  msgid "Contact Form"
2043
  msgstr "Ota yhteyttä meihin"
2044
 
2045
+ #: contact-form-7/includes/contact-form.php:174
2046
  #, php-format
2047
  msgid ""
2048
  "<code>%1$s</code> property of a <code>WPCF7_ContactForm</code> object is "
2049
  "<strong>no longer accessible</strong>. Use <code>%2$s</code> method instead."
2050
  msgstr ""
2051
 
2052
+ #: contact-form-7/includes/contact-form.php:317
2053
+ #: contact-form-7/includes/contact-form.php:732
2054
  msgid "This contact form is available only for logged in users."
2055
  msgstr ""
2056
 
2112
  msgid "Blacklisted words are used."
2113
  msgstr ""
2114
 
2115
+ #: contact-form-7/modules/acceptance.php:198
2116
  msgid "Consented"
2117
  msgstr ""
2118
 
2119
+ #: contact-form-7/modules/acceptance.php:200
2120
  msgid "Not consented"
2121
  msgstr ""
2122
 
2123
+ #: contact-form-7/modules/acceptance.php:233
2124
  #, fuzzy
2125
  #| msgid "Accept Chat"
2126
  msgid "acceptance"
2127
  msgstr "Aloita keskustelu"
2128
 
2129
+ #: contact-form-7/modules/acceptance.php:241
2130
  #, php-format
2131
  msgid ""
2132
  "Generate a form-tag for an acceptance checkbox. For more details, see %s."
2133
  msgstr ""
2134
 
2135
+ #: contact-form-7/modules/acceptance.php:243
2136
  msgid "https://contactform7.com/acceptance-checkbox/"
2137
  msgstr ""
2138
 
2139
+ #: contact-form-7/modules/acceptance.php:243
2140
  #, fuzzy
2141
  #| msgid "Accept Chat"
2142
  msgid "Acceptance Checkbox"
2143
  msgstr "Aloita keskustelu"
2144
 
2145
+ #: contact-form-7/modules/acceptance.php:253
2146
  #: contact-form-7/modules/checkbox.php:302 contact-form-7/modules/date.php:171
2147
+ #: contact-form-7/modules/file.php:215 contact-form-7/modules/number.php:179
2148
  #: contact-form-7/modules/quiz.php:200
2149
+ #: contact-form-7/modules/really-simple-captcha.php:283
2150
  #: contact-form-7/modules/select.php:183 contact-form-7/modules/text.php:254
2151
  #: contact-form-7/modules/textarea.php:161
2152
+ #: health-check/includes/class-health-check-debug-data.php:922
2153
+ #: health-check/includes/class-health-check-debug-data.php:980
2154
+ #: wp-live-chat-support/functions.php:1127
2155
+ #: wp-live-chat-support/functions.php:1451
2156
+ #: wp-live-chat-support/includes/settings_page.php:181
2157
+ #: wp-live-chat-support/includes/settings_page.php:454
2158
  #: wp-live-chat-support/includes/wplc_custom_fields.php:79
2159
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:455
2160
+ #: wp-live-chat-support/includes/wplc_departments.php:175
2161
+ #: wp-live-chat-support/includes/wplc_roi.php:138
2162
+ #: wp-live-chat-support/modules/node_server.php:82
2163
+ #: wp-live-chat-support/modules/node_server.php:128
2164
+ #: wp-live-chat-support/wp-live-chat-support.php:1362
2165
+ #: wp-live-chat-support/wp-live-chat-support.php:1385
2166
+ #: wp-live-chat-support/wp-live-chat-support.php:1546
2167
+ #: wp-live-chat-support/wp-live-chat-support.php:3043
2168
+ #: wp-live-chat-support/wp-live-chat-support.php:3157
2169
  msgid "Name"
2170
  msgstr "Nimi"
2171
 
2172
+ #: contact-form-7/modules/acceptance.php:258
2173
  #, fuzzy
2174
  #| msgid "No Animation"
2175
  msgid "Condition"
2176
  msgstr "Ei animaatiota"
2177
 
2178
+ #: contact-form-7/modules/acceptance.php:263
2179
+ #: contact-form-7/modules/acceptance.php:266
2180
  #: contact-form-7/modules/checkbox.php:307
2181
  #: contact-form-7/modules/checkbox.php:310
2182
  #: contact-form-7/modules/select.php:188 contact-form-7/modules/select.php:191
2183
+ #: geoip-detect/admin-ui.php:34 geoip-detect/views/client-ip.php:8
2184
+ #: geoip-detect/views/lookup.php:12
2185
  #, fuzzy
2186
  #| msgid "Action"
2187
  msgid "Options"
2188
  msgstr "Toiminto"
2189
 
2190
+ #: contact-form-7/modules/acceptance.php:267
2191
  msgid "Make this checkbox optional"
2192
  msgstr ""
2193
 
2194
+ #: contact-form-7/modules/acceptance.php:273
2195
  #: contact-form-7/modules/checkbox.php:323 contact-form-7/modules/date.php:200
2196
+ #: contact-form-7/modules/file.php:230 contact-form-7/modules/number.php:208
2197
  #: contact-form-7/modules/quiz.php:216
2198
+ #: contact-form-7/modules/really-simple-captcha.php:293
2199
+ #: contact-form-7/modules/really-simple-captcha.php:308
2200
  #: contact-form-7/modules/select.php:201 contact-form-7/modules/submit.php:70
2201
  #: contact-form-7/modules/text.php:294 contact-form-7/modules/textarea.php:172
2202
  msgid "Id attribute"
2203
  msgstr ""
2204
 
2205
+ #: contact-form-7/modules/acceptance.php:278
2206
  #: contact-form-7/modules/checkbox.php:328 contact-form-7/modules/date.php:205
2207
+ #: contact-form-7/modules/file.php:235 contact-form-7/modules/number.php:213
2208
  #: contact-form-7/modules/quiz.php:221
2209
+ #: contact-form-7/modules/really-simple-captcha.php:298
2210
+ #: contact-form-7/modules/really-simple-captcha.php:313
2211
  #: contact-form-7/modules/select.php:206 contact-form-7/modules/submit.php:75
2212
  #: contact-form-7/modules/text.php:299 contact-form-7/modules/textarea.php:177
2213
  msgid "Class attribute"
2214
  msgstr ""
2215
 
2216
+ #: contact-form-7/modules/acceptance.php:291
2217
  #: contact-form-7/modules/checkbox.php:341 contact-form-7/modules/date.php:217
2218
+ #: contact-form-7/modules/file.php:248 contact-form-7/modules/number.php:225
2219
  #: contact-form-7/modules/quiz.php:234
2220
+ #: contact-form-7/modules/really-simple-captcha.php:325
2221
  #: contact-form-7/modules/select.php:219 contact-form-7/modules/submit.php:88
2222
  #: contact-form-7/modules/text.php:312 contact-form-7/modules/textarea.php:190
2223
  msgid "Insert Tag"
2259
 
2260
  #: contact-form-7/modules/checkbox.php:291
2261
  #: contact-form-7/modules/checkbox.php:294 contact-form-7/modules/date.php:161
2262
+ #: contact-form-7/modules/date.php:164 contact-form-7/modules/file.php:205
2263
+ #: contact-form-7/modules/file.php:208 contact-form-7/modules/number.php:164
2264
  #: contact-form-7/modules/number.php:167 contact-form-7/modules/select.php:173
2265
  #: contact-form-7/modules/select.php:176 contact-form-7/modules/text.php:244
2266
  #: contact-form-7/modules/text.php:247 contact-form-7/modules/textarea.php:151
2269
  msgstr ""
2270
 
2271
  #: contact-form-7/modules/checkbox.php:295 contact-form-7/modules/date.php:165
2272
+ #: contact-form-7/modules/file.php:209 contact-form-7/modules/number.php:173
2273
  #: contact-form-7/modules/select.php:177 contact-form-7/modules/text.php:248
2274
  #: contact-form-7/modules/textarea.php:155
2275
  #, fuzzy
2320
  msgstr ""
2321
 
2322
  #: contact-form-7/modules/constant-contact.php:466
2323
+ #: contact-form-7/modules/recaptcha.php:477
2324
  msgid "ERROR"
2325
  msgstr ""
2326
 
2354
  msgstr ""
2355
 
2356
  #: contact-form-7/modules/constant-contact.php:504
2357
+ #: contact-form-7/modules/recaptcha.php:509
2358
  msgid "Setup Integration"
2359
  msgstr ""
2360
 
2448
  msgid "Max"
2449
  msgstr ""
2450
 
2451
+ #: contact-form-7/modules/file.php:157
2452
  msgid "Uploading a file fails for any reason"
2453
  msgstr ""
2454
 
2455
+ #: contact-form-7/modules/file.php:158
2456
  msgid "There was an unknown error uploading the file."
2457
  msgstr ""
2458
 
2459
+ #: contact-form-7/modules/file.php:162
2460
  msgid "Uploaded file is not allowed for file type"
2461
  msgstr ""
2462
 
2463
+ #: contact-form-7/modules/file.php:163
2464
  msgid "You are not allowed to upload files of this type."
2465
  msgstr ""
2466
 
2467
+ #: contact-form-7/modules/file.php:167
2468
  msgid "Uploaded file is too large"
2469
  msgstr ""
2470
 
2471
+ #: contact-form-7/modules/file.php:168
2472
  msgid "The file is too big."
2473
  msgstr ""
2474
 
2475
+ #: contact-form-7/modules/file.php:172
2476
  msgid "Uploading a file fails for PHP error"
2477
  msgstr ""
2478
 
2479
+ #: contact-form-7/modules/file.php:173
2480
  msgid "There was an error uploading the file."
2481
  msgstr ""
2482
 
2483
+ #: contact-form-7/modules/file.php:185
2484
  msgid "file"
2485
  msgstr ""
2486
 
2487
+ #: contact-form-7/modules/file.php:193
2488
  #, php-format
2489
  msgid ""
2490
  "Generate a form-tag for a file uploading field. For more details, see %s."
2491
  msgstr ""
2492
 
2493
+ #: contact-form-7/modules/file.php:195
2494
  msgid "https://contactform7.com/file-uploading-and-attachment/"
2495
  msgstr ""
2496
 
2497
+ #: contact-form-7/modules/file.php:195
2498
  msgid "File Uploading and Attachment"
2499
  msgstr ""
2500
 
2501
+ #: contact-form-7/modules/file.php:220
2502
  msgid "File size limit (bytes)"
2503
  msgstr ""
2504
 
2505
+ #: contact-form-7/modules/file.php:225
2506
  msgid "Acceptable file types"
2507
  msgstr ""
2508
 
2509
+ #: contact-form-7/modules/file.php:253
2510
  #, php-format
2511
  msgid ""
2512
  "To attach the file uploaded through this field to mail, you need to insert "
2514
  "tab."
2515
  msgstr ""
2516
 
2517
+ #: contact-form-7/modules/file.php:283
2518
  #, php-format
2519
  msgid ""
2520
  "This contact form contains file uploading fields, but the temporary folder "
2613
  "per line."
2614
  msgstr ""
2615
 
2616
+ #: contact-form-7/modules/really-simple-captcha.php:225
2617
  msgid "The code that sender entered does not match the CAPTCHA"
2618
  msgstr ""
2619
 
2620
+ #: contact-form-7/modules/really-simple-captcha.php:227
2621
  msgid "Your entered code is incorrect."
2622
  msgstr ""
2623
 
2624
+ #: contact-form-7/modules/really-simple-captcha.php:246
2625
  msgid "CAPTCHA (Really Simple CAPTCHA)"
2626
  msgstr ""
2627
 
2628
+ #: contact-form-7/modules/really-simple-captcha.php:260
2629
  #, php-format
2630
  msgid "To use CAPTCHA, you first need to install and activate %s plugin."
2631
  msgstr ""
2632
 
2633
+ #: contact-form-7/modules/really-simple-captcha.php:271
2634
  #, php-format
2635
  msgid ""
2636
  "Generate form-tags for a CAPTCHA image and corresponding response input "
2637
  "field. For more details, see %s."
2638
  msgstr ""
2639
 
2640
+ #: contact-form-7/modules/really-simple-captcha.php:273
2641
  msgid "https://contactform7.com/captcha/"
2642
  msgstr ""
2643
 
2644
+ #: contact-form-7/modules/really-simple-captcha.php:273
2645
  #: contact-form-7/modules/recaptcha.php:9
2646
  msgid "CAPTCHA"
2647
  msgstr ""
2648
 
2649
+ #: contact-form-7/modules/really-simple-captcha.php:290
2650
  #, fuzzy
2651
  #| msgid "Main Settings"
2652
  msgid "Image settings"
2653
  msgstr "Pääasetukset"
2654
 
2655
+ #: contact-form-7/modules/really-simple-captcha.php:305
2656
  #, fuzzy
2657
  #| msgid "Main Settings"
2658
  msgid "Input field settings"
2659
  msgstr "Pääasetukset"
2660
 
2661
+ #: contact-form-7/modules/really-simple-captcha.php:360
2662
  #, php-format
2663
  msgid ""
2664
  "This contact form contains CAPTCHA fields, but the temporary folder for the "
2666
  "change its permission manually."
2667
  msgstr ""
2668
 
2669
+ #: contact-form-7/modules/really-simple-captcha.php:367
2670
  msgid ""
2671
  "This contact form contains CAPTCHA fields, but the necessary libraries (GD "
2672
  "and FreeType) are not available on your server."
2673
  msgstr ""
2674
 
2675
  #: contact-form-7/modules/recaptcha.php:156
2676
+ msgid "reCAPTCHA response token is empty."
2677
+ msgstr ""
2678
+
2679
+ #: contact-form-7/modules/recaptcha.php:162
2680
  #, php-format
2681
  msgid "reCAPTCHA score (%1$.2f) is lower than the threshold (%2$.2f)."
2682
  msgstr ""
2683
 
2684
+ #: contact-form-7/modules/recaptcha.php:231
2685
  #, php-format
2686
  msgid ""
2687
  "API keys for reCAPTCHA v3 are different from those for v2; keys for v2 "
2689
  "get new keys for v3. For details, see %s."
2690
  msgstr ""
2691
 
2692
+ #: contact-form-7/modules/recaptcha.php:234
2693
+ #: contact-form-7/modules/recaptcha.php:492
2694
  msgid "reCAPTCHA (v3)"
2695
  msgstr ""
2696
 
2697
+ #: contact-form-7/modules/recaptcha.php:478
2698
  msgid "Invalid key values."
2699
  msgstr ""
2700
 
2701
+ #: contact-form-7/modules/recaptcha.php:483
2702
  #, fuzzy
2703
  #| msgid "Settings"
2704
  msgid "Settings saved."
2705
  msgstr "Asetukset"
2706
 
2707
+ #: contact-form-7/modules/recaptcha.php:489
2708
  #, php-format
2709
  msgid ""
2710
  "reCAPTCHA protects you against spam and other types of automated abuse. With "
2712
  "form submissions by spam bots. For details, see %s."
2713
  msgstr ""
2714
 
2715
+ #: contact-form-7/modules/recaptcha.php:499
2716
+ msgid "reCAPTCHA is active on this site."
2717
+ msgstr ""
2718
+
2719
+ #: contact-form-7/modules/recaptcha.php:524
2720
  msgid "Site Key"
2721
  msgstr ""
2722
 
2723
+ #: contact-form-7/modules/recaptcha.php:541
2724
  msgid "Secret Key"
2725
  msgstr ""
2726
 
2727
+ #: contact-form-7/modules/recaptcha.php:570
2728
  #: wp-live-chat-support/modules/webhooks_manager.php:321
2729
  #, fuzzy
2730
  #| msgid "Save Settings"
2807
  msgid "email"
2808
  msgstr "Sähköposti"
2809
 
2810
+ #: contact-form-7/modules/text.php:210 wp-live-chat-support/functions.php:1453
2811
+ #: wp-live-chat-support/functions.php:3835
2812
+ #: wp-live-chat-support/wp-live-chat-support.php:3045
2813
  msgid "URL"
2814
  msgstr "URL"
2815
 
2886
  msgid "Contact form %d"
2887
  msgstr "Ota yhteyttä meihin"
2888
 
2889
+ #: custom-post-type-ui/classes/class.cptui_debug_info.php:24
2890
+ msgid ""
2891
+ "If you have sought support for Custom Post Type UI on the forums, you may be "
2892
+ "requested to send the information below to the plugin developer. Simply "
2893
+ "insert the email they provided in the input field at the bottom and click "
2894
+ "the \"Send debug info\" button. Only the data below will be sent to them."
2895
  msgstr ""
2896
 
2897
+ #: custom-post-type-ui/classes/class.cptui_debug_info.php:234
2898
+ #, php-format
2899
+ msgid "Custom Post Type UI debug information for %s"
2900
+ msgstr ""
 
 
2901
 
2902
+ #: custom-post-type-ui/custom-post-type-ui.php:143
2903
+ #: wp-fastest-cache/templates/preload.php:58
2904
+ msgid "Custom Post Types"
2905
+ msgstr ""
2906
 
2907
+ #: custom-post-type-ui/custom-post-type-ui.php:143
2908
+ msgid "CPT UI"
2909
+ msgstr ""
 
2910
 
2911
+ #: custom-post-type-ui/custom-post-type-ui.php:144
2912
+ msgid "Add/Edit Post Types"
 
2913
  msgstr ""
2914
 
2915
+ #: custom-post-type-ui/custom-post-type-ui.php:145
2916
+ msgid "Add/Edit Taxonomies"
2917
+ msgstr ""
 
 
2918
 
2919
+ #: custom-post-type-ui/custom-post-type-ui.php:146
2920
+ msgid "Registered Types and Taxes"
2921
  msgstr ""
2922
 
2923
+ #: custom-post-type-ui/custom-post-type-ui.php:146
2924
+ msgid "Registered Types/Taxes"
 
2925
  msgstr ""
2926
 
2927
+ #: custom-post-type-ui/custom-post-type-ui.php:147
2928
+ msgid "Custom Post Type UI Tools"
 
2929
  msgstr ""
2930
 
2931
+ #: custom-post-type-ui/custom-post-type-ui.php:147
2932
+ #: wp-live-chat-support/includes/dashboard_page.php:59
2933
+ #: wp-live-chat-support/modules/advanced_tools.php:14
2934
+ #: wp-live-chat-support/modules/advanced_tools.php:24
2935
+ msgid "Tools"
2936
  msgstr ""
2937
 
2938
+ #: custom-post-type-ui/custom-post-type-ui.php:148
 
2939
  #, fuzzy
2940
+ #| msgid "Support"
2941
+ msgid "Help/Support"
2942
+ msgstr "Tuki"
 
 
 
 
 
 
 
 
 
 
 
 
2943
 
2944
+ #: custom-post-type-ui/custom-post-type-ui.php:162
2945
+ msgid "About CPT UI"
2946
+ msgstr ""
2947
 
2948
+ #: custom-post-type-ui/custom-post-type-ui.php:850
2949
+ #, php-format
2950
+ msgid "%s has been successfully added"
2951
+ msgstr ""
2952
 
2953
+ #: custom-post-type-ui/custom-post-type-ui.php:852
2954
+ #, php-format
2955
+ msgid "%s has failed to be added"
2956
+ msgstr ""
2957
 
2958
+ #: custom-post-type-ui/custom-post-type-ui.php:856
2959
+ #, php-format
2960
+ msgid "%s has been successfully updated"
2961
+ msgstr ""
2962
 
2963
+ #: custom-post-type-ui/custom-post-type-ui.php:858
2964
+ #, php-format
2965
+ msgid "%s has failed to be updated"
2966
+ msgstr ""
2967
 
2968
+ #: custom-post-type-ui/custom-post-type-ui.php:862
2969
+ #, php-format
2970
+ msgid "%s has been successfully deleted"
2971
+ msgstr ""
 
 
2972
 
2973
+ #: custom-post-type-ui/custom-post-type-ui.php:864
2974
+ #, php-format
2975
+ msgid "%s has failed to be deleted"
2976
+ msgstr ""
 
 
 
 
 
 
 
2977
 
2978
+ #: custom-post-type-ui/custom-post-type-ui.php:868
2979
+ #, php-format
2980
+ msgid "%s has been successfully imported"
2981
+ msgstr ""
 
 
 
2982
 
2983
+ #: custom-post-type-ui/custom-post-type-ui.php:870
2984
+ #, php-format
2985
+ msgid "%s has failed to be imported"
2986
+ msgstr ""
 
2987
 
2988
+ #: custom-post-type-ui/custom-post-type-ui.php:954
2989
+ #: custom-post-type-ui/custom-post-type-ui.php:972
2990
+ #: custom-post-type-ui/custom-post-type-ui.php:996
2991
+ #: custom-post-type-ui/custom-post-type-ui.php:1015
2992
+ #, php-format
2993
+ msgid "Add new %s"
2994
  msgstr ""
2995
 
2996
+ #: custom-post-type-ui/custom-post-type-ui.php:955
2997
+ #: custom-post-type-ui/custom-post-type-ui.php:970
2998
+ #: custom-post-type-ui/custom-post-type-ui.php:997
2999
+ #: custom-post-type-ui/custom-post-type-ui.php:1013
3000
+ #, php-format
3001
+ msgid "Edit %s"
3002
  msgstr ""
3003
 
3004
+ #: custom-post-type-ui/custom-post-type-ui.php:956
3005
+ #: custom-post-type-ui/custom-post-type-ui.php:998
3006
+ #, php-format
3007
+ msgid "New %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3008
  msgstr ""
3009
 
3010
+ #: custom-post-type-ui/custom-post-type-ui.php:957
3011
+ #: custom-post-type-ui/custom-post-type-ui.php:958
3012
+ #: custom-post-type-ui/custom-post-type-ui.php:999
3013
+ #: custom-post-type-ui/custom-post-type-ui.php:1002
3014
+ #, fuzzy, php-format
3015
+ #| msgid "View Quick Responses"
3016
+ msgid "View %s"
3017
+ msgstr "Tarkastele pikavastauksia"
3018
+
3019
+ #: custom-post-type-ui/custom-post-type-ui.php:959
3020
+ #: custom-post-type-ui/custom-post-type-ui.php:967
3021
+ #: custom-post-type-ui/custom-post-type-ui.php:1003
3022
+ #: custom-post-type-ui/custom-post-type-ui.php:1021
3023
+ #, php-format
3024
+ msgid "All %s"
3025
  msgstr ""
3026
 
3027
+ #: custom-post-type-ui/custom-post-type-ui.php:960
3028
+ #: custom-post-type-ui/custom-post-type-ui.php:965
3029
+ #: custom-post-type-ui/custom-post-type-ui.php:1004
3030
+ #: custom-post-type-ui/custom-post-type-ui.php:1019
3031
+ #, fuzzy, php-format
3032
+ #| msgid "Search Term"
3033
+ msgid "Search %s"
3034
+ msgstr "Hakusana"
 
 
3035
 
3036
+ #: custom-post-type-ui/custom-post-type-ui.php:961
3037
+ #: custom-post-type-ui/custom-post-type-ui.php:1005
3038
+ #, fuzzy, php-format
3039
+ #| msgid "No Quick Responses found"
3040
+ msgid "No %s found."
3041
+ msgstr "Pikavastauksia ei löydetty"
3042
 
3043
+ #: custom-post-type-ui/custom-post-type-ui.php:962
3044
+ #: custom-post-type-ui/custom-post-type-ui.php:1006
3045
+ #, fuzzy, php-format
3046
+ #| msgid "No Quick Responses found in the Trash"
3047
+ msgid "No %s found in trash."
3048
+ msgstr "Roskakorista ei löydetty pikavastauksia"
3049
 
3050
+ #: custom-post-type-ui/custom-post-type-ui.php:966
3051
+ #: custom-post-type-ui/custom-post-type-ui.php:1020
3052
+ #, php-format
3053
+ msgid "Popular %s"
3054
  msgstr ""
3055
 
3056
+ #: custom-post-type-ui/custom-post-type-ui.php:968
3057
+ #: custom-post-type-ui/custom-post-type-ui.php:1011
3058
+ #, php-format
3059
+ msgid "Parent %s"
3060
  msgstr ""
3061
 
3062
+ #: custom-post-type-ui/custom-post-type-ui.php:969
3063
+ #: custom-post-type-ui/custom-post-type-ui.php:1012
3064
+ #, php-format
3065
+ msgid "Parent %s:"
3066
  msgstr ""
3067
 
3068
+ #: custom-post-type-ui/custom-post-type-ui.php:971
3069
+ #: custom-post-type-ui/custom-post-type-ui.php:1014
3070
+ #, php-format
3071
+ msgid "Update %s"
3072
  msgstr ""
3073
 
3074
+ #: custom-post-type-ui/custom-post-type-ui.php:973
3075
+ #: custom-post-type-ui/custom-post-type-ui.php:1016
3076
+ #, fuzzy, php-format
3077
+ #| msgid "Username"
3078
+ msgid "New %s name"
3079
+ msgstr "Käyttäjänimi"
3080
 
3081
+ #: custom-post-type-ui/custom-post-type-ui.php:974
3082
+ #: custom-post-type-ui/custom-post-type-ui.php:1022
3083
+ #, php-format
3084
+ msgid "Separate %s with commas"
3085
  msgstr ""
3086
 
3087
+ #: custom-post-type-ui/custom-post-type-ui.php:975
3088
+ #: custom-post-type-ui/custom-post-type-ui.php:1023
3089
+ #, php-format
3090
+ msgid "Add or remove %s"
 
 
3091
  msgstr ""
3092
 
3093
+ #: custom-post-type-ui/custom-post-type-ui.php:976
3094
+ #: custom-post-type-ui/custom-post-type-ui.php:1024
3095
+ #, fuzzy, php-format
3096
+ #| msgid "Choose a theme"
3097
+ msgid "Choose from the most used %s"
3098
+ msgstr "Valitse teema"
 
 
 
3099
 
3100
+ #: custom-post-type-ui/inc/post-types.php:77
3101
+ msgid "Add New Post Type"
3102
+ msgstr ""
 
3103
 
3104
+ #: custom-post-type-ui/inc/post-types.php:95
3105
+ msgid "Edit Post Types"
3106
+ msgstr ""
 
3107
 
3108
+ #: custom-post-type-ui/inc/post-types.php:102
3109
+ msgid "View Post Types"
3110
+ msgstr ""
 
3111
 
3112
+ #: custom-post-type-ui/inc/post-types.php:109
3113
+ msgid "Import/Export Post Types"
3114
+ msgstr ""
3115
 
3116
+ #: custom-post-type-ui/inc/post-types.php:193
3117
+ #: wp-live-chat-support/functions.php:2096
3118
+ #: wp-live-chat-support/includes/settings_page.php:1212
3119
+ msgid "Select"
3120
+ msgstr "Valitse"
3121
 
3122
+ #: custom-post-type-ui/inc/post-types.php:314
3123
+ #: custom-post-type-ui/inc/post-types.php:1376
3124
+ msgid "Save Post Type"
3125
+ msgstr ""
3126
+
3127
+ #: custom-post-type-ui/inc/post-types.php:325
3128
+ #: custom-post-type-ui/inc/post-types.php:1387
3129
+ #, fuzzy
3130
+ #| msgid "Delete History"
3131
+ msgid "Delete Post Type"
3132
+ msgstr "Poista historia"
3133
+
3134
+ #: custom-post-type-ui/inc/post-types.php:337
3135
+ #: custom-post-type-ui/inc/post-types.php:1399
3136
+ msgid "Add Post Type"
3137
+ msgstr ""
3138
+
3139
+ #: custom-post-type-ui/inc/post-types.php:1109
3140
+ #, fuzzy
3141
+ #| msgid "Remove Logo"
3142
+ msgid "Menu Icon"
3143
+ msgstr "Poista logo"
3144
+
3145
+ #: custom-post-type-ui/inc/post-types.php:1336
3146
+ msgid "(WP Core)"
3147
+ msgstr ""
3148
+
3149
+ #: custom-post-type-ui/inc/post-types.php:1524
3150
+ msgid "Please provide a post type to delete"
3151
+ msgstr ""
3152
+
3153
+ #: custom-post-type-ui/inc/post-types.php:1597
3154
+ msgid "Please provide a post type name"
3155
+ msgstr ""
3156
+
3157
+ #: custom-post-type-ui/inc/taxonomies.php:385
3158
+ #: custom-post-type-ui/inc/taxonomies.php:1088
3159
+ #, fuzzy
3160
+ #| msgid "Delete History"
3161
+ msgid "Delete Taxonomy"
3162
+ msgstr "Poista historia"
3163
+
3164
+ #: custom-post-type-ui/inc/tools.php:61
3165
+ msgid "Post Types"
3166
+ msgstr ""
3167
+
3168
+ #: custom-post-type-ui/inc/tools.php:68
3169
+ msgid "Taxonomies"
3170
+ msgstr ""
3171
+
3172
+ #: custom-post-type-ui/inc/tools.php:75
3173
+ msgid "Get Code"
3174
+ msgstr ""
3175
+
3176
+ #: custom-post-type-ui/inc/tools.php:82
3177
+ #, fuzzy
3178
+ #| msgid "Site Info"
3179
+ msgid "Debug Info"
3180
+ msgstr "Sivun tiedot"
3181
+
3182
+ #: custom-post-type-ui/inc/tools.php:910
3183
+ msgid "Send debug info"
3184
+ msgstr ""
3185
+
3186
+ #: custom-post-type-ui/inc/utility.php:38
3187
+ msgid "About"
3188
+ msgstr ""
3189
+
3190
+ #: custom-post-type-ui/inc/utility.php:39 geoip-detect/views/options.php:41
3191
+ msgid "Help"
3192
+ msgstr ""
3193
+
3194
+ #: custom-post-type-ui/inc/utility.php:108
3195
+ #, php-format
3196
+ msgid "%s version %s by %s"
3197
+ msgstr ""
3198
+
3199
+ #: custom-post-type-ui/inc/utility.php:109
3200
+ msgid "Custom Post Type UI"
3201
+ msgstr ""
3202
+
3203
+ #: custom-post-type-ui/inc/utility.php:115
3204
+ #, fuzzy
3205
+ #| msgid "Support forum."
3206
+ msgid "Support forums"
3207
+ msgstr "Tuki–forum"
3208
+
3209
+ #: custom-post-type-ui/inc/utility.php:121
3210
+ #, php-format
3211
+ msgid "Review %s"
3212
+ msgstr ""
3213
+
3214
+ #: custom-post-type-ui/inc/utility.php:129
3215
+ msgid "Follow on Twitter:"
3216
+ msgstr ""
3217
+
3218
+ #: custom-post-type-ui/inc/wp-cli.php:44
3219
+ msgid "Please provide whether you are importing post types or taxonomies"
3220
+ msgstr ""
3221
+
3222
+ #: custom-post-type-ui/inc/wp-cli.php:48
3223
+ msgid "Please provide a path to the file holding your CPTUI JSON data."
3224
+ msgstr ""
3225
+
3226
+ #: custom-post-type-ui/inc/wp-cli.php:56
3227
+ #, fuzzy
3228
+ #| msgid "No Quick Responses found"
3229
+ msgid "No JSON data found"
3230
+ msgstr "Pikavastauksia ei löydetty"
3231
+
3232
+ #: custom-post-type-ui/inc/wp-cli.php:70
3233
+ #, fuzzy
3234
+ #| msgid "An unknown error occurred"
3235
+ msgid "An error on import occurred"
3236
+ msgstr "Tuntematon virhe"
3237
+
3238
+ #: custom-post-type-ui/inc/wp-cli.php:72
3239
+ #, php-format
3240
+ msgid "Imported %s successfully"
3241
+ msgstr ""
3242
+
3243
+ #: custom-post-type-ui/inc/wp-cli.php:92
3244
+ msgid "Please provide whether you are exporting your post types or taxonomies"
3245
+ msgstr ""
3246
+
3247
+ #: custom-post-type-ui/inc/wp-cli.php:96
3248
+ msgid "Please provide a path to export your data to."
3249
+ msgstr ""
3250
+
3251
+ #: custom-post-type-ui/inc/wp-cli.php:113
3252
+ msgid "Error saving data."
3253
+ msgstr ""
3254
+
3255
+ #: custom-post-type-ui/inc/wp-cli.php:116
3256
+ msgid "Successfully saved data to file."
3257
+ msgstr ""
3258
+
3259
+ #: geoip-detect/admin-ui.php:25
3260
+ msgid "GeoIP Detection Lookup"
3261
+ msgstr ""
3262
+
3263
+ #: geoip-detect/admin-ui.php:25
3264
+ msgid "GeoIP Lookup"
3265
+ msgstr ""
3266
+
3267
+ #: geoip-detect/admin-ui.php:26 geoip-detect/views/client-ip.php:4
3268
+ #: geoip-detect/views/lookup.php:10 geoip-detect/views/options.php:7
3269
+ #: geoip-detect/views/plugin_page.php:5
3270
+ msgid "GeoIP Detection"
3271
+ msgstr ""
3272
+
3273
+ #: geoip-detect/admin-ui.php:31 geoip-detect/views/lookup.php:51
3274
+ #: geoip-detect/views/plugin_page.php:51
3275
+ msgid "Lookup"
3276
+ msgstr ""
3277
+
3278
+ #: geoip-detect/admin-ui.php:116
3279
+ msgid "Updated successfully."
3280
+ msgstr ""
3281
+
3282
+ #: geoip-detect/admin-ui.php:118
3283
+ msgid "File was not updated"
3284
+ msgstr ""
3285
+
3286
+ #: geoip-detect/check_requirements.php:59
3287
+ msgid "GeoIP Detection: Minimum requirements not met."
3288
+ msgstr ""
3289
+
3290
+ #: geoip-detect/data-sources/auto.php:30
3291
+ msgid "Automatic download & update of Maxmind GeoIP Lite City"
3292
+ msgstr ""
3293
+
3294
+ #: geoip-detect/data-sources/auto.php:31
3295
+ #, php-format
3296
+ msgid "%s (updated monthly)"
3297
+ msgstr ""
3298
+
3299
+ #: geoip-detect/data-sources/auto.php:32
3300
+ msgid ""
3301
+ "(License: Creative Commons Attribution-ShareAlike 3.0 Unported. See <a href="
3302
+ "\"https://github.com/yellowtree/wp-geoip-detect/wiki/FAQ#the-maxmind-lite-"
3303
+ "databases-are-licensed-creative-commons-sharealike-attribution-when-do-i-"
3304
+ "need-to-give-attribution\" target=\"_blank\">Licensing FAQ</a> for more "
3305
+ "details.)"
3306
+ msgstr ""
3307
+
3308
+ #: geoip-detect/data-sources/auto.php:41
3309
+ msgid "(Was rescheduled just now)"
3310
+ msgstr ""
3311
+
3312
+ #: geoip-detect/data-sources/auto.php:45 geoip-detect/views/plugin_page.php:33
3313
+ #, php-format
3314
+ msgid "Next update: %s"
3315
+ msgstr ""
3316
+
3317
+ #: geoip-detect/data-sources/auto.php:45
3318
+ #: geoip-detect/data-sources/manual.php:52
3319
+ #: geoip-detect/views/plugin_page.php:29 geoip-detect/views/plugin_page.php:33
3320
+ msgid "Never"
3321
+ msgstr ""
3322
+
3323
+ #: geoip-detect/data-sources/auto.php:52 geoip-detect/views/plugin_page.php:40
3324
+ msgid "Update now"
3325
+ msgstr ""
3326
+
3327
+ #: geoip-detect/data-sources/auto.php:100
3328
+ msgid "Could not create temporary file."
3329
+ msgstr ""
3330
+
3331
+ #: geoip-detect/data-sources/auto.php:111
3332
+ msgid "It has not changed since the last update."
3333
+ msgstr ""
3334
+
3335
+ #: geoip-detect/data-sources/auto.php:167
3336
+ #: geoip-detect/data-sources/auto.php:197 geoip-detect/updater.php:31
3337
+ msgid "Downloaded file could not be opened for reading."
3338
+ msgstr ""
3339
+
3340
+ #: geoip-detect/data-sources/auto.php:169 geoip-detect/updater.php:33
3341
+ #, php-format
3342
+ msgid "Database could not be written (%s)."
3343
+ msgstr ""
3344
+
3345
+ #: geoip-detect/data-sources/auto.php:201
3346
+ #, php-format
3347
+ msgid "Downloaded file could not write or overwrite %s."
3348
+ msgstr ""
3349
+
3350
+ #: geoip-detect/data-sources/header.php:70
3351
+ msgid "Special Hosting Providers (Cloudflare, Amazon AWS CloudFront)"
3352
+ msgstr ""
3353
+
3354
+ #: geoip-detect/data-sources/header.php:72
3355
+ msgid ""
3356
+ "These servers already do geodetection, but only of the visitor's country."
3357
+ msgstr ""
3358
+
3359
+ #: geoip-detect/data-sources/header.php:85
3360
+ #, php-format
3361
+ msgid ""
3362
+ "This needs to be enabled in the admin panel: see <a href=\"%s\">Help</a>."
3363
+ msgstr ""
3364
+
3365
+ #: geoip-detect/data-sources/header.php:94
3366
+ msgid "Which Hosting Provider:"
3367
+ msgstr ""
3368
+
3369
+ #: geoip-detect/data-sources/header.php:120
3370
+ #: health-check/includes/class-health-check-debug-data.php:948
3371
+ #: wp-live-chat-support/includes/settings_page.php:1051
3372
+ #: wp-live-chat-support/includes/wplc_roi.php:156
3373
+ #: wp-live-chat-support/modules/node_server.php:771
3374
+ msgid "None"
3375
+ msgstr ""
3376
+
3377
+ #: geoip-detect/data-sources/header.php:127
3378
+ msgid "Hosting Provider:"
3379
+ msgstr ""
3380
+
3381
+ #: geoip-detect/data-sources/header.php:143
3382
+ #: geoip-detect/data-sources/manual.php:111
3383
+ #, php-format
3384
+ msgid "Error while creating reader for \"%s\": %s"
3385
+ msgstr ""
3386
+
3387
+ #: geoip-detect/data-sources/hostinfo.php:99
3388
+ msgid "HostIP.info Web-API"
3389
+ msgstr ""
3390
+
3391
+ #: geoip-detect/data-sources/hostinfo.php:101
3392
+ msgid ""
3393
+ "Free (Licence: GPL)<br />(only English names, does only have the following "
3394
+ "fields: country name, country ID and city name)"
3395
+ msgstr ""
3396
+
3397
+ #: geoip-detect/data-sources/hostinfo.php:102
3398
+ msgid "You can choose a Maxmind database below."
3399
+ msgstr ""
3400
+
3401
+ #: geoip-detect/data-sources/ipstack.php:181
3402
+ msgid "Ipstack Web-API"
3403
+ msgstr ""
3404
+
3405
+ #: geoip-detect/data-sources/ipstack.php:183
3406
+ msgid "<a href=\"https://ipstack.com/\">Ipstack</a>"
3407
+ msgstr ""
3408
+
3409
+ #: geoip-detect/data-sources/ipstack.php:187
3410
+ #, php-format
3411
+ msgid "SSL: %s"
3412
+ msgstr ""
3413
+
3414
+ #: geoip-detect/data-sources/ipstack.php:187
3415
+ #: health-check/includes/class-health-check-debug-data.php:195
3416
+ #: health-check/includes/class-health-check-debug-data.php:200
3417
+ #: health-check/includes/class-health-check-debug-data.php:209
3418
+ #: health-check/includes/class-health-check-debug-data.php:218
3419
+ #: health-check/includes/class-health-check-debug-data.php:227
3420
+ #: health-check/includes/class-health-check-debug-data.php:267
3421
+ #: health-check/includes/class-health-check-debug-data.php:272
3422
+ #: health-check/includes/class-health-check-debug-data.php:282
3423
+ #: health-check/includes/class-health-check-debug-data.php:287
3424
+ #, fuzzy
3425
+ #| msgid "Chat enabled"
3426
+ msgid "Enabled"
3427
+ msgstr "Keskustelu on käytössä"
3428
+
3429
+ #: geoip-detect/data-sources/ipstack.php:187
3430
+ #: health-check/includes/class-health-check-debug-data.php:190
3431
+ #: health-check/includes/class-health-check-debug-data.php:200
3432
+ #: health-check/includes/class-health-check-debug-data.php:209
3433
+ #: health-check/includes/class-health-check-debug-data.php:218
3434
+ #: health-check/includes/class-health-check-debug-data.php:227
3435
+ #: health-check/includes/class-health-check-debug-data.php:267
3436
+ #: health-check/includes/class-health-check-debug-data.php:272
3437
+ #: health-check/includes/class-health-check-debug-data.php:282
3438
+ #: health-check/includes/class-health-check-debug-data.php:287
3439
+ #: wp-live-chat-support/includes/settings_page.php:440
3440
+ msgid "Disabled"
3441
+ msgstr ""
3442
+
3443
+ #: geoip-detect/data-sources/ipstack.php:191
3444
+ #: geoip-detect/data-sources/ipstack.php:228
3445
+ msgid "Ipstack only works with an API key."
3446
+ msgstr ""
3447
+
3448
+ #: geoip-detect/data-sources/ipstack.php:197
3449
+ msgid "API Access Key:"
3450
+ msgstr ""
3451
+
3452
+ #: geoip-detect/data-sources/ipstack.php:198
3453
+ msgid "Access the API via SSL:"
3454
+ msgstr ""
3455
+
3456
+ #: geoip-detect/data-sources/ipstack.php:206
3457
+ msgid "HTTP (without encryption, not GDPR-compatible)"
3458
+ msgstr ""
3459
+
3460
+ #: geoip-detect/data-sources/ipstack.php:207
3461
+ msgid "HTTPS (with encryption - paid plans only)"
3462
+ msgstr ""
3463
+
3464
+ #: geoip-detect/data-sources/manual.php:30
3465
+ msgid "Manual download & update of a Maxmind City or Country database"
3466
+ msgstr ""
3467
+
3468
+ #: geoip-detect/data-sources/manual.php:32
3469
+ msgid ""
3470
+ "<a href=\"http://dev.maxmind.com/geoip/geoip2/geolite2/\" target=\"_blank"
3471
+ "\">Free version</a> - <a href=\"https://www.maxmind.com/en/geoip2-country-"
3472
+ "database\" target=\"_blank\">Commercial Version</a>"
3473
+ msgstr ""
3474
+
3475
+ #: geoip-detect/data-sources/manual.php:41
3476
+ msgid "No Maxmind database found."
3477
+ msgstr ""
3478
+
3479
+ #: geoip-detect/data-sources/manual.php:45
3480
+ #, php-format
3481
+ msgid "Database file: %s"
3482
+ msgstr ""
3483
+
3484
+ #: geoip-detect/data-sources/manual.php:52
3485
+ #: geoip-detect/views/plugin_page.php:29
3486
+ #, php-format
3487
+ msgid "Last updated: %s"
3488
+ msgstr ""
3489
+
3490
+ #: geoip-detect/data-sources/manual.php:53
3491
+ #: geoip-detect/views/plugin_page.php:18
3492
+ #, php-format
3493
+ msgid "Database data from: %s"
3494
+ msgstr ""
3495
+
3496
+ #: geoip-detect/data-sources/manual.php:68
3497
+ #, php-format
3498
+ msgid "Current value: %s"
3499
+ msgstr ""
3500
+
3501
+ #: geoip-detect/data-sources/manual.php:71
3502
+ msgid "Filepath to mmdb-file:"
3503
+ msgstr ""
3504
+
3505
+ #: geoip-detect/data-sources/manual.php:72
3506
+ msgid "e.g. wp-content/uploads/GeoLite2-Country.mmdb or absolute filepath"
3507
+ msgstr ""
3508
+
3509
+ #: geoip-detect/data-sources/manual.php:91
3510
+ msgid "The manual datafile has not been found or is not a mmdb-File. "
3511
+ msgstr ""
3512
+
3513
+ #: geoip-detect/data-sources/manual.php:168
3514
+ #: geoip-detect/data-sources/manual.php:175
3515
+ msgid "Maxmind File Database (file does not exist or is not readable)"
3516
+ msgstr ""
3517
+
3518
+ #: geoip-detect/data-sources/precision.php:83
3519
+ msgid "Maxmind Precision Web-API"
3520
+ msgstr ""
3521
+
3522
+ #: geoip-detect/data-sources/precision.php:85
3523
+ msgid ""
3524
+ "<a href=\"https://www.maxmind.com/en/geoip2-precision-services\">Maxmind "
3525
+ "Precision Services</a>"
3526
+ msgstr ""
3527
+
3528
+ #: geoip-detect/data-sources/precision.php:88
3529
+ #, php-format
3530
+ msgid "API Type: %s"
3531
+ msgstr ""
3532
+
3533
+ #: geoip-detect/data-sources/precision.php:92
3534
+ #, php-format
3535
+ msgid "Remaining Credits: ca. %s"
3536
+ msgstr ""
3537
+
3538
+ #: geoip-detect/data-sources/precision.php:96
3539
+ #: geoip-detect/data-sources/precision.php:143
3540
+ msgid "Maxmind Precision only works with a given user id and secret."
3541
+ msgstr ""
3542
+
3543
+ #: geoip-detect/data-sources/precision.php:106
3544
+ #, fuzzy
3545
+ #| msgid "Username"
3546
+ msgid "User ID:"
3547
+ msgstr "Käyttäjänimi"
3548
+
3549
+ #: geoip-detect/data-sources/precision.php:107
3550
+ msgid "License key:"
3551
+ msgstr ""
3552
+
3553
+ #: geoip-detect/data-sources/precision.php:108
3554
+ msgid "API Type:"
3555
+ msgstr ""
3556
+
3557
+ #: geoip-detect/init.php:70
3558
+ msgid "Dismiss notice"
3559
+ msgstr ""
3560
+
3561
+ #: geoip-detect/init.php:73
3562
+ msgid "GeoIP Detection: No database installed"
3563
+ msgstr ""
3564
+
3565
+ #: geoip-detect/init.php:74
3566
+ #, php-format
3567
+ msgid ""
3568
+ "The Plugin %s is currently using the Webservice <a href=\"http://hostip.info"
3569
+ "\" target=\"_blank\">hostip.info</a> as data source. <br />You can click on "
3570
+ "the button below to download and install Maxmind GeoIPv2 Lite City now."
3571
+ msgstr ""
3572
+
3573
+ #: geoip-detect/init.php:75
3574
+ msgid ""
3575
+ "This database is licenced <a href=\"http://creativecommons.org/licenses/by-"
3576
+ "sa/3.0/\">CC BY-SA</a>. See <a href=\"http://dev.maxmind.com/geoip/geoip2/"
3577
+ "geolite2/#License\">License</a> for details."
3578
+ msgstr ""
3579
+
3580
+ #: geoip-detect/init.php:85
3581
+ msgid "Keep using hostip.info"
3582
+ msgstr ""
3583
+
3584
+ #: geoip-detect/init.php:125
3585
+ #, php-format
3586
+ msgid ""
3587
+ "This site is saving the IP of the visitors of the last %s for performance "
3588
+ "reasons."
3589
+ msgstr ""
3590
+
3591
+ #: geoip-detect/init.php:128
3592
+ msgid ""
3593
+ "This site is sending the visitor's IP to (add Provider name) in order to "
3594
+ "receive the geographic information. (You will need to have a data-processing "
3595
+ "contract with this provider.)"
3596
+ msgstr ""
3597
+
3598
+ #: geoip-detect/init.php:131
3599
+ #, php-format
3600
+ msgid ""
3601
+ "This site is using %s to identify the geographic location of your IP adress. "
3602
+ "%s (Add here: how this information is used, how long it is retained. Be "
3603
+ "especially careful when using this information to change prices or selling "
3604
+ "options, as this might not be legal.)"
3605
+ msgstr ""
3606
+
3607
+ #: geoip-detect/shortcode.php:456
3608
+ #, php-format
3609
+ msgid "IP of the user: %s"
3610
+ msgstr ""
3611
+
3612
+ #: geoip-detect/shortcode.php:460
3613
+ #, php-format
3614
+ msgid "Country: %s"
3615
+ msgstr ""
3616
+
3617
+ #: geoip-detect/shortcode.php:462
3618
+ #, php-format
3619
+ msgid "State or region: %s"
3620
+ msgstr ""
3621
+
3622
+ #: geoip-detect/shortcode.php:464
3623
+ #, php-format
3624
+ msgid "City: %s"
3625
+ msgstr ""
3626
+
3627
+ #: geoip-detect/shortcode.php:467
3628
+ #, php-format
3629
+ msgid "Data from: %s"
3630
+ msgstr ""
3631
+
3632
+ #: geoip-detect/views/client-ip.php:6 geoip-detect/views/options.php:8
3633
+ msgid "Test IP Detection Lookup"
3634
+ msgstr ""
3635
+
3636
+ #: geoip-detect/views/client-ip.php:29
3637
+ msgid "(unset)"
3638
+ msgstr ""
3639
+
3640
+ #: geoip-detect/views/footer.php:4
3641
+ #, php-format
3642
+ msgid ""
3643
+ "This extension is \"charity-ware\". You can use it for free but if you want "
3644
+ "to do me a favor, please <a href=\"%s\" target=\"_blank\">donate</a> to <a "
3645
+ "href=\"%s\" target=\"_blank\">this charity</a>. (See <a href=\"%s\" target="
3646
+ "\"_blank\">FAQ</a> for more infos.)"
3647
+ msgstr ""
3648
+
3649
+ #: geoip-detect/views/footer.php:6
3650
+ msgid "http://www.jmem-hainichen.de/homepage"
3651
+ msgstr ""
3652
+
3653
+ #: geoip-detect/views/footer.php:10
3654
+ msgid ""
3655
+ "This product includes GeoLite2 data created by MaxMind, available from <a "
3656
+ "href=\"http://www.maxmind.com/\">http://www.maxmind.com</a>."
3657
+ msgstr ""
3658
+
3659
+ #: geoip-detect/views/lookup.php:16 geoip-detect/views/options.php:16
3660
+ #, php-format
3661
+ msgid "<b>Selected data source:</b> %s"
3662
+ msgstr ""
3663
+
3664
+ #: geoip-detect/views/lookup.php:26
3665
+ msgid "Your current IP:"
3666
+ msgstr ""
3667
+
3668
+ #: geoip-detect/views/lookup.php:27
3669
+ msgid "Not correct?"
3670
+ msgstr ""
3671
+
3672
+ #: geoip-detect/views/lookup.php:30
3673
+ msgid "Test IP Detection Lookup "
3674
+ msgstr ""
3675
+
3676
+ #: geoip-detect/views/lookup.php:34
3677
+ msgid "IP"
3678
+ msgstr ""
3679
+
3680
+ #: geoip-detect/views/lookup.php:34
3681
+ msgid "Enter an IP (v4 or v6)"
3682
+ msgstr ""
3683
+
3684
+ #: geoip-detect/views/lookup.php:35
3685
+ msgid "Use these locales:"
3686
+ msgstr ""
3687
+
3688
+ #: geoip-detect/views/lookup.php:37
3689
+ msgid "Default (Current site language, English otherwise)"
3690
+ msgstr ""
3691
+
3692
+ #: geoip-detect/views/lookup.php:38
3693
+ msgid "English only"
3694
+ msgstr ""
3695
+
3696
+ #: geoip-detect/views/lookup.php:39
3697
+ msgid "French, English otherwise"
3698
+ msgstr ""
3699
+
3700
+ #: geoip-detect/views/lookup.php:42
3701
+ msgid "Which syntax:"
3702
+ msgstr ""
3703
+
3704
+ #: geoip-detect/views/lookup.php:44
3705
+ msgid "PHP Syntax"
3706
+ msgstr ""
3707
+
3708
+ #: geoip-detect/views/lookup.php:45
3709
+ msgid "Shortcode Syntax"
3710
+ msgstr ""
3711
+
3712
+ #: geoip-detect/views/lookup.php:46
3713
+ msgid "JS Syntax"
3714
+ msgstr ""
3715
+
3716
+ #: geoip-detect/views/lookup.php:49
3717
+ msgid "Skip cache"
3718
+ msgstr ""
3719
+
3720
+ #: geoip-detect/views/lookup.php:60
3721
+ msgid "Lookup Result"
3722
+ msgstr ""
3723
+
3724
+ #: geoip-detect/views/lookup.php:63 geoip-detect/views/plugin_page.php:56
3725
+ #, php-format
3726
+ msgid "The function %s returns an object:"
3727
+ msgstr ""
3728
+
3729
+ #: geoip-detect/views/lookup.php:64 geoip-detect/views/lookup.php:67
3730
+ #: geoip-detect/views/lookup.php:70
3731
+ #, php-format
3732
+ msgid "See %s for more information."
3733
+ msgstr ""
3734
+
3735
+ #: geoip-detect/views/lookup.php:66
3736
+ msgid "You can use the following shortcodes."
3737
+ msgstr ""
3738
+
3739
+ #: geoip-detect/views/lookup.php:69
3740
+ msgid "AJAX and JS must be enabled in the preferences!"
3741
+ msgstr ""
3742
+
3743
+ #: geoip-detect/views/lookup.php:74
3744
+ #, php-format
3745
+ msgid "Lookup duration: %.5f s"
3746
+ msgstr ""
3747
+
3748
+ #: geoip-detect/views/lookup.php:76
3749
+ #, php-format
3750
+ msgid "(Served from cache. Was cached %s ago)"
3751
+ msgstr ""
3752
+
3753
+ #: geoip-detect/views/lookup.php:89 geoip-detect/views/plugin_page.php:62
3754
+ #: wp-live-chat-support/includes/wplc_roi.php:141
3755
+ msgid "Value"
3756
+ msgstr ""
3757
+
3758
+ #: geoip-detect/views/lookup.php:180
3759
+ msgid "Show only the most common properties"
3760
+ msgstr ""
3761
+
3762
+ #: geoip-detect/views/lookup.php:181
3763
+ msgid "Show all available properties"
3764
+ msgstr ""
3765
+
3766
+ #: geoip-detect/views/lookup.php:182
3767
+ msgid ""
3768
+ "(More properties might be available for other IPs and with other data "
3769
+ "sources.)"
3770
+ msgstr ""
3771
+
3772
+ #: geoip-detect/views/lookup.php:187 geoip-detect/views/plugin_page.php:105
3773
+ msgid "No information found about this IP."
3774
+ msgstr ""
3775
+
3776
+ #: geoip-detect/views/lookup.php:192 geoip-detect/views/plugin_page.php:110
3777
+ #, fuzzy, php-format
3778
+ #| msgid "Review the documentation."
3779
+ msgid "See %s for more documentation."
3780
+ msgstr "Tutustu dokumentaatioon."
3781
+
3782
+ #: geoip-detect/views/options.php:22
3783
+ msgid "Options for this data source"
3784
+ msgstr ""
3785
+
3786
+ #: geoip-detect/views/options.php:40
3787
+ #, fuzzy
3788
+ #| msgid "Choose a theme"
3789
+ msgid "Choose data source:"
3790
+ msgstr "Valitse teema"
3791
+
3792
+ #: geoip-detect/views/options.php:54
3793
+ #, fuzzy
3794
+ #| msgid "General Settings"
3795
+ msgid "General Options"
3796
+ msgstr "Yleiset asetukset"
3797
+
3798
+ #: geoip-detect/views/options.php:56 geoip-detect/views/plugin_page.php:120
3799
+ msgid "Add a country-specific CSS class to the &lt;body&gt;-Tag."
3800
+ msgstr ""
3801
+
3802
+ #: geoip-detect/views/options.php:59
3803
+ msgid ""
3804
+ "Disable caching a page that contains a shortcode or API call to geo-"
3805
+ "dependent functions."
3806
+ msgstr ""
3807
+
3808
+ #: geoip-detect/views/options.php:61
3809
+ msgid "At least WP SuperCache, W3TotalCache and ZenCache are supported."
3810
+ msgstr ""
3811
+
3812
+ #: geoip-detect/views/options.php:64
3813
+ msgid ""
3814
+ "Warning: As the CSS option above is active, this means that all pages are "
3815
+ "not cached."
3816
+ msgstr ""
3817
+
3818
+ #: geoip-detect/views/options.php:69
3819
+ msgid ""
3820
+ "Enable AJAX endpoint to get the information for the current IP even on "
3821
+ "cached pages."
3822
+ msgstr ""
3823
+
3824
+ #: geoip-detect/views/options.php:72
3825
+ #, php-format
3826
+ msgid ""
3827
+ "Warning: In theory, other websites could use your API credits over AJAX, "
3828
+ "this cannot be prevented completely (see <a href=\"%s\" target=\"_blank"
3829
+ "\">documentation</a> for more infos). You should use a different data source "
3830
+ "or disable AJAX."
3831
+ msgstr ""
3832
+
3833
+ #: geoip-detect/views/options.php:75
3834
+ msgid "Add JS to make the access to the AJAX endpoint easier."
3835
+ msgstr ""
3836
+
3837
+ #: geoip-detect/views/options.php:77
3838
+ msgid ""
3839
+ "You will need to code JS (see <a href=\"https://github.com/yellowtree/geoip-"
3840
+ "detect/wiki/API%3A-AJAX\">documentation</a>) in order to make this work. "
3841
+ "Shortcodes are not automatically converted to their AJAX equivalent."
3842
+ msgstr ""
3843
+
3844
+ #: geoip-detect/views/options.php:82
3845
+ msgid "The server is behind a reverse proxy"
3846
+ msgstr ""
3847
+
3848
+ #: geoip-detect/views/options.php:83
3849
+ msgid "Client IP debug panel"
3850
+ msgstr ""
3851
+
3852
+ #: geoip-detect/views/options.php:86
3853
+ #, php-format
3854
+ msgid ""
3855
+ "(With Proxy: %s - Without Proxy: %s - Client IP with current configuration: "
3856
+ "%s)"
3857
+ msgstr ""
3858
+
3859
+ #: geoip-detect/views/options.php:88
3860
+ msgid "(This doesn't seem to be the case.)"
3861
+ msgstr ""
3862
+
3863
+ #: geoip-detect/views/options.php:93
3864
+ msgid "IPs of trusted proxies:"
3865
+ msgstr ""
3866
+
3867
+ #: geoip-detect/views/options.php:95
3868
+ msgid "If specified, only IPs in this list will be treated as proxy."
3869
+ msgstr ""
3870
+
3871
+ #: geoip-detect/views/options.php:96
3872
+ msgid "Make sure to add both IPv4 and IPv6 adresses of the proxy!"
3873
+ msgstr ""
3874
+
3875
+ #: geoip-detect/views/options.php:101
3876
+ msgid "External IP of this server:"
3877
+ msgstr ""
3878
+
3879
+ #: geoip-detect/views/options.php:101
3880
+ msgid "detect automatically"
3881
+ msgstr ""
3882
+
3883
+ #: geoip-detect/views/options.php:103
3884
+ msgid "Current value:"
3885
+ msgstr ""
3886
+
3887
+ #: geoip-detect/views/options.php:104
3888
+ msgid ""
3889
+ "If empty: Try to use an ip service to detect it (Internet connection is "
3890
+ "necessary). If this is not possible, 0.0.0.0 will be returned."
3891
+ msgstr ""
3892
+
3893
+ #: geoip-detect/views/options.php:105
3894
+ msgid ""
3895
+ "(This external adress will be used when the request IP adress is not a "
3896
+ "public IP, e.g. 127.0.0.1)"
3897
+ msgstr ""
3898
+
3899
+ #: geoip-detect/views/options.php:116
3900
+ msgid "IPv6 not supported"
3901
+ msgstr ""
3902
+
3903
+ #: geoip-detect/views/options.php:118
3904
+ msgid ""
3905
+ "Your version of PHP is compiled without IPv6-support, so it is not possible "
3906
+ "to lookup adresses like \"2001:4860:4801:5::91\". For more information see "
3907
+ "<a href=\"https://php.net/manual/en/function.inet-pton.php\">PHP "
3908
+ "documentation & user comments</a>."
3909
+ msgstr ""
3910
+
3911
+ #: geoip-detect/views/plugin_page.php:14
3912
+ #, php-format
3913
+ msgid "Selected data source: %s"
3914
+ msgstr ""
3915
+
3916
+ #: geoip-detect/views/plugin_page.php:34
3917
+ msgid "(The file is updated automatically once a month.)"
3918
+ msgstr ""
3919
+
3920
+ #: geoip-detect/views/plugin_page.php:61
3921
+ msgid "Key"
3922
+ msgstr ""
3923
+
3924
+ #: geoip-detect/views/plugin_page.php:126
3925
+ #, php-format
3926
+ msgid "(With Proxy: %s - Without Proxy: %s)"
3927
+ msgstr ""
3928
+
3929
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:243
3930
+ msgid ""
3931
+ "When enabling troubleshooting on the selected plugins, a site failure "
3932
+ "occurred. Because of this the selected plugins were kept disabled while "
3933
+ "troubleshooting mode started."
3934
+ msgstr ""
3935
+
3936
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:268
3937
+ msgid ""
3938
+ "When bulk-enabling plugins, a site failure occurred. Because of this the "
3939
+ "change was automatically reverted."
3940
+ msgstr ""
3941
+
3942
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:293
3943
+ msgid ""
3944
+ "When bulk-disabling plugins, a site failure occurred. Because of this the "
3945
+ "change was automatically reverted."
3946
+ msgstr ""
3947
+
3948
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:304
3949
+ #, fuzzy
3950
+ #| msgid "Troubleshooting"
3951
+ msgid "Troubleshoot"
3952
+ msgstr "Ongelmanratkaisu"
3953
+
3954
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:310
3955
+ #, fuzzy
3956
+ #| msgid "Troubleshooting"
3957
+ msgid "Enable while troubleshooting"
3958
+ msgstr "Ongelmanratkaisu"
3959
+
3960
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:311
3961
+ #, fuzzy
3962
+ #| msgid "Troubleshooting"
3963
+ msgid "Disable while troubleshooting"
3964
+ msgstr "Ongelmanratkaisu"
3965
+
3966
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:661
3967
+ #, php-format
3968
+ msgid ""
3969
+ "When enabling the plugin, %s, a site failure occurred. Because of this the "
3970
+ "change was automatically reverted."
3971
+ msgstr ""
3972
+
3973
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:687
3974
+ #, php-format
3975
+ msgid ""
3976
+ "When disabling the plugin, %s, a site failure occurred. Because of this the "
3977
+ "change was automatically reverted."
3978
+ msgstr ""
3979
+
3980
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:710
3981
+ #, php-format
3982
+ msgid ""
3983
+ "When switching the active theme to %s, a site failure occurred. Because of "
3984
+ "this we reverted the theme to the one you used previously."
3985
+ msgstr ""
3986
+
3987
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:991
3988
+ msgid ""
3989
+ "Your site is currently in Troubleshooting Mode. This has <strong>no effect "
3990
+ "on your site visitors</strong>, they will continue to view your site as "
3991
+ "usual, but for you it will look as if you had just installed WordPress for "
3992
+ "the first time."
3993
+ msgstr ""
3994
+
3995
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:995
3996
+ msgid ""
3997
+ "Here you can enable individual plugins or themes, helping you to find out "
3998
+ "what might be causing strange behaviors on your site. Do note that "
3999
+ "<strong>any changes you make to settings will be kept</strong> when you "
4000
+ "disable Troubleshooting Mode."
4001
+ msgstr ""
4002
+
4003
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:1047
4004
+ #, php-format
4005
+ msgid "Disable the plugin, %s, while troubleshooting."
4006
+ msgstr ""
4007
+
4008
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:1066
4009
+ #, php-format
4010
+ msgid "Enable the plugin, %s, while troubleshooting."
4011
+ msgstr ""
4012
+
4013
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:1081
4014
+ #, php-format
4015
+ msgid "Show %d remaining plugins"
4016
+ msgstr ""
4017
+
4018
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:1135
4019
+ #, php-format
4020
+ msgid "Switch the active theme to %s"
4021
+ msgstr ""
4022
+
4023
+ #: health-check/assets/mu-plugin/health-check-troubleshooting-mode.php:1160
4024
+ #, php-format
4025
+ msgid "Show %d remaining themes"
4026
+ msgstr ""
4027
+
4028
+ #: health-check/includes/class-health-check-auto-updates.php:77
4029
+ #, php-format
4030
+ msgid "The %s constant is defined and enabled."
4031
+ msgstr ""
4032
+
4033
+ #: health-check/includes/class-health-check-auto-updates.php:121
4034
+ #, php-format
4035
+ msgid "Could not confirm that the %s filter is available."
4036
+ msgstr ""
4037
+
4038
+ #: health-check/includes/class-health-check-auto-updates.php:134
4039
+ #, php-format
4040
+ msgid "A plugin has prevented updates by disabling %s."
4041
+ msgstr ""
4042
+
4043
+ #: health-check/includes/class-health-check-auto-updates.php:154
4044
+ #, php-format
4045
+ msgid "The %s filter is enabled."
4046
+ msgstr ""
4047
+
4048
+ #: health-check/includes/class-health-check-auto-updates.php:177
4049
+ msgid ""
4050
+ "A previous automatic background update ended with a critical failure, so "
4051
+ "updates are now disabled."
4052
+ msgstr ""
4053
+
4054
+ #: health-check/includes/class-health-check-auto-updates.php:178
4055
+ #: health-check/includes/class-health-check-auto-updates.php:193
4056
+ #, fuzzy
4057
+ #| msgid "You have not received any offline messages."
4058
+ msgid "You would have received an email because of this."
4059
+ msgstr "Et ole saanut offline-viestejä."
4060
+
4061
+ #: health-check/includes/class-health-check-auto-updates.php:179
4062
+ msgid ""
4063
+ "When you've been able to update using the \"Update Now\" button on Dashboard "
4064
+ "> Updates, we'll clear this error for future update attempts."
4065
+ msgstr ""
4066
+
4067
+ #: health-check/includes/class-health-check-auto-updates.php:182
4068
+ #: health-check/includes/class-health-check-auto-updates.php:199
4069
+ #, php-format
4070
+ msgid "The error code was %s."
4071
+ msgstr ""
4072
+
4073
+ #: health-check/includes/class-health-check-auto-updates.php:191
4074
+ msgid "A previous automatic background update could not occur."
4075
+ msgstr ""
4076
+
4077
+ #: health-check/includes/class-health-check-auto-updates.php:196
4078
+ msgid "We'll try again with the next release."
4079
+ msgstr ""
4080
+
4081
+ #: health-check/includes/class-health-check-auto-updates.php:250
4082
+ #, php-format
4083
+ msgid ""
4084
+ "The folder %1$s was detected as being under version control (%2$s), but the "
4085
+ "%3$s filter is allowing updates."
4086
+ msgstr ""
4087
+
4088
+ #: health-check/includes/class-health-check-auto-updates.php:263
4089
+ #, php-format
4090
+ msgid "The folder %1$s was detected as being under version control (%2$s)."
4091
+ msgstr ""
4092
+
4093
+ #: health-check/includes/class-health-check-auto-updates.php:272
4094
+ msgid "No version control systems were detected."
4095
+ msgstr ""
4096
+
4097
+ #: health-check/includes/class-health-check-auto-updates.php:289
4098
+ msgid ""
4099
+ "Your installation of WordPress prompts for FTP credentials to perform "
4100
+ "updates."
4101
+ msgstr ""
4102
+
4103
+ #: health-check/includes/class-health-check-auto-updates.php:290
4104
+ msgid ""
4105
+ "(Your site is performing updates over FTP due to file ownership. Talk to "
4106
+ "your hosting company.)"
4107
+ msgstr ""
4108
+
4109
+ #: health-check/includes/class-health-check-auto-updates.php:299
4110
+ msgid ""
4111
+ "Your installation of WordPress doesn't require FTP credentials to perform "
4112
+ "updates."
4113
+ msgstr ""
4114
+
4115
+ #: health-check/includes/class-health-check-auto-updates.php:346
4116
+ #, php-format
4117
+ msgid "Couldn't retrieve a list of the checksums for WordPress %s."
4118
+ msgstr ""
4119
+
4120
+ #: health-check/includes/class-health-check-auto-updates.php:349
4121
+ msgid "This could mean that connections are failing to WordPress.org."
4122
+ msgstr ""
4123
+
4124
+ #: health-check/includes/class-health-check-auto-updates.php:375
4125
+ msgid "Some files are not writable by WordPress:"
4126
+ msgstr ""
4127
+
4128
+ #: health-check/includes/class-health-check-auto-updates.php:380
4129
+ msgid "All of your WordPress files are writable."
4130
+ msgstr ""
4131
+
4132
+ #: health-check/includes/class-health-check-auto-updates.php:404
4133
+ #, php-format
4134
+ msgid "WordPress development updates are blocked by the %s constant."
4135
+ msgstr ""
4136
+
4137
+ #: health-check/includes/class-health-check-auto-updates.php:415
4138
+ #, php-format
4139
+ msgid "WordPress development updates are blocked by the %s filter."
4140
+ msgstr ""
4141
+
4142
+ #: health-check/includes/class-health-check-auto-updates.php:435
4143
+ #, php-format
4144
+ msgid "WordPress security and maintenance releases are blocked by %s."
4145
+ msgstr ""
4146
+
4147
+ #: health-check/includes/class-health-check-auto-updates.php:446
4148
+ #, php-format
4149
+ msgid ""
4150
+ "WordPress security and maintenance releases are blocked by the %s filter."
4151
+ msgstr ""
4152
+
4153
+ #: health-check/includes/class-health-check-dashboard-widget.php:17
4154
+ #: health-check/pages/site-status.php:32
4155
+ #, fuzzy
4156
+ #| msgid "Status"
4157
+ msgid "Site Health Status"
4158
+ msgstr "Tila"
4159
+
4160
+ #: health-check/includes/class-health-check-dashboard-widget.php:46
4161
+ msgid "No information yet&hellip;"
4162
+ msgstr ""
4163
+
4164
+ #: health-check/includes/class-health-check-dashboard-widget.php:48
4165
+ #: health-check/pages/site-health-header.php:29
4166
+ msgid "Results are still loading&hellip;"
4167
+ msgstr ""
4168
+
4169
+ #: health-check/includes/class-health-check-dashboard-widget.php:55
4170
+ msgid ""
4171
+ "No Site Health information has been gathered yet, you can do so by visiting "
4172
+ "the Site Health page, alternatively the checks will run automatically once "
4173
+ "every week."
4174
+ msgstr ""
4175
+
4176
+ #: health-check/includes/class-health-check-dashboard-widget.php:62
4177
+ #, php-format
4178
+ msgid ""
4179
+ "<a href=\"%s\">Visit the Site Health page</a> to gather information on about "
4180
+ "your site.."
4181
+ msgstr ""
4182
+
4183
+ #: health-check/includes/class-health-check-dashboard-widget.php:71
4184
+ msgid ""
4185
+ "Your site has critical issues that should be addressed as soon as possible "
4186
+ "to improve the performance or security of your website."
4187
+ msgstr ""
4188
+
4189
+ #: health-check/includes/class-health-check-dashboard-widget.php:73
4190
+ msgid "Great job! Your site currently passes all site health checks."
4191
+ msgstr ""
4192
+
4193
+ #: health-check/includes/class-health-check-dashboard-widget.php:75
4194
+ msgid ""
4195
+ "Your site scores pretty well on the Health Check, but there are still some "
4196
+ "things you can do to improve the performance and security of your website."
4197
+ msgstr ""
4198
+
4199
+ #: health-check/includes/class-health-check-dashboard-widget.php:85
4200
+ #, php-format
4201
+ msgid ""
4202
+ "Take a look at the <strong>%1$d items</strong> on the <a href=\"%2$s\">Site "
4203
+ "Health Check status page</a>."
4204
+ msgstr ""
4205
+
4206
+ #: health-check/includes/class-health-check-debug-data.php:62
4207
+ #: health-check/includes/class-health-check-debug-data.php:882
4208
+ #: health-check/includes/class-health-check-debug-data.php:914
4209
+ #: health-check/includes/class-health-check-debug-data.php:972
4210
+ #: health-check/includes/class-health-check-debug-data.php:1056
4211
+ #, php-format
4212
+ msgid "(Latest version: %s)"
4213
+ msgstr ""
4214
+
4215
+ #: health-check/includes/class-health-check-debug-data.php:72
4216
+ #, fuzzy
4217
+ #| msgid "Username"
4218
+ msgid "WordPress"
4219
+ msgstr "Käyttäjänimi"
4220
+
4221
+ #: health-check/includes/class-health-check-debug-data.php:75
4222
+ #: health-check/includes/class-health-check-debug-data.php:932
4223
+ #: health-check/includes/class-health-check-debug-data.php:990
4224
+ #: health-check/includes/tools/class-health-check-plugin-compatibility.php:24
4225
+ #, fuzzy
4226
+ msgid "Version"
4227
+ msgstr "Versio 4"
4228
+
4229
+ #: health-check/includes/class-health-check-debug-data.php:80
4230
+ msgid "Site Language"
4231
+ msgstr ""
4232
+
4233
+ #: health-check/includes/class-health-check-debug-data.php:84
4234
+ #, fuzzy
4235
+ #| msgid "Username"
4236
+ msgid "User Language"
4237
+ msgstr "Käyttäjänimi"
4238
+
4239
+ #: health-check/includes/class-health-check-debug-data.php:88
4240
+ msgid "Home URL"
4241
+ msgstr ""
4242
+
4243
+ #: health-check/includes/class-health-check-debug-data.php:93
4244
+ #, fuzzy
4245
+ #| msgid "Your Website"
4246
+ msgid "Site URL"
4247
+ msgstr "Kotisivu:"
4248
+
4249
+ #: health-check/includes/class-health-check-debug-data.php:98
4250
+ msgid "Permalink structure"
4251
+ msgstr ""
4252
+
4253
+ #: health-check/includes/class-health-check-debug-data.php:99
4254
+ msgid "No permalink structure set"
4255
+ msgstr ""
4256
+
4257
+ #: health-check/includes/class-health-check-debug-data.php:103
4258
+ msgid "Is this site using HTTPS?"
4259
+ msgstr ""
4260
+
4261
+ #: health-check/includes/class-health-check-debug-data.php:108
4262
+ msgid "Can anyone register on this site?"
4263
+ msgstr ""
4264
+
4265
+ #: health-check/includes/class-health-check-debug-data.php:113
4266
+ msgid "Default comment status"
4267
+ msgstr ""
4268
+
4269
+ #: health-check/includes/class-health-check-debug-data.php:118
4270
+ #, fuzzy
4271
+ #| msgid "Can I use this plugin on my multi-site?"
4272
+ msgid "Is this a multisite?"
4273
+ msgstr "Voinko käyttää lisäosaa monisivuisessa asennuksessa?"
4274
+
4275
+ #: health-check/includes/class-health-check-debug-data.php:127
4276
+ msgid "Directories and Sizes"
4277
+ msgstr ""
4278
+
4279
+ #: health-check/includes/class-health-check-debug-data.php:133
4280
+ msgid "Drop-ins"
4281
+ msgstr ""
4282
+
4283
+ #: health-check/includes/class-health-check-debug-data.php:135
4284
+ msgid ""
4285
+ "Drop-ins are single files that replace or enhance WordPress features in ways "
4286
+ "that are not possible for traditional plugins."
4287
+ msgstr ""
4288
+
4289
+ #: health-check/includes/class-health-check-debug-data.php:140
4290
+ #, fuzzy
4291
+ #| msgid "Active Chats"
4292
+ msgid "Active Theme"
4293
+ msgstr "Aktiiviset keskustelut"
4294
+
4295
+ #: health-check/includes/class-health-check-debug-data.php:145
4296
+ msgid "Parent Theme"
4297
+ msgstr ""
4298
+
4299
+ #: health-check/includes/class-health-check-debug-data.php:150
4300
+ #, fuzzy
4301
+ #| msgid "active"
4302
+ msgid "Inactive Themes"
4303
+ msgstr "aktiivinen"
4304
+
4305
+ #: health-check/includes/class-health-check-debug-data.php:156
4306
+ msgid "Must Use Plugins"
4307
+ msgstr ""
4308
+
4309
+ #: health-check/includes/class-health-check-debug-data.php:162
4310
+ #, fuzzy
4311
+ #| msgid "Active Chats"
4312
+ msgid "Active Plugins"
4313
+ msgstr "Aktiiviset keskustelut"
4314
+
4315
+ #: health-check/includes/class-health-check-debug-data.php:168
4316
+ #, fuzzy
4317
+ #| msgid "active"
4318
+ msgid "Inactive Plugins"
4319
+ msgstr "aktiivinen"
4320
+
4321
+ #: health-check/includes/class-health-check-debug-data.php:174
4322
+ msgid "Media Handling"
4323
+ msgstr ""
4324
+
4325
+ #: health-check/includes/class-health-check-debug-data.php:179
4326
+ #, fuzzy
4327
+ #| msgid "Chat Active"
4328
+ msgid "Server"
4329
+ msgstr "Aktiivinen keskustelu"
4330
+
4331
+ #: health-check/includes/class-health-check-debug-data.php:180
4332
+ msgid ""
4333
+ "The options shown below relate to your server setup. If changes are "
4334
+ "required, you may need your web host&#8217;s assistance."
4335
+ msgstr ""
4336
+
4337
+ #: health-check/includes/class-health-check-debug-data.php:185
4338
+ msgid "Database"
4339
+ msgstr ""
4340
+
4341
+ #: health-check/includes/class-health-check-debug-data.php:203
4342
+ #: health-check/includes/class-health-check-debug-data.php:212
4343
+ #: health-check/includes/class-health-check-debug-data.php:221
4344
+ #: health-check/includes/class-health-check-debug-data.php:230
4345
+ #: health-check/includes/class-health-check-debug-data.php:245
4346
+ #: health-check/includes/class-health-check-debug-data.php:250
4347
+ #: health-check/includes/class-health-check-debug-data.php:943
4348
+ #: health-check/includes/class-health-check-debug-data.php:1001
4349
+ msgid "Undefined"
4350
+ msgstr ""
4351
+
4352
+ #: health-check/includes/class-health-check-debug-data.php:235
4353
+ #, fuzzy
4354
+ #| msgid "Username"
4355
+ msgid "WordPress Constants"
4356
+ msgstr "Käyttäjänimi"
4357
+
4358
+ #: health-check/includes/class-health-check-debug-data.php:236
4359
+ msgid "These settings alter where and how parts of WordPress are loaded."
4360
+ msgstr ""
4361
+
4362
+ #: health-check/includes/class-health-check-debug-data.php:320
4363
+ msgid "Filesystem Permissions"
4364
+ msgstr ""
4365
+
4366
+ #: health-check/includes/class-health-check-debug-data.php:321
4367
+ msgid ""
4368
+ "Shows whether WordPress is able to write to the directories it needs access "
4369
+ "to."
4370
+ msgstr ""
4371
+
4372
+ #: health-check/includes/class-health-check-debug-data.php:324
4373
+ msgid "The main WordPress directory"
4374
+ msgstr ""
4375
+
4376
+ #: health-check/includes/class-health-check-debug-data.php:325
4377
+ #: health-check/includes/class-health-check-debug-data.php:330
4378
+ #: health-check/includes/class-health-check-debug-data.php:335
4379
+ #: health-check/includes/class-health-check-debug-data.php:340
4380
+ #: health-check/includes/class-health-check-debug-data.php:345
4381
+ #: health-check/includes/class-health-check-debug-data.php:1080
4382
+ msgid "Writable"
4383
+ msgstr ""
4384
+
4385
+ #: health-check/includes/class-health-check-debug-data.php:325
4386
+ #: health-check/includes/class-health-check-debug-data.php:330
4387
+ #: health-check/includes/class-health-check-debug-data.php:335
4388
+ #: health-check/includes/class-health-check-debug-data.php:340
4389
+ #: health-check/includes/class-health-check-debug-data.php:345
4390
+ #: health-check/includes/class-health-check-debug-data.php:1080
4391
+ msgid "Not writable"
4392
+ msgstr ""
4393
+
4394
+ #: health-check/includes/class-health-check-debug-data.php:329
4395
+ msgid "The wp-content directory"
4396
+ msgstr ""
4397
+
4398
+ #: health-check/includes/class-health-check-debug-data.php:334
4399
+ msgid "The uploads directory"
4400
+ msgstr ""
4401
+
4402
+ #: health-check/includes/class-health-check-debug-data.php:339
4403
+ msgid "The plugins directory"
4404
+ msgstr ""
4405
+
4406
+ #: health-check/includes/class-health-check-debug-data.php:344
4407
+ msgid "The themes directory"
4408
+ msgstr ""
4409
+
4410
+ #: health-check/includes/class-health-check-debug-data.php:368
4411
+ #: health-check/includes/class-health-check-debug-data.php:385
4412
+ msgid "User count"
4413
+ msgstr ""
4414
+
4415
+ #: health-check/includes/class-health-check-debug-data.php:373
4416
+ #, fuzzy
4417
+ #| msgid "Site Info"
4418
+ msgid "Site count"
4419
+ msgstr "Sivun tiedot"
4420
+
4421
+ #: health-check/includes/class-health-check-debug-data.php:378
4422
+ msgid "Network count"
4423
+ msgstr ""
4424
+
4425
+ #: health-check/includes/class-health-check-debug-data.php:396
4426
+ #: health-check/includes/class-health-check-debug-data.php:402
4427
+ #: health-check/includes/class-health-check-site-status.php:1940
4428
+ msgid "Communication with WordPress.org"
4429
+ msgstr ""
4430
+
4431
+ #: health-check/includes/class-health-check-debug-data.php:397
4432
+ #, fuzzy
4433
+ #| msgid "WordPress.org plugin repository "
4434
+ msgid "WordPress.org is reachable"
4435
+ msgstr "WordPress.org -lisäosien hakemisto "
4436
+
4437
+ #: health-check/includes/class-health-check-debug-data.php:405
4438
+ #, php-format
4439
+ msgid "Unable to reach WordPress.org at %1$s: %2$s"
4440
+ msgstr ""
4441
+
4442
+ #: health-check/includes/class-health-check-debug-data.php:415
4443
+ msgid "Loading&hellip;"
4444
+ msgstr ""
4445
+
4446
+ #: health-check/includes/class-health-check-debug-data.php:419
4447
+ #, fuzzy
4448
+ #| msgid "WordPress.org plugin repository "
4449
+ msgid "WordPress directory location"
4450
+ msgstr "WordPress.org -lisäosien hakemisto "
4451
+
4452
+ #: health-check/includes/class-health-check-debug-data.php:423
4453
+ #, fuzzy
4454
+ #| msgid "WordPress.org plugin repository "
4455
+ msgid "WordPress directory size"
4456
+ msgstr "WordPress.org -lisäosien hakemisto "
4457
+
4458
+ #: health-check/includes/class-health-check-debug-data.php:428
4459
+ msgid "Uploads directory location"
4460
+ msgstr ""
4461
+
4462
+ #: health-check/includes/class-health-check-debug-data.php:432
4463
+ msgid "Uploads directory size"
4464
+ msgstr ""
4465
+
4466
+ #: health-check/includes/class-health-check-debug-data.php:437
4467
+ msgid "Themes directory location"
4468
+ msgstr ""
4469
+
4470
+ #: health-check/includes/class-health-check-debug-data.php:441
4471
+ msgid "Themes directory size"
4472
+ msgstr ""
4473
+
4474
+ #: health-check/includes/class-health-check-debug-data.php:446
4475
+ msgid "Plugins directory location"
4476
+ msgstr ""
4477
+
4478
+ #: health-check/includes/class-health-check-debug-data.php:450
4479
+ msgid "Plugins directory size"
4480
+ msgstr ""
4481
+
4482
+ #: health-check/includes/class-health-check-debug-data.php:455
4483
+ msgid "Database size"
4484
+ msgstr ""
4485
+
4486
+ #: health-check/includes/class-health-check-debug-data.php:460
4487
+ msgid "Total installation size"
4488
+ msgstr ""
4489
+
4490
+ #: health-check/includes/class-health-check-debug-data.php:474
4491
+ #: health-check/includes/class-health-check-debug-data.php:496
4492
+ #: health-check/includes/class-health-check-debug-data.php:1385
4493
+ #, fuzzy
4494
+ #| msgid "No chats available at the moment"
4495
+ msgid "Not available"
4496
+ msgstr "Tällä hetkellä ei ole vapaita keskusteluita"
4497
+
4498
+ #: health-check/includes/class-health-check-debug-data.php:486
4499
+ #, fuzzy
4500
+ #| msgid "Active Chats"
4501
+ msgid "Active editor"
4502
+ msgstr "Aktiiviset keskustelut"
4503
+
4504
+ #: health-check/includes/class-health-check-debug-data.php:500
4505
+ msgid "ImageMagick version number"
4506
+ msgstr ""
4507
+
4508
+ #: health-check/includes/class-health-check-debug-data.php:505
4509
+ msgid "ImageMagick version string"
4510
+ msgstr ""
4511
+
4512
+ #: health-check/includes/class-health-check-debug-data.php:530
4513
+ msgid "Imagick Resource Limits"
4514
+ msgstr ""
4515
+
4516
+ #: health-check/includes/class-health-check-debug-data.php:544
4517
+ #, fuzzy
4518
+ msgid "GD version"
4519
+ msgstr "Versio 4"
4520
+
4521
+ #: health-check/includes/class-health-check-debug-data.php:560
4522
+ msgid "Unable to determine if Ghostscript is installed"
4523
+ msgstr ""
4524
+
4525
+ #: health-check/includes/class-health-check-debug-data.php:565
4526
+ msgid "Ghostscript version"
4527
+ msgstr ""
4528
+
4529
+ #: health-check/includes/class-health-check-debug-data.php:585
4530
+ msgid "(Supports 64bit values)"
4531
+ msgstr ""
4532
+
4533
+ #: health-check/includes/class-health-check-debug-data.php:585
4534
+ msgid "(Does not support 64bit values)"
4535
+ msgstr ""
4536
+
4537
+ #: health-check/includes/class-health-check-debug-data.php:592
4538
+ msgid "Unable to determine PHP version"
4539
+ msgstr ""
4540
+
4541
+ #: health-check/includes/class-health-check-debug-data.php:613
4542
+ msgid "Server architecture"
4543
+ msgstr ""
4544
+
4545
+ #: health-check/includes/class-health-check-debug-data.php:614
4546
+ msgid "Unable to determine server architecture"
4547
+ msgstr ""
4548
+
4549
+ #: health-check/includes/class-health-check-debug-data.php:618
4550
+ msgid "Website server user"
4551
+ msgstr ""
4552
+
4553
+ #: health-check/includes/class-health-check-debug-data.php:619
4554
+ msgid "Unable to determine the websites server user"
4555
+ msgstr ""
4556
+
4557
+ #: health-check/includes/class-health-check-debug-data.php:624
4558
+ msgid "Web server"
4559
+ msgstr ""
4560
+
4561
+ #: health-check/includes/class-health-check-debug-data.php:625
4562
+ msgid "Unable to determine what web server software is used"
4563
+ msgstr ""
4564
+
4565
+ #: health-check/includes/class-health-check-debug-data.php:629
4566
+ #, fuzzy
4567
+ #| msgid "Pro version only"
4568
+ msgid "PHP version"
4569
+ msgstr "Vain Pro-versiossa"
4570
+
4571
+ #: health-check/includes/class-health-check-debug-data.php:634
4572
+ msgid "PHP SAPI"
4573
+ msgstr ""
4574
+
4575
+ #: health-check/includes/class-health-check-debug-data.php:635
4576
+ msgid "Unable to determine PHP SAPI"
4577
+ msgstr ""
4578
+
4579
+ #: health-check/includes/class-health-check-debug-data.php:642
4580
+ #, fuzzy
4581
+ #| msgid "Save Settings"
4582
+ msgid "Server settings"
4583
+ msgstr "Tallenna asetukset"
4584
+
4585
+ #: health-check/includes/class-health-check-debug-data.php:643
4586
+ msgid ""
4587
+ "Unable to determine some settings, as the ini_get() function has been "
4588
+ "disabled."
4589
+ msgstr ""
4590
+
4591
+ #: health-check/includes/class-health-check-debug-data.php:648
4592
+ msgid "PHP max input variables"
4593
+ msgstr ""
4594
+
4595
+ #: health-check/includes/class-health-check-debug-data.php:652
4596
+ msgid "PHP time limit"
4597
+ msgstr ""
4598
+
4599
+ #: health-check/includes/class-health-check-debug-data.php:656
4600
+ msgid "PHP memory limit"
4601
+ msgstr ""
4602
+
4603
+ #: health-check/includes/class-health-check-debug-data.php:660
4604
+ msgid "Max input time"
4605
+ msgstr ""
4606
+
4607
+ #: health-check/includes/class-health-check-debug-data.php:664
4608
+ #, fuzzy
4609
+ #| msgid "Upload Image"
4610
+ msgid "Upload max filesize"
4611
+ msgstr "Lisää kuva"
4612
+
4613
+ #: health-check/includes/class-health-check-debug-data.php:668
4614
+ msgid "PHP post max size"
4615
+ msgstr ""
4616
+
4617
+ #: health-check/includes/class-health-check-debug-data.php:677
4618
+ #: health-check/includes/class-health-check-debug-data.php:682
4619
+ msgid "cURL version"
4620
+ msgstr ""
4621
+
4622
+ #: health-check/includes/class-health-check-debug-data.php:692
4623
+ msgid "Is SUHOSIN installed?"
4624
+ msgstr ""
4625
+
4626
+ #: health-check/includes/class-health-check-debug-data.php:701
4627
+ msgid "Is the Imagick library available?"
4628
+ msgstr ""
4629
+
4630
+ #: health-check/includes/class-health-check-debug-data.php:720
4631
+ #: health-check/includes/class-health-check-debug-data.php:728
4632
+ msgid "Server headers"
4633
+ msgstr ""
4634
+
4635
+ #: health-check/includes/class-health-check-debug-data.php:721
4636
+ msgid "Could not retrieve server headers"
4637
+ msgstr ""
4638
+
4639
+ #: health-check/includes/class-health-check-debug-data.php:744
4640
+ msgid ".htaccess rules"
4641
+ msgstr ""
4642
+
4643
+ #: health-check/includes/class-health-check-debug-data.php:745
4644
+ msgid "Custom rules have been added to your .htaccess file."
4645
+ msgstr ""
4646
+
4647
+ #: health-check/includes/class-health-check-debug-data.php:745
4648
+ msgid "Your .htaccess file contains only core WordPress features."
4649
+ msgstr ""
4650
+
4651
+ #: health-check/includes/class-health-check-debug-data.php:776
4652
+ msgid "Extension"
4653
+ msgstr ""
4654
+
4655
+ #: health-check/includes/class-health-check-debug-data.php:781
4656
+ #, fuzzy
4657
+ #| msgid "Pro version only"
4658
+ msgid "Server version"
4659
+ msgstr "Vain Pro-versiossa"
4660
+
4661
+ #: health-check/includes/class-health-check-debug-data.php:786
4662
+ msgid "Client version"
4663
+ msgstr ""
4664
+
4665
+ #: health-check/includes/class-health-check-debug-data.php:791
4666
+ msgid "Database user"
4667
+ msgstr ""
4668
+
4669
+ #: health-check/includes/class-health-check-debug-data.php:797
4670
+ msgid "Database host"
4671
+ msgstr ""
4672
+
4673
+ #: health-check/includes/class-health-check-debug-data.php:803
4674
+ msgid "Database name"
4675
+ msgstr ""
4676
+
4677
+ #: health-check/includes/class-health-check-debug-data.php:809
4678
+ msgid "Database prefix"
4679
+ msgstr ""
4680
+
4681
+ #: health-check/includes/class-health-check-debug-data.php:821
4682
+ #: health-check/includes/class-health-check-debug-data.php:859
4683
+ #: health-check/includes/class-health-check-debug-data.php:1033
4684
+ msgid "No version or author information is available."
4685
+ msgstr ""
4686
+
4687
+ #: health-check/includes/class-health-check-debug-data.php:826
4688
+ #: health-check/includes/class-health-check-debug-data.php:864
4689
+ #: health-check/includes/class-health-check-debug-data.php:1038
4690
+ #, php-format
4691
+ msgid "Version %1$s by %2$s"
4692
+ msgstr ""
4693
+
4694
+ #: health-check/includes/class-health-check-debug-data.php:831
4695
+ #: health-check/includes/class-health-check-debug-data.php:869
4696
+ #: health-check/includes/class-health-check-debug-data.php:1043
4697
+ #, php-format
4698
+ msgid "By %s"
4699
+ msgstr ""
4700
+
4701
+ #: health-check/includes/class-health-check-debug-data.php:837
4702
+ #: health-check/includes/class-health-check-debug-data.php:875
4703
+ #: health-check/includes/class-health-check-debug-data.php:1049
4704
+ #, fuzzy, php-format
4705
+ msgid "Version %s"
4706
+ msgstr "Versio 4"
4707
+
4708
+ #: health-check/includes/class-health-check-debug-data.php:925
4709
+ #: health-check/includes/class-health-check-debug-data.php:983
4710
+ #: health-check/includes/class-health-check-debug-data.php:1064
4711
+ #, php-format
4712
+ msgid "%1$s (%2$s)"
4713
+ msgstr ""
4714
+
4715
+ #: health-check/includes/class-health-check-debug-data.php:942
4716
+ #: health-check/includes/class-health-check-debug-data.php:1000
4717
+ msgid "Author website"
4718
+ msgstr ""
4719
+
4720
+ #: health-check/includes/class-health-check-debug-data.php:947
4721
+ msgid "Parent theme"
4722
+ msgstr ""
4723
+
4724
+ #: health-check/includes/class-health-check-debug-data.php:952
4725
+ msgid "Theme features"
4726
+ msgstr ""
4727
+
4728
+ #: health-check/includes/class-health-check-debug-data.php:956
4729
+ #: health-check/includes/class-health-check-debug-data.php:1005
4730
+ msgid "Theme directory location"
4731
+ msgstr ""
4732
+
4733
+ #: health-check/includes/class-health-check-debug-data.php:1079
4734
+ msgid "The must use plugins directory"
4735
+ msgstr ""
4736
+
4737
+ #: health-check/includes/class-health-check-debug-data.php:1350
4738
+ msgid ""
4739
+ "The size cannot be calculated. The directory is not accessible. Usually "
4740
+ "caused by invalid permissions."
4741
+ msgstr ""
4742
+
4743
+ #: health-check/includes/class-health-check-debug-data.php:1357
4744
+ msgid ""
4745
+ "The directory size calculation has timed out. Usually caused by a very large "
4746
+ "number of sub-directories and files."
4747
+ msgstr ""
4748
+
4749
+ #: health-check/includes/class-health-check-debug-data.php:1401
4750
+ msgid ""
4751
+ "Total size is not available. Some errors were encountered when determining "
4752
+ "the size of your installation."
4753
+ msgstr ""
4754
+
4755
+ #: health-check/includes/class-health-check-loopback.php:105
4756
+ msgid "The loopback request to your site completed successfully."
4757
+ msgstr ""
4758
+
4759
+ #: health-check/includes/class-health-check-site-status.php:134
4760
+ #: health-check/includes/class-health-check-site-status.php:647
4761
+ #: health-check/includes/class-health-check-site-status.php:740
4762
+ #: health-check/includes/class-health-check-site-status.php:952
4763
+ #: health-check/includes/class-health-check-site-status.php:1039
4764
+ #: health-check/includes/class-health-check-site-status.php:1225
4765
+ #: health-check/includes/class-health-check-site-status.php:1452
4766
+ #: health-check/includes/class-health-check-site-status.php:1660
4767
+ #: health-check/includes/class-health-check-site-status.php:1708
4768
+ #: health-check/includes/class-health-check-site-status.php:1779
4769
+ msgid "Performance"
4770
+ msgstr ""
4771
+
4772
+ #: health-check/includes/class-health-check-site-status.php:150
4773
+ #, fuzzy, php-format
4774
+ #| msgid "Pro version only"
4775
+ msgid "WordPress version %s"
4776
+ msgstr "Vain Pro-versiossa"
4777
+
4778
+ #: health-check/includes/class-health-check-site-status.php:156
4779
+ msgid "We were unable to check if any new versions of WordPress are available."
4780
+ msgstr ""
4781
+
4782
+ #: health-check/includes/class-health-check-site-status.php:162
4783
+ msgid "Check for updates manually"
4784
+ msgstr ""
4785
+
4786
+ #: health-check/includes/class-health-check-site-status.php:175
4787
+ #, php-format
4788
+ msgid "WordPress update available (%s)"
4789
+ msgstr ""
4790
+
4791
+ #: health-check/includes/class-health-check-site-status.php:182
4792
+ msgid "Install the latest version of WordPress"
4793
+ msgstr ""
4794
+
4795
+ #: health-check/includes/class-health-check-site-status.php:190
4796
+ msgid "A new version of WordPress is available."
4797
+ msgstr ""
4798
+
4799
+ #: health-check/includes/class-health-check-site-status.php:195
4800
+ #: health-check/includes/class-health-check-site-status.php:274
4801
+ #: health-check/includes/class-health-check-site-status.php:409
4802
+ #: health-check/includes/class-health-check-site-status.php:688
4803
+ #: health-check/includes/class-health-check-site-status.php:992
4804
+ #: health-check/includes/class-health-check-site-status.php:1154
4805
+ #: health-check/includes/class-health-check-site-status.php:1270
4806
+ #: health-check/includes/class-health-check-site-status.php:1343
4807
+ #: health-check/includes/class-health-check-site-status.php:1406
4808
+ #: health-check/includes/class-health-check-site-status.php:1524
4809
+ msgid "Security"
4810
+ msgstr ""
4811
+
4812
+ #: health-check/includes/class-health-check-site-status.php:198
4813
+ msgid ""
4814
+ "A new minor update is available for your site. Because minor updates often "
4815
+ "address security, it&#8217;s important to install them."
4816
+ msgstr ""
4817
+
4818
+ #: health-check/includes/class-health-check-site-status.php:205
4819
+ #, php-format
4820
+ msgid "Your WordPress version is up to date (%s)"
4821
+ msgstr ""
4822
+
4823
+ #: health-check/includes/class-health-check-site-status.php:211
4824
+ msgid ""
4825
+ "You are currently running the latest version of WordPress available, keep it "
4826
+ "up!"
4827
+ msgstr ""
4828
+
4829
+ #: health-check/includes/class-health-check-site-status.php:271
4830
+ msgid "Your plugins are up to date"
4831
+ msgstr ""
4832
+
4833
+ #: health-check/includes/class-health-check-site-status.php:279
4834
+ msgid ""
4835
+ "Plugins extend your site&#8217;s functionality with things like contact "
4836
+ "forms, ecommerce and much more. That means they have deep access to your "
4837
+ "site, so it&#8217;s vital to keep them up to date."
4838
+ msgstr ""
4839
+
4840
+ #: health-check/includes/class-health-check-site-status.php:284
4841
+ msgid "Manage your plugins"
4842
+ msgstr ""
4843
+
4844
+ #: health-check/includes/class-health-check-site-status.php:317
4845
+ msgid "You have plugins waiting to be updated"
4846
+ msgstr ""
4847
+
4848
+ #: health-check/includes/class-health-check-site-status.php:336
4849
+ msgid "Update your plugins"
4850
+ msgstr ""
4851
+
4852
+ #: health-check/includes/class-health-check-site-status.php:342
4853
+ msgid "Your site has 1 active plugin, and it is up to date."
4854
+ msgstr ""
4855
+
4856
+ #: health-check/includes/class-health-check-site-status.php:367
4857
+ msgid "You should remove inactive plugins"
4858
+ msgstr ""
4859
+
4860
+ #: health-check/includes/class-health-check-site-status.php:381
4861
+ msgid ""
4862
+ "Inactive plugins are tempting targets for attackers. If you&#8217;re not "
4863
+ "going to use a plugin, we recommend you remove it."
4864
+ msgstr ""
4865
+
4866
+ #: health-check/includes/class-health-check-site-status.php:387
4867
+ msgid "Manage inactive plugins"
4868
+ msgstr ""
4869
+
4870
+ #: health-check/includes/class-health-check-site-status.php:406
4871
+ msgid "Your themes are up to date"
4872
+ msgstr ""
4873
+
4874
+ #: health-check/includes/class-health-check-site-status.php:414
4875
+ msgid ""
4876
+ "Themes add your site&#8217;s look and feel. It&#8217;s important to keep "
4877
+ "them up to date, to stay consistent with your brand and keep your site "
4878
+ "secure."
4879
+ msgstr ""
4880
+
4881
+ #: health-check/includes/class-health-check-site-status.php:419
4882
+ msgid "Manage your themes"
4883
+ msgstr ""
4884
+
4885
+ #: health-check/includes/class-health-check-site-status.php:481
4886
+ msgid "You have themes waiting to be updated"
4887
+ msgstr ""
4888
+
4889
+ #: health-check/includes/class-health-check-site-status.php:501
4890
+ msgid "Your site has 1 installed theme, and it is up to date."
4891
+ msgstr ""
4892
+
4893
+ #: health-check/includes/class-health-check-site-status.php:527
4894
+ #: health-check/includes/class-health-check-site-status.php:575
4895
+ msgid "You should remove inactive themes"
4896
+ msgstr ""
4897
+
4898
+ #: health-check/includes/class-health-check-site-status.php:544
4899
+ #, php-format
4900
+ msgid ""
4901
+ "To enhance your site&#8217;s security, we recommend you remove any themes "
4902
+ "you&#8217;re not using. You should keep your current theme, %1$s, and %2$s, "
4903
+ "its parent theme."
4904
+ msgstr ""
4905
+
4906
+ #: health-check/includes/class-health-check-site-status.php:564
4907
+ #, php-format
4908
+ msgid ""
4909
+ "To enhance your site&#8217;s security, we recommend you remove any themes "
4910
+ "you&#8217;re not using. You should keep %1$s, the default WordPress theme, "
4911
+ "%2$s, your current theme, and %3$s, its parent theme."
4912
+ msgstr ""
4913
+
4914
+ #: health-check/includes/class-health-check-site-status.php:591
4915
+ #: health-check/includes/class-health-check-site-status.php:608
4916
+ msgid ""
4917
+ "We recommend removing any unused themes to enhance your site&#8217;s "
4918
+ "security."
4919
+ msgstr ""
4920
+
4921
+ #: health-check/includes/class-health-check-site-status.php:618
4922
+ msgid "Have a default theme available"
4923
+ msgstr ""
4924
+
4925
+ #: health-check/includes/class-health-check-site-status.php:622
4926
+ msgid ""
4927
+ "Your site does not have any default theme. Default themes are used by "
4928
+ "WordPress automatically if anything is wrong with your normal theme."
4929
+ msgstr ""
4930
+
4931
+ #: health-check/includes/class-health-check-site-status.php:642
4932
+ #, php-format
4933
+ msgid "PHP is up to date (%s)"
4934
+ msgstr ""
4935
+
4936
+ #: health-check/includes/class-health-check-site-status.php:652
4937
+ msgid ""
4938
+ "PHP is the programming language we use to build and maintain WordPress. "
4939
+ "Newer versions of PHP are both faster and more secure, so updating will have "
4940
+ "a positive effect on your site&#8217;s performance."
4941
+ msgstr ""
4942
+
4943
+ #: health-check/includes/class-health-check-site-status.php:657
4944
+ msgid "Learn more about updating PHP"
4945
+ msgstr ""
4946
+
4947
+ #: health-check/includes/class-health-check-site-status.php:659
4948
+ #: health-check/includes/class-health-check-site-status.php:755
4949
+ #: health-check/includes/class-health-check-site-status.php:965
4950
+ #: health-check/includes/class-health-check-site-status.php:1199
4951
+ #: health-check/includes/class-health-check-site-status.php:1283
4952
+ #: health-check/includes/class-health-check-site-status.php:1356
4953
+ msgid "(opens in a new tab)"
4954
+ msgstr ""
4955
+
4956
+ #: health-check/includes/class-health-check-site-status.php:671
4957
+ msgid "We recommend that you update PHP"
4958
+ msgstr ""
4959
+
4960
+ #: health-check/includes/class-health-check-site-status.php:679
4961
+ msgid "Your PHP version should be updated"
4962
+ msgstr ""
4963
+
4964
+ #: health-check/includes/class-health-check-site-status.php:686
4965
+ msgid "Your PHP version requires an update"
4966
+ msgstr ""
4967
+
4968
+ #: health-check/includes/class-health-check-site-status.php:737
4969
+ msgid "Required and recommended modules are installed"
4970
+ msgstr ""
4971
+
4972
+ #: health-check/includes/class-health-check-site-status.php:745
4973
+ msgid ""
4974
+ "PHP modules perform most of the tasks on the server that make your site run. "
4975
+ "Any changes to these must be made by your server administrator."
4976
+ msgstr ""
4977
+
4978
+ #: health-check/includes/class-health-check-site-status.php:748
4979
+ #, php-format
4980
+ msgid ""
4981
+ "The WordPress Hosting Team maintains a list of those modules, both "
4982
+ "recommended and required, in %s."
4983
+ msgstr ""
4984
+
4985
+ #: health-check/includes/class-health-check-site-status.php:752
4986
+ msgid ""
4987
+ "https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-"
4988
+ "extensions"
4989
+ msgstr ""
4990
+
4991
+ #: health-check/includes/class-health-check-site-status.php:753
4992
+ msgid "the team handbook"
4993
+ msgstr ""
4994
+
4995
+ #: health-check/includes/class-health-check-site-status.php:886
4996
+ #: health-check/includes/class-health-check-site-status.php:1183
4997
+ #: health-check/includes/class-health-check-site-status.php:1550
4998
+ #: wp-live-chat-support/modules/node_server.php:316
4999
+ #, fuzzy
5000
+ msgid "Error"
5001
+ msgstr "Virheloki"
5002
+
5003
+ #: health-check/includes/class-health-check-site-status.php:889
5004
+ #, php-format
5005
+ msgid "The required module, %s, is not installed, or has been disabled."
5006
+ msgstr ""
5007
+
5008
+ #: health-check/includes/class-health-check-site-status.php:894
5009
+ #: health-check/includes/class-health-check-site-status.php:1558
5010
+ #: wp-fastest-cache/templates/disable_wp_cron.php:20
5011
+ msgid "Warning"
5012
+ msgstr ""
5013
+
5014
+ #: health-check/includes/class-health-check-site-status.php:897
5015
+ #, php-format
5016
+ msgid "The optional module, %s, is not installed, or has been disabled."
5017
+ msgstr ""
5018
+
5019
+ #: health-check/includes/class-health-check-site-status.php:925
5020
+ msgid "One or more recommended modules are missing"
5021
+ msgstr ""
5022
+
5023
+ #: health-check/includes/class-health-check-site-status.php:928
5024
+ msgid "One or more required modules are missing"
5025
+ msgstr ""
5026
+
5027
+ #: health-check/includes/class-health-check-site-status.php:949
5028
+ msgid "SQL server is up to date"
5029
+ msgstr ""
5030
+
5031
+ #: health-check/includes/class-health-check-site-status.php:957
5032
+ msgid ""
5033
+ "The SQL server is a required piece of software for the database WordPress "
5034
+ "uses to store all your site&#8217;s content and settings."
5035
+ msgstr ""
5036
+
5037
+ #: health-check/includes/class-health-check-site-status.php:962
5038
+ msgid "https://wordpress.org/about/requirements/"
5039
+ msgstr ""
5040
+
5041
+ #: health-check/includes/class-health-check-site-status.php:963
5042
+ msgid "Read more about what WordPress requires to run."
5043
+ msgstr ""
5044
+
5045
+ #: health-check/includes/class-health-check-site-status.php:975
5046
+ #, fuzzy
5047
+ #| msgid "Chat Active"
5048
+ msgid "Outdated SQL server"
5049
+ msgstr "Aktiivinen keskustelu"
5050
+
5051
+ #: health-check/includes/class-health-check-site-status.php:981
5052
+ #, php-format
5053
+ msgid ""
5054
+ "For optimal performance and security reasons, we recommend running %1$s "
5055
+ "version %2$s or higher. Contact your web hosting company to correct this."
5056
+ msgstr ""
5057
+
5058
+ #: health-check/includes/class-health-check-site-status.php:991
5059
+ msgid "Severely outdated SQL server"
5060
+ msgstr ""
5061
+
5062
+ #: health-check/includes/class-health-check-site-status.php:998
5063
+ #, php-format
5064
+ msgid ""
5065
+ "WordPress requires %1$s version %2$s or higher. Contact your web hosting "
5066
+ "company to correct this."
5067
+ msgstr ""
5068
+
5069
+ #: health-check/includes/class-health-check-site-status.php:1011
5070
+ #, php-format
5071
+ msgid ""
5072
+ "You are using a %1$s drop-in which might mean that a %2$s database is not "
5073
+ "being used."
5074
+ msgstr ""
5075
+
5076
+ #: health-check/includes/class-health-check-site-status.php:1036
5077
+ msgid "UTF8MB4 is supported"
5078
+ msgstr ""
5079
+
5080
+ #: health-check/includes/class-health-check-site-status.php:1044
5081
+ msgid ""
5082
+ "UTF8MB4 is a database storage attribute that makes sure your site can store "
5083
+ "non-English text and other strings (for instance emoticons) without "
5084
+ "unexpected problems."
5085
+ msgstr ""
5086
+
5087
+ #: health-check/includes/class-health-check-site-status.php:1054
5088
+ msgid "utf8mb4 requires a MySQL update"
5089
+ msgstr ""
5090
+
5091
+ #: health-check/includes/class-health-check-site-status.php:1060
5092
+ #, php-format
5093
+ msgid ""
5094
+ "WordPress&#8217; utf8mb4 support requires MySQL version %s or greater. "
5095
+ "Please contact your server administrator."
5096
+ msgstr ""
5097
+
5098
+ #: health-check/includes/class-health-check-site-status.php:1067
5099
+ msgid "Your MySQL version supports utf8mb4."
5100
+ msgstr ""
5101
+
5102
+ #: health-check/includes/class-health-check-site-status.php:1074
5103
+ msgid "utf8mb4 requires a MariaDB update"
5104
+ msgstr ""
5105
+
5106
+ #: health-check/includes/class-health-check-site-status.php:1080
5107
+ #, php-format
5108
+ msgid ""
5109
+ "WordPress&#8217; utf8mb4 support requires MariaDB version %s or greater. "
5110
+ "Please contact your server administrator."
5111
+ msgstr ""
5112
+
5113
+ #: health-check/includes/class-health-check-site-status.php:1087
5114
+ msgid "Your MariaDB version supports utf8mb4."
5115
+ msgstr ""
5116
+
5117
+ #: health-check/includes/class-health-check-site-status.php:1109
5118
+ #: health-check/includes/class-health-check-site-status.php:1125
5119
+ msgid "utf8mb4 requires a newer client library"
5120
+ msgstr ""
5121
+
5122
+ #: health-check/includes/class-health-check-site-status.php:1115
5123
+ #: health-check/includes/class-health-check-site-status.php:1131
5124
+ #, php-format
5125
+ msgid ""
5126
+ "WordPress&#8217; utf8mb4 support requires MySQL client library (%1$s) "
5127
+ "version %2$s or newer. Please contact your server administrator."
5128
+ msgstr ""
5129
+
5130
+ #: health-check/includes/class-health-check-site-status.php:1151
5131
+ msgid "Can communicate with WordPress.org"
5132
+ msgstr ""
5133
+
5134
+ #: health-check/includes/class-health-check-site-status.php:1159
5135
+ msgid ""
5136
+ "Communicating with the WordPress servers is used to check for new versions, "
5137
+ "and to both install and update WordPress core, themes or plugins."
5138
+ msgstr ""
5139
+
5140
+ #: health-check/includes/class-health-check-site-status.php:1177
5141
+ msgid "Could not reach WordPress.org"
5142
+ msgstr ""
5143
+
5144
+ #: health-check/includes/class-health-check-site-status.php:1186
5145
+ #, php-format
5146
+ msgid ""
5147
+ "Your site is unable to reach WordPress.org at %1$s, and returned the error: "
5148
+ "%2$s"
5149
+ msgstr ""
5150
+
5151
+ #: health-check/includes/class-health-check-site-status.php:1196
5152
+ msgid "https://wordpress.org/support"
5153
+ msgstr ""
5154
+
5155
+ #: health-check/includes/class-health-check-site-status.php:1197
5156
+ msgid "Get help resolving this issue."
5157
+ msgstr ""
5158
+
5159
+ #: health-check/includes/class-health-check-site-status.php:1222
5160
+ msgid "Your site uses localized timezones"
5161
+ msgstr ""
5162
+
5163
+ #: health-check/includes/class-health-check-site-status.php:1230
5164
+ msgid ""
5165
+ "Daylight Savings Time (DST) may affect the times used and shown by your "
5166
+ "site, and using an UTC offset, instead of a localized timezone, means that "
5167
+ "the site does not get automatic DST updates."
5168
+ msgstr ""
5169
+
5170
+ #: health-check/includes/class-health-check-site-status.php:1240
5171
+ msgid "Your site is not using localized timezones"
5172
+ msgstr ""
5173
+
5174
+ #: health-check/includes/class-health-check-site-status.php:1245
5175
+ msgid "Update your site timezone"
5176
+ msgstr ""
5177
+
5178
+ #: health-check/includes/class-health-check-site-status.php:1267
5179
+ msgid "Your site is not set to output debug information"
5180
+ msgstr ""
5181
+
5182
+ #: health-check/includes/class-health-check-site-status.php:1275
5183
+ msgid ""
5184
+ "Debug mode is often enabled to gather more details about an error or site "
5185
+ "failure, but may contain sensitive information which should not be available "
5186
+ "on a publicly available website."
5187
+ msgstr ""
5188
+
5189
+ #: health-check/includes/class-health-check-site-status.php:1280
5190
+ msgid "https://wordpress.org/support/article/debugging-in-wordpress/"
5191
+ msgstr ""
5192
+
5193
+ #: health-check/includes/class-health-check-site-status.php:1281
5194
+ msgid "Read about debugging in WordPress."
5195
+ msgstr ""
5196
+
5197
+ #: health-check/includes/class-health-check-site-status.php:1290
5198
+ msgid "Your site is set to log errors to a potentially public file."
5199
+ msgstr ""
5200
+
5201
+ #: health-check/includes/class-health-check-site-status.php:1298
5202
+ #, php-format
5203
+ msgid ""
5204
+ "The value, %s, has been added to this website&#8217;s configuration file. "
5205
+ "This means any errors on the site will be written to a file which is "
5206
+ "potentially available to normal users."
5207
+ msgstr ""
5208
+
5209
+ #: health-check/includes/class-health-check-site-status.php:1305
5210
+ msgid "Your site is set to display errors to site visitors"
5211
+ msgstr ""
5212
+
5213
+ #: health-check/includes/class-health-check-site-status.php:1313
5214
+ #, php-format
5215
+ msgid ""
5216
+ "The value, %1$s, has either been enabled by %2$s or added to your "
5217
+ "configuration file. This will make errors display on the front end of your "
5218
+ "site."
5219
+ msgstr ""
5220
+
5221
+ #: health-check/includes/class-health-check-site-status.php:1340
5222
+ msgid "Your website is using an active HTTPS connection."
5223
+ msgstr ""
5224
+
5225
+ #: health-check/includes/class-health-check-site-status.php:1348
5226
+ msgid ""
5227
+ "An HTTPS connection is needed for many features on the web today, it also "
5228
+ "gains the trust of your visitors by helping to protecting their online "
5229
+ "privacy."
5230
+ msgstr ""
5231
+
5232
+ #: health-check/includes/class-health-check-site-status.php:1353
5233
+ msgid "https://wordpress.org/support/article/why-should-i-use-https/"
5234
+ msgstr ""
5235
+
5236
+ #: health-check/includes/class-health-check-site-status.php:1354
5237
+ msgid "Read more about why you should use HTTPS"
5238
+ msgstr ""
5239
+
5240
+ #: health-check/includes/class-health-check-site-status.php:1368
5241
+ msgid "Only parts of your site are using HTTPS"
5242
+ msgstr ""
5243
+
5244
+ #: health-check/includes/class-health-check-site-status.php:1374
5245
+ #, php-format
5246
+ msgid ""
5247
+ "You are accessing this website using HTTPS, but your <a href=\"%s"
5248
+ "\">WordPress Address</a> is not set up to use HTTPS by default."
5249
+ msgstr ""
5250
+
5251
+ #: health-check/includes/class-health-check-site-status.php:1382
5252
+ msgid "Update your site addresses"
5253
+ msgstr ""
5254
+
5255
+ #: health-check/includes/class-health-check-site-status.php:1388
5256
+ msgid "Your site does not use HTTPS"
5257
+ msgstr ""
5258
+
5259
+ #: health-check/includes/class-health-check-site-status.php:1411
5260
+ msgid ""
5261
+ "Securely communicating between servers are needed for transactions such as "
5262
+ "fetching files, conducting sales on store sites, and much more."
5263
+ msgstr ""
5264
+
5265
+ #: health-check/includes/class-health-check-site-status.php:1422
5266
+ msgid "Your site can communicate securely with other services"
5267
+ msgstr ""
5268
+
5269
+ #: health-check/includes/class-health-check-site-status.php:1426
5270
+ msgid "Your site is unable to communicate securely with other services"
5271
+ msgstr ""
5272
+
5273
+ #: health-check/includes/class-health-check-site-status.php:1430
5274
+ msgid "Talk to your web host about OpenSSL support for PHP."
5275
+ msgstr ""
5276
+
5277
+ #: health-check/includes/class-health-check-site-status.php:1449
5278
+ msgid "Scheduled events are running"
5279
+ msgstr ""
5280
+
5281
+ #: health-check/includes/class-health-check-site-status.php:1457
5282
+ msgid ""
5283
+ "Scheduled events are what periodically looks for updates to plugins, themes "
5284
+ "and WordPress itself. It is also what makes sure scheduled posts are "
5285
+ "published on time. It may also be used by various plugins to make sure that "
5286
+ "planned actions are executed."
5287
+ msgstr ""
5288
+
5289
+ #: health-check/includes/class-health-check-site-status.php:1468
5290
+ msgid "It was not possible to check your scheduled events"
5291
+ msgstr ""
5292
+
5293
+ #: health-check/includes/class-health-check-site-status.php:1474
5294
+ #, php-format
5295
+ msgid ""
5296
+ "While trying to test your site&#8217;s scheduled events, the following error "
5297
+ "was returned: %s"
5298
+ msgstr ""
5299
+
5300
+ #: health-check/includes/class-health-check-site-status.php:1481
5301
+ msgid "A scheduled event has failed"
5302
+ msgstr ""
5303
+
5304
+ #: health-check/includes/class-health-check-site-status.php:1487
5305
+ #, php-format
5306
+ msgid ""
5307
+ "The scheduled event, %s, failed to run. Your site still works, but this may "
5308
+ "indicate that scheduling posts or automated updates may not work as intended."
5309
+ msgstr ""
5310
+
5311
+ #: health-check/includes/class-health-check-site-status.php:1494
5312
+ msgid "A scheduled event is late"
5313
+ msgstr ""
5314
+
5315
+ #: health-check/includes/class-health-check-site-status.php:1500
5316
+ #, php-format
5317
+ msgid ""
5318
+ "The scheduled event, %s, is late to run. Your site still works, but this may "
5319
+ "indicate that scheduling posts or automated updates may not work as intended."
5320
+ msgstr ""
5321
+
5322
+ #: health-check/includes/class-health-check-site-status.php:1521
5323
+ msgid "Background updates are working"
5324
+ msgstr ""
5325
+
5326
+ #: health-check/includes/class-health-check-site-status.php:1529
5327
+ msgid ""
5328
+ "Background updates ensure that WordPress can auto-update if a security "
5329
+ "update is released for the version you are currently using."
5330
+ msgstr ""
5331
+
5332
+ #: health-check/includes/class-health-check-site-status.php:1543
5333
+ #, fuzzy
5334
+ #| msgid "Password"
5335
+ msgid "Passed"
5336
+ msgstr "Salasana"
5337
+
5338
+ #: health-check/includes/class-health-check-site-status.php:1546
5339
+ msgid "Background updates are not working as expected"
5340
+ msgstr ""
5341
+
5342
+ #: health-check/includes/class-health-check-site-status.php:1554
5343
+ msgid "Background updates may not be working properly"
5344
+ msgstr ""
5345
+
5346
+ #: health-check/includes/class-health-check-site-status.php:1657
5347
+ msgid "Your site can perform loopback requests"
5348
+ msgstr ""
5349
+
5350
+ #: health-check/includes/class-health-check-site-status.php:1665
5351
+ msgid ""
5352
+ "Loopback requests are used to run scheduled events, and are also used by the "
5353
+ "built-in editors for themes and plugins to verify code stability."
5354
+ msgstr ""
5355
+
5356
+ #: health-check/includes/class-health-check-site-status.php:1678
5357
+ msgid "Your site could not complete a loopback request"
5358
+ msgstr ""
5359
+
5360
+ #: health-check/includes/class-health-check-site-status.php:1705
5361
+ msgid "HTTP requests seem to be working as expected"
5362
+ msgstr ""
5363
+
5364
+ #: health-check/includes/class-health-check-site-status.php:1713
5365
+ msgid ""
5366
+ "It is possible for site maintainers to block all, or some, communication to "
5367
+ "other sites and services. If set up incorrectly, this may prevent plugins "
5368
+ "and themes from working as intended."
5369
+ msgstr ""
5370
+
5371
+ #: health-check/includes/class-health-check-site-status.php:1733
5372
+ msgid "HTTP requests are blocked"
5373
+ msgstr ""
5374
+
5375
+ #: health-check/includes/class-health-check-site-status.php:1739
5376
+ #, php-format
5377
+ msgid ""
5378
+ "HTTP requests have been blocked by the %s constant, with no allowed hosts."
5379
+ msgstr ""
5380
+
5381
+ #: health-check/includes/class-health-check-site-status.php:1748
5382
+ msgid "HTTP requests are partially blocked"
5383
+ msgstr ""
5384
+
5385
+ #: health-check/includes/class-health-check-site-status.php:1754
5386
+ #, php-format
5387
+ msgid ""
5388
+ "HTTP requests have been blocked by the %1$s constant, with some hosts "
5389
+ "whitelisted: %2$s."
5390
+ msgstr ""
5391
+
5392
+ #: health-check/includes/class-health-check-site-status.php:1776
5393
+ msgid "The REST API is available"
5394
+ msgstr ""
5395
+
5396
+ #: health-check/includes/class-health-check-site-status.php:1784
5397
+ msgid ""
5398
+ "The REST API is one way WordPress, and other applications, communicate with "
5399
+ "the server. One example is the block editor screen, which relies on this to "
5400
+ "display, and save, your posts and pages."
5401
+ msgstr ""
5402
+
5403
+ #: health-check/includes/class-health-check-site-status.php:1818
5404
+ msgid "The REST API encountered an error"
5405
+ msgstr ""
5406
+
5407
+ #: health-check/includes/class-health-check-site-status.php:1824
5408
+ msgid "The REST API request failed due to an error."
5409
+ msgstr ""
5410
+
5411
+ #: health-check/includes/class-health-check-site-status.php:1827
5412
+ #, php-format
5413
+ msgid "Error: [%1$s] %2$s"
5414
+ msgstr ""
5415
+
5416
+ #: health-check/includes/class-health-check-site-status.php:1836
5417
+ msgid "The REST API encountered an unexpected result"
5418
+ msgstr ""
5419
+
5420
+ #: health-check/includes/class-health-check-site-status.php:1842
5421
+ #, php-format
5422
+ msgid "The REST API call gave the following unexpected result: (%1$d) %2$s."
5423
+ msgstr ""
5424
+
5425
+ #: health-check/includes/class-health-check-site-status.php:1853
5426
+ msgid "The REST API did not behave correctly"
5427
+ msgstr ""
5428
+
5429
+ #: health-check/includes/class-health-check-site-status.php:1859
5430
+ #, php-format
5431
+ msgid "The REST API did not process the %s query parameter correctly."
5432
+ msgstr ""
5433
+
5434
+ #: health-check/includes/class-health-check-site-status.php:1886
5435
+ #, fuzzy
5436
+ #| msgid "Username"
5437
+ msgid "WordPress Version"
5438
+ msgstr "Käyttäjänimi"
5439
+
5440
+ #: health-check/includes/class-health-check-site-status.php:1890
5441
+ #, fuzzy
5442
+ #| msgid "Advanced Info"
5443
+ msgid "Plugin Versions"
5444
+ msgstr "Lisätiedot"
5445
+
5446
+ #: health-check/includes/class-health-check-site-status.php:1894
5447
+ #, fuzzy
5448
+ msgid "Theme Versions"
5449
+ msgstr "Versio 4"
5450
+
5451
+ #: health-check/includes/class-health-check-site-status.php:1898
5452
+ #, fuzzy
5453
+ msgid "PHP Version"
5454
+ msgstr "Versio 4"
5455
+
5456
+ #: health-check/includes/class-health-check-site-status.php:1902
5457
+ msgid "Database Server version"
5458
+ msgstr ""
5459
+
5460
+ #: health-check/includes/class-health-check-site-status.php:1906
5461
+ msgid "PHP Extensions"
5462
+ msgstr ""
5463
+
5464
+ #: health-check/includes/class-health-check-site-status.php:1910
5465
+ msgid "MySQL utf8mb4 support"
5466
+ msgstr ""
5467
+
5468
+ #: health-check/includes/class-health-check-site-status.php:1914
5469
+ #, fuzzy
5470
+ #| msgid "Status"
5471
+ msgid "HTTPS status"
5472
+ msgstr "Tila"
5473
+
5474
+ #: health-check/includes/class-health-check-site-status.php:1918
5475
+ #, fuzzy
5476
+ #| msgid "Friend recommendation"
5477
+ msgid "Secure communication"
5478
+ msgstr "Tuttavan suositus"
5479
+
5480
+ #: health-check/includes/class-health-check-site-status.php:1922
5481
+ msgid "Scheduled events"
5482
+ msgstr ""
5483
+
5484
+ #: health-check/includes/class-health-check-site-status.php:1926
5485
+ #, fuzzy
5486
+ #| msgid "Chat Agent"
5487
+ msgid "HTTP Requests"
5488
+ msgstr "Keskustelija"
5489
+
5490
+ #: health-check/includes/class-health-check-site-status.php:1930
5491
+ #, fuzzy
5492
+ #| msgid "Chat enabled"
5493
+ msgid "Debugging enabled"
5494
+ msgstr "Keskustelu on käytössä"
5495
+
5496
+ #: health-check/includes/class-health-check-site-status.php:1934
5497
+ msgid "Timezone"
5498
+ msgstr ""
5499
+
5500
+ #: health-check/includes/class-health-check-site-status.php:1944
5501
+ msgid "Background updates"
5502
+ msgstr ""
5503
+
5504
+ #: health-check/includes/class-health-check-site-status.php:1948
5505
+ msgid "Loopback request"
5506
+ msgstr ""
5507
+
5508
+ #: health-check/includes/class-health-check-site-status.php:1957
5509
+ msgid "REST API availability"
5510
+ msgstr ""
5511
+
5512
+ #: health-check/includes/class-health-check-wp-cron.php:67
5513
+ msgid "No scheduled events exist on this site."
5514
+ msgstr ""
5515
+
5516
+ #: health-check/includes/class-health-check.php:544
5517
+ msgid "Once weekly"
5518
+ msgstr ""
5519
+
5520
+ #: health-check/includes/tools/class-health-check-files-integrity.php:20
5521
+ msgid "File integrity"
5522
+ msgstr ""
5523
+
5524
+ #: health-check/includes/tools/class-health-check-files-integrity.php:21
5525
+ msgid ""
5526
+ "The File Integrity checks all the core files with the <code>checksums</code> "
5527
+ "provided by the WordPress API to see if they are intact. If there are "
5528
+ "changes you will be able to make a Diff between the files hosted on "
5529
+ "WordPress.org and your installation to see what has been changed."
5530
+ msgstr ""
5531
+
5532
+ #: health-check/includes/tools/class-health-check-mail-check.php:20
5533
+ msgid "Mail Check"
5534
+ msgstr ""
5535
+
5536
+ #: health-check/includes/tools/class-health-check-mail-check.php:21
5537
+ msgid ""
5538
+ "The Mail Check will invoke the <code>wp_mail()</code> function and check if "
5539
+ "it succeeds. We will use the E-mail address you have set up, but you can "
5540
+ "change it below if you like."
5541
+ msgstr ""
5542
+
5543
+ #: health-check/includes/tools/class-health-check-mail-check.php:59
5544
+ #, php-format
5545
+ msgid ""
5546
+ "Hi! This test message was sent by the Health Check plugin from %1$s (%2$s) "
5547
+ "on %3$s at %4$s. Since you’re reading this, it obviously works."
5548
+ msgstr ""
5549
+
5550
+ #: health-check/includes/tools/class-health-check-mail-check.php:70
5551
+ #, php-format
5552
+ msgid "Additional message from admin: %s"
5553
+ msgstr ""
5554
+
5555
+ #: health-check/includes/tools/class-health-check-mail-check.php:79
5556
+ msgid ""
5557
+ "We have just sent an e-mail using <code>wp_mail()</code> and it seems to "
5558
+ "work. Please check your inbox and spam folder to see if you received it."
5559
+ msgstr ""
5560
+
5561
+ #: health-check/includes/tools/class-health-check-mail-check.php:112
5562
+ #: wp-live-chat-support/functions.php:1128
5563
+ #: wp-live-chat-support/functions.php:1452
5564
+ #: wp-live-chat-support/includes/settings_page.php:177
5565
+ #: wp-live-chat-support/modules/node_server.php:129
5566
+ #: wp-live-chat-support/wp-live-chat-support.php:1363
5567
+ #: wp-live-chat-support/wp-live-chat-support.php:1374
5568
+ #: wp-live-chat-support/wp-live-chat-support.php:1547
5569
+ #: wp-live-chat-support/wp-live-chat-support.php:3044
5570
+ #: wp-live-chat-support/wp-live-chat-support.php:3158
5571
+ msgid "Email"
5572
+ msgstr "Sähköposti"
5573
+
5574
+ #: health-check/includes/tools/class-health-check-mail-check.php:118
5575
+ #, fuzzy
5576
+ #| msgid "Message"
5577
+ msgid "Additional message"
5578
+ msgstr "Viesti"
5579
+
5580
+ #: health-check/includes/tools/class-health-check-plugin-compatibility.php:6
5581
+ msgid "Plugin compatibility"
5582
+ msgstr ""
5583
+
5584
+ #: health-check/includes/tools/class-health-check-plugin-compatibility.php:9
5585
+ msgid ""
5586
+ "Attempt to identify the compatibility of your plugins before upgrading PHP, "
5587
+ "note that a compatibility check may not always be accurate, and you may want "
5588
+ "to contact the plugin author to confirm that things will continue working."
5589
+ msgstr ""
5590
+
5591
+ #: health-check/includes/tools/class-health-check-plugin-compatibility.php:10
5592
+ msgid ""
5593
+ "The compatibility check will need to send requests to the <a href=\"https://"
5594
+ "wptide.org\">WPTide</a> project to fetch the test results for each of your "
5595
+ "plugins."
5596
+ msgstr ""
5597
+
5598
+ #: health-check/includes/tools/class-health-check-plugin-compatibility.php:23
5599
+ msgid "Plugin"
5600
+ msgstr ""
5601
+
5602
+ #: health-check/includes/tools/class-health-check-plugin-compatibility.php:25
5603
+ msgid "Minimum PHP"
5604
+ msgstr ""
5605
+
5606
+ #: health-check/includes/tools/class-health-check-plugin-compatibility.php:26
5607
+ msgid "Highest supported PHP"
5608
+ msgstr ""
5609
+
5610
+ #: health-check/includes/tools/class-health-check-plugin-compatibility.php:51
5611
+ msgid "Check plugins"
5612
+ msgstr ""
5613
+
5614
+ #: health-check/includes/tools/class-health-check-plugin-compatibility.php:77
5615
+ msgid "Could not be determined"
5616
+ msgstr ""
5617
+
5618
+ #: health-check/pages/debug-data.php:26
5619
+ #, php-format
5620
+ msgid ""
5621
+ "This page can show you every detail about the configuration of your "
5622
+ "WordPress website. For any improvements that could be made, see the <a href="
5623
+ "\"%s\">Site Health Status</a> page."
5624
+ msgstr ""
5625
+
5626
+ #: health-check/pages/debug-data.php:32
5627
+ msgid ""
5628
+ "If you want to export a handy list of all the information on this page, you "
5629
+ "can use the button below to copy it to the clipboard. You can then paste it "
5630
+ "in a text file and save it to your device, or paste it in an email exchange "
5631
+ "with a support engineer or theme/plugin developer for example."
5632
+ msgstr ""
5633
+
5634
+ #: health-check/pages/debug-data.php:38
5635
+ msgid "Copy site info to clipboard"
5636
+ msgstr ""
5637
+
5638
+ #: health-check/pages/debug-data.php:40
5639
+ msgid "Copied!"
5640
+ msgstr ""
5641
+
5642
+ #: health-check/pages/site-health-header.php:60
5643
+ msgid "The Site Health check requires JavaScript."
5644
+ msgstr ""
5645
+
5646
+ #: health-check/pages/site-status.php:22
5647
+ msgid "Great job!"
5648
+ msgstr ""
5649
+
5650
+ #: health-check/pages/site-status.php:26
5651
+ msgid "Everything is running smoothly here."
5652
+ msgstr ""
5653
+
5654
+ #: health-check/pages/site-status.php:35
5655
+ msgid ""
5656
+ "The site health check shows critical information about your WordPress "
5657
+ "configuration and items that require your attention."
5658
+ msgstr ""
5659
+
5660
+ #: health-check/pages/site-status.php:62
5661
+ msgid "Passed tests"
5662
+ msgstr ""
5663
+
5664
+ #: hello-dolly/hello.php:62
5665
+ msgid "Quote from Hello Dolly song, by Jerry Herman:"
5666
+ msgstr ""
5667
+
5668
+ #: wp-fastest-cache/inc/admin-toolbar.php:69 wp-fastest-cache/inc/admin.php:988
5669
+ #: wp-fastest-cache/inc/admin.php:1458 wp-fastest-cache/inc/admin.php:1463
5670
+ msgid "Delete Cache"
5671
+ msgstr ""
5672
+
5673
+ #: wp-fastest-cache/inc/admin-toolbar.php:74
5674
+ #: wp-fastest-cache/templates/newpost.php:51
5675
+ #: wp-fastest-cache/templates/updatepost.php:49
5676
+ msgid "Clear All Cache"
5677
+ msgstr ""
5678
+
5679
+ #: wp-fastest-cache/inc/admin-toolbar.php:81
5680
+ #: wp-fastest-cache/inc/admin.php:1476
5681
+ msgid "Delete Cache and Minified CSS/JS"
5682
+ msgstr ""
5683
+
5684
+ #: wp-fastest-cache/inc/admin.php:429 wp-fastest-cache/inc/admin.php:432
5685
+ #, fuzzy
5686
+ #| msgid "Your settings have been saved."
5687
+ msgid "Options have been saved"
5688
+ msgstr "Asetukset on tallennettu."
5689
+
5690
+ #: wp-fastest-cache/inc/admin.php:990
5691
+ #, fuzzy
5692
+ #| msgid "Main Settings"
5693
+ msgid "Image Optimization"
5694
+ msgstr "Pääasetukset"
5695
+
5696
+ #: wp-fastest-cache/inc/admin.php:992
5697
+ msgid "Exclude"
5698
+ msgstr ""
5699
+
5700
+ #: wp-fastest-cache/inc/admin.php:1020
5701
+ msgid "Cache System"
5702
+ msgstr ""
5703
+
5704
+ #: wp-fastest-cache/inc/admin.php:1021
5705
+ msgid "Enable"
5706
+ msgstr ""
5707
+
5708
+ #: wp-fastest-cache/inc/admin.php:1046 wp-fastest-cache/inc/admin.php:1052
5709
+ #: wp-fastest-cache/inc/admin.php:1059 wp-fastest-cache/inc/admin.php:1066
5710
+ msgid "Widget Cache"
5711
+ msgstr ""
5712
+
5713
+ #: wp-fastest-cache/inc/admin.php:1047 wp-fastest-cache/inc/admin.php:1053
5714
+ #: wp-fastest-cache/inc/admin.php:1060 wp-fastest-cache/inc/admin.php:1067
5715
+ msgid "Reduce the number of SQL queries"
5716
+ msgstr ""
5717
+
5718
+ #: wp-fastest-cache/inc/admin.php:1075
5719
+ #: wp-fastest-cache/templates/preload.php:20
5720
+ msgid "Preload"
5721
+ msgstr ""
5722
+
5723
+ #: wp-fastest-cache/inc/admin.php:1076
5724
+ msgid "Create the cache of all the site automatically"
5725
+ msgstr ""
5726
+
5727
+ #: wp-fastest-cache/inc/admin.php:1085
5728
+ #, fuzzy
5729
+ #| msgid "Use Logged In User Details"
5730
+ msgid "Logged-in Users"
5731
+ msgstr "Käytä kirjautuneen kävijän tietoja."
5732
+
5733
+ #: wp-fastest-cache/inc/admin.php:1086
5734
+ msgid "Don't show the cached version for logged-in users"
5735
+ msgstr ""
5736
+
5737
+ #: wp-fastest-cache/inc/admin.php:1090
5738
+ msgid "Mobile"
5739
+ msgstr ""
5740
+
5741
+ #: wp-fastest-cache/inc/admin.php:1091
5742
+ msgid "Don't show the cached version for desktop to mobile devices"
5743
+ msgstr ""
5744
+
5745
+ #: wp-fastest-cache/inc/admin.php:1096 wp-fastest-cache/inc/admin.php:1122
5746
+ msgid "Mobile Theme"
5747
+ msgstr ""
5748
+
5749
+ #: wp-fastest-cache/inc/admin.php:1097 wp-fastest-cache/inc/admin.php:1123
5750
+ msgid "Create cache for mobile theme"
5751
+ msgstr ""
5752
+
5753
+ #: wp-fastest-cache/inc/admin.php:1129
5754
+ #: wp-fastest-cache/templates/newpost.php:18
5755
+ #, fuzzy
5756
+ #| msgid "Blocked Visitors"
5757
+ msgid "New Post"
5758
+ msgstr "Estetyt kävijät"
5759
+
5760
+ #: wp-fastest-cache/inc/admin.php:1130
5761
+ msgid "Clear cache files when a post or page is published"
5762
+ msgstr ""
5763
+
5764
+ #: wp-fastest-cache/inc/admin.php:1136
5765
+ #: wp-fastest-cache/templates/updatepost.php:18
5766
+ msgid "Update Post"
5767
+ msgstr ""
5768
+
5769
+ #: wp-fastest-cache/inc/admin.php:1137
5770
+ msgid "Clear cache files when a post or page is updated"
5771
+ msgstr ""
5772
+
5773
+ #: wp-fastest-cache/inc/admin.php:1145
5774
+ msgid "Minify HTML"
5775
+ msgstr ""
5776
+
5777
+ #: wp-fastest-cache/inc/admin.php:1146
5778
+ msgid "You can decrease the size of page"
5779
+ msgstr ""
5780
+
5781
+ #: wp-fastest-cache/inc/admin.php:1152 wp-fastest-cache/inc/admin.php:1157
5782
+ msgid "Minify HTML Plus"
5783
+ msgstr ""
5784
+
5785
+ #: wp-fastest-cache/inc/admin.php:1153 wp-fastest-cache/inc/admin.php:1158
5786
+ msgid "More powerful minify html"
5787
+ msgstr ""
5788
+
5789
+ #: wp-fastest-cache/inc/admin.php:1165
5790
+ msgid "Minify Css"
5791
+ msgstr ""
5792
+
5793
+ #: wp-fastest-cache/inc/admin.php:1166
5794
+ msgid "You can decrease the size of css files"
5795
+ msgstr ""
5796
+
5797
+ #: wp-fastest-cache/inc/admin.php:1174 wp-fastest-cache/inc/admin.php:1179
5798
+ msgid "Minify Css Plus"
5799
+ msgstr ""
5800
+
5801
+ #: wp-fastest-cache/inc/admin.php:1175 wp-fastest-cache/inc/admin.php:1180
5802
+ msgid "More powerful minify css"
5803
+ msgstr ""
5804
+
5805
+ #: wp-fastest-cache/inc/admin.php:1186
5806
+ msgid "Combine Css"
5807
+ msgstr ""
5808
+
5809
+ #: wp-fastest-cache/inc/admin.php:1187
5810
+ msgid "Reduce HTTP requests through combined css files"
5811
+ msgstr ""
5812
+
5813
+ #: wp-fastest-cache/inc/admin.php:1194 wp-fastest-cache/inc/admin.php:1199
5814
+ #: wp-fastest-cache/inc/admin.php:1205
5815
+ msgid "Minify Js"
5816
+ msgstr ""
5817
+
5818
+ #: wp-fastest-cache/inc/admin.php:1195 wp-fastest-cache/inc/admin.php:1200
5819
+ #: wp-fastest-cache/inc/admin.php:1206
5820
+ msgid "You can decrease the size of js files"
5821
+ msgstr ""
5822
+
5823
+ #: wp-fastest-cache/inc/admin.php:1211
5824
+ msgid "Combine Js"
5825
+ msgstr ""
5826
+
5827
+ #: wp-fastest-cache/inc/admin.php:1212 wp-fastest-cache/inc/admin.php:1220
5828
+ #: wp-fastest-cache/inc/admin.php:1226 wp-fastest-cache/inc/admin.php:1232
5829
+ msgid "Reduce HTTP requests through combined js files"
5830
+ msgstr ""
5831
+
5832
+ #: wp-fastest-cache/inc/admin.php:1218 wp-fastest-cache/inc/admin.php:1225
5833
+ #: wp-fastest-cache/inc/admin.php:1231
5834
+ msgid "Combine Js Plus"
5835
+ msgstr ""
5836
+
5837
+ #: wp-fastest-cache/inc/admin.php:1237
5838
+ msgid "Gzip"
5839
+ msgstr ""
5840
+
5841
+ #: wp-fastest-cache/inc/admin.php:1238
5842
+ msgid "Reduce the size of files sent from your server"
5843
+ msgstr ""
5844
+
5845
+ #: wp-fastest-cache/inc/admin.php:1249
5846
+ #, fuzzy
5847
+ #| msgid "Browser:"
5848
+ msgid "Browser Caching"
5849
+ msgstr "Selain:"
5850
+
5851
+ #: wp-fastest-cache/inc/admin.php:1250
5852
+ msgid "Reduce page load times for repeat visitors"
5853
+ msgstr ""
5854
+
5855
+ #: wp-fastest-cache/inc/admin.php:1255
5856
+ #: wp-live-chat-support/includes/settings_page.php:508
5857
+ msgid "Disable Emojis"
5858
+ msgstr ""
5859
+
5860
+ #: wp-fastest-cache/inc/admin.php:1256
5861
+ msgid "You can remove the emoji inline css and wp-emoji-release.min.js"
5862
+ msgstr ""
5863
+
5864
+ #: wp-fastest-cache/inc/admin.php:1264 wp-fastest-cache/inc/admin.php:1270
5865
+ #: wp-fastest-cache/inc/admin.php:1277
5866
+ msgid "Render Blocking Js"
5867
+ msgstr ""
5868
+
5869
+ #: wp-fastest-cache/inc/admin.php:1265 wp-fastest-cache/inc/admin.php:1271
5870
+ #: wp-fastest-cache/inc/admin.php:1278
5871
+ msgid "Eliminate render-blocking JavaScript resources"
5872
+ msgstr ""
5873
+
5874
+ #: wp-fastest-cache/inc/admin.php:1290 wp-fastest-cache/inc/admin.php:1296
5875
+ #: wp-fastest-cache/inc/admin.php:1303
5876
+ msgid "Google Fonts"
5877
+ msgstr ""
5878
+
5879
+ #: wp-fastest-cache/inc/admin.php:1291 wp-fastest-cache/inc/admin.php:1297
5880
+ #: wp-fastest-cache/inc/admin.php:1304
5881
+ msgid "Load Google Fonts asynchronously"
5882
+ msgstr ""
5883
+
5884
+ #: wp-fastest-cache/inc/admin.php:1314 wp-fastest-cache/inc/admin.php:1333
5885
+ #: wp-fastest-cache/inc/admin.php:1340
5886
+ msgid "Lazy Load"
5887
+ msgstr ""
5888
+
5889
+ #: wp-fastest-cache/inc/admin.php:1320 wp-fastest-cache/inc/admin.php:1334
5890
+ #: wp-fastest-cache/inc/admin.php:1341
5891
+ msgid "Load images and iframes when they enter the browsers viewport"
5892
+ msgstr ""
5893
+
5894
+ #: wp-fastest-cache/inc/admin.php:1411 wp-fastest-cache/inc/admin.php:2039
5895
+ #: wp-fastest-cache/inc/admin.php:2260
5896
+ msgid "Only available in Premium version"
5897
+ msgstr ""
5898
+
5899
+ #: wp-fastest-cache/inc/admin.php:1418
5900
+ msgid "Cache Statistics"
5901
+ msgstr ""
5902
+
5903
+ #: wp-fastest-cache/inc/admin.php:1467
5904
+ msgid "You can delete all cache files"
5905
+ msgstr ""
5906
+
5907
+ #: wp-fastest-cache/inc/admin.php:1468 wp-fastest-cache/inc/admin.php:1482
5908
+ #: wp-fastest-cache/inc/admin.php:1483
5909
+ msgid "Target folder"
5910
+ msgstr ""
5911
+
5912
+ #: wp-fastest-cache/inc/admin.php:1480
5913
+ msgid "If you modify any css file, you have to delete minified css files"
5914
+ msgstr ""
5915
+
5916
+ #: wp-fastest-cache/inc/admin.php:1481
5917
+ msgid "All cache files will be removed as well"
5918
+ msgstr ""
5919
+
5920
+ #: wp-fastest-cache/inc/admin.php:1497
5921
+ msgid "Timeout Rules"
5922
+ msgstr ""
5923
+
5924
+ #: wp-fastest-cache/inc/admin.php:1504
5925
+ #: wp-fastest-cache/templates/timeout.php:95
5926
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:476
5927
+ #: wp-live-chat-support/includes/wplc_roi.php:691
5928
+ msgid "All"
5929
+ msgstr ""
5930
+
5931
+ #: wp-fastest-cache/inc/admin.php:1505 wp-fastest-cache/inc/admin.php:1773
5932
+ #: wp-fastest-cache/templates/exclude.php:93
5933
+ #: wp-fastest-cache/templates/timeout.php:96
5934
+ msgid "Home Page"
5935
+ msgstr ""
5936
+
5937
+ #: wp-fastest-cache/inc/admin.php:1506 wp-fastest-cache/inc/admin.php:1780
5938
+ #: wp-fastest-cache/templates/exclude.php:102
5939
+ #: wp-fastest-cache/templates/timeout.php:97
5940
+ #, fuzzy
5941
+ #| msgid "Start Chat"
5942
+ msgid "Starts With"
5943
+ msgstr "Aloita keskustelu"
5944
+
5945
+ #: wp-fastest-cache/inc/admin.php:1507 wp-fastest-cache/inc/admin.php:1781
5946
+ #: wp-fastest-cache/templates/exclude.php:103
5947
+ #: wp-fastest-cache/templates/timeout.php:99
5948
+ #: wp-live-chat-support/modules/node_server.php:182
5949
+ #, fuzzy
5950
+ #| msgid "Contact us"
5951
+ msgid "Contains"
5952
+ msgstr "Ota yhteyttä meihin"
5953
+
5954
+ #: wp-fastest-cache/inc/admin.php:1508 wp-fastest-cache/inc/admin.php:1782
5955
+ #: wp-fastest-cache/templates/exclude.php:104
5956
+ #: wp-fastest-cache/templates/timeout.php:98
5957
+ msgid "Is Equal To"
5958
+ msgstr ""
5959
+
5960
+ #: wp-fastest-cache/inc/admin.php:1540 wp-fastest-cache/inc/admin.php:1805
5961
+ #: wp-fastest-cache/inc/admin.php:1822 wp-fastest-cache/inc/admin.php:1841
5962
+ #: wp-fastest-cache/inc/admin.php:1859 wp-fastest-cache/inc/admin.php:1879
5963
+ msgid "Add New Rule"
5964
+ msgstr ""
5965
+
5966
+ #: wp-fastest-cache/inc/admin.php:1614
5967
+ msgid "Optimize Image Tool"
5968
+ msgstr ""
5969
+
5970
+ #: wp-fastest-cache/inc/admin.php:1638
5971
+ #, fuzzy
5972
+ #| msgid "Advanced Info"
5973
+ msgid "Discover Features"
5974
+ msgstr "Lisätiedot"
5975
+
5976
+ #: wp-fastest-cache/inc/admin.php:1641
5977
+ msgid ""
5978
+ "In the premium version there are some new features which speed up the sites "
5979
+ "more."
5980
+ msgstr ""
5981
+
5982
+ #: wp-fastest-cache/inc/admin.php:1647
5983
+ #, fuzzy
5984
+ #| msgid "Advanced Info"
5985
+ msgid "New Features"
5986
+ msgstr "Lisätiedot"
5987
+
5988
+ #: wp-fastest-cache/inc/admin.php:1661
5989
+ msgid "Checkout"
5990
+ msgstr ""
5991
+
5992
+ #: wp-fastest-cache/inc/admin.php:1664
5993
+ msgid "You need to pay before downloading the premium version."
5994
+ msgstr ""
5995
+
5996
+ #: wp-fastest-cache/inc/admin.php:1678
5997
+ msgid "Just"
5998
+ msgstr ""
5999
+
6000
+ #: wp-fastest-cache/inc/admin.php:1679
6001
+ msgid ""
6002
+ "The download button will be available after paid. You can buy the premium "
6003
+ "version now."
6004
+ msgstr ""
6005
+
6006
+ #: wp-fastest-cache/inc/admin.php:1684
6007
+ msgid "Purchased"
6008
+ msgstr ""
6009
+
6010
+ #: wp-fastest-cache/inc/admin.php:1699
6011
+ msgid "Buy"
6012
+ msgstr ""
6013
+
6014
+ #: wp-fastest-cache/inc/admin.php:1712
6015
+ msgid "Download & Update"
6016
+ msgstr ""
6017
+
6018
+ #: wp-fastest-cache/inc/admin.php:1715
6019
+ msgid "You can download and update the premium when you want if you paid."
6020
+ msgstr ""
6021
+
6022
+ #: wp-fastest-cache/inc/admin.php:1721
6023
+ msgid "Get It Now!"
6024
+ msgstr ""
6025
+
6026
+ #: wp-fastest-cache/inc/admin.php:1722
6027
+ msgid ""
6028
+ "Please don't delete the free version. Premium version works with the free "
6029
+ "version."
6030
+ msgstr ""
6031
+
6032
+ #: wp-fastest-cache/inc/admin.php:1728
6033
+ msgid "Update"
6034
+ msgstr ""
6035
+
6036
+ #: wp-fastest-cache/inc/admin.php:1733
6037
+ msgid "Download"
6038
+ msgstr ""
6039
+
6040
+ #: wp-fastest-cache/inc/admin.php:1774
6041
+ #: wp-fastest-cache/templates/exclude.php:94
6042
+ #: wp-fastest-cache/templates/preload.php:41
6043
+ msgid "Categories"
6044
+ msgstr ""
6045
+
6046
+ #: wp-fastest-cache/inc/admin.php:1775
6047
+ #: wp-fastest-cache/templates/exclude.php:95
6048
+ #: wp-fastest-cache/templates/preload.php:49
6049
+ msgid "Tags"
6050
+ msgstr ""
6051
+
6052
+ #: wp-fastest-cache/inc/admin.php:1776
6053
+ #: wp-fastest-cache/templates/exclude.php:99
6054
+ msgid "Archives"
6055
+ msgstr ""
6056
+
6057
+ #: wp-fastest-cache/inc/admin.php:1777
6058
+ #: wp-fastest-cache/templates/exclude.php:96
6059
+ #: wp-fastest-cache/templates/preload.php:37
6060
+ msgid "Posts"
6061
+ msgstr ""
6062
+
6063
+ #: wp-fastest-cache/inc/admin.php:1778
6064
+ #: wp-fastest-cache/templates/exclude.php:97
6065
+ #: wp-fastest-cache/templates/preload.php:45
6066
+ #, fuzzy
6067
+ #| msgid "Message"
6068
+ msgid "Pages"
6069
+ msgstr "Viesti"
6070
+
6071
+ #: wp-fastest-cache/inc/admin.php:1779
6072
+ #: wp-fastest-cache/templates/exclude.php:101
6073
+ #: wp-fastest-cache/templates/preload.php:53
6074
+ msgid "Attachments"
6075
+ msgstr ""
6076
+
6077
+ #: wp-fastest-cache/inc/admin.php:1783
6078
+ #: wp-fastest-cache/templates/exclude.php:105
6079
+ msgid "has Google Analytics Parameters"
6080
+ msgstr ""
6081
+
6082
+ #: wp-fastest-cache/inc/admin.php:1784
6083
+ #: wp-fastest-cache/templates/exclude.php:106
6084
+ msgid "has Woocommerce Items in Cart"
6085
+ msgstr ""
6086
+
6087
+ #: wp-fastest-cache/inc/admin.php:1801
6088
+ msgid "Exclude Pages"
6089
+ msgstr ""
6090
+
6091
+ #: wp-fastest-cache/inc/admin.php:1818
6092
+ msgid "Exclude User-Agents"
6093
+ msgstr ""
6094
+
6095
+ #: wp-fastest-cache/inc/admin.php:1837
6096
+ msgid "Exclude Cookies"
6097
+ msgstr ""
6098
+
6099
+ #: wp-fastest-cache/inc/admin.php:1855
6100
+ msgid "Exclude CSS"
6101
+ msgstr ""
6102
+
6103
+ #: wp-fastest-cache/inc/admin.php:1875
6104
+ msgid "Exclude JS"
6105
+ msgstr ""
6106
+
6107
+ #: wp-fastest-cache/inc/admin.php:1912
6108
+ #, fuzzy
6109
+ #| msgid "Chat Window Settings"
6110
+ msgid "CDN Settings"
6111
+ msgstr "Keskusteluikkunan asetukset"
6112
+
6113
+ #: wp-fastest-cache/inc/admin.php:2024
6114
+ msgid "Database Cleanup"
6115
+ msgstr ""
6116
+
6117
+ #: wp-fastest-cache/templates/exclude.php:66
6118
+ msgid "Exclude Page Wizard"
6119
+ msgstr ""
6120
+
6121
+ #: wp-fastest-cache/templates/exclude.php:89
6122
+ #: wp-fastest-cache/templates/timeout.php:91
6123
+ msgid "If REQUEST_URI"
6124
+ msgstr ""
6125
+
6126
+ #: wp-fastest-cache/templates/lazy_load.php:9
6127
+ #, fuzzy
6128
+ #| msgid "Chat Window Settings"
6129
+ msgid "Lazy Load Settings"
6130
+ msgstr "Keskusteluikkunan asetukset"
6131
+
6132
+ #: wp-fastest-cache/templates/newpost.php:29
6133
+ msgid "What do you want to happen after publishing the new post?"
6134
+ msgstr ""
6135
+
6136
+ #: wp-fastest-cache/templates/newpost.php:55
6137
+ #: wp-fastest-cache/templates/updatepost.php:56
6138
+ msgid "Clear Cache of Homepage"
6139
+ msgstr ""
6140
+
6141
+ #: wp-fastest-cache/templates/newpost.php:56
6142
+ #: wp-fastest-cache/templates/updatepost.php:54
6143
+ msgid "Clear Cache of Post Categories"
6144
+ msgstr ""
6145
+
6146
+ #: wp-fastest-cache/templates/newpost.php:57
6147
+ #: wp-fastest-cache/templates/updatepost.php:55
6148
+ msgid "Clear Cache of Post Tags"
6149
+ msgstr ""
6150
+
6151
+ #: wp-fastest-cache/templates/newpost.php:58
6152
+ msgid "Clear Cache of Pagination"
6153
+ msgstr ""
6154
+
6155
+ #: wp-fastest-cache/templates/newpost.php:68
6156
+ #: wp-fastest-cache/templates/preload.php:102
6157
+ #: wp-fastest-cache/templates/updatepost.php:64
6158
+ msgid "OK"
6159
+ msgstr ""
6160
+
6161
+ #: wp-fastest-cache/templates/nginx_gzip.php:9
6162
+ msgid "Enable Gzip"
6163
+ msgstr ""
6164
+
6165
+ #: wp-fastest-cache/templates/preload.php:33
6166
+ msgid "Homepage"
6167
+ msgstr ""
6168
+
6169
+ #: wp-fastest-cache/templates/preload.php:63
6170
+ #, fuzzy
6171
+ msgid "Custom Taxonomies"
6172
+ msgstr "Väripohja 1"
6173
+
6174
+ #: wp-fastest-cache/templates/preload.php:87
6175
+ msgid "pages per minute"
6176
+ msgstr ""
6177
+
6178
+ #: wp-fastest-cache/templates/preload.php:92
6179
+ msgid "Restart After Completed"
6180
+ msgstr ""
6181
+
6182
+ #: wp-fastest-cache/templates/timeout.php:68
6183
+ msgid "Cache Timeout Wizard"
6184
+ msgstr ""
6185
+
6186
+ #: wp-fastest-cache/templates/timeout.php:124
6187
+ msgid "Then"
6188
+ msgstr ""
6189
+
6190
+ #: wp-fastest-cache/templates/timeout.php:141
6191
+ #, fuzzy
6192
+ #| msgid "Choose a theme"
6193
+ msgid "Choose One"
6194
+ msgstr "Valitse teema"
6195
+
6196
+ #: wp-fastest-cache/templates/timeout.php:169
6197
+ msgid "delete the files"
6198
+ msgstr ""
6199
+
6200
+ #: wp-fastest-cache/templates/timeout.php:189
6201
+ msgid "Server Time"
6202
+ msgstr ""
6203
+
6204
+ #: wp-fastest-cache/templates/update_now.php:9
6205
+ #, fuzzy
6206
+ #| msgid "Please Explain"
6207
+ msgid "Please Update"
6208
+ msgstr "Kertokaa tarkemmin"
6209
+
6210
+ #: wp-fastest-cache/templates/update_success.php:9
6211
+ msgid "Success"
6212
+ msgstr ""
6213
+
6214
+ #: wp-fastest-cache/templates/updatepost.php:29
6215
+ msgid "What do you want to happen after update a post or a page?"
6216
+ msgstr ""
6217
+
6218
+ #: wp-fastest-cache/templates/updatepost.php:53
6219
+ msgid "Clear Cache of Post / Page"
6220
+ msgstr ""
6221
+
6222
+ #: wp-fastest-cache/wpFastestCache.php:1487
6223
+ msgid "Once Every 1 Minute"
6224
+ msgstr ""
6225
+
6226
+ #: wp-fastest-cache/wpFastestCache.php:1493
6227
+ msgid "Once Every 5 Minutes"
6228
+ msgstr ""
6229
+
6230
+ #: wp-fastest-cache/wpFastestCache.php:1499
6231
+ msgid "Once Every 15 Minutes"
6232
+ msgstr ""
6233
+
6234
+ #: wp-fastest-cache/wpFastestCache.php:1505
6235
+ msgid "Twice an Hour"
6236
+ msgstr ""
6237
+
6238
+ #: wp-fastest-cache/wpFastestCache.php:1511
6239
+ msgid "Once an Hour"
6240
+ msgstr ""
6241
+
6242
+ #: wp-fastest-cache/wpFastestCache.php:1517
6243
+ msgid "Once Every 2 Hours"
6244
+ msgstr ""
6245
+
6246
+ #: wp-fastest-cache/wpFastestCache.php:1523
6247
+ msgid "Once Every 3 Hours"
6248
+ msgstr ""
6249
+
6250
+ #: wp-fastest-cache/wpFastestCache.php:1529
6251
+ msgid "Once Every 4 Hours"
6252
+ msgstr ""
6253
+
6254
+ #: wp-fastest-cache/wpFastestCache.php:1535
6255
+ msgid "Once Every 5 Hours"
6256
+ msgstr ""
6257
+
6258
+ #: wp-fastest-cache/wpFastestCache.php:1541
6259
+ msgid "Once Every 6 Hours"
6260
+ msgstr ""
6261
+
6262
+ #: wp-fastest-cache/wpFastestCache.php:1547
6263
+ msgid "Once Every 7 Hours"
6264
+ msgstr ""
6265
+
6266
+ #: wp-fastest-cache/wpFastestCache.php:1553
6267
+ msgid "Once Every 8 Hours"
6268
+ msgstr ""
6269
+
6270
+ #: wp-fastest-cache/wpFastestCache.php:1559
6271
+ msgid "Once Every 9 Hours"
6272
+ msgstr ""
6273
+
6274
+ #: wp-fastest-cache/wpFastestCache.php:1565
6275
+ msgid "Once Every 10 Hours"
6276
+ msgstr ""
6277
+
6278
+ #: wp-fastest-cache/wpFastestCache.php:1571
6279
+ msgid "Once a Day"
6280
+ msgstr ""
6281
+
6282
+ #: wp-fastest-cache/wpFastestCache.php:1577
6283
+ msgid "Once Every 3 Days"
6284
+ msgstr ""
6285
+
6286
+ #: wp-fastest-cache/wpFastestCache.php:1583
6287
+ msgid "Once Every 7 Days"
6288
+ msgstr ""
6289
+
6290
+ #: wp-fastest-cache/wpFastestCache.php:1589
6291
+ msgid "Once Every 10 Days"
6292
+ msgstr ""
6293
+
6294
+ #: wp-fastest-cache/wpFastestCache.php:1595
6295
+ msgid "Once Every 15 Days"
6296
+ msgstr ""
6297
+
6298
+ #: wp-fastest-cache/wpFastestCache.php:1601
6299
+ msgid "Once a Month"
6300
+ msgstr ""
6301
+
6302
+ #: wp-fastest-cache/wpFastestCache.php:1607
6303
+ msgid "Once a Year"
6304
+ msgstr ""
6305
+
6306
+ #: wp-live-chat-support/ajax/agent.php:167
6307
+ #: wp-live-chat-support/ajax/user.php:126
6308
+ #: wp-live-chat-support/wp-live-chat-support.php:88
6309
+ #: wp-live-chat-support/wp-live-chat-support.php:4495
6310
+ msgid "Admin"
6311
+ msgstr "Ylläpitäjä"
6312
+
6313
+ #: wp-live-chat-support/ajax/agent.php:262
6314
+ #: wp-live-chat-support/ajax/user.php:230
6315
+ msgid "Admin has closed and ended the chat"
6316
+ msgstr "Ylläpitäjä on päättänyt keskustelun"
6317
+
6318
+ #: wp-live-chat-support/functions.php:382
6319
+ #: wp-live-chat-support/functions.php:399
6320
+ msgid "Accept Chat"
6321
+ msgstr "Aloita keskustelu"
6322
+
6323
+ #: wp-live-chat-support/functions.php:390
6324
+ #: wp-live-chat-support/functions.php:405
6325
+ msgid "Open Chat"
6326
+ msgstr ""
6327
+
6328
+ #: wp-live-chat-support/functions.php:392
6329
+ #, fuzzy
6330
+ #| msgid "Chat answered by another agent"
6331
+ msgid "In progress with another agent"
6332
+ msgstr "Toinen keskustelija vastasi "
6333
+
6334
+ #: wp-live-chat-support/functions.php:409
6335
+ msgid "Only chat agents can accept chats"
6336
+ msgstr ""
6337
+
6338
+ #: wp-live-chat-support/functions.php:473
6339
+ #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:413
6340
+ msgid "New"
6341
+ msgstr ""
6342
+
6343
+ #: wp-live-chat-support/functions.php:475
6344
+ #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:415
6345
+ msgid "Returning"
6346
+ msgstr ""
6347
+
6348
+ #: wp-live-chat-support/functions.php:566
6349
+ msgid "No agent was able to answer your chat request. Please try again."
6350
+ msgstr ""
6351
+
6352
+ #: wp-live-chat-support/functions.php:580
6353
+ #: wp-live-chat-support/functions.php:4323
6354
+ #: wp-live-chat-support/wp-live-chat-support.php:1634
6355
+ #, fuzzy
6356
+ #| msgid "End chat"
6357
+ msgid "End Chat"
6358
+ msgstr "Päätä keskustelu"
6359
+
6360
+ #: wp-live-chat-support/functions.php:966
6361
+ msgid "complete"
6362
+ msgstr "päättynyt"
6363
+
6364
+ #: wp-live-chat-support/functions.php:969
6365
+ msgid "pending"
6366
+ msgstr "jonossa"
6367
+
6368
+ #: wp-live-chat-support/functions.php:972
6369
+ msgid "active"
6370
+ msgstr "aktiivinen"
6371
+
6372
+ #: wp-live-chat-support/functions.php:975
6373
+ msgid "deleted"
6374
+ msgstr "poistettu"
6375
+
6376
+ #: wp-live-chat-support/functions.php:978
6377
+ msgid "browsing"
6378
+ msgstr "selaa"
6379
+
6380
+ #: wp-live-chat-support/functions.php:981
6381
+ msgid "requesting chat"
6382
+ msgstr "otetaan yhteyttä"
6383
+
6384
+ #: wp-live-chat-support/functions.php:984
6385
+ msgid "Chat Ended - User still browsing"
6386
+ msgstr "Keskustelu on päättynyt - kävijä on vielä sivustolla"
6387
+
6388
+ #: wp-live-chat-support/functions.php:987
6389
+ msgid "User is browsing but doesn't want to chat"
6390
+ msgstr "Kävijä on sivustolla mutta ei halua keskustella"
6391
+
6392
+ #: wp-live-chat-support/functions.php:1126
6393
+ #: wp-live-chat-support/includes/settings_page.php:829
6394
+ #, fuzzy
6395
+ #| msgid "WP Live Chat Support - Offline Message from "
6396
+ msgid "WP Live Chat by 3CX - Offline Message from "
6397
+ msgstr "WP Live Chat Support - offline-viesti kävijältä "
6398
+
6399
+ #: wp-live-chat-support/functions.php:1129
6400
+ #: wp-live-chat-support/wp-live-chat-support.php:1548
6401
+ #: wp-live-chat-support/wp-live-chat-support.php:3159
6402
+ #: wp-live-chat-support/wp-live-chat-support.php:3912
6403
+ #: wp-live-chat-support/wp-live-chat-support.php:3972
6404
+ msgid "Message"
6405
+ msgstr "Viesti"
6406
+
6407
+ #: wp-live-chat-support/functions.php:1130
6408
+ #, fuzzy
6409
+ #| msgid "Via WP Live Chat Support"
6410
+ msgid "Via WP Live Chat by 3CX"
6411
+ msgstr "WP Live Chat Support"
6412
+
6413
+ #: wp-live-chat-support/functions.php:1429
6414
+ #: wp-live-chat-support/wp-live-chat-support.php:3006
6415
+ msgid "Error: Could not delete chat"
6416
+ msgstr ""
6417
+
6418
+ #: wp-live-chat-support/functions.php:1431
6419
+ #: wp-live-chat-support/wp-live-chat-support.php:3008
6420
+ msgid "Chat Deleted"
6421
+ msgstr ""
6422
+
6423
+ #: wp-live-chat-support/functions.php:1434
6424
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:35
6425
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:453
6426
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:474
6427
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:251
6428
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:269
6429
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:313
6430
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:501
6431
+ #: wp-live-chat-support/includes/wplc_departments.php:303
6432
+ #: wp-live-chat-support/includes/wplc_departments.php:323
6433
+ #: wp-live-chat-support/includes/wplc_departments.php:358
6434
+ #: wp-live-chat-support/includes/wplc_roi.php:368
6435
+ #: wp-live-chat-support/includes/wplc_roi.php:387
6436
+ #: wp-live-chat-support/includes/wplc_roi.php:424
6437
+ #: wp-live-chat-support/modules/advanced_tools.php:29
6438
+ #: wp-live-chat-support/modules/advanced_tools.php:146
6439
+ #: wp-live-chat-support/modules/advanced_tools.php:244
6440
+ #: wp-live-chat-support/modules/advanced_tools.php:252
6441
+ #: wp-live-chat-support/modules/advanced_tools.php:260
6442
+ #: wp-live-chat-support/modules/advanced_tools.php:268
6443
+ #: wp-live-chat-support/modules/gdpr.php:244
6444
+ #: wp-live-chat-support/modules/gdpr.php:258
6445
+ #: wp-live-chat-support/modules/webhooks_manager.php:102
6446
+ #: wp-live-chat-support/modules/webhooks_manager.php:122
6447
+ #: wp-live-chat-support/modules/webhooks_manager.php:149
6448
+ #: wp-live-chat-support/wp-live-chat-support.php:2971
6449
+ #: wp-live-chat-support/wp-live-chat-support.php:2997
6450
+ #: wp-live-chat-support/wp-live-chat-support.php:3882
6451
+ msgid "You do not have permission do perform this action"
6452
+ msgstr ""
6453
+
6454
+ #: wp-live-chat-support/functions.php:1440
6455
+ #: wp-live-chat-support/wp-live-chat-support.php:3013
6456
+ msgid "Are you sure you would like to delete this chat?"
6457
+ msgstr ""
6458
+
6459
+ #: wp-live-chat-support/functions.php:1454
6460
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:83
6461
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:460
6462
+ #: wp-live-chat-support/includes/wplc_departments.php:176
6463
+ #: wp-live-chat-support/includes/wplc_roi.php:142
6464
+ #: wp-live-chat-support/modules/webhooks_manager.php:251
6465
+ #: wp-live-chat-support/wp-live-chat-support.php:2094
6466
+ #: wp-live-chat-support/wp-live-chat-support.php:3047
6467
+ msgid "Action"
6468
+ msgstr "Toiminto"
6469
+
6470
+ #: wp-live-chat-support/functions.php:1468
6471
+ msgid "You have not missed any chat requests."
6472
+ msgstr "Yhtään keskustelua ei ole jäänyt vastaamatta."
6473
+
6474
+ #: wp-live-chat-support/functions.php:1475
6475
+ #: wp-live-chat-support/wp-live-chat-support.php:3062
6476
+ msgid "View Chat History"
6477
+ msgstr "Tarkastele keskusteluhistoriaa"
6478
+
6479
+ #: wp-live-chat-support/functions.php:1475
6480
+ #: wp-live-chat-support/wp-live-chat-support.php:3063
6481
+ msgid "Download Chat History"
6482
+ msgstr ""
6483
+
6484
+ #: wp-live-chat-support/functions.php:1669
6485
+ msgid "Open chat window via"
6486
+ msgstr ""
6487
+
6488
+ #: wp-live-chat-support/functions.php:1673
6489
+ msgid "Click"
6490
+ msgstr ""
6491
+
6492
+ #: wp-live-chat-support/functions.php:1674
6493
+ msgid "Hover"
6494
+ msgstr ""
6495
+
6496
+ #: wp-live-chat-support/functions.php:1676
6497
+ msgid "element with"
6498
+ msgstr ""
6499
+
6500
+ #: wp-live-chat-support/functions.php:1678
6501
+ msgid "Class"
6502
+ msgstr ""
6503
+
6504
+ #: wp-live-chat-support/functions.php:1679
6505
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:78
6506
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:454
6507
+ #: wp-live-chat-support/includes/wplc_departments.php:174
6508
+ #: wp-live-chat-support/includes/wplc_roi.php:137
6509
+ msgid "ID"
6510
+ msgstr ""
6511
+
6512
+ #: wp-live-chat-support/functions.php:1920
6513
+ #: wp-live-chat-support/functions.php:1926
6514
+ #: wp-live-chat-support/functions.php:1931
6515
+ #: wp-live-chat-support/includes/dashboard_page.php:58
6516
+ #: wp-live-chat-support/modules/node_server.php:138
6517
+ #: wp-live-chat-support/modules/node_server.php:866
6518
+ #: wp-live-chat-support/wp-live-chat-support.php:3659
6519
+ msgid "Quick Responses"
6520
+ msgstr "Pikavastaukset"
6521
+
6522
+ #: wp-live-chat-support/functions.php:1921
6523
+ #: wp-live-chat-support/includes/settings_page.php:330
6524
+ msgid "Quick Response"
6525
+ msgstr "Pikavastaus"
6526
+
6527
+ #: wp-live-chat-support/functions.php:1922
6528
+ #: wp-live-chat-support/functions.php:1925
6529
+ msgid "New Quick Response"
6530
+ msgstr "Uusi pikavastaus"
6531
+
6532
+ #: wp-live-chat-support/functions.php:1923
6533
+ #: wp-live-chat-support/modules/node_server.php:875
6534
+ msgid "Add New Quick Response"
6535
+ msgstr "Lisää uusi pikavastaus"
6536
+
6537
+ #: wp-live-chat-support/functions.php:1924
6538
+ msgid "Edit Quick Response"
6539
+ msgstr "Muokka pikavastausta"
6540
+
6541
+ #: wp-live-chat-support/functions.php:1927
6542
+ msgid "View Quick Responses"
6543
+ msgstr "Tarkastele pikavastauksia"
6544
+
6545
+ #: wp-live-chat-support/functions.php:1928
6546
  msgid "Search Quick Responses"
6547
  msgstr "Etsi pikavastauksista"
6548
 
6549
+ #: wp-live-chat-support/functions.php:1929
6550
  msgid "No Quick Responses found"
6551
  msgstr "Pikavastauksia ei löydetty"
6552
 
6553
+ #: wp-live-chat-support/functions.php:1930
6554
  msgid "No Quick Responses found in the Trash"
6555
  msgstr "Roskakorista ei löydetty pikavastauksia"
6556
 
6557
+ #: wp-live-chat-support/functions.php:1935
6558
  #, fuzzy
6559
  #| msgid "Quick Responses for WP Live Chat Support Pro"
6560
  msgid "Quick Responses for WP Live Chat by 3CX"
6561
  msgstr "Asennetaan WP Live Chat Support Pro -lisäosa"
6562
 
6563
+ #: wp-live-chat-support/functions.php:1969
6564
  msgid "Sort Order"
6565
  msgstr ""
6566
 
6567
+ #: wp-live-chat-support/functions.php:2006
6568
  msgid "Order"
6569
  msgstr ""
6570
 
6571
+ #: wp-live-chat-support/functions.php:2050
6572
+ #: wp-live-chat-support/wp-live-chat-support.php:185
6573
  msgid "Press ENTER to send your message"
6574
  msgstr "Painakaa LÄHETÄ viestin lähettämiseksi"
6575
 
6576
+ #: wp-live-chat-support/functions.php:2089
6577
+ #: wp-live-chat-support/functions.php:2093
6578
  msgid "Assign Quick Response"
6579
  msgstr "Lähetä pikavastaus"
6580
 
6581
+ #: wp-live-chat-support/functions.php:2102
 
 
 
 
 
6582
  msgid "What is this?"
6583
  msgstr "Mitä ovat pikavastaukset?"
6584
 
6585
+ #: wp-live-chat-support/functions.php:2144
6586
  #, php-format
6587
  msgid "Incoming chat from %s (%s) on %s"
6588
  msgstr ""
6589
 
6590
+ #: wp-live-chat-support/functions.php:2150
6591
  #, fuzzy, php-format
6592
  #| msgid "Alert: Someone wants to chat with you on "
6593
  msgid "%s (%s) wants to chat with you."
6594
  msgstr "Hälytys: joku haluaa keskustella kanssasi sivulla "
6595
 
6596
+ #: wp-live-chat-support/functions.php:2155
6597
  #, fuzzy, php-format
6598
  #| msgid "Log in"
6599
  msgid "Log in: %s"
6600
  msgstr "Kirjaudu sisään"
6601
 
6602
+ #: wp-live-chat-support/functions.php:2449
6603
  #, fuzzy
6604
  #| msgid "Chat Agents Online"
6605
  msgid "Status (Online)"
6606
  msgstr "Linjoilla olevat keskustelijat"
6607
 
6608
+ #: wp-live-chat-support/functions.php:2450
6609
+ #: wp-live-chat-support/functions.php:3275
6610
  msgid "Online"
6611
  msgstr ""
6612
 
6613
+ #: wp-live-chat-support/functions.php:2451
6614
+ #: wp-live-chat-support/functions.php:3275
6615
  #, fuzzy
6616
  msgid "Offline"
6617
  msgstr "Offline-teksti"
6618
 
6619
+ #: wp-live-chat-support/functions.php:2452
6620
  msgid "Status (Offline)"
6621
  msgstr ""
6622
 
6623
+ #: wp-live-chat-support/functions.php:2453
6624
+ #: wp-live-chat-support/functions.php:3245
6625
+ msgid "Chat Agent Online"
6626
+ msgstr "Linjoilla olevat keskustelijat"
6627
+
6628
+ #: wp-live-chat-support/functions.php:2454
6629
+ #: wp-live-chat-support/functions.php:3247
6630
+ #: wp-live-chat-support/functions.php:3251
6631
+ msgid "Chat Agents Online"
6632
+ msgstr "Linjoilla olevat keskustelijat"
6633
+
6634
+ #: wp-live-chat-support/functions.php:2467
6635
  msgid ""
6636
  "You have set your status to offline. To view visitors and accept chats "
6637
  "please set your status to online using the switch above."
6638
  msgstr ""
6639
 
6640
+ #: wp-live-chat-support/functions.php:2537
6641
  msgid "Encryption"
6642
  msgstr ""
6643
 
6644
+ #: wp-live-chat-support/functions.php:2543
6645
+ #: wp-live-chat-support/includes/settings_page.php:1269
6646
+ #: wp-live-chat-support/wp-live-chat-support.php:3674
6647
  msgid "Business Hours"
6648
  msgstr ""
6649
 
6650
+ #: wp-live-chat-support/functions.php:2677
6651
  msgid "Initiate Chat"
6652
  msgstr "Aloita keskustelu"
6653
 
6654
+ #: wp-live-chat-support/functions.php:2765
6655
  msgid "Attempting to open the chat window... Please be patient."
6656
  msgstr "Yritetään avata keskusteluikkuna… odottakaa hetki."
6657
 
6658
+ #: wp-live-chat-support/functions.php:2780
6659
  msgid ""
6660
  "You are not a chat agent. Please make yourself a chat agent before trying to "
6661
  "chat to visitors"
6663
  "Sinua ei ole valtuutettu keskustelujen käyttäjäksi. Anna itsellesi valtuudet "
6664
  "ennen kuin yrität keskustella kävijöiden kanssa."
6665
 
6666
+ #: wp-live-chat-support/functions.php:2937
 
 
6667
  msgid "Chat Agent"
6668
  msgstr "Keskustelija"
6669
 
6670
+ #: wp-live-chat-support/functions.php:2945
 
6671
  msgid "Make this user a chat agent"
6672
  msgstr "Tee tästä käyttäjästä keskustelija"
6673
 
6674
+ #: wp-live-chat-support/functions.php:2948
6675
+ #, fuzzy
6676
+ #| msgid "Your user role does not allow you to make yourself a chat agent."
6677
+ msgid "Your user role does not allow you to set agent attribute."
6678
  msgstr "Roolisi sivulla estää sinua tekemästä itsestäsi keskustelijaa. "
6679
 
6680
+ #: wp-live-chat-support/functions.php:2949
6681
  msgid "Please contact the administrator of this website to change this."
6682
  msgstr "Ota yhteyttä sivuston ylläpitäjään tarpeellisen muutoksen tekemiseksi."
6683
 
6684
+ #: wp-live-chat-support/functions.php:2963
6685
  msgid "This chat has already been answered by another agent."
6686
  msgstr ""
6687
 
6688
+ #: wp-live-chat-support/functions.php:3196
6689
+ #: wp-live-chat-support/wp-live-chat-support.php:2047
6690
  msgid "Agent(s) online"
6691
  msgstr ""
6692
 
6693
+ #: wp-live-chat-support/functions.php:3325
6694
+ #: wp-live-chat-support/includes/settings_page.php:1202
6695
+ #: wp-live-chat-support/wp-live-chat-support.php:1993
 
 
 
 
 
 
 
 
 
6696
  msgid "Remove"
6697
  msgstr ""
6698
 
6699
+ #: wp-live-chat-support/functions.php:3328
6700
+ #: wp-live-chat-support/wp-live-chat-support.php:1996
6701
  msgid "Typing..."
6702
  msgstr ""
6703
 
6704
+ #: wp-live-chat-support/functions.php:3636
6705
  msgid "User Experience Ratings"
6706
  msgstr ""
6707
 
6708
+ #: wp-live-chat-support/functions.php:3643
6709
  msgid "Agent Statistics"
6710
  msgstr ""
6711
 
6712
+ #: wp-live-chat-support/functions.php:3676
6713
+ #: wp-live-chat-support/functions.php:3691
6714
  msgid "Satisfaction Rating"
6715
  msgstr ""
6716
 
6717
+ #: wp-live-chat-support/functions.php:3677
6718
+ #: wp-live-chat-support/functions.php:3692
6719
  msgid "Rating Count"
6720
  msgstr ""
6721
 
6722
+ #: wp-live-chat-support/functions.php:3677
6723
+ #: wp-live-chat-support/functions.php:3692
6724
  msgid "Good"
6725
  msgstr ""
6726
 
6727
+ #: wp-live-chat-support/functions.php:3677
6728
+ #: wp-live-chat-support/functions.php:3692
6729
  msgid "Bad"
6730
  msgstr ""
6731
 
6732
+ #: wp-live-chat-support/functions.php:3733
6733
  #: wp-live-chat-support/includes/dashboard_page.php:56
6734
+ #: wp-live-chat-support/wp-live-chat-support.php:785
6735
  #, fuzzy
6736
  #| msgid "View Quick Responses"
6737
  msgid "Reports"
6738
  msgstr "Tarkastele pikavastauksia"
6739
 
6740
+ #: wp-live-chat-support/functions.php:3737
6741
  msgid "Popular Pages"
6742
  msgstr ""
6743
 
6744
+ #: wp-live-chat-support/functions.php:3755
6745
  msgid "Total Agents"
6746
  msgstr ""
6747
 
6748
+ #: wp-live-chat-support/functions.php:3755
6749
  msgid "Total number of agents that used the live chat"
6750
  msgstr ""
6751
 
6752
+ #: wp-live-chat-support/functions.php:3756
6753
  msgid "Total Chats"
6754
  msgstr ""
6755
 
6756
+ #: wp-live-chat-support/functions.php:3756
6757
  msgid "Total number of chats received"
6758
  msgstr ""
6759
 
6760
+ #: wp-live-chat-support/functions.php:3757
6761
  msgid "Total URLs"
6762
  msgstr ""
6763
 
6764
+ #: wp-live-chat-support/functions.php:3757
6765
  msgid "Total number of URLs a chat was initiated on"
6766
  msgstr ""
6767
 
6768
+ #: wp-live-chat-support/functions.php:3758
6769
  msgid "Chats per day"
6770
  msgstr ""
6771
 
6772
+ #: wp-live-chat-support/functions.php:3759
6773
  msgid "Popular pages a chat was initiated on"
6774
  msgstr ""
6775
 
6776
+ #: wp-live-chat-support/functions.php:3789
6777
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:316
6778
  #, fuzzy
6779
  msgid "Unknown"
6780
  msgstr "Tuntematon"
6781
 
6782
+ #: wp-live-chat-support/functions.php:3836
6783
  msgid "Count"
6784
  msgstr ""
6785
 
6786
+ #: wp-live-chat-support/functions.php:3862
6787
  msgid "Enable Manual Chat Initiation:"
6788
  msgstr ""
6789
 
6790
+ #: wp-live-chat-support/functions.php:3862
6791
  msgid ""
6792
  "Enabling this feature will allow agents to start a chat with website "
6793
  "visitors. This feature increases server load while enabled."
6794
  msgstr ""
6795
 
6796
+ #: wp-live-chat-support/functions.php:3866
6797
+ #: wp-live-chat-support/modules/advanced_features.php:74
6798
  msgid ""
6799
  "This feature is only available when you select 3CX High Performance Cloud "
6800
  "Servers in Advanced Features."
6801
  msgstr ""
6802
 
6803
+ #: wp-live-chat-support/functions.php:3953
6804
  #, fuzzy
6805
  #| msgid "Thank you for your feedback. We will be in touch soon"
6806
  msgid "Thank you for inquiry. We will get back to you shortly"
6807
  msgstr "Kiitos palautteesta! Olemme pian yhteydessä."
6808
 
6809
+ #: wp-live-chat-support/functions.php:4088
 
6810
  msgid "The Live Chat box is currently disabled on your website due to:"
6811
  msgstr ""
6812
 
6813
+ #: wp-live-chat-support/functions.php:4089
 
6814
  #, fuzzy
6815
  #| msgid "General Settings"
6816
  msgid "Business Hours Settings"
6817
  msgstr "Yleiset asetukset"
6818
 
6819
+ #: wp-live-chat-support/functions.php:4135
6820
  msgid "Edit Profile"
6821
  msgstr ""
6822
 
6823
+ #: wp-live-chat-support/functions.php:4146
6824
+ #: wp-live-chat-support/modules/node_server.php:98
6825
+ #: wp-live-chat-support/modules/node_server.php:722
6826
  msgid "Drag Files Here"
6827
  msgstr ""
6828
 
6829
+ #: wp-live-chat-support/functions.php:4170
6830
  #, fuzzy
6831
  #| msgid "Send"
6832
  msgid "Send..."
6833
  msgstr "Lähetä"
6834
 
6835
+ #: wp-live-chat-support/functions.php:4171
6836
+ #: wp-live-chat-support/functions.php:4216
6837
  msgid "Play voice note"
6838
  msgstr ""
6839
 
6840
+ #: wp-live-chat-support/functions.php:4215
6841
  msgid "Save..."
6842
  msgstr ""
6843
 
6844
+ #: wp-live-chat-support/functions.php:4317
6845
+ #: wp-live-chat-support/wp-live-chat-support.php:1014
6846
+ #: wp-live-chat-support/wp-live-chat-support.php:2489
6847
  msgid "is typing..."
6848
  msgstr ""
6849
 
6850
+ #: wp-live-chat-support/functions.php:4319
6851
  #, fuzzy
6852
  #| msgid "No visitors on-line at the moment"
6853
  msgid "There are no visitors on your site at the moment"
6854
  msgstr "Tällä hetkellä sivulla ei ole kävijöitä"
6855
 
6856
+ #: wp-live-chat-support/functions.php:4320
6857
  msgid "Connection to the server lost, reconnecting..."
6858
  msgstr ""
6859
 
6860
+ #: wp-live-chat-support/functions.php:4321
6861
  #, fuzzy
6862
  #| msgid "You are not accepting chats"
6863
  msgid "Agent offline - not accepting chats"
6864
  msgstr "Et ota vastaan keskusteluja"
6865
 
6866
+ #: wp-live-chat-support/functions.php:4322
6867
+ #: wp-live-chat-support/modules/node_server.php:103
6868
+ #: wp-live-chat-support/wp-live-chat-support.php:1628
6869
+ #, fuzzy
6870
+ msgid "Minimize Chat"
6871
+ msgstr "Pienennä keskusteluikkuna"
6872
+
6873
+ #: wp-live-chat-support/functions.php:4341
6874
  msgid "An error has occured while fetching the news feed."
6875
  msgstr ""
6876
 
6877
+ #: wp-live-chat-support/functions.php:4438
6878
  msgid "Default"
6879
  msgstr ""
6880
 
6881
+ #: wp-live-chat-support/functions.php:4739
 
6882
  msgid "You do not have permission to perform this action"
6883
  msgstr ""
6884
 
6885
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:30
6886
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:51
6887
+ #: wp-live-chat-support/wp-live-chat-support.php:3675
6888
  msgid "Gutenberg Blocks"
6889
  msgstr ""
6890
 
6939
  msgstr ""
6940
 
6941
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:218
6942
+ #: wp-live-chat-support/wp-live-chat-support.php:1022
6943
+ #: wp-live-chat-support/wp-live-chat-support.php:1665
6944
  #, fuzzy
6945
  #| msgid "type here..."
6946
  msgid "Type here"
6947
  msgstr "vastatkaa tähän ..."
6948
 
6949
  #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:222
6950
+ #: wp-live-chat-support/wp-live-chat-support.php:756
6951
  msgid "Live Chat"
6952
  msgstr "Chat-keskustelu"
6953
 
6954
  #: wp-live-chat-support/includes/dashboard_page.php:46
6955
+ #: wp-live-chat-support/wp-live-chat-support.php:757
6956
  msgid "Dashboard"
6957
  msgstr ""
6958
 
6976
  msgstr "Vastaamattomat keskustelut"
6977
 
6978
  #: wp-live-chat-support/includes/dashboard_page.php:55
6979
+ #: wp-live-chat-support/wp-live-chat-support.php:763
6980
+ #: wp-live-chat-support/wp-live-chat-support.php:3099
6981
  msgid "History"
6982
  msgstr "Historia"
6983
 
6984
  #: wp-live-chat-support/includes/dashboard_page.php:57
6985
+ #: wp-live-chat-support/includes/settings_page.php:125
6986
+ #: wp-live-chat-support/includes/settings_page.php:759
6987
  #: wp-live-chat-support/modules/advanced_tools.php:84
6988
+ #: wp-live-chat-support/wp-live-chat-support.php:765
6989
+ #: wp-live-chat-support/wp-live-chat-support.php:3139
6990
+ #: wp-live-chat-support/wp-live-chat-support.php:3660
6991
  msgid "Offline Messages"
6992
  msgstr "Offline-viestit"
6993
 
 
 
 
 
 
 
6994
  #: wp-live-chat-support/includes/dashboard_page.php:69
6995
  msgid "Engaged"
6996
  msgstr ""
7020
  msgstr ""
7021
 
7022
  #: wp-live-chat-support/includes/modal_control.php:27
7023
+ #: wp-live-chat-support/modules/node_server.php:60
7024
+ #: wp-live-chat-support/modules/node_server.php:715
7025
  msgid "Please Confirm"
7026
  msgstr ""
7027
 
7031
 
7032
  #: wp-live-chat-support/includes/modal_control.php:39
7033
  #: wp-live-chat-support/includes/wplc_custom_fields.php:164
7034
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:249
7035
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:607
7036
+ #: wp-live-chat-support/includes/wplc_departments.php:251
7037
+ #: wp-live-chat-support/includes/wplc_departments.php:475
7038
+ #: wp-live-chat-support/includes/wplc_roi.php:246
7039
+ #: wp-live-chat-support/includes/wplc_roi.php:570
7040
+ #: wp-live-chat-support/modules/node_server.php:64
7041
+ #: wp-live-chat-support/modules/node_server.php:717
7042
  #: wp-live-chat-support/modules/webhooks_manager.php:342
7043
  msgid "Cancel"
7044
  msgstr ""
7045
 
7046
  #: wp-live-chat-support/includes/modal_control.php:40
7047
+ #: wp-live-chat-support/modules/node_server.php:63
7048
+ #: wp-live-chat-support/modules/node_server.php:716
7049
  #: wp-live-chat-support/modules/webhooks_manager.php:341
7050
  msgid "Confirm"
7051
  msgstr ""
7052
 
7053
+ #: wp-live-chat-support/includes/notification_control.php:22
7054
  #, fuzzy
7055
  #| msgid "browsing"
7056
  msgid "User is browsing"
7057
  msgstr "selaa"
7058
 
7059
+ #: wp-live-chat-support/includes/notification_control.php:33
7060
+ #: wp-live-chat-support/includes/notification_control.php:66
7061
+ #: wp-live-chat-support/includes/notification_control.php:111
7062
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:472
7063
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:493
7064
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:556
7065
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:592
7066
  #, fuzzy
7067
  #| msgid "Chat notifications"
7068
  msgid "System notification"
7069
  msgstr "Keskusteluilmoitukset"
7070
 
7071
+ #: wp-live-chat-support/includes/notification_control.php:106
7072
  #, fuzzy
7073
  #| msgid "User has opened the chat window"
7074
  msgid "has joined the chat."
7075
  msgstr "Kävijä on avannut keskusteluikkunan"
7076
 
7077
+ #: wp-live-chat-support/includes/settings_page.php:115
7078
+ #: wp-live-chat-support/includes/settings_page.php:153
7079
+ #: wp-live-chat-support/wp-live-chat-support.php:3671
7080
  msgid "General Settings"
7081
  msgstr "Yleiset asetukset"
7082
 
7083
+ #: wp-live-chat-support/includes/settings_page.php:120
7084
  msgid "Chat Box"
7085
  msgstr "Keskustelulaatikko"
7086
 
7087
+ #: wp-live-chat-support/includes/settings_page.php:130
7088
+ #: wp-live-chat-support/includes/settings_page.php:935
7089
  msgid "Styling"
7090
  msgstr "Tyyli"
7091
 
7092
+ #: wp-live-chat-support/includes/settings_page.php:135
7093
+ #: wp-live-chat-support/modules/node_server.php:89
7094
+ #: wp-live-chat-support/modules/node_server.php:721
7095
  msgid "Agents"
7096
  msgstr "Käyttäjät"
7097
 
7098
+ #: wp-live-chat-support/includes/settings_page.php:140
7099
  msgid "Blocked Visitors"
7100
  msgstr "Estetyt kävijät"
7101
 
7102
+ #: wp-live-chat-support/includes/settings_page.php:156
7103
  msgid "Chat enabled"
7104
  msgstr "Keskustelu on käytössä"
7105
 
7106
+ #: wp-live-chat-support/includes/settings_page.php:168
7107
  #, fuzzy
7108
  #| msgid "Offline Chat Box Title"
7109
  msgid "Required Chat Box Fields"
7110
  msgstr "Offline-keskusteluikkunan otsikko"
7111
 
7112
+ #: wp-live-chat-support/includes/settings_page.php:168
7113
  msgid "Set default fields that will be displayed when users starting a chat"
7114
  msgstr ""
7115
 
7116
+ #: wp-live-chat-support/includes/settings_page.php:173
7117
  #, fuzzy
7118
  #| msgid "Require Name And Email"
7119
  msgid "Name and email"
7120
  msgstr "Nimi ja sähköposti tarvitaan"
7121
 
7122
+ #: wp-live-chat-support/includes/settings_page.php:185
7123
  msgid "No fields"
7124
  msgstr ""
7125
 
7126
+ #: wp-live-chat-support/includes/settings_page.php:191
7127
  msgid "Default visitor name"
7128
  msgstr ""
7129
 
7130
+ #: wp-live-chat-support/includes/settings_page.php:191
7131
  msgid "This name will be displayed for all not logged in visitors"
7132
  msgstr ""
7133
 
7134
+ #: wp-live-chat-support/includes/settings_page.php:199
 
 
 
 
 
7135
  msgid "Input Field Replacement Text"
7136
  msgstr "Kentän korvaava teksti"
7137
 
7138
+ #: wp-live-chat-support/includes/settings_page.php:199
7139
  msgid "This is the text that will show in place of the Name And Email fields"
7140
  msgstr "Tämä teksti näytetään nimi- ja sähköposti-kenttien tilalla"
7141
 
7142
+ #: wp-live-chat-support/includes/settings_page.php:207
7143
+ msgid "Enable On Mobile Devices"
7144
+ msgstr "Päällä mobiililaitteilla:"
7145
 
7146
+ #: wp-live-chat-support/includes/settings_page.php:207
7147
  msgid ""
7148
+ "Disabling this will mean that the Chat Box will not be displayed on mobile "
7149
+ "devices. (Smartphones and Tablets)"
7150
+ msgstr ""
7151
+ "Pois päältä tarkoittaa, että keskusteluikkunaa ei näytetä mobiililaitteilla "
7152
+ "(matkapuhelimet ja tabletit)."
7153
 
7154
+ #: wp-live-chat-support/includes/settings_page.php:217
7155
  msgid "Play a sound when there is a new visitor"
7156
  msgstr ""
7157
 
7158
+ #: wp-live-chat-support/includes/settings_page.php:217
7159
  msgid ""
7160
  "Disable this to mute the sound that is played when a new visitor arrives"
7161
  msgstr ""
7162
 
7163
+ #: wp-live-chat-support/includes/settings_page.php:226
7164
  msgid "Play a sound when a new message is received"
7165
  msgstr ""
7166
 
7167
+ #: wp-live-chat-support/includes/settings_page.php:226
7168
  msgid ""
7169
  "Disable this to mute the sound that is played when a new chat message is "
7170
  "received"
7171
  msgstr ""
7172
 
7173
+ #: wp-live-chat-support/includes/settings_page.php:235
7174
  msgid "Enable Font Awesome set"
7175
  msgstr ""
7176
 
7177
+ #: wp-live-chat-support/includes/settings_page.php:235
7178
  msgid "Disable this if you have Font Awesome set included with your theme"
7179
  msgstr ""
7180
 
7181
+ #: wp-live-chat-support/includes/settings_page.php:243
7182
  msgid "Enable chat dashboard and notifications on all admin pages"
7183
  msgstr ""
7184
 
7185
+ #: wp-live-chat-support/includes/settings_page.php:243
7186
  msgid "This will load the chat dashboard on every admin page."
7187
  msgstr ""
7188
 
7189
+ #: wp-live-chat-support/includes/settings_page.php:251
7190
  msgid "Delete database entries on uninstall"
7191
  msgstr ""
7192
 
7193
+ #: wp-live-chat-support/includes/settings_page.php:251
7194
  msgid ""
7195
  "This will delete all WP Live Chat by 3CX related database entries such as "
7196
  "options and chats on uninstall."
7197
  msgstr ""
7198
 
7199
+ #: wp-live-chat-support/includes/settings_page.php:262
7200
  msgid "Agents can set their online status"
7201
  msgstr ""
7202
 
7203
+ #: wp-live-chat-support/includes/settings_page.php:262
7204
  msgid ""
7205
  "Checking this will allow you to change your status to Online or Offline on "
7206
  "the Live Chat page."
7207
  msgstr ""
7208
 
7209
+ #: wp-live-chat-support/includes/settings_page.php:262
7210
  msgid "If this option is disabled, agents will be always automatically online."
7211
  msgstr ""
7212
 
7213
+ #: wp-live-chat-support/includes/settings_page.php:273
7214
  msgid "Exclude chat from 'Home' page:"
7215
  msgstr ""
7216
 
7217
+ #: wp-live-chat-support/includes/settings_page.php:273
7218
  msgid ""
7219
  "Leaving this unchecked will allow the chat window to display on your home "
7220
  "page."
7221
  msgstr ""
7222
 
7223
+ #: wp-live-chat-support/includes/settings_page.php:281
7224
  msgid "Exclude chat from 'Archive' pages:"
7225
  msgstr ""
7226
 
7227
+ #: wp-live-chat-support/includes/settings_page.php:281
7228
  msgid ""
7229
  "Leaving this unchecked will allow the chat window to display on your archive "
7230
  "pages."
7231
  msgstr ""
7232
 
7233
+ #: wp-live-chat-support/includes/settings_page.php:289
7234
  msgid "Include chat window on the following pages:"
7235
  msgstr "Näytä keskusteluikkuna seuraavilla sivuilla:"
7236
 
7237
+ #: wp-live-chat-support/includes/settings_page.php:289
7238
  msgid ""
7239
  "Show the chat window on the following pages. Leave blank to show on all. "
7240
  "(Use comma-separated Page ID's)"
7242
  "Näytä keskusteluikkuna ainoastaan seuraavilla sivuilla. Tyhjänä ikkuna näkyy "
7243
  "kaikilla sivuilla (erota sivujen ID:t pilkulla)"
7244
 
7245
+ #: wp-live-chat-support/includes/settings_page.php:297
7246
  msgid "Exclude chat window on the following pages:"
7247
  msgstr "Älä näytä keskusteluikkunaa seuraavilla sivuilla:"
7248
 
7249
+ #: wp-live-chat-support/includes/settings_page.php:297
7250
  msgid ""
7251
  "Do not show the chat window on the following pages. Leave blank to show on "
7252
  "all. (Use comma-separated Page ID's)"
7254
  "Älä näytä keskusteluikkunaa seuraavilla sivuilla. Tyhjänä ikkuna näkyy "
7255
  "kaikilla sivuilla (erota sivujen ID:t pilkulla)"
7256
 
7257
+ #: wp-live-chat-support/includes/settings_page.php:305
7258
  #, fuzzy
7259
  #| msgid "Exclude chat window on the following pages:"
7260
  msgid "Exclude chat window on selected post types"
7261
  msgstr "Älä näytä keskusteluikkunaa seuraavilla sivuilla:"
7262
 
7263
+ #: wp-live-chat-support/includes/settings_page.php:305
7264
  #, fuzzy
7265
  #| msgid "Include chat window on the following pages:"
7266
  msgid "Do not show the chat window on the following post types pages."
7267
  msgstr "Näytä keskusteluikkuna seuraavilla sivuilla:"
7268
 
7269
+ #: wp-live-chat-support/includes/settings_page.php:324
7270
  #, fuzzy
7271
  #| msgid "No Quick Responses found"
7272
  msgid "No post types found."
7273
  msgstr "Pikavastauksia ei löydetty"
7274
 
7275
+ #: wp-live-chat-support/includes/settings_page.php:335
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7276
  msgid "Order by"
7277
  msgstr ""
7278
 
7279
+ #: wp-live-chat-support/includes/settings_page.php:341
7280
  msgid "Number"
7281
  msgstr ""
7282
 
7283
+ #: wp-live-chat-support/includes/settings_page.php:347
7284
  msgid "Sort"
7285
  msgstr ""
7286
 
7287
+ #: wp-live-chat-support/includes/settings_page.php:351
7288
  #, fuzzy
7289
  #| msgid "pending"
7290
  msgid "Descending"
7291
  msgstr "jonossa"
7292
 
7293
+ #: wp-live-chat-support/includes/settings_page.php:352
7294
  #, fuzzy
7295
  #| msgid "pending"
7296
  msgid "Ascending"
7297
  msgstr "jonossa"
7298
 
7299
+ #: wp-live-chat-support/includes/settings_page.php:359
7300
+ msgid "Geolocalization"
7301
+ msgstr ""
7302
+
7303
+ #: wp-live-chat-support/includes/settings_page.php:363
7304
+ msgid "Detect Visitors Country"
7305
+ msgstr ""
7306
+
7307
+ #: wp-live-chat-support/includes/settings_page.php:367
7308
+ #, php-format
7309
+ msgid ""
7310
+ "This feature requires the use of the GeoIP Detection plugin. Install it by "
7311
+ "going %s"
7312
+ msgstr ""
7313
+
7314
+ #: wp-live-chat-support/includes/settings_page.php:367
7315
+ #: wp-live-chat-support/includes/wplc_departments.php:585
7316
+ #: wp-live-chat-support/modules/node_server.php:501
7317
+ #: wp-live-chat-support/wp-live-chat-support.php:2030
7318
+ msgid "here"
7319
+ msgstr ""
7320
+
7321
+ #: wp-live-chat-support/includes/settings_page.php:368
7322
+ msgid ""
7323
+ "This feature is only available when '3CX High Performance Cloud Servers' is "
7324
+ "ticked in the 'Settings > Advanced Features section'."
7325
+ msgstr ""
7326
+
7327
+ #: wp-live-chat-support/includes/settings_page.php:374
7328
  msgid "Voice Notes"
7329
  msgstr ""
7330
 
7331
+ #: wp-live-chat-support/includes/settings_page.php:378
7332
  msgid "Enable Voice Notes on admin side"
7333
  msgstr ""
7334
 
7335
+ #: wp-live-chat-support/includes/settings_page.php:380
7336
  msgid ""
7337
  "Enabling this will allow you to record the voice during the chat and send it "
7338
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
7339
  msgstr ""
7340
 
7341
+ #: wp-live-chat-support/includes/settings_page.php:388
7342
  msgid "Enable Voice Notes on visitor side"
7343
  msgstr ""
7344
 
7345
+ #: wp-live-chat-support/includes/settings_page.php:390
7346
  msgid ""
7347
  "Enabling this will allow the visitors to record the voice during the chat "
7348
  "and send it to agent once they hold on CTRL + SPACEBAR"
7349
  msgstr ""
7350
 
7351
+ #: wp-live-chat-support/includes/settings_page.php:404
7352
+ #: wp-live-chat-support/wp-live-chat-support.php:3672
7353
  #, fuzzy
7354
  #| msgid "Chat Window Settings"
7355
  msgid "Chat Box Settings"
7356
  msgstr "Keskusteluikkunan asetukset"
7357
 
7358
+ #: wp-live-chat-support/includes/settings_page.php:407
7359
  msgid "Alignment"
7360
  msgstr ""
7361
 
7362
+ #: wp-live-chat-support/includes/settings_page.php:410
7363
  msgid "Bottom left"
7364
  msgstr "Vasen alhaalla"
7365
 
7366
+ #: wp-live-chat-support/includes/settings_page.php:411
7367
  msgid "Bottom right"
7368
  msgstr "Oikea alhaalla"
7369
 
7370
+ #: wp-live-chat-support/includes/settings_page.php:412
7371
  msgid "Left"
7372
  msgstr "Vasen"
7373
 
7374
+ #: wp-live-chat-support/includes/settings_page.php:413
7375
  msgid "Right"
7376
  msgstr "Oikea"
7377
 
7378
+ #: wp-live-chat-support/includes/settings_page.php:420
7379
+ msgid "Chat box height (percent of the page)"
7380
+ msgstr ""
7381
+
7382
+ #: wp-live-chat-support/includes/settings_page.php:425
7383
+ msgid "Use absolute height"
7384
+ msgstr ""
7385
+
7386
+ #: wp-live-chat-support/includes/settings_page.php:436
7387
+ msgid "Automatic Chatbox Pop-Up"
7388
+ msgstr ""
7389
 
7390
+ #: wp-live-chat-support/includes/settings_page.php:436
7391
  msgid ""
7392
  "Expand the chat box automatically (prompts the user to enter their name and "
7393
  "email address)."
7395
  "Suurenna keskusteluikkuna automaattisesti (kävijältä pyydetään nimi ja "
7396
  "sähköpostiosoite)"
7397
 
7398
+ #: wp-live-chat-support/includes/settings_page.php:441
7399
+ msgid "No Forms - Only show 'Start Chat' button"
7400
+ msgstr ""
7401
+
7402
+ #: wp-live-chat-support/includes/settings_page.php:442
7403
+ msgid "All Forms - Show chatbox forms and fields"
7404
+ msgstr ""
7405
+
7406
+ #: wp-live-chat-support/includes/settings_page.php:444
7407
+ #, fuzzy
7408
+ #| msgid "Choose when I want to be online"
7409
+ msgid "Pop-up only when agents are online"
7410
+ msgstr "Valitse koska olen poissa linjoilta"
7411
+
7412
+ #: wp-live-chat-support/includes/settings_page.php:445
7413
+ msgid "Pop-up for mobile users"
7414
+ msgstr ""
7415
+
7416
+ #: wp-live-chat-support/includes/settings_page.php:451
7417
  #, fuzzy
7418
  #| msgid "Display name and avatar in chat"
7419
  msgid "Display for chat message:"
7420
  msgstr "Näytä nimi ja kuva keskustelussa:"
7421
 
7422
+ #: wp-live-chat-support/includes/settings_page.php:455
7423
  msgid "Avatar"
7424
  msgstr ""
7425
 
7426
+ #: wp-live-chat-support/includes/settings_page.php:460
7427
  msgid "Display typing indicator"
7428
  msgstr ""
7429
 
7430
+ #: wp-live-chat-support/includes/settings_page.php:460
7431
  msgid ""
7432
  "Display the 'typing...' animation in the chat window as soon as an agent or "
7433
  "visitor is typing."
7434
  msgstr ""
7435
 
7436
+ #: wp-live-chat-support/includes/settings_page.php:464
7437
  msgid ""
7438
+ "For on premise server chat users, please note that this will increase the "
7439
+ "amount of resources required on your server."
7440
  msgstr ""
7441
 
7442
+ #: wp-live-chat-support/includes/settings_page.php:469
7443
  msgid "Chat box for logged in users only:"
7444
  msgstr ""
7445
 
7446
+ #: wp-live-chat-support/includes/settings_page.php:469
7447
  msgid ""
7448
  "By checking this, only users that are logged in will be able to chat with "
7449
  "you."
7451
  "Kun tämä vaihtoehto on valittu, vain kirjautuneet kävijät voivat keskustella "
7452
  "kanssasi."
7453
 
7454
+ #: wp-live-chat-support/includes/settings_page.php:477
7455
+ msgid "Use Logged In User Details"
7456
+ msgstr "Käytä kirjautuneen kävijän tietoja."
7457
+
7458
+ #: wp-live-chat-support/includes/settings_page.php:477
7459
+ msgid ""
7460
+ "A user's Name and Email Address will be used by default if they are logged "
7461
+ "in."
7462
+ msgstr "Kirjautuneen kävijän nimeä ja sähköpostia käytetään oletuksena."
7463
+
7464
+ #: wp-live-chat-support/includes/settings_page.php:485
7465
  #, fuzzy
7466
  #| msgid "User has maximized the chat window"
7467
  msgid "Display a timestamp in the chat window:"
7468
  msgstr "Kävijä on suurentanut keskusteluikkunan"
7469
 
7470
+ #: wp-live-chat-support/includes/settings_page.php:489
7471
+ #: wp-live-chat-support/wp-live-chat-support.php:2089
7472
  msgid "Time"
7473
  msgstr ""
7474
 
7475
+ #: wp-live-chat-support/includes/settings_page.php:494
7476
  msgid "Redirect to “Thank You” page on chat end:"
7477
  msgstr ""
7478
 
7479
+ #: wp-live-chat-support/includes/settings_page.php:494
7480
  msgid ""
7481
  "By checking this, users will be redirected to your thank you page when a "
7482
  "chat is completed."
7483
  msgstr ""
7484
 
7485
+ #: wp-live-chat-support/includes/settings_page.php:498
7486
  msgid "Thank You Page URL"
7487
  msgstr ""
7488
 
7489
+ #: wp-live-chat-support/includes/settings_page.php:525
 
 
 
 
7490
  #, fuzzy
7491
  #| msgid "Username"
7492
  msgid "User / Agent name"
7493
  msgstr "Käyttäjänimi"
7494
 
7495
+ #: wp-live-chat-support/includes/settings_page.php:533
7496
  #, fuzzy
7497
  #| msgid "Username"
7498
  msgid "Use WordPress name"
7499
  msgstr "Käyttäjänimi"
7500
 
7501
+ #: wp-live-chat-support/includes/settings_page.php:536
7502
  msgid "Note: 'Name' field will be ignored"
7503
  msgstr ""
7504
 
7505
+ #: wp-live-chat-support/includes/settings_page.php:568
7506
  msgid "Incoming chat ring tone"
7507
  msgstr ""
7508
 
7509
+ #: wp-live-chat-support/includes/settings_page.php:584
7510
  #, fuzzy
7511
  #| msgid "Incoming Chat"
7512
  msgid "Incoming message tone"
7513
  msgstr "Saapuva chat-keskustelu"
7514
 
7515
+ #: wp-live-chat-support/includes/settings_page.php:601
7516
  msgid "Icon"
7517
  msgstr ""
7518
 
7519
+ #: wp-live-chat-support/includes/settings_page.php:609
7520
  #, fuzzy
7521
  #| msgid "Upload Logo"
7522
  msgid "Upload Icon"
7523
  msgstr "Lisää logo"
7524
 
7525
+ #: wp-live-chat-support/includes/settings_page.php:610
7526
+ #: wp-live-chat-support/includes/settings_page.php:615
7527
  msgid "Select Default Icon"
7528
  msgstr ""
7529
 
7530
+ #: wp-live-chat-support/includes/settings_page.php:612
 
 
 
 
 
 
7531
  #, fuzzy
7532
  #| msgid "Recomended Size 250px x 40px"
7533
  msgid "Recommended Size 50px x 50px"
7534
  msgstr "Suositeltu koko 250 pikseliä x 40 pikseliä"
7535
 
7536
+ #: wp-live-chat-support/includes/settings_page.php:655
7537
  msgid "Picture"
7538
  msgstr "Kuva"
7539
 
7540
+ #: wp-live-chat-support/includes/settings_page.php:663
7541
  msgid "Upload Image"
7542
  msgstr "Lisää kuva"
7543
 
7544
+ #: wp-live-chat-support/includes/settings_page.php:664
7545
+ msgid "Select Default Image"
7546
+ msgstr ""
7547
+
7548
+ #: wp-live-chat-support/includes/settings_page.php:667
7549
  msgid "Remove Image"
7550
  msgstr "Poista kuva"
7551
 
7552
+ #: wp-live-chat-support/includes/settings_page.php:668
7553
  #, fuzzy
7554
  #| msgid "Recomended Size 250px x 40px"
7555
  msgid "Recommended Size 60px x 60px"
7556
  msgstr "Suositeltu koko 250 pikseliä x 40 pikseliä"
7557
 
7558
+ #: wp-live-chat-support/includes/settings_page.php:675
7559
  msgid "Logo"
7560
  msgstr "Logo"
7561
 
7562
+ #: wp-live-chat-support/includes/settings_page.php:683
7563
  msgid "Upload Logo"
7564
  msgstr "Lisää logo"
7565
 
7566
+ #: wp-live-chat-support/includes/settings_page.php:685
7567
  msgid "Remove Logo"
7568
  msgstr "Poista logo"
7569
 
7570
+ #: wp-live-chat-support/includes/settings_page.php:686
7571
  #, fuzzy
7572
  #| msgid "Recomended Size 250px x 40px"
7573
  msgid "Recommended Size 250px x 40px"
7574
  msgstr "Suositeltu koko 250 pikseliä x 40 pikseliä"
7575
 
7576
+ #: wp-live-chat-support/includes/settings_page.php:692
7577
  #, fuzzy
7578
  #| msgid "Chat delay (seconds)"
7579
  msgid "Chat button delayed startup (seconds)"
7580
  msgstr "Keskustelun viive (sekunttia)"
7581
 
7582
+ #: wp-live-chat-support/includes/settings_page.php:692
7583
  msgid "How long to delay showing the Live Chat button on a page"
7584
  msgstr ""
7585
 
7586
+ #: wp-live-chat-support/includes/settings_page.php:701
7587
  msgid "Chat notifications"
7588
  msgstr "Keskusteluilmoitukset"
7589
 
7590
+ #: wp-live-chat-support/includes/settings_page.php:701
7591
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
7592
  msgstr ""
7593
 
7594
+ #: wp-live-chat-support/includes/settings_page.php:710
7595
  msgid "User Experience"
7596
  msgstr ""
7597
 
7598
+ #: wp-live-chat-support/includes/settings_page.php:714
7599
  msgid "Share files"
7600
  msgstr ""
7601
 
7602
+ #: wp-live-chat-support/includes/settings_page.php:714
7603
  msgid "Adds file sharing to your chat box!"
7604
  msgstr ""
7605
 
7606
+ #: wp-live-chat-support/includes/settings_page.php:718
7607
  msgid "Visitor experience ratings"
7608
  msgstr ""
7609
 
7610
+ #: wp-live-chat-support/includes/settings_page.php:718
7611
  msgid "Allows users to rate the chat experience with an agent."
7612
  msgstr ""
7613
 
7614
+ #: wp-live-chat-support/includes/settings_page.php:724
7615
+ #: wp-live-chat-support/includes/settings_page.php:1050
7616
  msgid "Social"
7617
  msgstr ""
7618
 
7619
+ #: wp-live-chat-support/includes/settings_page.php:728
7620
  msgid "Facebook URL"
7621
  msgstr ""
7622
 
7623
+ #: wp-live-chat-support/includes/settings_page.php:728
7624
  msgid "Link your Facebook page here. Leave blank to hide"
7625
  msgstr ""
7626
 
7627
+ #: wp-live-chat-support/includes/settings_page.php:729
7628
  msgid "Facebook URL..."
7629
  msgstr ""
7630
 
7631
+ #: wp-live-chat-support/includes/settings_page.php:740
7632
  msgid "Twitter URL"
7633
  msgstr ""
7634
 
7635
+ #: wp-live-chat-support/includes/settings_page.php:740
7636
  msgid "Link your Twitter page here. Leave blank to hide"
7637
  msgstr ""
7638
 
7639
+ #: wp-live-chat-support/includes/settings_page.php:741
7640
  msgid "Twitter URL..."
7641
  msgstr ""
7642
 
7643
+ #: wp-live-chat-support/includes/settings_page.php:763
7644
  #, fuzzy
7645
  #| msgid "Offline Messages"
7646
  msgid "Disable offline messages"
7647
  msgstr "Offline-viestit"
7648
 
7649
+ #: wp-live-chat-support/includes/settings_page.php:763
7650
  msgid ""
7651
  "The chat window will be hidden when it is offline. Users will not be able to "
7652
  "send offline messages to you"
7654
  "Ikkuna häivytetään kun chat-keskustelu on poissa linjoilta. Kävijät eivät "
7655
  "voi lähettää offline-viestejä."
7656
 
7657
+ #: wp-live-chat-support/includes/settings_page.php:770
7658
  #, fuzzy
7659
  #| msgid "Offline Chat Box Title"
7660
  msgid "Offline Form Title"
7661
  msgstr "Offline-keskusteluikkunan otsikko"
7662
 
7663
+ #: wp-live-chat-support/includes/settings_page.php:778
7664
  #, fuzzy
7665
  #| msgid "Offline Messages"
7666
  msgid "Offline form initial message"
7667
  msgstr "Offline-viestit"
7668
 
7669
+ #: wp-live-chat-support/includes/settings_page.php:784
7670
  #, fuzzy
7671
  #| msgid "Offline Messages"
7672
  msgid "Offline form message on send"
7673
  msgstr "Offline-viestit"
7674
 
7675
+ #: wp-live-chat-support/includes/settings_page.php:790
7676
  #, fuzzy
7677
  #| msgid "Offline Messages"
7678
  msgid "Offline form finish message"
7679
  msgstr "Offline-viestit"
7680
 
7681
+ #: wp-live-chat-support/includes/settings_page.php:796
7682
  #, fuzzy
7683
  msgid "Offline Button Text"
7684
  msgstr "Offline-teksti"
7685
 
7686
+ #: wp-live-chat-support/includes/settings_page.php:802
7687
  #, fuzzy
7688
  msgid "Offline Send Button Text"
7689
  msgstr "Offline-teksti"
7690
 
7691
+ #: wp-live-chat-support/includes/settings_page.php:810
7692
  #, fuzzy
7693
  #| msgid "Main Settings"
7694
  msgid "Email settings"
7695
  msgstr "Pääasetukset"
7696
 
7697
+ #: wp-live-chat-support/includes/settings_page.php:816
7698
  msgid "Send to agent(s)"
7699
  msgstr ""
7700
 
7701
+ #: wp-live-chat-support/includes/settings_page.php:816
7702
  msgid ""
7703
  "Email address where offline messages are delivered to. Use comma separated "
7704
  "email addresses to send to more than one email address"
7705
  msgstr ""
7706
 
7707
+ #: wp-live-chat-support/includes/settings_page.php:826
7708
  msgid "User name will be appended to the end of the subject."
7709
  msgstr ""
7710
 
7711
+ #: wp-live-chat-support/includes/settings_page.php:839
7712
  msgid "Auto-respond to visitor"
7713
  msgstr ""
7714
 
7715
+ #: wp-live-chat-support/includes/settings_page.php:839
7716
  msgid "Send your visitors an email as soon as they send you an offline message"
7717
  msgstr ""
7718
 
7719
+ #: wp-live-chat-support/includes/settings_page.php:845
7720
  msgid "Auto-responder 'From' name"
7721
  msgstr ""
7722
 
7723
+ #: wp-live-chat-support/includes/settings_page.php:851
7724
  msgid "Auto-responder 'From' email"
7725
  msgstr ""
7726
 
7727
+ #: wp-live-chat-support/includes/settings_page.php:857
7728
  msgid "Auto-responder subject"
7729
  msgstr ""
7730
 
7731
+ #: wp-live-chat-support/includes/settings_page.php:863
7732
  msgid "Auto-responder body"
7733
  msgstr ""
7734
 
7735
+ #: wp-live-chat-support/includes/settings_page.php:866
7736
  msgid "HTML and the following shortcodes can be used"
7737
  msgstr ""
7738
 
7739
+ #: wp-live-chat-support/includes/settings_page.php:866
7740
  #, fuzzy
7741
  #| msgid "Username"
7742
  msgid "User's name"
7743
  msgstr "Käyttäjänimi"
7744
 
7745
+ #: wp-live-chat-support/includes/settings_page.php:866
7746
  #, fuzzy
7747
  #| msgid "Email Address"
7748
  msgid "User's email address"
7749
  msgstr "Sähköpostiosoite"
7750
 
7751
+ #: wp-live-chat-support/includes/settings_page.php:942
7752
  #, fuzzy
7753
  msgid "Color scheme"
7754
  msgstr "Väripohja 1"
7755
 
7756
+ #: wp-live-chat-support/includes/settings_page.php:998
7757
  #, fuzzy
7758
  msgid "Custom Scheme"
7759
  msgstr "Väripohja 1"
7760
 
7761
+ #: wp-live-chat-support/includes/settings_page.php:1018
7762
  msgid "Palette Color 1"
7763
  msgstr ""
7764
 
7765
+ #: wp-live-chat-support/includes/settings_page.php:1024
7766
  msgid "Palette Color 2"
7767
  msgstr ""
7768
 
7769
+ #: wp-live-chat-support/includes/settings_page.php:1030
7770
  msgid "Palette Color 3"
7771
  msgstr ""
7772
 
7773
+ #: wp-live-chat-support/includes/settings_page.php:1036
7774
  msgid "Palette Color 4"
7775
  msgstr ""
7776
 
7777
+ #: wp-live-chat-support/includes/settings_page.php:1043
7778
  msgid "Chat background"
7779
  msgstr ""
7780
 
7781
+ #: wp-live-chat-support/includes/settings_page.php:1047
7782
  msgid "Cloudy"
7783
  msgstr ""
7784
 
7785
+ #: wp-live-chat-support/includes/settings_page.php:1048
7786
  msgid "Geometry"
7787
  msgstr ""
7788
 
7789
+ #: wp-live-chat-support/includes/settings_page.php:1049
7790
  msgid "Tech"
7791
  msgstr ""
7792
 
7793
+ #: wp-live-chat-support/includes/settings_page.php:1057
 
 
 
 
 
 
7794
  msgid "Use localization plugin"
7795
  msgstr ""
7796
 
7797
+ #: wp-live-chat-support/includes/settings_page.php:1060
7798
  #, php-format
7799
  msgid ""
7800
  "Enable this if you are using a localization plugin. Should you wish to "
7801
+ "change the below strings with this option enabled, please visit %sthe "
7802
+ "documentation%s"
 
 
 
 
 
 
 
7803
  msgstr ""
7804
 
7805
+ #: wp-live-chat-support/includes/settings_page.php:1066
7806
  #, fuzzy
7807
  #| msgid "Chat box alignment"
7808
  msgid "Chat box title"
7809
  msgstr "Keskusteluikkunan asettelu"
7810
 
7811
+ #: wp-live-chat-support/includes/settings_page.php:1072
7812
  #, fuzzy
7813
  #| msgid "Chat box alignment"
7814
  msgid "Chat box sub-title"
7815
  msgstr "Keskusteluikkunan asettelu"
7816
 
7817
+ #: wp-live-chat-support/includes/settings_page.php:1078
7818
  #, fuzzy
7819
  #| msgid "Chat box alignment"
7820
  msgid "Chat box intro"
7821
  msgstr "Keskusteluikkunan asettelu"
7822
 
7823
+ #: wp-live-chat-support/includes/settings_page.php:1084
7824
  msgid "Start chat button label"
7825
  msgstr ""
7826
 
7827
+ #: wp-live-chat-support/includes/settings_page.php:1090
7828
  msgid "Start chat status message"
7829
  msgstr ""
7830
 
7831
+ #: wp-live-chat-support/includes/settings_page.php:1096
7832
  #, fuzzy
7833
  msgid "Re-activate chat message"
7834
  msgstr "Teksti uudelleen aktivoidulle keskustelulle"
7835
 
7836
+ #: wp-live-chat-support/includes/settings_page.php:1104
7837
  #, fuzzy
7838
  #| msgid "Send message"
7839
  msgid "Welcome message"
7840
  msgstr "Lähetä viesti"
7841
 
7842
+ #: wp-live-chat-support/includes/settings_page.php:1106
7843
  msgid ""
7844
  "This text is shown as soon as a user starts a chat and waits for an agent to "
7845
  "join"
7846
  msgstr ""
7847
 
7848
+ #: wp-live-chat-support/includes/settings_page.php:1110
7849
  msgid "Agent no answer message"
7850
  msgstr ""
7851
 
7852
+ #: wp-live-chat-support/includes/settings_page.php:1112
7853
  #, fuzzy
7854
  #| msgid "This text is shown above the user chat input field"
7855
  msgid ""
7856
  "This text is shown to the user when an agent has failed to answer a chat"
7857
  msgstr "Tämä teksti näytetään keskustelukenttien yläpuolella"
7858
 
7859
+ #: wp-live-chat-support/includes/settings_page.php:1116
7860
  msgid "Other text"
7861
  msgstr "Muuta tekstiä"
7862
 
7863
+ #: wp-live-chat-support/includes/settings_page.php:1119
7864
+ #: wp-live-chat-support/wp-live-chat-support.php:177
7865
+ #: wp-live-chat-support/wp-live-chat-support.php:968
7866
  #, fuzzy
7867
  #| msgid "Chat has been answered by another agent"
7868
  msgid "The chat has been ended by the agent."
7869
  msgstr "Toinen keskustelija on vastannut "
7870
 
7871
+ #: wp-live-chat-support/includes/settings_page.php:1124
7872
  #, fuzzy
7873
  #| msgid "Chat box alignment"
7874
  msgid "Chat box animation"
7875
  msgstr "Keskusteluikkunan asettelu"
7876
 
7877
+ #: wp-live-chat-support/includes/settings_page.php:1132
7878
  msgid "Slide Up"
7879
  msgstr "Liuku ylös"
7880
 
7881
+ #: wp-live-chat-support/includes/settings_page.php:1138
7882
  msgid "Slide From The Side"
7883
  msgstr "Liuku sivulta"
7884
 
7885
+ #: wp-live-chat-support/includes/settings_page.php:1144
7886
  msgid "Fade In"
7887
  msgstr "Häivytys"
7888
 
7889
+ #: wp-live-chat-support/includes/settings_page.php:1150
7890
  msgid "No Animation"
7891
  msgstr "Ei animaatiota"
7892
 
7893
+ #: wp-live-chat-support/includes/settings_page.php:1168
7894
  msgid "Auto-response to first message"
7895
  msgstr ""
7896
 
7897
+ #: wp-live-chat-support/includes/settings_page.php:1171
7898
  msgid ""
7899
  "This message will be sent automatically after the first message is sent from "
7900
  "the user side. Leave empty to disable."
7901
  msgstr ""
7902
 
7903
+ #: wp-live-chat-support/includes/settings_page.php:1183
7904
  msgid "Chat Agents"
7905
  msgstr "Keskustelijat"
7906
 
7907
+ #: wp-live-chat-support/includes/settings_page.php:1192
7908
  msgid "Logged In"
7909
  msgstr ""
7910
 
7911
+ #: wp-live-chat-support/includes/settings_page.php:1210
7912
  msgid "Add New Agent"
7913
  msgstr ""
7914
 
7915
+ #: wp-live-chat-support/includes/settings_page.php:1217
7916
  msgid "Administrator"
7917
  msgstr ""
7918
 
7919
+ #: wp-live-chat-support/includes/settings_page.php:1231
7920
  msgid "Add Agent"
7921
  msgstr ""
7922
 
7923
+ #: wp-live-chat-support/includes/settings_page.php:1237
7924
  #, php-format
7925
  msgid ""
7926
  "Should you wish to add a user that has a role less than 'Author', please go "
7928
  "bottom of the page and enable the 'Chat Agent' checkbox."
7929
  msgstr ""
7930
 
7931
+ #: wp-live-chat-support/includes/settings_page.php:1237
7932
  #, fuzzy
7933
  #| msgid "Username"
7934
  msgid "Users"
7935
  msgstr "Käyttäjänimi"
7936
 
7937
+ #: wp-live-chat-support/includes/settings_page.php:1238
7938
  msgid "If there are no chat agents online, the chat will show as offline"
7939
  msgstr ""
7940
  "Jos keskustelun käyttäjiä ei ole linjoilla, keskusteluikkuna ilmoittaa "
7941
  "olevansa poissa linjoilta"
7942
 
7943
+ #: wp-live-chat-support/includes/settings_page.php:1243
7944
  #, fuzzy
7945
  #| msgid "Blocked Visitors - Based on IP Address"
7946
  msgid "Blocked Visitors / IP Addresses"
7947
  msgstr "Estetyt kävijät - perustuen IP-osoitteeseen"
7948
 
7949
+ #: wp-live-chat-support/includes/settings_page.php:1247
7950
  msgid "Enter each IP Address you would like to block on a new line"
7951
  msgstr "Anna jokainen estettävä IP-osoite omalla rivillään"
7952
 
7953
+ #: wp-live-chat-support/includes/settings_page.php:1258
7954
  msgid ""
7955
  "Blocking a user's IP Address here will hide the chat window from them, "
7956
  "preventing them from chatting with you. Each IP Address must be on a new line"
7958
  "Kävijän IP-osoitteen estäminen piilottaa keskusteluikkunan, estäen "
7959
  "keskustelut kanssasi. Jokainen IP-osoite tulee olla omalla rivillään"
7960
 
7961
+ #: wp-live-chat-support/includes/settings_page.php:1272
7962
  msgid "Enable Business Hours"
7963
  msgstr ""
7964
 
7965
+ #: wp-live-chat-support/includes/settings_page.php:1276
7966
+ msgid "Working days"
7967
  msgstr ""
7968
 
7969
+ #: wp-live-chat-support/includes/settings_page.php:1278
7970
+ msgid "Week Day"
7971
  msgstr ""
7972
 
7973
+ #: wp-live-chat-support/includes/settings_page.php:1278
7974
+ msgid "Morning Schedule"
7975
  msgstr ""
7976
 
7977
+ #: wp-live-chat-support/includes/settings_page.php:1278
7978
+ msgid "Afternoon Schedule"
7979
  msgstr ""
7980
 
7981
+ #: wp-live-chat-support/includes/settings_page.php:1283
7982
+ #: wp-live-chat-support/includes/settings_page.php:1288
7983
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:582
7984
+ msgid "to"
7985
  msgstr ""
7986
 
7987
+ #: wp-live-chat-support/includes/settings_page.php:1298
7988
+ msgid ""
7989
+ "Time intervals are incorrect or overlapping. Please fix your settings or you "
7990
+ "might get unexpected behavior."
7991
  msgstr ""
7992
 
7993
+ #: wp-live-chat-support/includes/settings_page.php:1308
7994
  msgid "Current Site Time"
7995
  msgstr ""
7996
 
7997
+ #: wp-live-chat-support/includes/settings_page.php:1323
7998
  msgid "Chat Encryption"
7999
  msgstr ""
8000
 
8001
+ #: wp-live-chat-support/includes/settings_page.php:1326
8002
  msgid "Enable Encryption"
8003
  msgstr ""
8004
 
8005
+ #: wp-live-chat-support/includes/settings_page.php:1326
8006
  msgid ""
8007
  "All messages will be encrypted when being sent to and from the user and "
8008
  "agent."
8009
  msgstr ""
8010
 
8011
+ #: wp-live-chat-support/includes/settings_page.php:1330
8012
  msgid ""
8013
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
8014
  msgstr ""
8015
 
8016
+ #: wp-live-chat-support/includes/settings_page.php:1336
8017
+ msgid "Encryption key"
8018
+ msgstr ""
8019
+
8020
+ #: wp-live-chat-support/includes/settings_page.php:1341
8021
+ #: wp-live-chat-support/modules/advanced_features.php:59
8022
+ #: wp-live-chat-support/modules/api/public/wplc-api.php:84
8023
+ msgid "Generate New"
8024
+ msgstr ""
8025
+
8026
+ #: wp-live-chat-support/includes/settings_page.php:1344
8027
+ msgid ""
8028
+ "If you change encryption key, all previously encrypted messages will be "
8029
+ "lost. This cannot be undone."
8030
+ msgstr ""
8031
+
8032
+ #: wp-live-chat-support/includes/settings_page.php:1354
8033
  msgid "Save Settings"
8034
  msgstr "Tallenna asetukset"
8035
 
8050
  msgstr ""
8051
 
8052
  #: wp-live-chat-support/includes/wplc_custom_fields.php:71
8053
+ #: wp-live-chat-support/wp-live-chat-support.php:787
8054
  msgid "Custom Fields"
8055
  msgstr ""
8056
 
8057
  #: wp-live-chat-support/includes/wplc_custom_fields.php:80
8058
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:456
8059
+ #: wp-live-chat-support/wp-live-chat-support.php:2090
8060
  msgid "Type"
8061
  msgstr ""
8062
 
8063
  #: wp-live-chat-support/includes/wplc_custom_fields.php:81
8064
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:458
8065
  msgid "Content"
8066
  msgstr ""
8067
 
8068
  #: wp-live-chat-support/includes/wplc_custom_fields.php:99
8069
+ #: wp-live-chat-support/wp-live-chat-support.php:2273
8070
  msgid "Active"
8071
  msgstr "Aktiivinen"
8072
 
8085
  msgstr ""
8086
 
8087
  #: wp-live-chat-support/includes/wplc_custom_fields.php:142
8088
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:225
8089
  msgid "Field Name"
8090
  msgstr ""
8091
 
8092
  #: wp-live-chat-support/includes/wplc_custom_fields.php:146
8093
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:229
8094
  msgid "Field Type"
8095
  msgstr ""
8096
 
8097
  #: wp-live-chat-support/includes/wplc_custom_fields.php:149
8098
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:234
8099
  msgid "Text"
8100
  msgstr ""
8101
 
8102
  #: wp-live-chat-support/includes/wplc_custom_fields.php:150
8103
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:235
8104
  msgid "Drop Down"
8105
  msgstr ""
8106
 
8107
  #: wp-live-chat-support/includes/wplc_custom_fields.php:155
8108
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:240
8109
  msgid "Default Field Value"
8110
  msgstr ""
8111
 
8112
  #: wp-live-chat-support/includes/wplc_custom_fields.php:159
8113
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:244
8114
  msgid "Drop Down Contents"
8115
  msgstr ""
8116
 
8117
  #: wp-live-chat-support/includes/wplc_custom_fields.php:160
8118
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:245
8119
  #, fuzzy
8120
  #| msgid "Enter each IP Address you would like to block on a new line"
8121
  msgid "Enter each option on a new line"
8125
  msgid "Create Custom Field"
8126
  msgstr ""
8127
 
8128
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:220
8129
  msgid "Edit a Custom Field"
8130
  msgstr ""
8131
 
8132
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:249
8133
  msgid "Update Custom Field"
8134
  msgstr ""
8135
 
8136
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:259
8137
  msgid "Custom Field Not Found"
8138
  msgstr ""
8139
 
8140
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:260
8141
  msgid "Back"
8142
  msgstr ""
8143
 
8144
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:274
8145
  msgid "Are you sure you want to delete this custom field?"
8146
  msgstr ""
8147
 
8148
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:310
8149
  #, fuzzy
8150
  #| msgid "Offline Text Fields"
8151
  msgid "Text Field"
8152
  msgstr "Offline-tekstien kentät"
8153
 
8154
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:313
8155
  msgid "Dropdown"
8156
  msgstr ""
8157
 
8158
+ #: wp-live-chat-support/includes/wplc_custom_fields.php:379
8159
  msgid "Custom Field Data"
8160
  msgstr ""
8161
 
8162
  #: wp-live-chat-support/includes/wplc_data_triggers.php:11
8163
+ #: wp-live-chat-support/wp-live-chat-support.php:786
8164
+ #: wp-live-chat-support/wp-live-chat-support.php:3646
8165
  msgid "Triggers"
8166
  msgstr ""
8167
 
8168
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:63
 
 
 
 
 
8169
  msgid "Trigger Name"
8170
  msgstr ""
8171
 
8172
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:68
8173
  msgid "Trigger Type"
8174
  msgstr ""
8175
 
8176
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:72
8177
  msgid "Page Trigger"
8178
  msgstr ""
8179
 
8180
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:73
8181
  msgid "Time Trigger"
8182
  msgstr ""
8183
 
8184
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:74
8185
  msgid "Scroll Trigger"
8186
  msgstr ""
8187
 
8188
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:75
8189
  msgid "Page Leave Trigger"
8190
  msgstr ""
8191
 
8192
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:76
8193
  msgid ""
8194
  "Note: When using page trigger with a the basic theme, no hovercard is shown "
8195
  "by default. We suggest using the time trigger for this instead."
8196
  msgstr ""
8197
 
8198
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:82
8199
  msgid "Page ID"
8200
  msgstr ""
8201
 
8202
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:83
8203
  msgid "Note: Leave empty for 'all' pages"
8204
  msgstr ""
8205
 
8206
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:87
8207
  msgid "Show After"
8208
  msgstr ""
8209
 
8210
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:88
8211
  msgid "Seconds"
8212
  msgstr ""
8213
 
8214
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:92
8215
  msgid "Show After Scrolled"
8216
  msgstr ""
8217
 
8218
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:93
8219
  msgid "(%) Percent of page height"
8220
  msgstr ""
8221
 
8222
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:97
8223
  msgid "Content Replacement"
8224
  msgstr ""
8225
 
8226
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:107
8227
  msgid "Replace Content"
8228
  msgstr ""
8229
 
8230
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:112
8231
  msgid "Enable Trigger"
8232
  msgstr ""
8233
 
8234
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:118
8235
+ #: wp-live-chat-support/modules/node_server.php:445
8236
+ #: wp-live-chat-support/wp-live-chat-support.php:4319
8237
  msgid "Close"
8238
  msgstr ""
8239
 
8240
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:128
8241
+ #: wp-live-chat-support/includes/wplc_departments.php:261
8242
+ #: wp-live-chat-support/includes/wplc_roi.php:256
8243
  msgid "Please review your submission"
8244
  msgstr ""
8245
 
8246
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:276
8247
  msgid "Trigger has been edited."
8248
  msgstr ""
8249
 
8250
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:441
8251
  msgid "Conflict with page"
8252
  msgstr ""
8253
 
8254
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:443
8255
  msgid "Trigger ID: "
8256
  msgstr ""
8257
 
8258
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:444
8259
  msgid ""
8260
  "It is possible that this trigger may override another trigger, or be "
8261
  "overridden by another trigger."
8262
  msgstr ""
8263
 
8264
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:457
8265
+ #: wp-live-chat-support/includes/wplc_roi.php:140
8266
+ #: wp-live-chat-support/modules/node_server.php:191
8267
+ #: wp-live-chat-support/modules/node_server.php:739
8268
  msgid "Page"
8269
  msgstr ""
8270
 
8271
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:480
 
 
 
 
 
8272
  msgid "Click to change trigger status"
8273
  msgstr ""
8274
 
8275
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:490
8276
  msgid "No Triggers Found..."
8277
  msgstr ""
8278
 
8279
+ #: wp-live-chat-support/includes/wplc_data_triggers.php:601
8280
  msgid "Are you sure you would like to delete trigger"
8281
  msgstr ""
8282
 
8283
  #: wp-live-chat-support/includes/wplc_departments.php:60
8284
  #: wp-live-chat-support/includes/wplc_departments.php:64
8285
+ #: wp-live-chat-support/includes/wplc_departments.php:87
8286
+ #: wp-live-chat-support/includes/wplc_departments.php:547
8287
+ #: wp-live-chat-support/includes/wplc_departments.php:652
8288
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:98
8289
  msgid "No Department"
8290
  msgstr ""
8291
 
8292
+ #: wp-live-chat-support/includes/wplc_departments.php:83
8293
  #, fuzzy
8294
  #| msgid "Chat Agent"
8295
  msgid "Chat Department"
8296
  msgstr "Keskustelija"
8297
 
8298
+ #: wp-live-chat-support/includes/wplc_departments.php:128
8299
+ #: wp-live-chat-support/includes/wplc_departments.php:144
8300
+ #: wp-live-chat-support/includes/wplc_departments.php:521
8301
+ #: wp-live-chat-support/includes/wplc_departments.php:537
8302
  msgid "Departments"
8303
  msgstr ""
8304
 
8305
+ #: wp-live-chat-support/includes/wplc_departments.php:128
8306
  msgid "beta"
8307
  msgstr ""
8308
 
8309
+ #: wp-live-chat-support/includes/wplc_departments.php:141
8310
  #, fuzzy
8311
  #| msgid "Main Settings"
8312
  msgid "Department Settings"
8313
  msgstr "Pääasetukset"
8314
 
8315
+ #: wp-live-chat-support/includes/wplc_departments.php:194
8316
  msgid "No Departments Found..."
8317
  msgstr ""
8318
 
8319
+ #: wp-live-chat-support/includes/wplc_departments.php:245
8320
  msgid "Department Name"
8321
  msgstr ""
8322
 
8323
+ #: wp-live-chat-support/includes/wplc_departments.php:330
8324
  msgid "Department has been edited."
8325
  msgstr ""
8326
 
8327
+ #: wp-live-chat-support/includes/wplc_departments.php:469
8328
  msgid "Are you sure you would like to delete department"
8329
  msgstr ""
8330
 
8331
+ #: wp-live-chat-support/includes/wplc_departments.php:542
8332
  msgid "Default Department"
8333
  msgstr ""
8334
 
8335
+ #: wp-live-chat-support/includes/wplc_departments.php:543
8336
  msgid "Default department a new chat is assigned to"
8337
  msgstr ""
8338
 
8339
+ #: wp-live-chat-support/includes/wplc_departments.php:558
8340
  msgid "Create or Edit Departments"
8341
  msgstr ""
8342
 
8343
+ #: wp-live-chat-support/includes/wplc_departments.php:564
8344
  msgid "User Department Selection"
8345
  msgstr ""
8346
 
8347
+ #: wp-live-chat-support/includes/wplc_departments.php:565
8348
  msgid "Allow user to select a department before starting a chat?"
8349
  msgstr ""
8350
 
8351
+ #: wp-live-chat-support/includes/wplc_departments.php:574
8352
  msgid ""
8353
  "Note: Chats will be transferred in the event that agents are not available "
8354
  "within the selected department"
8355
  msgstr ""
8356
 
8357
+ #: wp-live-chat-support/includes/wplc_departments.php:585
8358
  #, fuzzy, php-format
8359
  #| msgid "Chat Agent"
8360
  msgid "Create departments %s."
8361
  msgstr "Keskustelija"
8362
 
8363
+ #: wp-live-chat-support/includes/wplc_departments.php:631
8364
  msgid "Department you have been assigned to as an agent"
8365
  msgstr ""
8366
 
8367
+ #: wp-live-chat-support/includes/wplc_departments.php:631
8368
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:48
8369
+ #: wp-live-chat-support/modules/node_server.php:194
8370
+ #: wp-live-chat-support/modules/node_server.php:741
8371
  msgid "Department"
8372
  msgstr ""
8373
 
8374
+ #: wp-live-chat-support/includes/wplc_departments.php:738
8375
  msgid "Select Department"
8376
  msgstr ""
8377
 
8378
+ #: wp-live-chat-support/includes/wplc_roi.php:97
8379
+ #: wp-live-chat-support/includes/wplc_roi.php:109
8380
+ #: wp-live-chat-support/wp-live-chat-support.php:3648
8381
  msgid "ROI Goals"
8382
  msgstr ""
8383
 
8384
+ #: wp-live-chat-support/includes/wplc_roi.php:106
8385
  #, fuzzy
8386
  #| msgid "View Quick Responses"
8387
  msgid "View Reports"
8388
  msgstr "Tarkastele pikavastauksia"
8389
 
8390
  #: wp-live-chat-support/includes/wplc_roi.php:163
 
 
 
 
8391
  msgid "No ROI Goals Found..."
8392
  msgstr ""
8393
 
8394
+ #: wp-live-chat-support/includes/wplc_roi.php:221
8395
  msgid "Goal Name"
8396
  msgstr ""
8397
 
8398
+ #: wp-live-chat-support/includes/wplc_roi.php:226
8399
  msgid "Goal Overview"
8400
  msgstr ""
8401
 
8402
+ #: wp-live-chat-support/includes/wplc_roi.php:231
8403
  msgid "Goal Page"
8404
  msgstr ""
8405
 
8406
+ #: wp-live-chat-support/includes/wplc_roi.php:240
8407
  msgid "Goal Value"
8408
  msgstr ""
8409
 
8410
+ #: wp-live-chat-support/includes/wplc_roi.php:393
8411
  msgid "Goal has been edited."
8412
  msgstr ""
8413
 
8414
+ #: wp-live-chat-support/includes/wplc_roi.php:564
8415
  msgid "Are you sure you would like to delete goal"
8416
  msgstr ""
8417
 
8418
+ #: wp-live-chat-support/includes/wplc_roi.php:651
8419
  #, fuzzy
8420
  #| msgid "View Quick Responses"
8421
  msgid "ROI Reports"
8422
  msgstr "Tarkastele pikavastauksia"
8423
 
8424
+ #: wp-live-chat-support/includes/wplc_roi.php:670
8425
  msgid "Goal Statistics"
8426
  msgstr ""
8427
 
8428
+ #: wp-live-chat-support/includes/wplc_roi.php:682
8429
  msgid "No Goals Found"
8430
  msgstr ""
8431
 
8432
+ #: wp-live-chat-support/includes/wplc_roi.php:692
8433
  msgid "Last 30 Days"
8434
  msgstr ""
8435
 
8436
+ #: wp-live-chat-support/includes/wplc_roi.php:693
8437
  msgid "Last 15 Days"
8438
  msgstr ""
8439
 
8440
+ #: wp-live-chat-support/includes/wplc_roi.php:694
8441
  msgid "Last 7 Days"
8442
  msgstr ""
8443
 
8444
+ #: wp-live-chat-support/includes/wplc_roi.php:695
8445
  msgid "Last 24 Hours"
8446
  msgstr ""
8447
 
8448
+ #: wp-live-chat-support/includes/wplc_roi.php:747
8449
  msgid "Value Per Conversion"
8450
  msgstr ""
8451
 
8452
+ #: wp-live-chat-support/includes/wplc_roi.php:753
8453
  msgid "Total Value"
8454
  msgstr ""
8455
 
8456
+ #: wp-live-chat-support/includes/wplc_roi.php:758
8457
  msgid "Total Conversions"
8458
  msgstr ""
8459
 
8460
+ #: wp-live-chat-support/includes/wplc_roi.php:790
8461
  msgid "Value By Date"
8462
  msgstr ""
8463
 
8464
+ #: wp-live-chat-support/includes/wplc_roi.php:793
8465
  msgid "Value By Agent"
8466
  msgstr ""
8467
 
8468
+ #: wp-live-chat-support/includes/wplc_roi.php:799
8469
  msgid "No data available yet..."
8470
  msgstr ""
8471
 
8472
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:18
8473
+ #: wp-live-chat-support/modules/node_server.php:728
8474
  msgid "Transfer"
8475
  msgstr ""
8476
 
8477
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:31
8478
  #, fuzzy
8479
  #| msgid "Start Chat"
8480
  msgid "Transfer Chat"
8481
  msgstr "Aloita keskustelu"
8482
 
8483
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:46
8484
  msgid "Would you like to transfer this chat to"
8485
  msgstr ""
8486
 
8487
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:47
8488
+ #: wp-live-chat-support/modules/node_server.php:83
8489
  #, fuzzy
8490
  #| msgid "Agents"
8491
  msgid "Agent"
8492
  msgstr "Käyttäjät"
8493
 
8494
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:53
8495
  msgid "Please select an agent to transfer to"
8496
  msgstr ""
8497
 
8498
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:60
8499
  msgid "Please select a department to transfer to"
8500
  msgstr ""
8501
 
8502
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:79
8503
  #, fuzzy
8504
  #| msgid "Agents"
8505
  msgid "No Agent"
8506
  msgstr "Käyttäjät"
8507
 
8508
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:83
8509
  msgid "You"
8510
  msgstr ""
8511
 
8512
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:125
8513
  #, fuzzy
8514
  #| msgid "Chat Agents Online"
8515
  msgid "Checking if agent is online"
8516
  msgstr "Linjoilla olevat keskustelijat"
8517
 
8518
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:126
8519
  msgid "Agent is not online, transfer cannot be made"
8520
  msgstr ""
8521
 
8522
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:128
8523
  msgid "Checking if agents in department are online"
8524
  msgstr ""
8525
 
8526
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:129
8527
  msgid ""
8528
  "No agent within the department are available to accept the transfer, "
8529
  "transfer cannot be made"
8530
  msgstr ""
8531
 
8532
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:131
8533
  msgid "Agent(s) available, safe to transfer"
8534
  msgstr ""
8535
 
8536
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:133
8537
  msgid "Transfer Complete. Closing Window..."
8538
  msgstr ""
8539
 
8540
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:134
8541
  #, fuzzy
8542
  #| msgid "There is No Answer. Please Try Again Later"
8543
  msgid "Transfer Failed. Please try again later..."
8544
  msgstr "Ei vastausta. Olkaa hyvä ja kokeilkaa myöhemmin uudestaan."
8545
 
8546
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:380
8547
  msgid "Transfer for"
8548
  msgstr ""
8549
 
8550
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:383
8551
  #, fuzzy
8552
  #| msgid "Accept Chat"
8553
  msgid "Accept Transfer"
8554
  msgstr "Aloita keskustelu"
8555
 
8556
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:459
8557
  msgid ""
8558
  "Department took too long to respond, we are transferring this chat to the "
8559
  "next available agent."
8560
  msgstr ""
8561
 
8562
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:461
8563
  msgid ""
8564
  "took too long to respond, we are transferring this chat to the next "
8565
  "available agent."
8566
  msgstr ""
8567
 
8568
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:464
8569
  #, fuzzy
8570
  #| msgid "Chat answered by another agent"
8571
  msgid "has transferred the chat."
8572
  msgstr "Toinen keskustelija vastasi "
8573
 
8574
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:487
8575
  msgid "User received this message"
8576
  msgstr ""
8577
 
8578
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:533
8579
  #, fuzzy
8580
  #| msgid "No chats available at the moment"
8581
  msgid "No agents available in"
8582
  msgstr "Tällä hetkellä ei ole vapaita keskusteluita"
8583
 
8584
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:535
8585
  msgid "selected department"
8586
  msgstr ""
8587
 
8588
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:541
8589
  msgid "automatically transferring you to"
8590
  msgstr ""
8591
 
8592
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:543
8593
  #, fuzzy
8594
  #| msgid "No chats available at the moment"
8595
  msgid "the next available department"
8596
  msgstr "Tällä hetkellä ei ole vapaita keskusteluita"
8597
 
8598
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:571
8599
  #, fuzzy
8600
  #| msgid "Chat answered by another agent"
8601
  msgid "User has been transferred from"
8602
  msgstr "Toinen keskustelija vastasi "
8603
 
8604
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:573
8605
  msgid "department"
8606
  msgstr ""
8607
 
8608
+ #: wp-live-chat-support/includes/wplc_transfer_chats.php:585
 
 
 
 
8609
  msgid "as there were no agents online"
8610
  msgstr ""
8611
 
8655
  "close your currently active chat sessions."
8656
  msgstr ""
8657
 
8658
+ #: wp-live-chat-support/modules/advanced_features.php:65
 
 
 
 
 
8659
  msgid "Enable typing preview"
8660
  msgstr ""
8661
 
8662
+ #: wp-live-chat-support/modules/advanced_features.php:65
8663
  msgid ""
8664
  "This option enables the typing preview, which means agents will be able to "
8665
  "see what the user is typing in realtime."
8666
  msgstr ""
8667
 
8668
+ #: wp-live-chat-support/modules/advanced_features.php:71
8669
  msgid "Typing preview is not available when GDPR is enabled"
8670
  msgstr ""
8671
 
8672
+ #: wp-live-chat-support/modules/advanced_features.php:81
8673
  msgid "Number of chat rings"
8674
  msgstr ""
8675
 
8676
+ #: wp-live-chat-support/modules/advanced_features.php:81
8677
  msgid "Limit the amount of time the new chat ringer will play"
8678
  msgstr ""
8679
 
8703
  msgstr "Pääasetukset"
8704
 
8705
  #: wp-live-chat-support/modules/advanced_tools.php:62
8706
+ #: wp-live-chat-support/modules/node_server.php:720
8707
+ #: wp-live-chat-support/wp-live-chat-support.php:3661
8708
  #, fuzzy
8709
  #| msgid "View Chat History"
8710
  msgid "Chat History"
8770
  msgid "Thank you, all settings have been updated"
8771
  msgstr "Asetukset on tallennettu."
8772
 
8773
+ #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:202
8774
+ #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:532
8775
+ #: wp-live-chat-support/modules/api/public/wplc-api-functions.php:158
 
 
8776
  #, fuzzy
8777
  #| msgid "Action"
8778
  msgid "Action not set"
8779
  msgstr "Toiminto"
8780
 
8781
+ #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:393
8782
  msgid "IP Address not recorded"
8783
  msgstr "IP-osoitetta ei tallennettu"
8784
 
8785
+ #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:1018
8786
  #, fuzzy
8787
  #| msgid "Upload Logo"
8788
  msgid "Upload error"
8789
  msgstr "Lisää logo"
8790
 
8791
+ #: wp-live-chat-support/modules/api/agent/wplc-api-functions.php:1021
8792
  msgid "Security Violation - File unsafe"
8793
  msgstr ""
8794
 
8822
  msgid "Call To Action Animation"
8823
  msgstr "Ei animaatiota"
8824
 
8825
+ #: wp-live-chat-support/modules/gdpr.php:26
8826
  msgid "Enable privacy controls"
8827
  msgstr ""
8828
 
8829
+ #: wp-live-chat-support/modules/gdpr.php:26
8830
  msgid "Disabling will disable all GDPR related options, this is not advised."
8831
  msgstr ""
8832
 
8833
+ #: wp-live-chat-support/modules/gdpr.php:30
8834
  msgid "Importance of GDPR Compliance"
8835
  msgstr ""
8836
 
8837
+ #: wp-live-chat-support/modules/gdpr.php:36
8838
  msgid "Organization name"
8839
  msgstr ""
8840
 
8841
+ #: wp-live-chat-support/modules/gdpr.php:45
8842
  msgid "Data retention purpose"
8843
  msgstr ""
8844
 
8845
+ #: wp-live-chat-support/modules/gdpr.php:48
8846
+ #: wp-live-chat-support/modules/gdpr.php:373
8847
+ #: wp-live-chat-support/wp-live-chat-support.php:124
8848
  #, fuzzy
8849
  #| msgid "Support"
8850
  msgid "Chat/Support"
8851
  msgstr "Tuki"
8852
 
8853
+ #: wp-live-chat-support/modules/gdpr.php:54
8854
  #, fuzzy
8855
  #| msgid "deleted"
8856
  msgid "Data retention period"
8857
  msgstr "poistettu"
8858
 
8859
+ #: wp-live-chat-support/modules/gdpr.php:57
8860
  msgid "days"
8861
  msgstr ""
8862
 
8863
+ #: wp-live-chat-support/modules/gdpr.php:63
8864
  #, fuzzy
8865
  #| msgid "Active Chats"
8866
  msgid "GDPR notice to visitors"
8867
  msgstr "Aktiiviset keskustelut"
8868
 
8869
+ #: wp-live-chat-support/modules/gdpr.php:64
8870
  msgid ""
8871
  "Users will be asked to accept the notice shown here, in the form of a check "
8872
  "box."
8873
  msgstr ""
8874
 
8875
+ #: wp-live-chat-support/modules/gdpr.php:81
8876
+ msgid "Use a custom text for GDPR notice"
8877
+ msgstr ""
8878
+
8879
+ #: wp-live-chat-support/modules/gdpr.php:82
8880
+ msgid ""
8881
+ "You can display a custom GDPR notice to your website visitors. Be sure to "
8882
+ "include all relevant informations according to GDPR directives."
8883
+ msgstr ""
8884
+
8885
+ #: wp-live-chat-support/modules/gdpr.php:108
8886
+ #: wp-live-chat-support/modules/gdpr.php:120
8887
  msgid "GDPR Control"
8888
  msgstr ""
8889
 
8890
+ #: wp-live-chat-support/modules/gdpr.php:122
8891
  msgid ""
8892
  "Search is performed on chat sessions, messages, and offline messages. Data "
8893
  "will also be deleted automatically per your retention policy."
8894
  msgstr ""
8895
 
8896
+ #: wp-live-chat-support/modules/gdpr.php:131
8897
  msgid "Name, Email, Message"
8898
  msgstr ""
8899
 
8900
+ #: wp-live-chat-support/modules/gdpr.php:135
8901
+ #: wp-live-chat-support/modules/node_server.php:222
8902
  #, fuzzy
8903
  #| msgid "Search Term"
8904
  msgid "Search"
8905
  msgstr "Hakusana"
8906
 
8907
+ #: wp-live-chat-support/modules/gdpr.php:148
8908
  #, php-format
8909
  msgid "Search Results in %%TABLE%%"
8910
  msgstr ""
8911
 
8912
+ #: wp-live-chat-support/modules/gdpr.php:176
8913
  #, php-format
8914
  msgid "Delete Chat (%%CID%%)"
8915
  msgstr ""
8916
 
8917
+ #: wp-live-chat-support/modules/gdpr.php:177
8918
  #, php-format
8919
  msgid "Download Chat (%%CID%%)"
8920
  msgstr ""
8921
 
8922
+ #: wp-live-chat-support/modules/gdpr.php:181
8923
+ #: wp-live-chat-support/wp-live-chat-support.php:3910
8924
+ #: wp-live-chat-support/wp-live-chat-support.php:3970
8925
  msgid "Chat ID"
8926
  msgstr ""
8927
 
8928
+ #: wp-live-chat-support/modules/gdpr.php:202
8929
  msgid "Please perform a search using the input field above"
8930
  msgstr ""
8931
 
8932
+ #: wp-live-chat-support/modules/gdpr.php:279
8933
  #, fuzzy
8934
  #| msgid "deleted"
8935
  msgid "Data Deleted"
8936
  msgstr "poistettu"
8937
 
8938
+ #: wp-live-chat-support/modules/gdpr.php:371
8939
  #, php-format
8940
  msgid ""
8941
  "I agree for my personal data to be processed and for the use of cookies in "
8943
  "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
8944
  msgstr ""
8945
 
8946
+ #: wp-live-chat-support/modules/gdpr.php:398
8947
+ #: wp-live-chat-support/modules/gdpr.php:609
8948
+ #: wp-live-chat-support/modules/gdpr.php:631
8949
  msgid "Privacy Policy"
8950
  msgstr ""
8951
 
8952
+ #: wp-live-chat-support/modules/gdpr.php:399
8953
  #, php-format
8954
  msgid ""
8955
  "We use WP Live Chat by 3CX as our live chat platform. By clicking below to "
8958
  "accordance with their %%POLICY_LINK%%."
8959
  msgstr ""
8960
 
8961
+ #: wp-live-chat-support/modules/gdpr.php:423
8962
  #, php-format
8963
  msgid ""
8964
  "Please note as per the GDPR settings you have selected, all chat data will "
8965
  "be retained for %%PERIOD%% day(s)."
8966
  msgstr ""
8967
 
8968
+ #: wp-live-chat-support/modules/gdpr.php:426
8969
  #, php-format
8970
  msgid ""
8971
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
8972
  "be permanently removed from your server."
8973
  msgstr ""
8974
 
8975
+ #: wp-live-chat-support/modules/gdpr.php:430
8976
  msgid "GDPR - Data Retention"
8977
  msgstr ""
8978
 
8979
+ #: wp-live-chat-support/modules/gdpr.php:433
8980
+ #: wp-live-chat-support/modules/gdpr.php:611
8981
  #, fuzzy
8982
  #| msgid "Main Settings"
8983
  msgid "Privacy Settings"
8984
  msgstr "Pääasetukset"
8985
 
8986
+ #: wp-live-chat-support/modules/gdpr.php:448
8987
  msgid "Once every 6 hours"
8988
  msgstr ""
8989
 
8990
+ #: wp-live-chat-support/modules/gdpr.php:577
8991
  #, fuzzy
8992
  #| msgid "Chat enabled"
8993
  msgid "Chat Ended"
8994
  msgstr "Keskustelu on käytössä"
8995
 
8996
+ #: wp-live-chat-support/modules/gdpr.php:602
8997
  msgid ""
8998
  "GDPR compliance has been disabled, read more about the implications of this "
8999
  "here"
9000
  msgstr ""
9001
 
9002
+ #: wp-live-chat-support/modules/gdpr.php:603
9003
  msgid "Additionally please take a look at WP Live Chat by 3CX"
9004
  msgstr ""
9005
 
9006
+ #: wp-live-chat-support/modules/gdpr.php:604
9007
  msgid ""
9008
  "It is highly recommended that you enable GDPR compliance to ensure your user "
9009
  "data is regulated."
9010
  msgstr ""
9011
 
9012
+ #: wp-live-chat-support/modules/gdpr.php:607
9013
  msgid "Warning - GDPR Compliance Disabled - Action Required"
9014
  msgstr ""
9015
 
9016
+ #: wp-live-chat-support/modules/gdpr.php:608
9017
  msgid "EU GDPR"
9018
  msgstr ""
9019
 
9020
+ #: wp-live-chat-support/modules/gdpr.php:612
9021
  msgid "Dismiss & Accept Responsibility"
9022
  msgstr ""
9023
 
9024
+ #: wp-live-chat-support/modules/gdpr.php:630
9025
  #, php-format
9026
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
9027
  msgstr ""
9028
 
 
 
 
 
 
 
 
 
9029
  #: wp-live-chat-support/modules/google_analytics.php:17
9030
  msgid "Google Analytics Integration"
9031
  msgstr ""
9034
  msgid "Enable Google Analytics Integration"
9035
  msgstr ""
9036
 
9037
+ #: wp-live-chat-support/modules/node_server.php:44
9038
  msgid "Toggle user list"
9039
  msgstr ""
9040
 
9041
+ #: wp-live-chat-support/modules/node_server.php:45
9042
  msgid "Toggle WordPress Menu for a full screen experience"
9043
  msgstr ""
9044
 
9045
+ #: wp-live-chat-support/modules/node_server.php:79
9046
+ #: wp-live-chat-support/modules/node_server.php:186
9047
+ #: wp-live-chat-support/modules/node_server.php:718
9048
+ #: wp-live-chat-support/modules/node_server.php:736
9049
  #, fuzzy
9050
  #| msgid "Active Chats"
9051
  msgid "Active visitors"
9052
  msgstr "Aktiiviset keskustelut"
9053
 
9054
+ #: wp-live-chat-support/modules/node_server.php:113
9055
+ #: wp-live-chat-support/modules/node_server.php:723
 
 
 
 
 
 
9056
  #, fuzzy
9057
  #| msgid "Chat Agent"
9058
  msgid "Invite Agent"
9059
  msgstr "Keskustelija"
9060
 
9061
+ #: wp-live-chat-support/modules/node_server.php:114
9062
+ #: wp-live-chat-support/modules/node_server.php:724
9063
  #, fuzzy
9064
  #| msgid "Chat Agent"
9065
  msgid "Invite Department"
9066
  msgstr "Keskustelija"
9067
 
9068
+ #: wp-live-chat-support/modules/node_server.php:115
9069
+ #: wp-live-chat-support/modules/node_server.php:725
9070
+ #: wp-live-chat-support/modules/node_server.php:729
9071
+ #: wp-live-chat-support/wp-live-chat-support.php:3718
9072
  msgid "Direct User To Page"
9073
  msgstr ""
9074
 
9075
+ #: wp-live-chat-support/modules/node_server.php:117
9076
  #, fuzzy
9077
  #| msgid "Chat Window Settings"
9078
  msgid "Transcript"
9079
  msgstr "Keskusteluikkunan asetukset"
9080
 
9081
+ #: wp-live-chat-support/modules/node_server.php:118
9082
+ #: wp-live-chat-support/modules/node_server.php:726
9083
  #, fuzzy
9084
  #| msgid "Start live chat"
9085
  msgid "Leave chat"
9086
  msgstr "Aloita keskustelu"
9087
 
9088
+ #: wp-live-chat-support/modules/node_server.php:119
9089
+ #: wp-live-chat-support/modules/node_server.php:727
9090
+ #: wp-live-chat-support/wp-live-chat-support.php:2285
9091
  msgid "End chat"
9092
  msgstr "Päätä keskustelu"
9093
 
9094
+ #: wp-live-chat-support/modules/node_server.php:130
9095
  msgid "Something"
9096
  msgstr ""
9097
 
9098
+ #: wp-live-chat-support/modules/node_server.php:141
9099
+ #: wp-live-chat-support/modules/node_server.php:731
9100
  #, fuzzy
9101
  #| msgid "End chat"
9102
  msgid "Join chat"
9103
  msgstr "Päätä keskustelu"
9104
 
9105
+ #: wp-live-chat-support/modules/node_server.php:142
9106
  #, fuzzy
9107
  #| msgid "type here..."
9108
  msgid "Type here..."
9109
  msgstr "vastatkaa tähän ..."
9110
 
9111
+ #: wp-live-chat-support/modules/node_server.php:143
9112
  msgid "bold"
9113
  msgstr ""
9114
 
9115
+ #: wp-live-chat-support/modules/node_server.php:143
9116
  msgid "italics"
9117
  msgstr ""
9118
 
9119
+ #: wp-live-chat-support/modules/node_server.php:143
9120
  msgid "code"
9121
  msgstr ""
9122
 
9123
+ #: wp-live-chat-support/modules/node_server.php:143
9124
  msgid "preformatted"
9125
  msgstr ""
9126
 
9127
+ #: wp-live-chat-support/modules/node_server.php:163
9128
  msgid "Filter the user list based on activity."
9129
  msgstr ""
9130
 
9131
+ #: wp-live-chat-support/modules/node_server.php:168
9132
+ #: wp-live-chat-support/modules/node_server.php:733
9133
  #, fuzzy
9134
  #| msgid "Visitors on site"
9135
  msgid "New Visitors (3 Min)"
9136
  msgstr "Kävijöitä sivulla"
9137
 
9138
+ #: wp-live-chat-support/modules/node_server.php:169
9139
+ #: wp-live-chat-support/modules/node_server.php:734
9140
  msgid "Active Chats"
9141
  msgstr "Aktiiviset keskustelut"
9142
 
9143
+ #: wp-live-chat-support/modules/node_server.php:170
9144
  msgid "Page URL"
9145
  msgstr ""
9146
 
9147
+ #: wp-live-chat-support/modules/node_server.php:171
9148
+ #: wp-live-chat-support/modules/node_server.php:735
9149
  msgid "Clear Filters"
9150
  msgstr ""
9151
 
9152
+ #: wp-live-chat-support/modules/node_server.php:189
9153
+ #: wp-live-chat-support/modules/node_server.php:737
9154
+ #: wp-live-chat-support/wp-live-chat-support.php:2088
 
 
 
 
 
 
9155
  msgid "Visitor"
9156
  msgstr ""
9157
 
9158
+ #: wp-live-chat-support/modules/node_server.php:190
9159
+ #: wp-live-chat-support/modules/node_server.php:738
9160
  #, fuzzy
9161
  #| msgid "Site Info"
9162
  msgid "Info"
9163
  msgstr "Sivun tiedot"
9164
 
9165
+ #: wp-live-chat-support/modules/node_server.php:192
9166
+ #: wp-live-chat-support/modules/node_server.php:740
9167
  #, fuzzy
9168
  #| msgid "Status"
9169
  msgid "Chat Status"
9170
  msgstr "Tila"
9171
 
9172
+ #: wp-live-chat-support/modules/node_server.php:223
9173
+ #: wp-live-chat-support/modules/node_server.php:742
9174
  #, fuzzy
9175
  #| msgid "Search Term"
9176
  msgid "Search Results"
9177
  msgstr "Hakusana"
9178
 
9179
+ #: wp-live-chat-support/modules/node_server.php:225
9180
+ #: wp-live-chat-support/modules/node_server.php:743
9181
  msgid "No emoji found"
9182
  msgstr ""
9183
 
9184
+ #: wp-live-chat-support/modules/node_server.php:316
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9185
  msgid "Only chat agents can access this page."
9186
  msgstr ""
9187
 
9188
+ #: wp-live-chat-support/modules/node_server.php:443
9189
+ #: wp-live-chat-support/wp-live-chat-support.php:4317
9190
  #, fuzzy
9191
  #| msgid "Sending message..."
9192
  msgid "Sending transcript..."
9193
  msgstr "Lähetään viestiä…"
9194
 
9195
+ #: wp-live-chat-support/modules/node_server.php:444
9196
  #, fuzzy
9197
  #| msgid "Chat Window Settings"
9198
  msgid "Chat Transcript"
9199
  msgstr "Keskusteluikkunan asetukset"
9200
 
9201
+ #: wp-live-chat-support/modules/node_server.php:446
9202
+ #: wp-live-chat-support/wp-live-chat-support.php:4320
9203
  msgid "The chat transcript has been emailed."
9204
  msgstr ""
9205
 
9206
+ #: wp-live-chat-support/modules/node_server.php:447
9207
+ #: wp-live-chat-support/wp-live-chat-support.php:4321
9208
  msgid "There was a problem emailing the chat."
9209
  msgstr ""
9210
 
9211
+ #: wp-live-chat-support/modules/node_server.php:461
9212
  msgid "Connection Error"
9213
  msgstr ""
9214
 
9215
+ #: wp-live-chat-support/modules/node_server.php:462
9216
  msgid ""
9217
  "We are having some trouble contacting the server. Please try again later."
9218
  msgstr ""
9219
 
9220
+ #: wp-live-chat-support/modules/node_server.php:500
9221
  msgid "Chat is disabled in settings area, re-enable"
9222
  msgstr ""
9223
 
9224
+ #: wp-live-chat-support/modules/node_server.php:526
9225
  msgid "User received notification:"
9226
  msgstr ""
9227
 
9228
+ #: wp-live-chat-support/modules/node_server.php:532
9229
+ #: wp-live-chat-support/wp-live-chat-support.php:1925
9230
  msgid "New chat received"
9231
  msgstr ""
9232
 
9233
+ #: wp-live-chat-support/modules/node_server.php:533
9234
+ #: wp-live-chat-support/wp-live-chat-support.php:1927
9235
  msgid ""
9236
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
9237
  "chat"
9238
  msgstr ""
9239
 
9240
+ #: wp-live-chat-support/modules/node_server.php:641
9241
  #, fuzzy
9242
  #| msgid "Via WP Live Chat Support"
9243
  msgid "Welcome to V8 of WP Live Chat by 3CX"
9244
  msgstr "WP Live Chat Support"
9245
 
9246
+ #: wp-live-chat-support/modules/node_server.php:642
9247
  msgid ""
9248
  "Did you know, this version features high speed message delivery, agent to "
9249
  "agent chat, and a single window layout?"
9250
  msgstr ""
9251
 
9252
+ #: wp-live-chat-support/modules/node_server.php:643
9253
  msgid ""
9254
  "To activate this functionality please navigate to Live Chat -> Settings -> "
9255
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
9256
  msgstr ""
9257
 
9258
+ #: wp-live-chat-support/modules/node_server.php:646
9259
  msgid "Show me!"
9260
  msgstr ""
9261
 
9262
+ #: wp-live-chat-support/modules/node_server.php:647
9263
+ #: wp-live-chat-support/wp-live-chat-support.php:4288
9264
  msgid "Don't Show This Again"
9265
  msgstr ""
9266
 
9267
+ #: wp-live-chat-support/modules/node_server.php:714
9268
+ #: wp-live-chat-support/wp-live-chat-support.php:151
9269
  msgid "Connecting..."
9270
  msgstr ""
9271
 
9272
+ #: wp-live-chat-support/modules/node_server.php:719
9273
  #, fuzzy
9274
  #| msgid "Chat Agents Online"
9275
  msgid "Agent(s) Online"
9276
  msgstr "Linjoilla olevat keskustelijat"
9277
 
9278
+ #: wp-live-chat-support/modules/node_server.php:730
9279
  #, fuzzy
9280
  #| msgid "Agents"
9281
  msgid "Events"
9282
  msgstr "Käyttäjät"
9283
 
9284
+ #: wp-live-chat-support/modules/node_server.php:732
9285
  msgid "Filters"
9286
  msgstr ""
9287
 
9288
+ #: wp-live-chat-support/modules/node_server.php:817
9289
  msgid ""
9290
  "You can transfer chats from within a chat by clicking on the in chat menu, "
9291
  "and selecting Transfer Chat or Transfer Department"
9292
  msgstr ""
9293
 
9294
+ #: wp-live-chat-support/modules/node_server.php:818
9295
  msgid ""
9296
  "You can share files quickly when in a chat, by simply dragging a file into "
9297
  "the chat window!"
9298
  msgstr ""
9299
 
9300
+ #: wp-live-chat-support/modules/node_server.php:819
9301
  msgid "You can now move between chats without ending/closing an open chat"
9302
  msgstr ""
9303
 
9304
+ #: wp-live-chat-support/modules/node_server.php:875
9305
  #, fuzzy
9306
  #| msgid "No Quick Responses found"
9307
  msgid "No quick responses found"
9343
  msgstr ""
9344
 
9345
  #: wp-live-chat-support/modules/webhooks_manager.php:63
9346
+ #: wp-live-chat-support/wp-live-chat-support.php:3647
9347
  msgid "Web Hooks"
9348
  msgstr ""
9349
 
9406
  msgid "Are you sure you want to delete this webhook?"
9407
  msgstr ""
9408
 
9409
+ #: wp-live-chat-support/wp-live-chat-support.php:92
9410
  msgid "close"
9411
  msgstr ""
9412
 
9413
+ #: wp-live-chat-support/wp-live-chat-support.php:114
9414
  #, fuzzy
9415
  #| msgid "Via WP Live Chat Support"
9416
  msgid "Thank you for chatting with us."
9417
  msgstr "WP Live Chat Support"
9418
 
9419
+ #: wp-live-chat-support/wp-live-chat-support.php:140
 
9420
  msgid "Questions?"
9421
  msgstr "Kysymyksiä?"
9422
 
9423
+ #: wp-live-chat-support/wp-live-chat-support.php:141
 
9424
  msgid "Chat with us"
9425
  msgstr "Keskustelu kanssamme!"
9426
 
9427
+ #: wp-live-chat-support/wp-live-chat-support.php:142
9428
  msgid "Start live chat"
9429
  msgstr "Aloita keskustelu"
9430
 
9431
+ #: wp-live-chat-support/wp-live-chat-support.php:143
9432
  msgid "Complete the fields below to proceed."
9433
  msgstr ""
9434
 
9435
+ #: wp-live-chat-support/wp-live-chat-support.php:144
9436
+ #: wp-live-chat-support/wp-live-chat-support.php:148
9437
+ msgid "Leave a message"
9438
+ msgstr ""
9439
 
9440
+ #: wp-live-chat-support/wp-live-chat-support.php:145
9441
+ #, fuzzy
9442
+ #| msgid ""
9443
+ #| "We are currently offline. Please leave a message and we'll get back to "
9444
+ #| "you shortly."
9445
+ msgid "Please leave a message and we'll get back to you as soon as possible."
9446
  msgstr ""
9447
  "Olemme tällä hetkellä poissa linjoilta. Ole hyvä ja lähetä meille viesti "
9448
  "niin otamme yhteyttä."
9449
 
9450
+ #: wp-live-chat-support/wp-live-chat-support.php:146
9451
  msgid "Sending message..."
9452
  msgstr "Lähetään viestiä…"
9453
 
9454
+ #: wp-live-chat-support/wp-live-chat-support.php:147
9455
  msgid "Thank you for your message. We will be in contact soon."
9456
  msgstr "Kiitos viestistä! Olemme pian yhteydessä."
9457
 
9458
+ #: wp-live-chat-support/wp-live-chat-support.php:149
 
 
 
 
9459
  msgid "Send message"
9460
  msgstr "Lähetä viesti"
9461
 
9462
+ #: wp-live-chat-support/wp-live-chat-support.php:150
9463
  msgid "Start Chat"
9464
  msgstr "Aloita keskustelu"
9465
 
9466
+ #: wp-live-chat-support/wp-live-chat-support.php:152
9467
+ #: wp-live-chat-support/wp-live-chat-support.php:1807
9468
+ #: wp-live-chat-support/wp-live-chat-support.php:1854
9469
  msgid "Reactivating your previous chat..."
9470
  msgstr "Palataan aiempaan keskusteluun..."
9471
 
9472
+ #: wp-live-chat-support/wp-live-chat-support.php:183
9473
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
9474
  msgstr ""
9475
  "Painakaa 'Aloita keskustelu' aloittaaksenne keskustelu työntekijämme kanssa"
9476
 
9477
+ #: wp-live-chat-support/wp-live-chat-support.php:184
9478
+ msgid "Guest"
9479
+ msgstr ""
9480
+
9481
+ #: wp-live-chat-support/wp-live-chat-support.php:186
9482
  #, fuzzy
9483
  #| msgid "There is No Answer. Please Try Again Later"
9484
  msgid "No answer. Try again later."
9485
  msgstr "Ei vastausta. Olkaa hyvä ja kokeilkaa myöhemmin uudestaan."
9486
 
9487
+ #: wp-live-chat-support/wp-live-chat-support.php:187
9488
  msgid "Welcome. How may I help you?"
9489
  msgstr "Tervetuloa. Kuinka voin olla avuksi?"
9490
 
9491
+ #: wp-live-chat-support/wp-live-chat-support.php:191
9492
  msgid "Please standby for an agent. Send your message while you wait."
9493
  msgstr ""
9494
 
9495
+ #: wp-live-chat-support/wp-live-chat-support.php:497
9496
  msgid ""
9497
  "The additional WP Live Chat Support PRO plugin which you have installed is "
9498
  "no longer needed, please uninstall it."
9499
  msgstr ""
9500
 
9501
+ #: wp-live-chat-support/wp-live-chat-support.php:764
9502
+ #: wp-live-chat-support/wp-live-chat-support.php:3120
9503
  msgid "Missed Chats"
9504
  msgstr "Vastaamattomat keskustelut"
9505
 
9506
+ #: wp-live-chat-support/wp-live-chat-support.php:964
9507
+ msgid "Please enter your name"
9508
  msgstr ""
9509
 
9510
+ #: wp-live-chat-support/wp-live-chat-support.php:965
9511
+ #, fuzzy
9512
+ #| msgid "Email Address"
9513
+ msgid "Please enter your email address"
9514
+ msgstr "Sähköpostiosoite"
9515
+
9516
+ #: wp-live-chat-support/wp-live-chat-support.php:966
9517
+ #, fuzzy
9518
+ #| msgid "Email Address"
9519
+ msgid "Please enter a valid email address"
9520
+ msgstr "Sähköpostiosoite"
9521
 
9522
+ #: wp-live-chat-support/wp-live-chat-support.php:967
9523
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
9524
  msgstr ""
9525
 
9526
+ #: wp-live-chat-support/wp-live-chat-support.php:969
9527
  msgid "Please Enter a Message"
9528
  msgstr ""
9529
 
9530
+ #: wp-live-chat-support/wp-live-chat-support.php:970
9531
  msgid "Disconnected, Attempting to Reconnect..."
9532
  msgstr ""
9533
 
9534
+ #: wp-live-chat-support/wp-live-chat-support.php:1017
9535
  #, fuzzy
9536
  #| msgid "User has opened the chat window"
9537
  msgid "has joined."
9538
  msgstr "Kävijä on avannut keskusteluikkunan"
9539
 
9540
+ #: wp-live-chat-support/wp-live-chat-support.php:1018
9541
  msgid "has left."
9542
  msgstr ""
9543
 
9544
+ #: wp-live-chat-support/wp-live-chat-support.php:1019
9545
  #, fuzzy
9546
  #| msgid "User has opened the chat window"
9547
  msgid "has ended the chat."
9548
  msgstr "Kävijä on avannut keskusteluikkunan"
9549
 
9550
+ #: wp-live-chat-support/wp-live-chat-support.php:1020
9551
  msgid "has disconnected."
9552
  msgstr ""
9553
 
9554
+ #: wp-live-chat-support/wp-live-chat-support.php:1021
9555
  msgid "(edited)"
9556
  msgstr ""
9557
 
9558
+ #: wp-live-chat-support/wp-live-chat-support.php:1416
9559
+ #: wp-live-chat-support/wp-live-chat-support.php:1435
9560
  msgid "Start chat"
9561
  msgstr ""
9562
 
9563
+ #: wp-live-chat-support/wp-live-chat-support.php:2026
9564
  msgid "Congratulations"
9565
  msgstr ""
9566
 
9567
+ #: wp-live-chat-support/wp-live-chat-support.php:2027
9568
  msgid "You are now accepting live chat requests on your site."
9569
  msgstr ""
9570
 
9571
+ #: wp-live-chat-support/wp-live-chat-support.php:2028
9572
  msgid "The live chat box has automatically been enabled."
9573
  msgstr ""
9574
 
9575
+ #: wp-live-chat-support/wp-live-chat-support.php:2029
9576
  msgid "Chat notifications will start appearing once visitors send a request."
9577
  msgstr ""
9578
 
9579
+ #: wp-live-chat-support/wp-live-chat-support.php:2030
9580
  #, php-format
9581
  msgid "You may modify your chat box settings %s"
9582
  msgstr ""
9583
 
9584
+ #: wp-live-chat-support/wp-live-chat-support.php:2031
9585
  msgid "Experiencing issues?"
9586
  msgstr ""
9587
 
9588
+ #: wp-live-chat-support/wp-live-chat-support.php:2031
9589
  msgid "Take a look at our how-to guides."
9590
  msgstr ""
9591
 
9592
+ #: wp-live-chat-support/wp-live-chat-support.php:2032
9593
  msgid "Hide"
9594
  msgstr ""
9595
 
9596
+ #: wp-live-chat-support/wp-live-chat-support.php:2071
9597
  msgid "Keep this window open to get notified of new chats."
9598
  msgstr ""
9599
 
9600
+ #: wp-live-chat-support/wp-live-chat-support.php:2076
9601
  #, fuzzy
9602
  #| msgid "Visitors on site"
9603
  msgid "Visitor(s) online"
9604
  msgstr "Kävijöitä sivulla"
9605
 
9606
+ #: wp-live-chat-support/wp-live-chat-support.php:2091
9607
  msgid "Device"
9608
  msgstr ""
9609
 
9610
+ #: wp-live-chat-support/wp-live-chat-support.php:2092
9611
  msgid "Data"
9612
  msgstr ""
9613
 
9614
+ #: wp-live-chat-support/wp-live-chat-support.php:2113
9615
  msgid "Chat Dashboard"
9616
  msgstr ""
9617
 
9618
+ #: wp-live-chat-support/wp-live-chat-support.php:2116
9619
  msgid "Oh no!"
9620
  msgstr ""
9621
 
9622
+ #: wp-live-chat-support/wp-live-chat-support.php:2118
9623
  #, php-format
9624
  msgid "You do not have access to this page as %s."
9625
  msgstr ""
9626
 
9627
+ #: wp-live-chat-support/wp-live-chat-support.php:2118
9628
  #, fuzzy
9629
  #| msgid "Make this user a chat agent"
9630
  msgid "you are not a chat agent"
9631
  msgstr "Tee tästä käyttäjästä keskustelija"
9632
 
9633
+ #: wp-live-chat-support/wp-live-chat-support.php:2271
9634
  msgid "Previous"
9635
  msgstr "Edellinen"
9636
 
9637
+ #: wp-live-chat-support/wp-live-chat-support.php:2278
9638
  msgid "Chat with"
9639
  msgstr "Keskustele"
9640
 
9641
+ #: wp-live-chat-support/wp-live-chat-support.php:2295
9642
  msgid "Starting Time:"
9643
  msgstr ""
9644
 
9645
+ #: wp-live-chat-support/wp-live-chat-support.php:2296
9646
  msgid "Ending Time:"
9647
  msgstr ""
9648
 
9649
+ #: wp-live-chat-support/wp-live-chat-support.php:2316
9650
  msgid "Chat initiated on:"
9651
  msgstr "Keskustelu aloitettu:"
9652
 
9653
+ #: wp-live-chat-support/wp-live-chat-support.php:2317
9654
  msgid "Browser:"
9655
  msgstr "Selain:"
9656
 
9657
+ #: wp-live-chat-support/wp-live-chat-support.php:2343
9658
+ #: wp-live-chat-support/wp-live-chat-support.php:2382
9659
  #, fuzzy
9660
  #| msgid "End chat"
9661
  msgid "Invalid Chat ID"
9662
  msgstr "Päätä keskustelu"
9663
 
9664
+ #: wp-live-chat-support/wp-live-chat-support.php:2351
9665
  msgid "type here..."
9666
  msgstr "vastatkaa tähän ..."
9667
 
9668
+ #: wp-live-chat-support/wp-live-chat-support.php:2504
9669
  msgid "User has opened the chat window"
9670
  msgstr "Kävijä on avannut keskusteluikkunan"
9671
 
9672
+ #: wp-live-chat-support/wp-live-chat-support.php:2505
9673
  msgid "User has minimized the chat window"
9674
  msgstr "Kävijä on pienentänyt keskusteluikkunan"
9675
 
9676
+ #: wp-live-chat-support/wp-live-chat-support.php:2506
9677
  msgid "User has maximized the chat window"
9678
  msgstr "Kävijä on suurentanut keskusteluikkunan"
9679
 
9680
+ #: wp-live-chat-support/wp-live-chat-support.php:2507
9681
  msgid "The chat has been ended"
9682
  msgstr ""
9683
 
9684
+ #: wp-live-chat-support/wp-live-chat-support.php:3036
9685
  msgid "Delete History"
9686
  msgstr "Poista historia"
9687
 
9688
+ #: wp-live-chat-support/wp-live-chat-support.php:3052
9689
  msgid "No chats available at the moment"
9690
  msgstr "Tällä hetkellä ei ole vapaita keskusteluita"
9691
 
9692
+ #: wp-live-chat-support/wp-live-chat-support.php:3160
9693
  msgid "Actions"
9694
  msgstr ""
9695
 
9696
+ #: wp-live-chat-support/wp-live-chat-support.php:3174
9697
  msgid "You have not received any offline messages."
9698
  msgstr "Et ole saanut offline-viestejä."
9699
 
9700
+ #: wp-live-chat-support/wp-live-chat-support.php:3182
9701
  msgid "Delete Message"
9702
  msgstr ""
9703
 
9704
+ #: wp-live-chat-support/wp-live-chat-support.php:3308
9705
  msgid "You do not have permission to save settings."
9706
  msgstr ""
9707
 
9708
+ #: wp-live-chat-support/wp-live-chat-support.php:3592
9709
  msgid "Your settings have been saved."
9710
  msgstr "Asetukset on tallennettu."
9711
 
9712
+ #: wp-live-chat-support/wp-live-chat-support.php:3610
9713
  #, fuzzy
9714
  #| msgid ""
9715
  #| "WPLC: set_time_limit() is not enabled on this server. You may experience "
9724
  "ongelmia käyttäessäsi WP Live Chat Support -lisäosaa. Ota yhteyttä "
9725
  "ylläpitäjään asetuksen käyttöön ottamiseksi."
9726
 
9727
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
9728
  #, fuzzy
9729
  #| msgid ""
9730
  #| "WPLC: Safe mode is enabled on this server. You may experience issues "
9739
  "käyttäessäsi WP Live Chat Support -lisäosaa. Ota yhteyttä ylläpitäjään safe "
9740
  "moden poistamiseksi."
9741
 
9742
+ #: wp-live-chat-support/wp-live-chat-support.php:3639
9743
+ #: wp-live-chat-support/wp-live-chat-support.php:3643
9744
  #, fuzzy
9745
  #| msgid "Advanced Info"
9746
  msgid "Plugin Features"
9747
  msgstr "Lisätiedot"
9748
 
9749
+ #: wp-live-chat-support/wp-live-chat-support.php:3641
9750
  msgid ""
9751
  "Check out these features and get up to speed with what you can do with WP "
9752
  "Live Chat:"
9753
  msgstr ""
9754
 
9755
+ #: wp-live-chat-support/wp-live-chat-support.php:3644
9756
  msgid "Reporting"
9757
  msgstr ""
9758
 
9759
+ #: wp-live-chat-support/wp-live-chat-support.php:3645
9760
  msgid "Localization"
9761
  msgstr ""
9762
 
9763
+ #: wp-live-chat-support/wp-live-chat-support.php:3653
9764
  #, fuzzy
9765
  #| msgid "Chat Agents"
9766
  msgid "Chat FAQs"
9767
  msgstr "Keskustelijat"
9768
 
9769
+ #: wp-live-chat-support/wp-live-chat-support.php:3655
9770
  msgid ""
9771
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
9772
  "agents:"
9773
  msgstr ""
9774
 
9775
+ #: wp-live-chat-support/wp-live-chat-support.php:3657
9776
  #, fuzzy
9777
  #| msgid "Chat with us"
9778
  msgid "Chat with Visitors"
9779
  msgstr "Keskustelu kanssamme!"
9780
 
9781
+ #: wp-live-chat-support/wp-live-chat-support.php:3658
9782
  #, fuzzy
9783
  #| msgid "Chat Agents"
9784
  msgid "Chat with Agents"
9785
  msgstr "Keskustelijat"
9786
 
9787
+ #: wp-live-chat-support/wp-live-chat-support.php:3662
9788
  #, fuzzy
9789
  #| msgid "Chat Agents"
9790
  msgid "Chat Invites"
9791
  msgstr "Keskustelijat"
9792
 
9793
+ #: wp-live-chat-support/wp-live-chat-support.php:3667
9794
  #, fuzzy
9795
  #| msgid "Settings"
9796
  msgid "Settings & Customization"
9797
  msgstr "Asetukset"
9798
 
9799
+ #: wp-live-chat-support/wp-live-chat-support.php:3669
9800
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
9801
  msgstr ""
9802
 
9803
+ #: wp-live-chat-support/wp-live-chat-support.php:3673
9804
  #, fuzzy
9805
  #| msgid "Chat Window Settings"
9806
  msgid "Agent Settings"
9807
  msgstr "Keskusteluikkunan asetukset"
9808
 
9809
+ #: wp-live-chat-support/wp-live-chat-support.php:3680
9810
  msgid "Troubleshooting"
9811
  msgstr "Ongelmanratkaisu"
9812
 
9813
+ #: wp-live-chat-support/wp-live-chat-support.php:3682
9814
  msgid ""
9815
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
9816
  "issues:"
9817
  msgstr ""
9818
 
9819
+ #: wp-live-chat-support/wp-live-chat-support.php:3684
9820
  msgid "My Chat Box Is Not Showing"
9821
  msgstr ""
9822
 
9823
+ #: wp-live-chat-support/wp-live-chat-support.php:3685
9824
  #, fuzzy
9825
  #| msgid "I'm not getting any notifications of a new chat"
9826
  msgid "Not Receiving Notifications of New Chats"
9827
  msgstr "En saa ilmoituksia uusista keskusteluista"
9828
 
9829
+ #: wp-live-chat-support/wp-live-chat-support.php:3686
9830
  #, fuzzy
9831
  #| msgid "How do I check for JavaScript errors on my site?"
9832
  msgid "Check for JavaScript Errors"
9833
  msgstr "Miten tarkastan JavaScript-virheet sivullani?"
9834
 
9835
+ #: wp-live-chat-support/wp-live-chat-support.php:3714
9836
  msgid "Initiate Chats"
9837
  msgstr ""
9838
 
9839
+ #: wp-live-chat-support/wp-live-chat-support.php:3715
9840
  msgid "Multiple Chats"
9841
  msgstr ""
9842
 
9843
+ #: wp-live-chat-support/wp-live-chat-support.php:3716
9844
  msgid "Add unlimited agents"
9845
  msgstr ""
9846
 
9847
+ #: wp-live-chat-support/wp-live-chat-support.php:3717
9848
  #, fuzzy
9849
  #| msgid "Missed Chats"
9850
  msgid "Transfer Chats"
9851
  msgstr "Vastaamattomat keskustelut"
9852
 
9853
+ #: wp-live-chat-support/wp-live-chat-support.php:3736
9854
  #, fuzzy, php-format
9855
  #| msgid "Via WP Live Chat Support"
9856
  msgid "Thank you for using %s! Please %s on %s"
9857
  msgstr "WP Live Chat Support"
9858
 
9859
+ #: wp-live-chat-support/wp-live-chat-support.php:3736
9860
  msgid "rate us"
9861
  msgstr ""
9862
 
9863
+ #: wp-live-chat-support/wp-live-chat-support.php:3913
9864
+ #: wp-live-chat-support/wp-live-chat-support.php:3973
9865
  msgid "Timestamp"
9866
  msgstr ""
9867
 
9868
+ #: wp-live-chat-support/wp-live-chat-support.php:3914
9869
+ #: wp-live-chat-support/wp-live-chat-support.php:3974
9870
  msgid "Origin"
9871
  msgstr ""
9872
 
9873
+ #: wp-live-chat-support/wp-live-chat-support.php:3919
9874
+ #: wp-live-chat-support/wp-live-chat-support.php:3979
9875
  msgid "user"
9876
  msgstr ""
9877
 
9878
+ #: wp-live-chat-support/wp-live-chat-support.php:3921
9879
+ #: wp-live-chat-support/wp-live-chat-support.php:3981
9880
  msgid "agent"
9881
  msgstr ""
9882
 
9883
+ #: wp-live-chat-support/wp-live-chat-support.php:4056
9884
  msgid "Advanced settings"
9885
  msgstr ""
9886
 
9887
+ #: wp-live-chat-support/wp-live-chat-support.php:4063
9888
  msgid "Only change these settings if you are experiencing performance issues."
9889
  msgstr ""
9890
 
9891
+ #: wp-live-chat-support/wp-live-chat-support.php:4070
9892
  msgid "Website hosting type:"
9893
  msgstr ""
9894
 
9895
+ #: wp-live-chat-support/wp-live-chat-support.php:4074
9896
  #, fuzzy
9897
  msgid "Custom parameters"
9898
  msgstr "Väripohja 1"
9899
 
9900
+ #: wp-live-chat-support/wp-live-chat-support.php:4075
9901
  msgid "Shared hosting - low level plan"
9902
  msgstr ""
9903
 
9904
+ #: wp-live-chat-support/wp-live-chat-support.php:4076
9905
  msgid "Shared hosting - normal plan"
9906
  msgstr ""
9907
 
9908
+ #: wp-live-chat-support/wp-live-chat-support.php:4077
9909
  msgid "VPS"
9910
  msgstr ""
9911
 
9912
+ #: wp-live-chat-support/wp-live-chat-support.php:4078
9913
  msgid "Dedicated server"
9914
  msgstr ""
9915
 
9916
+ #: wp-live-chat-support/wp-live-chat-support.php:4084
9917
  msgid "Long poll setup"
9918
  msgstr ""
9919
 
9920
+ #: wp-live-chat-support/wp-live-chat-support.php:4084
9921
  msgid ""
9922
  "Only change these if you are an experienced developer or if you have "
9923
  "received these figures from the WP Live Chat by 3CX team."
9924
  msgstr ""
9925
 
9926
+ #: wp-live-chat-support/wp-live-chat-support.php:4089
9927
  msgid "Iterations"
9928
  msgstr ""
9929
 
9930
+ #: wp-live-chat-support/wp-live-chat-support.php:4093
9931
  msgid "Sleep between loops"
9932
  msgstr ""
9933
 
9934
+ #: wp-live-chat-support/wp-live-chat-support.php:4096
9935
  msgid "milliseconds"
9936
  msgstr ""
9937
 
9938
+ #: wp-live-chat-support/wp-live-chat-support.php:4119
9939
  #, fuzzy
9940
  #| msgid "WP Live Chat Support"
9941
  msgid "Show 'Powered by' in chat box"
9942
  msgstr "WP Live Chat Support"
9943
 
9944
+ #: wp-live-chat-support/wp-live-chat-support.php:4119
9945
  msgid ""
9946
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
9947
  "bottom of your chatbox."
9948
  msgstr ""
9949
 
9950
+ #: wp-live-chat-support/wp-live-chat-support.php:4161
9951
  #, fuzzy
9952
  #| msgid "WP Live Chat Support"
9953
  msgid "Powered by WP Live Chat by 3CX"
9954
  msgstr "WP Live Chat Support"
9955
 
9956
+ #: wp-live-chat-support/wp-live-chat-support.php:4286
9957
  msgid ""
9958
  "Browser notifications will no longer function on insecure (non-SSL) sites."
9959
  msgstr ""
9960
 
9961
+ #: wp-live-chat-support/wp-live-chat-support.php:4287
9962
  msgid ""
9963
  "Please add an SSL certificate to your site to continue receiving chat "
9964
  "notifications in your browser."
9965
  msgstr ""
9966
 
9967
+ #: wp-live-chat-support/wp-live-chat-support.php:4300
9968
  msgid ""
9969
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
9970
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
9971
  msgstr ""
9972
 
9973
+ #: wp-live-chat-support/wp-live-chat-support.php:4307
9974
  msgid "Email transcript to user"
9975
  msgstr ""
9976
 
9977
+ #: wp-live-chat-support/wp-live-chat-support.php:4318
9978
  msgid "Sending Transcript"
9979
  msgstr ""
9980
 
9981
+ #: wp-live-chat-support/wp-live-chat-support.php:4381
9982
  #, php-format
9983
  msgid "Your chat transcript from %1$s"
9984
  msgstr ""
9985
 
9986
+ #: wp-live-chat-support/wp-live-chat-support.php:4472
9987
  #, fuzzy
9988
  #| msgid "Chat Window Settings"
9989
  msgid "Chat Transcript Settings"
9990
  msgstr "Keskusteluikkunan asetukset"
9991
 
9992
+ #: wp-live-chat-support/wp-live-chat-support.php:4475
9993
  msgid "Enable chat transcripts:"
9994
  msgstr ""
9995
 
9996
+ #: wp-live-chat-support/wp-live-chat-support.php:4483
9997
  msgid "Send transcripts to:"
9998
  msgstr ""
9999
 
10000
+ #: wp-live-chat-support/wp-live-chat-support.php:4490
10001
  #, fuzzy
10002
  #| msgid "Username"
10003
  msgid "User"
10004
  msgstr "Käyttäjänimi"
10005
 
10006
+ #: wp-live-chat-support/wp-live-chat-support.php:4501
10007
  msgid "Send transcripts when chat ends:"
10008
  msgstr ""
10009
 
10010
+ #: wp-live-chat-support/wp-live-chat-support.php:4509
10011
  #, fuzzy
10012
  #| msgid "Email"
10013
  msgid "Email body"
10014
  msgstr "Sähköposti"
10015
 
10016
+ #: wp-live-chat-support/wp-live-chat-support.php:4519
10017
  #, fuzzy
10018
  #| msgid "Email Address"
10019
  msgid "Email header"
10020
  msgstr "Sähköpostiosoite"
10021
 
10022
+ #: wp-live-chat-support/wp-live-chat-support.php:4528
10023
  msgid "Email footer"
10024
  msgstr ""
10025
 
10026
+ #: wp-live-chat-support/wp-live-chat-support.php:4604
10027
  msgid ""
10028
  "Please note, local message encryption and local server options will be "
10029
  "deprecated in the next major release. All encryption and message delivery "
10030
  "will handled by our external servers in future."
10031
  msgstr ""
10032
 
10033
+ #: wp-live-chat-support/wp-live-chat-support.php:4607
10034
  msgid "Deprecation Notice - Message Encryption & Local Server"
10035
  msgstr ""
10036
 
10037
+ #, fuzzy
10038
+ #~| msgid "Allow any user to make themselves a chat agent"
10039
+ #~ msgid "Allow WP users to self-assign as a chat agent"
10040
+ #~ msgstr "Anna kaikkien käyttäjien tehdä itsestään keskustelijoita"
10041
+
10042
+ #~ msgid ""
10043
+ #~ "Checking this will allow any of your users to make themselves a chat "
10044
+ #~ "agent when editing their profile."
10045
+ #~ msgstr ""
10046
+ #~ "Tällä valinnalla kaikki käyttäjät voivat tehdä itsestään keskustelijoita "
10047
+ #~ "omaa profiilia muokkaamalla."
10048
+
10049
+ #~ msgid "Auto Pop-up"
10050
+ #~ msgstr "Ponnahdusikkuna:"
10051
+
10052
+ #, fuzzy
10053
+ #~| msgid "Chat with us"
10054
+ #~ msgid "Chat ID is not set"
10055
+ #~ msgstr "Keskustelu kanssamme!"
10056
+
10057
+ #, fuzzy
10058
+ #~| msgid "No Quick Responses found"
10059
+ #~ msgid "No security nonce found"
10060
+ #~ msgstr "Pikavastauksia ei löydetty"
10061
+
10062
+ #~ msgid "Chat offline. Leave a message"
10063
+ #~ msgstr "Keskustelu on poissa linjoilta. Jättäkää viesti"
10064
+
10065
  #, fuzzy
10066
  #~| msgid "WP Live Chat History"
10067
  #~ msgid "WP Live Chat Trigger"
10095
  #~ msgid "Active Visitor(s)"
10096
  #~ msgstr "Aktiiviset keskustelut"
10097
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10098
  #, fuzzy
10099
  #~| msgid "Recomended Size 250px x 40px"
10100
  #~ msgid "Recomended Size 50px x 50px"
10113
  #~ msgid "Active survey"
10114
  #~ msgstr "Aktiiviset keskustelut"
10115
 
 
 
 
 
 
10116
  #, fuzzy
10117
  #~| msgid "Your Website"
10118
  #~ msgid "Website"
10119
  #~ msgstr "Kotisivu:"
10120
 
 
 
 
 
 
10121
  #, fuzzy
10122
  #~| msgid "Documentation"
10123
  #~ msgid "Doc Suggestions"
10156
  #~ msgid "The Chat Has Been Ended By The Operator."
10157
  #~ msgstr "Toinen keskustelija on vastannut "
10158
 
 
 
 
10159
  #~ msgid "Advanced Info"
10160
  #~ msgstr "Lisätiedot"
10161
 
10193
  #~ msgid "WP Live Chat Support Settings"
10194
  #~ msgstr "WP Live Chat Support -asetukset"
10195
 
 
 
 
10196
  #~ msgid "Chat Window Settings"
10197
  #~ msgstr "Keskusteluikkunan asetukset"
10198
 
10231
  #~ msgid "Username"
10232
  #~ msgstr "Käyttäjänimi"
10233
 
 
 
 
 
 
 
10234
  #~ msgid "First Section Text"
10235
  #~ msgstr "Tekstin ensimmäinen osa"
10236
 
10276
  #~ msgid "New to WP Live Chat Support?"
10277
  #~ msgstr "WP Live Chat Support"
10278
 
 
 
 
 
 
10279
  #, fuzzy
10280
  #~| msgid "WP Live Chat Support Settings"
10281
  #~ msgid "WP Live Chat Support Custom Fields"
10528
  #~ msgid "How did you find us?"
10529
  #~ msgstr "Kuinka löysitte meidät?"
10530
 
 
 
 
10531
  #~ msgid "Search Term"
10532
  #~ msgstr "Hakusana"
10533
 
10534
  #~ msgid "Google or other search Engine"
10535
  #~ msgstr "Google tai muu hakukone"
10536
 
 
 
 
10537
  #~ msgid "Other"
10538
  #~ msgstr "Muuta"
10539
 
 
 
 
10540
  #~ msgid "Skip"
10541
  #~ msgstr "Tyhjä"
10542
 
10614
  #~ msgid "Add Quick Responses to your Live Chat"
10615
  #~ msgstr "Lisää oletusvastauksia omaan Live-keskusteluusi"
10616
 
 
 
 
10617
  #~ msgid ""
10618
  #~ "Please update to the latest version of WP Live Chat Support Pro to start "
10619
  #~ "recording any offline messages."
10643
  #~ msgid "What are Quick Responses?"
10644
  #~ msgstr "Mitä ovat pikavastaukset?"
10645
 
 
 
 
10646
  #~ msgid "How do I disable APC Object Cache?"
10647
  #~ msgstr "Miten poista käytöstä APC-välimuistin?"
10648
 
10809
  #~ msgstr ""
10810
  #~ "Estä kävijöiden keskustelut kanssasi IP-osoitteen perusteella käyttäen "
10811
 
 
 
 
 
10812
  #, fuzzy
10813
  #~ msgid "Provide Instant Live Chat Support!"
10814
  #~ msgstr "Tarjoa välitöntä tukea chat-keskustelulla!"
10834
  #~ msgid "Or ask a question on our"
10835
  #~ msgstr "tai esittäkää kysymys meidän "
10836
 
 
 
 
10837
  #~ msgid ""
10838
  #~ "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
10839
  #~ msgstr ""
languages/wp-live-chat-support-fr_FR.mo CHANGED
Binary file
languages/wp-live-chat-support-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
- "POT-Creation-Date: 2019-11-06 09:12+0100\n"
5
- "PO-Revision-Date: 2019-11-06 09:12+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
@@ -21,319 +21,319 @@ msgstr ""
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:410
25
- #: wp-live-chat-support.php:4804
26
  msgid "Admin"
27
  msgstr "Administrateur"
28
 
29
- #: ajax/agent.php:262 ajax/user.php:218
30
  msgid "Admin has closed and ended the chat"
31
  msgstr "L'administrateur a fermé et mis fin au chat"
32
 
33
- #: functions.php:400 functions.php:417
34
  msgid "Accept Chat"
35
  msgstr "Accepter le chat"
36
 
37
- #: functions.php:408 functions.php:423
38
  msgid "Open Chat"
39
  msgstr "Ouvrir le chat"
40
 
41
- #: functions.php:410
42
  msgid "In progress with another agent"
43
  msgstr "En cours avec un autre agent"
44
 
45
- #: functions.php:427
46
  msgid "Only chat agents can accept chats"
47
  msgstr "Seuls les agents de chat peuvent accepter les discussions"
48
 
49
- #: functions.php:491 modules/api/agent/wplc-api-functions.php:423
50
  msgid "New"
51
  msgstr "Nouveau"
52
 
53
- #: functions.php:493 modules/api/agent/wplc-api-functions.php:425
54
  msgid "Returning"
55
  msgstr "Existant"
56
 
57
- #: functions.php:584
58
  msgid "No agent was able to answer your chat request. Please try again."
59
  msgstr ""
60
  "Aucun agent n'a pu répondre à votre demande de chat. Veuillez réessayer."
61
 
62
- #: functions.php:598 functions.php:4524 wp-live-chat-support.php:1897
63
  msgid "End Chat"
64
  msgstr "Terminer le chat"
65
 
66
- #: functions.php:985
67
  msgid "complete"
68
  msgstr "terminé"
69
 
70
- #: functions.php:988
71
  msgid "pending"
72
  msgstr "en attente"
73
 
74
- #: functions.php:991
75
  msgid "active"
76
  msgstr "actif"
77
 
78
- #: functions.php:994
79
  msgid "deleted"
80
  msgstr "supprimé"
81
 
82
- #: functions.php:997
83
  msgid "browsing"
84
  msgstr "en cours de navigation"
85
 
86
- #: functions.php:1000
87
  msgid "requesting chat"
88
  msgstr "demande de chat"
89
 
90
- #: functions.php:1003
91
  msgid "Chat Ended - User still browsing"
92
  msgstr "Chat terminé - Le visiteur continue à naviguer sur votre site"
93
 
94
- #: functions.php:1006
95
  msgid "User is browsing but doesn't want to chat"
96
  msgstr "Le visiteur navigue sur votre site mais ne souhaite pas discuter"
97
 
98
- #: functions.php:1145 includes/settings_page.php:835
99
  msgid "WP Live Chat by 3CX - Offline Message from "
100
  msgstr "WP Live Chat by 3CX - Message hors ligne provenant de "
101
 
102
- #: functions.php:1146 functions.php:1470 includes/settings_page.php:181
103
- #: includes/settings_page.php:460 includes/wplc_custom_fields.php:79
104
- #: includes/wplc_data_triggers.php:456 includes/wplc_departments.php:175
105
- #: includes/wplc_roi.php:145 modules/node_server.php:82
106
- #: modules/node_server.php:128 wp-live-chat-support.php:1625
107
- #: wp-live-chat-support.php:1648 wp-live-chat-support.php:1809
108
- #: wp-live-chat-support.php:3335 wp-live-chat-support.php:3455
109
  msgid "Name"
110
  msgstr "Nom"
111
 
112
- #: functions.php:1147 functions.php:1471 includes/settings_page.php:177
113
- #: modules/node_server.php:129 wp-live-chat-support.php:1626
114
- #: wp-live-chat-support.php:1637 wp-live-chat-support.php:1810
115
- #: wp-live-chat-support.php:3336 wp-live-chat-support.php:3456
116
  msgid "Email"
117
  msgstr "Email"
118
 
119
- #: functions.php:1148 wp-live-chat-support.php:1811
120
- #: wp-live-chat-support.php:3457 wp-live-chat-support.php:4196
121
- #: wp-live-chat-support.php:4256
122
  msgid "Message"
123
  msgstr "Message"
124
 
125
- #: functions.php:1149
126
  msgid "Via WP Live Chat by 3CX"
127
  msgstr "Via WP Live Chat by 3CX"
128
 
129
- #: functions.php:1448 wp-live-chat-support.php:3298
130
  msgid "Error: Could not delete chat"
131
  msgstr "Erreur : Impossible de supprimer le chat"
132
 
133
- #: functions.php:1450 wp-live-chat-support.php:3300
134
  msgid "Chat Deleted"
135
  msgstr "Chat supprimé"
136
 
137
- #: functions.php:1453 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:252 includes/wplc_data_triggers.php:270
140
- #: includes/wplc_data_triggers.php:314 includes/wplc_data_triggers.php:502
141
  #: includes/wplc_departments.php:303 includes/wplc_departments.php:323
142
- #: includes/wplc_departments.php:358 includes/wplc_roi.php:375
143
- #: includes/wplc_roi.php:394 includes/wplc_roi.php:431
144
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
145
  #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
146
  #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
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:3263 wp-live-chat-support.php:3289
150
- #: wp-live-chat-support.php:4166
151
  msgid "You do not have permission do perform this action"
152
  msgstr "Vous n'avez pas la permission d'effectuer cette action"
153
 
154
- #: functions.php:1459 wp-live-chat-support.php:3305
155
  msgid "Are you sure you would like to delete this chat?"
156
  msgstr "Êtes-vous sûr de vouloir supprimer ce chat ?"
157
 
158
- #: functions.php:1460 includes/settings_page.php:159
159
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3307
160
  msgid "Yes"
161
  msgstr "Oui"
162
 
163
- #: functions.php:1460 includes/settings_page.php:160
164
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3308
165
  msgid "No"
166
  msgstr "Non"
167
 
168
- #: functions.php:1469 functions.php:2029 includes/settings_page.php:349
169
- #: includes/settings_page.php:494 wp-live-chat-support.php:3334
170
- #: wp-live-chat-support.php:3454
171
  msgid "Date"
172
  msgstr "Date"
173
 
174
- #: functions.php:1472 functions.php:4026 wp-live-chat-support.php:3337
175
  msgid "URL"
176
  msgstr "URL"
177
 
178
- #: functions.php:1473 includes/wplc_custom_fields.php:83
179
- #: includes/wplc_data_triggers.php:461 includes/wplc_departments.php:176
180
- #: includes/wplc_roi.php:149 modules/webhooks_manager.php:251
181
- #: wp-live-chat-support.php:2383 wp-live-chat-support.php:3339
182
  msgid "Action"
183
  msgstr "Action"
184
 
185
- #: functions.php:1487
186
  msgid "You have not missed any chat requests."
187
  msgstr "Vous n'avez pas manqué de demande de chat."
188
 
189
- #: functions.php:1494 wp-live-chat-support.php:3354
190
  msgid "View Chat History"
191
  msgstr "Voir l'historique des chats"
192
 
193
- #: functions.php:1494 wp-live-chat-support.php:3355
194
  msgid "Download Chat History"
195
  msgstr "Télécharger l'historique des chats"
196
 
197
- #: functions.php:1688
198
  msgid "Open chat window via"
199
  msgstr "Ouvrir la fenêtre de chat via"
200
 
201
- #: functions.php:1692
202
  msgid "Click"
203
  msgstr "Cliquer"
204
 
205
- #: functions.php:1693
206
  msgid "Hover"
207
  msgstr "Survoler"
208
 
209
- #: functions.php:1695
210
  msgid "element with"
211
  msgstr "élément avec"
212
 
213
- #: functions.php:1697
214
  msgid "Class"
215
  msgstr "Classe"
216
 
217
- #: functions.php:1698 includes/wplc_custom_fields.php:78
218
- #: includes/wplc_data_triggers.php:455 includes/wplc_departments.php:174
219
- #: includes/wplc_roi.php:144
220
  msgid "ID"
221
  msgstr "ID"
222
 
223
- #: functions.php:1941 functions.php:1947 functions.php:1952
224
  #: includes/dashboard_page.php:58 modules/node_server.php:138
225
- #: modules/node_server.php:868 wp-live-chat-support.php:3937
226
  msgid "Quick Responses"
227
  msgstr "Réponses rapides"
228
 
229
- #: functions.php:1942 includes/settings_page.php:339
230
  msgid "Quick Response"
231
  msgstr "Réponse rapide"
232
 
233
- #: functions.php:1943 functions.php:1946
234
  msgid "New Quick Response"
235
  msgstr "Nouvelle réponse rapide"
236
 
237
- #: functions.php:1944 modules/node_server.php:877
238
  msgid "Add New Quick Response"
239
  msgstr "Ajouter une nouvelle réponse rapide"
240
 
241
- #: functions.php:1945
242
  msgid "Edit Quick Response"
243
  msgstr "Modifier la réponse rapide"
244
 
245
- #: functions.php:1948
246
  msgid "View Quick Responses"
247
  msgstr "Voir les réponses rapides"
248
 
249
- #: functions.php:1949
250
  msgid "Search Quick Responses"
251
  msgstr "Rechercher les réponses rapides"
252
 
253
- #: functions.php:1950
254
  msgid "No Quick Responses found"
255
  msgstr "Aucune réponse rapide trouvée"
256
 
257
- #: functions.php:1951
258
  msgid "No Quick Responses found in the Trash"
259
  msgstr "Aucune réponse rapide dans la corbeille"
260
 
261
- #: functions.php:1956
262
  msgid "Quick Responses for WP Live Chat by 3CX"
263
  msgstr "Réponses rapides pour WP Live Chat by 3CX"
264
 
265
- #: functions.php:1990
266
  msgid "Sort Order"
267
  msgstr "Ordre de tri"
268
 
269
- #: functions.php:2026 includes/settings_page.php:348
270
  msgid "Title"
271
  msgstr "Titre"
272
 
273
- #: functions.php:2027
274
  msgid "Order"
275
  msgstr "Ordre"
276
 
277
- #: functions.php:2028 includes/settings_page.php:1234
278
  msgid "Author"
279
  msgstr "Auteur"
280
 
281
- #: functions.php:2071 wp-live-chat-support.php:504
282
  msgid "Press ENTER to send your message"
283
  msgstr "Appuyer sur ENTRÉE pour envoyer votre message"
284
 
285
- #: functions.php:2110 functions.php:2114
286
  msgid "Assign Quick Response"
287
  msgstr "Attribuer une réponse rapide"
288
 
289
- #: functions.php:2117 includes/settings_page.php:1219
290
  msgid "Select"
291
  msgstr "Sélectionner"
292
 
293
- #: functions.php:2123
294
  msgid "What is this?"
295
  msgstr "Quest-ce que c'est ?"
296
 
297
- #: functions.php:2165
298
  #, php-format
299
  msgid "Incoming chat from %s (%s) on %s"
300
  msgstr "Chat entrant de% s (% s) sur% s"
301
 
302
- #: functions.php:2171
303
  #, php-format
304
  msgid "%s (%s) wants to chat with you."
305
  msgstr "%s (%s) veut discuter avec vous."
306
 
307
- #: functions.php:2176
308
  #, php-format
309
  msgid "Log in: %s"
310
  msgstr "Connexion : %s"
311
 
312
- #: functions.php:2487
313
  msgid "Status (Online)"
314
  msgstr "Statut (en ligne)"
315
 
316
- #: functions.php:2488 functions.php:3402
317
  msgid "Online"
318
  msgstr "En ligne"
319
 
320
- #: functions.php:2489 functions.php:3402
321
  msgid "Offline"
322
  msgstr "Hors ligne"
323
 
324
- #: functions.php:2490
325
  msgid "Status (Offline)"
326
  msgstr "Statut (hors ligne)"
327
 
328
- #: functions.php:2491 functions.php:3372
329
  msgid "Chat Agent Online"
330
  msgstr "Agent de chat en ligne"
331
 
332
- #: functions.php:2492 functions.php:3374 functions.php:3378
333
  msgid "Chat Agents Online"
334
  msgstr "Agents de chat en ligne"
335
 
336
- #: functions.php:2505
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,24 +341,24 @@ msgstr ""
341
  "Votre statut est hors ligne. Pour voir les visiteurs et accepter les chats, "
342
  "modifiez votre statut en En ligne en utilisant le bouton ci-dessus."
343
 
344
- #: functions.php:2575
345
  msgid "Encryption"
346
  msgstr "Cryptage"
347
 
348
- #: functions.php:2581 includes/settings_page.php:1277
349
- #: wp-live-chat-support.php:3952
350
  msgid "Business Hours"
351
  msgstr "Heures de travail"
352
 
353
- #: functions.php:2760
354
  msgid "Initiate Chat"
355
  msgstr "Initier un chat"
356
 
357
- #: functions.php:2852
358
  msgid "Attempting to open the chat window... Please be patient."
359
  msgstr "En attente d'ouverture de la fenêtre de chat... Merci de patienter."
360
 
361
- #: functions.php:2867
362
  msgid ""
363
  "You are not a chat agent. Please make yourself a chat agent before trying to "
364
  "chat to visitors"
@@ -366,124 +366,126 @@ msgstr ""
366
  "Vous n'êtes pas un agent de chat. Enregistrez-vous en tant qu'agent avant "
367
  "d'essayer de discuter avec les visiteurs"
368
 
369
- #: functions.php:3035 functions.php:3051 functions.php:3066
370
  msgid "Chat Agent"
371
  msgstr "Agent de chat"
372
 
373
- #: functions.php:3040 functions.php:3056
374
  msgid "Make this user a chat agent"
375
  msgstr "Faire de cet utilisateur un agent"
376
 
377
- #: functions.php:3070
378
- msgid "Your user role does not allow you to make yourself a chat agent."
 
 
379
  msgstr ""
380
  "Votre rôle en tant qu'utilisateur ne vous permet pas de vous déclarer vous-"
381
  "même agent."
382
 
383
- #: functions.php:3071
384
  msgid "Please contact the administrator of this website to change this."
385
  msgstr "Merci de contacter l'administrateur du site pour changer cela."
386
 
387
- #: functions.php:3090
388
  msgid "This chat has already been answered by another agent."
389
  msgstr "Ce chat a déjà été répondu par un autre agent."
390
 
391
- #: functions.php:3323 wp-live-chat-support.php:2336
392
  msgid "Agent(s) online"
393
  msgstr "Agent(s) en ligne"
394
 
395
- #: functions.php:3481 includes/settings_page.php:1209
396
- #: wp-live-chat-support.php:2282
397
  msgid "Remove"
398
  msgstr "Retirer"
399
 
400
- #: functions.php:3484 wp-live-chat-support.php:2285
401
  msgid "Typing..."
402
  msgstr "En train d'écrire..."
403
 
404
- #: functions.php:3827
405
  msgid "User Experience Ratings"
406
  msgstr "Évaluations de l'expérience utilisateur"
407
 
408
- #: functions.php:3834
409
  msgid "Agent Statistics"
410
  msgstr "Statistiques agent"
411
 
412
- #: functions.php:3867 functions.php:3882
413
  msgid "Satisfaction Rating"
414
  msgstr "Indice de satisfaction"
415
 
416
- #: functions.php:3868 functions.php:3883
417
  msgid "Rating Count"
418
  msgstr "Nombre de notes"
419
 
420
- #: functions.php:3868 functions.php:3883
421
  msgid "Good"
422
  msgstr "Bien"
423
 
424
  # uvais
425
- #: functions.php:3868 functions.php:3883
426
  msgid "Bad"
427
  msgstr "Mauvais"
428
 
429
- #: functions.php:3924 includes/dashboard_page.php:56
430
- #: wp-live-chat-support.php:1049
431
  msgid "Reports"
432
  msgstr "Rapports"
433
 
434
- #: functions.php:3927 includes/wplc_roi.php:146
435
  msgid "Overview"
436
  msgstr "Vue d'ensemble"
437
 
438
- #: functions.php:3928
439
  msgid "Popular Pages"
440
  msgstr "Pages populaires"
441
 
442
- #: functions.php:3946
443
  msgid "Total Agents"
444
  msgstr "Total des agents"
445
 
446
- #: functions.php:3946
447
  msgid "Total number of agents that used the live chat"
448
  msgstr "Nombre total d'agents ayant utilisé le chat en direct"
449
 
450
- #: functions.php:3947
451
  msgid "Total Chats"
452
  msgstr "Nombre total de chats"
453
 
454
- #: functions.php:3947
455
  msgid "Total number of chats received"
456
  msgstr "Nombre total de chats reçus"
457
 
458
- #: functions.php:3948
459
  msgid "Total URLs"
460
  msgstr "Nombre total d'URLs"
461
 
462
- #: functions.php:3948
463
  msgid "Total number of URLs a chat was initiated on"
464
  msgstr "Nombre total d'URLs sur lesquelles un chat a été lancé"
465
 
466
- #: functions.php:3949
467
  msgid "Chats per day"
468
  msgstr "Chats par jour"
469
 
470
- #: functions.php:3950
471
  msgid "Popular pages a chat was initiated on"
472
  msgstr "Pages populaires sur lesquelles un chat a été lancé"
473
 
474
- #: functions.php:3980 includes/wplc_custom_fields.php:304
475
  msgid "Unknown"
476
  msgstr "Inconnu"
477
 
478
- #: functions.php:4027
479
  msgid "Count"
480
  msgstr "Compter"
481
 
482
- #: functions.php:4053
483
  msgid "Enable Manual Chat Initiation:"
484
  msgstr "Activer l'initiation manuelle du chat :"
485
 
486
- #: functions.php:4053
487
  msgid ""
488
  "Enabling this feature will allow agents to start a chat with website "
489
  "visitors. This feature increases server load while enabled."
@@ -492,7 +494,7 @@ msgstr ""
492
  "avec les visiteurs du site web. Cette fonctionnalité augmente la charge du "
493
  "serveur quand activée."
494
 
495
- #: functions.php:4057 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."
@@ -500,83 +502,83 @@ msgstr ""
500
  "Cette fonctionnalité est seulement disponible quand vous sélextionnez 3CX "
501
  "High Performance Cloud Servers dans Fonctionnalités Avancées."
502
 
503
- #: functions.php:4144
504
  msgid "Thank you for inquiry. We will get back to you shortly"
505
  msgstr "Merci pour votre demande. Nous reviendrons vers vous rapidement"
506
 
507
- #: functions.php:4284 wp-live-chat-support.php:4505
508
  msgid "The Live Chat box is currently disabled on your website due to:"
509
  msgstr ""
510
  "La fenêtre de live chat est actuellement désactivée sur votre site web en "
511
  "raison de :"
512
 
513
- #: functions.php:4285 wp-live-chat-support.php:4506
514
  msgid "Business Hours Settings"
515
  msgstr "Paramètres des heures de travail"
516
 
517
- #: functions.php:4336
518
  msgid "Edit Profile"
519
  msgstr "Modifier le profil"
520
 
521
- #: functions.php:4347 modules/node_server.php:98 modules/node_server.php:724
522
  msgid "Drag Files Here"
523
  msgstr "Déplacez des fichiers ici"
524
 
525
- #: functions.php:4370 functions.php:4415 includes/wplc_custom_fields.php:107
526
- #: includes/wplc_data_triggers.php:469 includes/wplc_data_triggers.php:607
527
  #: includes/wplc_departments.php:184 includes/wplc_departments.php:474
528
- #: includes/wplc_roi.php:157 includes/wplc_roi.php:576
529
  #: modules/webhooks_manager.php:263
530
  msgid "Delete"
531
  msgstr "Supprimer"
532
 
533
- #: functions.php:4371
534
  msgid "Send..."
535
  msgstr "Envoyer.."
536
 
537
- #: functions.php:4372 functions.php:4417
538
  msgid "Play voice note"
539
  msgstr "Jouer une note vocale"
540
 
541
- #: functions.php:4416
542
  msgid "Save..."
543
  msgstr "Sauvegarder..."
544
 
545
- #: functions.php:4518 wp-live-chat-support.php:1277
546
- #: wp-live-chat-support.php:2779
547
  msgid "is typing..."
548
  msgstr "est en train d'écrire..."
549
 
550
- #: functions.php:4520
551
  msgid "There are no visitors on your site at the moment"
552
  msgstr "Il n'y a pas de visiteurs sur votre site en ce moment"
553
 
554
- #: functions.php:4521
555
  msgid "Connection to the server lost, reconnecting..."
556
  msgstr "La connexion au serveur a été interrompue, en cours de reconnexion..."
557
 
558
- #: functions.php:4522
559
  msgid "Agent offline - not accepting chats"
560
  msgstr "Agent hors ligne - n'accepte pas les discussions"
561
 
562
- #: functions.php:4523 modules/node_server.php:103 wp-live-chat-support.php:1891
563
  msgid "Minimize Chat"
564
  msgstr "Minimiser le chat"
565
 
566
- #: functions.php:4542
567
  msgid "An error has occured while fetching the news feed."
568
  msgstr "Une erreur s'est produite lors de la recherche d'actualités."
569
 
570
- #: functions.php:4639
571
  msgid "Default"
572
  msgstr "Défaut"
573
 
574
- #: functions.php:4940 functions.php:4943
575
  msgid "You do not have permission to perform this action"
576
  msgstr "Vous n'avez pas la permission d'effectuer cette action"
577
 
578
  #: includes/blocks/wplc-chat-box/index.php:30
579
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3953
580
  msgid "Gutenberg Blocks"
581
  msgstr "Blocs Gutenberg"
582
 
@@ -624,16 +626,16 @@ msgstr "Affiche le texte personnalisé choisi"
624
  msgid "Displays the chosen icon"
625
  msgstr "Affiche l'icône choisie"
626
 
627
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1285
628
- #: wp-live-chat-support.php:1928
629
  msgid "Type here"
630
  msgstr "Écrivez ici"
631
 
632
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:1020
633
  msgid "Live Chat"
634
  msgstr "Live chat"
635
 
636
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:1021
637
  msgid "Dashboard"
638
  msgstr "Tableau de bord"
639
 
@@ -652,15 +654,15 @@ msgstr "Chats"
652
  msgid "Missed"
653
  msgstr "Manqués"
654
 
655
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:1027
656
- #: wp-live-chat-support.php:3391
657
  msgid "History"
658
  msgstr "Historique"
659
 
660
  #: includes/dashboard_page.php:57 includes/settings_page.php:125
661
- #: includes/settings_page.php:765 modules/advanced_tools.php:84
662
- #: wp-live-chat-support.php:1029 wp-live-chat-support.php:3437
663
- #: wp-live-chat-support.php:3938
664
  msgid "Offline Messages"
665
  msgstr "Messages hors ligne"
666
 
@@ -670,7 +672,7 @@ msgid "Tools"
670
  msgstr "Outils"
671
 
672
  #: includes/dashboard_page.php:60 includes/settings_page.php:88
673
- #: wp-live-chat-support.php:1022
674
  msgid "Settings"
675
  msgstr "Paramètres"
676
 
@@ -703,7 +705,7 @@ msgid "Latest News"
703
  msgstr "Dernières actualités"
704
 
705
  #: includes/modal_control.php:27 modules/node_server.php:60
706
- #: modules/node_server.php:717
707
  msgid "Please Confirm"
708
  msgstr "Veuillez confirmer"
709
 
@@ -712,36 +714,36 @@ msgid "Are you sure?"
712
  msgstr "Êtes-vous sûr?"
713
 
714
  #: includes/modal_control.php:39 includes/wplc_custom_fields.php:164
715
- #: includes/wplc_custom_fields.php:237 includes/wplc_data_triggers.php:608
716
  #: includes/wplc_departments.php:251 includes/wplc_departments.php:475
717
- #: includes/wplc_roi.php:253 includes/wplc_roi.php:577
718
- #: modules/node_server.php:64 modules/node_server.php:719
719
  #: modules/webhooks_manager.php:342
720
  msgid "Cancel"
721
  msgstr "Annuler"
722
 
723
  #: includes/modal_control.php:40 modules/node_server.php:63
724
- #: modules/node_server.php:718 modules/webhooks_manager.php:341
725
  msgid "Confirm"
726
  msgstr "Confirmer"
727
 
728
- #: includes/notification_control.php:27
729
  msgid "User is browsing"
730
  msgstr "L'utilisateur est en cours de navigation"
731
 
732
- #: includes/notification_control.php:34 includes/notification_control.php:70
733
- #: includes/notification_control.php:114 includes/wplc_transfer_chats.php:472
734
  #: includes/wplc_transfer_chats.php:493 includes/wplc_transfer_chats.php:556
735
  #: includes/wplc_transfer_chats.php:592
736
  msgid "System notification"
737
  msgstr "Notification système"
738
 
739
- #: includes/notification_control.php:109
740
  msgid "has joined the chat."
741
  msgstr "a rejoint la discussion."
742
 
743
  #: includes/settings_page.php:115 includes/settings_page.php:153
744
- #: wp-live-chat-support.php:3949
745
  msgid "General Settings"
746
  msgstr "Paramètres généraux"
747
 
@@ -749,12 +751,12 @@ msgstr "Paramètres généraux"
749
  msgid "Chat Box"
750
  msgstr "Fenêtre de chat"
751
 
752
- #: includes/settings_page.php:130 includes/settings_page.php:941
753
  msgid "Styling"
754
  msgstr "Style"
755
 
756
  #: includes/settings_page.php:135 modules/node_server.php:89
757
- #: modules/node_server.php:723
758
  msgid "Agents"
759
  msgstr "Agents"
760
 
@@ -792,10 +794,6 @@ msgstr "Nom du visiteur par défaut"
792
  msgid "This name will be displayed for all not logged in visitors"
793
  msgstr "Ce nom sera affiché pour tous les visiteurs non connectés"
794
 
795
- #: includes/settings_page.php:194 wp-live-chat-support.php:503
796
- msgid "Guest"
797
- msgstr "Invité"
798
-
799
  #: includes/settings_page.php:199
800
  msgid "Input Field Replacement Text"
801
  msgstr "Texte de remplacement dans le champ de saisie"
@@ -953,63 +951,51 @@ msgstr ""
953
  msgid "No post types found."
954
  msgstr "Aucun type de publication trouvé."
955
 
956
- #: includes/settings_page.php:330
957
- msgid "Allow WP users to self-assign as a chat agent"
958
- msgstr "Permettre aux utilisateurs WP de s'auto-assigner agent de chat"
959
-
960
- #: includes/settings_page.php:330
961
- msgid ""
962
- "Checking this will allow any of your users to make themselves a chat agent "
963
- "when editing their profile."
964
- msgstr ""
965
- "En cochant cette case vous permettez à tout vos utilisateurs de devenir "
966
- "agents lors de la modification de leur profil."
967
-
968
- #: includes/settings_page.php:344
969
  msgid "Order by"
970
  msgstr "Classer par"
971
 
972
- #: includes/settings_page.php:350
973
  msgid "Number"
974
  msgstr "Nombre"
975
 
976
- #: includes/settings_page.php:356
977
  msgid "Sort"
978
  msgstr "Trier"
979
 
980
- #: includes/settings_page.php:360
981
  msgid "Descending"
982
  msgstr "Descendant"
983
 
984
- #: includes/settings_page.php:361
985
  msgid "Ascending"
986
  msgstr "Ascendant"
987
 
988
- #: includes/settings_page.php:368
989
  #, fuzzy
990
  #| msgid "Localization"
991
  msgid "Geolocalization"
992
  msgstr "Localisation"
993
 
994
- #: includes/settings_page.php:372
995
  #, fuzzy
996
  #| msgid "Visitors on site"
997
  msgid "Detect Visitors Country"
998
  msgstr "Visiteur sur le site"
999
 
1000
- #: includes/settings_page.php:376
1001
  #, php-format
1002
  msgid ""
1003
  "This feature requires the use of the GeoIP Detection plugin. Install it by "
1004
  "going %s"
1005
  msgstr ""
1006
 
1007
- #: includes/settings_page.php:376 includes/wplc_departments.php:585
1008
- #: modules/node_server.php:501 wp-live-chat-support.php:2319
1009
  msgid "here"
1010
  msgstr "ici"
1011
 
1012
- #: includes/settings_page.php:377
1013
  #, fuzzy
1014
  #| msgid ""
1015
  #| "This feature is only available when you select 3CX High Performance Cloud "
@@ -1021,15 +1007,15 @@ msgstr ""
1021
  "Cette fonctionnalité est seulement disponible quand vous sélextionnez 3CX "
1022
  "High Performance Cloud Servers dans Fonctionnalités Avancées."
1023
 
1024
- #: includes/settings_page.php:383
1025
  msgid "Voice Notes"
1026
  msgstr "Notes vocales"
1027
 
1028
- #: includes/settings_page.php:387
1029
  msgid "Enable Voice Notes on admin side"
1030
  msgstr "Activer les notes vocales du côté admin"
1031
 
1032
- #: includes/settings_page.php:389
1033
  msgid ""
1034
  "Enabling this will allow you to record the voice during the chat and send it "
1035
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
@@ -1038,11 +1024,11 @@ msgstr ""
1038
  "discussion et de l'envoyer au visiteur une fois que vous aurez appuyé sur "
1039
  "CTRL + ESPACE dans la fenêtre de chat principale"
1040
 
1041
- #: includes/settings_page.php:397
1042
  msgid "Enable Voice Notes on visitor side"
1043
  msgstr "Activer les notes vocales du côté du visiteur"
1044
 
1045
- #: includes/settings_page.php:399
1046
  msgid ""
1047
  "Enabling this will allow the visitors to record the voice during the chat "
1048
  "and send it to agent once they hold on CTRL + SPACEBAR"
@@ -1051,39 +1037,43 @@ msgstr ""
1051
  "discussion et de l'envoyer à l'agent une fois qu'ils ont appuyé sur CTRL + "
1052
  "ESPACE"
1053
 
1054
- #: includes/settings_page.php:413 wp-live-chat-support.php:3950
1055
  msgid "Chat Box Settings"
1056
  msgstr "Paramètres de la fenêtre de chat"
1057
 
1058
- #: includes/settings_page.php:416
1059
  msgid "Alignment"
1060
  msgstr "Alignement"
1061
 
1062
- #: includes/settings_page.php:419
1063
  msgid "Bottom left"
1064
  msgstr "En bas à gauche"
1065
 
1066
- #: includes/settings_page.php:420
1067
  msgid "Bottom right"
1068
  msgstr "En bas à droite"
1069
 
1070
- #: includes/settings_page.php:421
1071
  msgid "Left"
1072
  msgstr "Gauche"
1073
 
1074
- #: includes/settings_page.php:422
1075
  msgid "Right"
1076
  msgstr "Droite"
1077
 
1078
- #: includes/settings_page.php:429
1079
  msgid "Chat box height (percent of the page)"
1080
  msgstr ""
1081
 
1082
- #: includes/settings_page.php:443
 
 
 
 
1083
  msgid "Automatic Chatbox Pop-Up"
1084
  msgstr ""
1085
 
1086
- #: includes/settings_page.php:443
1087
  msgid ""
1088
  "Expand the chat box automatically (prompts the user to enter their name and "
1089
  "email address)."
@@ -1091,39 +1081,43 @@ msgstr ""
1091
  "Ouvrir automatiquement la fenêtre de discussion (invite le visiteur à entrer "
1092
  "son nom et son adresse email)"
1093
 
1094
- #: includes/settings_page.php:447
1095
  #, fuzzy
1096
  #| msgid "Disable Emojis"
1097
  msgid "Disabled"
1098
  msgstr "Désactiver les emojis"
1099
 
1100
- #: includes/settings_page.php:448
1101
  msgid "No Forms - Only show 'Start Chat' button"
1102
  msgstr ""
1103
 
1104
- #: includes/settings_page.php:449
1105
  msgid "All Forms - Show chatbox forms and fields"
1106
  msgstr ""
1107
 
1108
- #: includes/settings_page.php:451
1109
  #, fuzzy
1110
  #| msgid "Choose when I want to be online"
1111
  msgid "Pop-up only when agents are online"
1112
  msgstr "Choisir quand je veux apparaître en ligne"
1113
 
1114
- #: includes/settings_page.php:457
 
 
 
 
1115
  msgid "Display for chat message:"
1116
  msgstr "Affichage pour message chat :"
1117
 
1118
- #: includes/settings_page.php:461
1119
  msgid "Avatar"
1120
  msgstr "Avatar"
1121
 
1122
- #: includes/settings_page.php:466
1123
  msgid "Display typing indicator"
1124
  msgstr "Affichage de l'indicateur de saisie"
1125
 
1126
- #: includes/settings_page.php:466
1127
  msgid ""
1128
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1129
  "visitor is typing."
@@ -1131,7 +1125,7 @@ msgstr ""
1131
  "Affiche l'animation \"en train d'écrire...\" dans la fenêtre de discussion "
1132
  "dès qu'un agent ou un visiteur est en train d'écrire."
1133
 
1134
- #: includes/settings_page.php:470
1135
  #, fuzzy
1136
  #| msgid ""
1137
  #| "For non-cloud server users, please note that this will increase the "
@@ -1143,11 +1137,11 @@ msgstr ""
1143
  "Pour les utilisateurs de serveurs non Cloud, veuillez noter que cela "
1144
  "augmentera la quantité de ressources serveur requises."
1145
 
1146
- #: includes/settings_page.php:475
1147
  msgid "Chat box for logged in users only:"
1148
  msgstr "Fenêtre de chat pour utilisateurs connectés seulement :"
1149
 
1150
- #: includes/settings_page.php:475
1151
  msgid ""
1152
  "By checking this, only users that are logged in will be able to chat with "
1153
  "you."
@@ -1155,11 +1149,11 @@ msgstr ""
1155
  "En cochant cette case, seuls les visiteurs qui sont connectés seront en "
1156
  "mesure de discuter avec vous."
1157
 
1158
- #: includes/settings_page.php:483
1159
  msgid "Use Logged In User Details"
1160
  msgstr "Utiliser les détails du visiteur connecté"
1161
 
1162
- #: includes/settings_page.php:483
1163
  msgid ""
1164
  "A user's Name and Email Address will be used by default if they are logged "
1165
  "in."
@@ -1167,20 +1161,20 @@ msgstr ""
1167
  "Le nom et l'email de votre visiteur seront utilisés par défaut s'il est "
1168
  "connecté."
1169
 
1170
- #: includes/settings_page.php:491
1171
  msgid "Display a timestamp in the chat window:"
1172
  msgstr "Afficher un horodatage dans la fenêtre de chat :"
1173
 
1174
- #: includes/settings_page.php:495 wp-live-chat-support.php:2378
1175
  msgid "Time"
1176
  msgstr "Temps"
1177
 
1178
- #: includes/settings_page.php:500
1179
  msgid "Redirect to “Thank You” page on chat end:"
1180
  msgstr ""
1181
  "Redirection de l'utilisateur vers la page de remerciement à la fin du chat :"
1182
 
1183
- #: includes/settings_page.php:500
1184
  msgid ""
1185
  "By checking this, users will be redirected to your thank you page when a "
1186
  "chat is completed."
@@ -1188,161 +1182,161 @@ msgstr ""
1188
  "En cochant cette case, les utilisateurs seront redirigés vers votre page de "
1189
  "remerciement lorsqu'une discussion est terminée."
1190
 
1191
- #: includes/settings_page.php:504
1192
  msgid "Thank You Page URL"
1193
  msgstr "URL de la page de remerciement"
1194
 
1195
- #: includes/settings_page.php:514
1196
  msgid "Disable Emojis"
1197
  msgstr "Désactiver les emojis"
1198
 
1199
- #: includes/settings_page.php:531
1200
  msgid "User / Agent name"
1201
  msgstr "Nom d'utilisateur / agent"
1202
 
1203
- #: includes/settings_page.php:539
1204
  msgid "Use WordPress name"
1205
  msgstr "Utiliser le nom WordPress"
1206
 
1207
- #: includes/settings_page.php:542
1208
  msgid "Note: 'Name' field will be ignored"
1209
  msgstr "Remarque : le champ \"Nom\" sera ignoré"
1210
 
1211
- #: includes/settings_page.php:574
1212
  msgid "Incoming chat ring tone"
1213
  msgstr "Sonnerie de chat entrant"
1214
 
1215
- #: includes/settings_page.php:590
1216
  msgid "Incoming message tone"
1217
  msgstr "Tonalité de message entrant"
1218
 
1219
- #: includes/settings_page.php:607
1220
  msgid "Icon"
1221
  msgstr "Icône"
1222
 
1223
- #: includes/settings_page.php:615
1224
  msgid "Upload Icon"
1225
  msgstr "Uploader une icône"
1226
 
1227
- #: includes/settings_page.php:616 includes/settings_page.php:621
1228
  msgid "Select Default Icon"
1229
  msgstr "Sélectionner l'icône par défaut"
1230
 
1231
- #: includes/settings_page.php:618
1232
  msgid "Recommended Size 50px x 50px"
1233
  msgstr "Taille recommandée 50px par 50px"
1234
 
1235
- #: includes/settings_page.php:661
1236
  msgid "Picture"
1237
  msgstr "Photo"
1238
 
1239
- #: includes/settings_page.php:669
1240
  msgid "Upload Image"
1241
  msgstr "Importer une photo"
1242
 
1243
- #: includes/settings_page.php:670
1244
  #, fuzzy
1245
  #| msgid "Select Default Icon"
1246
  msgid "Select Default Image"
1247
  msgstr "Sélectionner l'icône par défaut"
1248
 
1249
- #: includes/settings_page.php:673
1250
  msgid "Remove Image"
1251
  msgstr "Retirer la photo"
1252
 
1253
- #: includes/settings_page.php:674
1254
  msgid "Recommended Size 60px x 60px"
1255
  msgstr "Taille recommandée 60px par 60px"
1256
 
1257
- #: includes/settings_page.php:681
1258
  msgid "Logo"
1259
  msgstr "Logo"
1260
 
1261
- #: includes/settings_page.php:689
1262
  msgid "Upload Logo"
1263
  msgstr "Importer le Logo"
1264
 
1265
- #: includes/settings_page.php:691
1266
  msgid "Remove Logo"
1267
  msgstr "Retirer le Logo"
1268
 
1269
- #: includes/settings_page.php:692
1270
  msgid "Recommended Size 250px x 40px"
1271
  msgstr "Taille recommandée 250px par 40px"
1272
 
1273
- #: includes/settings_page.php:698
1274
  msgid "Chat button delayed startup (seconds)"
1275
  msgstr "Délai de démarrage du bouton de chat (secondes)"
1276
 
1277
- #: includes/settings_page.php:698
1278
  msgid "How long to delay showing the Live Chat button on a page"
1279
  msgstr ""
1280
  "Combien de temps attendre avant d'afficher le bouton de live chat sur une "
1281
  "page"
1282
 
1283
- #: includes/settings_page.php:707
1284
  msgid "Chat notifications"
1285
  msgstr "Notifications de chat"
1286
 
1287
- #: includes/settings_page.php:707
1288
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1289
  msgstr ""
1290
  "Alertez-moi par email dès qu'un visiteur souhaite ouvrir une discussion (en "
1291
  "ligne seulement)"
1292
 
1293
- #: includes/settings_page.php:716
1294
  msgid "User Experience"
1295
  msgstr "Expérience utilisateur"
1296
 
1297
- #: includes/settings_page.php:720
1298
  msgid "Share files"
1299
  msgstr "Partager des fichiers"
1300
 
1301
- #: includes/settings_page.php:720
1302
  msgid "Adds file sharing to your chat box!"
1303
  msgstr "Ajoute le partage de fichiers à votre fenêtre de chat !"
1304
 
1305
- #: includes/settings_page.php:724
1306
  msgid "Visitor experience ratings"
1307
  msgstr "Évaluation de l'expérience utilisateur"
1308
 
1309
- #: includes/settings_page.php:724
1310
  msgid "Allows users to rate the chat experience with an agent."
1311
  msgstr "Permet aux utilisateurs d'évaluer l'expérience de chat avec un agent."
1312
 
1313
- #: includes/settings_page.php:730 includes/settings_page.php:1057
1314
  msgid "Social"
1315
  msgstr "Social"
1316
 
1317
- #: includes/settings_page.php:734
1318
  msgid "Facebook URL"
1319
  msgstr "URL Facebook"
1320
 
1321
- #: includes/settings_page.php:734
1322
  msgid "Link your Facebook page here. Leave blank to hide"
1323
  msgstr "Liez votre page Facebook ici. Laisser vide pour cacher"
1324
 
1325
- #: includes/settings_page.php:735
1326
  msgid "Facebook URL..."
1327
  msgstr "URL Facebook..."
1328
 
1329
- #: includes/settings_page.php:746
1330
  msgid "Twitter URL"
1331
  msgstr "URL Twitter"
1332
 
1333
- #: includes/settings_page.php:746
1334
  msgid "Link your Twitter page here. Leave blank to hide"
1335
  msgstr "Liez votre page Twitter ici. Laisser vide pour cacher"
1336
 
1337
- #: includes/settings_page.php:747
1338
  msgid "Twitter URL..."
1339
  msgstr "URL Twitter..."
1340
 
1341
- #: includes/settings_page.php:769
1342
  msgid "Disable offline messages"
1343
  msgstr "Désactiver les messages hors ligne"
1344
 
1345
- #: includes/settings_page.php:769
1346
  msgid ""
1347
  "The chat window will be hidden when it is offline. Users will not be able to "
1348
  "send offline messages to you"
@@ -1350,39 +1344,39 @@ msgstr ""
1350
  "La fenêtre de chat sera cachée quand vous êtes déconnecté. Les visiteurs ne "
1351
  "seront pas en mesure de vous envoyer des messages hors ligne"
1352
 
1353
- #: includes/settings_page.php:776
1354
  msgid "Offline Form Title"
1355
  msgstr "Titre du formulaire hors ligne"
1356
 
1357
- #: includes/settings_page.php:784
1358
  msgid "Offline form initial message"
1359
  msgstr "Message initial du formulaire hors ligne"
1360
 
1361
- #: includes/settings_page.php:790
1362
  msgid "Offline form message on send"
1363
  msgstr "Message du formulaire hors ligne lors de l'envoi"
1364
 
1365
- #: includes/settings_page.php:796
1366
  msgid "Offline form finish message"
1367
  msgstr "Message de fin du formulaire hors ligne"
1368
 
1369
- #: includes/settings_page.php:802
1370
  msgid "Offline Button Text"
1371
  msgstr "Texte du bouton hors ligne"
1372
 
1373
- #: includes/settings_page.php:808
1374
  msgid "Offline Send Button Text"
1375
  msgstr "Texte du bouton d'envoi hors ligne"
1376
 
1377
- #: includes/settings_page.php:816
1378
  msgid "Email settings"
1379
  msgstr "Paramètres de messagerie"
1380
 
1381
- #: includes/settings_page.php:822
1382
  msgid "Send to agent(s)"
1383
  msgstr "Envoyer à agent(s)"
1384
 
1385
- #: includes/settings_page.php:822
1386
  msgid ""
1387
  "Email address where offline messages are delivered to. Use comma separated "
1388
  "email addresses to send to more than one email address"
@@ -1390,102 +1384,102 @@ msgstr ""
1390
  "Adresse email où les messages hors ligne sont envoyés.Séparez les adresses "
1391
  "email par des virgules pour envoyer à plusieurs adresses"
1392
 
1393
- #: includes/settings_page.php:832
1394
  msgid "Subject"
1395
  msgstr "Objet"
1396
 
1397
- #: includes/settings_page.php:832
1398
  msgid "User name will be appended to the end of the subject."
1399
  msgstr "Le nom d'utilisateur sera ajouté à la fin du sujet."
1400
 
1401
- #: includes/settings_page.php:845
1402
  msgid "Auto-respond to visitor"
1403
  msgstr "Répondre automatiquement au visiteur"
1404
 
1405
- #: includes/settings_page.php:845
1406
  msgid "Send your visitors an email as soon as they send you an offline message"
1407
  msgstr ""
1408
  "Envoyer un email à vos visiteurs dès qu'ils vous envoient un message hors "
1409
  "ligne"
1410
 
1411
- #: includes/settings_page.php:851
1412
  msgid "Auto-responder 'From' name"
1413
  msgstr "Nom de l'expéditeur du message de réponse automatique"
1414
 
1415
- #: includes/settings_page.php:857
1416
  msgid "Auto-responder 'From' email"
1417
  msgstr "Email de l'expéditeur du message de réponse automatique"
1418
 
1419
- #: includes/settings_page.php:863
1420
  msgid "Auto-responder subject"
1421
  msgstr "Objet du message de réponse automatique"
1422
 
1423
- #: includes/settings_page.php:869
1424
  msgid "Auto-responder body"
1425
  msgstr "Corps de l'email du message de réponse automatique"
1426
 
1427
- #: includes/settings_page.php:872
1428
  msgid "HTML and the following shortcodes can be used"
1429
  msgstr "HTML et les shortcodes suivants peuvent être utilisés"
1430
 
1431
- #: includes/settings_page.php:872
1432
  msgid "User's name"
1433
  msgstr "Nom de l'utilisateur"
1434
 
1435
- #: includes/settings_page.php:872
1436
  msgid "User's email address"
1437
  msgstr "Adresse email de l'utilisateur"
1438
 
1439
- #: includes/settings_page.php:948
1440
  msgid "Color scheme"
1441
  msgstr "Schéma de couleurs"
1442
 
1443
- #: includes/settings_page.php:1004
1444
  msgid "Custom Scheme"
1445
  msgstr "Schéma personnalisé"
1446
 
1447
- #: includes/settings_page.php:1025
1448
  msgid "Palette Color 1"
1449
  msgstr "Couleur de la palette 1"
1450
 
1451
- #: includes/settings_page.php:1031
1452
  msgid "Palette Color 2"
1453
  msgstr "Couleur de la palette 2"
1454
 
1455
- #: includes/settings_page.php:1037
1456
  msgid "Palette Color 3"
1457
  msgstr "Couleur de la palette 3"
1458
 
1459
- #: includes/settings_page.php:1043
1460
  msgid "Palette Color 4"
1461
  msgstr "Couleur de la palette 4"
1462
 
1463
- #: includes/settings_page.php:1050
1464
  msgid "Chat background"
1465
  msgstr "Arrière-plan du chat"
1466
 
1467
- #: includes/settings_page.php:1054
1468
  msgid "Cloudy"
1469
  msgstr "Nuageux"
1470
 
1471
- #: includes/settings_page.php:1055
1472
  msgid "Geometry"
1473
  msgstr "Géométrie"
1474
 
1475
- #: includes/settings_page.php:1056
1476
  msgid "Tech"
1477
  msgstr "Tech"
1478
 
1479
- #: includes/settings_page.php:1058 includes/wplc_roi.php:163
1480
- #: modules/node_server.php:773
1481
  msgid "None"
1482
  msgstr "Aucun"
1483
 
1484
- #: includes/settings_page.php:1064
1485
  msgid "Use localization plugin"
1486
  msgstr "Utiliser un plugin de localisation"
1487
 
1488
- #: includes/settings_page.php:1067
1489
  #, fuzzy, php-format
1490
  #| msgid ""
1491
  #| "Enable this if you are using a localization plugin. Should you wish to "
@@ -1500,35 +1494,35 @@ msgstr ""
1500
  "souhaitez modifier les chaînes ci-dessous avec cette option activée, "
1501
  "consultez la documentation% s"
1502
 
1503
- #: includes/settings_page.php:1073
1504
  msgid "Chat box title"
1505
  msgstr "Titre de la fenêtre de chat"
1506
 
1507
- #: includes/settings_page.php:1079
1508
  msgid "Chat box sub-title"
1509
  msgstr "Sous-titre de la fenêtre de chat"
1510
 
1511
- #: includes/settings_page.php:1085
1512
  msgid "Chat box intro"
1513
  msgstr "Introduction de la fenêtre de chat"
1514
 
1515
- #: includes/settings_page.php:1091
1516
  msgid "Start chat button label"
1517
  msgstr "Libellé du bouton de démarrage du chat"
1518
 
1519
- #: includes/settings_page.php:1097
1520
  msgid "Start chat status message"
1521
  msgstr "Message de statut du démarrage du chat"
1522
 
1523
- #: includes/settings_page.php:1103
1524
  msgid "Re-activate chat message"
1525
  msgstr "Réactiver le message chat"
1526
 
1527
- #: includes/settings_page.php:1111
1528
  msgid "Welcome message"
1529
  msgstr "Message de bienvenue"
1530
 
1531
- #: includes/settings_page.php:1113
1532
  msgid ""
1533
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1534
  "join"
@@ -1536,51 +1530,51 @@ msgstr ""
1536
  "Ce texte s'affiche dès qu'un utilisateur démarre un chat et attend qu'un "
1537
  "agent se joigne à lui"
1538
 
1539
- #: includes/settings_page.php:1117
1540
  msgid "Agent no answer message"
1541
  msgstr "Message de non réponse de l'agent"
1542
 
1543
- #: includes/settings_page.php:1119
1544
  msgid ""
1545
  "This text is shown to the user when an agent has failed to answer a chat"
1546
  msgstr ""
1547
  "Ce texte est affiché chez l'utilisateur lorsqu'un agent n'a pas pu répondre "
1548
  "à un chat"
1549
 
1550
- #: includes/settings_page.php:1123
1551
  msgid "Other text"
1552
  msgstr "Autre texte"
1553
 
1554
- #: includes/settings_page.php:1126 wp-live-chat-support.php:496
1555
- #: wp-live-chat-support.php:1231
1556
  msgid "The chat has been ended by the agent."
1557
  msgstr "Le chat a été terminé par l'agent."
1558
 
1559
- #: includes/settings_page.php:1131
1560
  msgid "Chat box animation"
1561
  msgstr "Animation de la fenêtre de chat"
1562
 
1563
- #: includes/settings_page.php:1139
1564
  msgid "Slide Up"
1565
  msgstr "Glisser vers le haut"
1566
 
1567
- #: includes/settings_page.php:1145
1568
  msgid "Slide From The Side"
1569
  msgstr "Glisser depuis le côté"
1570
 
1571
- #: includes/settings_page.php:1151
1572
  msgid "Fade In"
1573
  msgstr "Estomper"
1574
 
1575
- #: includes/settings_page.php:1157
1576
  msgid "No Animation"
1577
  msgstr "Pas d'animation"
1578
 
1579
- #: includes/settings_page.php:1175
1580
  msgid "Auto-response to first message"
1581
  msgstr "Réponse automatique au premier message"
1582
 
1583
- #: includes/settings_page.php:1178
1584
  msgid ""
1585
  "This message will be sent automatically after the first message is sent from "
1586
  "the user side. Leave empty to disable."
@@ -1588,31 +1582,31 @@ msgstr ""
1588
  "Ce message sera envoyé automatiquement après le premier message envoyé par "
1589
  "l'utilisateur. Laisser vide pour désactiver."
1590
 
1591
- #: includes/settings_page.php:1190
1592
  msgid "Chat Agents"
1593
  msgstr "Agents de chat"
1594
 
1595
- #: includes/settings_page.php:1199
1596
  msgid "Logged In"
1597
  msgstr "Connecté"
1598
 
1599
- #: includes/settings_page.php:1217
1600
  msgid "Add New Agent"
1601
  msgstr "Ajouter un nouvel agent"
1602
 
1603
- #: includes/settings_page.php:1224
1604
  msgid "Administrator"
1605
  msgstr "Administrateur"
1606
 
1607
- #: includes/settings_page.php:1229
1608
  msgid "Editor"
1609
  msgstr "Éditeur"
1610
 
1611
- #: includes/settings_page.php:1238
1612
  msgid "Add Agent"
1613
  msgstr "Ajouter un agent"
1614
 
1615
- #: includes/settings_page.php:1244
1616
  #, php-format
1617
  msgid ""
1618
  "Should you wish to add a user that has a role less than 'Author', please go "
@@ -1624,25 +1618,25 @@ msgstr ""
1624
  "cliquez sur Modifier et faites défiler jusqu'au bas de la page et cochez la "
1625
  "case \"Agent de chat\"."
1626
 
1627
- #: includes/settings_page.php:1244
1628
  msgid "Users"
1629
  msgstr "Utilisateurs"
1630
 
1631
- #: includes/settings_page.php:1245
1632
  msgid "If there are no chat agents online, the chat will show as offline"
1633
  msgstr ""
1634
  "S'il n'y a pas d'agent en ligne, le chat sera affiché comme \"hors ligne\""
1635
 
1636
- #: includes/settings_page.php:1250
1637
  msgid "Blocked Visitors / IP Addresses"
1638
  msgstr "Visiteurs / adresses IP bloqué(e)s"
1639
 
1640
- #: includes/settings_page.php:1254
1641
  msgid "Enter each IP Address you would like to block on a new line"
1642
  msgstr ""
1643
  "Entrer chaque adresse IP que vous souhaitez bloquer sur une nouvelle ligne"
1644
 
1645
- #: includes/settings_page.php:1265
1646
  msgid ""
1647
  "Blocking a user's IP Address here will hide the chat window from them, "
1648
  "preventing them from chatting with you. Each IP Address must be on a new line"
@@ -1651,53 +1645,61 @@ msgstr ""
1651
  "lorsqu'il se connectera à votre site. Chaque adresse IP doit être sur une "
1652
  "nouvelle ligne"
1653
 
1654
- #: includes/settings_page.php:1281
1655
  msgid "Enable Business Hours"
1656
  msgstr "Activer les heures d'ouverture"
1657
 
1658
- #: includes/settings_page.php:1286
1659
  msgid "Working days"
1660
  msgstr ""
1661
 
1662
- #: includes/settings_page.php:1294
 
 
 
 
 
 
1663
  #, fuzzy
1664
  #| msgid "Active schedule"
1665
- msgid "Morning schedule"
1666
  msgstr "Horaire actif"
1667
 
1668
- #: includes/settings_page.php:1295 includes/settings_page.php:1302
1669
- msgid "Between"
1670
- msgstr "Entre"
1671
-
1672
- #: includes/settings_page.php:1298 includes/settings_page.php:1304
1673
- msgid "and"
1674
- msgstr "et"
1675
-
1676
- #: includes/settings_page.php:1301
1677
  #, fuzzy
1678
  #| msgid "Active schedule"
1679
- msgid "Afternoon schedule"
1680
  msgstr "Horaire actif"
1681
 
1682
- #: includes/settings_page.php:1315
 
 
 
 
 
 
 
 
 
 
1683
  msgid ""
1684
  "Time intervals are incorrect or overlapping. Please fix your settings or you "
1685
  "might get unexpected behavior."
1686
  msgstr ""
1687
 
1688
- #: includes/settings_page.php:1319
1689
  msgid "Current Site Time"
1690
  msgstr "Heure actuelle du site"
1691
 
1692
- #: includes/settings_page.php:1332
1693
  msgid "Chat Encryption"
1694
  msgstr "Cryptage du chat"
1695
 
1696
- #: includes/settings_page.php:1335
1697
  msgid "Enable Encryption"
1698
  msgstr "Activer le cryptage"
1699
 
1700
- #: includes/settings_page.php:1335
1701
  msgid ""
1702
  "All messages will be encrypted when being sent to and from the user and "
1703
  "agent."
@@ -1705,13 +1707,35 @@ msgstr ""
1705
  "Tous les messages seront cryptés lorsqu'ils seront envoyés de et vers "
1706
  "l'utilisateur et l'agent."
1707
 
1708
- #: includes/settings_page.php:1344
1709
  msgid ""
1710
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1711
  msgstr ""
1712
  "Une fois activé, tous les messages envoyés seront cryptés. Cela ne peut pas "
1713
  "être annulé."
1714
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1715
  #: includes/settings_page.php:1354
1716
  msgid "Save Settings"
1717
  msgstr "Sauvegarder les paramètres"
@@ -1730,30 +1754,30 @@ msgstr ""
1730
  "Cela apparaîtra en haut de la fenêtre de chat - Laissez vide pour désactiver."
1731
 
1732
  #: includes/wplc_custom_fields.php:67 includes/wplc_data_triggers.php:8
1733
- #: includes/wplc_departments.php:139 includes/wplc_roi.php:112
1734
  #: modules/webhooks_manager.php:60 modules/webhooks_manager.php:321
1735
  msgid "Add New"
1736
  msgstr "Ajouter nouveau"
1737
 
1738
- #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:1051
1739
  msgid "Custom Fields"
1740
  msgstr "Champs personnalisés"
1741
 
1742
- #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:457
1743
- #: wp-live-chat-support.php:2379
1744
  msgid "Type"
1745
  msgstr "Type"
1746
 
1747
- #: includes/wplc_custom_fields.php:81 includes/wplc_data_triggers.php:459
1748
  msgid "Content"
1749
  msgstr "Contenu"
1750
 
1751
- #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:460
1752
- #: wp-live-chat-support.php:2382 wp-live-chat-support.php:3338
1753
  msgid "Status"
1754
  msgstr "Statut"
1755
 
1756
- #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2563
1757
  msgid "Active"
1758
  msgstr "Actif"
1759
 
@@ -1761,8 +1785,8 @@ msgstr "Actif"
1761
  msgid "Inactive"
1762
  msgstr "Inactif"
1763
 
1764
- #: includes/wplc_custom_fields.php:106 includes/wplc_data_triggers.php:468
1765
- #: includes/wplc_departments.php:183 includes/wplc_roi.php:156
1766
  #: modules/webhooks_manager.php:262
1767
  msgid "Edit"
1768
  msgstr "Modifier"
@@ -1775,31 +1799,31 @@ msgstr "Créez votre premier champ personnalisé"
1775
  msgid "Create a Custom Field"
1776
  msgstr "Créer un champ personnalisé"
1777
 
1778
- #: includes/wplc_custom_fields.php:142 includes/wplc_custom_fields.php:213
1779
  msgid "Field Name"
1780
  msgstr "Nom du champ"
1781
 
1782
- #: includes/wplc_custom_fields.php:146 includes/wplc_custom_fields.php:217
1783
  msgid "Field Type"
1784
  msgstr "Type de champ"
1785
 
1786
- #: includes/wplc_custom_fields.php:149 includes/wplc_custom_fields.php:222
1787
  msgid "Text"
1788
  msgstr "Texte"
1789
 
1790
- #: includes/wplc_custom_fields.php:150 includes/wplc_custom_fields.php:223
1791
  msgid "Drop Down"
1792
  msgstr "Menu déroulant"
1793
 
1794
- #: includes/wplc_custom_fields.php:155 includes/wplc_custom_fields.php:228
1795
  msgid "Default Field Value"
1796
  msgstr "Valeur du champ par défaut"
1797
 
1798
- #: includes/wplc_custom_fields.php:159 includes/wplc_custom_fields.php:232
1799
  msgid "Drop Down Contents"
1800
  msgstr "Contenu du menu déroulant"
1801
 
1802
- #: includes/wplc_custom_fields.php:160 includes/wplc_custom_fields.php:233
1803
  msgid "Enter each option on a new line"
1804
  msgstr "Entrez chaque option sur une nouvelle ligne"
1805
 
@@ -1807,40 +1831,40 @@ msgstr "Entrez chaque option sur une nouvelle ligne"
1807
  msgid "Create Custom Field"
1808
  msgstr "Créer un champ personnalisé"
1809
 
1810
- #: includes/wplc_custom_fields.php:208
1811
  msgid "Edit a Custom Field"
1812
  msgstr "Modifier un champ personnalisé"
1813
 
1814
- #: includes/wplc_custom_fields.php:237
1815
  msgid "Update Custom Field"
1816
  msgstr "Mettre à jour un champ personnalisé"
1817
 
1818
- #: includes/wplc_custom_fields.php:247
1819
  msgid "Custom Field Not Found"
1820
  msgstr "Champ personnalisé introuvable"
1821
 
1822
- #: includes/wplc_custom_fields.php:248
1823
  msgid "Back"
1824
  msgstr "Précédent"
1825
 
1826
- #: includes/wplc_custom_fields.php:262
1827
  msgid "Are you sure you want to delete this custom field?"
1828
  msgstr "Êtes-vous sûr de vouloir supprimer ce champ personnalisé?"
1829
 
1830
- #: includes/wplc_custom_fields.php:298
1831
  msgid "Text Field"
1832
  msgstr "Champ de texte"
1833
 
1834
- #: includes/wplc_custom_fields.php:301
1835
  msgid "Dropdown"
1836
  msgstr "Menu déroulant"
1837
 
1838
- #: includes/wplc_custom_fields.php:367
1839
  msgid "Custom Field Data"
1840
  msgstr "Données du champ personnalisé"
1841
 
1842
- #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:1050
1843
- #: wp-live-chat-support.php:3924
1844
  msgid "Triggers"
1845
  msgstr "Déclencheurs"
1846
 
@@ -1905,37 +1929,37 @@ msgstr "(%) pourcents de la hauteur de page"
1905
  msgid "Content Replacement"
1906
  msgstr "Remplacement du contenu"
1907
 
1908
- #: includes/wplc_data_triggers.php:108
1909
  msgid "Replace Content"
1910
  msgstr "Remplacer le contenu"
1911
 
1912
- #: includes/wplc_data_triggers.php:113
1913
  msgid "Enable Trigger"
1914
  msgstr "Activer le déclencheur"
1915
 
1916
- #: includes/wplc_data_triggers.php:119 modules/node_server.php:445
1917
- #: wp-live-chat-support.php:4617
1918
  msgid "Close"
1919
  msgstr "Fermer"
1920
 
1921
- #: includes/wplc_data_triggers.php:129 includes/wplc_departments.php:261
1922
- #: includes/wplc_roi.php:263
1923
  msgid "Please review your submission"
1924
  msgstr "Merci de contrôler votre demande"
1925
 
1926
- #: includes/wplc_data_triggers.php:277
1927
  msgid "Trigger has been edited."
1928
  msgstr "Le déclencheur a été modifié."
1929
 
1930
- #: includes/wplc_data_triggers.php:442
1931
  msgid "Conflict with page"
1932
  msgstr "Conflit avec la page"
1933
 
1934
- #: includes/wplc_data_triggers.php:444
1935
  msgid "Trigger ID: "
1936
  msgstr "ID de déclenchement :"
1937
 
1938
- #: includes/wplc_data_triggers.php:445
1939
  msgid ""
1940
  "It is possible that this trigger may override another trigger, or be "
1941
  "overridden by another trigger."
@@ -1943,24 +1967,24 @@ msgstr ""
1943
  "Il est possible que ce déclencheur remplace un autre déclencheur ou soit "
1944
  "remplacé par un autre déclencheur."
1945
 
1946
- #: includes/wplc_data_triggers.php:458 includes/wplc_roi.php:147
1947
- #: modules/node_server.php:191 modules/node_server.php:741
1948
  msgid "Page"
1949
  msgstr "Page"
1950
 
1951
- #: includes/wplc_data_triggers.php:477 includes/wplc_roi.php:698
1952
  msgid "All"
1953
  msgstr "Tout"
1954
 
1955
- #: includes/wplc_data_triggers.php:481
1956
  msgid "Click to change trigger status"
1957
  msgstr "Cliquer pour changer le statut du déclencheur"
1958
 
1959
- #: includes/wplc_data_triggers.php:491
1960
  msgid "No Triggers Found..."
1961
  msgstr "Aucun déclencheur trouvé ..."
1962
 
1963
- #: includes/wplc_data_triggers.php:602
1964
  msgid "Are you sure you would like to delete trigger"
1965
  msgstr "Êtes-vous sûr de vouloir supprimer le déclencheur"
1966
 
@@ -2043,7 +2067,7 @@ msgid "Department you have been assigned to as an agent"
2043
  msgstr "Département auquel vous avez été affecté en tant qu'agent"
2044
 
2045
  #: includes/wplc_departments.php:631 includes/wplc_transfer_chats.php:48
2046
- #: modules/node_server.php:194 modules/node_server.php:743
2047
  msgid "Department"
2048
  msgstr "Département"
2049
 
@@ -2051,100 +2075,100 @@ msgstr "Département"
2051
  msgid "Select Department"
2052
  msgstr "Sélectionner un département"
2053
 
2054
- #: includes/wplc_roi.php:104 includes/wplc_roi.php:116
2055
- #: wp-live-chat-support.php:3926
2056
  msgid "ROI Goals"
2057
  msgstr "Objectifs ROI"
2058
 
2059
- #: includes/wplc_roi.php:113
2060
  msgid "View Reports"
2061
  msgstr "Afficher les rapports"
2062
 
2063
- #: includes/wplc_roi.php:148
2064
  msgid "Value"
2065
  msgstr "Valeur"
2066
 
2067
- #: includes/wplc_roi.php:170
2068
  msgid "No ROI Goals Found..."
2069
  msgstr "Aucun objectif ROI trouvé ..."
2070
 
2071
- #: includes/wplc_roi.php:228
2072
  msgid "Goal Name"
2073
  msgstr "Nom de l'objectif"
2074
 
2075
- #: includes/wplc_roi.php:233
2076
  msgid "Goal Overview"
2077
  msgstr "Aperçu de l'objectif"
2078
 
2079
- #: includes/wplc_roi.php:238
2080
  msgid "Goal Page"
2081
  msgstr "Page d'objectif"
2082
 
2083
- #: includes/wplc_roi.php:247
2084
  msgid "Goal Value"
2085
  msgstr "Valeur de l'objectif"
2086
 
2087
- #: includes/wplc_roi.php:400
2088
  msgid "Goal has been edited."
2089
  msgstr "L'objectif a été modifié."
2090
 
2091
- #: includes/wplc_roi.php:571
2092
  msgid "Are you sure you would like to delete goal"
2093
  msgstr "Êtes-vous sûr de vouloir supprimer l'objectif"
2094
 
2095
- #: includes/wplc_roi.php:658
2096
  msgid "ROI Reports"
2097
  msgstr "Rapports ROI"
2098
 
2099
- #: includes/wplc_roi.php:677
2100
  msgid "Goal Statistics"
2101
  msgstr "Statistiques d'objectif"
2102
 
2103
- #: includes/wplc_roi.php:689
2104
  msgid "No Goals Found"
2105
  msgstr "Aucun objectif trouvé"
2106
 
2107
- #: includes/wplc_roi.php:699
2108
  msgid "Last 30 Days"
2109
  msgstr "Les 30 derniers jours"
2110
 
2111
- #: includes/wplc_roi.php:700
2112
  msgid "Last 15 Days"
2113
  msgstr "Les 15 derniers jours"
2114
 
2115
- #: includes/wplc_roi.php:701
2116
  msgid "Last 7 Days"
2117
  msgstr "Les 7 derniers jours"
2118
 
2119
- #: includes/wplc_roi.php:702
2120
  msgid "Last 24 Hours"
2121
  msgstr "Les dernières 24 heures"
2122
 
2123
- #: includes/wplc_roi.php:754
2124
  msgid "Value Per Conversion"
2125
  msgstr "Valeur par conversion"
2126
 
2127
- #: includes/wplc_roi.php:760
2128
  msgid "Total Value"
2129
  msgstr "Valeur totale"
2130
 
2131
- #: includes/wplc_roi.php:765
2132
  msgid "Total Conversions"
2133
  msgstr "Total des conversions"
2134
 
2135
- #: includes/wplc_roi.php:797
2136
  msgid "Value By Date"
2137
  msgstr "Valeur par date"
2138
 
2139
- #: includes/wplc_roi.php:800
2140
  msgid "Value By Agent"
2141
  msgstr "Valeur par agent"
2142
 
2143
- #: includes/wplc_roi.php:806
2144
  msgid "No data available yet..."
2145
  msgstr "Aucune donnée disponible pour le moment ..."
2146
 
2147
- #: includes/wplc_transfer_chats.php:18 modules/node_server.php:730
2148
  msgid "Transfer"
2149
  msgstr "Transférer"
2150
 
@@ -2264,10 +2288,6 @@ msgstr "L'utilisateur a été transféré de"
2264
  msgid "department"
2265
  msgstr "département"
2266
 
2267
- #: includes/wplc_transfer_chats.php:582
2268
- msgid "to"
2269
- msgstr "à"
2270
-
2271
  #: includes/wplc_transfer_chats.php:585
2272
  msgid "as there were no agents online"
2273
  msgstr "car il n'y avait pas d'agents en ligne"
@@ -2327,15 +2347,11 @@ msgstr ""
2327
  "Token de sécurité pour accéder aux chats sur le serveur du noeud. Changer "
2328
  "cela supprimera les sessions de chat actuellement en cours."
2329
 
2330
- #: modules/advanced_features.php:59 modules/api/public/wplc-api.php:84
2331
- msgid "Generate New"
2332
- msgstr "Générer nouveau"
2333
-
2334
- #: modules/advanced_features.php:64
2335
  msgid "Enable typing preview"
2336
  msgstr "Activer l'aperçu de saisie"
2337
 
2338
- #: modules/advanced_features.php:64
2339
  msgid ""
2340
  "This option enables the typing preview, which means agents will be able to "
2341
  "see what the user is typing in realtime."
@@ -2343,15 +2359,15 @@ msgstr ""
2343
  "Cette option active l'aperçu de saisie, ce qui signifie que les agents "
2344
  "pourront voir ce que l'utilisateur écrit en temps réel."
2345
 
2346
- #: modules/advanced_features.php:70
2347
  msgid "Typing preview is not available when GDPR is enabled"
2348
  msgstr "L'aperçu de saisie n'et pas disponible quand le RGDP est activé"
2349
 
2350
- #: modules/advanced_features.php:80
2351
  msgid "Number of chat rings"
2352
  msgstr "Nombre de sonneries de chat"
2353
 
2354
- #: modules/advanced_features.php:80
2355
  msgid "Limit the amount of time the new chat ringer will play"
2356
  msgstr ""
2357
  "Limiter la durée pendant laquelle la nouvelle sonnerie de chat va jouer"
@@ -2372,8 +2388,8 @@ msgstr "Exporter les paramètres"
2372
  msgid "Import Settings"
2373
  msgstr "Importer les paramètres"
2374
 
2375
- #: modules/advanced_tools.php:62 modules/node_server.php:722
2376
- #: wp-live-chat-support.php:3939
2377
  msgid "Chat History"
2378
  msgstr "Historique du chat"
2379
 
@@ -2427,21 +2443,21 @@ msgstr "Import terminé"
2427
  msgid "Thank you, all settings have been updated"
2428
  msgstr "Merci, tous les paramètres ont été mis à jour"
2429
 
2430
- #: modules/api/agent/wplc-api-functions.php:212
2431
- #: modules/api/agent/wplc-api-functions.php:542
2432
- #: modules/api/public/wplc-api-functions.php:156
2433
  msgid "Action not set"
2434
  msgstr "Action non définie"
2435
 
2436
- #: modules/api/agent/wplc-api-functions.php:403
2437
  msgid "IP Address not recorded"
2438
  msgstr "Adresse IP non enregistrée"
2439
 
2440
- #: modules/api/agent/wplc-api-functions.php:1045
2441
  msgid "Upload error"
2442
  msgstr "Erreur d'upload"
2443
 
2444
- #: modules/api/agent/wplc-api-functions.php:1048
2445
  msgid "Security Violation - File unsafe"
2446
  msgstr "Violation de sécurité - Fichier non sécurisé"
2447
 
@@ -2475,45 +2491,45 @@ msgstr "Aucun token secret trouvé"
2475
  msgid "Call To Action Animation"
2476
  msgstr "Animation \"Appel à l'action\""
2477
 
2478
- #: modules/gdpr.php:22
2479
  msgid "Enable privacy controls"
2480
  msgstr "Activer le contrôle de confidentialité"
2481
 
2482
- #: modules/gdpr.php:22
2483
  msgid "Disabling will disable all GDPR related options, this is not advised."
2484
  msgstr ""
2485
  "La désactivation désactivera toutes les options liées au RGPD, cela n'est "
2486
  "pas conseillé."
2487
 
2488
- #: modules/gdpr.php:26
2489
  msgid "Importance of GDPR Compliance"
2490
  msgstr "Importance de la conformité RGPD"
2491
 
2492
- #: modules/gdpr.php:32
2493
  msgid "Organization name"
2494
  msgstr "Nom de l'organisation"
2495
 
2496
- #: modules/gdpr.php:41
2497
  msgid "Data retention purpose"
2498
  msgstr "Objectif de conservation des données"
2499
 
2500
- #: modules/gdpr.php:44 modules/gdpr.php:345 wp-live-chat-support.php:443
2501
  msgid "Chat/Support"
2502
  msgstr "Chat/Support"
2503
 
2504
- #: modules/gdpr.php:50
2505
  msgid "Data retention period"
2506
  msgstr "Durée de conservation des données"
2507
 
2508
- #: modules/gdpr.php:53
2509
  msgid "days"
2510
  msgstr "jours"
2511
 
2512
- #: modules/gdpr.php:59
2513
  msgid "GDPR notice to visitors"
2514
  msgstr "Notification RGPD aux visiteurs"
2515
 
2516
- #: modules/gdpr.php:60
2517
  msgid ""
2518
  "Users will be asked to accept the notice shown here, in the form of a check "
2519
  "box."
@@ -2521,11 +2537,21 @@ msgstr ""
2521
  "Il sera demandé aux utilisateurs d'accepter la notification affichée ici, "
2522
  "sous forme de case à cocher."
2523
 
2524
- #: modules/gdpr.php:90 modules/gdpr.php:101
 
 
 
 
 
 
 
 
 
 
2525
  msgid "GDPR Control"
2526
  msgstr "Contrôle RGPD"
2527
 
2528
- #: modules/gdpr.php:103
2529
  msgid ""
2530
  "Search is performed on chat sessions, messages, and offline messages. Data "
2531
  "will also be deleted automatically per your retention policy."
@@ -2534,44 +2560,44 @@ msgstr ""
2534
  "messages hors ligne. Les données seront également supprimées automatiquement "
2535
  "selon votre politique de rétention."
2536
 
2537
- #: modules/gdpr.php:112
2538
  msgid "Name, Email, Message"
2539
  msgstr "Nom, Email, Message"
2540
 
2541
- #: modules/gdpr.php:116 modules/node_server.php:222
2542
  msgid "Search"
2543
  msgstr "Recherche"
2544
 
2545
- #: modules/gdpr.php:129
2546
  #, php-format
2547
  msgid "Search Results in %%TABLE%%"
2548
  msgstr "Résultats de la recherche dans %%TABLE%%"
2549
 
2550
- #: modules/gdpr.php:157
2551
  #, php-format
2552
  msgid "Delete Chat (%%CID%%)"
2553
  msgstr "Supprimer le chat (%% CID %%)"
2554
 
2555
- #: modules/gdpr.php:158
2556
  #, php-format
2557
  msgid "Download Chat (%%CID%%)"
2558
  msgstr "Télécharger le chat (%% CID %%)"
2559
 
2560
- #: modules/gdpr.php:162 wp-live-chat-support.php:4194
2561
- #: wp-live-chat-support.php:4254
2562
  msgid "Chat ID"
2563
  msgstr "Id du Chat"
2564
 
2565
- #: modules/gdpr.php:183
2566
  msgid "Please perform a search using the input field above"
2567
  msgstr ""
2568
  "Merci d'effectuer une recherche en utilisant le champ de saisie ci-dessus"
2569
 
2570
- #: modules/gdpr.php:257
2571
  msgid "Data Deleted"
2572
  msgstr "Données supprimées"
2573
 
2574
- #: modules/gdpr.php:343
2575
  #, php-format
2576
  msgid ""
2577
  "I agree for my personal data to be processed and for the use of cookies in "
@@ -2582,11 +2608,11 @@ msgstr ""
2582
  "cookies afin de commencer un chat traité par %%COMPANY%%, dans le but de "
2583
  "%%PURPOSE%%, pendant une période de %%PERIOD%% jour(s) selon le RGPD."
2584
 
2585
- #: modules/gdpr.php:365 modules/gdpr.php:563 modules/gdpr.php:584
2586
  msgid "Privacy Policy"
2587
  msgstr "Politique de confidentialité"
2588
 
2589
- #: modules/gdpr.php:366
2590
  #, php-format
2591
  msgid ""
2592
  "We use WP Live Chat by 3CX as our live chat platform. By clicking below to "
@@ -2600,7 +2626,7 @@ msgstr ""
2600
  "transférées à WP Live Chat by 3CX pour traitement conformément à leur "
2601
  "%%POLICY_LINK%%."
2602
 
2603
- #: modules/gdpr.php:388
2604
  #, php-format
2605
  msgid ""
2606
  "Please note as per the GDPR settings you have selected, all chat data will "
@@ -2609,7 +2635,7 @@ msgstr ""
2609
  "Veuillez noter que selon les paramètres RGPD que vous avez sélectionnés, "
2610
  "toutes les données du chat seront conservées pendant %% PERIOD %% jour(s)."
2611
 
2612
- #: modules/gdpr.php:391
2613
  #, php-format
2614
  msgid ""
2615
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
@@ -2618,23 +2644,23 @@ msgstr ""
2618
  "Passé ce délai, toutes les données du chat antérieures à %% PERIOD %% "
2619
  "jour(s) seront définitivement supprimées de votre serveur."
2620
 
2621
- #: modules/gdpr.php:395
2622
  msgid "GDPR - Data Retention"
2623
  msgstr "RGPD - Conservation des données"
2624
 
2625
- #: modules/gdpr.php:398 modules/gdpr.php:565
2626
  msgid "Privacy Settings"
2627
  msgstr "Paramètres de confidentialité"
2628
 
2629
- #: modules/gdpr.php:413
2630
  msgid "Once every 6 hours"
2631
  msgstr "Une fois toutes les 6 heures"
2632
 
2633
- #: modules/gdpr.php:531
2634
  msgid "Chat Ended"
2635
  msgstr "Chat terminé"
2636
 
2637
- #: modules/gdpr.php:556
2638
  msgid ""
2639
  "GDPR compliance has been disabled, read more about the implications of this "
2640
  "here"
@@ -2642,12 +2668,12 @@ msgstr ""
2642
  "La conformité RGPD a été désactivée, en savoir plus sur les implications de "
2643
  "ce choix ici"
2644
 
2645
- #: modules/gdpr.php:557
2646
  msgid "Additionally please take a look at WP Live Chat by 3CX"
2647
  msgstr ""
2648
  "Additionnellement, merci de jeter un coup d'oeil au WP Live Chat by 3CX"
2649
 
2650
- #: modules/gdpr.php:558
2651
  msgid ""
2652
  "It is highly recommended that you enable GDPR compliance to ensure your user "
2653
  "data is regulated."
@@ -2655,19 +2681,19 @@ msgstr ""
2655
  "Il est fortement recommandé d'activer la conformité RGPD pour vous assurer "
2656
  "que vos données utilisateurs soient réglementées."
2657
 
2658
- #: modules/gdpr.php:561
2659
  msgid "Warning - GDPR Compliance Disabled - Action Required"
2660
  msgstr "Avertissement - Conformité RGPD désactivée - Action requise"
2661
 
2662
- #: modules/gdpr.php:562
2663
  msgid "EU GDPR"
2664
  msgstr "RGPD EU"
2665
 
2666
- #: modules/gdpr.php:566
2667
  msgid "Dismiss & Accept Responsibility"
2668
  msgstr "Ignorer et accepter la responsabilité"
2669
 
2670
- #: modules/gdpr.php:583
2671
  #, php-format
2672
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2673
  msgstr ""
@@ -2691,20 +2717,20 @@ msgid "Toggle WordPress Menu for a full screen experience"
2691
  msgstr "Utiliser le menu WordPress pour une expérience plein écran"
2692
 
2693
  #: modules/node_server.php:79 modules/node_server.php:186
2694
- #: modules/node_server.php:720 modules/node_server.php:738
2695
  msgid "Active visitors"
2696
  msgstr "Visiteurs actifs"
2697
 
2698
- #: modules/node_server.php:113 modules/node_server.php:725
2699
  msgid "Invite Agent"
2700
  msgstr "Inviter un agent"
2701
 
2702
- #: modules/node_server.php:114 modules/node_server.php:726
2703
  msgid "Invite Department"
2704
  msgstr "Inviter un département"
2705
 
2706
- #: modules/node_server.php:115 modules/node_server.php:727
2707
- #: modules/node_server.php:731 wp-live-chat-support.php:3996
2708
  msgid "Direct User To Page"
2709
  msgstr "Diriger l'utilisateur vers la page"
2710
 
@@ -2712,12 +2738,12 @@ msgstr "Diriger l'utilisateur vers la page"
2712
  msgid "Transcript"
2713
  msgstr "Transcrire"
2714
 
2715
- #: modules/node_server.php:118 modules/node_server.php:728
2716
  msgid "Leave chat"
2717
  msgstr "Quitter le chat"
2718
 
2719
- #: modules/node_server.php:119 modules/node_server.php:729
2720
- #: wp-live-chat-support.php:2575
2721
  msgid "End chat"
2722
  msgstr "Terminer le chat"
2723
 
@@ -2725,7 +2751,7 @@ msgstr "Terminer le chat"
2725
  msgid "Something"
2726
  msgstr "Quelque chose"
2727
 
2728
- #: modules/node_server.php:141 modules/node_server.php:733
2729
  msgid "Join chat"
2730
  msgstr "Rejoindre le chat"
2731
 
@@ -2753,11 +2779,11 @@ msgstr "préformaté"
2753
  msgid "Filter the user list based on activity."
2754
  msgstr "Flitrer la liste d'utilisateurs en fonction de l'activité."
2755
 
2756
- #: modules/node_server.php:168 modules/node_server.php:735
2757
  msgid "New Visitors (3 Min)"
2758
  msgstr "Nouveaux visiteurs (3 min)"
2759
 
2760
- #: modules/node_server.php:169 modules/node_server.php:736
2761
  msgid "Active Chats"
2762
  msgstr "Chats actifs"
2763
 
@@ -2765,7 +2791,7 @@ msgstr "Chats actifs"
2765
  msgid "Page URL"
2766
  msgstr "URL de la page"
2767
 
2768
- #: modules/node_server.php:171 modules/node_server.php:737
2769
  msgid "Clear Filters"
2770
  msgstr "Vider les filtres"
2771
 
@@ -2773,24 +2799,24 @@ msgstr "Vider les filtres"
2773
  msgid "Contains"
2774
  msgstr "Contient"
2775
 
2776
- #: modules/node_server.php:189 modules/node_server.php:739
2777
- #: wp-live-chat-support.php:2377
2778
  msgid "Visitor"
2779
  msgstr "Visiteur"
2780
 
2781
- #: modules/node_server.php:190 modules/node_server.php:740
2782
  msgid "Info"
2783
  msgstr "Info"
2784
 
2785
- #: modules/node_server.php:192 modules/node_server.php:742
2786
  msgid "Chat Status"
2787
  msgstr "Statut chat"
2788
 
2789
- #: modules/node_server.php:223 modules/node_server.php:744
2790
  msgid "Search Results"
2791
  msgstr "Résultats de la recherche"
2792
 
2793
- #: modules/node_server.php:225 modules/node_server.php:745
2794
  msgid "No emoji found"
2795
  msgstr "Aucun émoji trouvé"
2796
 
@@ -2802,7 +2828,7 @@ msgstr "Erreur"
2802
  msgid "Only chat agents can access this page."
2803
  msgstr "Seuls les agents de chat peuvent accéder à cette page."
2804
 
2805
- #: modules/node_server.php:443 wp-live-chat-support.php:4615
2806
  msgid "Sending transcript..."
2807
  msgstr "Envoi de la transcription ..."
2808
 
@@ -2810,11 +2836,11 @@ msgstr "Envoi de la transcription ..."
2810
  msgid "Chat Transcript"
2811
  msgstr "Transcription du chat"
2812
 
2813
- #: modules/node_server.php:446 wp-live-chat-support.php:4618
2814
  msgid "The chat transcript has been emailed."
2815
  msgstr "La transcription du chat a été envoyé par email."
2816
 
2817
- #: modules/node_server.php:447 wp-live-chat-support.php:4619
2818
  msgid "There was a problem emailing the chat."
2819
  msgstr "Une erreur s'est produite lors de l'envoi du chat par email."
2820
 
@@ -2837,11 +2863,11 @@ msgstr "Le chat est désactivé dans la zone des paramètres, réactivez"
2837
  msgid "User received notification:"
2838
  msgstr "L'utilisateur a reçu une notification :"
2839
 
2840
- #: modules/node_server.php:532 wp-live-chat-support.php:2214
2841
  msgid "New chat received"
2842
  msgstr "Nouveau chat reçu"
2843
 
2844
- #: modules/node_server.php:533 wp-live-chat-support.php:2216
2845
  msgid ""
2846
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2847
  "chat"
@@ -2849,11 +2875,11 @@ msgstr ""
2849
  "Un nouveau chat a été reçu. Merci d'aller sur la page \"Live Chat\" pour "
2850
  "accepter le chat"
2851
 
2852
- #: modules/node_server.php:643
2853
  msgid "Welcome to V8 of WP Live Chat by 3CX"
2854
  msgstr "Bienvenue sur la V8 du WP Live Chat by 3CX"
2855
 
2856
- #: modules/node_server.php:644
2857
  msgid ""
2858
  "Did you know, this version features high speed message delivery, agent to "
2859
  "agent chat, and a single window layout?"
@@ -2861,7 +2887,7 @@ msgstr ""
2861
  "Saviez-vous que cette version offre une diffusion rapide des messages, un "
2862
  "chat d'agent à agent et un affichage avec fenêtre unique ?"
2863
 
2864
- #: modules/node_server.php:645
2865
  msgid ""
2866
  "To activate this functionality please navigate to Live Chat -> Settings -> "
2867
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
@@ -2870,31 +2896,31 @@ msgstr ""
2870
  "Fonctions avancées -> et activez Serveurs cloud de chat haute performance "
2871
  "3CX."
2872
 
2873
- #: modules/node_server.php:648
2874
  msgid "Show me!"
2875
  msgstr "Montrez moi !"
2876
 
2877
- #: modules/node_server.php:649 wp-live-chat-support.php:4586
2878
  msgid "Don't Show This Again"
2879
  msgstr "Ne plus afficher"
2880
 
2881
- #: modules/node_server.php:716 wp-live-chat-support.php:470
2882
  msgid "Connecting..."
2883
  msgstr "En cours de connexion..."
2884
 
2885
- #: modules/node_server.php:721
2886
  msgid "Agent(s) Online"
2887
  msgstr "Agent(s) en ligne"
2888
 
2889
- #: modules/node_server.php:732
2890
  msgid "Events"
2891
  msgstr "Événements"
2892
 
2893
- #: modules/node_server.php:734
2894
  msgid "Filters"
2895
  msgstr "Filtres"
2896
 
2897
- #: modules/node_server.php:819
2898
  msgid ""
2899
  "You can transfer chats from within a chat by clicking on the in chat menu, "
2900
  "and selecting Transfer Chat or Transfer Department"
@@ -2903,7 +2929,7 @@ msgstr ""
2903
  "le menu du chat et en sélectionnant Transférer un chat ou Transférer un "
2904
  "département"
2905
 
2906
- #: modules/node_server.php:820
2907
  msgid ""
2908
  "You can share files quickly when in a chat, by simply dragging a file into "
2909
  "the chat window!"
@@ -2911,13 +2937,13 @@ msgstr ""
2911
  "Vous pouvez partager des fichiers rapidement lors d'un chat, en faisant "
2912
  "simplement glisser un fichier dans la fenêtre de chat !"
2913
 
2914
- #: modules/node_server.php:821
2915
  msgid "You can now move between chats without ending/closing an open chat"
2916
  msgstr ""
2917
  "Vous pouvez maintenant passer d'un chat à un autre sans terminer / fermer un "
2918
  "chat ouvert"
2919
 
2920
- #: modules/node_server.php:877
2921
  msgid "No quick responses found"
2922
  msgstr "Aucune réponse rapide trouvée"
2923
 
@@ -2949,7 +2975,7 @@ msgstr "Paramètres modifiés"
2949
  msgid "Webhooks"
2950
  msgstr "Webhooks"
2951
 
2952
- #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3925
2953
  msgid "Web Hooks"
2954
  msgstr "Web Hooks"
2955
 
@@ -3009,35 +3035,35 @@ msgstr "Sauvegarder les modifications"
3009
  msgid "Are you sure you want to delete this webhook?"
3010
  msgstr "Êtes-vous sûr de vouloir supprimer ce webhook?"
3011
 
3012
- #: wp-live-chat-support.php:413
3013
  msgid "close"
3014
  msgstr "fermer"
3015
 
3016
- #: wp-live-chat-support.php:434
3017
  msgid "Thank you for chatting with us."
3018
  msgstr "Merci d'avoir discuté avec nous."
3019
 
3020
- #: wp-live-chat-support.php:459
3021
  msgid "Questions?"
3022
  msgstr "Questions?"
3023
 
3024
- #: wp-live-chat-support.php:460
3025
  msgid "Chat with us"
3026
  msgstr "Discutez avec nous"
3027
 
3028
- #: wp-live-chat-support.php:461
3029
  msgid "Start live chat"
3030
  msgstr "Démarrer un chat en direct"
3031
 
3032
- #: wp-live-chat-support.php:462
3033
  msgid "Complete the fields below to proceed."
3034
  msgstr "Complétez les champs ci-dessous pour continuer."
3035
 
3036
- #: wp-live-chat-support.php:463 wp-live-chat-support.php:467
3037
  msgid "Leave a message"
3038
  msgstr "Laisser un message"
3039
 
3040
- #: wp-live-chat-support.php:464
3041
  #, fuzzy
3042
  #| msgid ""
3043
  #| "We are currently offline. Please leave a message and we'll get back to "
@@ -3047,47 +3073,51 @@ msgstr ""
3047
  "Nous sommes actuellement hors ligne. Veuillez laisser un message et nous "
3048
  "reviendrons vers vous prochainement."
3049
 
3050
- #: wp-live-chat-support.php:465
3051
  msgid "Sending message..."
3052
  msgstr "Envoi du message..."
3053
 
3054
- #: wp-live-chat-support.php:466
3055
  msgid "Thank you for your message. We will be in contact soon."
3056
  msgstr "Merci pour votre message. Nous vous contacterons prochainement."
3057
 
3058
- #: wp-live-chat-support.php:468
3059
  msgid "Send message"
3060
  msgstr "Envoyer le message"
3061
 
3062
- #: wp-live-chat-support.php:469
3063
  msgid "Start Chat"
3064
  msgstr "Démarrer le chat"
3065
 
3066
- #: wp-live-chat-support.php:471 wp-live-chat-support.php:2096
3067
- #: wp-live-chat-support.php:2143
3068
  msgid "Reactivating your previous chat..."
3069
  msgstr "Réactivation de votre chat précédent..."
3070
 
3071
- #: wp-live-chat-support.php:502
3072
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3073
  msgstr ""
3074
  "Merci de cliquer sur Démarrer le chat pour initier une conversation avec un "
3075
  "agent"
3076
 
3077
- #: wp-live-chat-support.php:505
 
 
 
 
3078
  msgid "No answer. Try again later."
3079
  msgstr "Pas de reponse. Veuillez réessayer plus tard."
3080
 
3081
- #: wp-live-chat-support.php:506
3082
  msgid "Welcome. How may I help you?"
3083
  msgstr "Bonjour. Comment puis-je vous aider ?"
3084
 
3085
- #: wp-live-chat-support.php:510
3086
  msgid "Please standby for an agent. Send your message while you wait."
3087
  msgstr ""
3088
  "Veuillez attendre un agent. Envoyez votre message pendant que vous attendez."
3089
 
3090
- #: wp-live-chat-support.php:741
3091
  msgid ""
3092
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3093
  "no longer needed, please uninstall it."
@@ -3095,210 +3125,220 @@ msgstr ""
3095
  "Le plugin additionnel WP Live Chat Support PRO que vous avez installé n'est "
3096
  "plus nécessaire, merci de le désinstaller."
3097
 
3098
- #: wp-live-chat-support.php:1028 wp-live-chat-support.php:3418
3099
  msgid "Missed Chats"
3100
  msgstr "Chats manqués"
3101
 
3102
- #: wp-live-chat-support.php:1031 wp-live-chat-support.php:3914
3103
  msgid "Support"
3104
  msgstr "Support"
3105
 
3106
- #: wp-live-chat-support.php:1228
3107
- msgid "Please Enter Your Name"
 
 
3108
  msgstr "Veuillez entrer votre nom"
3109
 
3110
- #: wp-live-chat-support.php:1229
3111
- msgid "Please Enter Your Email Address"
 
 
 
 
 
 
 
 
3112
  msgstr "Veuillez entrer votre adresse email"
3113
 
3114
- #: wp-live-chat-support.php:1230
3115
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3116
  msgstr "Connexion au serveur perdue. Veuillez recharger cette page. Erreur :"
3117
 
3118
- #: wp-live-chat-support.php:1232
3119
  msgid "Please Enter a Message"
3120
  msgstr "Veuillez entrer un message"
3121
 
3122
- #: wp-live-chat-support.php:1233
3123
  msgid "Disconnected, Attempting to Reconnect..."
3124
  msgstr "Déconnecté, en cours de tentative de reconnexion..."
3125
 
3126
- #: wp-live-chat-support.php:1280
3127
  msgid "has joined."
3128
  msgstr "à rejoint la discussion."
3129
 
3130
- #: wp-live-chat-support.php:1281
3131
  msgid "has left."
3132
  msgstr "à quitté la discussion."
3133
 
3134
- #: wp-live-chat-support.php:1282
3135
  msgid "has ended the chat."
3136
  msgstr "a terminé le chat."
3137
 
3138
- #: wp-live-chat-support.php:1283
3139
  msgid "has disconnected."
3140
  msgstr "s'est déconnecté."
3141
 
3142
- #: wp-live-chat-support.php:1284
3143
  msgid "(edited)"
3144
  msgstr "(modifié)"
3145
 
3146
- #: wp-live-chat-support.php:1679 wp-live-chat-support.php:1698
3147
  msgid "Start chat"
3148
  msgstr "Démarrer le chat"
3149
 
3150
- #: wp-live-chat-support.php:1940 wp-live-chat-support.php:2646
3151
  msgid "Send"
3152
  msgstr "Envoyer"
3153
 
3154
- #: wp-live-chat-support.php:2315
3155
  msgid "Congratulations"
3156
  msgstr "Félicitations"
3157
 
3158
- #: wp-live-chat-support.php:2316
3159
  msgid "You are now accepting live chat requests on your site."
3160
  msgstr ""
3161
  "Vous acceptez maintenant les demandes de chat en direct sur votre site."
3162
 
3163
- #: wp-live-chat-support.php:2317
3164
  msgid "The live chat box has automatically been enabled."
3165
  msgstr "La fenêtre de live chat a été automatiquement activée."
3166
 
3167
- #: wp-live-chat-support.php:2318
3168
  msgid "Chat notifications will start appearing once visitors send a request."
3169
  msgstr ""
3170
  "Les notifications de chat commenceront à apparaître lorsque les visiteurs "
3171
  "enverront des demandes."
3172
 
3173
- #: wp-live-chat-support.php:2319
3174
  #, php-format
3175
  msgid "You may modify your chat box settings %s"
3176
  msgstr "Vous pouvez modifier les paramètres de votre fenêtre de chat %s"
3177
 
3178
- #: wp-live-chat-support.php:2320
3179
  msgid "Experiencing issues?"
3180
  msgstr "Vous expérimentez des problèmes?"
3181
 
3182
- #: wp-live-chat-support.php:2320
3183
  msgid "Take a look at our how-to guides."
3184
  msgstr "Consultez nos guides d'utilisation."
3185
 
3186
- #: wp-live-chat-support.php:2321
3187
  msgid "Hide"
3188
  msgstr "Cacher"
3189
 
3190
- #: wp-live-chat-support.php:2360
3191
  msgid "Keep this window open to get notified of new chats."
3192
  msgstr ""
3193
  "Conservez cette fenêtre ouverte pour recevoir les notifications de nouveaux "
3194
  "chats."
3195
 
3196
- #: wp-live-chat-support.php:2365
3197
  msgid "Visitor(s) online"
3198
  msgstr "Visiteur(s) en ligne"
3199
 
3200
- #: wp-live-chat-support.php:2380
3201
  msgid "Device"
3202
  msgstr "Appareil"
3203
 
3204
- #: wp-live-chat-support.php:2381
3205
  msgid "Data"
3206
  msgstr "Données"
3207
 
3208
- #: wp-live-chat-support.php:2402
3209
  msgid "Chat Dashboard"
3210
  msgstr "Tableau de bord du chat"
3211
 
3212
- #: wp-live-chat-support.php:2405
3213
  msgid "Oh no!"
3214
  msgstr "Oh non !"
3215
 
3216
- #: wp-live-chat-support.php:2407
3217
  #, php-format
3218
  msgid "You do not have access to this page as %s."
3219
  msgstr "Vous n'avez pas accès à cette page en tant que %s."
3220
 
3221
- #: wp-live-chat-support.php:2407
3222
  msgid "you are not a chat agent"
3223
  msgstr "vous n'êtes pas un agent de chat"
3224
 
3225
- #: wp-live-chat-support.php:2561
3226
  msgid "Previous"
3227
  msgstr "Précédent"
3228
 
3229
- #: wp-live-chat-support.php:2568
3230
  msgid "Chat with"
3231
  msgstr "Discuter avec"
3232
 
3233
- #: wp-live-chat-support.php:2585
3234
  msgid "Starting Time:"
3235
  msgstr "Heure de début :"
3236
 
3237
- #: wp-live-chat-support.php:2586
3238
  msgid "Ending Time:"
3239
  msgstr "Heure de fin :"
3240
 
3241
- #: wp-live-chat-support.php:2606
3242
  msgid "Chat initiated on:"
3243
  msgstr "Chat initié sur :"
3244
 
3245
- #: wp-live-chat-support.php:2607
3246
  msgid "Browser:"
3247
  msgstr "Navigateur :"
3248
 
3249
- #: wp-live-chat-support.php:2633 wp-live-chat-support.php:2672
3250
  msgid "Invalid Chat ID"
3251
  msgstr "Id du Chat invalide"
3252
 
3253
- #: wp-live-chat-support.php:2641
3254
  msgid "type here..."
3255
  msgstr "écrire ici..."
3256
 
3257
- #: wp-live-chat-support.php:2794
3258
  msgid "User has opened the chat window"
3259
  msgstr "Le visiteur a ouvert la fenêtre de chat"
3260
 
3261
- #: wp-live-chat-support.php:2795
3262
  msgid "User has minimized the chat window"
3263
  msgstr "Le visiteur a minimisé la fenêtre de chat"
3264
 
3265
- #: wp-live-chat-support.php:2796
3266
  msgid "User has maximized the chat window"
3267
  msgstr "Le visiteur a agrandi la fenêtre de chat"
3268
 
3269
- #: wp-live-chat-support.php:2797
3270
  msgid "The chat has been ended"
3271
  msgstr "Le chat a été terminé"
3272
 
3273
- #: wp-live-chat-support.php:3328
3274
  msgid "Delete History"
3275
  msgstr "Supprimer l'historique"
3276
 
3277
- #: wp-live-chat-support.php:3344
3278
  msgid "No chats available at the moment"
3279
  msgstr "Aucun chat disponible pour l'instant"
3280
 
3281
- #: wp-live-chat-support.php:3458
3282
  msgid "Actions"
3283
  msgstr "Actions"
3284
 
3285
- #: wp-live-chat-support.php:3472
3286
  msgid "You have not received any offline messages."
3287
  msgstr "Vous n'avez pas reçu de message hors ligne."
3288
 
3289
- #: wp-live-chat-support.php:3480
3290
  msgid "Delete Message"
3291
  msgstr "Supprimer le message"
3292
 
3293
- #: wp-live-chat-support.php:3599
3294
  msgid "You do not have permission to save settings."
3295
  msgstr "Vous n'avez pas la permission de sauvegarder les paramètres."
3296
 
3297
- #: wp-live-chat-support.php:3861
3298
  msgid "Your settings have been saved."
3299
  msgstr "Vos paramètres ont été sauvegardés."
3300
 
3301
- #: wp-live-chat-support.php:3888
3302
  msgid ""
3303
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3304
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
@@ -3308,7 +3348,7 @@ msgstr ""
3308
  "rencontrer des problèmes lors de l'utilisation WP Live Chat by 3CX. S'il "
3309
  "vous plaît, contactez votre hébergeur pour activer cette fonction."
3310
 
3311
- #: wp-live-chat-support.php:3894
3312
  msgid ""
3313
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3314
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
@@ -3318,11 +3358,11 @@ msgstr ""
3318
  "problèmes lors de l'utilisation WP Live Chat by 3CX. S' il vous plaît "
3319
  "contactez votre hébergeur pour désactiver le safe mode."
3320
 
3321
- #: wp-live-chat-support.php:3917 wp-live-chat-support.php:3921
3322
  msgid "Plugin Features"
3323
  msgstr "Fonctionnalités du plugin"
3324
 
3325
- #: wp-live-chat-support.php:3919
3326
  msgid ""
3327
  "Check out these features and get up to speed with what you can do with WP "
3328
  "Live Chat:"
@@ -3330,19 +3370,19 @@ msgstr ""
3330
  "Découvrez ces fonctionnalités et voyez tout ce que vous pouvez faire avec WP "
3331
  "Live Chat :"
3332
 
3333
- #: wp-live-chat-support.php:3922
3334
  msgid "Reporting"
3335
  msgstr "Rapport"
3336
 
3337
- #: wp-live-chat-support.php:3923
3338
  msgid "Localization"
3339
  msgstr "Localisation"
3340
 
3341
- #: wp-live-chat-support.php:3931
3342
  msgid "Chat FAQs"
3343
  msgstr "FAQs chat"
3344
 
3345
- #: wp-live-chat-support.php:3933
3346
  msgid ""
3347
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3348
  "agents:"
@@ -3350,37 +3390,37 @@ msgstr ""
3350
  "Apprenez rapidement tout ce qu'il faut savoir sur le chat et commencez à "
3351
  "discuter avec les visiteurs et les agents :"
3352
 
3353
- #: wp-live-chat-support.php:3935
3354
  msgid "Chat with Visitors"
3355
  msgstr "Discutez avec les visiteurs"
3356
 
3357
- #: wp-live-chat-support.php:3936
3358
  msgid "Chat with Agents"
3359
  msgstr "Discutez avec les agents"
3360
 
3361
- #: wp-live-chat-support.php:3940
3362
  msgid "Chat Invites"
3363
  msgstr "Invitations de chat"
3364
 
3365
- #: wp-live-chat-support.php:3945
3366
  msgid "Settings & Customization"
3367
  msgstr "Paramètres et personnalisation"
3368
 
3369
- #: wp-live-chat-support.php:3947
3370
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3371
  msgstr ""
3372
  "Utilisez ces guides pour savoir comment configurer et personnaliser WP Live "
3373
  "Chat :"
3374
 
3375
- #: wp-live-chat-support.php:3951
3376
  msgid "Agent Settings"
3377
  msgstr "Paramètres agent"
3378
 
3379
- #: wp-live-chat-support.php:3958
3380
  msgid "Troubleshooting"
3381
  msgstr "Dépannage"
3382
 
3383
- #: wp-live-chat-support.php:3960
3384
  msgid ""
3385
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3386
  "issues:"
@@ -3388,102 +3428,98 @@ msgstr ""
3388
  "Utilisez ces guides de dépannage pour résoudre rapidement les problèmes liés "
3389
  "à WP Live Chat :"
3390
 
3391
- #: wp-live-chat-support.php:3962
3392
  msgid "My Chat Box Is Not Showing"
3393
  msgstr "Ma fenêtre de chat n'apparaît pas"
3394
 
3395
- #: wp-live-chat-support.php:3963
3396
  msgid "Not Receiving Notifications of New Chats"
3397
  msgstr "Je ne reçois pas les notifications de nouveaux chats"
3398
 
3399
- #: wp-live-chat-support.php:3964
3400
  msgid "Check for JavaScript Errors"
3401
  msgstr "Rechercher les erreurs JavaScript"
3402
 
3403
- #: wp-live-chat-support.php:3992
3404
  msgid "Initiate Chats"
3405
  msgstr "Initier des chats"
3406
 
3407
- #: wp-live-chat-support.php:3993
3408
  msgid "Multiple Chats"
3409
  msgstr "Chats multiples"
3410
 
3411
- #: wp-live-chat-support.php:3994
3412
  msgid "Add unlimited agents"
3413
  msgstr "Ajouter des agents illimités"
3414
 
3415
- #: wp-live-chat-support.php:3995
3416
  msgid "Transfer Chats"
3417
  msgstr "Transférer des chats"
3418
 
3419
- #: wp-live-chat-support.php:4014
3420
  #, php-format
3421
  msgid "Thank you for using %s! Please %s on %s"
3422
  msgstr "Merci d'utiliser %s ! S'il vous plaît %s sur %s"
3423
 
3424
- #: wp-live-chat-support.php:4014
3425
  msgid "rate us"
3426
  msgstr "évaluez-nous"
3427
 
3428
- #: wp-live-chat-support.php:4195 wp-live-chat-support.php:4255
3429
- msgid "From"
3430
- msgstr "De"
3431
-
3432
- #: wp-live-chat-support.php:4197 wp-live-chat-support.php:4257
3433
  msgid "Timestamp"
3434
  msgstr "Horodatage"
3435
 
3436
- #: wp-live-chat-support.php:4198 wp-live-chat-support.php:4258
3437
  msgid "Origin"
3438
  msgstr "Origine"
3439
 
3440
- #: wp-live-chat-support.php:4203 wp-live-chat-support.php:4263
3441
  msgid "user"
3442
  msgstr "utilisateur"
3443
 
3444
- #: wp-live-chat-support.php:4205 wp-live-chat-support.php:4265
3445
  msgid "agent"
3446
  msgstr "agent"
3447
 
3448
- #: wp-live-chat-support.php:4340
3449
  msgid "Advanced settings"
3450
  msgstr "Paramètres avancés"
3451
 
3452
- #: wp-live-chat-support.php:4347
3453
  msgid "Only change these settings if you are experiencing performance issues."
3454
  msgstr ""
3455
  "Modifiez uniquement ces paramètres si vous rencontrez des problèmes de "
3456
  "performances."
3457
 
3458
- #: wp-live-chat-support.php:4354
3459
  msgid "Website hosting type:"
3460
  msgstr "Type d'hébergement du site web :"
3461
 
3462
- #: wp-live-chat-support.php:4358
3463
  msgid "Custom parameters"
3464
  msgstr "Paramètres personnalisés"
3465
 
3466
- #: wp-live-chat-support.php:4359
3467
  msgid "Shared hosting - low level plan"
3468
  msgstr "Hébergement partagé - plan bas niveau"
3469
 
3470
- #: wp-live-chat-support.php:4360
3471
  msgid "Shared hosting - normal plan"
3472
  msgstr "Hébergement mutualisé - plan normal"
3473
 
3474
- #: wp-live-chat-support.php:4361
3475
  msgid "VPS"
3476
  msgstr "VPS"
3477
 
3478
- #: wp-live-chat-support.php:4362
3479
  msgid "Dedicated server"
3480
  msgstr "Serveur dédié"
3481
 
3482
- #: wp-live-chat-support.php:4368
3483
  msgid "Long poll setup"
3484
  msgstr "Configuration long poll"
3485
 
3486
- #: wp-live-chat-support.php:4368
3487
  msgid ""
3488
  "Only change these if you are an experienced developer or if you have "
3489
  "received these figures from the WP Live Chat by 3CX team."
@@ -3491,23 +3527,23 @@ msgstr ""
3491
  "Modifiez cela uniquement si vous êtes un développeur expérimenté ou si vous "
3492
  "avez reçu ces données de la part de l'équipe de WP Live Chat by 3CX."
3493
 
3494
- #: wp-live-chat-support.php:4373
3495
  msgid "Iterations"
3496
  msgstr "Itérations"
3497
 
3498
- #: wp-live-chat-support.php:4377
3499
  msgid "Sleep between loops"
3500
  msgstr "Veille entre chaque boucle"
3501
 
3502
- #: wp-live-chat-support.php:4380
3503
  msgid "milliseconds"
3504
  msgstr "millisecondes"
3505
 
3506
- #: wp-live-chat-support.php:4403
3507
  msgid "Show 'Powered by' in chat box"
3508
  msgstr "Afficher 'Powered by' dans la fenêtre de chat"
3509
 
3510
- #: wp-live-chat-support.php:4403
3511
  msgid ""
3512
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3513
  "bottom of your chatbox."
@@ -3515,18 +3551,18 @@ msgstr ""
3515
  "Cocher cette case pour afficher 'Powered by WP Live Chat by 3CX' au bas de "
3516
  "votre fenêtre de chat."
3517
 
3518
- #: wp-live-chat-support.php:4445
3519
  msgid "Powered by WP Live Chat by 3CX"
3520
  msgstr "Powered by WP Live Chat by 3CX"
3521
 
3522
- #: wp-live-chat-support.php:4584
3523
  msgid ""
3524
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3525
  msgstr ""
3526
  "Les notifications navigateur ne fonctionneront plus sur les sites non "
3527
  "sécurisés (non SSL)."
3528
 
3529
- #: wp-live-chat-support.php:4585
3530
  msgid ""
3531
  "Please add an SSL certificate to your site to continue receiving chat "
3532
  "notifications in your browser."
@@ -3534,7 +3570,7 @@ msgstr ""
3534
  "Merci d'ajouter un certificat SSL à votre site pour continuer à recevoir les "
3535
  "notifications chat dans votre navigateur."
3536
 
3537
- #: wp-live-chat-support.php:4598
3538
  msgid ""
3539
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3540
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
@@ -3543,52 +3579,52 @@ msgstr ""
3543
  "Depuis la version WP Live Chat Support 8.0.05, il existe un support intégré "
3544
  "pour la transcription des emails."
3545
 
3546
- #: wp-live-chat-support.php:4605
3547
  msgid "Email transcript to user"
3548
  msgstr "Transcription d'email à l'utilisateur"
3549
 
3550
- #: wp-live-chat-support.php:4616
3551
  msgid "Sending Transcript"
3552
  msgstr "Envoi de la transcription"
3553
 
3554
- #: wp-live-chat-support.php:4690
3555
  #, php-format
3556
  msgid "Your chat transcript from %1$s"
3557
  msgstr "Votre transcription de chat de%1$s"
3558
 
3559
- #: wp-live-chat-support.php:4781
3560
  msgid "Chat Transcript Settings"
3561
  msgstr "Paramètres de transcription de chat"
3562
 
3563
- #: wp-live-chat-support.php:4784
3564
  msgid "Enable chat transcripts:"
3565
  msgstr "Activer les transcriptions de chat :"
3566
 
3567
- #: wp-live-chat-support.php:4792
3568
  msgid "Send transcripts to:"
3569
  msgstr "Envoyer les transcriptions à :"
3570
 
3571
- #: wp-live-chat-support.php:4799
3572
  msgid "User"
3573
  msgstr "Utilisateur"
3574
 
3575
- #: wp-live-chat-support.php:4810
3576
  msgid "Send transcripts when chat ends:"
3577
  msgstr "Envoyer les transcriptions à la fin du chat :"
3578
 
3579
- #: wp-live-chat-support.php:4818
3580
  msgid "Email body"
3581
  msgstr "Corps de l'email"
3582
 
3583
- #: wp-live-chat-support.php:4828
3584
  msgid "Email header"
3585
  msgstr "En-tête de l'email"
3586
 
3587
- #: wp-live-chat-support.php:4837
3588
  msgid "Email footer"
3589
  msgstr "Pied de page de l'email"
3590
 
3591
- #: wp-live-chat-support.php:4913
3592
  msgid ""
3593
  "Please note, local message encryption and local server options will be "
3594
  "deprecated in the next major release. All encryption and message delivery "
@@ -3599,11 +3635,11 @@ msgstr ""
3599
  "Tout le cryptage et l'envoi des messages seront gérés par nos serveurs "
3600
  "externes dans l'avenir."
3601
 
3602
- #: wp-live-chat-support.php:4916
3603
  msgid "Deprecation Notice - Message Encryption & Local Server"
3604
  msgstr "Notification d'obsolescence - cryptage des messages & serveur local"
3605
 
3606
- #: wp-live-chat-support.php:4918
3607
  msgid "Dismiss"
3608
  msgstr "Rejeter"
3609
 
@@ -3629,6 +3665,22 @@ msgstr ""
3629
  msgid "3CX"
3630
  msgstr "3CX"
3631
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3632
  #~ msgid "Auto Pop-up"
3633
  #~ msgstr "Ouverture automatique"
3634
 
@@ -3638,9 +3690,6 @@ msgstr "3CX"
3638
  #~ msgid "Daily"
3639
  #~ msgstr "Quotidien"
3640
 
3641
- #~ msgid "Week Days"
3642
- #~ msgstr "Jours de la semaine"
3643
-
3644
  #~ msgid "Weekends"
3645
  #~ msgstr "Week-ends"
3646
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
+ "POT-Creation-Date: 2019-12-17 14:44+0100\n"
5
+ "PO-Revision-Date: 2019-12-17 14:44+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #: ajax/agent.php:167 ajax/user.php:126 wp-live-chat-support.php:88
25
+ #: wp-live-chat-support.php:4495
26
  msgid "Admin"
27
  msgstr "Administrateur"
28
 
29
+ #: ajax/agent.php:262 ajax/user.php:230
30
  msgid "Admin has closed and ended the chat"
31
  msgstr "L'administrateur a fermé et mis fin au chat"
32
 
33
+ #: functions.php:382 functions.php:399
34
  msgid "Accept Chat"
35
  msgstr "Accepter le chat"
36
 
37
+ #: functions.php:390 functions.php:405
38
  msgid "Open Chat"
39
  msgstr "Ouvrir le chat"
40
 
41
+ #: functions.php:392
42
  msgid "In progress with another agent"
43
  msgstr "En cours avec un autre agent"
44
 
45
+ #: functions.php:409
46
  msgid "Only chat agents can accept chats"
47
  msgstr "Seuls les agents de chat peuvent accepter les discussions"
48
 
49
+ #: functions.php:473 modules/api/agent/wplc-api-functions.php:413
50
  msgid "New"
51
  msgstr "Nouveau"
52
 
53
+ #: functions.php:475 modules/api/agent/wplc-api-functions.php:415
54
  msgid "Returning"
55
  msgstr "Existant"
56
 
57
+ #: functions.php:566
58
  msgid "No agent was able to answer your chat request. Please try again."
59
  msgstr ""
60
  "Aucun agent n'a pu répondre à votre demande de chat. Veuillez réessayer."
61
 
62
+ #: functions.php:580 functions.php:4323 wp-live-chat-support.php:1634
63
  msgid "End Chat"
64
  msgstr "Terminer le chat"
65
 
66
+ #: functions.php:966
67
  msgid "complete"
68
  msgstr "terminé"
69
 
70
+ #: functions.php:969
71
  msgid "pending"
72
  msgstr "en attente"
73
 
74
+ #: functions.php:972
75
  msgid "active"
76
  msgstr "actif"
77
 
78
+ #: functions.php:975
79
  msgid "deleted"
80
  msgstr "supprimé"
81
 
82
+ #: functions.php:978
83
  msgid "browsing"
84
  msgstr "en cours de navigation"
85
 
86
+ #: functions.php:981
87
  msgid "requesting chat"
88
  msgstr "demande de chat"
89
 
90
+ #: functions.php:984
91
  msgid "Chat Ended - User still browsing"
92
  msgstr "Chat terminé - Le visiteur continue à naviguer sur votre site"
93
 
94
+ #: functions.php:987
95
  msgid "User is browsing but doesn't want to chat"
96
  msgstr "Le visiteur navigue sur votre site mais ne souhaite pas discuter"
97
 
98
+ #: functions.php:1126 includes/settings_page.php:829
99
  msgid "WP Live Chat by 3CX - Offline Message from "
100
  msgstr "WP Live Chat by 3CX - Message hors ligne provenant de "
101
 
102
+ #: functions.php:1127 functions.php:1451 includes/settings_page.php:181
103
+ #: includes/settings_page.php:454 includes/wplc_custom_fields.php:79
104
+ #: includes/wplc_data_triggers.php:455 includes/wplc_departments.php:175
105
+ #: includes/wplc_roi.php:138 modules/node_server.php:82
106
+ #: modules/node_server.php:128 wp-live-chat-support.php:1362
107
+ #: wp-live-chat-support.php:1385 wp-live-chat-support.php:1546
108
+ #: wp-live-chat-support.php:3043 wp-live-chat-support.php:3157
109
  msgid "Name"
110
  msgstr "Nom"
111
 
112
+ #: functions.php:1128 functions.php:1452 includes/settings_page.php:177
113
+ #: modules/node_server.php:129 wp-live-chat-support.php:1363
114
+ #: wp-live-chat-support.php:1374 wp-live-chat-support.php:1547
115
+ #: wp-live-chat-support.php:3044 wp-live-chat-support.php:3158
116
  msgid "Email"
117
  msgstr "Email"
118
 
119
+ #: functions.php:1129 wp-live-chat-support.php:1548
120
+ #: wp-live-chat-support.php:3159 wp-live-chat-support.php:3912
121
+ #: wp-live-chat-support.php:3972
122
  msgid "Message"
123
  msgstr "Message"
124
 
125
+ #: functions.php:1130
126
  msgid "Via WP Live Chat by 3CX"
127
  msgstr "Via WP Live Chat by 3CX"
128
 
129
+ #: functions.php:1429 wp-live-chat-support.php:3006
130
  msgid "Error: Could not delete chat"
131
  msgstr "Erreur : Impossible de supprimer le chat"
132
 
133
+ #: functions.php:1431 wp-live-chat-support.php:3008
134
  msgid "Chat Deleted"
135
  msgstr "Chat supprimé"
136
 
137
+ #: functions.php:1434 includes/wplc_custom_fields.php:35
138
+ #: includes/wplc_custom_fields.php:453 includes/wplc_custom_fields.php:474
139
+ #: includes/wplc_data_triggers.php:251 includes/wplc_data_triggers.php:269
140
+ #: includes/wplc_data_triggers.php:313 includes/wplc_data_triggers.php:501
141
  #: includes/wplc_departments.php:303 includes/wplc_departments.php:323
142
+ #: includes/wplc_departments.php:358 includes/wplc_roi.php:368
143
+ #: includes/wplc_roi.php:387 includes/wplc_roi.php:424
144
  #: modules/advanced_tools.php:29 modules/advanced_tools.php:146
145
  #: modules/advanced_tools.php:244 modules/advanced_tools.php:252
146
  #: modules/advanced_tools.php:260 modules/advanced_tools.php:268
147
+ #: modules/gdpr.php:244 modules/gdpr.php:258 modules/webhooks_manager.php:102
148
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
149
+ #: wp-live-chat-support.php:2971 wp-live-chat-support.php:2997
150
+ #: wp-live-chat-support.php:3882
151
  msgid "You do not have permission do perform this action"
152
  msgstr "Vous n'avez pas la permission d'effectuer cette action"
153
 
154
+ #: functions.php:1440 wp-live-chat-support.php:3013
155
  msgid "Are you sure you would like to delete this chat?"
156
  msgstr "Êtes-vous sûr de vouloir supprimer ce chat ?"
157
 
158
+ #: functions.php:1441 includes/settings_page.php:159
159
+ #: includes/wplc_custom_fields.php:275 wp-live-chat-support.php:3015
160
  msgid "Yes"
161
  msgstr "Oui"
162
 
163
+ #: functions.php:1441 includes/settings_page.php:160
164
+ #: includes/wplc_custom_fields.php:275 wp-live-chat-support.php:3016
165
  msgid "No"
166
  msgstr "Non"
167
 
168
+ #: functions.php:1450 functions.php:2008 includes/settings_page.php:340
169
+ #: includes/settings_page.php:488 wp-live-chat-support.php:3042
170
+ #: wp-live-chat-support.php:3156
171
  msgid "Date"
172
  msgstr "Date"
173
 
174
+ #: functions.php:1453 functions.php:3835 wp-live-chat-support.php:3045
175
  msgid "URL"
176
  msgstr "URL"
177
 
178
+ #: functions.php:1454 includes/wplc_custom_fields.php:83
179
+ #: includes/wplc_data_triggers.php:460 includes/wplc_departments.php:176
180
+ #: includes/wplc_roi.php:142 modules/webhooks_manager.php:251
181
+ #: wp-live-chat-support.php:2094 wp-live-chat-support.php:3047
182
  msgid "Action"
183
  msgstr "Action"
184
 
185
+ #: functions.php:1468
186
  msgid "You have not missed any chat requests."
187
  msgstr "Vous n'avez pas manqué de demande de chat."
188
 
189
+ #: functions.php:1475 wp-live-chat-support.php:3062
190
  msgid "View Chat History"
191
  msgstr "Voir l'historique des chats"
192
 
193
+ #: functions.php:1475 wp-live-chat-support.php:3063
194
  msgid "Download Chat History"
195
  msgstr "Télécharger l'historique des chats"
196
 
197
+ #: functions.php:1669
198
  msgid "Open chat window via"
199
  msgstr "Ouvrir la fenêtre de chat via"
200
 
201
+ #: functions.php:1673
202
  msgid "Click"
203
  msgstr "Cliquer"
204
 
205
+ #: functions.php:1674
206
  msgid "Hover"
207
  msgstr "Survoler"
208
 
209
+ #: functions.php:1676
210
  msgid "element with"
211
  msgstr "élément avec"
212
 
213
+ #: functions.php:1678
214
  msgid "Class"
215
  msgstr "Classe"
216
 
217
+ #: functions.php:1679 includes/wplc_custom_fields.php:78
218
+ #: includes/wplc_data_triggers.php:454 includes/wplc_departments.php:174
219
+ #: includes/wplc_roi.php:137
220
  msgid "ID"
221
  msgstr "ID"
222
 
223
+ #: functions.php:1920 functions.php:1926 functions.php:1931
224
  #: includes/dashboard_page.php:58 modules/node_server.php:138
225
+ #: modules/node_server.php:866 wp-live-chat-support.php:3659
226
  msgid "Quick Responses"
227
  msgstr "Réponses rapides"
228
 
229
+ #: functions.php:1921 includes/settings_page.php:330
230
  msgid "Quick Response"
231
  msgstr "Réponse rapide"
232
 
233
+ #: functions.php:1922 functions.php:1925
234
  msgid "New Quick Response"
235
  msgstr "Nouvelle réponse rapide"
236
 
237
+ #: functions.php:1923 modules/node_server.php:875
238
  msgid "Add New Quick Response"
239
  msgstr "Ajouter une nouvelle réponse rapide"
240
 
241
+ #: functions.php:1924
242
  msgid "Edit Quick Response"
243
  msgstr "Modifier la réponse rapide"
244
 
245
+ #: functions.php:1927
246
  msgid "View Quick Responses"
247
  msgstr "Voir les réponses rapides"
248
 
249
+ #: functions.php:1928
250
  msgid "Search Quick Responses"
251
  msgstr "Rechercher les réponses rapides"
252
 
253
+ #: functions.php:1929
254
  msgid "No Quick Responses found"
255
  msgstr "Aucune réponse rapide trouvée"
256
 
257
+ #: functions.php:1930
258
  msgid "No Quick Responses found in the Trash"
259
  msgstr "Aucune réponse rapide dans la corbeille"
260
 
261
+ #: functions.php:1935
262
  msgid "Quick Responses for WP Live Chat by 3CX"
263
  msgstr "Réponses rapides pour WP Live Chat by 3CX"
264
 
265
+ #: functions.php:1969
266
  msgid "Sort Order"
267
  msgstr "Ordre de tri"
268
 
269
+ #: functions.php:2005 includes/settings_page.php:339
270
  msgid "Title"
271
  msgstr "Titre"
272
 
273
+ #: functions.php:2006
274
  msgid "Order"
275
  msgstr "Ordre"
276
 
277
+ #: functions.php:2007 includes/settings_page.php:1227
278
  msgid "Author"
279
  msgstr "Auteur"
280
 
281
+ #: functions.php:2050 wp-live-chat-support.php:185
282
  msgid "Press ENTER to send your message"
283
  msgstr "Appuyer sur ENTRÉE pour envoyer votre message"
284
 
285
+ #: functions.php:2089 functions.php:2093
286
  msgid "Assign Quick Response"
287
  msgstr "Attribuer une réponse rapide"
288
 
289
+ #: functions.php:2096 includes/settings_page.php:1212
290
  msgid "Select"
291
  msgstr "Sélectionner"
292
 
293
+ #: functions.php:2102
294
  msgid "What is this?"
295
  msgstr "Quest-ce que c'est ?"
296
 
297
+ #: functions.php:2144
298
  #, php-format
299
  msgid "Incoming chat from %s (%s) on %s"
300
  msgstr "Chat entrant de% s (% s) sur% s"
301
 
302
+ #: functions.php:2150
303
  #, php-format
304
  msgid "%s (%s) wants to chat with you."
305
  msgstr "%s (%s) veut discuter avec vous."
306
 
307
+ #: functions.php:2155
308
  #, php-format
309
  msgid "Log in: %s"
310
  msgstr "Connexion : %s"
311
 
312
+ #: functions.php:2449
313
  msgid "Status (Online)"
314
  msgstr "Statut (en ligne)"
315
 
316
+ #: functions.php:2450 functions.php:3275
317
  msgid "Online"
318
  msgstr "En ligne"
319
 
320
+ #: functions.php:2451 functions.php:3275
321
  msgid "Offline"
322
  msgstr "Hors ligne"
323
 
324
+ #: functions.php:2452
325
  msgid "Status (Offline)"
326
  msgstr "Statut (hors ligne)"
327
 
328
+ #: functions.php:2453 functions.php:3245
329
  msgid "Chat Agent Online"
330
  msgstr "Agent de chat en ligne"
331
 
332
+ #: functions.php:2454 functions.php:3247 functions.php:3251
333
  msgid "Chat Agents Online"
334
  msgstr "Agents de chat en ligne"
335
 
336
+ #: functions.php:2467
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
  "Votre statut est hors ligne. Pour voir les visiteurs et accepter les chats, "
342
  "modifiez votre statut en En ligne en utilisant le bouton ci-dessus."
343
 
344
+ #: functions.php:2537
345
  msgid "Encryption"
346
  msgstr "Cryptage"
347
 
348
+ #: functions.php:2543 includes/settings_page.php:1269
349
+ #: wp-live-chat-support.php:3674
350
  msgid "Business Hours"
351
  msgstr "Heures de travail"
352
 
353
+ #: functions.php:2677
354
  msgid "Initiate Chat"
355
  msgstr "Initier un chat"
356
 
357
+ #: functions.php:2765
358
  msgid "Attempting to open the chat window... Please be patient."
359
  msgstr "En attente d'ouverture de la fenêtre de chat... Merci de patienter."
360
 
361
+ #: functions.php:2780
362
  msgid ""
363
  "You are not a chat agent. Please make yourself a chat agent before trying to "
364
  "chat to visitors"
366
  "Vous n'êtes pas un agent de chat. Enregistrez-vous en tant qu'agent avant "
367
  "d'essayer de discuter avec les visiteurs"
368
 
369
+ #: functions.php:2937
370
  msgid "Chat Agent"
371
  msgstr "Agent de chat"
372
 
373
+ #: functions.php:2945
374
  msgid "Make this user a chat agent"
375
  msgstr "Faire de cet utilisateur un agent"
376
 
377
+ #: functions.php:2948
378
+ #, fuzzy
379
+ #| msgid "Your user role does not allow you to make yourself a chat agent."
380
+ msgid "Your user role does not allow you to set agent attribute."
381
  msgstr ""
382
  "Votre rôle en tant qu'utilisateur ne vous permet pas de vous déclarer vous-"
383
  "même agent."
384
 
385
+ #: functions.php:2949
386
  msgid "Please contact the administrator of this website to change this."
387
  msgstr "Merci de contacter l'administrateur du site pour changer cela."
388
 
389
+ #: functions.php:2963
390
  msgid "This chat has already been answered by another agent."
391
  msgstr "Ce chat a déjà été répondu par un autre agent."
392
 
393
+ #: functions.php:3196 wp-live-chat-support.php:2047
394
  msgid "Agent(s) online"
395
  msgstr "Agent(s) en ligne"
396
 
397
+ #: functions.php:3325 includes/settings_page.php:1202
398
+ #: wp-live-chat-support.php:1993
399
  msgid "Remove"
400
  msgstr "Retirer"
401
 
402
+ #: functions.php:3328 wp-live-chat-support.php:1996
403
  msgid "Typing..."
404
  msgstr "En train d'écrire..."
405
 
406
+ #: functions.php:3636
407
  msgid "User Experience Ratings"
408
  msgstr "Évaluations de l'expérience utilisateur"
409
 
410
+ #: functions.php:3643
411
  msgid "Agent Statistics"
412
  msgstr "Statistiques agent"
413
 
414
+ #: functions.php:3676 functions.php:3691
415
  msgid "Satisfaction Rating"
416
  msgstr "Indice de satisfaction"
417
 
418
+ #: functions.php:3677 functions.php:3692
419
  msgid "Rating Count"
420
  msgstr "Nombre de notes"
421
 
422
+ #: functions.php:3677 functions.php:3692
423
  msgid "Good"
424
  msgstr "Bien"
425
 
426
  # uvais
427
+ #: functions.php:3677 functions.php:3692
428
  msgid "Bad"
429
  msgstr "Mauvais"
430
 
431
+ #: functions.php:3733 includes/dashboard_page.php:56
432
+ #: wp-live-chat-support.php:785
433
  msgid "Reports"
434
  msgstr "Rapports"
435
 
436
+ #: functions.php:3736 includes/wplc_roi.php:139
437
  msgid "Overview"
438
  msgstr "Vue d'ensemble"
439
 
440
+ #: functions.php:3737
441
  msgid "Popular Pages"
442
  msgstr "Pages populaires"
443
 
444
+ #: functions.php:3755
445
  msgid "Total Agents"
446
  msgstr "Total des agents"
447
 
448
+ #: functions.php:3755
449
  msgid "Total number of agents that used the live chat"
450
  msgstr "Nombre total d'agents ayant utilisé le chat en direct"
451
 
452
+ #: functions.php:3756
453
  msgid "Total Chats"
454
  msgstr "Nombre total de chats"
455
 
456
+ #: functions.php:3756
457
  msgid "Total number of chats received"
458
  msgstr "Nombre total de chats reçus"
459
 
460
+ #: functions.php:3757
461
  msgid "Total URLs"
462
  msgstr "Nombre total d'URLs"
463
 
464
+ #: functions.php:3757
465
  msgid "Total number of URLs a chat was initiated on"
466
  msgstr "Nombre total d'URLs sur lesquelles un chat a été lancé"
467
 
468
+ #: functions.php:3758
469
  msgid "Chats per day"
470
  msgstr "Chats par jour"
471
 
472
+ #: functions.php:3759
473
  msgid "Popular pages a chat was initiated on"
474
  msgstr "Pages populaires sur lesquelles un chat a été lancé"
475
 
476
+ #: functions.php:3789 includes/wplc_custom_fields.php:316
477
  msgid "Unknown"
478
  msgstr "Inconnu"
479
 
480
+ #: functions.php:3836
481
  msgid "Count"
482
  msgstr "Compter"
483
 
484
+ #: functions.php:3862
485
  msgid "Enable Manual Chat Initiation:"
486
  msgstr "Activer l'initiation manuelle du chat :"
487
 
488
+ #: functions.php:3862
489
  msgid ""
490
  "Enabling this feature will allow agents to start a chat with website "
491
  "visitors. This feature increases server load while enabled."
494
  "avec les visiteurs du site web. Cette fonctionnalité augmente la charge du "
495
  "serveur quand activée."
496
 
497
+ #: functions.php:3866 modules/advanced_features.php:74
498
  msgid ""
499
  "This feature is only available when you select 3CX High Performance Cloud "
500
  "Servers in Advanced Features."
502
  "Cette fonctionnalité est seulement disponible quand vous sélextionnez 3CX "
503
  "High Performance Cloud Servers dans Fonctionnalités Avancées."
504
 
505
+ #: functions.php:3953
506
  msgid "Thank you for inquiry. We will get back to you shortly"
507
  msgstr "Merci pour votre demande. Nous reviendrons vers vous rapidement"
508
 
509
+ #: functions.php:4088
510
  msgid "The Live Chat box is currently disabled on your website due to:"
511
  msgstr ""
512
  "La fenêtre de live chat est actuellement désactivée sur votre site web en "
513
  "raison de :"
514
 
515
+ #: functions.php:4089
516
  msgid "Business Hours Settings"
517
  msgstr "Paramètres des heures de travail"
518
 
519
+ #: functions.php:4135
520
  msgid "Edit Profile"
521
  msgstr "Modifier le profil"
522
 
523
+ #: functions.php:4146 modules/node_server.php:98 modules/node_server.php:722
524
  msgid "Drag Files Here"
525
  msgstr "Déplacez des fichiers ici"
526
 
527
+ #: functions.php:4169 functions.php:4214 includes/wplc_custom_fields.php:107
528
+ #: includes/wplc_data_triggers.php:468 includes/wplc_data_triggers.php:606
529
  #: includes/wplc_departments.php:184 includes/wplc_departments.php:474
530
+ #: includes/wplc_roi.php:150 includes/wplc_roi.php:569
531
  #: modules/webhooks_manager.php:263
532
  msgid "Delete"
533
  msgstr "Supprimer"
534
 
535
+ #: functions.php:4170
536
  msgid "Send..."
537
  msgstr "Envoyer.."
538
 
539
+ #: functions.php:4171 functions.php:4216
540
  msgid "Play voice note"
541
  msgstr "Jouer une note vocale"
542
 
543
+ #: functions.php:4215
544
  msgid "Save..."
545
  msgstr "Sauvegarder..."
546
 
547
+ #: functions.php:4317 wp-live-chat-support.php:1014
548
+ #: wp-live-chat-support.php:2489
549
  msgid "is typing..."
550
  msgstr "est en train d'écrire..."
551
 
552
+ #: functions.php:4319
553
  msgid "There are no visitors on your site at the moment"
554
  msgstr "Il n'y a pas de visiteurs sur votre site en ce moment"
555
 
556
+ #: functions.php:4320
557
  msgid "Connection to the server lost, reconnecting..."
558
  msgstr "La connexion au serveur a été interrompue, en cours de reconnexion..."
559
 
560
+ #: functions.php:4321
561
  msgid "Agent offline - not accepting chats"
562
  msgstr "Agent hors ligne - n'accepte pas les discussions"
563
 
564
+ #: functions.php:4322 modules/node_server.php:103 wp-live-chat-support.php:1628
565
  msgid "Minimize Chat"
566
  msgstr "Minimiser le chat"
567
 
568
+ #: functions.php:4341
569
  msgid "An error has occured while fetching the news feed."
570
  msgstr "Une erreur s'est produite lors de la recherche d'actualités."
571
 
572
+ #: functions.php:4438
573
  msgid "Default"
574
  msgstr "Défaut"
575
 
576
+ #: functions.php:4739
577
  msgid "You do not have permission to perform this action"
578
  msgstr "Vous n'avez pas la permission d'effectuer cette action"
579
 
580
  #: includes/blocks/wplc-chat-box/index.php:30
581
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3675
582
  msgid "Gutenberg Blocks"
583
  msgstr "Blocs Gutenberg"
584
 
626
  msgid "Displays the chosen icon"
627
  msgstr "Affiche l'icône choisie"
628
 
629
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1022
630
+ #: wp-live-chat-support.php:1665
631
  msgid "Type here"
632
  msgstr "Écrivez ici"
633
 
634
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:756
635
  msgid "Live Chat"
636
  msgstr "Live chat"
637
 
638
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:757
639
  msgid "Dashboard"
640
  msgstr "Tableau de bord"
641
 
654
  msgid "Missed"
655
  msgstr "Manqués"
656
 
657
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:763
658
+ #: wp-live-chat-support.php:3099
659
  msgid "History"
660
  msgstr "Historique"
661
 
662
  #: includes/dashboard_page.php:57 includes/settings_page.php:125
663
+ #: includes/settings_page.php:759 modules/advanced_tools.php:84
664
+ #: wp-live-chat-support.php:765 wp-live-chat-support.php:3139
665
+ #: wp-live-chat-support.php:3660
666
  msgid "Offline Messages"
667
  msgstr "Messages hors ligne"
668
 
672
  msgstr "Outils"
673
 
674
  #: includes/dashboard_page.php:60 includes/settings_page.php:88
675
+ #: wp-live-chat-support.php:758
676
  msgid "Settings"
677
  msgstr "Paramètres"
678
 
705
  msgstr "Dernières actualités"
706
 
707
  #: includes/modal_control.php:27 modules/node_server.php:60
708
+ #: modules/node_server.php:715
709
  msgid "Please Confirm"
710
  msgstr "Veuillez confirmer"
711
 
714
  msgstr "Êtes-vous sûr?"
715
 
716
  #: includes/modal_control.php:39 includes/wplc_custom_fields.php:164
717
+ #: includes/wplc_custom_fields.php:249 includes/wplc_data_triggers.php:607
718
  #: includes/wplc_departments.php:251 includes/wplc_departments.php:475
719
+ #: includes/wplc_roi.php:246 includes/wplc_roi.php:570
720
+ #: modules/node_server.php:64 modules/node_server.php:717
721
  #: modules/webhooks_manager.php:342
722
  msgid "Cancel"
723
  msgstr "Annuler"
724
 
725
  #: includes/modal_control.php:40 modules/node_server.php:63
726
+ #: modules/node_server.php:716 modules/webhooks_manager.php:341
727
  msgid "Confirm"
728
  msgstr "Confirmer"
729
 
730
+ #: includes/notification_control.php:22
731
  msgid "User is browsing"
732
  msgstr "L'utilisateur est en cours de navigation"
733
 
734
+ #: includes/notification_control.php:33 includes/notification_control.php:66
735
+ #: includes/notification_control.php:111 includes/wplc_transfer_chats.php:472
736
  #: includes/wplc_transfer_chats.php:493 includes/wplc_transfer_chats.php:556
737
  #: includes/wplc_transfer_chats.php:592
738
  msgid "System notification"
739
  msgstr "Notification système"
740
 
741
+ #: includes/notification_control.php:106
742
  msgid "has joined the chat."
743
  msgstr "a rejoint la discussion."
744
 
745
  #: includes/settings_page.php:115 includes/settings_page.php:153
746
+ #: wp-live-chat-support.php:3671
747
  msgid "General Settings"
748
  msgstr "Paramètres généraux"
749
 
751
  msgid "Chat Box"
752
  msgstr "Fenêtre de chat"
753
 
754
+ #: includes/settings_page.php:130 includes/settings_page.php:935
755
  msgid "Styling"
756
  msgstr "Style"
757
 
758
  #: includes/settings_page.php:135 modules/node_server.php:89
759
+ #: modules/node_server.php:721
760
  msgid "Agents"
761
  msgstr "Agents"
762
 
794
  msgid "This name will be displayed for all not logged in visitors"
795
  msgstr "Ce nom sera affiché pour tous les visiteurs non connectés"
796
 
 
 
 
 
797
  #: includes/settings_page.php:199
798
  msgid "Input Field Replacement Text"
799
  msgstr "Texte de remplacement dans le champ de saisie"
951
  msgid "No post types found."
952
  msgstr "Aucun type de publication trouvé."
953
 
954
+ #: includes/settings_page.php:335
 
 
 
 
 
 
 
 
 
 
 
 
955
  msgid "Order by"
956
  msgstr "Classer par"
957
 
958
+ #: includes/settings_page.php:341
959
  msgid "Number"
960
  msgstr "Nombre"
961
 
962
+ #: includes/settings_page.php:347
963
  msgid "Sort"
964
  msgstr "Trier"
965
 
966
+ #: includes/settings_page.php:351
967
  msgid "Descending"
968
  msgstr "Descendant"
969
 
970
+ #: includes/settings_page.php:352
971
  msgid "Ascending"
972
  msgstr "Ascendant"
973
 
974
+ #: includes/settings_page.php:359
975
  #, fuzzy
976
  #| msgid "Localization"
977
  msgid "Geolocalization"
978
  msgstr "Localisation"
979
 
980
+ #: includes/settings_page.php:363
981
  #, fuzzy
982
  #| msgid "Visitors on site"
983
  msgid "Detect Visitors Country"
984
  msgstr "Visiteur sur le site"
985
 
986
+ #: includes/settings_page.php:367
987
  #, php-format
988
  msgid ""
989
  "This feature requires the use of the GeoIP Detection plugin. Install it by "
990
  "going %s"
991
  msgstr ""
992
 
993
+ #: includes/settings_page.php:367 includes/wplc_departments.php:585
994
+ #: modules/node_server.php:501 wp-live-chat-support.php:2030
995
  msgid "here"
996
  msgstr "ici"
997
 
998
+ #: includes/settings_page.php:368
999
  #, fuzzy
1000
  #| msgid ""
1001
  #| "This feature is only available when you select 3CX High Performance Cloud "
1007
  "Cette fonctionnalité est seulement disponible quand vous sélextionnez 3CX "
1008
  "High Performance Cloud Servers dans Fonctionnalités Avancées."
1009
 
1010
+ #: includes/settings_page.php:374
1011
  msgid "Voice Notes"
1012
  msgstr "Notes vocales"
1013
 
1014
+ #: includes/settings_page.php:378
1015
  msgid "Enable Voice Notes on admin side"
1016
  msgstr "Activer les notes vocales du côté admin"
1017
 
1018
+ #: includes/settings_page.php:380
1019
  msgid ""
1020
  "Enabling this will allow you to record the voice during the chat and send it "
1021
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
1024
  "discussion et de l'envoyer au visiteur une fois que vous aurez appuyé sur "
1025
  "CTRL + ESPACE dans la fenêtre de chat principale"
1026
 
1027
+ #: includes/settings_page.php:388
1028
  msgid "Enable Voice Notes on visitor side"
1029
  msgstr "Activer les notes vocales du côté du visiteur"
1030
 
1031
+ #: includes/settings_page.php:390
1032
  msgid ""
1033
  "Enabling this will allow the visitors to record the voice during the chat "
1034
  "and send it to agent once they hold on CTRL + SPACEBAR"
1037
  "discussion et de l'envoyer à l'agent une fois qu'ils ont appuyé sur CTRL + "
1038
  "ESPACE"
1039
 
1040
+ #: includes/settings_page.php:404 wp-live-chat-support.php:3672
1041
  msgid "Chat Box Settings"
1042
  msgstr "Paramètres de la fenêtre de chat"
1043
 
1044
+ #: includes/settings_page.php:407
1045
  msgid "Alignment"
1046
  msgstr "Alignement"
1047
 
1048
+ #: includes/settings_page.php:410
1049
  msgid "Bottom left"
1050
  msgstr "En bas à gauche"
1051
 
1052
+ #: includes/settings_page.php:411
1053
  msgid "Bottom right"
1054
  msgstr "En bas à droite"
1055
 
1056
+ #: includes/settings_page.php:412
1057
  msgid "Left"
1058
  msgstr "Gauche"
1059
 
1060
+ #: includes/settings_page.php:413
1061
  msgid "Right"
1062
  msgstr "Droite"
1063
 
1064
+ #: includes/settings_page.php:420
1065
  msgid "Chat box height (percent of the page)"
1066
  msgstr ""
1067
 
1068
+ #: includes/settings_page.php:425
1069
+ msgid "Use absolute height"
1070
+ msgstr ""
1071
+
1072
+ #: includes/settings_page.php:436
1073
  msgid "Automatic Chatbox Pop-Up"
1074
  msgstr ""
1075
 
1076
+ #: includes/settings_page.php:436
1077
  msgid ""
1078
  "Expand the chat box automatically (prompts the user to enter their name and "
1079
  "email address)."
1081
  "Ouvrir automatiquement la fenêtre de discussion (invite le visiteur à entrer "
1082
  "son nom et son adresse email)"
1083
 
1084
+ #: includes/settings_page.php:440
1085
  #, fuzzy
1086
  #| msgid "Disable Emojis"
1087
  msgid "Disabled"
1088
  msgstr "Désactiver les emojis"
1089
 
1090
+ #: includes/settings_page.php:441
1091
  msgid "No Forms - Only show 'Start Chat' button"
1092
  msgstr ""
1093
 
1094
+ #: includes/settings_page.php:442
1095
  msgid "All Forms - Show chatbox forms and fields"
1096
  msgstr ""
1097
 
1098
+ #: includes/settings_page.php:444
1099
  #, fuzzy
1100
  #| msgid "Choose when I want to be online"
1101
  msgid "Pop-up only when agents are online"
1102
  msgstr "Choisir quand je veux apparaître en ligne"
1103
 
1104
+ #: includes/settings_page.php:445
1105
+ msgid "Pop-up for mobile users"
1106
+ msgstr ""
1107
+
1108
+ #: includes/settings_page.php:451
1109
  msgid "Display for chat message:"
1110
  msgstr "Affichage pour message chat :"
1111
 
1112
+ #: includes/settings_page.php:455
1113
  msgid "Avatar"
1114
  msgstr "Avatar"
1115
 
1116
+ #: includes/settings_page.php:460
1117
  msgid "Display typing indicator"
1118
  msgstr "Affichage de l'indicateur de saisie"
1119
 
1120
+ #: includes/settings_page.php:460
1121
  msgid ""
1122
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1123
  "visitor is typing."
1125
  "Affiche l'animation \"en train d'écrire...\" dans la fenêtre de discussion "
1126
  "dès qu'un agent ou un visiteur est en train d'écrire."
1127
 
1128
+ #: includes/settings_page.php:464
1129
  #, fuzzy
1130
  #| msgid ""
1131
  #| "For non-cloud server users, please note that this will increase the "
1137
  "Pour les utilisateurs de serveurs non Cloud, veuillez noter que cela "
1138
  "augmentera la quantité de ressources serveur requises."
1139
 
1140
+ #: includes/settings_page.php:469
1141
  msgid "Chat box for logged in users only:"
1142
  msgstr "Fenêtre de chat pour utilisateurs connectés seulement :"
1143
 
1144
+ #: includes/settings_page.php:469
1145
  msgid ""
1146
  "By checking this, only users that are logged in will be able to chat with "
1147
  "you."
1149
  "En cochant cette case, seuls les visiteurs qui sont connectés seront en "
1150
  "mesure de discuter avec vous."
1151
 
1152
+ #: includes/settings_page.php:477
1153
  msgid "Use Logged In User Details"
1154
  msgstr "Utiliser les détails du visiteur connecté"
1155
 
1156
+ #: includes/settings_page.php:477
1157
  msgid ""
1158
  "A user's Name and Email Address will be used by default if they are logged "
1159
  "in."
1161
  "Le nom et l'email de votre visiteur seront utilisés par défaut s'il est "
1162
  "connecté."
1163
 
1164
+ #: includes/settings_page.php:485
1165
  msgid "Display a timestamp in the chat window:"
1166
  msgstr "Afficher un horodatage dans la fenêtre de chat :"
1167
 
1168
+ #: includes/settings_page.php:489 wp-live-chat-support.php:2089
1169
  msgid "Time"
1170
  msgstr "Temps"
1171
 
1172
+ #: includes/settings_page.php:494
1173
  msgid "Redirect to “Thank You” page on chat end:"
1174
  msgstr ""
1175
  "Redirection de l'utilisateur vers la page de remerciement à la fin du chat :"
1176
 
1177
+ #: includes/settings_page.php:494
1178
  msgid ""
1179
  "By checking this, users will be redirected to your thank you page when a "
1180
  "chat is completed."
1182
  "En cochant cette case, les utilisateurs seront redirigés vers votre page de "
1183
  "remerciement lorsqu'une discussion est terminée."
1184
 
1185
+ #: includes/settings_page.php:498
1186
  msgid "Thank You Page URL"
1187
  msgstr "URL de la page de remerciement"
1188
 
1189
+ #: includes/settings_page.php:508
1190
  msgid "Disable Emojis"
1191
  msgstr "Désactiver les emojis"
1192
 
1193
+ #: includes/settings_page.php:525
1194
  msgid "User / Agent name"
1195
  msgstr "Nom d'utilisateur / agent"
1196
 
1197
+ #: includes/settings_page.php:533
1198
  msgid "Use WordPress name"
1199
  msgstr "Utiliser le nom WordPress"
1200
 
1201
+ #: includes/settings_page.php:536
1202
  msgid "Note: 'Name' field will be ignored"
1203
  msgstr "Remarque : le champ \"Nom\" sera ignoré"
1204
 
1205
+ #: includes/settings_page.php:568
1206
  msgid "Incoming chat ring tone"
1207
  msgstr "Sonnerie de chat entrant"
1208
 
1209
+ #: includes/settings_page.php:584
1210
  msgid "Incoming message tone"
1211
  msgstr "Tonalité de message entrant"
1212
 
1213
+ #: includes/settings_page.php:601
1214
  msgid "Icon"
1215
  msgstr "Icône"
1216
 
1217
+ #: includes/settings_page.php:609
1218
  msgid "Upload Icon"
1219
  msgstr "Uploader une icône"
1220
 
1221
+ #: includes/settings_page.php:610 includes/settings_page.php:615
1222
  msgid "Select Default Icon"
1223
  msgstr "Sélectionner l'icône par défaut"
1224
 
1225
+ #: includes/settings_page.php:612
1226
  msgid "Recommended Size 50px x 50px"
1227
  msgstr "Taille recommandée 50px par 50px"
1228
 
1229
+ #: includes/settings_page.php:655
1230
  msgid "Picture"
1231
  msgstr "Photo"
1232
 
1233
+ #: includes/settings_page.php:663
1234
  msgid "Upload Image"
1235
  msgstr "Importer une photo"
1236
 
1237
+ #: includes/settings_page.php:664
1238
  #, fuzzy
1239
  #| msgid "Select Default Icon"
1240
  msgid "Select Default Image"
1241
  msgstr "Sélectionner l'icône par défaut"
1242
 
1243
+ #: includes/settings_page.php:667
1244
  msgid "Remove Image"
1245
  msgstr "Retirer la photo"
1246
 
1247
+ #: includes/settings_page.php:668
1248
  msgid "Recommended Size 60px x 60px"
1249
  msgstr "Taille recommandée 60px par 60px"
1250
 
1251
+ #: includes/settings_page.php:675
1252
  msgid "Logo"
1253
  msgstr "Logo"
1254
 
1255
+ #: includes/settings_page.php:683
1256
  msgid "Upload Logo"
1257
  msgstr "Importer le Logo"
1258
 
1259
+ #: includes/settings_page.php:685
1260
  msgid "Remove Logo"
1261
  msgstr "Retirer le Logo"
1262
 
1263
+ #: includes/settings_page.php:686
1264
  msgid "Recommended Size 250px x 40px"
1265
  msgstr "Taille recommandée 250px par 40px"
1266
 
1267
+ #: includes/settings_page.php:692
1268
  msgid "Chat button delayed startup (seconds)"
1269
  msgstr "Délai de démarrage du bouton de chat (secondes)"
1270
 
1271
+ #: includes/settings_page.php:692
1272
  msgid "How long to delay showing the Live Chat button on a page"
1273
  msgstr ""
1274
  "Combien de temps attendre avant d'afficher le bouton de live chat sur une "
1275
  "page"
1276
 
1277
+ #: includes/settings_page.php:701
1278
  msgid "Chat notifications"
1279
  msgstr "Notifications de chat"
1280
 
1281
+ #: includes/settings_page.php:701
1282
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1283
  msgstr ""
1284
  "Alertez-moi par email dès qu'un visiteur souhaite ouvrir une discussion (en "
1285
  "ligne seulement)"
1286
 
1287
+ #: includes/settings_page.php:710
1288
  msgid "User Experience"
1289
  msgstr "Expérience utilisateur"
1290
 
1291
+ #: includes/settings_page.php:714
1292
  msgid "Share files"
1293
  msgstr "Partager des fichiers"
1294
 
1295
+ #: includes/settings_page.php:714
1296
  msgid "Adds file sharing to your chat box!"
1297
  msgstr "Ajoute le partage de fichiers à votre fenêtre de chat !"
1298
 
1299
+ #: includes/settings_page.php:718
1300
  msgid "Visitor experience ratings"
1301
  msgstr "Évaluation de l'expérience utilisateur"
1302
 
1303
+ #: includes/settings_page.php:718
1304
  msgid "Allows users to rate the chat experience with an agent."
1305
  msgstr "Permet aux utilisateurs d'évaluer l'expérience de chat avec un agent."
1306
 
1307
+ #: includes/settings_page.php:724 includes/settings_page.php:1050
1308
  msgid "Social"
1309
  msgstr "Social"
1310
 
1311
+ #: includes/settings_page.php:728
1312
  msgid "Facebook URL"
1313
  msgstr "URL Facebook"
1314
 
1315
+ #: includes/settings_page.php:728
1316
  msgid "Link your Facebook page here. Leave blank to hide"
1317
  msgstr "Liez votre page Facebook ici. Laisser vide pour cacher"
1318
 
1319
+ #: includes/settings_page.php:729
1320
  msgid "Facebook URL..."
1321
  msgstr "URL Facebook..."
1322
 
1323
+ #: includes/settings_page.php:740
1324
  msgid "Twitter URL"
1325
  msgstr "URL Twitter"
1326
 
1327
+ #: includes/settings_page.php:740
1328
  msgid "Link your Twitter page here. Leave blank to hide"
1329
  msgstr "Liez votre page Twitter ici. Laisser vide pour cacher"
1330
 
1331
+ #: includes/settings_page.php:741
1332
  msgid "Twitter URL..."
1333
  msgstr "URL Twitter..."
1334
 
1335
+ #: includes/settings_page.php:763
1336
  msgid "Disable offline messages"
1337
  msgstr "Désactiver les messages hors ligne"
1338
 
1339
+ #: includes/settings_page.php:763
1340
  msgid ""
1341
  "The chat window will be hidden when it is offline. Users will not be able to "
1342
  "send offline messages to you"
1344
  "La fenêtre de chat sera cachée quand vous êtes déconnecté. Les visiteurs ne "
1345
  "seront pas en mesure de vous envoyer des messages hors ligne"
1346
 
1347
+ #: includes/settings_page.php:770
1348
  msgid "Offline Form Title"
1349
  msgstr "Titre du formulaire hors ligne"
1350
 
1351
+ #: includes/settings_page.php:778
1352
  msgid "Offline form initial message"
1353
  msgstr "Message initial du formulaire hors ligne"
1354
 
1355
+ #: includes/settings_page.php:784
1356
  msgid "Offline form message on send"
1357
  msgstr "Message du formulaire hors ligne lors de l'envoi"
1358
 
1359
+ #: includes/settings_page.php:790
1360
  msgid "Offline form finish message"
1361
  msgstr "Message de fin du formulaire hors ligne"
1362
 
1363
+ #: includes/settings_page.php:796
1364
  msgid "Offline Button Text"
1365
  msgstr "Texte du bouton hors ligne"
1366
 
1367
+ #: includes/settings_page.php:802
1368
  msgid "Offline Send Button Text"
1369
  msgstr "Texte du bouton d'envoi hors ligne"
1370
 
1371
+ #: includes/settings_page.php:810
1372
  msgid "Email settings"
1373
  msgstr "Paramètres de messagerie"
1374
 
1375
+ #: includes/settings_page.php:816
1376
  msgid "Send to agent(s)"
1377
  msgstr "Envoyer à agent(s)"
1378
 
1379
+ #: includes/settings_page.php:816
1380
  msgid ""
1381
  "Email address where offline messages are delivered to. Use comma separated "
1382
  "email addresses to send to more than one email address"
1384
  "Adresse email où les messages hors ligne sont envoyés.Séparez les adresses "
1385
  "email par des virgules pour envoyer à plusieurs adresses"
1386
 
1387
+ #: includes/settings_page.php:826
1388
  msgid "Subject"
1389
  msgstr "Objet"
1390
 
1391
+ #: includes/settings_page.php:826
1392
  msgid "User name will be appended to the end of the subject."
1393
  msgstr "Le nom d'utilisateur sera ajouté à la fin du sujet."
1394
 
1395
+ #: includes/settings_page.php:839
1396
  msgid "Auto-respond to visitor"
1397
  msgstr "Répondre automatiquement au visiteur"
1398
 
1399
+ #: includes/settings_page.php:839
1400
  msgid "Send your visitors an email as soon as they send you an offline message"
1401
  msgstr ""
1402
  "Envoyer un email à vos visiteurs dès qu'ils vous envoient un message hors "
1403
  "ligne"
1404
 
1405
+ #: includes/settings_page.php:845
1406
  msgid "Auto-responder 'From' name"
1407
  msgstr "Nom de l'expéditeur du message de réponse automatique"
1408
 
1409
+ #: includes/settings_page.php:851
1410
  msgid "Auto-responder 'From' email"
1411
  msgstr "Email de l'expéditeur du message de réponse automatique"
1412
 
1413
+ #: includes/settings_page.php:857
1414
  msgid "Auto-responder subject"
1415
  msgstr "Objet du message de réponse automatique"
1416
 
1417
+ #: includes/settings_page.php:863
1418
  msgid "Auto-responder body"
1419
  msgstr "Corps de l'email du message de réponse automatique"
1420
 
1421
+ #: includes/settings_page.php:866
1422
  msgid "HTML and the following shortcodes can be used"
1423
  msgstr "HTML et les shortcodes suivants peuvent être utilisés"
1424
 
1425
+ #: includes/settings_page.php:866
1426
  msgid "User's name"
1427
  msgstr "Nom de l'utilisateur"
1428
 
1429
+ #: includes/settings_page.php:866
1430
  msgid "User's email address"
1431
  msgstr "Adresse email de l'utilisateur"
1432
 
1433
+ #: includes/settings_page.php:942
1434
  msgid "Color scheme"
1435
  msgstr "Schéma de couleurs"
1436
 
1437
+ #: includes/settings_page.php:998
1438
  msgid "Custom Scheme"
1439
  msgstr "Schéma personnalisé"
1440
 
1441
+ #: includes/settings_page.php:1018
1442
  msgid "Palette Color 1"
1443
  msgstr "Couleur de la palette 1"
1444
 
1445
+ #: includes/settings_page.php:1024
1446
  msgid "Palette Color 2"
1447
  msgstr "Couleur de la palette 2"
1448
 
1449
+ #: includes/settings_page.php:1030
1450
  msgid "Palette Color 3"
1451
  msgstr "Couleur de la palette 3"
1452
 
1453
+ #: includes/settings_page.php:1036
1454
  msgid "Palette Color 4"
1455
  msgstr "Couleur de la palette 4"
1456
 
1457
+ #: includes/settings_page.php:1043
1458
  msgid "Chat background"
1459
  msgstr "Arrière-plan du chat"
1460
 
1461
+ #: includes/settings_page.php:1047
1462
  msgid "Cloudy"
1463
  msgstr "Nuageux"
1464
 
1465
+ #: includes/settings_page.php:1048
1466
  msgid "Geometry"
1467
  msgstr "Géométrie"
1468
 
1469
+ #: includes/settings_page.php:1049
1470
  msgid "Tech"
1471
  msgstr "Tech"
1472
 
1473
+ #: includes/settings_page.php:1051 includes/wplc_roi.php:156
1474
+ #: modules/node_server.php:771
1475
  msgid "None"
1476
  msgstr "Aucun"
1477
 
1478
+ #: includes/settings_page.php:1057
1479
  msgid "Use localization plugin"
1480
  msgstr "Utiliser un plugin de localisation"
1481
 
1482
+ #: includes/settings_page.php:1060
1483
  #, fuzzy, php-format
1484
  #| msgid ""
1485
  #| "Enable this if you are using a localization plugin. Should you wish to "
1494
  "souhaitez modifier les chaînes ci-dessous avec cette option activée, "
1495
  "consultez la documentation% s"
1496
 
1497
+ #: includes/settings_page.php:1066
1498
  msgid "Chat box title"
1499
  msgstr "Titre de la fenêtre de chat"
1500
 
1501
+ #: includes/settings_page.php:1072
1502
  msgid "Chat box sub-title"
1503
  msgstr "Sous-titre de la fenêtre de chat"
1504
 
1505
+ #: includes/settings_page.php:1078
1506
  msgid "Chat box intro"
1507
  msgstr "Introduction de la fenêtre de chat"
1508
 
1509
+ #: includes/settings_page.php:1084
1510
  msgid "Start chat button label"
1511
  msgstr "Libellé du bouton de démarrage du chat"
1512
 
1513
+ #: includes/settings_page.php:1090
1514
  msgid "Start chat status message"
1515
  msgstr "Message de statut du démarrage du chat"
1516
 
1517
+ #: includes/settings_page.php:1096
1518
  msgid "Re-activate chat message"
1519
  msgstr "Réactiver le message chat"
1520
 
1521
+ #: includes/settings_page.php:1104
1522
  msgid "Welcome message"
1523
  msgstr "Message de bienvenue"
1524
 
1525
+ #: includes/settings_page.php:1106
1526
  msgid ""
1527
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1528
  "join"
1530
  "Ce texte s'affiche dès qu'un utilisateur démarre un chat et attend qu'un "
1531
  "agent se joigne à lui"
1532
 
1533
+ #: includes/settings_page.php:1110
1534
  msgid "Agent no answer message"
1535
  msgstr "Message de non réponse de l'agent"
1536
 
1537
+ #: includes/settings_page.php:1112
1538
  msgid ""
1539
  "This text is shown to the user when an agent has failed to answer a chat"
1540
  msgstr ""
1541
  "Ce texte est affiché chez l'utilisateur lorsqu'un agent n'a pas pu répondre "
1542
  "à un chat"
1543
 
1544
+ #: includes/settings_page.php:1116
1545
  msgid "Other text"
1546
  msgstr "Autre texte"
1547
 
1548
+ #: includes/settings_page.php:1119 wp-live-chat-support.php:177
1549
+ #: wp-live-chat-support.php:968
1550
  msgid "The chat has been ended by the agent."
1551
  msgstr "Le chat a été terminé par l'agent."
1552
 
1553
+ #: includes/settings_page.php:1124
1554
  msgid "Chat box animation"
1555
  msgstr "Animation de la fenêtre de chat"
1556
 
1557
+ #: includes/settings_page.php:1132
1558
  msgid "Slide Up"
1559
  msgstr "Glisser vers le haut"
1560
 
1561
+ #: includes/settings_page.php:1138
1562
  msgid "Slide From The Side"
1563
  msgstr "Glisser depuis le côté"
1564
 
1565
+ #: includes/settings_page.php:1144
1566
  msgid "Fade In"
1567
  msgstr "Estomper"
1568
 
1569
+ #: includes/settings_page.php:1150
1570
  msgid "No Animation"
1571
  msgstr "Pas d'animation"
1572
 
1573
+ #: includes/settings_page.php:1168
1574
  msgid "Auto-response to first message"
1575
  msgstr "Réponse automatique au premier message"
1576
 
1577
+ #: includes/settings_page.php:1171
1578
  msgid ""
1579
  "This message will be sent automatically after the first message is sent from "
1580
  "the user side. Leave empty to disable."
1582
  "Ce message sera envoyé automatiquement après le premier message envoyé par "
1583
  "l'utilisateur. Laisser vide pour désactiver."
1584
 
1585
+ #: includes/settings_page.php:1183
1586
  msgid "Chat Agents"
1587
  msgstr "Agents de chat"
1588
 
1589
+ #: includes/settings_page.php:1192
1590
  msgid "Logged In"
1591
  msgstr "Connecté"
1592
 
1593
+ #: includes/settings_page.php:1210
1594
  msgid "Add New Agent"
1595
  msgstr "Ajouter un nouvel agent"
1596
 
1597
+ #: includes/settings_page.php:1217
1598
  msgid "Administrator"
1599
  msgstr "Administrateur"
1600
 
1601
+ #: includes/settings_page.php:1222
1602
  msgid "Editor"
1603
  msgstr "Éditeur"
1604
 
1605
+ #: includes/settings_page.php:1231
1606
  msgid "Add Agent"
1607
  msgstr "Ajouter un agent"
1608
 
1609
+ #: includes/settings_page.php:1237
1610
  #, php-format
1611
  msgid ""
1612
  "Should you wish to add a user that has a role less than 'Author', please go "
1618
  "cliquez sur Modifier et faites défiler jusqu'au bas de la page et cochez la "
1619
  "case \"Agent de chat\"."
1620
 
1621
+ #: includes/settings_page.php:1237
1622
  msgid "Users"
1623
  msgstr "Utilisateurs"
1624
 
1625
+ #: includes/settings_page.php:1238
1626
  msgid "If there are no chat agents online, the chat will show as offline"
1627
  msgstr ""
1628
  "S'il n'y a pas d'agent en ligne, le chat sera affiché comme \"hors ligne\""
1629
 
1630
+ #: includes/settings_page.php:1243
1631
  msgid "Blocked Visitors / IP Addresses"
1632
  msgstr "Visiteurs / adresses IP bloqué(e)s"
1633
 
1634
+ #: includes/settings_page.php:1247
1635
  msgid "Enter each IP Address you would like to block on a new line"
1636
  msgstr ""
1637
  "Entrer chaque adresse IP que vous souhaitez bloquer sur une nouvelle ligne"
1638
 
1639
+ #: includes/settings_page.php:1258
1640
  msgid ""
1641
  "Blocking a user's IP Address here will hide the chat window from them, "
1642
  "preventing them from chatting with you. Each IP Address must be on a new line"
1645
  "lorsqu'il se connectera à votre site. Chaque adresse IP doit être sur une "
1646
  "nouvelle ligne"
1647
 
1648
+ #: includes/settings_page.php:1272
1649
  msgid "Enable Business Hours"
1650
  msgstr "Activer les heures d'ouverture"
1651
 
1652
+ #: includes/settings_page.php:1276
1653
  msgid "Working days"
1654
  msgstr ""
1655
 
1656
+ #: includes/settings_page.php:1278
1657
+ #, fuzzy
1658
+ #| msgid "Week Days"
1659
+ msgid "Week Day"
1660
+ msgstr "Jours de la semaine"
1661
+
1662
+ #: includes/settings_page.php:1278
1663
  #, fuzzy
1664
  #| msgid "Active schedule"
1665
+ msgid "Morning Schedule"
1666
  msgstr "Horaire actif"
1667
 
1668
+ #: includes/settings_page.php:1278
 
 
 
 
 
 
 
 
1669
  #, fuzzy
1670
  #| msgid "Active schedule"
1671
+ msgid "Afternoon Schedule"
1672
  msgstr "Horaire actif"
1673
 
1674
+ #: includes/settings_page.php:1281 includes/settings_page.php:1286
1675
+ #: wp-live-chat-support.php:3911 wp-live-chat-support.php:3971
1676
+ msgid "From"
1677
+ msgstr "De"
1678
+
1679
+ #: includes/settings_page.php:1283 includes/settings_page.php:1288
1680
+ #: includes/wplc_transfer_chats.php:582
1681
+ msgid "to"
1682
+ msgstr "à"
1683
+
1684
+ #: includes/settings_page.php:1298
1685
  msgid ""
1686
  "Time intervals are incorrect or overlapping. Please fix your settings or you "
1687
  "might get unexpected behavior."
1688
  msgstr ""
1689
 
1690
+ #: includes/settings_page.php:1308
1691
  msgid "Current Site Time"
1692
  msgstr "Heure actuelle du site"
1693
 
1694
+ #: includes/settings_page.php:1323
1695
  msgid "Chat Encryption"
1696
  msgstr "Cryptage du chat"
1697
 
1698
+ #: includes/settings_page.php:1326
1699
  msgid "Enable Encryption"
1700
  msgstr "Activer le cryptage"
1701
 
1702
+ #: includes/settings_page.php:1326
1703
  msgid ""
1704
  "All messages will be encrypted when being sent to and from the user and "
1705
  "agent."
1707
  "Tous les messages seront cryptés lorsqu'ils seront envoyés de et vers "
1708
  "l'utilisateur et l'agent."
1709
 
1710
+ #: includes/settings_page.php:1330
1711
  msgid ""
1712
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1713
  msgstr ""
1714
  "Une fois activé, tous les messages envoyés seront cryptés. Cela ne peut pas "
1715
  "être annulé."
1716
 
1717
+ #: includes/settings_page.php:1336
1718
+ #, fuzzy
1719
+ #| msgid "Encryption"
1720
+ msgid "Encryption key"
1721
+ msgstr "Cryptage"
1722
+
1723
+ #: includes/settings_page.php:1341 modules/advanced_features.php:59
1724
+ #: modules/api/public/wplc-api.php:84
1725
+ msgid "Generate New"
1726
+ msgstr "Générer nouveau"
1727
+
1728
+ #: includes/settings_page.php:1344
1729
+ #, fuzzy
1730
+ #| msgid ""
1731
+ #| "Once enabled, all messages sent will be encrypted. This cannot be undone."
1732
+ msgid ""
1733
+ "If you change encryption key, all previously encrypted messages will be "
1734
+ "lost. This cannot be undone."
1735
+ msgstr ""
1736
+ "Une fois activé, tous les messages envoyés seront cryptés. Cela ne peut pas "
1737
+ "être annulé."
1738
+
1739
  #: includes/settings_page.php:1354
1740
  msgid "Save Settings"
1741
  msgstr "Sauvegarder les paramètres"
1754
  "Cela apparaîtra en haut de la fenêtre de chat - Laissez vide pour désactiver."
1755
 
1756
  #: includes/wplc_custom_fields.php:67 includes/wplc_data_triggers.php:8
1757
+ #: includes/wplc_departments.php:139 includes/wplc_roi.php:105
1758
  #: modules/webhooks_manager.php:60 modules/webhooks_manager.php:321
1759
  msgid "Add New"
1760
  msgstr "Ajouter nouveau"
1761
 
1762
+ #: includes/wplc_custom_fields.php:71 wp-live-chat-support.php:787
1763
  msgid "Custom Fields"
1764
  msgstr "Champs personnalisés"
1765
 
1766
+ #: includes/wplc_custom_fields.php:80 includes/wplc_data_triggers.php:456
1767
+ #: wp-live-chat-support.php:2090
1768
  msgid "Type"
1769
  msgstr "Type"
1770
 
1771
+ #: includes/wplc_custom_fields.php:81 includes/wplc_data_triggers.php:458
1772
  msgid "Content"
1773
  msgstr "Contenu"
1774
 
1775
+ #: includes/wplc_custom_fields.php:82 includes/wplc_data_triggers.php:459
1776
+ #: wp-live-chat-support.php:2093 wp-live-chat-support.php:3046
1777
  msgid "Status"
1778
  msgstr "Statut"
1779
 
1780
+ #: includes/wplc_custom_fields.php:99 wp-live-chat-support.php:2273
1781
  msgid "Active"
1782
  msgstr "Actif"
1783
 
1785
  msgid "Inactive"
1786
  msgstr "Inactif"
1787
 
1788
+ #: includes/wplc_custom_fields.php:106 includes/wplc_data_triggers.php:467
1789
+ #: includes/wplc_departments.php:183 includes/wplc_roi.php:149
1790
  #: modules/webhooks_manager.php:262
1791
  msgid "Edit"
1792
  msgstr "Modifier"
1799
  msgid "Create a Custom Field"
1800
  msgstr "Créer un champ personnalisé"
1801
 
1802
+ #: includes/wplc_custom_fields.php:142 includes/wplc_custom_fields.php:225
1803
  msgid "Field Name"
1804
  msgstr "Nom du champ"
1805
 
1806
+ #: includes/wplc_custom_fields.php:146 includes/wplc_custom_fields.php:229
1807
  msgid "Field Type"
1808
  msgstr "Type de champ"
1809
 
1810
+ #: includes/wplc_custom_fields.php:149 includes/wplc_custom_fields.php:234
1811
  msgid "Text"
1812
  msgstr "Texte"
1813
 
1814
+ #: includes/wplc_custom_fields.php:150 includes/wplc_custom_fields.php:235
1815
  msgid "Drop Down"
1816
  msgstr "Menu déroulant"
1817
 
1818
+ #: includes/wplc_custom_fields.php:155 includes/wplc_custom_fields.php:240
1819
  msgid "Default Field Value"
1820
  msgstr "Valeur du champ par défaut"
1821
 
1822
+ #: includes/wplc_custom_fields.php:159 includes/wplc_custom_fields.php:244
1823
  msgid "Drop Down Contents"
1824
  msgstr "Contenu du menu déroulant"
1825
 
1826
+ #: includes/wplc_custom_fields.php:160 includes/wplc_custom_fields.php:245
1827
  msgid "Enter each option on a new line"
1828
  msgstr "Entrez chaque option sur une nouvelle ligne"
1829
 
1831
  msgid "Create Custom Field"
1832
  msgstr "Créer un champ personnalisé"
1833
 
1834
+ #: includes/wplc_custom_fields.php:220
1835
  msgid "Edit a Custom Field"
1836
  msgstr "Modifier un champ personnalisé"
1837
 
1838
+ #: includes/wplc_custom_fields.php:249
1839
  msgid "Update Custom Field"
1840
  msgstr "Mettre à jour un champ personnalisé"
1841
 
1842
+ #: includes/wplc_custom_fields.php:259
1843
  msgid "Custom Field Not Found"
1844
  msgstr "Champ personnalisé introuvable"
1845
 
1846
+ #: includes/wplc_custom_fields.php:260
1847
  msgid "Back"
1848
  msgstr "Précédent"
1849
 
1850
+ #: includes/wplc_custom_fields.php:274
1851
  msgid "Are you sure you want to delete this custom field?"
1852
  msgstr "Êtes-vous sûr de vouloir supprimer ce champ personnalisé?"
1853
 
1854
+ #: includes/wplc_custom_fields.php:310
1855
  msgid "Text Field"
1856
  msgstr "Champ de texte"
1857
 
1858
+ #: includes/wplc_custom_fields.php:313
1859
  msgid "Dropdown"
1860
  msgstr "Menu déroulant"
1861
 
1862
+ #: includes/wplc_custom_fields.php:379
1863
  msgid "Custom Field Data"
1864
  msgstr "Données du champ personnalisé"
1865
 
1866
+ #: includes/wplc_data_triggers.php:11 wp-live-chat-support.php:786
1867
+ #: wp-live-chat-support.php:3646
1868
  msgid "Triggers"
1869
  msgstr "Déclencheurs"
1870
 
1929
  msgid "Content Replacement"
1930
  msgstr "Remplacement du contenu"
1931
 
1932
+ #: includes/wplc_data_triggers.php:107
1933
  msgid "Replace Content"
1934
  msgstr "Remplacer le contenu"
1935
 
1936
+ #: includes/wplc_data_triggers.php:112
1937
  msgid "Enable Trigger"
1938
  msgstr "Activer le déclencheur"
1939
 
1940
+ #: includes/wplc_data_triggers.php:118 modules/node_server.php:445
1941
+ #: wp-live-chat-support.php:4319
1942
  msgid "Close"
1943
  msgstr "Fermer"
1944
 
1945
+ #: includes/wplc_data_triggers.php:128 includes/wplc_departments.php:261
1946
+ #: includes/wplc_roi.php:256
1947
  msgid "Please review your submission"
1948
  msgstr "Merci de contrôler votre demande"
1949
 
1950
+ #: includes/wplc_data_triggers.php:276
1951
  msgid "Trigger has been edited."
1952
  msgstr "Le déclencheur a été modifié."
1953
 
1954
+ #: includes/wplc_data_triggers.php:441
1955
  msgid "Conflict with page"
1956
  msgstr "Conflit avec la page"
1957
 
1958
+ #: includes/wplc_data_triggers.php:443
1959
  msgid "Trigger ID: "
1960
  msgstr "ID de déclenchement :"
1961
 
1962
+ #: includes/wplc_data_triggers.php:444
1963
  msgid ""
1964
  "It is possible that this trigger may override another trigger, or be "
1965
  "overridden by another trigger."
1967
  "Il est possible que ce déclencheur remplace un autre déclencheur ou soit "
1968
  "remplacé par un autre déclencheur."
1969
 
1970
+ #: includes/wplc_data_triggers.php:457 includes/wplc_roi.php:140
1971
+ #: modules/node_server.php:191 modules/node_server.php:739
1972
  msgid "Page"
1973
  msgstr "Page"
1974
 
1975
+ #: includes/wplc_data_triggers.php:476 includes/wplc_roi.php:691
1976
  msgid "All"
1977
  msgstr "Tout"
1978
 
1979
+ #: includes/wplc_data_triggers.php:480
1980
  msgid "Click to change trigger status"
1981
  msgstr "Cliquer pour changer le statut du déclencheur"
1982
 
1983
+ #: includes/wplc_data_triggers.php:490
1984
  msgid "No Triggers Found..."
1985
  msgstr "Aucun déclencheur trouvé ..."
1986
 
1987
+ #: includes/wplc_data_triggers.php:601
1988
  msgid "Are you sure you would like to delete trigger"
1989
  msgstr "Êtes-vous sûr de vouloir supprimer le déclencheur"
1990
 
2067
  msgstr "Département auquel vous avez été affecté en tant qu'agent"
2068
 
2069
  #: includes/wplc_departments.php:631 includes/wplc_transfer_chats.php:48
2070
+ #: modules/node_server.php:194 modules/node_server.php:741
2071
  msgid "Department"
2072
  msgstr "Département"
2073
 
2075
  msgid "Select Department"
2076
  msgstr "Sélectionner un département"
2077
 
2078
+ #: includes/wplc_roi.php:97 includes/wplc_roi.php:109
2079
+ #: wp-live-chat-support.php:3648
2080
  msgid "ROI Goals"
2081
  msgstr "Objectifs ROI"
2082
 
2083
+ #: includes/wplc_roi.php:106
2084
  msgid "View Reports"
2085
  msgstr "Afficher les rapports"
2086
 
2087
+ #: includes/wplc_roi.php:141
2088
  msgid "Value"
2089
  msgstr "Valeur"
2090
 
2091
+ #: includes/wplc_roi.php:163
2092
  msgid "No ROI Goals Found..."
2093
  msgstr "Aucun objectif ROI trouvé ..."
2094
 
2095
+ #: includes/wplc_roi.php:221
2096
  msgid "Goal Name"
2097
  msgstr "Nom de l'objectif"
2098
 
2099
+ #: includes/wplc_roi.php:226
2100
  msgid "Goal Overview"
2101
  msgstr "Aperçu de l'objectif"
2102
 
2103
+ #: includes/wplc_roi.php:231
2104
  msgid "Goal Page"
2105
  msgstr "Page d'objectif"
2106
 
2107
+ #: includes/wplc_roi.php:240
2108
  msgid "Goal Value"
2109
  msgstr "Valeur de l'objectif"
2110
 
2111
+ #: includes/wplc_roi.php:393
2112
  msgid "Goal has been edited."
2113
  msgstr "L'objectif a été modifié."
2114
 
2115
+ #: includes/wplc_roi.php:564
2116
  msgid "Are you sure you would like to delete goal"
2117
  msgstr "Êtes-vous sûr de vouloir supprimer l'objectif"
2118
 
2119
+ #: includes/wplc_roi.php:651
2120
  msgid "ROI Reports"
2121
  msgstr "Rapports ROI"
2122
 
2123
+ #: includes/wplc_roi.php:670
2124
  msgid "Goal Statistics"
2125
  msgstr "Statistiques d'objectif"
2126
 
2127
+ #: includes/wplc_roi.php:682
2128
  msgid "No Goals Found"
2129
  msgstr "Aucun objectif trouvé"
2130
 
2131
+ #: includes/wplc_roi.php:692
2132
  msgid "Last 30 Days"
2133
  msgstr "Les 30 derniers jours"
2134
 
2135
+ #: includes/wplc_roi.php:693
2136
  msgid "Last 15 Days"
2137
  msgstr "Les 15 derniers jours"
2138
 
2139
+ #: includes/wplc_roi.php:694
2140
  msgid "Last 7 Days"
2141
  msgstr "Les 7 derniers jours"
2142
 
2143
+ #: includes/wplc_roi.php:695
2144
  msgid "Last 24 Hours"
2145
  msgstr "Les dernières 24 heures"
2146
 
2147
+ #: includes/wplc_roi.php:747
2148
  msgid "Value Per Conversion"
2149
  msgstr "Valeur par conversion"
2150
 
2151
+ #: includes/wplc_roi.php:753
2152
  msgid "Total Value"
2153
  msgstr "Valeur totale"
2154
 
2155
+ #: includes/wplc_roi.php:758
2156
  msgid "Total Conversions"
2157
  msgstr "Total des conversions"
2158
 
2159
+ #: includes/wplc_roi.php:790
2160
  msgid "Value By Date"
2161
  msgstr "Valeur par date"
2162
 
2163
+ #: includes/wplc_roi.php:793
2164
  msgid "Value By Agent"
2165
  msgstr "Valeur par agent"
2166
 
2167
+ #: includes/wplc_roi.php:799
2168
  msgid "No data available yet..."
2169
  msgstr "Aucune donnée disponible pour le moment ..."
2170
 
2171
+ #: includes/wplc_transfer_chats.php:18 modules/node_server.php:728
2172
  msgid "Transfer"
2173
  msgstr "Transférer"
2174
 
2288
  msgid "department"
2289
  msgstr "département"
2290
 
 
 
 
 
2291
  #: includes/wplc_transfer_chats.php:585
2292
  msgid "as there were no agents online"
2293
  msgstr "car il n'y avait pas d'agents en ligne"
2347
  "Token de sécurité pour accéder aux chats sur le serveur du noeud. Changer "
2348
  "cela supprimera les sessions de chat actuellement en cours."
2349
 
2350
+ #: modules/advanced_features.php:65
 
 
 
 
2351
  msgid "Enable typing preview"
2352
  msgstr "Activer l'aperçu de saisie"
2353
 
2354
+ #: modules/advanced_features.php:65
2355
  msgid ""
2356
  "This option enables the typing preview, which means agents will be able to "
2357
  "see what the user is typing in realtime."
2359
  "Cette option active l'aperçu de saisie, ce qui signifie que les agents "
2360
  "pourront voir ce que l'utilisateur écrit en temps réel."
2361
 
2362
+ #: modules/advanced_features.php:71
2363
  msgid "Typing preview is not available when GDPR is enabled"
2364
  msgstr "L'aperçu de saisie n'et pas disponible quand le RGDP est activé"
2365
 
2366
+ #: modules/advanced_features.php:81
2367
  msgid "Number of chat rings"
2368
  msgstr "Nombre de sonneries de chat"
2369
 
2370
+ #: modules/advanced_features.php:81
2371
  msgid "Limit the amount of time the new chat ringer will play"
2372
  msgstr ""
2373
  "Limiter la durée pendant laquelle la nouvelle sonnerie de chat va jouer"
2388
  msgid "Import Settings"
2389
  msgstr "Importer les paramètres"
2390
 
2391
+ #: modules/advanced_tools.php:62 modules/node_server.php:720
2392
+ #: wp-live-chat-support.php:3661
2393
  msgid "Chat History"
2394
  msgstr "Historique du chat"
2395
 
2443
  msgid "Thank you, all settings have been updated"
2444
  msgstr "Merci, tous les paramètres ont été mis à jour"
2445
 
2446
+ #: modules/api/agent/wplc-api-functions.php:202
2447
+ #: modules/api/agent/wplc-api-functions.php:532
2448
+ #: modules/api/public/wplc-api-functions.php:158
2449
  msgid "Action not set"
2450
  msgstr "Action non définie"
2451
 
2452
+ #: modules/api/agent/wplc-api-functions.php:393
2453
  msgid "IP Address not recorded"
2454
  msgstr "Adresse IP non enregistrée"
2455
 
2456
+ #: modules/api/agent/wplc-api-functions.php:1018
2457
  msgid "Upload error"
2458
  msgstr "Erreur d'upload"
2459
 
2460
+ #: modules/api/agent/wplc-api-functions.php:1021
2461
  msgid "Security Violation - File unsafe"
2462
  msgstr "Violation de sécurité - Fichier non sécurisé"
2463
 
2491
  msgid "Call To Action Animation"
2492
  msgstr "Animation \"Appel à l'action\""
2493
 
2494
+ #: modules/gdpr.php:26
2495
  msgid "Enable privacy controls"
2496
  msgstr "Activer le contrôle de confidentialité"
2497
 
2498
+ #: modules/gdpr.php:26
2499
  msgid "Disabling will disable all GDPR related options, this is not advised."
2500
  msgstr ""
2501
  "La désactivation désactivera toutes les options liées au RGPD, cela n'est "
2502
  "pas conseillé."
2503
 
2504
+ #: modules/gdpr.php:30
2505
  msgid "Importance of GDPR Compliance"
2506
  msgstr "Importance de la conformité RGPD"
2507
 
2508
+ #: modules/gdpr.php:36
2509
  msgid "Organization name"
2510
  msgstr "Nom de l'organisation"
2511
 
2512
+ #: modules/gdpr.php:45
2513
  msgid "Data retention purpose"
2514
  msgstr "Objectif de conservation des données"
2515
 
2516
+ #: modules/gdpr.php:48 modules/gdpr.php:373 wp-live-chat-support.php:124
2517
  msgid "Chat/Support"
2518
  msgstr "Chat/Support"
2519
 
2520
+ #: modules/gdpr.php:54
2521
  msgid "Data retention period"
2522
  msgstr "Durée de conservation des données"
2523
 
2524
+ #: modules/gdpr.php:57
2525
  msgid "days"
2526
  msgstr "jours"
2527
 
2528
+ #: modules/gdpr.php:63
2529
  msgid "GDPR notice to visitors"
2530
  msgstr "Notification RGPD aux visiteurs"
2531
 
2532
+ #: modules/gdpr.php:64
2533
  msgid ""
2534
  "Users will be asked to accept the notice shown here, in the form of a check "
2535
  "box."
2537
  "Il sera demandé aux utilisateurs d'accepter la notification affichée ici, "
2538
  "sous forme de case à cocher."
2539
 
2540
+ #: modules/gdpr.php:81
2541
+ msgid "Use a custom text for GDPR notice"
2542
+ msgstr ""
2543
+
2544
+ #: modules/gdpr.php:82
2545
+ msgid ""
2546
+ "You can display a custom GDPR notice to your website visitors. Be sure to "
2547
+ "include all relevant informations according to GDPR directives."
2548
+ msgstr ""
2549
+
2550
+ #: modules/gdpr.php:108 modules/gdpr.php:120
2551
  msgid "GDPR Control"
2552
  msgstr "Contrôle RGPD"
2553
 
2554
+ #: modules/gdpr.php:122
2555
  msgid ""
2556
  "Search is performed on chat sessions, messages, and offline messages. Data "
2557
  "will also be deleted automatically per your retention policy."
2560
  "messages hors ligne. Les données seront également supprimées automatiquement "
2561
  "selon votre politique de rétention."
2562
 
2563
+ #: modules/gdpr.php:131
2564
  msgid "Name, Email, Message"
2565
  msgstr "Nom, Email, Message"
2566
 
2567
+ #: modules/gdpr.php:135 modules/node_server.php:222
2568
  msgid "Search"
2569
  msgstr "Recherche"
2570
 
2571
+ #: modules/gdpr.php:148
2572
  #, php-format
2573
  msgid "Search Results in %%TABLE%%"
2574
  msgstr "Résultats de la recherche dans %%TABLE%%"
2575
 
2576
+ #: modules/gdpr.php:176
2577
  #, php-format
2578
  msgid "Delete Chat (%%CID%%)"
2579
  msgstr "Supprimer le chat (%% CID %%)"
2580
 
2581
+ #: modules/gdpr.php:177
2582
  #, php-format
2583
  msgid "Download Chat (%%CID%%)"
2584
  msgstr "Télécharger le chat (%% CID %%)"
2585
 
2586
+ #: modules/gdpr.php:181 wp-live-chat-support.php:3910
2587
+ #: wp-live-chat-support.php:3970
2588
  msgid "Chat ID"
2589
  msgstr "Id du Chat"
2590
 
2591
+ #: modules/gdpr.php:202
2592
  msgid "Please perform a search using the input field above"
2593
  msgstr ""
2594
  "Merci d'effectuer une recherche en utilisant le champ de saisie ci-dessus"
2595
 
2596
+ #: modules/gdpr.php:279
2597
  msgid "Data Deleted"
2598
  msgstr "Données supprimées"
2599
 
2600
+ #: modules/gdpr.php:371
2601
  #, php-format
2602
  msgid ""
2603
  "I agree for my personal data to be processed and for the use of cookies in "
2608
  "cookies afin de commencer un chat traité par %%COMPANY%%, dans le but de "
2609
  "%%PURPOSE%%, pendant une période de %%PERIOD%% jour(s) selon le RGPD."
2610
 
2611
+ #: modules/gdpr.php:398 modules/gdpr.php:609 modules/gdpr.php:631
2612
  msgid "Privacy Policy"
2613
  msgstr "Politique de confidentialité"
2614
 
2615
+ #: modules/gdpr.php:399
2616
  #, php-format
2617
  msgid ""
2618
  "We use WP Live Chat by 3CX as our live chat platform. By clicking below to "
2626
  "transférées à WP Live Chat by 3CX pour traitement conformément à leur "
2627
  "%%POLICY_LINK%%."
2628
 
2629
+ #: modules/gdpr.php:423
2630
  #, php-format
2631
  msgid ""
2632
  "Please note as per the GDPR settings you have selected, all chat data will "
2635
  "Veuillez noter que selon les paramètres RGPD que vous avez sélectionnés, "
2636
  "toutes les données du chat seront conservées pendant %% PERIOD %% jour(s)."
2637
 
2638
+ #: modules/gdpr.php:426
2639
  #, php-format
2640
  msgid ""
2641
  "After this period of time, all chat data older than %%PERIOD%% day(s), will "
2644
  "Passé ce délai, toutes les données du chat antérieures à %% PERIOD %% "
2645
  "jour(s) seront définitivement supprimées de votre serveur."
2646
 
2647
+ #: modules/gdpr.php:430
2648
  msgid "GDPR - Data Retention"
2649
  msgstr "RGPD - Conservation des données"
2650
 
2651
+ #: modules/gdpr.php:433 modules/gdpr.php:611
2652
  msgid "Privacy Settings"
2653
  msgstr "Paramètres de confidentialité"
2654
 
2655
+ #: modules/gdpr.php:448
2656
  msgid "Once every 6 hours"
2657
  msgstr "Une fois toutes les 6 heures"
2658
 
2659
+ #: modules/gdpr.php:577
2660
  msgid "Chat Ended"
2661
  msgstr "Chat terminé"
2662
 
2663
+ #: modules/gdpr.php:602
2664
  msgid ""
2665
  "GDPR compliance has been disabled, read more about the implications of this "
2666
  "here"
2668
  "La conformité RGPD a été désactivée, en savoir plus sur les implications de "
2669
  "ce choix ici"
2670
 
2671
+ #: modules/gdpr.php:603
2672
  msgid "Additionally please take a look at WP Live Chat by 3CX"
2673
  msgstr ""
2674
  "Additionnellement, merci de jeter un coup d'oeil au WP Live Chat by 3CX"
2675
 
2676
+ #: modules/gdpr.php:604
2677
  msgid ""
2678
  "It is highly recommended that you enable GDPR compliance to ensure your user "
2679
  "data is regulated."
2681
  "Il est fortement recommandé d'activer la conformité RGPD pour vous assurer "
2682
  "que vos données utilisateurs soient réglementées."
2683
 
2684
+ #: modules/gdpr.php:607
2685
  msgid "Warning - GDPR Compliance Disabled - Action Required"
2686
  msgstr "Avertissement - Conformité RGPD désactivée - Action requise"
2687
 
2688
+ #: modules/gdpr.php:608
2689
  msgid "EU GDPR"
2690
  msgstr "RGPD EU"
2691
 
2692
+ #: modules/gdpr.php:612
2693
  msgid "Dismiss & Accept Responsibility"
2694
  msgstr "Ignorer et accepter la responsabilité"
2695
 
2696
+ #: modules/gdpr.php:630
2697
  #, php-format
2698
  msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
2699
  msgstr ""
2717
  msgstr "Utiliser le menu WordPress pour une expérience plein écran"
2718
 
2719
  #: modules/node_server.php:79 modules/node_server.php:186
2720
+ #: modules/node_server.php:718 modules/node_server.php:736
2721
  msgid "Active visitors"
2722
  msgstr "Visiteurs actifs"
2723
 
2724
+ #: modules/node_server.php:113 modules/node_server.php:723
2725
  msgid "Invite Agent"
2726
  msgstr "Inviter un agent"
2727
 
2728
+ #: modules/node_server.php:114 modules/node_server.php:724
2729
  msgid "Invite Department"
2730
  msgstr "Inviter un département"
2731
 
2732
+ #: modules/node_server.php:115 modules/node_server.php:725
2733
+ #: modules/node_server.php:729 wp-live-chat-support.php:3718
2734
  msgid "Direct User To Page"
2735
  msgstr "Diriger l'utilisateur vers la page"
2736
 
2738
  msgid "Transcript"
2739
  msgstr "Transcrire"
2740
 
2741
+ #: modules/node_server.php:118 modules/node_server.php:726
2742
  msgid "Leave chat"
2743
  msgstr "Quitter le chat"
2744
 
2745
+ #: modules/node_server.php:119 modules/node_server.php:727
2746
+ #: wp-live-chat-support.php:2285
2747
  msgid "End chat"
2748
  msgstr "Terminer le chat"
2749
 
2751
  msgid "Something"
2752
  msgstr "Quelque chose"
2753
 
2754
+ #: modules/node_server.php:141 modules/node_server.php:731
2755
  msgid "Join chat"
2756
  msgstr "Rejoindre le chat"
2757
 
2779
  msgid "Filter the user list based on activity."
2780
  msgstr "Flitrer la liste d'utilisateurs en fonction de l'activité."
2781
 
2782
+ #: modules/node_server.php:168 modules/node_server.php:733
2783
  msgid "New Visitors (3 Min)"
2784
  msgstr "Nouveaux visiteurs (3 min)"
2785
 
2786
+ #: modules/node_server.php:169 modules/node_server.php:734
2787
  msgid "Active Chats"
2788
  msgstr "Chats actifs"
2789
 
2791
  msgid "Page URL"
2792
  msgstr "URL de la page"
2793
 
2794
+ #: modules/node_server.php:171 modules/node_server.php:735
2795
  msgid "Clear Filters"
2796
  msgstr "Vider les filtres"
2797
 
2799
  msgid "Contains"
2800
  msgstr "Contient"
2801
 
2802
+ #: modules/node_server.php:189 modules/node_server.php:737
2803
+ #: wp-live-chat-support.php:2088
2804
  msgid "Visitor"
2805
  msgstr "Visiteur"
2806
 
2807
+ #: modules/node_server.php:190 modules/node_server.php:738
2808
  msgid "Info"
2809
  msgstr "Info"
2810
 
2811
+ #: modules/node_server.php:192 modules/node_server.php:740
2812
  msgid "Chat Status"
2813
  msgstr "Statut chat"
2814
 
2815
+ #: modules/node_server.php:223 modules/node_server.php:742
2816
  msgid "Search Results"
2817
  msgstr "Résultats de la recherche"
2818
 
2819
+ #: modules/node_server.php:225 modules/node_server.php:743
2820
  msgid "No emoji found"
2821
  msgstr "Aucun émoji trouvé"
2822
 
2828
  msgid "Only chat agents can access this page."
2829
  msgstr "Seuls les agents de chat peuvent accéder à cette page."
2830
 
2831
+ #: modules/node_server.php:443 wp-live-chat-support.php:4317
2832
  msgid "Sending transcript..."
2833
  msgstr "Envoi de la transcription ..."
2834
 
2836
  msgid "Chat Transcript"
2837
  msgstr "Transcription du chat"
2838
 
2839
+ #: modules/node_server.php:446 wp-live-chat-support.php:4320
2840
  msgid "The chat transcript has been emailed."
2841
  msgstr "La transcription du chat a été envoyé par email."
2842
 
2843
+ #: modules/node_server.php:447 wp-live-chat-support.php:4321
2844
  msgid "There was a problem emailing the chat."
2845
  msgstr "Une erreur s'est produite lors de l'envoi du chat par email."
2846
 
2863
  msgid "User received notification:"
2864
  msgstr "L'utilisateur a reçu une notification :"
2865
 
2866
+ #: modules/node_server.php:532 wp-live-chat-support.php:1925
2867
  msgid "New chat received"
2868
  msgstr "Nouveau chat reçu"
2869
 
2870
+ #: modules/node_server.php:533 wp-live-chat-support.php:1927
2871
  msgid ""
2872
  "A new chat has been received. Please go the 'Live Chat' page to accept the "
2873
  "chat"
2875
  "Un nouveau chat a été reçu. Merci d'aller sur la page \"Live Chat\" pour "
2876
  "accepter le chat"
2877
 
2878
+ #: modules/node_server.php:641
2879
  msgid "Welcome to V8 of WP Live Chat by 3CX"
2880
  msgstr "Bienvenue sur la V8 du WP Live Chat by 3CX"
2881
 
2882
+ #: modules/node_server.php:642
2883
  msgid ""
2884
  "Did you know, this version features high speed message delivery, agent to "
2885
  "agent chat, and a single window layout?"
2887
  "Saviez-vous que cette version offre une diffusion rapide des messages, un "
2888
  "chat d'agent à agent et un affichage avec fenêtre unique ?"
2889
 
2890
+ #: modules/node_server.php:643
2891
  msgid ""
2892
  "To activate this functionality please navigate to Live Chat -> Settings -> "
2893
  "Advanced Features -> And enable 3CX High Performance Chat Cloud Servers."
2896
  "Fonctions avancées -> et activez Serveurs cloud de chat haute performance "
2897
  "3CX."
2898
 
2899
+ #: modules/node_server.php:646
2900
  msgid "Show me!"
2901
  msgstr "Montrez moi !"
2902
 
2903
+ #: modules/node_server.php:647 wp-live-chat-support.php:4288
2904
  msgid "Don't Show This Again"
2905
  msgstr "Ne plus afficher"
2906
 
2907
+ #: modules/node_server.php:714 wp-live-chat-support.php:151
2908
  msgid "Connecting..."
2909
  msgstr "En cours de connexion..."
2910
 
2911
+ #: modules/node_server.php:719
2912
  msgid "Agent(s) Online"
2913
  msgstr "Agent(s) en ligne"
2914
 
2915
+ #: modules/node_server.php:730
2916
  msgid "Events"
2917
  msgstr "Événements"
2918
 
2919
+ #: modules/node_server.php:732
2920
  msgid "Filters"
2921
  msgstr "Filtres"
2922
 
2923
+ #: modules/node_server.php:817
2924
  msgid ""
2925
  "You can transfer chats from within a chat by clicking on the in chat menu, "
2926
  "and selecting Transfer Chat or Transfer Department"
2929
  "le menu du chat et en sélectionnant Transférer un chat ou Transférer un "
2930
  "département"
2931
 
2932
+ #: modules/node_server.php:818
2933
  msgid ""
2934
  "You can share files quickly when in a chat, by simply dragging a file into "
2935
  "the chat window!"
2937
  "Vous pouvez partager des fichiers rapidement lors d'un chat, en faisant "
2938
  "simplement glisser un fichier dans la fenêtre de chat !"
2939
 
2940
+ #: modules/node_server.php:819
2941
  msgid "You can now move between chats without ending/closing an open chat"
2942
  msgstr ""
2943
  "Vous pouvez maintenant passer d'un chat à un autre sans terminer / fermer un "
2944
  "chat ouvert"
2945
 
2946
+ #: modules/node_server.php:875
2947
  msgid "No quick responses found"
2948
  msgstr "Aucune réponse rapide trouvée"
2949
 
2975
  msgid "Webhooks"
2976
  msgstr "Webhooks"
2977
 
2978
+ #: modules/webhooks_manager.php:63 wp-live-chat-support.php:3647
2979
  msgid "Web Hooks"
2980
  msgstr "Web Hooks"
2981
 
3035
  msgid "Are you sure you want to delete this webhook?"
3036
  msgstr "Êtes-vous sûr de vouloir supprimer ce webhook?"
3037
 
3038
+ #: wp-live-chat-support.php:92
3039
  msgid "close"
3040
  msgstr "fermer"
3041
 
3042
+ #: wp-live-chat-support.php:114
3043
  msgid "Thank you for chatting with us."
3044
  msgstr "Merci d'avoir discuté avec nous."
3045
 
3046
+ #: wp-live-chat-support.php:140
3047
  msgid "Questions?"
3048
  msgstr "Questions?"
3049
 
3050
+ #: wp-live-chat-support.php:141
3051
  msgid "Chat with us"
3052
  msgstr "Discutez avec nous"
3053
 
3054
+ #: wp-live-chat-support.php:142
3055
  msgid "Start live chat"
3056
  msgstr "Démarrer un chat en direct"
3057
 
3058
+ #: wp-live-chat-support.php:143
3059
  msgid "Complete the fields below to proceed."
3060
  msgstr "Complétez les champs ci-dessous pour continuer."
3061
 
3062
+ #: wp-live-chat-support.php:144 wp-live-chat-support.php:148
3063
  msgid "Leave a message"
3064
  msgstr "Laisser un message"
3065
 
3066
+ #: wp-live-chat-support.php:145
3067
  #, fuzzy
3068
  #| msgid ""
3069
  #| "We are currently offline. Please leave a message and we'll get back to "
3073
  "Nous sommes actuellement hors ligne. Veuillez laisser un message et nous "
3074
  "reviendrons vers vous prochainement."
3075
 
3076
+ #: wp-live-chat-support.php:146
3077
  msgid "Sending message..."
3078
  msgstr "Envoi du message..."
3079
 
3080
+ #: wp-live-chat-support.php:147
3081
  msgid "Thank you for your message. We will be in contact soon."
3082
  msgstr "Merci pour votre message. Nous vous contacterons prochainement."
3083
 
3084
+ #: wp-live-chat-support.php:149
3085
  msgid "Send message"
3086
  msgstr "Envoyer le message"
3087
 
3088
+ #: wp-live-chat-support.php:150
3089
  msgid "Start Chat"
3090
  msgstr "Démarrer le chat"
3091
 
3092
+ #: wp-live-chat-support.php:152 wp-live-chat-support.php:1807
3093
+ #: wp-live-chat-support.php:1854
3094
  msgid "Reactivating your previous chat..."
3095
  msgstr "Réactivation de votre chat précédent..."
3096
 
3097
+ #: wp-live-chat-support.php:183
3098
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
3099
  msgstr ""
3100
  "Merci de cliquer sur Démarrer le chat pour initier une conversation avec un "
3101
  "agent"
3102
 
3103
+ #: wp-live-chat-support.php:184
3104
+ msgid "Guest"
3105
+ msgstr "Invité"
3106
+
3107
+ #: wp-live-chat-support.php:186
3108
  msgid "No answer. Try again later."
3109
  msgstr "Pas de reponse. Veuillez réessayer plus tard."
3110
 
3111
+ #: wp-live-chat-support.php:187
3112
  msgid "Welcome. How may I help you?"
3113
  msgstr "Bonjour. Comment puis-je vous aider ?"
3114
 
3115
+ #: wp-live-chat-support.php:191
3116
  msgid "Please standby for an agent. Send your message while you wait."
3117
  msgstr ""
3118
  "Veuillez attendre un agent. Envoyez votre message pendant que vous attendez."
3119
 
3120
+ #: wp-live-chat-support.php:497
3121
  msgid ""
3122
  "The additional WP Live Chat Support PRO plugin which you have installed is "
3123
  "no longer needed, please uninstall it."
3125
  "Le plugin additionnel WP Live Chat Support PRO que vous avez installé n'est "
3126
  "plus nécessaire, merci de le désinstaller."
3127
 
3128
+ #: wp-live-chat-support.php:764 wp-live-chat-support.php:3120
3129
  msgid "Missed Chats"
3130
  msgstr "Chats manqués"
3131
 
3132
+ #: wp-live-chat-support.php:767 wp-live-chat-support.php:3636
3133
  msgid "Support"
3134
  msgstr "Support"
3135
 
3136
+ #: wp-live-chat-support.php:964
3137
+ #, fuzzy
3138
+ #| msgid "Please Enter Your Name"
3139
+ msgid "Please enter your name"
3140
  msgstr "Veuillez entrer votre nom"
3141
 
3142
+ #: wp-live-chat-support.php:965
3143
+ #, fuzzy
3144
+ #| msgid "Please Enter Your Email Address"
3145
+ msgid "Please enter your email address"
3146
+ msgstr "Veuillez entrer votre adresse email"
3147
+
3148
+ #: wp-live-chat-support.php:966
3149
+ #, fuzzy
3150
+ #| msgid "Please Enter Your Email Address"
3151
+ msgid "Please enter a valid email address"
3152
  msgstr "Veuillez entrer votre adresse email"
3153
 
3154
+ #: wp-live-chat-support.php:967
3155
  msgid "Connection to Server Lost. Please Reload This Page. Error:"
3156
  msgstr "Connexion au serveur perdue. Veuillez recharger cette page. Erreur :"
3157
 
3158
+ #: wp-live-chat-support.php:969
3159
  msgid "Please Enter a Message"
3160
  msgstr "Veuillez entrer un message"
3161
 
3162
+ #: wp-live-chat-support.php:970
3163
  msgid "Disconnected, Attempting to Reconnect..."
3164
  msgstr "Déconnecté, en cours de tentative de reconnexion..."
3165
 
3166
+ #: wp-live-chat-support.php:1017
3167
  msgid "has joined."
3168
  msgstr "à rejoint la discussion."
3169
 
3170
+ #: wp-live-chat-support.php:1018
3171
  msgid "has left."
3172
  msgstr "à quitté la discussion."
3173
 
3174
+ #: wp-live-chat-support.php:1019
3175
  msgid "has ended the chat."
3176
  msgstr "a terminé le chat."
3177
 
3178
+ #: wp-live-chat-support.php:1020
3179
  msgid "has disconnected."
3180
  msgstr "s'est déconnecté."
3181
 
3182
+ #: wp-live-chat-support.php:1021
3183
  msgid "(edited)"
3184
  msgstr "(modifié)"
3185
 
3186
+ #: wp-live-chat-support.php:1416 wp-live-chat-support.php:1435
3187
  msgid "Start chat"
3188
  msgstr "Démarrer le chat"
3189
 
3190
+ #: wp-live-chat-support.php:1677 wp-live-chat-support.php:2356
3191
  msgid "Send"
3192
  msgstr "Envoyer"
3193
 
3194
+ #: wp-live-chat-support.php:2026
3195
  msgid "Congratulations"
3196
  msgstr "Félicitations"
3197
 
3198
+ #: wp-live-chat-support.php:2027
3199
  msgid "You are now accepting live chat requests on your site."
3200
  msgstr ""
3201
  "Vous acceptez maintenant les demandes de chat en direct sur votre site."
3202
 
3203
+ #: wp-live-chat-support.php:2028
3204
  msgid "The live chat box has automatically been enabled."
3205
  msgstr "La fenêtre de live chat a été automatiquement activée."
3206
 
3207
+ #: wp-live-chat-support.php:2029
3208
  msgid "Chat notifications will start appearing once visitors send a request."
3209
  msgstr ""
3210
  "Les notifications de chat commenceront à apparaître lorsque les visiteurs "
3211
  "enverront des demandes."
3212
 
3213
+ #: wp-live-chat-support.php:2030
3214
  #, php-format
3215
  msgid "You may modify your chat box settings %s"
3216
  msgstr "Vous pouvez modifier les paramètres de votre fenêtre de chat %s"
3217
 
3218
+ #: wp-live-chat-support.php:2031
3219
  msgid "Experiencing issues?"
3220
  msgstr "Vous expérimentez des problèmes?"
3221
 
3222
+ #: wp-live-chat-support.php:2031
3223
  msgid "Take a look at our how-to guides."
3224
  msgstr "Consultez nos guides d'utilisation."
3225
 
3226
+ #: wp-live-chat-support.php:2032
3227
  msgid "Hide"
3228
  msgstr "Cacher"
3229
 
3230
+ #: wp-live-chat-support.php:2071
3231
  msgid "Keep this window open to get notified of new chats."
3232
  msgstr ""
3233
  "Conservez cette fenêtre ouverte pour recevoir les notifications de nouveaux "
3234
  "chats."
3235
 
3236
+ #: wp-live-chat-support.php:2076
3237
  msgid "Visitor(s) online"
3238
  msgstr "Visiteur(s) en ligne"
3239
 
3240
+ #: wp-live-chat-support.php:2091
3241
  msgid "Device"
3242
  msgstr "Appareil"
3243
 
3244
+ #: wp-live-chat-support.php:2092
3245
  msgid "Data"
3246
  msgstr "Données"
3247
 
3248
+ #: wp-live-chat-support.php:2113
3249
  msgid "Chat Dashboard"
3250
  msgstr "Tableau de bord du chat"
3251
 
3252
+ #: wp-live-chat-support.php:2116
3253
  msgid "Oh no!"
3254
  msgstr "Oh non !"
3255
 
3256
+ #: wp-live-chat-support.php:2118
3257
  #, php-format
3258
  msgid "You do not have access to this page as %s."
3259
  msgstr "Vous n'avez pas accès à cette page en tant que %s."
3260
 
3261
+ #: wp-live-chat-support.php:2118
3262
  msgid "you are not a chat agent"
3263
  msgstr "vous n'êtes pas un agent de chat"
3264
 
3265
+ #: wp-live-chat-support.php:2271
3266
  msgid "Previous"
3267
  msgstr "Précédent"
3268
 
3269
+ #: wp-live-chat-support.php:2278
3270
  msgid "Chat with"
3271
  msgstr "Discuter avec"
3272
 
3273
+ #: wp-live-chat-support.php:2295
3274
  msgid "Starting Time:"
3275
  msgstr "Heure de début :"
3276
 
3277
+ #: wp-live-chat-support.php:2296
3278
  msgid "Ending Time:"
3279
  msgstr "Heure de fin :"
3280
 
3281
+ #: wp-live-chat-support.php:2316
3282
  msgid "Chat initiated on:"
3283
  msgstr "Chat initié sur :"
3284
 
3285
+ #: wp-live-chat-support.php:2317
3286
  msgid "Browser:"
3287
  msgstr "Navigateur :"
3288
 
3289
+ #: wp-live-chat-support.php:2343 wp-live-chat-support.php:2382
3290
  msgid "Invalid Chat ID"
3291
  msgstr "Id du Chat invalide"
3292
 
3293
+ #: wp-live-chat-support.php:2351
3294
  msgid "type here..."
3295
  msgstr "écrire ici..."
3296
 
3297
+ #: wp-live-chat-support.php:2504
3298
  msgid "User has opened the chat window"
3299
  msgstr "Le visiteur a ouvert la fenêtre de chat"
3300
 
3301
+ #: wp-live-chat-support.php:2505
3302
  msgid "User has minimized the chat window"
3303
  msgstr "Le visiteur a minimisé la fenêtre de chat"
3304
 
3305
+ #: wp-live-chat-support.php:2506
3306
  msgid "User has maximized the chat window"
3307
  msgstr "Le visiteur a agrandi la fenêtre de chat"
3308
 
3309
+ #: wp-live-chat-support.php:2507
3310
  msgid "The chat has been ended"
3311
  msgstr "Le chat a été terminé"
3312
 
3313
+ #: wp-live-chat-support.php:3036
3314
  msgid "Delete History"
3315
  msgstr "Supprimer l'historique"
3316
 
3317
+ #: wp-live-chat-support.php:3052
3318
  msgid "No chats available at the moment"
3319
  msgstr "Aucun chat disponible pour l'instant"
3320
 
3321
+ #: wp-live-chat-support.php:3160
3322
  msgid "Actions"
3323
  msgstr "Actions"
3324
 
3325
+ #: wp-live-chat-support.php:3174
3326
  msgid "You have not received any offline messages."
3327
  msgstr "Vous n'avez pas reçu de message hors ligne."
3328
 
3329
+ #: wp-live-chat-support.php:3182
3330
  msgid "Delete Message"
3331
  msgstr "Supprimer le message"
3332
 
3333
+ #: wp-live-chat-support.php:3308
3334
  msgid "You do not have permission to save settings."
3335
  msgstr "Vous n'avez pas la permission de sauvegarder les paramètres."
3336
 
3337
+ #: wp-live-chat-support.php:3592
3338
  msgid "Your settings have been saved."
3339
  msgstr "Vos paramètres ont été sauvegardés."
3340
 
3341
+ #: wp-live-chat-support.php:3610
3342
  msgid ""
3343
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
3344
  "issues while using WP Live Chat by 3CX as a result of this. Please get in "
3348
  "rencontrer des problèmes lors de l'utilisation WP Live Chat by 3CX. S'il "
3349
  "vous plaît, contactez votre hébergeur pour activer cette fonction."
3350
 
3351
+ #: wp-live-chat-support.php:3616
3352
  msgid ""
3353
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
3354
  "using WP Live Chat by 3CX as a result of this. Please contact your host to "
3358
  "problèmes lors de l'utilisation WP Live Chat by 3CX. S' il vous plaît "
3359
  "contactez votre hébergeur pour désactiver le safe mode."
3360
 
3361
+ #: wp-live-chat-support.php:3639 wp-live-chat-support.php:3643
3362
  msgid "Plugin Features"
3363
  msgstr "Fonctionnalités du plugin"
3364
 
3365
+ #: wp-live-chat-support.php:3641
3366
  msgid ""
3367
  "Check out these features and get up to speed with what you can do with WP "
3368
  "Live Chat:"
3370
  "Découvrez ces fonctionnalités et voyez tout ce que vous pouvez faire avec WP "
3371
  "Live Chat :"
3372
 
3373
+ #: wp-live-chat-support.php:3644
3374
  msgid "Reporting"
3375
  msgstr "Rapport"
3376
 
3377
+ #: wp-live-chat-support.php:3645
3378
  msgid "Localization"
3379
  msgstr "Localisation"
3380
 
3381
+ #: wp-live-chat-support.php:3653
3382
  msgid "Chat FAQs"
3383
  msgstr "FAQs chat"
3384
 
3385
+ #: wp-live-chat-support.php:3655
3386
  msgid ""
3387
  "Learn quickly the ins and outs of Chat and start chatting with visitors and "
3388
  "agents:"
3390
  "Apprenez rapidement tout ce qu'il faut savoir sur le chat et commencez à "
3391
  "discuter avec les visiteurs et les agents :"
3392
 
3393
+ #: wp-live-chat-support.php:3657
3394
  msgid "Chat with Visitors"
3395
  msgstr "Discutez avec les visiteurs"
3396
 
3397
+ #: wp-live-chat-support.php:3658
3398
  msgid "Chat with Agents"
3399
  msgstr "Discutez avec les agents"
3400
 
3401
+ #: wp-live-chat-support.php:3662
3402
  msgid "Chat Invites"
3403
  msgstr "Invitations de chat"
3404
 
3405
+ #: wp-live-chat-support.php:3667
3406
  msgid "Settings & Customization"
3407
  msgstr "Paramètres et personnalisation"
3408
 
3409
+ #: wp-live-chat-support.php:3669
3410
  msgid "Use these guides to learn how to configure and customize WP Live Chat:"
3411
  msgstr ""
3412
  "Utilisez ces guides pour savoir comment configurer et personnaliser WP Live "
3413
  "Chat :"
3414
 
3415
+ #: wp-live-chat-support.php:3673
3416
  msgid "Agent Settings"
3417
  msgstr "Paramètres agent"
3418
 
3419
+ #: wp-live-chat-support.php:3680
3420
  msgid "Troubleshooting"
3421
  msgstr "Dépannage"
3422
 
3423
+ #: wp-live-chat-support.php:3682
3424
  msgid ""
3425
  "Reference these troubleshooting guides to quickly resolve any WP Live Chat "
3426
  "issues:"
3428
  "Utilisez ces guides de dépannage pour résoudre rapidement les problèmes liés "
3429
  "à WP Live Chat :"
3430
 
3431
+ #: wp-live-chat-support.php:3684
3432
  msgid "My Chat Box Is Not Showing"
3433
  msgstr "Ma fenêtre de chat n'apparaît pas"
3434
 
3435
+ #: wp-live-chat-support.php:3685
3436
  msgid "Not Receiving Notifications of New Chats"
3437
  msgstr "Je ne reçois pas les notifications de nouveaux chats"
3438
 
3439
+ #: wp-live-chat-support.php:3686
3440
  msgid "Check for JavaScript Errors"
3441
  msgstr "Rechercher les erreurs JavaScript"
3442
 
3443
+ #: wp-live-chat-support.php:3714
3444
  msgid "Initiate Chats"
3445
  msgstr "Initier des chats"
3446
 
3447
+ #: wp-live-chat-support.php:3715
3448
  msgid "Multiple Chats"
3449
  msgstr "Chats multiples"
3450
 
3451
+ #: wp-live-chat-support.php:3716
3452
  msgid "Add unlimited agents"
3453
  msgstr "Ajouter des agents illimités"
3454
 
3455
+ #: wp-live-chat-support.php:3717
3456
  msgid "Transfer Chats"
3457
  msgstr "Transférer des chats"
3458
 
3459
+ #: wp-live-chat-support.php:3736
3460
  #, php-format
3461
  msgid "Thank you for using %s! Please %s on %s"
3462
  msgstr "Merci d'utiliser %s ! S'il vous plaît %s sur %s"
3463
 
3464
+ #: wp-live-chat-support.php:3736
3465
  msgid "rate us"
3466
  msgstr "évaluez-nous"
3467
 
3468
+ #: wp-live-chat-support.php:3913 wp-live-chat-support.php:3973
 
 
 
 
3469
  msgid "Timestamp"
3470
  msgstr "Horodatage"
3471
 
3472
+ #: wp-live-chat-support.php:3914 wp-live-chat-support.php:3974
3473
  msgid "Origin"
3474
  msgstr "Origine"
3475
 
3476
+ #: wp-live-chat-support.php:3919 wp-live-chat-support.php:3979
3477
  msgid "user"
3478
  msgstr "utilisateur"
3479
 
3480
+ #: wp-live-chat-support.php:3921 wp-live-chat-support.php:3981
3481
  msgid "agent"
3482
  msgstr "agent"
3483
 
3484
+ #: wp-live-chat-support.php:4056
3485
  msgid "Advanced settings"
3486
  msgstr "Paramètres avancés"
3487
 
3488
+ #: wp-live-chat-support.php:4063
3489
  msgid "Only change these settings if you are experiencing performance issues."
3490
  msgstr ""
3491
  "Modifiez uniquement ces paramètres si vous rencontrez des problèmes de "
3492
  "performances."
3493
 
3494
+ #: wp-live-chat-support.php:4070
3495
  msgid "Website hosting type:"
3496
  msgstr "Type d'hébergement du site web :"
3497
 
3498
+ #: wp-live-chat-support.php:4074
3499
  msgid "Custom parameters"
3500
  msgstr "Paramètres personnalisés"
3501
 
3502
+ #: wp-live-chat-support.php:4075
3503
  msgid "Shared hosting - low level plan"
3504
  msgstr "Hébergement partagé - plan bas niveau"
3505
 
3506
+ #: wp-live-chat-support.php:4076
3507
  msgid "Shared hosting - normal plan"
3508
  msgstr "Hébergement mutualisé - plan normal"
3509
 
3510
+ #: wp-live-chat-support.php:4077
3511
  msgid "VPS"
3512
  msgstr "VPS"
3513
 
3514
+ #: wp-live-chat-support.php:4078
3515
  msgid "Dedicated server"
3516
  msgstr "Serveur dédié"
3517
 
3518
+ #: wp-live-chat-support.php:4084
3519
  msgid "Long poll setup"
3520
  msgstr "Configuration long poll"
3521
 
3522
+ #: wp-live-chat-support.php:4084
3523
  msgid ""
3524
  "Only change these if you are an experienced developer or if you have "
3525
  "received these figures from the WP Live Chat by 3CX team."
3527
  "Modifiez cela uniquement si vous êtes un développeur expérimenté ou si vous "
3528
  "avez reçu ces données de la part de l'équipe de WP Live Chat by 3CX."
3529
 
3530
+ #: wp-live-chat-support.php:4089
3531
  msgid "Iterations"
3532
  msgstr "Itérations"
3533
 
3534
+ #: wp-live-chat-support.php:4093
3535
  msgid "Sleep between loops"
3536
  msgstr "Veille entre chaque boucle"
3537
 
3538
+ #: wp-live-chat-support.php:4096
3539
  msgid "milliseconds"
3540
  msgstr "millisecondes"
3541
 
3542
+ #: wp-live-chat-support.php:4119
3543
  msgid "Show 'Powered by' in chat box"
3544
  msgstr "Afficher 'Powered by' dans la fenêtre de chat"
3545
 
3546
+ #: wp-live-chat-support.php:4119
3547
  msgid ""
3548
  "Checking this will display a 'Powered by WP Live Chat by 3CX' caption at the "
3549
  "bottom of your chatbox."
3551
  "Cocher cette case pour afficher 'Powered by WP Live Chat by 3CX' au bas de "
3552
  "votre fenêtre de chat."
3553
 
3554
+ #: wp-live-chat-support.php:4161
3555
  msgid "Powered by WP Live Chat by 3CX"
3556
  msgstr "Powered by WP Live Chat by 3CX"
3557
 
3558
+ #: wp-live-chat-support.php:4286
3559
  msgid ""
3560
  "Browser notifications will no longer function on insecure (non-SSL) sites."
3561
  msgstr ""
3562
  "Les notifications navigateur ne fonctionneront plus sur les sites non "
3563
  "sécurisés (non SSL)."
3564
 
3565
+ #: wp-live-chat-support.php:4287
3566
  msgid ""
3567
  "Please add an SSL certificate to your site to continue receiving chat "
3568
  "notifications in your browser."
3570
  "Merci d'ajouter un certificat SSL à votre site pour continuer à recevoir les "
3571
  "notifications chat dans votre navigateur."
3572
 
3573
+ #: wp-live-chat-support.php:4300
3574
  msgid ""
3575
  "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
3576
  "Live Chat Support 8.0.05 there is build in support for Email Transcript."
3579
  "Depuis la version WP Live Chat Support 8.0.05, il existe un support intégré "
3580
  "pour la transcription des emails."
3581
 
3582
+ #: wp-live-chat-support.php:4307
3583
  msgid "Email transcript to user"
3584
  msgstr "Transcription d'email à l'utilisateur"
3585
 
3586
+ #: wp-live-chat-support.php:4318
3587
  msgid "Sending Transcript"
3588
  msgstr "Envoi de la transcription"
3589
 
3590
+ #: wp-live-chat-support.php:4381
3591
  #, php-format
3592
  msgid "Your chat transcript from %1$s"
3593
  msgstr "Votre transcription de chat de%1$s"
3594
 
3595
+ #: wp-live-chat-support.php:4472
3596
  msgid "Chat Transcript Settings"
3597
  msgstr "Paramètres de transcription de chat"
3598
 
3599
+ #: wp-live-chat-support.php:4475
3600
  msgid "Enable chat transcripts:"
3601
  msgstr "Activer les transcriptions de chat :"
3602
 
3603
+ #: wp-live-chat-support.php:4483
3604
  msgid "Send transcripts to:"
3605
  msgstr "Envoyer les transcriptions à :"
3606
 
3607
+ #: wp-live-chat-support.php:4490
3608
  msgid "User"
3609
  msgstr "Utilisateur"
3610
 
3611
+ #: wp-live-chat-support.php:4501
3612
  msgid "Send transcripts when chat ends:"
3613
  msgstr "Envoyer les transcriptions à la fin du chat :"
3614
 
3615
+ #: wp-live-chat-support.php:4509
3616
  msgid "Email body"
3617
  msgstr "Corps de l'email"
3618
 
3619
+ #: wp-live-chat-support.php:4519
3620
  msgid "Email header"
3621
  msgstr "En-tête de l'email"
3622
 
3623
+ #: wp-live-chat-support.php:4528
3624
  msgid "Email footer"
3625
  msgstr "Pied de page de l'email"
3626
 
3627
+ #: wp-live-chat-support.php:4604
3628
  msgid ""
3629
  "Please note, local message encryption and local server options will be "
3630
  "deprecated in the next major release. All encryption and message delivery "
3635
  "Tout le cryptage et l'envoi des messages seront gérés par nos serveurs "
3636
  "externes dans l'avenir."
3637
 
3638
+ #: wp-live-chat-support.php:4607
3639
  msgid "Deprecation Notice - Message Encryption & Local Server"
3640
  msgstr "Notification d'obsolescence - cryptage des messages & serveur local"
3641
 
3642
+ #: wp-live-chat-support.php:4609
3643
  msgid "Dismiss"
3644
  msgstr "Rejeter"
3645
 
3665
  msgid "3CX"
3666
  msgstr "3CX"
3667
 
3668
+ #~ msgid "Allow WP users to self-assign as a chat agent"
3669
+ #~ msgstr "Permettre aux utilisateurs WP de s'auto-assigner agent de chat"
3670
+
3671
+ #~ msgid ""
3672
+ #~ "Checking this will allow any of your users to make themselves a chat "
3673
+ #~ "agent when editing their profile."
3674
+ #~ msgstr ""
3675
+ #~ "En cochant cette case vous permettez à tout vos utilisateurs de devenir "
3676
+ #~ "agents lors de la modification de leur profil."
3677
+
3678
+ #~ msgid "Between"
3679
+ #~ msgstr "Entre"
3680
+
3681
+ #~ msgid "and"
3682
+ #~ msgstr "et"
3683
+
3684
  #~ msgid "Auto Pop-up"
3685
  #~ msgstr "Ouverture automatique"
3686
 
3690
  #~ msgid "Daily"
3691
  #~ msgstr "Quotidien"
3692
 
 
 
 
3693
  #~ msgid "Weekends"
3694
  #~ msgstr "Week-ends"
3695
 
languages/wp-live-chat-support-it_IT.mo CHANGED
Binary file
languages/wp-live-chat-support-it_IT.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
- "POT-Creation-Date: 2019-10-31 18:30+0100\n"
5
- "PO-Revision-Date: 2019-10-31 18:31+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
@@ -21,320 +21,320 @@ msgstr ""
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:400
25
- #: wp-live-chat-support.php:4825
26
  msgid "Admin"
27
  msgstr "Amministratore"
28
 
29
- #: ajax/agent.php:262 ajax/user.php:218
30
  msgid "Admin has closed and ended the chat"
31
  msgstr "L'Amministratore ha chiuso e terminato la chat"
32
 
33
- #: functions.php:400 functions.php:417
34
  msgid "Accept Chat"
35
  msgstr "Accetta chat"
36
 
37
- #: functions.php:408 functions.php:423
38
  msgid "Open Chat"
39
  msgstr "Apri la finestra della chat"
40
 
41
- #: functions.php:410
42
  msgid "In progress with another agent"
43
  msgstr "In corso con un altro operatore"
44
 
45
- #: functions.php:427
46
  msgid "Only chat agents can accept chats"
47
  msgstr "Solo gli operatori della chat possono accettare una chat"
48
 
49
- #: functions.php:491 modules/api/agent/wplc-api-functions.php:423
50
  msgid "New"
51
  msgstr "Nuovo"
52
 
53
- #: functions.php:493 modules/api/agent/wplc-api-functions.php:425
54
  msgid "Returning"
55
  msgstr "Visitatore abituale"
56
 
57
- #: functions.php:584
58
  msgid "No agent was able to answer your chat request. Please try again."
59
  msgstr ""
60
  "Nessun operatore è stato in grado di rispondere alla tua richiesta di chat. "
61
  "Riprova."
62
 
63
- #: functions.php:598 functions.php:4562 wp-live-chat-support.php:1889
64
  msgid "End Chat"
65
  msgstr "Termina chat"
66
 
67
- #: functions.php:985
68
  msgid "complete"
69
  msgstr "completa"
70
 
71
- #: functions.php:988
72
  msgid "pending"
73
  msgstr "in attesa"
74
 
75
- #: functions.php:991
76
  msgid "active"
77
  msgstr "attiva"
78
 
79
- #: functions.php:994
80
  msgid "deleted"
81
  msgstr "cancellata"
82
 
83
- #: functions.php:997
84
  msgid "browsing"
85
  msgstr "sta navigando"
86
 
87
- #: functions.php:1000
88
  msgid "requesting chat"
89
  msgstr "richiesta di chat"
90
 
91
- #: functions.php:1003
92
  msgid "Chat Ended - User still browsing"
93
  msgstr "Chat terminata - L'utente sta ancora navigando"
94
 
95
- #: functions.php:1006
96
  msgid "User is browsing but doesn't want to chat"
97
  msgstr "L'utente sta navigando, ma non vuole usare la chat"
98
 
99
- #: functions.php:1145 includes/settings_page.php:818
100
  msgid "WP Live Chat by 3CX - Offline Message from "
101
  msgstr "WP Live Chat di 3CX - Messaggio offline da "
102
 
103
- #: functions.php:1146 functions.php:1470 includes/settings_page.php:164
104
- #: includes/settings_page.php:443 includes/wplc_custom_fields.php:79
105
- #: includes/wplc_data_triggers.php:456 includes/wplc_departments.php:175
106
- #: includes/wplc_roi.php:145 modules/node_server.php:82
107
- #: modules/node_server.php:128 wp-live-chat-support.php:1615
108
- #: wp-live-chat-support.php:1638 wp-live-chat-support.php:1799
109
- #: wp-live-chat-support.php:3327 wp-live-chat-support.php:3447
110
  msgid "Name"
111
  msgstr "Nome"
112
 
113
- #: functions.php:1147 functions.php:1471 includes/settings_page.php:160
114
- #: modules/node_server.php:129 wp-live-chat-support.php:1616
115
- #: wp-live-chat-support.php:1627 wp-live-chat-support.php:1800
116
- #: wp-live-chat-support.php:3328 wp-live-chat-support.php:3448
117
  msgid "Email"
118
  msgstr "Email"
119
 
120
- #: functions.php:1148 wp-live-chat-support.php:1801
121
- #: wp-live-chat-support.php:3449 wp-live-chat-support.php:4217
122
- #: wp-live-chat-support.php:4277
123
  msgid "Message"
124
  msgstr "Messaggio"
125
 
126
- #: functions.php:1149
127
  msgid "Via WP Live Chat by 3CX"
128
  msgstr "Tramite WP Live Chat di 3CX"
129
 
130
- #: functions.php:1448 wp-live-chat-support.php:3290
131
  msgid "Error: Could not delete chat"
132
  msgstr "Errore: Impossibile cancellare la chat"
133
 
134
- #: functions.php:1450 wp-live-chat-support.php:3292
135
  msgid "Chat Deleted"
136
  msgstr "Chat cancellata"
137
 
138
- #: functions.php:1453 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:252 includes/wplc_data_triggers.php:270
141
- #: includes/wplc_data_triggers.php:314 includes/wplc_data_triggers.php:502
142
  #: includes/wplc_departments.php:303 includes/wplc_departments.php:323
143
- #: includes/wplc_departments.php:358 includes/wplc_roi.php:375
144
- #: includes/wplc_roi.php:394 includes/wplc_roi.php:431
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:3255 wp-live-chat-support.php:3281
151
- #: wp-live-chat-support.php:4187
152
  msgid "You do not have permission do perform this action"
153
  msgstr "Non disponi dei permessi per eseguire questa azione"
154
 
155
- #: functions.php:1459 wp-live-chat-support.php:3297
156
  msgid "Are you sure you would like to delete this chat?"
157
  msgstr "Sei sicuro di voler cancellare questa chat?"
158
 
159
- #: functions.php:1460 includes/settings_page.php:142
160
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3299
161
  msgid "Yes"
162
  msgstr "Sì"
163
 
164
- #: functions.php:1460 includes/settings_page.php:143
165
- #: includes/wplc_custom_fields.php:263 wp-live-chat-support.php:3300
166
  msgid "No"
167
  msgstr "No"
168
 
169
- #: functions.php:1469 functions.php:2029 includes/settings_page.php:332
170
- #: includes/settings_page.php:477 wp-live-chat-support.php:3326
171
- #: wp-live-chat-support.php:3446
172
  msgid "Date"
173
  msgstr "Data"
174
 
175
- #: functions.php:1472 functions.php:4026 wp-live-chat-support.php:3329
176
  msgid "URL"
177
  msgstr "URL"
178
 
179
- #: functions.php:1473 includes/wplc_custom_fields.php:83
180
- #: includes/wplc_data_triggers.php:461 includes/wplc_departments.php:176
181
- #: includes/wplc_roi.php:149 modules/webhooks_manager.php:251
182
- #: wp-live-chat-support.php:2375 wp-live-chat-support.php:3331
183
  msgid "Action"
184
  msgstr "Azione"
185
 
186
- #: functions.php:1487
187
  msgid "You have not missed any chat requests."
188
  msgstr "Non hai perso richieste di chat."
189
 
190
- #: functions.php:1494 wp-live-chat-support.php:3346
191
  msgid "View Chat History"
192
  msgstr "Visualizza cronologia chat"
193
 
194
- #: functions.php:1494 wp-live-chat-support.php:3347
195
  msgid "Download Chat History"
196
  msgstr "Scarica la cronologia della chat"
197
 
198
- #: functions.php:1688
199
  msgid "Open chat window via"
200
  msgstr "Apri la finestra chat tramite"
201
 
202
- #: functions.php:1692
203
  msgid "Click"
204
  msgstr "Clic"
205
 
206
- #: functions.php:1693
207
  msgid "Hover"
208
  msgstr "Hover"
209
 
210
- #: functions.php:1695
211
  msgid "element with"
212
  msgstr "elemento con"
213
 
214
- #: functions.php:1697
215
  msgid "Class"
216
  msgstr "Classe"
217
 
218
- #: functions.php:1698 includes/wplc_custom_fields.php:78
219
- #: includes/wplc_data_triggers.php:455 includes/wplc_departments.php:174
220
- #: includes/wplc_roi.php:144
221
  msgid "ID"
222
  msgstr "ID"
223
 
224
- #: functions.php:1941 functions.php:1947 functions.php:1952
225
  #: includes/dashboard_page.php:58 modules/node_server.php:138
226
- #: modules/node_server.php:868 wp-live-chat-support.php:3958
227
  msgid "Quick Responses"
228
  msgstr "Risposte rapide"
229
 
230
- #: functions.php:1942 includes/settings_page.php:322
231
  msgid "Quick Response"
232
  msgstr "Risposta rapida"
233
 
234
- #: functions.php:1943 functions.php:1946
235
  msgid "New Quick Response"
236
  msgstr "Nuova risposta rapida"
237
 
238
- #: functions.php:1944 modules/node_server.php:877
239
  msgid "Add New Quick Response"
240
  msgstr "Aggiungi nuova risposta rapida"
241
 
242
- #: functions.php:1945
243
  msgid "Edit Quick Response"
244
  msgstr "Modifica risposta rapida"
245
 
246
- #: functions.php:1948
247
  msgid "View Quick Responses"
248
  msgstr "Visualizza risposte rapide"
249
 
250
- #: functions.php:1949
251
  msgid "Search Quick Responses"
252
  msgstr "Visualizza risposte rapide"
253
 
254
- #: functions.php:1950
255
  msgid "No Quick Responses found"
256
  msgstr "Cerca risposte rapide"
257
 
258
- #: functions.php:1951
259
  msgid "No Quick Responses found in the Trash"
260
  msgstr "Nessuna risposta rapida trovata nel cestino"
261
 
262
- #: functions.php:1956
263
  msgid "Quick Responses for WP Live Chat by 3CX"
264
  msgstr "Risposte rapide per WP Live Chat by 3CX"
265
 
266
- #: functions.php:1990
267
  msgid "Sort Order"
268
  msgstr "Ordinamento"
269
 
270
- #: functions.php:2026 includes/settings_page.php:331
271
  msgid "Title"
272
  msgstr "Titolo"
273
 
274
- #: functions.php:2027
275
  msgid "Order"
276
  msgstr "Ordine"
277
 
278
- #: functions.php:2028 includes/settings_page.php:1217
279
  msgid "Author"
280
  msgstr "Autore"
281
 
282
- #: functions.php:2071 wp-live-chat-support.php:494
283
  msgid "Press ENTER to send your message"
284
  msgstr "Premi INVIO per inviare il tuo messaggio"
285
 
286
- #: functions.php:2110 functions.php:2114
287
  msgid "Assign Quick Response"
288
  msgstr "Assegna risposta rapida"
289
 
290
- #: functions.php:2117 includes/settings_page.php:1202
291
  msgid "Select"
292
  msgstr "Seleziona"
293
 
294
- #: functions.php:2123
295
  msgid "What is this?"
296
  msgstr "Che cosa significa?"
297
 
298
- #: functions.php:2165
299
  #, php-format
300
  msgid "Incoming chat from %s (%s) on %s"
301
  msgstr "Chat in entrata da %s (%s) su %s"
302
 
303
- #: functions.php:2171
304
  #, php-format
305
  msgid "%s (%s) wants to chat with you."
306
  msgstr "%s (%s) vuole chattare con te."
307
 
308
- #: functions.php:2176
309
  #, php-format
310
  msgid "Log in: %s"
311
  msgstr "Accedi qui: %s"
312
 
313
- #: functions.php:2487
314
  msgid "Status (Online)"
315
  msgstr "Stato (Online)"
316
 
317
- #: functions.php:2488 functions.php:3402
318
  msgid "Online"
319
  msgstr "In linea"
320
 
321
- #: functions.php:2489 functions.php:3402
322
  msgid "Offline"
323
  msgstr "Offline"
324
 
325
- #: functions.php:2490
326
  msgid "Status (Offline)"
327
  msgstr "Stato (Offline)"
328
 
329
- #: functions.php:2491 functions.php:3372
330
  msgid "Chat Agent Online"
331
  msgstr "Operatore chat disponibile"
332
 
333
- #: functions.php:2492 functions.php:3374 functions.php:3378
334
  msgid "Chat Agents Online"
335
  msgstr "Operatori chat disponibili"
336
 
337
- #: functions.php:2505
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."
@@ -343,24 +343,24 @@ msgstr ""
343
  "accettare le chat, imposta il tuo stato su \"Online\" utilizzando lo switch "
344
  "qui sopra."
345
 
346
- #: functions.php:2575
347
  msgid "Encryption"
348
  msgstr "Crittografia"
349
 
350
- #: functions.php:2581 includes/settings_page.php:1260
351
- #: wp-live-chat-support.php:3973
352
  msgid "Business Hours"
353
  msgstr "Orari lavorativi"
354
 
355
- #: functions.php:2760
356
  msgid "Initiate Chat"
357
  msgstr "Avvia chat"
358
 
359
- #: functions.php:2852
360
  msgid "Attempting to open the chat window... Please be patient."
361
  msgstr "Sto cercando di aprire la finestra di chat... un attimo di pazienza."
362
 
363
- #: functions.php:2867
364
  msgid ""
365
  "You are not a chat agent. Please make yourself a chat agent before trying to "
366
  "chat to visitors"
@@ -368,121 +368,121 @@ msgstr ""
368
  "Non sei un operatore di chat. Devi assegnarti i privilegi di operatore di "
369
  "chat prima chattare con i visitatori"
370
 
371
- #: functions.php:3035 functions.php:3051 functions.php:3066
372
  msgid "Chat Agent"
373
  msgstr "Operatore Chat"
374
 
375
- #: functions.php:3040 functions.php:3056
376
  msgid "Make this user a chat agent"
377
  msgstr "Trasforma questo utente in un operatore di chat"
378
 
379
- #: functions.php:3070
380
- msgid "Your user role does not allow you to make yourself a chat agent."
381
  msgstr "Il tuo ruolo utente non ti permette di essere un operatore della chat."
382
 
383
- #: functions.php:3071
384
  msgid "Please contact the administrator of this website to change this."
385
  msgstr "Contatta l'amministratore di questo sito per effettuare i cambiamenti."
386
 
387
- #: functions.php:3090
388
  msgid "This chat has already been answered by another agent."
389
  msgstr "Questa discussione ha già avuto una risposta da un altro operatore."
390
 
391
- #: functions.php:3323 wp-live-chat-support.php:2328
392
  msgid "Agent(s) online"
393
  msgstr "Operatore/i online"
394
 
395
- #: functions.php:3481 includes/settings_page.php:1192
396
- #: wp-live-chat-support.php:2274
397
  msgid "Remove"
398
  msgstr "Rimuovi"
399
 
400
- #: functions.php:3484 wp-live-chat-support.php:2277
401
  msgid "Typing..."
402
  msgstr "Sta scrivendo..."
403
 
404
- #: functions.php:3827
405
  msgid "User Experience Ratings"
406
  msgstr "Valutazioni dell'esperienza utente"
407
 
408
- #: functions.php:3834
409
  msgid "Agent Statistics"
410
  msgstr "Statistiche operatori"
411
 
412
- #: functions.php:3867 functions.php:3882
413
  msgid "Satisfaction Rating"
414
  msgstr "Valutazione della soddisfazione"
415
 
416
- #: functions.php:3868 functions.php:3883
417
  msgid "Rating Count"
418
  msgstr "Contatore valutazioni"
419
 
420
- #: functions.php:3868 functions.php:3883
421
  msgid "Good"
422
  msgstr "Buona"
423
 
424
- #: functions.php:3868 functions.php:3883
425
  msgid "Bad"
426
  msgstr "Cattiva"
427
 
428
- #: functions.php:3924 includes/dashboard_page.php:56
429
- #: wp-live-chat-support.php:1039
430
  msgid "Reports"
431
  msgstr "Report"
432
 
433
- #: functions.php:3927 includes/wplc_roi.php:146
434
  msgid "Overview"
435
  msgstr "Panoramica"
436
 
437
- #: functions.php:3928
438
  msgid "Popular Pages"
439
  msgstr "Pagine popolari"
440
 
441
- #: functions.php:3946
442
  msgid "Total Agents"
443
  msgstr "Totale operatori"
444
 
445
- #: functions.php:3946
446
  msgid "Total number of agents that used the live chat"
447
  msgstr "Numero totale di operatori che hanno usato la live chat"
448
 
449
- #: functions.php:3947
450
  msgid "Total Chats"
451
  msgstr "Totale chat"
452
 
453
- #: functions.php:3947
454
  msgid "Total number of chats received"
455
  msgstr "Numero complessivo di chat ricevute"
456
 
457
- #: functions.php:3948
458
  msgid "Total URLs"
459
  msgstr "URL totali"
460
 
461
- #: functions.php:3948
462
  msgid "Total number of URLs a chat was initiated on"
463
  msgstr "Numero totale di URL su cui è stata avviata una chat"
464
 
465
- #: functions.php:3949
466
  msgid "Chats per day"
467
  msgstr "Chat per giorno"
468
 
469
- #: functions.php:3950
470
  msgid "Popular pages a chat was initiated on"
471
  msgstr "Pagine popolari che hanno dato origine alla chat"
472
 
473
- #: functions.php:3980 includes/wplc_custom_fields.php:304
474
  msgid "Unknown"
475
  msgstr "Sconosciuto"
476
 
477
- #: functions.php:4027
478
  msgid "Count"
479
  msgstr "Conteggio"
480
 
481
- #: functions.php:4053
482
  msgid "Enable Manual Chat Initiation:"
483
  msgstr "Abilita avvio manuale della chat:"
484
 
485
- #: functions.php:4053
486
  msgid ""
487
  "Enabling this feature will allow agents to start a chat with website "
488
  "visitors. This feature increases server load while enabled."
@@ -491,7 +491,7 @@ msgstr ""
491
  "chat con i visitatori del sito web. Questa funzionalità aumenta il carico "
492
  "sul server quando è abilitata."
493
 
494
- #: functions.php:4057 modules/advanced_features.php:73
495
  msgid ""
496
  "This feature is only available when you select 3CX High Performance Cloud "
497
  "Servers in Advanced Features."
@@ -499,82 +499,82 @@ msgstr ""
499
  "Questa funzionalità è disponibile solo quando si seleziona 3CX High "
500
  "Performance Cloud Server in Funzionalità avanzate."
501
 
502
- #: functions.php:4144
503
  msgid "Thank you for inquiry. We will get back to you shortly"
504
  msgstr "Grazie per la richiesta. Risponderemo il prima possibile"
505
 
506
- #: functions.php:4322 wp-live-chat-support.php:4526
507
  msgid "The Live Chat box is currently disabled on your website due to:"
508
  msgstr ""
509
  "La finestra Live Chat è attualmente disabilitata sul tuo sito web a causa di:"
510
 
511
- #: functions.php:4323 wp-live-chat-support.php:4527
512
  msgid "Business Hours Settings"
513
  msgstr "Impostazione orari lavorativi"
514
 
515
- #: functions.php:4374
516
  msgid "Edit Profile"
517
  msgstr "Modifica profilo"
518
 
519
- #: functions.php:4385 modules/node_server.php:98 modules/node_server.php:724
520
  msgid "Drag Files Here"
521
  msgstr "Trascina qui i file"
522
 
523
- #: functions.php:4408 functions.php:4453 includes/wplc_custom_fields.php:107
524
- #: includes/wplc_data_triggers.php:469 includes/wplc_data_triggers.php:607
525
  #: includes/wplc_departments.php:184 includes/wplc_departments.php:474
526
- #: includes/wplc_roi.php:157 includes/wplc_roi.php:576
527
  #: modules/webhooks_manager.php:263
528
  msgid "Delete"
529
  msgstr "Cancella"
530
 
531
- #: functions.php:4409
532
  msgid "Send..."
533
  msgstr "Invia..."
534
 
535
- #: functions.php:4410 functions.php:4455
536
  msgid "Play voice note"
537
  msgstr "Riproduci nota vocale"
538
 
539
- #: functions.php:4454
540
  msgid "Save..."
541
  msgstr "Salva..."
542
 
543
- #: functions.php:4556 wp-live-chat-support.php:1267
544
- #: wp-live-chat-support.php:2771
545
  msgid "is typing..."
546
  msgstr "sta scrivendo..."
547
 
548
- #: functions.php:4558
549
  msgid "There are no visitors on your site at the moment"
550
  msgstr "Al momento non ci sono visitatori sul tuo sito"
551
 
552
- #: functions.php:4559
553
  msgid "Connection to the server lost, reconnecting..."
554
  msgstr "Connessione con il server persa, riconnessione in corso..."
555
 
556
- #: functions.php:4560
557
  msgid "Agent offline - not accepting chats"
558
  msgstr "Operatore non in linea - non riceverai richieste di chat"
559
 
560
- #: functions.php:4561 modules/node_server.php:103 wp-live-chat-support.php:1883
561
  msgid "Minimize Chat"
562
  msgstr "Riduci a icona la chat"
563
 
564
- #: functions.php:4580
565
  msgid "An error has occured while fetching the news feed."
566
  msgstr "Si è verificato un errore durante il recupero del feed di notizie."
567
 
568
- #: functions.php:4677
569
  msgid "Default"
570
  msgstr "Predefinito"
571
 
572
- #: functions.php:4958 functions.php:4961
573
  msgid "You do not have permission to perform this action"
574
  msgstr "Non disponi dei permessi per eseguire questa azione"
575
 
576
  #: includes/blocks/wplc-chat-box/index.php:30
577
- #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3974
578
  msgid "Gutenberg Blocks"
579
  msgstr "Blocchi Gutenberg"
580
 
@@ -622,16 +622,16 @@ msgstr "Visualizza il testo personalizzato scelto"
622
  msgid "Displays the chosen icon"
623
  msgstr "Visualizza l'icona scelta"
624
 
625
- #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1275
626
- #: wp-live-chat-support.php:1920
627
  msgid "Type here"
628
  msgstr "Scrivi qui"
629
 
630
- #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:1010
631
  msgid "Live Chat"
632
  msgstr "Live Chat"
633
 
634
- #: includes/dashboard_page.php:46 wp-live-chat-support.php:1011
635
  msgid "Dashboard"
636
  msgstr "Bacheca"
637
 
@@ -649,15 +649,15 @@ msgstr "Chat"
649
  msgid "Missed"
650
  msgstr "Perse"
651
 
652
- #: includes/dashboard_page.php:55 wp-live-chat-support.php:1017
653
- #: wp-live-chat-support.php:3383
654
  msgid "History"
655
  msgstr "Cronologia"
656
 
657
- #: includes/dashboard_page.php:57 includes/settings_page.php:108
658
- #: includes/settings_page.php:748 modules/advanced_tools.php:84
659
- #: wp-live-chat-support.php:1019 wp-live-chat-support.php:3429
660
- #: wp-live-chat-support.php:3959
661
  msgid "Offline Messages"
662
  msgstr "Messaggi Offline"
663
 
@@ -666,8 +666,8 @@ msgstr "Messaggi Offline"
666
  msgid "Tools"
667
  msgstr "Strumenti"
668
 
669
- #: includes/dashboard_page.php:60 includes/settings_page.php:71
670
- #: wp-live-chat-support.php:1012
671
  msgid "Settings"
672
  msgstr "Impostazioni"
673
 
@@ -700,7 +700,7 @@ msgid "Latest News"
700
  msgstr "Ultime novità"
701
 
702
  #: includes/modal_control.php:27 modules/node_server.php:60
703
- #: modules/node_server.php:717
704
  msgid "Please Confirm"
705
  msgstr "Si prega di confermare"
706
 
@@ -709,103 +709,99 @@ msgid "Are you sure?"
709
  msgstr "Sei sicuro?"
710
 
711
  #: includes/modal_control.php:39 includes/wplc_custom_fields.php:164
712
- #: includes/wplc_custom_fields.php:237 includes/wplc_data_triggers.php:608
713
  #: includes/wplc_departments.php:251 includes/wplc_departments.php:475
714
- #: includes/wplc_roi.php:253 includes/wplc_roi.php:577
715
- #: modules/node_server.php:64 modules/node_server.php:719
716
  #: modules/webhooks_manager.php:342
717
  msgid "Cancel"
718
  msgstr "Annulla"
719
 
720
  #: includes/modal_control.php:40 modules/node_server.php:63
721
- #: modules/node_server.php:718 modules/webhooks_manager.php:341
722
  msgid "Confirm"
723
  msgstr "Conferma"
724
 
725
- #: includes/notification_control.php:27
726
  msgid "User is browsing"
727
  msgstr "L'utente sta navigando"
728
 
729
- #: includes/notification_control.php:34 includes/notification_control.php:70
730
- #: includes/notification_control.php:114 includes/wplc_transfer_chats.php:472
731
  #: includes/wplc_transfer_chats.php:493 includes/wplc_transfer_chats.php:556
732
  #: includes/wplc_transfer_chats.php:592
733
  msgid "System notification"
734
  msgstr "Notifica di sistema"
735
 
736
- #: includes/notification_control.php:109
737
  msgid "has joined the chat."
738
  msgstr "si è unito alla chat."
739
 
740
- #: includes/settings_page.php:98 includes/settings_page.php:136
741
- #: wp-live-chat-support.php:3970
742
  msgid "General Settings"
743
  msgstr "Impostazioni generali"
744
 
745
- #: includes/settings_page.php:103
746
  msgid "Chat Box"
747
  msgstr "Casella di chat"
748
 
749
- #: includes/settings_page.php:113 includes/settings_page.php:924
750
  msgid "Styling"
751
  msgstr "Stile"
752
 
753
- #: includes/settings_page.php:118 modules/node_server.php:89
754
- #: modules/node_server.php:723
755
  msgid "Agents"
756
  msgstr "Operatori"
757
 
758
- #: includes/settings_page.php:123
759
  msgid "Blocked Visitors"
760
  msgstr "Visitatori bloccati"
761
 
762
- #: includes/settings_page.php:139
763
  msgid "Chat enabled"
764
  msgstr "Chat abilitata"
765
 
766
- #: includes/settings_page.php:151
767
  msgid "Required Chat Box Fields"
768
  msgstr "Campi obbligatori per la casella di chat"
769
 
770
- #: includes/settings_page.php:151
771
  msgid "Set default fields that will be displayed when users starting a chat"
772
  msgstr ""
773
  "Imposta i campi predefiniti che verranno visualizzati quando gli utenti "
774
  "avviano una chat"
775
 
776
- #: includes/settings_page.php:156
777
  msgid "Name and email"
778
  msgstr "Nome ed email"
779
 
780
- #: includes/settings_page.php:168
781
  msgid "No fields"
782
  msgstr "Nessun campo"
783
 
784
- #: includes/settings_page.php:174
785
  msgid "Default visitor name"
786
  msgstr "Nome visitatore predefinito"
787
 
788
- #: includes/settings_page.php:174
789
  msgid "This name will be displayed for all not logged in visitors"
790
  msgstr "Questo nome verrà visualizzato per tutti i visitatori non connessi"
791
 
792
- #: includes/settings_page.php:177 wp-live-chat-support.php:493
793
- msgid "Guest"
794
- msgstr "Ospite"
795
-
796
- #: includes/settings_page.php:182
797
  msgid "Input Field Replacement Text"
798
  msgstr "Campo per l'inserimento del testo sostitutivo"
799
 
800
- #: includes/settings_page.php:182
801
  msgid "This is the text that will show in place of the Name And Email fields"
802
  msgstr "Questo è il testo che viene mostrato al posto dei campi nome ed email"
803
 
804
- #: includes/settings_page.php:190
805
  msgid "Enable On Mobile Devices"
806
  msgstr "Abilita sui dispositivi mobili"
807
 
808
- #: includes/settings_page.php:190
809
  msgid ""
810
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
811
  "devices. (Smartphones and Tablets)"
@@ -813,22 +809,22 @@ msgstr ""
813
  "Disabilitando questa opzione, la casella di chat non comparità sui "
814
  "dispositivi mobili (smartphone e tablet)"
815
 
816
- #: includes/settings_page.php:200
817
  msgid "Play a sound when there is a new visitor"
818
  msgstr "Riproduci un suono quando c'è un nuovo visitatore"
819
 
820
- #: includes/settings_page.php:200
821
  msgid ""
822
  "Disable this to mute the sound that is played when a new visitor arrives"
823
  msgstr ""
824
  "Disattivare questa opzione per non riprodurre audio all'arrivo di un nuovo "
825
  "visitatore"
826
 
827
- #: includes/settings_page.php:209
828
  msgid "Play a sound when a new message is received"
829
  msgstr "Emetti un suono quando ricevi un nuovo messaggio"
830
 
831
- #: includes/settings_page.php:209
832
  msgid ""
833
  "Disable this to mute the sound that is played when a new chat message is "
834
  "received"
@@ -836,33 +832,33 @@ msgstr ""
836
  "Disattiva questo per annullare il suono che viene emesso quando arriva un "
837
  "nuovo messaggio"
838
 
839
- #: includes/settings_page.php:218
840
  msgid "Enable Font Awesome set"
841
  msgstr "Abilita Font Awesome set"
842
 
843
- #: includes/settings_page.php:218
844
  msgid "Disable this if you have Font Awesome set included with your theme"
845
  msgstr ""
846
  "Disattivare questa opzione se si dispone di Font Awesome set incluso con il "
847
  "tema"
848
 
849
- #: includes/settings_page.php:226
850
  msgid "Enable chat dashboard and notifications on all admin pages"
851
  msgstr ""
852
  "Abilitare la bacheca della chat e le notifiche in tutte le pagine di "
853
  "amministrazione"
854
 
855
- #: includes/settings_page.php:226
856
  msgid "This will load the chat dashboard on every admin page."
857
  msgstr ""
858
  "Attivando l'opzione, la bacheca di chat sarà caricata in ogni pagina di "
859
  "amministrazione."
860
 
861
- #: includes/settings_page.php:234
862
  msgid "Delete database entries on uninstall"
863
  msgstr "Elimina le voci del database alla disinstallazione"
864
 
865
- #: includes/settings_page.php:234
866
  msgid ""
867
  "This will delete all WP Live Chat by 3CX related database entries such as "
868
  "options and chats on uninstall."
@@ -870,11 +866,11 @@ msgstr ""
870
  "Questo eliminerà tutte le voci di database relative a WP Live Chat by 3CX "
871
  "come opzioni e chat, durante la disinstallazione."
872
 
873
- #: includes/settings_page.php:245
874
  msgid "Agents can set their online status"
875
  msgstr "Gli operatori possono impostare il loro stato online"
876
 
877
- #: includes/settings_page.php:245
878
  msgid ""
879
  "Checking this will allow you to change your status to Online or Offline on "
880
  "the Live Chat page."
@@ -882,17 +878,17 @@ msgstr ""
882
  "L'attivazione di questa opzione ti permetterà di cambiare lo stato tra "
883
  "Online e Offline nella pagina di Live Chat."
884
 
885
- #: includes/settings_page.php:245
886
  msgid "If this option is disabled, agents will be always automatically online."
887
  msgstr ""
888
  "Se questa opzione è disattivata, gli operatori saranno online "
889
  "automaticamente."
890
 
891
- #: includes/settings_page.php:256
892
  msgid "Exclude chat from 'Home' page:"
893
  msgstr "Disattiva la finestra di chat nella home page:"
894
 
895
- #: includes/settings_page.php:256
896
  msgid ""
897
  "Leaving this unchecked will allow the chat window to display on your home "
898
  "page."
@@ -900,11 +896,11 @@ msgstr ""
900
  "Con questa opzione disattivata, la finestra di chat sarà visualizzata nella "
901
  "tua home page."
902
 
903
- #: includes/settings_page.php:264
904
  msgid "Exclude chat from 'Archive' pages:"
905
  msgstr "Escludere la finestra di chat nelle pagine d'archivio:"
906
 
907
- #: includes/settings_page.php:264
908
  msgid ""
909
  "Leaving this unchecked will allow the chat window to display on your archive "
910
  "pages."
@@ -912,11 +908,11 @@ msgstr ""
912
  "Con questa opzione disattivata, la finestra di chat sarà visualizzata nelle "
913
  "tue pagine d'archivio."
914
 
915
- #: includes/settings_page.php:272
916
  msgid "Include chat window on the following pages:"
917
  msgstr "Includi la finestra della chat nelle seguenti pagine:"
918
 
919
- #: includes/settings_page.php:272
920
  msgid ""
921
  "Show the chat window on the following pages. Leave blank to show on all. "
922
  "(Use comma-separated Page ID's)"
@@ -924,11 +920,11 @@ msgstr ""
924
  "Mostra la finestra della chat nelle seguenti pagine. Lasciare vuoto per "
925
  "visualizzarla sempre. (Usare ID Pagine separati da virgola)"
926
 
927
- #: includes/settings_page.php:280
928
  msgid "Exclude chat window on the following pages:"
929
  msgstr "Escludi la finestra della chat nelle seguenti pagine:"
930
 
931
- #: includes/settings_page.php:280
932
  msgid ""
933
  "Do not show the chat window on the following pages. Leave blank to show on "
934
  "all. (Use comma-separated Page ID's)"
@@ -936,59 +932,47 @@ msgstr ""
936
  "Non mostrare la finestra della chat nelle seguenti pagine. Lasciare vuoto "
937
  "per visualizzarla sempre. (Usare ID Pagine separati da virgola)"
938
 
939
- #: includes/settings_page.php:288
940
  msgid "Exclude chat window on selected post types"
941
  msgstr "Escludere la finestra di chat sui tipi di post selezionati"
942
 
943
- #: includes/settings_page.php:288
944
  msgid "Do not show the chat window on the following post types pages."
945
  msgstr "Non mostrare la finestra di chat nei seguenti tipi di pagine."
946
 
947
- #: includes/settings_page.php:307
948
  msgid "No post types found."
949
  msgstr "Nessun tipo di post trovato."
950
 
951
- #: includes/settings_page.php:313
952
- msgid "Allow WP users to self-assign as a chat agent"
953
- msgstr "Consentire agli utenti WP di autoassegnarsi come operatori di chat"
954
-
955
- #: includes/settings_page.php:313
956
- msgid ""
957
- "Checking this will allow any of your users to make themselves a chat agent "
958
- "when editing their profile."
959
- msgstr ""
960
- "Con questa opzione abilitata, ciascuno dei tuoi utenti può diventare un "
961
- "operatore di chat modificando il proprio profilo."
962
-
963
- #: includes/settings_page.php:327
964
  msgid "Order by"
965
  msgstr "Ordina per"
966
 
967
- #: includes/settings_page.php:333
968
  msgid "Number"
969
  msgstr "Numero"
970
 
971
- #: includes/settings_page.php:339
972
  msgid "Sort"
973
  msgstr "Ordina"
974
 
975
- #: includes/settings_page.php:343
976
  msgid "Descending"
977
  msgstr "Discendente"
978
 
979
- #: includes/settings_page.php:344
980
  msgid "Ascending"
981
  msgstr "Ascendente"
982
 
983
- #: includes/settings_page.php:351
984
  msgid "Geolocalization"
985
  msgstr "Geolocalizzazione"
986
 
987
- #: includes/settings_page.php:355
988
  msgid "Detect Visitors Country"
989
  msgstr "Rileva il paese dei visitatori"
990
 
991
- #: includes/settings_page.php:359
992
  #, php-format
993
  msgid ""
994
  "This feature requires the use of the GeoIP Detection plugin. Install it by "
@@ -997,12 +981,12 @@ msgstr ""
997
  "Questa funzionalità richiede l'utilizzo del plugin GeoIP Detection. "
998
  "Installalo %s"
999
 
1000
- #: includes/settings_page.php:359 includes/wplc_departments.php:585
1001
- #: modules/node_server.php:501 wp-live-chat-support.php:2311
1002
  msgid "here"
1003
  msgstr "qui"
1004
 
1005
- #: includes/settings_page.php:360
1006
  msgid ""
1007
  "This feature is only available when '3CX High Performance Cloud Servers' is "
1008
  "ticked in the 'Settings > Advanced Features section'."
@@ -1010,15 +994,15 @@ msgstr ""
1010
  "Questa funzionalità è disponibile solo quando si seleziona 3CX High "
1011
  "Performance Cloud Server in Impostazioni > Funzionalità avanzate."
1012
 
1013
- #: includes/settings_page.php:366
1014
  msgid "Voice Notes"
1015
  msgstr "Note vocali"
1016
 
1017
- #: includes/settings_page.php:370
1018
  msgid "Enable Voice Notes on admin side"
1019
  msgstr "Abilitare le note vocali lato amministratore"
1020
 
1021
- #: includes/settings_page.php:372
1022
  msgid ""
1023
  "Enabling this will allow you to record the voice during the chat and send it "
1024
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
@@ -1027,11 +1011,11 @@ msgstr ""
1027
  "la chat e inviarla al visitatore una volta che si tiene premuto CTRL + BARRA "
1028
  "SPAZIO nella finestra di chat principale"
1029
 
1030
- #: includes/settings_page.php:380
1031
  msgid "Enable Voice Notes on visitor side"
1032
  msgstr "Abilitare le note vocali lato visitatore"
1033
 
1034
- #: includes/settings_page.php:382
1035
  msgid ""
1036
  "Enabling this will allow the visitors to record the voice during the chat "
1037
  "and send it to agent once they hold on CTRL + SPACEBAR"
@@ -1040,39 +1024,43 @@ msgstr ""
1040
  "voce durante la chat e di inviarla all'operatore una volta premuti i tasti "
1041
  "CTRL e BARRA SPAZIO"
1042
 
1043
- #: includes/settings_page.php:396 wp-live-chat-support.php:3971
1044
  msgid "Chat Box Settings"
1045
  msgstr "Impostazioni della casella di chat"
1046
 
1047
- #: includes/settings_page.php:399
1048
  msgid "Alignment"
1049
  msgstr "Allineamento"
1050
 
1051
- #: includes/settings_page.php:402
1052
  msgid "Bottom left"
1053
  msgstr "In basso a sinistra"
1054
 
1055
- #: includes/settings_page.php:403
1056
  msgid "Bottom right"
1057
  msgstr "In basso a destra"
1058
 
1059
- #: includes/settings_page.php:404
1060
  msgid "Left"
1061
  msgstr "A sinistra"
1062
 
1063
- #: includes/settings_page.php:405
1064
  msgid "Right"
1065
  msgstr "A destra"
1066
 
1067
- #: includes/settings_page.php:412
1068
  msgid "Chat box height (percent of the page)"
1069
  msgstr "Altezza della casella di chat (percentuale riferita alla pagina)"
1070
 
1071
- #: includes/settings_page.php:426
 
 
 
 
1072
  msgid "Automatic Chatbox Pop-Up"
1073
  msgstr "Pop-up automatico della casella di chat"
1074
 
1075
- #: includes/settings_page.php:426
1076
  msgid ""
1077
  "Expand the chat box automatically (prompts the user to enter their name and "
1078
  "email address)."
@@ -1080,35 +1068,39 @@ msgstr ""
1080
  "Espandi l'area della chat automaticamente (richiedi all'utente di inserire "
1081
  "il nome e l'indirizzo e-mail)."
1082
 
1083
- #: includes/settings_page.php:430
1084
  msgid "Disabled"
1085
  msgstr "Disabilitato"
1086
 
1087
- #: includes/settings_page.php:431
1088
  msgid "No Forms - Only show 'Start Chat' button"
1089
  msgstr "Nessun modulo - Mostra solo il bottone 'Avvia chat'"
1090
 
1091
- #: includes/settings_page.php:432
1092
  msgid "All Forms - Show chatbox forms and fields"
1093
  msgstr "Modulo completo - Mostra il modulo e i campi nella casella di chat"
1094
 
1095
- #: includes/settings_page.php:434
1096
  msgid "Pop-up only when agents are online"
1097
  msgstr "Pop-up solo quando gli operatori sono online"
1098
 
1099
- #: includes/settings_page.php:440
 
 
 
 
1100
  msgid "Display for chat message:"
1101
  msgstr "Visualizzazione per il messaggio di chat:"
1102
 
1103
- #: includes/settings_page.php:444
1104
  msgid "Avatar"
1105
  msgstr "Avatar"
1106
 
1107
- #: includes/settings_page.php:449
1108
  msgid "Display typing indicator"
1109
  msgstr "Mostra il cursore di scrittura"
1110
 
1111
- #: includes/settings_page.php:449
1112
  msgid ""
1113
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1114
  "visitor is typing."
@@ -1116,7 +1108,7 @@ msgstr ""
1116
  "Visualizzare l'animazione \"Sta scrivendo...\" nella finestra di chat non "
1117
  "appena un operatore o un visitatore stanno digitando."
1118
 
1119
- #: includes/settings_page.php:453
1120
  msgid ""
1121
  "For on premise server chat users, please note that this will increase the "
1122
  "amount of resources required on your server."
@@ -1125,11 +1117,11 @@ msgstr ""
1125
  "questa funzionalità aumenterà la quantità di risorse richieste sul proprio "
1126
  "server."
1127
 
1128
- #: includes/settings_page.php:458
1129
  msgid "Chat box for logged in users only:"
1130
  msgstr "Casella di chat solo per gli utenti autenticati:"
1131
 
1132
- #: includes/settings_page.php:458
1133
  msgid ""
1134
  "By checking this, only users that are logged in will be able to chat with "
1135
  "you."
@@ -1137,11 +1129,11 @@ msgstr ""
1137
  "Selezionando questa opzione soltanto gli utenti che sono collegati potranno "
1138
  "chattare con te."
1139
 
1140
- #: includes/settings_page.php:466
1141
  msgid "Use Logged In User Details"
1142
  msgstr "Utilizzare i dettagli dell'utente connesso"
1143
 
1144
- #: includes/settings_page.php:466
1145
  msgid ""
1146
  "A user's Name and Email Address will be used by default if they are logged "
1147
  "in."
@@ -1149,19 +1141,19 @@ msgstr ""
1149
  "Per gli utenti registrati se hanno effettuato l'accesso il sistema userà "
1150
  "automaticamente il loro Nome e indirizzo E-mail."
1151
 
1152
- #: includes/settings_page.php:474
1153
  msgid "Display a timestamp in the chat window:"
1154
  msgstr "Visualizzare un indicatore data e ora nella finestra di chat:"
1155
 
1156
- #: includes/settings_page.php:478 wp-live-chat-support.php:2370
1157
  msgid "Time"
1158
  msgstr "Ora"
1159
 
1160
- #: includes/settings_page.php:483
1161
  msgid "Redirect to “Thank You” page on chat end:"
1162
  msgstr "Reindirizza alla pagina \"Grazie\" alla fine della chat:"
1163
 
1164
- #: includes/settings_page.php:483
1165
  msgid ""
1166
  "By checking this, users will be redirected to your thank you page when a "
1167
  "chat is completed."
@@ -1169,156 +1161,156 @@ msgstr ""
1169
  "Selezionando questa opzione, gli utenti verranno reindirizzati alla tua "
1170
  "pagina di ringraziamento quando una chat è completata."
1171
 
1172
- #: includes/settings_page.php:487
1173
  msgid "Thank You Page URL"
1174
  msgstr "URL pagina di ringraziamento"
1175
 
1176
- #: includes/settings_page.php:497
1177
  msgid "Disable Emojis"
1178
  msgstr "Disabilita emojis"
1179
 
1180
- #: includes/settings_page.php:514
1181
  msgid "User / Agent name"
1182
  msgstr "Nome utente/operatore"
1183
 
1184
- #: includes/settings_page.php:522
1185
  msgid "Use WordPress name"
1186
  msgstr "Usa il nome di WordPress"
1187
 
1188
- #: includes/settings_page.php:525
1189
  msgid "Note: 'Name' field will be ignored"
1190
  msgstr "Avviso: Il campo 'Nome' sarà ignorato"
1191
 
1192
- #: includes/settings_page.php:557
1193
  msgid "Incoming chat ring tone"
1194
  msgstr "Suoneria di chat in arrivo"
1195
 
1196
- #: includes/settings_page.php:573
1197
  msgid "Incoming message tone"
1198
  msgstr "Suono messaggio in arrivo"
1199
 
1200
- #: includes/settings_page.php:590
1201
  msgid "Icon"
1202
  msgstr "Icona"
1203
 
1204
- #: includes/settings_page.php:598
1205
  msgid "Upload Icon"
1206
  msgstr "Carica icona"
1207
 
1208
- #: includes/settings_page.php:599 includes/settings_page.php:604
1209
  msgid "Select Default Icon"
1210
  msgstr "Seleziona icona predefinita"
1211
 
1212
- #: includes/settings_page.php:601
1213
  msgid "Recommended Size 50px x 50px"
1214
  msgstr "Dimensioni consigliate 50px x 50px"
1215
 
1216
- #: includes/settings_page.php:644
1217
  msgid "Picture"
1218
  msgstr "Immagine"
1219
 
1220
- #: includes/settings_page.php:652
1221
  msgid "Upload Image"
1222
  msgstr "Carica immagine"
1223
 
1224
- #: includes/settings_page.php:653
1225
  msgid "Select Default Image"
1226
  msgstr "Seleziona immagine predefinita"
1227
 
1228
- #: includes/settings_page.php:656
1229
  msgid "Remove Image"
1230
  msgstr "Rimuovi immagine"
1231
 
1232
- #: includes/settings_page.php:657
1233
  msgid "Recommended Size 60px x 60px"
1234
  msgstr "Dimensioni consigliate 60px x 60px"
1235
 
1236
- #: includes/settings_page.php:664
1237
  msgid "Logo"
1238
  msgstr "Logo"
1239
 
1240
- #: includes/settings_page.php:672
1241
  msgid "Upload Logo"
1242
  msgstr "Carica logo"
1243
 
1244
- #: includes/settings_page.php:674
1245
  msgid "Remove Logo"
1246
  msgstr "Rimuovi logo"
1247
 
1248
- #: includes/settings_page.php:675
1249
  msgid "Recommended Size 250px x 40px"
1250
  msgstr "Dimensioni consigliate 250px x 40px"
1251
 
1252
- #: includes/settings_page.php:681
1253
  msgid "Chat button delayed startup (seconds)"
1254
  msgstr "Avvio ritardato del pulsante di chat (secondi)"
1255
 
1256
- #: includes/settings_page.php:681
1257
  msgid "How long to delay showing the Live Chat button on a page"
1258
  msgstr "Ritardo nella visualizzazione del pulsante Live Chat in una pagina"
1259
 
1260
- #: includes/settings_page.php:690
1261
  msgid "Chat notifications"
1262
  msgstr "Notifiche chat"
1263
 
1264
- #: includes/settings_page.php:690
1265
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1266
  msgstr ""
1267
  "Avvisami via email quando qualcuno vuole chattare (solo se sono online)"
1268
 
1269
- #: includes/settings_page.php:699
1270
  msgid "User Experience"
1271
  msgstr "Esperienza dell'utente"
1272
 
1273
- #: includes/settings_page.php:703
1274
  msgid "Share files"
1275
  msgstr "Condivisione file"
1276
 
1277
- #: includes/settings_page.php:703
1278
  msgid "Adds file sharing to your chat box!"
1279
  msgstr "Aggiunge la condivisione di file alla tua casella di chat!"
1280
 
1281
- #: includes/settings_page.php:707
1282
  msgid "Visitor experience ratings"
1283
  msgstr "Valutazioni dell'esperienza dei visitatori"
1284
 
1285
- #: includes/settings_page.php:707
1286
  msgid "Allows users to rate the chat experience with an agent."
1287
  msgstr "Consenti agli utenti di valutare l'esperienza di chat con l'operatore."
1288
 
1289
- #: includes/settings_page.php:713 includes/settings_page.php:1040
1290
  msgid "Social"
1291
  msgstr "Social"
1292
 
1293
- #: includes/settings_page.php:717
1294
  msgid "Facebook URL"
1295
  msgstr "Indirizzo pagina Facebook"
1296
 
1297
- #: includes/settings_page.php:717
1298
  msgid "Link your Facebook page here. Leave blank to hide"
1299
  msgstr "Aggiungi la tua pagina Facebook. Lasciare vuoto per nascondere"
1300
 
1301
- #: includes/settings_page.php:718
1302
  msgid "Facebook URL..."
1303
  msgstr "Facebook URL..."
1304
 
1305
- #: includes/settings_page.php:729
1306
  msgid "Twitter URL"
1307
  msgstr "Indirizzo pagina Twitter"
1308
 
1309
- #: includes/settings_page.php:729
1310
  msgid "Link your Twitter page here. Leave blank to hide"
1311
  msgstr "Aggiungi la tua pagina Twitter. Lasciare vuoto per nascondere"
1312
 
1313
- #: includes/settings_page.php:730
1314
  msgid "Twitter URL..."
1315
  msgstr "Twitter URL..."
1316
 
1317
- #: includes/settings_page.php:752
1318
  msgid "Disable offline messages"
1319
  msgstr "Disabilita i messaggi offline"
1320
 
1321
- #: includes/settings_page.php:752
1322
  msgid ""
1323
  "The chat window will be hidden when it is offline. Users will not be able to "
1324
  "send offline messages to you"
@@ -1326,39 +1318,39 @@ msgstr ""
1326
  "La finestra di chat verrà nascosta quando sei offline. Gli utenti non "
1327
  "saranno in grado di inviarti messaggi offline"
1328
 
1329
- #: includes/settings_page.php:759
1330
  msgid "Offline Form Title"
1331
  msgstr "Titolo modulo offline"
1332
 
1333
- #: includes/settings_page.php:767
1334
  msgid "Offline form initial message"
1335
  msgstr "Messaggio iniziale del modulo offline"
1336
 
1337
- #: includes/settings_page.php:773
1338
  msgid "Offline form message on send"
1339
  msgstr "Messaggio all'invio del modulo offline"
1340
 
1341
- #: includes/settings_page.php:779
1342
  msgid "Offline form finish message"
1343
  msgstr "Messaggio finale del modulo offline"
1344
 
1345
- #: includes/settings_page.php:785
1346
  msgid "Offline Button Text"
1347
  msgstr "Testo pulsante offline"
1348
 
1349
- #: includes/settings_page.php:791
1350
  msgid "Offline Send Button Text"
1351
  msgstr "Testo del pulsante di invio offline"
1352
 
1353
- #: includes/settings_page.php:799
1354
  msgid "Email settings"
1355
  msgstr "Impostazioni email"
1356
 
1357
- #: includes/settings_page.php:805
1358
  msgid "Send to agent(s)"
1359
  msgstr "Invia agli operatori"
1360
 
1361
- #: includes/settings_page.php:805
1362
  msgid ""
1363
  "Email address where offline messages are delivered to. Use comma separated "
1364
  "email addresses to send to more than one email address"
@@ -1366,101 +1358,101 @@ msgstr ""
1366
  "Indirizzo email dove inviare i messaggi non in linea. Usare indirizzi "
1367
  "separati da virgole per inviare i messaggi a più di un indirizzo email"
1368
 
1369
- #: includes/settings_page.php:815
1370
  msgid "Subject"
1371
  msgstr "Oggetto"
1372
 
1373
- #: includes/settings_page.php:815
1374
  msgid "User name will be appended to the end of the subject."
1375
  msgstr "Il nome utente verrà aggiunto alla fine dell'oggetto."
1376
 
1377
- #: includes/settings_page.php:828
1378
  msgid "Auto-respond to visitor"
1379
  msgstr "Risposta automatica al visitatore"
1380
 
1381
- #: includes/settings_page.php:828
1382
  msgid "Send your visitors an email as soon as they send you an offline message"
1383
  msgstr ""
1384
  "Inviare un'email ai visitatori non appena ti inviano un messaggio offline"
1385
 
1386
- #: includes/settings_page.php:834
1387
  msgid "Auto-responder 'From' name"
1388
  msgstr "Nome 'From' del risponditore automatico"
1389
 
1390
- #: includes/settings_page.php:840
1391
  msgid "Auto-responder 'From' email"
1392
  msgstr "Email 'From' del risponditore automatico"
1393
 
1394
- #: includes/settings_page.php:846
1395
  msgid "Auto-responder subject"
1396
  msgstr "Oggetto risponditore automatico"
1397
 
1398
- #: includes/settings_page.php:852
1399
  msgid "Auto-responder body"
1400
  msgstr "Messaggio email del risponditore automatico"
1401
 
1402
- #: includes/settings_page.php:855
1403
  msgid "HTML and the following shortcodes can be used"
1404
  msgstr "Puoi utilizzare HTML e i seguenti shortcode"
1405
 
1406
- #: includes/settings_page.php:855
1407
  msgid "User's name"
1408
  msgstr "Nome utente"
1409
 
1410
- #: includes/settings_page.php:855
1411
  msgid "User's email address"
1412
  msgstr "Indirizzo email dell'utente"
1413
 
1414
- #: includes/settings_page.php:931
1415
  msgid "Color scheme"
1416
  msgstr "Schema colore"
1417
 
1418
- #: includes/settings_page.php:987
1419
  msgid "Custom Scheme"
1420
  msgstr "Schema personalizzato"
1421
 
1422
- #: includes/settings_page.php:1008
1423
  msgid "Palette Color 1"
1424
  msgstr "Tavolozza colori 1"
1425
 
1426
- #: includes/settings_page.php:1014
1427
  msgid "Palette Color 2"
1428
  msgstr "Tavolozza colori 2"
1429
 
1430
- #: includes/settings_page.php:1020
1431
  msgid "Palette Color 3"
1432
  msgstr "Tavolozza colori 3"
1433
 
1434
- #: includes/settings_page.php:1026
1435
  msgid "Palette Color 4"
1436
  msgstr "Tavolozza colori 4"
1437
 
1438
- #: includes/settings_page.php:1033
1439
  msgid "Chat background"
1440
  msgstr "Sfondo della chat"
1441
 
1442
- #: includes/settings_page.php:1037
1443
  msgid "Cloudy"
1444
  msgstr "Nuvoloso"
1445
 
1446
- #: includes/settings_page.php:1038
1447
  msgid "Geometry"
1448
  msgstr "Geometria"
1449
 
1450
- #: includes/settings_page.php:1039
1451
  msgid "Tech"
1452
  msgstr "Tech"
1453
 
1454
- #: includes/settings_page.php:1041 includes/wplc_roi.php:163
1455
- #: modules/node_server.php:773
1456
  msgid "None"
1457
  msgstr "Nessuno"
1458
 
1459
- #: includes/settings_page.php:1047
1460
  msgid "Use localization plugin"
1461
  msgstr "Usa plugin di localizzazione"
1462
 
1463
- #: includes/settings_page.php:1050
1464
  #, php-format
1465
  msgid ""
1466
  "Enable this if you are using a localization plugin. Should you wish to "
@@ -1471,35 +1463,35 @@ msgstr ""
1471
  "desidera modificare le seguenti stringhe con questa opzione attivata, "
1472
  "visitare %sla documentazione%s"
1473
 
1474
- #: includes/settings_page.php:1056
1475
  msgid "Chat box title"
1476
  msgstr "Titolo della casella di chat"
1477
 
1478
- #: includes/settings_page.php:1062
1479
  msgid "Chat box sub-title"
1480
  msgstr "Sottotitolo della casella di chat"
1481
 
1482
- #: includes/settings_page.php:1068
1483
  msgid "Chat box intro"
1484
  msgstr "Introduzione alla casella di chat"
1485
 
1486
- #: includes/settings_page.php:1074
1487
  msgid "Start chat button label"
1488
  msgstr "Etichetta del bottone \"Avvia chat\""
1489
 
1490
- #: includes/settings_page.php:1080
1491
  msgid "Start chat status message"
1492
  msgstr "Messaggio di stato del bottone \"Avvia chat\""
1493
 
1494
- #: includes/settings_page.php:1086
1495
  msgid "Re-activate chat message"
1496
  msgstr "Messaggio di riattivazione chat"
1497
 
1498
- #: includes/settings_page.php:1094
1499
  msgid "Welcome message"
1500
  msgstr "Messaggio di benvenuto"
1501
 
1502
- #: includes/settings_page.php:1096
1503
  msgid ""
1504
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1505
  "join"
@@ -1507,51 +1499,51 @@ msgstr ""
1507
  "Questo testo viene visualizzato non appena un utente avvia una chat e "
1508
  "attende che un operatore risponda"
1509
 
1510
- #: includes/settings_page.php:1100
1511
  msgid "Agent no answer message"
1512
  msgstr "Messaggio di mancata risposta per l'operatore"
1513
 
1514
- #: includes/settings_page.php:1102
1515
  msgid ""
1516
  "This text is shown to the user when an agent has failed to answer a chat"
1517
  msgstr ""
1518
  "Questo testo viene visualizzato all'utente quando un operatore non è "
1519
  "riuscito a rispondere a una chat"
1520
 
1521
- #: includes/settings_page.php:1106
1522
  msgid "Other text"
1523
  msgstr "Altro testo"
1524
 
1525
- #: includes/settings_page.php:1109 wp-live-chat-support.php:486
1526
- #: wp-live-chat-support.php:1221
1527
  msgid "The chat has been ended by the agent."
1528
  msgstr "La chat è stata terminata dall'operatore."
1529
 
1530
- #: includes/settings_page.php:1114
1531
  msgid "Chat box animation"
1532
  msgstr "Animazione della casella di chat"
1533
 
1534
- #: includes/settings_page.php:1122
1535
  msgid "Slide Up"
1536
  msgstr "A scomparsa verso l'alto"
1537
 
1538
- #: includes/settings_page.php:1128
1539
  msgid "Slide From The Side"
1540
  msgstr "A scomparsa di lato"
1541
 
1542
- #: includes/settings_page.php:1134
1543
  msgid "Fade In"
1544
  msgstr "Dissolvenza"
1545
 
1546
- #: includes/settings_page.php:1140
1547
  msgid "No Animation"
1548
  msgstr "Nessuna animazione"
1549
 
1550
- #: includes/settings_page.php:1158
1551
  msgid "Auto-response to first message"
1552
  msgstr "Risposta automatica al primo messaggio"
1553
 
1554
- #: includes/settings_page.php:1161
1555
  msgid ""
1556
  "This message will be sent automatically after the first message is sent from "
1557
  "the user side. Leave empty to disable."
@@ -1559,31 +1551,31 @@ msgstr ""
1559
  "Questo messaggio verrà inviato automaticamente dopo l'invio del primo "
1560
  "messaggio dal lato utente. Lasciare vuoto per disabilitare."
1561
 
1562
- #: includes/settings_page.php:1173
1563
  msgid "Chat Agents"
1564
  msgstr "Operatori chat"
1565
 
1566
- #: includes/settings_page.php:1182
1567
  msgid "Logged In"
1568
  msgstr "Connesso"
1569
 
1570
- #: includes/settings_page.php:1200
1571
  msgid "Add New Agent"
1572
  msgstr "Aggiungi nuovo operatore"
1573
 
1574
- #: includes/settings_page.php:1207
1575
  msgid "Administrator"
1576
  msgstr "Amministratore"
1577
 
1578
- #: includes/settings_page.php:1212
1579
  msgid "Editor"
1580
  msgstr "Editor"
1581
 
1582
- #: includes/settings_page.php:1221
1583
  msgid "Add Agent"
1584
  msgstr "Aggiungi operatore"
1585
 
1586
- #: includes/settings_page.php:1227
1587
  #, php-format
1588
  msgid ""
1589
  "Should you wish to add a user that has a role less than 'Author', please go "
@@ -1594,24 +1586,24 @@ msgstr ""
1594
  "vai alla pagina %s, seleziona l'utente voluto, clicca su Modifica e scorri "
1595
  "la pagina fino in fondo, poi spunta il checkbox 'Operatore Chat'."
1596
 
1597
- #: includes/settings_page.php:1227
1598
  msgid "Users"
1599
  msgstr "Utenti"
1600
 
1601
- #: includes/settings_page.php:1228
1602
  msgid "If there are no chat agents online, the chat will show as offline"
1603
  msgstr ""
1604
  "Se non ci sono agenti di chat online, la chat verrà visualizzata come offline"
1605
 
1606
- #: includes/settings_page.php:1233
1607
  msgid "Blocked Visitors / IP Addresses"
1608
  msgstr "Visitatori bloccati / Indirizzi IP"
1609
 
1610
- #: includes/settings_page.php:1237
1611
  msgid "Enter each IP Address you would like to block on a new line"
1612
  msgstr "Immettere ogni indirizzo IP che si desidera bloccare, uno per riga"
1613
 
1614
- #: includes/settings_page.php:1248
1615
  msgid ""
1616
  "Blocking a user's IP Address here will hide the chat window from them, "
1617
  "preventing them from chatting with you. Each IP Address must be on a new line"
@@ -1620,47 +1612,57 @@ msgstr ""
1620
  "finestra di chat e sarà loro impedito di comunicare con voi. Ogni indirizzo "
1621
  "IP deve essere inserito su una nuova riga"
1622
 
1623
- #: includes/settings_page.php:1264
1624
  msgid "Enable Business Hours"
1625
  msgstr "Abilita orario lavorativo"
1626
 
1627
- #: includes/settings_page.php:1269
1628
- msgid "Active schedule"
1629
- msgstr "Pianificazione attiva"
1630
 
1631
- #: includes/settings_page.php:1273
1632
- msgid "Daily"
1633
- msgstr "Giornaliero"
1634
 
1635
- #: includes/settings_page.php:1274
1636
- msgid "Week Days"
1637
- msgstr "Giorni della settimana"
1638
 
1639
- #: includes/settings_page.php:1275
1640
- msgid "Weekends"
1641
- msgstr "Fine settimana"
1642
 
1643
- #: includes/settings_page.php:1287
1644
- msgid "Between"
1645
- msgstr "Fra"
 
 
 
 
 
 
1646
 
1647
  #: includes/settings_page.php:1298
1648
- msgid "and"
1649
- msgstr "e"
 
 
 
 
1650
 
1651
- #: includes/settings_page.php:1315
1652
  msgid "Current Site Time"
1653
  msgstr "Ora corrente del sito"
1654
 
1655
- #: includes/settings_page.php:1328
1656
  msgid "Chat Encryption"
1657
  msgstr "Crittografia chat"
1658
 
1659
- #: includes/settings_page.php:1331
1660
  msgid "Enable Encryption"
1661
  msgstr "Abilita crittografia"
1662
 
1663
- #: includes/settings_page.php:1331
1664
  msgid ""
1665
  "All messages will be encrypted when being sent to and from the user and "
1666
  "agent."
@@ -1668,14 +1670,31 @@ msgstr ""
1668
  "Tutti i messaggi della chat vengono criptati quando sono spediti tra "
1669
  "l'utente e l'operatore e v
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Live Chat by 3CX\n"
4
+ "POT-Creation-Date: 2019-12-17 14:38+0100\n"
5
+ "PO-Revision-Date: 2019-12-17 14:42+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #: ajax/agent.php:167 ajax/user.php:126 wp-live-chat-support.php:88
25
+ #: wp-live-chat-support.php:4495
26
  msgid "Admin"
27
  msgstr "Amministratore"
28
 
29
+ #: ajax/agent.php:262 ajax/user.php:230
30
  msgid "Admin has closed and ended the chat"
31
  msgstr "L'Amministratore ha chiuso e terminato la chat"
32
 
33
+ #: functions.php:382 functions.php:399
34
  msgid "Accept Chat"
35
  msgstr "Accetta chat"
36
 
37
+ #: functions.php:390 functions.php:405
38
  msgid "Open Chat"
39
  msgstr "Apri la finestra della chat"
40
 
41
+ #: functions.php:392
42
  msgid "In progress with another agent"
43
  msgstr "In corso con un altro operatore"
44
 
45
+ #: functions.php:409
46
  msgid "Only chat agents can accept chats"
47
  msgstr "Solo gli operatori della chat possono accettare una chat"
48
 
49
+ #: functions.php:473 modules/api/agent/wplc-api-functions.php:413
50
  msgid "New"
51
  msgstr "Nuovo"
52
 
53
+ #: functions.php:475 modules/api/agent/wplc-api-functions.php:415
54
  msgid "Returning"
55
  msgstr "Visitatore abituale"
56
 
57
+ #: functions.php:566
58
  msgid "No agent was able to answer your chat request. Please try again."
59
  msgstr ""
60
  "Nessun operatore è stato in grado di rispondere alla tua richiesta di chat. "
61
  "Riprova."
62
 
63
+ #: functions.php:580 functions.php:4323 wp-live-chat-support.php:1634
64
  msgid "End Chat"
65
  msgstr "Termina chat"
66
 
67
+ #: functions.php:966
68
  msgid "complete"
69
  msgstr "completa"
70
 
71
+ #: functions.php:969
72
  msgid "pending"
73
  msgstr "in attesa"
74
 
75
+ #: functions.php:972
76
  msgid "active"
77
  msgstr "attiva"
78
 
79
+ #: functions.php:975
80
  msgid "deleted"
81
  msgstr "cancellata"
82
 
83
+ #: functions.php:978
84
  msgid "browsing"
85
  msgstr "sta navigando"
86
 
87
+ #: functions.php:981
88
  msgid "requesting chat"
89
  msgstr "richiesta di chat"
90
 
91
+ #: functions.php:984
92
  msgid "Chat Ended - User still browsing"
93
  msgstr "Chat terminata - L'utente sta ancora navigando"
94
 
95
+ #: functions.php:987
96
  msgid "User is browsing but doesn't want to chat"
97
  msgstr "L'utente sta navigando, ma non vuole usare la chat"
98
 
99
+ #: functions.php:1126 includes/settings_page.php:829
100
  msgid "WP Live Chat by 3CX - Offline Message from "
101
  msgstr "WP Live Chat di 3CX - Messaggio offline da "
102
 
103
+ #: functions.php:1127 functions.php:1451 includes/settings_page.php:181
104
+ #: includes/settings_page.php:454 includes/wplc_custom_fields.php:79
105
+ #: includes/wplc_data_triggers.php:455 includes/wplc_departments.php:175
106
+ #: includes/wplc_roi.php:138 modules/node_server.php:82
107
+ #: modules/node_server.php:128 wp-live-chat-support.php:1362
108
+ #: wp-live-chat-support.php:1385 wp-live-chat-support.php:1546
109
+ #: wp-live-chat-support.php:3043 wp-live-chat-support.php:3157
110
  msgid "Name"
111
  msgstr "Nome"
112
 
113
+ #: functions.php:1128 functions.php:1452 includes/settings_page.php:177
114
+ #: modules/node_server.php:129 wp-live-chat-support.php:1363
115
+ #: wp-live-chat-support.php:1374 wp-live-chat-support.php:1547
116
+ #: wp-live-chat-support.php:3044 wp-live-chat-support.php:3158
117
  msgid "Email"
118
  msgstr "Email"
119
 
120
+ #: functions.php:1129 wp-live-chat-support.php:1548
121
+ #: wp-live-chat-support.php:3159 wp-live-chat-support.php:3912
122
+ #: wp-live-chat-support.php:3972
123
  msgid "Message"
124
  msgstr "Messaggio"
125
 
126
+ #: functions.php:1130
127
  msgid "Via WP Live Chat by 3CX"
128
  msgstr "Tramite WP Live Chat di 3CX"
129
 
130
+ #: functions.php:1429 wp-live-chat-support.php:3006
131
  msgid "Error: Could not delete chat"
132
  msgstr "Errore: Impossibile cancellare la chat"
133
 
134
+ #: functions.php:1431 wp-live-chat-support.php:3008
135
  msgid "Chat Deleted"
136
  msgstr "Chat cancellata"
137
 
138
+ #: functions.php:1434 includes/wplc_custom_fields.php:35
139
+ #: includes/wplc_custom_fields.php:453 includes/wplc_custom_fields.php:474
140
+ #: includes/wplc_data_triggers.php:251 includes/wplc_data_triggers.php:269
141
+ #: includes/wplc_data_triggers.php:313 includes/wplc_data_triggers.php:501
142
  #: includes/wplc_departments.php:303 includes/wplc_departments.php:323
143
+ #: includes/wplc_departments.php:358 includes/wplc_roi.php:368
144
+ #: includes/wplc_roi.php:387 includes/wplc_roi.php:424
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:244 modules/gdpr.php:258 modules/webhooks_manager.php:102
149
  #: modules/webhooks_manager.php:122 modules/webhooks_manager.php:149
150
+ #: wp-live-chat-support.php:2971 wp-live-chat-support.php:2997
151
+ #: wp-live-chat-support.php:3882
152
  msgid "You do not have permission do perform this action"
153
  msgstr "Non disponi dei permessi per eseguire questa azione"
154
 
155
+ #: functions.php:1440 wp-live-chat-support.php:3013
156
  msgid "Are you sure you would like to delete this chat?"
157
  msgstr "Sei sicuro di voler cancellare questa chat?"
158
 
159
+ #: functions.php:1441 includes/settings_page.php:159
160
+ #: includes/wplc_custom_fields.php:275 wp-live-chat-support.php:3015
161
  msgid "Yes"
162
  msgstr "Sì"
163
 
164
+ #: functions.php:1441 includes/settings_page.php:160
165
+ #: includes/wplc_custom_fields.php:275 wp-live-chat-support.php:3016
166
  msgid "No"
167
  msgstr "No"
168
 
169
+ #: functions.php:1450 functions.php:2008 includes/settings_page.php:340
170
+ #: includes/settings_page.php:488 wp-live-chat-support.php:3042
171
+ #: wp-live-chat-support.php:3156
172
  msgid "Date"
173
  msgstr "Data"
174
 
175
+ #: functions.php:1453 functions.php:3835 wp-live-chat-support.php:3045
176
  msgid "URL"
177
  msgstr "URL"
178
 
179
+ #: functions.php:1454 includes/wplc_custom_fields.php:83
180
+ #: includes/wplc_data_triggers.php:460 includes/wplc_departments.php:176
181
+ #: includes/wplc_roi.php:142 modules/webhooks_manager.php:251
182
+ #: wp-live-chat-support.php:2094 wp-live-chat-support.php:3047
183
  msgid "Action"
184
  msgstr "Azione"
185
 
186
+ #: functions.php:1468
187
  msgid "You have not missed any chat requests."
188
  msgstr "Non hai perso richieste di chat."
189
 
190
+ #: functions.php:1475 wp-live-chat-support.php:3062
191
  msgid "View Chat History"
192
  msgstr "Visualizza cronologia chat"
193
 
194
+ #: functions.php:1475 wp-live-chat-support.php:3063
195
  msgid "Download Chat History"
196
  msgstr "Scarica la cronologia della chat"
197
 
198
+ #: functions.php:1669
199
  msgid "Open chat window via"
200
  msgstr "Apri la finestra chat tramite"
201
 
202
+ #: functions.php:1673
203
  msgid "Click"
204
  msgstr "Clic"
205
 
206
+ #: functions.php:1674
207
  msgid "Hover"
208
  msgstr "Hover"
209
 
210
+ #: functions.php:1676
211
  msgid "element with"
212
  msgstr "elemento con"
213
 
214
+ #: functions.php:1678
215
  msgid "Class"
216
  msgstr "Classe"
217
 
218
+ #: functions.php:1679 includes/wplc_custom_fields.php:78
219
+ #: includes/wplc_data_triggers.php:454 includes/wplc_departments.php:174
220
+ #: includes/wplc_roi.php:137
221
  msgid "ID"
222
  msgstr "ID"
223
 
224
+ #: functions.php:1920 functions.php:1926 functions.php:1931
225
  #: includes/dashboard_page.php:58 modules/node_server.php:138
226
+ #: modules/node_server.php:866 wp-live-chat-support.php:3659
227
  msgid "Quick Responses"
228
  msgstr "Risposte rapide"
229
 
230
+ #: functions.php:1921 includes/settings_page.php:330
231
  msgid "Quick Response"
232
  msgstr "Risposta rapida"
233
 
234
+ #: functions.php:1922 functions.php:1925
235
  msgid "New Quick Response"
236
  msgstr "Nuova risposta rapida"
237
 
238
+ #: functions.php:1923 modules/node_server.php:875
239
  msgid "Add New Quick Response"
240
  msgstr "Aggiungi nuova risposta rapida"
241
 
242
+ #: functions.php:1924
243
  msgid "Edit Quick Response"
244
  msgstr "Modifica risposta rapida"
245
 
246
+ #: functions.php:1927
247
  msgid "View Quick Responses"
248
  msgstr "Visualizza risposte rapide"
249
 
250
+ #: functions.php:1928
251
  msgid "Search Quick Responses"
252
  msgstr "Visualizza risposte rapide"
253
 
254
+ #: functions.php:1929
255
  msgid "No Quick Responses found"
256
  msgstr "Cerca risposte rapide"
257
 
258
+ #: functions.php:1930
259
  msgid "No Quick Responses found in the Trash"
260
  msgstr "Nessuna risposta rapida trovata nel cestino"
261
 
262
+ #: functions.php:1935
263
  msgid "Quick Responses for WP Live Chat by 3CX"
264
  msgstr "Risposte rapide per WP Live Chat by 3CX"
265
 
266
+ #: functions.php:1969
267
  msgid "Sort Order"
268
  msgstr "Ordinamento"
269
 
270
+ #: functions.php:2005 includes/settings_page.php:339
271
  msgid "Title"
272
  msgstr "Titolo"
273
 
274
+ #: functions.php:2006
275
  msgid "Order"
276
  msgstr "Ordine"
277
 
278
+ #: functions.php:2007 includes/settings_page.php:1227
279
  msgid "Author"
280
  msgstr "Autore"
281
 
282
+ #: functions.php:2050 wp-live-chat-support.php:185
283
  msgid "Press ENTER to send your message"
284
  msgstr "Premi INVIO per inviare il tuo messaggio"
285
 
286
+ #: functions.php:2089 functions.php:2093
287
  msgid "Assign Quick Response"
288
  msgstr "Assegna risposta rapida"
289
 
290
+ #: functions.php:2096 includes/settings_page.php:1212
291
  msgid "Select"
292
  msgstr "Seleziona"
293
 
294
+ #: functions.php:2102
295
  msgid "What is this?"
296
  msgstr "Che cosa significa?"
297
 
298
+ #: functions.php:2144
299
  #, php-format
300
  msgid "Incoming chat from %s (%s) on %s"
301
  msgstr "Chat in entrata da %s (%s) su %s"
302
 
303
+ #: functions.php:2150
304
  #, php-format
305
  msgid "%s (%s) wants to chat with you."
306
  msgstr "%s (%s) vuole chattare con te."
307
 
308
+ #: functions.php:2155
309
  #, php-format
310
  msgid "Log in: %s"
311
  msgstr "Accedi qui: %s"
312
 
313
+ #: functions.php:2449
314
  msgid "Status (Online)"
315
  msgstr "Stato (Online)"
316
 
317
+ #: functions.php:2450 functions.php:3275
318
  msgid "Online"
319
  msgstr "In linea"
320
 
321
+ #: functions.php:2451 functions.php:3275
322
  msgid "Offline"
323
  msgstr "Offline"
324
 
325
+ #: functions.php:2452
326
  msgid "Status (Offline)"
327
  msgstr "Stato (Offline)"
328
 
329
+ #: functions.php:2453 functions.php:3245
330
  msgid "Chat Agent Online"
331
  msgstr "Operatore chat disponibile"
332
 
333
+ #: functions.php:2454 functions.php:3247 functions.php:3251
334
  msgid "Chat Agents Online"
335
  msgstr "Operatori chat disponibili"
336
 
337
+ #: functions.php:2467
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."
343
  "accettare le chat, imposta il tuo stato su \"Online\" utilizzando lo switch "
344
  "qui sopra."
345
 
346
+ #: functions.php:2537
347
  msgid "Encryption"
348
  msgstr "Crittografia"
349
 
350
+ #: functions.php:2543 includes/settings_page.php:1269
351
+ #: wp-live-chat-support.php:3674
352
  msgid "Business Hours"
353
  msgstr "Orari lavorativi"
354
 
355
+ #: functions.php:2677
356
  msgid "Initiate Chat"
357
  msgstr "Avvia chat"
358
 
359
+ #: functions.php:2765
360
  msgid "Attempting to open the chat window... Please be patient."
361
  msgstr "Sto cercando di aprire la finestra di chat... un attimo di pazienza."
362
 
363
+ #: functions.php:2780
364
  msgid ""
365
  "You are not a chat agent. Please make yourself a chat agent before trying to "
366
  "chat to visitors"
368
  "Non sei un operatore di chat. Devi assegnarti i privilegi di operatore di "
369
  "chat prima chattare con i visitatori"
370
 
371
+ #: functions.php:2937
372
  msgid "Chat Agent"
373
  msgstr "Operatore Chat"
374
 
375
+ #: functions.php:2945
376
  msgid "Make this user a chat agent"
377
  msgstr "Trasforma questo utente in un operatore di chat"
378
 
379
+ #: functions.php:2948
380
+ msgid "Your user role does not allow you to set agent attribute."
381
  msgstr "Il tuo ruolo utente non ti permette di essere un operatore della chat."
382
 
383
+ #: functions.php:2949
384
  msgid "Please contact the administrator of this website to change this."
385
  msgstr "Contatta l'amministratore di questo sito per effettuare i cambiamenti."
386
 
387
+ #: functions.php:2963
388
  msgid "This chat has already been answered by another agent."
389
  msgstr "Questa discussione ha già avuto una risposta da un altro operatore."
390
 
391
+ #: functions.php:3196 wp-live-chat-support.php:2047
392
  msgid "Agent(s) online"
393
  msgstr "Operatore/i online"
394
 
395
+ #: functions.php:3325 includes/settings_page.php:1202
396
+ #: wp-live-chat-support.php:1993
397
  msgid "Remove"
398
  msgstr "Rimuovi"
399
 
400
+ #: functions.php:3328 wp-live-chat-support.php:1996
401
  msgid "Typing..."
402
  msgstr "Sta scrivendo..."
403
 
404
+ #: functions.php:3636
405
  msgid "User Experience Ratings"
406
  msgstr "Valutazioni dell'esperienza utente"
407
 
408
+ #: functions.php:3643
409
  msgid "Agent Statistics"
410
  msgstr "Statistiche operatori"
411
 
412
+ #: functions.php:3676 functions.php:3691
413
  msgid "Satisfaction Rating"
414
  msgstr "Valutazione della soddisfazione"
415
 
416
+ #: functions.php:3677 functions.php:3692
417
  msgid "Rating Count"
418
  msgstr "Contatore valutazioni"
419
 
420
+ #: functions.php:3677 functions.php:3692
421
  msgid "Good"
422
  msgstr "Buona"
423
 
424
+ #: functions.php:3677 functions.php:3692
425
  msgid "Bad"
426
  msgstr "Cattiva"
427
 
428
+ #: functions.php:3733 includes/dashboard_page.php:56
429
+ #: wp-live-chat-support.php:785
430
  msgid "Reports"
431
  msgstr "Report"
432
 
433
+ #: functions.php:3736 includes/wplc_roi.php:139
434
  msgid "Overview"
435
  msgstr "Panoramica"
436
 
437
+ #: functions.php:3737
438
  msgid "Popular Pages"
439
  msgstr "Pagine popolari"
440
 
441
+ #: functions.php:3755
442
  msgid "Total Agents"
443
  msgstr "Totale operatori"
444
 
445
+ #: functions.php:3755
446
  msgid "Total number of agents that used the live chat"
447
  msgstr "Numero totale di operatori che hanno usato la live chat"
448
 
449
+ #: functions.php:3756
450
  msgid "Total Chats"
451
  msgstr "Totale chat"
452
 
453
+ #: functions.php:3756
454
  msgid "Total number of chats received"
455
  msgstr "Numero complessivo di chat ricevute"
456
 
457
+ #: functions.php:3757
458
  msgid "Total URLs"
459
  msgstr "URL totali"
460
 
461
+ #: functions.php:3757
462
  msgid "Total number of URLs a chat was initiated on"
463
  msgstr "Numero totale di URL su cui è stata avviata una chat"
464
 
465
+ #: functions.php:3758
466
  msgid "Chats per day"
467
  msgstr "Chat per giorno"
468
 
469
+ #: functions.php:3759
470
  msgid "Popular pages a chat was initiated on"
471
  msgstr "Pagine popolari che hanno dato origine alla chat"
472
 
473
+ #: functions.php:3789 includes/wplc_custom_fields.php:316
474
  msgid "Unknown"
475
  msgstr "Sconosciuto"
476
 
477
+ #: functions.php:3836
478
  msgid "Count"
479
  msgstr "Conteggio"
480
 
481
+ #: functions.php:3862
482
  msgid "Enable Manual Chat Initiation:"
483
  msgstr "Abilita avvio manuale della chat:"
484
 
485
+ #: functions.php:3862
486
  msgid ""
487
  "Enabling this feature will allow agents to start a chat with website "
488
  "visitors. This feature increases server load while enabled."
491
  "chat con i visitatori del sito web. Questa funzionalità aumenta il carico "
492
  "sul server quando è abilitata."
493
 
494
+ #: functions.php:3866 modules/advanced_features.php:74
495
  msgid ""
496
  "This feature is only available when you select 3CX High Performance Cloud "
497
  "Servers in Advanced Features."
499
  "Questa funzionalità è disponibile solo quando si seleziona 3CX High "
500
  "Performance Cloud Server in Funzionalità avanzate."
501
 
502
+ #: functions.php:3953
503
  msgid "Thank you for inquiry. We will get back to you shortly"
504
  msgstr "Grazie per la richiesta. Risponderemo il prima possibile"
505
 
506
+ #: functions.php:4088
507
  msgid "The Live Chat box is currently disabled on your website due to:"
508
  msgstr ""
509
  "La finestra Live Chat è attualmente disabilitata sul tuo sito web a causa di:"
510
 
511
+ #: functions.php:4089
512
  msgid "Business Hours Settings"
513
  msgstr "Impostazione orari lavorativi"
514
 
515
+ #: functions.php:4135
516
  msgid "Edit Profile"
517
  msgstr "Modifica profilo"
518
 
519
+ #: functions.php:4146 modules/node_server.php:98 modules/node_server.php:722
520
  msgid "Drag Files Here"
521
  msgstr "Trascina qui i file"
522
 
523
+ #: functions.php:4169 functions.php:4214 includes/wplc_custom_fields.php:107
524
+ #: includes/wplc_data_triggers.php:468 includes/wplc_data_triggers.php:606
525
  #: includes/wplc_departments.php:184 includes/wplc_departments.php:474
526
+ #: includes/wplc_roi.php:150 includes/wplc_roi.php:569
527
  #: modules/webhooks_manager.php:263
528
  msgid "Delete"
529
  msgstr "Cancella"
530
 
531
+ #: functions.php:4170
532
  msgid "Send..."
533
  msgstr "Invia..."
534
 
535
+ #: functions.php:4171 functions.php:4216
536
  msgid "Play voice note"
537
  msgstr "Riproduci nota vocale"
538
 
539
+ #: functions.php:4215
540
  msgid "Save..."
541
  msgstr "Salva..."
542
 
543
+ #: functions.php:4317 wp-live-chat-support.php:1014
544
+ #: wp-live-chat-support.php:2489
545
  msgid "is typing..."
546
  msgstr "sta scrivendo..."
547
 
548
+ #: functions.php:4319
549
  msgid "There are no visitors on your site at the moment"
550
  msgstr "Al momento non ci sono visitatori sul tuo sito"
551
 
552
+ #: functions.php:4320
553
  msgid "Connection to the server lost, reconnecting..."
554
  msgstr "Connessione con il server persa, riconnessione in corso..."
555
 
556
+ #: functions.php:4321
557
  msgid "Agent offline - not accepting chats"
558
  msgstr "Operatore non in linea - non riceverai richieste di chat"
559
 
560
+ #: functions.php:4322 modules/node_server.php:103 wp-live-chat-support.php:1628
561
  msgid "Minimize Chat"
562
  msgstr "Riduci a icona la chat"
563
 
564
+ #: functions.php:4341
565
  msgid "An error has occured while fetching the news feed."
566
  msgstr "Si è verificato un errore durante il recupero del feed di notizie."
567
 
568
+ #: functions.php:4438
569
  msgid "Default"
570
  msgstr "Predefinito"
571
 
572
+ #: functions.php:4739
573
  msgid "You do not have permission to perform this action"
574
  msgstr "Non disponi dei permessi per eseguire questa azione"
575
 
576
  #: includes/blocks/wplc-chat-box/index.php:30
577
+ #: includes/blocks/wplc-chat-box/index.php:51 wp-live-chat-support.php:3675
578
  msgid "Gutenberg Blocks"
579
  msgstr "Blocchi Gutenberg"
580
 
622
  msgid "Displays the chosen icon"
623
  msgstr "Visualizza l'icona scelta"
624
 
625
+ #: includes/blocks/wplc-chat-box/index.php:218 wp-live-chat-support.php:1022
626
+ #: wp-live-chat-support.php:1665
627
  msgid "Type here"
628
  msgstr "Scrivi qui"
629
 
630
+ #: includes/blocks/wplc-chat-box/index.php:222 wp-live-chat-support.php:756
631
  msgid "Live Chat"
632
  msgstr "Live Chat"
633
 
634
+ #: includes/dashboard_page.php:46 wp-live-chat-support.php:757
635
  msgid "Dashboard"
636
  msgstr "Bacheca"
637
 
649
  msgid "Missed"
650
  msgstr "Perse"
651
 
652
+ #: includes/dashboard_page.php:55 wp-live-chat-support.php:763
653
+ #: wp-live-chat-support.php:3099
654
  msgid "History"
655
  msgstr "Cronologia"
656
 
657
+ #: includes/dashboard_page.php:57 includes/settings_page.php:125
658
+ #: includes/settings_page.php:759 modules/advanced_tools.php:84
659
+ #: wp-live-chat-support.php:765 wp-live-chat-support.php:3139
660
+ #: wp-live-chat-support.php:3660
661
  msgid "Offline Messages"
662
  msgstr "Messaggi Offline"
663
 
666
  msgid "Tools"
667
  msgstr "Strumenti"
668
 
669
+ #: includes/dashboard_page.php:60 includes/settings_page.php:88
670
+ #: wp-live-chat-support.php:758
671
  msgid "Settings"
672
  msgstr "Impostazioni"
673
 
700
  msgstr "Ultime novità"
701
 
702
  #: includes/modal_control.php:27 modules/node_server.php:60
703
+ #: modules/node_server.php:715
704
  msgid "Please Confirm"
705
  msgstr "Si prega di confermare"
706
 
709
  msgstr "Sei sicuro?"
710
 
711
  #: includes/modal_control.php:39 includes/wplc_custom_fields.php:164
712
+ #: includes/wplc_custom_fields.php:249 includes/wplc_data_triggers.php:607
713
  #: includes/wplc_departments.php:251 includes/wplc_departments.php:475
714
+ #: includes/wplc_roi.php:246 includes/wplc_roi.php:570
715
+ #: modules/node_server.php:64 modules/node_server.php:717
716
  #: modules/webhooks_manager.php:342
717
  msgid "Cancel"
718
  msgstr "Annulla"
719
 
720
  #: includes/modal_control.php:40 modules/node_server.php:63
721
+ #: modules/node_server.php:716 modules/webhooks_manager.php:341
722
  msgid "Confirm"
723
  msgstr "Conferma"
724
 
725
+ #: includes/notification_control.php:22
726
  msgid "User is browsing"
727
  msgstr "L'utente sta navigando"
728
 
729
+ #: includes/notification_control.php:33 includes/notification_control.php:66
730
+ #: includes/notification_control.php:111 includes/wplc_transfer_chats.php:472
731
  #: includes/wplc_transfer_chats.php:493 includes/wplc_transfer_chats.php:556
732
  #: includes/wplc_transfer_chats.php:592
733
  msgid "System notification"
734
  msgstr "Notifica di sistema"
735
 
736
+ #: includes/notification_control.php:106
737
  msgid "has joined the chat."
738
  msgstr "si è unito alla chat."
739
 
740
+ #: includes/settings_page.php:115 includes/settings_page.php:153
741
+ #: wp-live-chat-support.php:3671
742
  msgid "General Settings"
743
  msgstr "Impostazioni generali"
744
 
745
+ #: includes/settings_page.php:120
746
  msgid "Chat Box"
747
  msgstr "Casella di chat"
748
 
749
+ #: includes/settings_page.php:130 includes/settings_page.php:935
750
  msgid "Styling"
751
  msgstr "Stile"
752
 
753
+ #: includes/settings_page.php:135 modules/node_server.php:89
754
+ #: modules/node_server.php:721
755
  msgid "Agents"
756
  msgstr "Operatori"
757
 
758
+ #: includes/settings_page.php:140
759
  msgid "Blocked Visitors"
760
  msgstr "Visitatori bloccati"
761
 
762
+ #: includes/settings_page.php:156
763
  msgid "Chat enabled"
764
  msgstr "Chat abilitata"
765
 
766
+ #: includes/settings_page.php:168
767
  msgid "Required Chat Box Fields"
768
  msgstr "Campi obbligatori per la casella di chat"
769
 
770
+ #: includes/settings_page.php:168
771
  msgid "Set default fields that will be displayed when users starting a chat"
772
  msgstr ""
773
  "Imposta i campi predefiniti che verranno visualizzati quando gli utenti "
774
  "avviano una chat"
775
 
776
+ #: includes/settings_page.php:173
777
  msgid "Name and email"
778
  msgstr "Nome ed email"
779
 
780
+ #: includes/settings_page.php:185
781
  msgid "No fields"
782
  msgstr "Nessun campo"
783
 
784
+ #: includes/settings_page.php:191
785
  msgid "Default visitor name"
786
  msgstr "Nome visitatore predefinito"
787
 
788
+ #: includes/settings_page.php:191
789
  msgid "This name will be displayed for all not logged in visitors"
790
  msgstr "Questo nome verrà visualizzato per tutti i visitatori non connessi"
791
 
792
+ #: includes/settings_page.php:199
 
 
 
 
793
  msgid "Input Field Replacement Text"
794
  msgstr "Campo per l'inserimento del testo sostitutivo"
795
 
796
+ #: includes/settings_page.php:199
797
  msgid "This is the text that will show in place of the Name And Email fields"
798
  msgstr "Questo è il testo che viene mostrato al posto dei campi nome ed email"
799
 
800
+ #: includes/settings_page.php:207
801
  msgid "Enable On Mobile Devices"
802
  msgstr "Abilita sui dispositivi mobili"
803
 
804
+ #: includes/settings_page.php:207
805
  msgid ""
806
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
807
  "devices. (Smartphones and Tablets)"
809
  "Disabilitando questa opzione, la casella di chat non comparità sui "
810
  "dispositivi mobili (smartphone e tablet)"
811
 
812
+ #: includes/settings_page.php:217
813
  msgid "Play a sound when there is a new visitor"
814
  msgstr "Riproduci un suono quando c'è un nuovo visitatore"
815
 
816
+ #: includes/settings_page.php:217
817
  msgid ""
818
  "Disable this to mute the sound that is played when a new visitor arrives"
819
  msgstr ""
820
  "Disattivare questa opzione per non riprodurre audio all'arrivo di un nuovo "
821
  "visitatore"
822
 
823
+ #: includes/settings_page.php:226
824
  msgid "Play a sound when a new message is received"
825
  msgstr "Emetti un suono quando ricevi un nuovo messaggio"
826
 
827
+ #: includes/settings_page.php:226
828
  msgid ""
829
  "Disable this to mute the sound that is played when a new chat message is "
830
  "received"
832
  "Disattiva questo per annullare il suono che viene emesso quando arriva un "
833
  "nuovo messaggio"
834
 
835
+ #: includes/settings_page.php:235
836
  msgid "Enable Font Awesome set"
837
  msgstr "Abilita Font Awesome set"
838
 
839
+ #: includes/settings_page.php:235
840
  msgid "Disable this if you have Font Awesome set included with your theme"
841
  msgstr ""
842
  "Disattivare questa opzione se si dispone di Font Awesome set incluso con il "
843
  "tema"
844
 
845
+ #: includes/settings_page.php:243
846
  msgid "Enable chat dashboard and notifications on all admin pages"
847
  msgstr ""
848
  "Abilitare la bacheca della chat e le notifiche in tutte le pagine di "
849
  "amministrazione"
850
 
851
+ #: includes/settings_page.php:243
852
  msgid "This will load the chat dashboard on every admin page."
853
  msgstr ""
854
  "Attivando l'opzione, la bacheca di chat sarà caricata in ogni pagina di "
855
  "amministrazione."
856
 
857
+ #: includes/settings_page.php:251
858
  msgid "Delete database entries on uninstall"
859
  msgstr "Elimina le voci del database alla disinstallazione"
860
 
861
+ #: includes/settings_page.php:251
862
  msgid ""
863
  "This will delete all WP Live Chat by 3CX related database entries such as "
864
  "options and chats on uninstall."
866
  "Questo eliminerà tutte le voci di database relative a WP Live Chat by 3CX "
867
  "come opzioni e chat, durante la disinstallazione."
868
 
869
+ #: includes/settings_page.php:262
870
  msgid "Agents can set their online status"
871
  msgstr "Gli operatori possono impostare il loro stato online"
872
 
873
+ #: includes/settings_page.php:262
874
  msgid ""
875
  "Checking this will allow you to change your status to Online or Offline on "
876
  "the Live Chat page."
878
  "L'attivazione di questa opzione ti permetterà di cambiare lo stato tra "
879
  "Online e Offline nella pagina di Live Chat."
880
 
881
+ #: includes/settings_page.php:262
882
  msgid "If this option is disabled, agents will be always automatically online."
883
  msgstr ""
884
  "Se questa opzione è disattivata, gli operatori saranno online "
885
  "automaticamente."
886
 
887
+ #: includes/settings_page.php:273
888
  msgid "Exclude chat from 'Home' page:"
889
  msgstr "Disattiva la finestra di chat nella home page:"
890
 
891
+ #: includes/settings_page.php:273
892
  msgid ""
893
  "Leaving this unchecked will allow the chat window to display on your home "
894
  "page."
896
  "Con questa opzione disattivata, la finestra di chat sarà visualizzata nella "
897
  "tua home page."
898
 
899
+ #: includes/settings_page.php:281
900
  msgid "Exclude chat from 'Archive' pages:"
901
  msgstr "Escludere la finestra di chat nelle pagine d'archivio:"
902
 
903
+ #: includes/settings_page.php:281
904
  msgid ""
905
  "Leaving this unchecked will allow the chat window to display on your archive "
906
  "pages."
908
  "Con questa opzione disattivata, la finestra di chat sarà visualizzata nelle "
909
  "tue pagine d'archivio."
910
 
911
+ #: includes/settings_page.php:289
912
  msgid "Include chat window on the following pages:"
913
  msgstr "Includi la finestra della chat nelle seguenti pagine:"
914
 
915
+ #: includes/settings_page.php:289
916
  msgid ""
917
  "Show the chat window on the following pages. Leave blank to show on all. "
918
  "(Use comma-separated Page ID's)"
920
  "Mostra la finestra della chat nelle seguenti pagine. Lasciare vuoto per "
921
  "visualizzarla sempre. (Usare ID Pagine separati da virgola)"
922
 
923
+ #: includes/settings_page.php:297
924
  msgid "Exclude chat window on the following pages:"
925
  msgstr "Escludi la finestra della chat nelle seguenti pagine:"
926
 
927
+ #: includes/settings_page.php:297
928
  msgid ""
929
  "Do not show the chat window on the following pages. Leave blank to show on "
930
  "all. (Use comma-separated Page ID's)"
932
  "Non mostrare la finestra della chat nelle seguenti pagine. Lasciare vuoto "
933
  "per visualizzarla sempre. (Usare ID Pagine separati da virgola)"
934
 
935
+ #: includes/settings_page.php:305
936
  msgid "Exclude chat window on selected post types"
937
  msgstr "Escludere la finestra di chat sui tipi di post selezionati"
938
 
939
+ #: includes/settings_page.php:305
940
  msgid "Do not show the chat window on the following post types pages."
941
  msgstr "Non mostrare la finestra di chat nei seguenti tipi di pagine."
942
 
943
+ #: includes/settings_page.php:324
944
  msgid "No post types found."
945
  msgstr "Nessun tipo di post trovato."
946
 
947
+ #: includes/settings_page.php:335
 
 
 
 
 
 
 
 
 
 
 
 
948
  msgid "Order by"
949
  msgstr "Ordina per"
950
 
951
+ #: includes/settings_page.php:341
952
  msgid "Number"
953
  msgstr "Numero"
954
 
955
+ #: includes/settings_page.php:347
956
  msgid "Sort"
957
  msgstr "Ordina"
958
 
959
+ #: includes/settings_page.php:351
960
  msgid "Descending"
961
  msgstr "Discendente"
962
 
963
+ #: includes/settings_page.php:352
964
  msgid "Ascending"
965
  msgstr "Ascendente"
966
 
967
+ #: includes/settings_page.php:359
968
  msgid "Geolocalization"
969
  msgstr "Geolocalizzazione"
970
 
971
+ #: includes/settings_page.php:363
972
  msgid "Detect Visitors Country"
973
  msgstr "Rileva il paese dei visitatori"
974
 
975
+ #: includes/settings_page.php:367
976
  #, php-format
977
  msgid ""
978
  "This feature requires the use of the GeoIP Detection plugin. Install it by "
981
  "Questa funzionalità richiede l'utilizzo del plugin GeoIP Detection. "
982
  "Installalo %s"
983
 
984
+ #: includes/settings_page.php:367 includes/wplc_departments.php:585
985
+ #: modules/node_server.php:501 wp-live-chat-support.php:2030
986
  msgid "here"
987
  msgstr "qui"
988
 
989
+ #: includes/settings_page.php:368
990
  msgid ""
991
  "This feature is only available when '3CX High Performance Cloud Servers' is "
992
  "ticked in the 'Settings > Advanced Features section'."
994
  "Questa funzionalità è disponibile solo quando si seleziona 3CX High "
995
  "Performance Cloud Server in Impostazioni > Funzionalità avanzate."
996
 
997
+ #: includes/settings_page.php:374
998
  msgid "Voice Notes"
999
  msgstr "Note vocali"
1000
 
1001
+ #: includes/settings_page.php:378
1002
  msgid "Enable Voice Notes on admin side"
1003
  msgstr "Abilitare le note vocali lato amministratore"
1004
 
1005
+ #: includes/settings_page.php:380
1006
  msgid ""
1007
  "Enabling this will allow you to record the voice during the chat and send it "
1008
  "to visitor once you hold on CTRL + SPACEBAR in main chat window"
1011
  "la chat e inviarla al visitatore una volta che si tiene premuto CTRL + BARRA "
1012
  "SPAZIO nella finestra di chat principale"
1013
 
1014
+ #: includes/settings_page.php:388
1015
  msgid "Enable Voice Notes on visitor side"
1016
  msgstr "Abilitare le note vocali lato visitatore"
1017
 
1018
+ #: includes/settings_page.php:390
1019
  msgid ""
1020
  "Enabling this will allow the visitors to record the voice during the chat "
1021
  "and send it to agent once they hold on CTRL + SPACEBAR"
1024
  "voce durante la chat e di inviarla all'operatore una volta premuti i tasti "
1025
  "CTRL e BARRA SPAZIO"
1026
 
1027
+ #: includes/settings_page.php:404 wp-live-chat-support.php:3672
1028
  msgid "Chat Box Settings"
1029
  msgstr "Impostazioni della casella di chat"
1030
 
1031
+ #: includes/settings_page.php:407
1032
  msgid "Alignment"
1033
  msgstr "Allineamento"
1034
 
1035
+ #: includes/settings_page.php:410
1036
  msgid "Bottom left"
1037
  msgstr "In basso a sinistra"
1038
 
1039
+ #: includes/settings_page.php:411
1040
  msgid "Bottom right"
1041
  msgstr "In basso a destra"
1042
 
1043
+ #: includes/settings_page.php:412
1044
  msgid "Left"
1045
  msgstr "A sinistra"
1046
 
1047
+ #: includes/settings_page.php:413
1048
  msgid "Right"
1049
  msgstr "A destra"
1050
 
1051
+ #: includes/settings_page.php:420
1052
  msgid "Chat box height (percent of the page)"
1053
  msgstr "Altezza della casella di chat (percentuale riferita alla pagina)"
1054
 
1055
+ #: includes/settings_page.php:425
1056
+ msgid "Use absolute height"
1057
+ msgstr "Utilizza altezza assoluta"
1058
+
1059
+ #: includes/settings_page.php:436
1060
  msgid "Automatic Chatbox Pop-Up"
1061
  msgstr "Pop-up automatico della casella di chat"
1062
 
1063
+ #: includes/settings_page.php:436
1064
  msgid ""
1065
  "Expand the chat box automatically (prompts the user to enter their name and "
1066
  "email address)."
1068
  "Espandi l'area della chat automaticamente (richiedi all'utente di inserire "
1069
  "il nome e l'indirizzo e-mail)."
1070
 
1071
+ #: includes/settings_page.php:440
1072
  msgid "Disabled"
1073
  msgstr "Disabilitato"
1074
 
1075
+ #: includes/settings_page.php:441
1076
  msgid "No Forms - Only show 'Start Chat' button"
1077
  msgstr "Nessun modulo - Mostra solo il bottone 'Avvia chat'"
1078
 
1079
+ #: includes/settings_page.php:442
1080
  msgid "All Forms - Show chatbox forms and fields"
1081
  msgstr "Modulo completo - Mostra il modulo e i campi nella casella di chat"
1082
 
1083
+ #: includes/settings_page.php:444
1084
  msgid "Pop-up only when agents are online"
1085
  msgstr "Pop-up solo quando gli operatori sono online"
1086
 
1087
+ #: includes/settings_page.php:445
1088
+ msgid "Pop-up for mobile users"
1089
+ msgstr "Pop-up per utenti mobile"
1090
+
1091
+ #: includes/settings_page.php:451
1092
  msgid "Display for chat message:"
1093
  msgstr "Visualizzazione per il messaggio di chat:"
1094
 
1095
+ #: includes/settings_page.php:455
1096
  msgid "Avatar"
1097
  msgstr "Avatar"
1098
 
1099
+ #: includes/settings_page.php:460
1100
  msgid "Display typing indicator"
1101
  msgstr "Mostra il cursore di scrittura"
1102
 
1103
+ #: includes/settings_page.php:460
1104
  msgid ""
1105
  "Display the 'typing...' animation in the chat window as soon as an agent or "
1106
  "visitor is typing."
1108
  "Visualizzare l'animazione \"Sta scrivendo...\" nella finestra di chat non "
1109
  "appena un operatore o un visitatore stanno digitando."
1110
 
1111
+ #: includes/settings_page.php:464
1112
  msgid ""
1113
  "For on premise server chat users, please note that this will increase the "
1114
  "amount of resources required on your server."
1117
  "questa funzionalità aumenterà la quantità di risorse richieste sul proprio "
1118
  "server."
1119
 
1120
+ #: includes/settings_page.php:469
1121
  msgid "Chat box for logged in users only:"
1122
  msgstr "Casella di chat solo per gli utenti autenticati:"
1123
 
1124
+ #: includes/settings_page.php:469
1125
  msgid ""
1126
  "By checking this, only users that are logged in will be able to chat with "
1127
  "you."
1129
  "Selezionando questa opzione soltanto gli utenti che sono collegati potranno "
1130
  "chattare con te."
1131
 
1132
+ #: includes/settings_page.php:477
1133
  msgid "Use Logged In User Details"
1134
  msgstr "Utilizzare i dettagli dell'utente connesso"
1135
 
1136
+ #: includes/settings_page.php:477
1137
  msgid ""
1138
  "A user's Name and Email Address will be used by default if they are logged "
1139
  "in."
1141
  "Per gli utenti registrati se hanno effettuato l'accesso il sistema userà "
1142
  "automaticamente il loro Nome e indirizzo E-mail."
1143
 
1144
+ #: includes/settings_page.php:485
1145
  msgid "Display a timestamp in the chat window:"
1146
  msgstr "Visualizzare un indicatore data e ora nella finestra di chat:"
1147
 
1148
+ #: includes/settings_page.php:489 wp-live-chat-support.php:2089
1149
  msgid "Time"
1150
  msgstr "Ora"
1151
 
1152
+ #: includes/settings_page.php:494
1153
  msgid "Redirect to “Thank You” page on chat end:"
1154
  msgstr "Reindirizza alla pagina \"Grazie\" alla fine della chat:"
1155
 
1156
+ #: includes/settings_page.php:494
1157
  msgid ""
1158
  "By checking this, users will be redirected to your thank you page when a "
1159
  "chat is completed."
1161
  "Selezionando questa opzione, gli utenti verranno reindirizzati alla tua "
1162
  "pagina di ringraziamento quando una chat è completata."
1163
 
1164
+ #: includes/settings_page.php:498
1165
  msgid "Thank You Page URL"
1166
  msgstr "URL pagina di ringraziamento"
1167
 
1168
+ #: includes/settings_page.php:508
1169
  msgid "Disable Emojis"
1170
  msgstr "Disabilita emojis"
1171
 
1172
+ #: includes/settings_page.php:525
1173
  msgid "User / Agent name"
1174
  msgstr "Nome utente/operatore"
1175
 
1176
+ #: includes/settings_page.php:533
1177
  msgid "Use WordPress name"
1178
  msgstr "Usa il nome di WordPress"
1179
 
1180
+ #: includes/settings_page.php:536
1181
  msgid "Note: 'Name' field will be ignored"
1182
  msgstr "Avviso: Il campo 'Nome' sarà ignorato"
1183
 
1184
+ #: includes/settings_page.php:568
1185
  msgid "Incoming chat ring tone"
1186
  msgstr "Suoneria di chat in arrivo"
1187
 
1188
+ #: includes/settings_page.php:584
1189
  msgid "Incoming message tone"
1190
  msgstr "Suono messaggio in arrivo"
1191
 
1192
+ #: includes/settings_page.php:601
1193
  msgid "Icon"
1194
  msgstr "Icona"
1195
 
1196
+ #: includes/settings_page.php:609
1197
  msgid "Upload Icon"
1198
  msgstr "Carica icona"
1199
 
1200
+ #: includes/settings_page.php:610 includes/settings_page.php:615
1201
  msgid "Select Default Icon"
1202
  msgstr "Seleziona icona predefinita"
1203
 
1204
+ #: includes/settings_page.php:612
1205
  msgid "Recommended Size 50px x 50px"
1206
  msgstr "Dimensioni consigliate 50px x 50px"
1207
 
1208
+ #: includes/settings_page.php:655
1209
  msgid "Picture"
1210
  msgstr "Immagine"
1211
 
1212
+ #: includes/settings_page.php:663
1213
  msgid "Upload Image"
1214
  msgstr "Carica immagine"
1215
 
1216
+ #: includes/settings_page.php:664
1217
  msgid "Select Default Image"
1218
  msgstr "Seleziona immagine predefinita"
1219
 
1220
+ #: includes/settings_page.php:667
1221
  msgid "Remove Image"
1222
  msgstr "Rimuovi immagine"
1223
 
1224
+ #: includes/settings_page.php:668
1225
  msgid "Recommended Size 60px x 60px"
1226
  msgstr "Dimensioni consigliate 60px x 60px"
1227
 
1228
+ #: includes/settings_page.php:675
1229
  msgid "Logo"
1230
  msgstr "Logo"
1231
 
1232
+ #: includes/settings_page.php:683
1233
  msgid "Upload Logo"
1234
  msgstr "Carica logo"
1235
 
1236
+ #: includes/settings_page.php:685
1237
  msgid "Remove Logo"
1238
  msgstr "Rimuovi logo"
1239
 
1240
+ #: includes/settings_page.php:686
1241
  msgid "Recommended Size 250px x 40px"
1242
  msgstr "Dimensioni consigliate 250px x 40px"
1243
 
1244
+ #: includes/settings_page.php:692
1245
  msgid "Chat button delayed startup (seconds)"
1246
  msgstr "Avvio ritardato del pulsante di chat (secondi)"
1247
 
1248
+ #: includes/settings_page.php:692
1249
  msgid "How long to delay showing the Live Chat button on a page"
1250
  msgstr "Ritardo nella visualizzazione del pulsante Live Chat in una pagina"
1251
 
1252
+ #: includes/settings_page.php:701
1253
  msgid "Chat notifications"
1254
  msgstr "Notifiche chat"
1255
 
1256
+ #: includes/settings_page.php:701
1257
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1258
  msgstr ""
1259
  "Avvisami via email quando qualcuno vuole chattare (solo se sono online)"
1260
 
1261
+ #: includes/settings_page.php:710
1262
  msgid "User Experience"
1263
  msgstr "Esperienza dell'utente"
1264
 
1265
+ #: includes/settings_page.php:714
1266
  msgid "Share files"
1267
  msgstr "Condivisione file"
1268
 
1269
+ #: includes/settings_page.php:714
1270
  msgid "Adds file sharing to your chat box!"
1271
  msgstr "Aggiunge la condivisione di file alla tua casella di chat!"
1272
 
1273
+ #: includes/settings_page.php:718
1274
  msgid "Visitor experience ratings"
1275
  msgstr "Valutazioni dell'esperienza dei visitatori"
1276
 
1277
+ #: includes/settings_page.php:718
1278
  msgid "Allows users to rate the chat experience with an agent."
1279
  msgstr "Consenti agli utenti di valutare l'esperienza di chat con l'operatore."
1280
 
1281
+ #: includes/settings_page.php:724 includes/settings_page.php:1050
1282
  msgid "Social"
1283
  msgstr "Social"
1284
 
1285
+ #: includes/settings_page.php:728
1286
  msgid "Facebook URL"
1287
  msgstr "Indirizzo pagina Facebook"
1288
 
1289
+ #: includes/settings_page.php:728
1290
  msgid "Link your Facebook page here. Leave blank to hide"
1291
  msgstr "Aggiungi la tua pagina Facebook. Lasciare vuoto per nascondere"
1292
 
1293
+ #: includes/settings_page.php:729
1294
  msgid "Facebook URL..."
1295
  msgstr "Facebook URL..."
1296
 
1297
+ #: includes/settings_page.php:740
1298
  msgid "Twitter URL"
1299
  msgstr "Indirizzo pagina Twitter"
1300
 
1301
+ #: includes/settings_page.php:740
1302
  msgid "Link your Twitter page here. Leave blank to hide"
1303
  msgstr "Aggiungi la tua pagina Twitter. Lasciare vuoto per nascondere"
1304
 
1305
+ #: includes/settings_page.php:741
1306
  msgid "Twitter URL..."
1307
  msgstr "Twitter URL..."
1308
 
1309
+ #: includes/settings_page.php:763
1310
  msgid "Disable offline messages"
1311
  msgstr "Disabilita i messaggi offline"
1312
 
1313
+ #: includes/settings_page.php:763
1314
  msgid ""
1315
  "The chat window will be hidden when it is offline. Users will not be able to "
1316
  "send offline messages to you"
1318
  "La finestra di chat verrà nascosta quando sei offline. Gli utenti non "
1319
  "saranno in grado di inviarti messaggi offline"
1320
 
1321
+ #: includes/settings_page.php:770
1322
  msgid "Offline Form Title"
1323
  msgstr "Titolo modulo offline"
1324
 
1325
+ #: includes/settings_page.php:778
1326
  msgid "Offline form initial message"
1327
  msgstr "Messaggio iniziale del modulo offline"
1328
 
1329
+ #: includes/settings_page.php:784
1330
  msgid "Offline form message on send"
1331
  msgstr "Messaggio all'invio del modulo offline"
1332
 
1333
+ #: includes/settings_page.php:790
1334
  msgid "Offline form finish message"
1335
  msgstr "Messaggio finale del modulo offline"
1336
 
1337
+ #: includes/settings_page.php:796
1338
  msgid "Offline Button Text"
1339
  msgstr "Testo pulsante offline"
1340
 
1341
+ #: includes/settings_page.php:802
1342
  msgid "Offline Send Button Text"
1343
  msgstr "Testo del pulsante di invio offline"
1344
 
1345
+ #: includes/settings_page.php:810
1346
  msgid "Email settings"
1347
  msgstr "Impostazioni email"
1348
 
1349
+ #: includes/settings_page.php:816
1350
  msgid "Send to agent(s)"
1351
  msgstr "Invia agli operatori"
1352
 
1353
+ #: includes/settings_page.php:816
1354
  msgid ""
1355
  "Email address where offline messages are delivered to. Use comma separated "
1356
  "email addresses to send to more than one email address"
1358
  "Indirizzo email dove inviare i messaggi non in linea. Usare indirizzi "
1359
  "separati da virgole per inviare i messaggi a più di un indirizzo email"
1360
 
1361
+ #: includes/settings_page.php:826
1362
  msgid "Subject"
1363
  msgstr "Oggetto"
1364
 
1365
+ #: includes/settings_page.php:826
1366
  msgid "User name will be appended to the end of the subject."
1367
  msgstr "Il nome utente verrà aggiunto alla fine dell'oggetto."
1368
 
1369
+ #: includes/settings_page.php:839
1370
  msgid "Auto-respond to visitor"
1371
  msgstr "Risposta automatica al visitatore"
1372
 
1373
+ #: includes/settings_page.php:839
1374
  msgid "Send your visitors an email as soon as they send you an offline message"
1375
  msgstr ""
1376
  "Inviare un'email ai visitatori non appena ti inviano un messaggio offline"
1377
 
1378
+ #: includes/settings_page.php:845
1379
  msgid "Auto-responder 'From' name"
1380
  msgstr "Nome 'From' del risponditore automatico"
1381
 
1382
+ #: includes/settings_page.php:851
1383
  msgid "Auto-responder 'From' email"
1384
  msgstr "Email 'From' del risponditore automatico"
1385
 
1386
+ #: includes/settings_page.php:857
1387
  msgid "Auto-responder subject"
1388
  msgstr "Oggetto risponditore automatico"
1389
 
1390
+ #: includes/settings_page.php:863
1391
  msgid "Auto-responder body"
1392
  msgstr "Messaggio email del risponditore automatico"
1393
 
1394
+ #: includes/settings_page.php:866
1395
  msgid "HTML and the following shortcodes can be used"
1396
  msgstr "Puoi utilizzare HTML e i seguenti shortcode"
1397
 
1398
+ #: includes/settings_page.php:866
1399
  msgid "User's name"
1400
  msgstr "Nome utente"
1401
 
1402
+ #: includes/settings_page.php:866
1403
  msgid "User's email address"
1404
  msgstr "Indirizzo email dell'utente"
1405
 
1406
+ #: includes/settings_page.php:942
1407
  msgid "Color scheme"
1408
  msgstr "Schema colore"
1409
 
1410
+ #: includes/settings_page.php:998
1411
  msgid "Custom Scheme"
1412
  msgstr "Schema personalizzato"
1413
 
1414
+ #: includes/settings_page.php:1018
1415
  msgid "Palette Color 1"
1416
  msgstr "Tavolozza colori 1"
1417
 
1418
+ #: includes/settings_page.php:1024
1419
  msgid "Palette Color 2"
1420
  msgstr "Tavolozza colori 2"
1421
 
1422
+ #: includes/settings_page.php:1030
1423
  msgid "Palette Color 3"
1424
  msgstr "Tavolozza colori 3"
1425
 
1426
+ #: includes/settings_page.php:1036
1427
  msgid "Palette Color 4"
1428
  msgstr "Tavolozza colori 4"
1429
 
1430
+ #: includes/settings_page.php:1043
1431
  msgid "Chat background"
1432
  msgstr "Sfondo della chat"
1433
 
1434
+ #: includes/settings_page.php:1047
1435
  msgid "Cloudy"
1436
  msgstr "Nuvoloso"
1437
 
1438
+ #: includes/settings_page.php:1048
1439
  msgid "Geometry"
1440
  msgstr "Geometria"
1441
 
1442
+ #: includes/settings_page.php:1049
1443
  msgid "Tech"
1444
  msgstr "Tech"
1445
 
1446
+ #: includes/settings_page.php:1051 includes/wplc_roi.php:156
1447
+ #: modules/node_server.php:771
1448
  msgid "None"
1449
  msgstr "Nessuno"
1450
 
1451
+ #: includes/settings_page.php:1057
1452
  msgid "Use localization plugin"
1453
  msgstr "Usa plugin di localizzazione"
1454
 
1455
+ #: includes/settings_page.php:1060
1456
  #, php-format
1457
  msgid ""
1458
  "Enable this if you are using a localization plugin. Should you wish to "
1463
  "desidera modificare le seguenti stringhe con questa opzione attivata, "
1464
  "visitare %sla documentazione%s"
1465
 
1466
+ #: includes/settings_page.php:1066
1467
  msgid "Chat box title"
1468
  msgstr "Titolo della casella di chat"
1469
 
1470
+ #: includes/settings_page.php:1072
1471
  msgid "Chat box sub-title"
1472
  msgstr "Sottotitolo della casella di chat"
1473
 
1474
+ #: includes/settings_page.php:1078
1475
  msgid "Chat box intro"
1476
  msgstr "Introduzione alla casella di chat"
1477
 
1478
+ #: includes/settings_page.php:1084
1479
  msgid "Start chat button label"
1480
  msgstr "Etichetta del bottone \"Avvia chat\""
1481
 
1482
+ #: includes/settings_page.php:1090
1483
  msgid "Start chat status message"
1484
  msgstr "Messaggio di stato del bottone \"Avvia chat\""
1485
 
1486
+ #: includes/settings_page.php:1096
1487
  msgid "Re-activate chat message"
1488
  msgstr "Messaggio di riattivazione chat"
1489
 
1490
+ #: includes/settings_page.php:1104
1491
  msgid "Welcome message"
1492
  msgstr "Messaggio di benvenuto"
1493
 
1494
+ #: includes/settings_page.php:1106
1495
  msgid ""
1496
  "This text is shown as soon as a user starts a chat and waits for an agent to "
1497
  "join"
1499
  "Questo testo viene visualizzato non appena un utente avvia una chat e "
1500
  "attende che un operatore risponda"
1501
 
1502
+ #: includes/settings_page.php:1110
1503
  msgid "Agent no answer message"
1504
  msgstr "Messaggio di mancata risposta per l'operatore"
1505
 
1506
+ #: includes/settings_page.php:1112
1507
  msgid ""
1508
  "This text is shown to the user when an agent has failed to answer a chat"
1509
  msgstr ""
1510
  "Questo testo viene visualizzato all'utente quando un operatore non è "
1511
  "riuscito a rispondere a una chat"
1512
 
1513
+ #: includes/settings_page.php:1116
1514
  msgid "Other text"
1515
  msgstr "Altro testo"
1516
 
1517
+ #: includes/settings_page.php:1119 wp-live-chat-support.php:177
1518
+ #: wp-live-chat-support.php:968
1519
  msgid "The chat has been ended by the agent."
1520
  msgstr "La chat è stata terminata dall'operatore."
1521
 
1522
+ #: includes/settings_page.php:1124
1523
  msgid "Chat box animation"
1524
  msgstr "Animazione della casella di chat"
1525
 
1526
+ #: includes/settings_page.php:1132
1527
  msgid "Slide Up"
1528
  msgstr "A scomparsa verso l'alto"
1529
 
1530
+ #: includes/settings_page.php:1138
1531
  msgid "Slide From The Side"
1532
  msgstr "A scomparsa di lato"
1533
 
1534
+ #: includes/settings_page.php:1144
1535
  msgid "Fade In"
1536
  msgstr "Dissolvenza"
1537
 
1538
+ #: includes/settings_page.php:1150
1539
  msgid "No Animation"
1540
  msgstr "Nessuna animazione"
1541
 
1542
+ #: includes/settings_page.php:1168
1543
  msgid "Auto-response to first message"
1544
  msgstr "Risposta automatica al primo messaggio"
1545
 
1546
+ #: includes/settings_page.php:1171
1547
  msgid ""
1548
  "This message will be sent automatically after the first message is sent from "
1549
  "the user side. Leave empty to disable."
1551
  "Questo messaggio verrà inviato automaticamente dopo l'invio del primo "
1552
  "messaggio dal lato utente. Lasciare vuoto per disabilitare."
1553
 
1554
+ #: includes/settings_page.php:1183
1555
  msgid "Chat Agents"
1556
  msgstr "Operatori chat"
1557
 
1558
+ #: includes/settings_page.php:1192
1559
  msgid "Logged In"
1560
  msgstr "Connesso"
1561
 
1562
+ #: includes/settings_page.php:1210
1563
  msgid "Add New Agent"
1564
  msgstr "Aggiungi nuovo operatore"
1565
 
1566
+ #: includes/settings_page.php:1217
1567
  msgid "Administrator"
1568
  msgstr "Amministratore"
1569
 
1570
+ #: includes/settings_page.php:1222
1571
  msgid "Editor"
1572
  msgstr "Editor"
1573
 
1574
+ #: includes/settings_page.php:1231
1575
  msgid "Add Agent"
1576
  msgstr "Aggiungi operatore"
1577
 
1578
+ #: includes/settings_page.php:1237
1579
  #, php-format
1580
  msgid ""
1581
  "Should you wish to add a user that has a role less than 'Author', please go "
1586
  "vai alla pagina %s, seleziona l'utente voluto, clicca su Modifica e scorri "
1587
  "la pagina fino in fondo, poi spunta il checkbox 'Operatore Chat'."
1588
 
1589
+ #: includes/settings_page.php:1237
1590
  msgid "Users"
1591
  msgstr "Utenti"
1592
 
1593
+ #: includes/settings_page.php:1238
1594
  msgid "If there are no chat agents online, the chat will show as offline"
1595
  msgstr ""
1596
  "Se non ci sono agenti di chat online, la chat verrà visualizzata come offline"
1597
 
1598
+ #: includes/settings_page.php:1243
1599
  msgid "Blocked Visitors / IP Addresses"
1600
  msgstr "Visitatori bloccati / Indirizzi IP"
1601
 
1602
+ #: includes/settings_page.php:1247
1603
  msgid "Enter each IP Address you would like to block on a new line"
1604
  msgstr "Immettere ogni indirizzo IP che si desidera bloccare, uno per riga"
1605
 
1606
+ #: includes/settings_page.php:1258
1607
  msgid ""
1608
  "Blocking a user's IP Address here will hide the chat window from them, "
1609
  "preventing them from chatting with you. Each IP Address must be on a new line"
1612
  "finestra di chat e sarà loro impedito di comunicare con voi. Ogni indirizzo "
1613
  "IP deve essere inserito su una nuova riga"
1614
 
1615
+ #: includes/settings_page.php:1272
1616
  msgid "Enable Business Hours"
1617
  msgstr "Abilita orario lavorativo"
1618
 
1619
+ #: includes/settings_page.php:1276
1620
+ msgid "Working days"
1621
+ msgstr "Giorni lavorativi"
1622
 
1623
+ #: includes/settings_page.php:1278
1624
+ msgid "Week Day"
1625
+ msgstr "Giorno della settimana"
1626
 
1627
+ #: includes/settings_page.php:1278
1628
+ msgid "Morning Schedule"
1629
+ msgstr "Pianificazione del mattino"
1630
 
1631
+ #: includes/settings_page.php:1278
1632
+ msgid "Afternoon Schedule"
1633
+ msgstr "Pianificazione pomeridiana"
1634
 
1635
+ #: includes/settings_page.php:1281 includes/settings_page.php:1286
1636
+ #: wp-live-chat-support.php:3911 wp-live-chat-support.php:3971
1637
+ msgid "From"
1638
+ msgstr "Da"
1639
+
1640
+ #: includes/settings_page.php:1283 includes/settings_page.php:1288
1641
+ #: includes/wplc_transfer_chats.php:582
1642
+ msgid "to"
1643
+ msgstr "a"
1644
 
1645
  #: includes/settings_page.php:1298
1646
+ msgid ""
1647
+ "Time intervals are incorrect or overlapping. Please fix your settings or you "
1648
+ "might get unexpected behavior."
1649
+ msgstr ""
1650
+ "Gli intervalli di tempo non sono corretti o si sovrappongono. Correggi le "
1651
+ "impostazioni o potresti ottenere comportamenti imprevisti."
1652
 
1653
+ #: includes/settings_page.php:1308
1654
  msgid "Current Site Time"
1655
  msgstr "Ora corrente del sito"
1656
 
1657
+ #: includes/settings_page.php:1323
1658
  msgid "Chat Encryption"
1659
  msgstr "Crittografia chat"
1660
 
1661
+ #: includes/settings_page.php:1326
1662
  msgid "Enable Encryption"
1663
  msgstr "Abilita crittografia"
1664
 
1665
+ #: includes/settings_page.php:1326
1666
  msgid ""
1667
  "All messages will be encrypted when being sent to and from the user and "
1668
  "agent."
1670
  "Tutti i messaggi della chat vengono criptati quando sono spediti tra "
1671
  "l'utente e l'operatore e v