WP Live Chat Support - Version 8.0.14

Version Description

  • 2018-07-19 - Medium priority =
  • Removed 'let' from wplc_server.js file (Adds Safari compatibility)
  • Fixed issues with Google Analytics integration when using our servers
  • Fixed issues with chat box styling with classic theme and GDPR module enabled
  • Fixed issues with Contact From Ready integration styling with modern theme
  • Fixed issues with Slack integration extension
  • Bulgarian Translation Added (Thank you Emil Genchev!)
  • Fixed erroneous display of set_time_limit and safe_mode warnings
  • Fixed a big that lead to the deletion of sessions and not messages when a chat was marked for deletion
  • Improved security in the chat history code
  • Added better styling support for smaller width devices (<500px)
  • Updated Swedish translation files
  • Added Arabic translation files
  • Fixed the duplicate message history loading in the history area
  • Fixed core framework issues with Voice Note system
  • Fixed an issue where invalid query selectors would break the 'Open chat via' functionality
  • Fixed an issue with username encoding
  • Fixed issue with surveys showing after chat end
  • Fixed an issue with classic theme display when anchored to left/right positions
  • Added auto transcript mailing to frontend end chat button, and REST API
  • Added an 'incomplete' class when GDPR checkbox is not ticket, to draw attention to this input field
  • Tested Multi-Site compatibility
  • Updated all PO/MO files with updated sources
  • Added default GDPR translations for DE, FR, ES, and IT languages (Using Google Translate)
Download this release

Release Info

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

Code changes from version 8.0.13 to 8.0.14

css/admin-chat-style.css CHANGED
@@ -442,76 +442,3 @@ span.bleeper-edit-message {
442
  text-decoration: none;
443
  }
444
 
445
- #nifty_wrapper .messages .wplc-admin-message .wplc-msg-content-audio,
446
- #nifty_wrapper .messages .wplc-user-message .wplc-msg-content-audio {
447
- height: 30px;
448
- top: 4px;
449
- padding: 0 10px 0 0;
450
- background-color: #e0e0e0;
451
- border-radius: 13px;
452
- }
453
-
454
- #nifty_wrapper .messages .wplc-admin-message .wplc-msg-content-audio:hover,
455
- #nifty_wrapper .messages .wplc-user-message .wplc-msg-content-audio:hover {
456
- cursor: pointer;
457
- }
458
-
459
- #nifty_wrapper .messages .wplc-user-message .wplc-msg-content-audio {
460
- top: 14px;
461
- padding-right: 35px;
462
- padding-left: 10px;
463
- }
464
-
465
- #nifty_wrapper .messages .wplc-admin-message .wplc-msg-content-audio:after,
466
- #nifty_wrapper .messages .wplc-user-message .wplc-msg-content-audio:before {
467
- content: none;
468
- }
469
-
470
- .wplc-msg-content-audio-icon {
471
- display: inline-block;
472
- width: 30px;
473
- height: 30px;
474
- position: relative;
475
- margin-right: 5px;
476
- background-color: #0776b8;
477
- border-radius: 30px;
478
- font-family: FontAwesome;
479
- }
480
-
481
- .wplc-msg-content-audio-icon:after {
482
- position: absolute;
483
- top: 6px;
484
- left: 9px;
485
- content: '\f130';
486
- font-size: 18px;
487
- }
488
-
489
- .wplc-admin-message .wplc-msg-content-audio-icon:after {
490
- left: 10px;
491
- }
492
-
493
- .wplc-user-message .wplc-msg-content-audio-icon {
494
- position: absolute;
495
- right: 0;
496
- margin-right: 0;
497
- margin-left: 5px;
498
- }
499
-
500
- .wplc-msg-content-audio .messageBody {
501
- float: right;
502
- vertical-align: middle;
503
- }
504
-
505
- #nifty_wrapper .wplc-msg-content-audio .messageBody a {
506
- outline: 0;
507
- color: #333 !important;
508
- font-size: 15px;
509
- line-height: 30px;
510
- text-decoration: none !important;
511
- }
512
-
513
- #nifty_wrapper .wplc-msg-content-audio .messageBody a:active,
514
- #nifty_wrapper .wplc-msg-content-audio .messageBody a:focus {
515
- outline: 0;
516
- box-shadow: none;
517
- }
442
  text-decoration: none;
443
  }
444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/node_history_styles.css CHANGED
@@ -44,6 +44,7 @@
44
 
45
  .admin_chat_box_inner {
46
  height: 90% !important;
 
47
  }
48
 
49
  .admin_visitor_advanced_info .part1 {
44
 
45
  .admin_chat_box_inner {
46
  height: 90% !important;
47
+ overflow-y: auto;
48
  }
49
 
50
  .admin_visitor_advanced_info .part1 {
css/themes/classic.css CHANGED
@@ -101,7 +101,7 @@
101
  border-radius: 5px 5px 0 0 ;
102
  color:#999;
103
  max-width: 280px;
104
- max-height: 400px;
105
  z-index: 9999;
106
  }
107
 
@@ -270,7 +270,7 @@
270
  }
271
  .wplc_close.wplc_left{
272
  padding-right: 45px;
273
- height: 220px;
274
  }
275
  /*
276
  .wplc_left #wplc_chatbox, .wplc_right #wplc_chatbox{
@@ -317,7 +317,7 @@ span.wplc_system_notification {
317
 
318
  .wplc_close.wplc_right{
319
  padding-left: 45px;
320
- height: 220px;
321
  border-radius: 5px 0px 0px 5px !important;
322
  }
323
  .wplc_open.wplc_right #wp-live-chat-header{
101
  border-radius: 5px 5px 0 0 ;
102
  color:#999;
103
  max-width: 280px;
104
+ /* max-height: 400px;*/
105
  z-index: 9999;
106
  }
107
 
270
  }
271
  .wplc_close.wplc_left{
272
  padding-right: 45px;
273
+ min-height: 220px;
274
  }
275
  /*
276
  .wplc_left #wplc_chatbox, .wplc_right #wplc_chatbox{
317
 
318
  .wplc_close.wplc_right{
319
  padding-left: 45px;
320
+ min-height: 220px;
321
  border-radius: 5px 0px 0px 5px !important;
322
  }
323
  .wplc_open.wplc_right #wp-live-chat-header{
css/themes/modern.css CHANGED
@@ -1009,7 +1009,7 @@ button.wplc_retry_chat {
1009
  }
1010
  }
1011
 
1012
- @media screen and (max-width: 400px) {
1013
 
1014
  #wplc_chatmsg {
1015
  font-size:16px !important;
@@ -1307,4 +1307,10 @@ label[for=wplc_chat_gdpr_opt_in] {
1307
 
1308
  .wplc_in_chat_notice_content {
1309
  padding-top: 15px;
1310
- }
 
 
 
 
 
 
1009
  }
1010
  }
1011
 
1012
+ @media screen and (max-width: 510px) {
1013
 
1014
  #wplc_chatmsg {
1015
  font-size:16px !important;
1307
 
1308
  .wplc_in_chat_notice_content {
1309
  padding-top: 15px;
1310
+ }
1311
+
1312
+ .wp-live-chat-wraper .wpcf_wrapper {
1313
+ position: relative !important;
1314
+ padding: 20px;
1315
+ }
1316
+
css/wplcstyle.css CHANGED
@@ -228,3 +228,15 @@
228
 
229
 
230
 
 
 
 
 
 
 
 
 
 
 
 
 
228
 
229
 
230
 
231
+ #wp-live-chat-inner .wpcf_wrapper {
232
+ position: inherit;
233
+ padding: 25px;
234
+ max-height: 400px;
235
+ margin-bottom:20px;
236
+ }
237
+
238
+ input#wplc_chat_gdpr_opt_in.incomplete + label {
239
+ border-left: 1px solid #bd0000 !important;
240
+ background: none !important;
241
+ padding: 4px;
242
+ }
includes/settings_page.php CHANGED
@@ -259,7 +259,8 @@ if (get_option("WPLC_HIDE_CHAT") == true) {
259
  <td valign='top'>
260
  <input type="checkbox" value="1" name="wplc_enable_all_admin_pages" <?php if(isset($wplc_settings['wplc_enable_all_admin_pages']) && $wplc_settings['wplc_enable_all_admin_pages'] == 1 ) { echo "checked"; } ?> />
261
  </td>
262
- </tr>
 
263
  <?php if (!function_exists("wplc_pro_activate")) { ?>
264
 
265
  <tr>
259
  <td valign='top'>
260
  <input type="checkbox" value="1" name="wplc_enable_all_admin_pages" <?php if(isset($wplc_settings['wplc_enable_all_admin_pages']) && $wplc_settings['wplc_enable_all_admin_pages'] == 1 ) { echo "checked"; } ?> />
261
  </td>
262
+ </tr>
263
+
264
  <?php if (!function_exists("wplc_pro_activate")) { ?>
265
 
266
  <tr>
includes/surveys.php CHANGED
@@ -362,7 +362,7 @@ function wplc_admin_survey_layout() {
362
  }
363
  else {
364
 
365
- $link1 = sprintf( __( 'Register on <a href="%s" target="_BLANK" title="NimbleSquirrel">NimbleSquirrel</a> (It\'s free.)', 'wplivechat' ),
366
  'http://app.nimblesquirrel.com/join.php?email='.get_option("admin_email")."&site=".site_url().'&utm_source=wplc&utm_medium=click&utm_campaign=plugin_register'
367
  );
368
  $link2 = sprintf( __( '<a href="%s" target="_BLANK" title="Create a survey">Create a survey</a>.', 'wplivechat' ),
362
  }
363
  else {
364
 
365
+ $link1 = sprintf( __( 'Register on <a href="%s" target="_BLANK" title="NimbleSquirrel">NimbleSquirrel</a> (It\'s free)', 'wplivechat' ),
366
  'http://app.nimblesquirrel.com/join.php?email='.get_option("admin_email")."&site=".site_url().'&utm_source=wplc&utm_medium=click&utm_campaign=plugin_register'
367
  );
368
  $link2 = sprintf( __( '<a href="%s" target="_BLANK" title="Create a survey">Create a survey</a>.', 'wplivechat' ),
includes/update_control.class.php CHANGED
@@ -65,9 +65,20 @@ final class wplc_update_control {
65
  if (empty($checked_data->checked))
66
  return $checked_data;
67
 
 
 
 
 
 
 
 
 
 
 
 
68
  $args = array(
69
  'slug' => $this->wplc_api_slug,
70
- 'version' => $checked_data->checked[$this->wplc_api_slug . '/' . $this->wplc_api_slug . '.php'],
71
  );
72
 
73
  $request_string = array(
65
  if (empty($checked_data->checked))
66
  return $checked_data;
67
 
68
+ if ( empty( $checked_data->checked[$this->wplc_api_slug . '/' . $this->wplc_api_slug . '.php'] ) ) {
69
+ $plugin_data = get_plugin_data( trailingslashit( dirname( __FILE__, 3 ) ) . $this->wplc_api_slug . '/' . $this->wplc_api_slug . '.php' );
70
+ if ( ! empty( $plugin_data['Version'] ) ) {
71
+ $version = $plugin_data['Version'];
72
+ } else {
73
+ $version = '0.0';
74
+ }
75
+ } else {
76
+ $version = $checked_data->checked[$this->wplc_api_slug . '/' . $this->wplc_api_slug . '.php'];
77
+ }
78
+
79
  $args = array(
80
  'slug' => $this->wplc_api_slug,
81
+ 'version' => $version,
82
  );
83
 
84
  $request_string = array(
js/themes/modern.js CHANGED
@@ -115,7 +115,7 @@ jQuery(document).on("wplc_agent_joined", function(e) {
115
  jQuery('<p/>', {
116
  'class': '',
117
  'style': 'text-align:center;',
118
- html: '<img class="img-thumbnail img-circle wplc_thumb32 wplc_agent_involved" style="max-width:inherit;" id="agent_grav_'+taid+'" title="'+tname+'" src="'+timageurl+'?s=40" /><br /><span class="wplc_agent_name wplc-color-2">'+tname+'</span>'+ta_tagline+ta_bio+ta_social_links
119
  }).appendTo('.wplc_agent_info');
120
 
121
  jQuery('<span/>', {
@@ -166,7 +166,7 @@ jQuery(document).on("wplc_agent_joined", function(e) {
166
  jQuery("img.wplc_agent_involved").removeClass("wplc_thumb32").addClass("wplc_thumb16_stacked");
167
 
168
  //Add the new agents image as well
169
- var wplc_new_agent_grav = '<img class="img-thumbnail img-circle wplc_thumb16_stacked wplc_agent_involved" style="max-width:inherit;" id="agent_grav_'+taid+'" title="'+tname+'" src="'+timageurl+'?s=40" />';
170
  jQuery(wplc_new_agent_grav).insertAfter("img.wplc_agent_involved:last");
171
 
172
  //Update the height of the header
115
  jQuery('<p/>', {
116
  'class': '',
117
  'style': 'text-align:center;',
118
+ html: '<img class="img-thumbnail img-circle wplc_thumb32 wplc_agent_involved" style="max-width:inherit;" id="agent_grav_'+taid+'" title="'+tname+'" src="'+timageurl+'?s=60" /><br /><span class="wplc_agent_name wplc-color-2">'+tname+'</span>'+ta_tagline+ta_bio+ta_social_links
119
  }).appendTo('.wplc_agent_info');
120
 
121
  jQuery('<span/>', {
166
  jQuery("img.wplc_agent_involved").removeClass("wplc_thumb32").addClass("wplc_thumb16_stacked");
167
 
168
  //Add the new agents image as well
169
+ var wplc_new_agent_grav = '<img class="img-thumbnail img-circle wplc_thumb16_stacked wplc_agent_involved" style="max-width:inherit;" id="agent_grav_'+taid+'" title="'+tname+'" src="'+timageurl+'?s=60" />';
170
  jQuery(wplc_new_agent_grav).insertAfter("img.wplc_agent_involved:last");
171
 
172
  //Update the height of the header
js/wplc_server.js CHANGED
@@ -422,7 +422,7 @@ function wplc_rest_api(type, wplc_send_data, wplc_send_timeout, next) {
422
  if(typeof wplc_restapi_enabled !== "undefined" && parseInt(wplc_restapi_enabled) === 1 && typeof wplc_restapi_endpoint !== "undefined"){
423
  //REST API is ready to rumble
424
 
425
- let anti_cache = Date.now();
426
 
427
  wplc_send_url = wplc_restapi_endpoint + "/" + type + "?nocache="+anti_cache;
428
 
@@ -745,7 +745,7 @@ function wplc_push_message_to_chatbox(the_message, aoru, next) {
745
 
746
  var message_edit_string = "";
747
 
748
- var audioPattern = new RegExp(/-blob.wav/);
749
  var isAudioPattern = false;
750
 
751
  if (parseInt(the_message.originates) === 1) {
@@ -924,7 +924,7 @@ function wplc_push_message_to_chatbox(the_message, aoru, next) {
924
 
925
  var original_message = message_content;
926
  if (isAudioPattern) {
927
- message_content = "<a href='" + message_content + "' target='_blank'>" + wplc_visitor_voice.play_sound + "</a>";
928
  } else if (typeof niftyFormatParser !== "undefined"){
929
  message_content = niftyFormatParser(message_content);
930
  }
@@ -994,8 +994,10 @@ jQuery(function(){
994
  var wplc_gdpr_opt_in_checked = jQuery("#wplc_chat_gdpr_opt_in").is(':checked');
995
  if(typeof wplc_gdpr_opt_in_checked === "undefined" || wplc_gdpr_opt_in_checked === false){
996
  /* GDPR requirements not met */
 
997
  return false;
998
  }
 
999
  }
1000
 
1001
  var wplc_name = jQuery("#wplc_name").val();
422
  if(typeof wplc_restapi_enabled !== "undefined" && parseInt(wplc_restapi_enabled) === 1 && typeof wplc_restapi_endpoint !== "undefined"){
423
  //REST API is ready to rumble
424
 
425
+ var anti_cache = Date.now();
426
 
427
  wplc_send_url = wplc_restapi_endpoint + "/" + type + "?nocache="+anti_cache;
428
 
745
 
746
  var message_edit_string = "";
747
 
748
+ var audioPattern = new RegExp(/blob.wav/);
749
  var isAudioPattern = false;
750
 
751
  if (parseInt(the_message.originates) === 1) {
924
 
925
  var original_message = message_content;
926
  if (isAudioPattern) {
927
+ message_content = "<a href='" + message_content + "' target='_blank'>" + (typeof wplc_visitor_voice !== 'undefined' && typeof wplc_visitor_voice.play_sound !== 'undefined' ? wplc_visitor_voice.play_sound : 'Open Voice Note') + "</a>";
928
  } else if (typeof niftyFormatParser !== "undefined"){
929
  message_content = niftyFormatParser(message_content);
930
  }
994
  var wplc_gdpr_opt_in_checked = jQuery("#wplc_chat_gdpr_opt_in").is(':checked');
995
  if(typeof wplc_gdpr_opt_in_checked === "undefined" || wplc_gdpr_opt_in_checked === false){
996
  /* GDPR requirements not met */
997
+ jQuery("#wplc_chat_gdpr_opt_in").addClass('incomplete');
998
  return false;
999
  }
1000
+ jQuery("#wplc_chat_gdpr_opt_in").removeClass('incomplete');
1001
  }
1002
 
1003
  var wplc_name = jQuery("#wplc_name").val();
js/wplc_surveys.js CHANGED
@@ -1,5 +1,5 @@
1
  var orig_title_wplc;
2
- jQuery(document).on("wplc_end_chat", function( e ) {
3
  if (typeof wplc_extra_div_enabled !== "undefined" && wplc_extra_div_enabled === "1") {
4
  jQuery("#wp-live-chat-4").hide();
5
  jQuery("#wplc-extra-div").show();
1
  var orig_title_wplc;
2
+ jQuery(document).on("wplc_end_chat bleeper_chat_ended_notification", function( e ) {
3
  if (typeof wplc_extra_div_enabled !== "undefined" && wplc_extra_div_enabled === "1") {
4
  jQuery("#wp-live-chat-4").hide();
5
  jQuery("#wplc-extra-div").show();
js/wplc_u.js CHANGED
@@ -53,8 +53,7 @@ var wplc_cid = null;
53
  var initial_data = {};
54
  var wplc_fist_run = true;
55
  var wplc_long_poll_delay = 1500;
56
-
57
-
58
  jQuery(document).ready(function() {
59
 
60
  /* Gutenberg functions */
@@ -272,6 +271,14 @@ jQuery(document).ready(function() {
272
  });
273
 
274
  jQuery("body").on("click", "#wplc_end_chat_button", function(e){
 
 
 
 
 
 
 
 
275
  jQuery.event.trigger({type: "wplc_end_chat_as_user"});
276
  });
277
 
53
  var initial_data = {};
54
  var wplc_fist_run = true;
55
  var wplc_long_poll_delay = 1500;
56
+
 
57
  jQuery(document).ready(function() {
58
 
59
  /* Gutenberg functions */
271
  });
272
 
273
  jQuery("body").on("click", "#wplc_end_chat_button", function(e){
274
+ var data = {
275
+ security: wplc_nonce,
276
+ chat_id: wplc_cid,
277
+ agent_id: 0
278
+ };
279
+
280
+ wplc_rest_api('end_chat', data, 12000, null);
281
+
282
  jQuery.event.trigger({type: "wplc_end_chat_as_user"});
283
  });
284
 
js/wplc_u_admin_chat.js CHANGED
@@ -102,10 +102,15 @@ function wplc_call_to_server_admin_chat(data) {
102
  }
103
  },
104
  function (response) {
105
- if (wplc_run) {
106
- setTimeout(function () {
107
- wplc_call_to_server_admin_chat(data);
108
- }, wplc_poll_delay);
 
 
 
 
 
109
  }
110
  }
111
  );
102
  }
103
  },
104
  function (response) {
105
+ var wplc_page_action = wplc_findGetParameter('action');
106
+ if((wplc_page_action !== undefined && wplc_page_action !== false) && wplc_page_action === 'history'){
107
+ //We will no longer allow long polling on history screen
108
+ } else {
109
+ if (wplc_run) {
110
+ setTimeout(function () {
111
+ wplc_call_to_server_admin_chat(data);
112
+ }, wplc_poll_delay);
113
+ }
114
  }
115
  }
116
  );
js/wplc_u_events.js CHANGED
@@ -166,10 +166,12 @@ jQuery(document).ready(function() {
166
  var wplc_gdpr_opt_in_checked = jQuery("#wplc_chat_gdpr_opt_in").is(':checked');
167
  if(typeof wplc_gdpr_opt_in_checked === "undefined" || wplc_gdpr_opt_in_checked === false){
168
  /* GDPR requirements not met */
 
169
  return false;
170
  }
 
171
  }
172
-
173
  var wplc_name = jQuery("#wplc_name").val();
174
  var wplc_email = jQuery("#wplc_email").val();
175
 
@@ -462,9 +464,13 @@ jQuery(document).ready(function() {
462
  if(typeof wplc_elem_trigger_action !== "undefined" && wplc_elem_trigger_action !== ""){ wplc_click_or_hover = parseInt(wplc_elem_trigger_action); }
463
  if(typeof wplc_elem_trigger_type !== "undefined" && wplc_elem_trigger_type !== ""){ wplc_class_or_id = parseInt(wplc_elem_trigger_type); }
464
 
465
- jQuery( (wplc_class_or_id === 1 ? "#" : ".") + wplc_elem_trigger_id).on( (wplc_click_or_hover === 1 ? "mouseenter" : "click"), function(){
466
- open_chat(0);
467
- });
 
 
 
 
468
  }
469
 
470
  });
166
  var wplc_gdpr_opt_in_checked = jQuery("#wplc_chat_gdpr_opt_in").is(':checked');
167
  if(typeof wplc_gdpr_opt_in_checked === "undefined" || wplc_gdpr_opt_in_checked === false){
168
  /* GDPR requirements not met */
169
+ jQuery("#wplc_chat_gdpr_opt_in").addClass('incomplete');
170
  return false;
171
  }
172
+ jQuery("#wplc_chat_gdpr_opt_in").removeClass('incomplete');
173
  }
174
+
175
  var wplc_name = jQuery("#wplc_name").val();
176
  var wplc_email = jQuery("#wplc_email").val();
177
 
464
  if(typeof wplc_elem_trigger_action !== "undefined" && wplc_elem_trigger_action !== ""){ wplc_click_or_hover = parseInt(wplc_elem_trigger_action); }
465
  if(typeof wplc_elem_trigger_type !== "undefined" && wplc_elem_trigger_type !== ""){ wplc_class_or_id = parseInt(wplc_elem_trigger_type); }
466
 
467
+ try{
468
+ jQuery( (wplc_class_or_id === 1 ? "#" : ".") + wplc_elem_trigger_id).on( (wplc_click_or_hover === 1 ? "mouseenter" : "click"), function(){
469
+ open_chat(0);
470
+ });
471
+ } catch (e){
472
+ console.log("WPLC Error: \"" + (wplc_class_or_id === 1 ? "#" : ".") + wplc_elem_trigger_id + "\" is not a valid selector");
473
+ }
474
  }
475
 
476
  });
js/wplc_u_node_events.js CHANGED
@@ -197,6 +197,17 @@ jQuery(document).ready(function() {
197
  */
198
  wplc_rest_api('send_message', data, 12000, null);
199
  jQuery("#wplc_chatmsg").val('');
 
 
 
 
 
 
 
 
 
 
 
200
  }
201
 
202
 
@@ -250,6 +261,17 @@ jQuery(document).ready(function() {
250
  });
251
  }
252
 
 
 
 
 
 
 
 
 
 
 
 
253
  }
254
  });
255
 
@@ -269,6 +291,17 @@ jQuery(document).ready(function() {
269
  if(jQuery('#wplc_gdpr_end_chat_notice_container').length > 0){
270
  jQuery("#wplc_gdpr_end_chat_notice_container").fadeIn('fast');
271
  }
 
 
 
 
 
 
 
 
 
 
 
272
  });
273
 
274
  /**
@@ -325,6 +358,17 @@ jQuery(document).ready(function() {
325
 
326
 
327
  jQuery.event.trigger({type: "wplc_agent_joined", ndata:{other:data}});
 
 
 
 
 
 
 
 
 
 
 
328
  } else if(e.ndata.action === "send_user_direct_to_page"){
329
  if(typeof e.ndata.direction !== "undefined"){
330
  if(typeof e.ndata.pretty_name !== "undefined"){
@@ -402,8 +446,18 @@ jQuery(document).ready(function() {
402
  }
403
 
404
  jQuery.event.trigger({type: "wplc_open_chat_2", wplc_online: wplc_online});
405
-
406
-
 
 
 
 
 
 
 
 
 
 
407
  });
408
 
409
  if(typeof wplc_elem_trigger_id !== "undefined" && wplc_elem_trigger_id !== ""){
@@ -413,9 +467,13 @@ jQuery(document).ready(function() {
413
  if(typeof wplc_elem_trigger_action !== "undefined" && wplc_elem_trigger_action !== ""){ wplc_click_or_hover = parseInt(wplc_elem_trigger_action); }
414
  if(typeof wplc_elem_trigger_type !== "undefined" && wplc_elem_trigger_type !== ""){ wplc_class_or_id = parseInt(wplc_elem_trigger_type); }
415
 
416
- jQuery( (wplc_class_or_id === 1 ? "#" : ".") + wplc_elem_trigger_id).on( (wplc_click_or_hover === 1 ? "mouseenter" : "click"), function(){
417
- open_chat(0);
418
- });
 
 
 
 
419
  }
420
 
421
 
@@ -451,6 +509,17 @@ jQuery(document).ready(function() {
451
  if(typeof Cookies !== "undefined"){
452
  Cookies.remove("wplc_cid");
453
  }
 
 
 
 
 
 
 
 
 
 
 
454
  });
455
  });
456
 
197
  */
198
  wplc_rest_api('send_message', data, 12000, null);
199
  jQuery("#wplc_chatmsg").val('');
200
+
201
+ if (typeof wplc_enable_ga !== "undefined" && wplc_enable_ga === '1') {
202
+ if (typeof ga !== "undefined") {
203
+ ga('send', {
204
+ hitType: 'event',
205
+ eventCategory: 'WP_Live_Chat_Support',
206
+ eventAction: 'Event',
207
+ eventLabel: 'User Send Message'
208
+ });
209
+ }
210
+ }
211
  }
212
 
213
 
261
  });
262
  }
263
 
264
+ if (typeof wplc_enable_ga !== "undefined" && wplc_enable_ga === '1') {
265
+ if (typeof ga !== "undefined") {
266
+ ga('send', {
267
+ hitType: 'event',
268
+ eventCategory: 'WP_Live_Chat_Support',
269
+ eventAction: 'Event',
270
+ eventLabel: 'Agent left the chat'
271
+ });
272
+ }
273
+ }
274
+
275
  }
276
  });
277
 
291
  if(jQuery('#wplc_gdpr_end_chat_notice_container').length > 0){
292
  jQuery("#wplc_gdpr_end_chat_notice_container").fadeIn('fast');
293
  }
294
+
295
+ if (typeof wplc_enable_ga !== "undefined" && wplc_enable_ga === '1') {
296
+ if (typeof ga !== "undefined") {
297
+ ga('send', {
298
+ hitType: 'event',
299
+ eventCategory: 'WP_Live_Chat_Support',
300
+ eventAction: 'Event',
301
+ eventLabel: 'Chat Ended By Agent'
302
+ });
303
+ }
304
+ }
305
  });
306
 
307
  /**
358
 
359
 
360
  jQuery.event.trigger({type: "wplc_agent_joined", ndata:{other:data}});
361
+
362
+ if (typeof wplc_enable_ga !== "undefined" && wplc_enable_ga === '1') {
363
+ if (typeof ga !== "undefined") {
364
+ ga('send', {
365
+ hitType: 'event',
366
+ eventCategory: 'WP_Live_Chat_Support',
367
+ eventAction: 'Event',
368
+ eventLabel: 'Agent joined chat'
369
+ });
370
+ }
371
+ }
372
  } else if(e.ndata.action === "send_user_direct_to_page"){
373
  if(typeof e.ndata.direction !== "undefined"){
374
  if(typeof e.ndata.pretty_name !== "undefined"){
446
  }
447
 
448
  jQuery.event.trigger({type: "wplc_open_chat_2", wplc_online: wplc_online});
449
+
450
+ if (typeof wplc_enable_ga !== "undefined" && wplc_enable_ga === '1') {
451
+ if (typeof ga !== "undefined") {
452
+ ga('send', {
453
+ hitType: 'event',
454
+ eventCategory: 'WP_Live_Chat_Support',
455
+ eventAction: 'Event',
456
+ eventLabel: 'Start Chat'
457
+ });
458
+ }
459
+ }
460
+
461
  });
462
 
463
  if(typeof wplc_elem_trigger_id !== "undefined" && wplc_elem_trigger_id !== ""){
467
  if(typeof wplc_elem_trigger_action !== "undefined" && wplc_elem_trigger_action !== ""){ wplc_click_or_hover = parseInt(wplc_elem_trigger_action); }
468
  if(typeof wplc_elem_trigger_type !== "undefined" && wplc_elem_trigger_type !== ""){ wplc_class_or_id = parseInt(wplc_elem_trigger_type); }
469
 
470
+ try{
471
+ jQuery( (wplc_class_or_id === 1 ? "#" : ".") + wplc_elem_trigger_id).on( (wplc_click_or_hover === 1 ? "mouseenter" : "click"), function(){
472
+ open_chat(0);
473
+ });
474
+ } catch (e){
475
+ console.log("WPLC Error: \"" + (wplc_class_or_id === 1 ? "#" : ".") + wplc_elem_trigger_id + "\" is not a valid selector");
476
+ }
477
  }
478
 
479
 
509
  if(typeof Cookies !== "undefined"){
510
  Cookies.remove("wplc_cid");
511
  }
512
+
513
+ if (typeof wplc_enable_ga !== "undefined" && wplc_enable_ga === '1') {
514
+ if (typeof ga !== "undefined") {
515
+ ga('send', {
516
+ hitType: 'event',
517
+ eventCategory: 'WP_Live_Chat_Support',
518
+ eventAction: 'Event',
519
+ eventLabel: 'User End Chat'
520
+ });
521
+ }
522
+ }
523
  });
524
  });
525
 
languages/wplivechat-ar.mo ADDED
Binary file
languages/wplivechat-ar.po ADDED
@@ -0,0 +1,6026 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2018-07-18 20:15+0200\n"
5
+ "PO-Revision-Date: 2018-07-18 20:15+0200\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: GreenInn\n"
8
+ "Language: ar\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=CP1256\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.4\n"
13
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
+ "X-Poedit-Basepath: ../..\n"
15
+ "X-Poedit-SearchPath-0: wp-live-chat-support\n"
16
+ "X-Poedit-SearchPath-1: wp-live-chat-support-pro\n"
17
+ "X-Poedit-SearchPath-2: wp-live-chat-support-mobile-and-desktop-app\n"
18
+
19
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:38
20
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:69
21
+ msgid "Mobile and Desktop App"
22
+ msgstr "����� ������ � ��� ������"
23
+
24
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:109
25
+ #: wp-live-chat-support/includes/update_control.class.php:133
26
+ msgid ""
27
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
28
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
29
+ msgstr ""
30
+ "��� ���� HTTP ��� ����ڔ ����� ��� API.</p> <p><a href=\"?\" onclick="
31
+ "\"document.location.reload(); return false;\">����� ����� ��������</a>"
32
+
33
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:114
34
+ #: wp-live-chat-support/includes/update_control.class.php:138
35
+ msgid "An unknown error occurred"
36
+ msgstr "��� ��� ��� �����"
37
+
38
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/api/wplc-api-devices.php:599
39
+ #, fuzzy
40
+ #| msgid "Add Quick Responses to your Live Chat"
41
+ msgid "Add Quick Responses to your Live Chat with our Pro Add-on"
42
+ msgstr "����� �� ���� ��������"
43
+
44
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:22
45
+ #, fuzzy
46
+ #| msgid "Device"
47
+ msgid "Devices"
48
+ msgstr "������"
49
+
50
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:35
51
+ #, fuzzy
52
+ #| msgid "WP Live Chat Support Settings"
53
+ msgid "WP Live Chat Support - Devices"
54
+ msgstr "������� WP Live Chat Support"
55
+
56
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:96
57
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:339
58
+ msgid "Device Name Not Found"
59
+ msgstr ""
60
+
61
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:97
62
+ #, fuzzy
63
+ #| msgid "Linked Domains"
64
+ msgid "Linked to"
65
+ msgstr "�������� ��������"
66
+
67
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:148
68
+ #, fuzzy
69
+ #| msgid "Device"
70
+ msgid "Add Device"
71
+ msgstr "������"
72
+
73
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:149
74
+ msgid "Simply scan the QR code below"
75
+ msgstr ""
76
+
77
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:161
78
+ msgid "Or enter data manually"
79
+ msgstr ""
80
+
81
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:162
82
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:107
83
+ #: wp-live-chat-support/wp-live-chat-support.php:5541
84
+ msgid "API Key"
85
+ msgstr "����� ���API"
86
+
87
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:165
88
+ #, fuzzy
89
+ #| msgid "Add Agent"
90
+ msgid "For Agent"
91
+ msgstr "��� �����"
92
+
93
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:167
94
+ #, fuzzy
95
+ #| msgid "Agents"
96
+ msgid "Agent ID"
97
+ msgstr "���������"
98
+
99
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:170
100
+ msgid "Rest End Point"
101
+ msgstr ""
102
+
103
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:177
104
+ msgid "Need a link to the app?"
105
+ msgstr ""
106
+
107
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:178
108
+ msgid "Go to PlayStore"
109
+ msgstr ""
110
+
111
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:181
112
+ msgid "Go to Apple Store"
113
+ msgstr ""
114
+
115
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:200
116
+ msgid "Device Limit Reached"
117
+ msgstr ""
118
+
119
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:201
120
+ msgid "Your maximum device limit has been reached"
121
+ msgstr ""
122
+
123
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:203
124
+ msgid "Increase your device limit to add additional devices"
125
+ msgstr ""
126
+
127
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:206
128
+ msgid "Increase Limit"
129
+ msgstr ""
130
+
131
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:207
132
+ #, fuzzy
133
+ #| msgid "Contact us"
134
+ msgid "Contact Us"
135
+ msgstr "���� ���"
136
+
137
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:525
138
+ #, fuzzy
139
+ #| msgid "View Chat History"
140
+ msgid "New Chat from"
141
+ msgstr "��� ��� ���������"
142
+
143
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:525
144
+ msgid "Tap here to accept"
145
+ msgstr ""
146
+
147
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:540
148
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:188
149
+ #: wp-live-chat-support/includes/settings_page.php:192
150
+ #: wp-live-chat-support/wp-live-chat-support.php:909
151
+ #: wp-live-chat-support/wp-live-chat-support.php:3875
152
+ #: wp-live-chat-support/wp-live-chat-support.php:4792
153
+ msgid "Guest"
154
+ msgstr "���"
155
+
156
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:544
157
+ #, fuzzy
158
+ #| msgid "Message"
159
+ msgid "New Message"
160
+ msgstr "�������"
161
+
162
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:117
163
+ msgid "Mobile and Desktop App Settings"
164
+ msgstr "������� ����� ������ � ��� ������"
165
+
166
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:120
167
+ msgid "Enable mobile and desktop app"
168
+ msgstr "����� ����� ������ � ��� ������"
169
+
170
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:142
171
+ msgid "App"
172
+ msgstr "�������"
173
+
174
+ #: wp-live-chat-support-pro/functions-pro.php:54
175
+ #: wp-live-chat-support-pro/functions-pro.php:173
176
+ #: wp-live-chat-support-pro/functions-pro.php:310
177
+ #: wp-live-chat-support/functions.php:426 wp-live-chat-support/functions.php:648
178
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:577
179
+ #: wp-live-chat-support/wp-live-chat-support.php:3529
180
+ msgid "IP Address not recorded"
181
+ msgstr "����� ���IP ��� ����"
182
+
183
+ #: wp-live-chat-support-pro/functions-pro.php:56
184
+ #: wp-live-chat-support-pro/functions-pro.php:175
185
+ #: wp-live-chat-support-pro/functions-pro.php:312
186
+ #: wp-live-chat-support/functions.php:428 wp-live-chat-support/functions.php:650
187
+ #: wp-live-chat-support/wp-live-chat-support.php:3531
188
+ msgid "Whois for"
189
+ msgstr "Whois for"
190
+
191
+ #: wp-live-chat-support-pro/functions-pro.php:61
192
+ #: wp-live-chat-support-pro/functions-pro.php:318
193
+ #: wp-live-chat-support/functions.php:433 wp-live-chat-support/functions.php:575
194
+ #: wp-live-chat-support/functions.php:589
195
+ #: wp-live-chat-support/functions.php:1858
196
+ msgid "Accept Chat"
197
+ msgstr "���� ��������"
198
+
199
+ #: wp-live-chat-support-pro/functions-pro.php:63
200
+ #: wp-live-chat-support-pro/functions-pro.php:320
201
+ #: wp-live-chat-support/functions.php:435
202
+ msgid "Incoming Chat"
203
+ msgstr "�������� �������"
204
+
205
+ #: wp-live-chat-support-pro/functions-pro.php:63
206
+ #: wp-live-chat-support-pro/functions-pro.php:320
207
+ #: wp-live-chat-support/functions.php:435
208
+ msgid "You have an incoming chat."
209
+ msgstr "���� ������ �����."
210
+
211
+ #: wp-live-chat-support-pro/functions-pro.php:67
212
+ #: wp-live-chat-support/functions.php:581 wp-live-chat-support/functions.php:594
213
+ msgid "Open Chat"
214
+ msgstr "��� ��������"
215
+
216
+ #: wp-live-chat-support-pro/functions-pro.php:69
217
+ #: wp-live-chat-support-pro/functions-pro.php:332
218
+ #: wp-live-chat-support/functions.php:441
219
+ msgid "Chat Active"
220
+ msgstr "�������� ����"
221
+
222
+ #: wp-live-chat-support-pro/functions-pro.php:69
223
+ #: wp-live-chat-support-pro/functions-pro.php:332
224
+ #: wp-live-chat-support/functions.php:441
225
+ msgid "This chat is active"
226
+ msgstr "��� �������� ����"
227
+
228
+ #: wp-live-chat-support-pro/functions-pro.php:74
229
+ #: wp-live-chat-support-pro/functions-pro.php:160
230
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2874
231
+ #: wp-live-chat-support/wp-live-chat-support.php:2420
232
+ msgid "Initiate Chat"
233
+ msgstr "��� ��������"
234
+
235
+ #: wp-live-chat-support-pro/functions-pro.php:76
236
+ #: wp-live-chat-support-pro/functions-pro.php:162
237
+ msgid "You must be a chat agent to initiate chats"
238
+ msgstr "��� �� ���� ����� ���� ���������"
239
+
240
+ #: wp-live-chat-support-pro/functions-pro.php:99
241
+ #: wp-live-chat-support/functions.php:673
242
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:593
243
+ msgid "New"
244
+ msgstr "����"
245
+
246
+ #: wp-live-chat-support-pro/functions-pro.php:101
247
+ #: wp-live-chat-support/functions.php:675
248
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:595
249
+ msgid "Returning"
250
+ msgstr "����"
251
+
252
+ #: wp-live-chat-support-pro/functions-pro.php:143
253
+ msgid "Visitors on site"
254
+ msgstr "���� ������"
255
+
256
+ #: wp-live-chat-support-pro/functions-pro.php:207
257
+ #: wp-live-chat-support-pro/functions-pro.php:362
258
+ #: wp-live-chat-support/functions.php:464
259
+ #: wp-live-chat-support/wp-live-chat-support.php:3579
260
+ msgid "Site Info"
261
+ msgstr "������� ������"
262
+
263
+ #: wp-live-chat-support-pro/functions-pro.php:209
264
+ #: wp-live-chat-support-pro/functions-pro.php:364
265
+ #: wp-live-chat-support/functions.php:466
266
+ #: wp-live-chat-support/wp-live-chat-support.php:3581
267
+ msgid "Chat initiated on:"
268
+ msgstr "�� ��� ������� ��:"
269
+
270
+ #: wp-live-chat-support-pro/functions-pro.php:213
271
+ #: wp-live-chat-support-pro/functions-pro.php:368
272
+ #: wp-live-chat-support/functions.php:470
273
+ #: wp-live-chat-support/wp-live-chat-support.php:3585
274
+ msgid "Advanced Info"
275
+ msgstr "������� ������"
276
+
277
+ #: wp-live-chat-support-pro/functions-pro.php:215
278
+ #: wp-live-chat-support-pro/functions-pro.php:370
279
+ #: wp-live-chat-support/functions.php:472
280
+ #: wp-live-chat-support/wp-live-chat-support.php:3587
281
+ msgid "Browser:"
282
+ msgstr "�������:"
283
+
284
+ #: wp-live-chat-support-pro/functions-pro.php:216
285
+ #: wp-live-chat-support-pro/functions-pro.php:371
286
+ #: wp-live-chat-support/functions.php:473
287
+ #: wp-live-chat-support/wp-live-chat-support.php:3588
288
+ msgid "IP Address:"
289
+ msgstr "����� ���IP:"
290
+
291
+ #: wp-live-chat-support-pro/functions-pro.php:259
292
+ msgid "No visitors on-line at the moment"
293
+ msgstr "�� ���� ���� �������� ������� �� ����� ������"
294
+
295
+ #: wp-live-chat-support-pro/functions-pro.php:287
296
+ #: wp-live-chat-support/functions.php:409
297
+ msgid "No chat sessions available at the moment"
298
+ msgstr "�� ���� ������� �� ����� ������"
299
+
300
+ #: wp-live-chat-support-pro/functions-pro.php:289
301
+ #: wp-live-chat-support/functions.php:411
302
+ #: wp-live-chat-support/modules/node_server.php:1216
303
+ msgid "Active Chats"
304
+ msgstr "��������� ������"
305
+
306
+ #: wp-live-chat-support-pro/functions-pro.php:324
307
+ msgid "You must be a chat agent to answer chats"
308
+ msgstr "��� �� ���� ����� ���� ��� ���������"
309
+
310
+ #: wp-live-chat-support-pro/functions-pro.php:330
311
+ #: wp-live-chat-support/functions.php:439
312
+ msgid "Open Chat Window"
313
+ msgstr "��� ����� ��������"
314
+
315
+ #: wp-live-chat-support-pro/functions-pro.php:334
316
+ msgid "Chat has been answered by another agent"
317
+ msgstr "��� �� ���� ��� ��� �������� ������ ����� ���"
318
+
319
+ #: wp-live-chat-support-pro/functions-pro.php:335
320
+ msgid "Chat answered by another agent"
321
+ msgstr "��� �� ���� ��� ��� �������� ������ ����� ���"
322
+
323
+ #: wp-live-chat-support-pro/functions-pro.php:391
324
+ #: wp-live-chat-support/functions.php:1637
325
+ #: wp-live-chat-support/includes/settings_page.php:651
326
+ msgid "WP Live Chat Support - Offline Message from "
327
+ msgstr "WP Live Chat Support - ����� �� "
328
+
329
+ #: wp-live-chat-support-pro/functions-pro.php:392
330
+ #: wp-live-chat-support-pro/functions-pro.php:966
331
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:81
332
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:440
333
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:212
334
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:129
335
+ #: wp-live-chat-support/functions.php:1638
336
+ #: wp-live-chat-support/functions.php:2118
337
+ #: wp-live-chat-support/includes/deprecated.php:192
338
+ #: wp-live-chat-support/includes/deprecated.php:391
339
+ #: wp-live-chat-support/includes/settings_page.php:179
340
+ #: wp-live-chat-support/includes/settings_page.php:365
341
+ #: wp-live-chat-support/wp-live-chat-support.php:1926
342
+ #: wp-live-chat-support/wp-live-chat-support.php:1952
343
+ #: wp-live-chat-support/wp-live-chat-support.php:2142
344
+ #: wp-live-chat-support/wp-live-chat-support.php:4498
345
+ #: wp-live-chat-support/wp-live-chat-support.php:4637
346
+ #: wp-live-chat-support/wp-live-chat-support.php:6431
347
+ msgid "Name"
348
+ msgstr "�����"
349
+
350
+ #: wp-live-chat-support-pro/functions-pro.php:392
351
+ #: wp-live-chat-support-pro/functions-pro.php:967
352
+ #: wp-live-chat-support/functions.php:1639
353
+ #: wp-live-chat-support/functions.php:2119
354
+ #: wp-live-chat-support/includes/deprecated.php:193
355
+ #: wp-live-chat-support/includes/deprecated.php:392
356
+ #: wp-live-chat-support/includes/settings_page.php:175
357
+ #: wp-live-chat-support/wp-live-chat-support.php:1927
358
+ #: wp-live-chat-support/wp-live-chat-support.php:1940
359
+ #: wp-live-chat-support/wp-live-chat-support.php:2143
360
+ #: wp-live-chat-support/wp-live-chat-support.php:4499
361
+ #: wp-live-chat-support/wp-live-chat-support.php:4638
362
+ msgid "Email"
363
+ msgstr "������ ����������"
364
+
365
+ #: wp-live-chat-support-pro/functions-pro.php:392
366
+ #: wp-live-chat-support-pro/functions-pro.php:968
367
+ #: wp-live-chat-support-pro/functions-pro.php:1543
368
+ #: wp-live-chat-support/functions.php:1640
369
+ #: wp-live-chat-support/wp-live-chat-support.php:2144
370
+ #: wp-live-chat-support/wp-live-chat-support.php:4639
371
+ #: wp-live-chat-support/wp-live-chat-support.php:5768
372
+ #: wp-live-chat-support/wp-live-chat-support.php:5826
373
+ msgid "Message"
374
+ msgstr "�������"
375
+
376
+ #: wp-live-chat-support-pro/functions-pro.php:392
377
+ #: wp-live-chat-support/functions.php:1641
378
+ msgid "Via WP Live Chat Support"
379
+ msgstr "�� ���� WP Live Chat Support"
380
+
381
+ #: wp-live-chat-support-pro/functions-pro.php:461
382
+ msgid "Alert: Someone wants to chat with you on "
383
+ msgstr "�����: ���� �� ���� ������� ��� "
384
+
385
+ #: wp-live-chat-support-pro/functions-pro.php:462
386
+ msgid "Someone wants to chat with you on your website"
387
+ msgstr "���� �� ���� ������� ��� ������ ����� ��"
388
+
389
+ #: wp-live-chat-support-pro/functions-pro.php:462
390
+ msgid "Log in"
391
+ msgstr "����� ������"
392
+
393
+ #: wp-live-chat-support-pro/functions-pro.php:745
394
+ #: wp-live-chat-support-pro/functions-pro.php:761
395
+ #: wp-live-chat-support-pro/functions-pro.php:776
396
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3277
397
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3293
398
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3308
399
+ msgid "Chat Agent"
400
+ msgstr "�������"
401
+
402
+ #: wp-live-chat-support-pro/functions-pro.php:750
403
+ #: wp-live-chat-support-pro/functions-pro.php:766
404
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3282
405
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3298
406
+ msgid "Make this user a chat agent"
407
+ msgstr "����� ��� �������� ������"
408
+
409
+ #: wp-live-chat-support-pro/functions-pro.php:780
410
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3312
411
+ msgid "Your user role does not allow you to make yourself a chat agent."
412
+ msgstr "�������� �� ���� ������ ���� ������."
413
+
414
+ #: wp-live-chat-support-pro/functions-pro.php:781
415
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3313
416
+ msgid "Please contact the administrator of this website to change this."
417
+ msgstr "������ ������� �������� �� ������ ������ ���������."
418
+
419
+ #: wp-live-chat-support-pro/functions-pro.php:866
420
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3721
421
+ msgid "Chat Agent Online"
422
+ msgstr "������� ��������"
423
+
424
+ #: wp-live-chat-support-pro/functions-pro.php:868
425
+ #: wp-live-chat-support-pro/functions-pro.php:873
426
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3723
427
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3728
428
+ msgid "Chat Agents Online"
429
+ msgstr "��������� ����������"
430
+
431
+ #: wp-live-chat-support-pro/functions-pro.php:965
432
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1010
433
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5014
434
+ #: wp-live-chat-support/functions.php:2117
435
+ #: wp-live-chat-support/wp-live-chat-support.php:4497
436
+ #: wp-live-chat-support/wp-live-chat-support.php:4636
437
+ msgid "Date"
438
+ msgstr "�������"
439
+
440
+ #: wp-live-chat-support-pro/functions-pro.php:982
441
+ #: wp-live-chat-support/wp-live-chat-support.php:4656
442
+ msgid "You have not received any offline messages."
443
+ msgstr "��� ���� ��� �����."
444
+
445
+ #: wp-live-chat-support-pro/functions-pro.php:1407
446
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:871
447
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4080
448
+ #: wp-live-chat-support/wp-live-chat-support.php:5351
449
+ msgid "Administrator"
450
+ msgstr "������"
451
+
452
+ #: wp-live-chat-support-pro/functions-pro.php:1408
453
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:877
454
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4086
455
+ #: wp-live-chat-support/wp-live-chat-support.php:5360
456
+ msgid "Editor"
457
+ msgstr "�������"
458
+
459
+ #: wp-live-chat-support-pro/functions-pro.php:1409
460
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:883
461
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1009
462
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4092
463
+ #: wp-live-chat-support/wp-live-chat-support.php:5369
464
+ msgid "Author"
465
+ msgstr "������"
466
+
467
+ #: wp-live-chat-support-pro/functions-pro.php:1410
468
+ msgid "Contributor"
469
+ msgstr "�������"
470
+
471
+ #: wp-live-chat-support-pro/functions-pro.php:1411
472
+ msgid "Subscriber"
473
+ msgstr "�������"
474
+
475
+ #: wp-live-chat-support-pro/functions-pro.php:1541
476
+ #: wp-live-chat-support/modules/gdpr.php:207
477
+ #: wp-live-chat-support/wp-live-chat-support.php:5766
478
+ #: wp-live-chat-support/wp-live-chat-support.php:5824
479
+ msgid "Chat ID"
480
+ msgstr "��� ��������"
481
+
482
+ #: wp-live-chat-support-pro/functions-pro.php:1542
483
+ #: wp-live-chat-support/wp-live-chat-support.php:5767
484
+ #: wp-live-chat-support/wp-live-chat-support.php:5825
485
+ msgid "From"
486
+ msgstr "��"
487
+
488
+ #: wp-live-chat-support-pro/functions-pro.php:1544
489
+ #: wp-live-chat-support/wp-live-chat-support.php:5769
490
+ #: wp-live-chat-support/wp-live-chat-support.php:5827
491
+ msgid "Timestamp"
492
+ msgstr "��� ����"
493
+
494
+ #: wp-live-chat-support-pro/functions-pro.php:1545
495
+ #: wp-live-chat-support/wp-live-chat-support.php:5770
496
+ #: wp-live-chat-support/wp-live-chat-support.php:5828
497
+ msgid "Origin"
498
+ msgstr "������"
499
+
500
+ #: wp-live-chat-support-pro/functions-pro.php:1557
501
+ #: wp-live-chat-support/wp-live-chat-support.php:5775
502
+ #: wp-live-chat-support/wp-live-chat-support.php:5833
503
+ msgid "user"
504
+ msgstr "��������"
505
+
506
+ #: wp-live-chat-support-pro/functions-pro.php:1559
507
+ #: wp-live-chat-support/wp-live-chat-support.php:5777
508
+ #: wp-live-chat-support/wp-live-chat-support.php:5835
509
+ msgid "agent"
510
+ msgstr "�������"
511
+
512
+ #: wp-live-chat-support-pro/includes/documentation_suggestions.php:134
513
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:471
514
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:492
515
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:551
516
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:583
517
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:402
518
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:424
519
+ #: wp-live-chat-support/includes/notification_control.php:36
520
+ #: wp-live-chat-support/includes/notification_control.php:75
521
+ #: wp-live-chat-support/includes/notification_control.php:138
522
+ #: wp-live-chat-support/modules/node_server_deprecated.php:214
523
+ #: wp-live-chat-support/modules/node_server_deprecated.php:234
524
+ #: wp-live-chat-support/modules/node_server_deprecated.php:277
525
+ #: wp-live-chat-support/modules/node_server_deprecated.php:291
526
+ #, fuzzy
527
+ #| msgid "Chat notifications"
528
+ msgid "System notification"
529
+ msgstr "������� ��������"
530
+
531
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:48
532
+ #: wp-live-chat-support/includes/settings_page.php:66
533
+ msgid "WP Live Chat Support Settings"
534
+ msgstr "������� WP Live Chat Support"
535
+
536
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:71
537
+ #: wp-live-chat-support/wp-live-chat-support.php:3076
538
+ #: wp-live-chat-support/wp-live-chat-support.php:3091
539
+ msgid "Dear Pro User"
540
+ msgstr "������ ������"
541
+
542
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:72
543
+ msgid ""
544
+ "Please enter a valid API key on the 'Live Chat' -> 'Settings' page. Failing "
545
+ "to do this will result in you no longer receiving updates for this plugin."
546
+ msgstr ""
547
+ "������ ����� ����� API ���� �� '\"��������\"'-> '���������'. ��� ������ ���� "
548
+ "����� ��� ��� ����� �������� �������."
549
+
550
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
551
+ msgid "You can obtain a copy of your API key "
552
+ msgstr "����� ������ ��� ����� ���API ����� �� "
553
+
554
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
555
+ #: wp-live-chat-support/includes/settings_page.php:925
556
+ #: wp-live-chat-support/modules/node_server.php:624
557
+ #: wp-live-chat-support/wp-live-chat-support.php:6422
558
+ msgid "here"
559
+ msgstr "���"
560
+
561
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
562
+ msgid ""
563
+ "An account has been created for you while purchasing the plugin. If you have "
564
+ "lost your password, please reset it "
565
+ msgstr ""
566
+ "�� ����� ���� �� ����� ��� ����� �������. ��� ��� �� ���� ���� �����ѡ ������ "
567
+ "����� ������� "
568
+
569
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:74
570
+ msgid ""
571
+ "If you feel you are getting this message in error, please try refreshing the "
572
+ "page."
573
+ msgstr ""
574
+ "��� ��� ���� ���� ���� ��� ��� ������� �� ���� ����á ���� ������ ����� "
575
+ "������."
576
+
577
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:83
578
+ #: wp-live-chat-support/includes/settings_page.php:94
579
+ #: wp-live-chat-support/includes/settings_page.php:132
580
+ msgid "General Settings"
581
+ msgstr "������ ����"
582
+
583
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:84
584
+ #: wp-live-chat-support/includes/settings_page.php:99
585
+ msgid "Chat Box"
586
+ msgstr "����� ��������"
587
+
588
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:85
589
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:448
590
+ #: wp-live-chat-support/includes/settings_page.php:104
591
+ #: wp-live-chat-support/includes/settings_page.php:579
592
+ #: wp-live-chat-support/wp-live-chat-support.php:1068
593
+ #: wp-live-chat-support/wp-live-chat-support.php:1071
594
+ msgid "Offline Messages"
595
+ msgstr "������� ��� �����"
596
+
597
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:86
598
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:562
599
+ #: wp-live-chat-support/includes/settings_page.php:109
600
+ #: wp-live-chat-support/includes/settings_page.php:776
601
+ msgid "Styling"
602
+ msgstr "�����"
603
+
604
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:87
605
+ msgid "Chat Agents"
606
+ msgstr "���������"
607
+
608
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:88
609
+ #: wp-live-chat-support/includes/settings_page.php:119
610
+ msgid "Blocked Visitors"
611
+ msgstr "������ ���������"
612
+
613
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:89
614
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:913
615
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:919
616
+ msgid "Chat Experience Ratings"
617
+ msgstr "������� ���������"
618
+
619
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:90
620
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2302
621
+ msgid "Encryption"
622
+ msgstr "�������"
623
+
624
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:93
625
+ msgid "Main Settings"
626
+ msgstr "��������� ��������"
627
+
628
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:96
629
+ msgid "Find out more."
630
+ msgstr "����� ������."
631
+
632
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:98
633
+ msgid "Cloud Server"
634
+ msgstr "���� �����"
635
+
636
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:103
637
+ msgid "Use our server to host your chat server."
638
+ msgstr "������ ������ �������� ���� ��������."
639
+
640
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:112
641
+ msgid "This API key is "
642
+ msgstr "����� ���API ����� �� "
643
+
644
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:115
645
+ msgid "valid"
646
+ msgstr "����"
647
+
648
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:118
649
+ msgid "invalid"
650
+ msgstr "��� ����"
651
+
652
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:122
653
+ msgid ""
654
+ "A valid API key means that you will be able to get the latest version of the "
655
+ "plugin as and when it is released, as well as get access to support should "
656
+ "you require it."
657
+ msgstr ""
658
+ "����� API ���� ���� ���� ����� ��������� ������ ��� ��� ���� �� ������� ��� "
659
+ "�����ǡ ���� ������ ��� ����� �� ���� ������ ����."
660
+
661
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:130
662
+ #: wp-live-chat-support/includes/settings_page.php:135
663
+ msgid "Chat enabled"
664
+ msgstr "�������� ����"
665
+
666
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:135
667
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:264
668
+ #: wp-live-chat-support/functions.php:2107
669
+ #: wp-live-chat-support/includes/settings_page.php:138
670
+ #: wp-live-chat-support/modules/webhooks_manager.php:296
671
+ #: wp-live-chat-support/wp-live-chat-support.php:4468
672
+ msgid "Yes"
673
+ msgstr "���"
674
+
675
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:138
676
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:264
677
+ #: wp-live-chat-support/functions.php:2107
678
+ #: wp-live-chat-support/includes/settings_page.php:139
679
+ #: wp-live-chat-support/modules/webhooks_manager.php:295
680
+ #: wp-live-chat-support/wp-live-chat-support.php:4468
681
+ msgid "No"
682
+ msgstr "��"
683
+
684
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
685
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2138
686
+ msgid "Choose when I want to be online"
687
+ msgstr "������ ��� ��� �� ���� ����"
688
+
689
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
690
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2138
691
+ msgid ""
692
+ "Checking this will allow you to change your status to Online or Offline on "
693
+ "the Live Chat page."
694
+ msgstr ""
695
+ "��� �������� ���� �� ������ ������ �� ��� \"����\" � \"��� ����\" �� ���� "
696
+ "��������."
697
+
698
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
699
+ #: wp-live-chat-support/includes/settings_page.php:157
700
+ msgid "Hide Chat"
701
+ msgstr "����� ��������"
702
+
703
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
704
+ #: wp-live-chat-support/includes/settings_page.php:157
705
+ msgid "Hides chat for 24hrs when user clicks X"
706
+ msgstr "����� �������� ���� 24 ���� ����� ���� �������� ��� X"
707
+
708
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
709
+ #: wp-live-chat-support/includes/settings_page.php:166
710
+ #, fuzzy
711
+ #| msgid "Offline Chat Box Title"
712
+ msgid "Required Chat Box Fields"
713
+ msgstr "����� ����� �������� �� ���� ��� �������"
714
+
715
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
716
+ #: wp-live-chat-support/includes/settings_page.php:166
717
+ msgid "Set default fields that will be displayed when users starting a chat"
718
+ msgstr ""
719
+
720
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:167
721
+ msgid "Show name and email"
722
+ msgstr ""
723
+
724
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:171
725
+ #, fuzzy
726
+ #| msgid "Show After"
727
+ msgid "Show email"
728
+ msgstr "������ ���"
729
+
730
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:175
731
+ #, fuzzy
732
+ #| msgid "Show After"
733
+ msgid "Show name"
734
+ msgstr "������ ���"
735
+
736
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:179
737
+ #: wp-live-chat-support/includes/settings_page.php:183
738
+ msgid "No fields"
739
+ msgstr ""
740
+
741
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:185
742
+ #: wp-live-chat-support/includes/settings_page.php:189
743
+ msgid "Default visitor name"
744
+ msgstr ""
745
+
746
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:185
747
+ #: wp-live-chat-support/includes/settings_page.php:189
748
+ msgid "This name will be displayed for all not logged in visitors"
749
+ msgstr ""
750
+
751
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
752
+ #: wp-live-chat-support/includes/settings_page.php:197
753
+ msgid "Input Field Replacement Text"
754
+ msgstr "�� ������� ��� �������"
755
+
756
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
757
+ #: wp-live-chat-support/includes/settings_page.php:197
758
+ msgid "This is the text that will show in place of the Name And Email fields"
759
+ msgstr "��� ���� ����� ���� �� ���� ����� � ������ ����������"
760
+
761
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
762
+ #: wp-live-chat-support/includes/settings_page.php:205
763
+ msgid "Use Logged In User Details"
764
+ msgstr "������� ������ �������� ���� ��� ������ ������"
765
+
766
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
767
+ #: wp-live-chat-support/includes/settings_page.php:205
768
+ msgid ""
769
+ "A user's Name and Email Address will be used by default if they are logged in."
770
+ msgstr ""
771
+ "���� ������� ����� � ������ ���������� ������� ��������� �� ���� ����� �����."
772
+
773
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:214
774
+ #: wp-live-chat-support/includes/settings_page.php:213
775
+ msgid "Enable On Mobile Devices"
776
+ msgstr "������� ��� �������"
777
+
778
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:214
779
+ #: wp-live-chat-support/includes/settings_page.php:213
780
+ msgid ""
781
+ "Disabling this will mean that the Chat Box will not be displayed on mobile "
782
+ "devices. (Smartphones and Tablets)"
783
+ msgstr ""
784
+ "����� ��� ���� ��� �� ��� ��� \"����� ��������\" ��� ������� �������. "
785
+ "(������� � �������)"
786
+
787
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:224
788
+ #: wp-live-chat-support/includes/settings_page.php:221
789
+ msgid "Record a visitor's IP Address"
790
+ msgstr "����� ����� ���IP ����� �������"
791
+
792
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:224
793
+ #: wp-live-chat-support/includes/settings_page.php:221
794
+ msgid "Disable this to enable anonymity for your visitors"
795
+ msgstr "�� ������ ��� ������ ������ ���� ������ �� ����� ������"
796
+
797
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:234
798
+ #: wp-live-chat-support/includes/settings_page.php:240
799
+ msgid "Play a sound when a new message is received"
800
+ msgstr "����� ��� ��� ���� ����� �����"
801
+
802
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:234
803
+ #: wp-live-chat-support/includes/settings_page.php:240
804
+ msgid ""
805
+ "Disable this to mute the sound that is played when a new chat message is "
806
+ "received"
807
+ msgstr "����� ��� ������ ���� ����� ���� ��� ������ ��� ���� ����� ������ �����"
808
+
809
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:243
810
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2626
811
+ msgid "Include chat window on the following pages:"
812
+ msgstr "����� ����� �������� �� ������� �������:"
813
+
814
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:243
815
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2626
816
+ #: wp-live-chat-support/includes/settings_page.php:268
817
+ msgid ""
818
+ "Show the chat window on the following pages. Leave blank to show on all. (Use "
819
+ "comma-separated Page ID's)"
820
+ msgstr ""
821
+ "����� ����� �������� �� ������� �������. ���� ������ ����� ����� �� ���� "
822
+ "�������. (������� \"���� ������\" ������ ������)"
823
+
824
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:253
825
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2634
826
+ msgid "Exclude chat window on the following pages:"
827
+ msgstr "������� ����� �������� �� ������� ������:"
828
+
829
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:253
830
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2634
831
+ #: wp-live-chat-support/includes/settings_page.php:283
832
+ msgid ""
833
+ "Do not show the chat window on the following pages. Leave blank to show on "
834
+ "all. (Use comma-separated Page ID's)"
835
+ msgstr ""
836
+ "�� ��� ���� ����� �������� �� ������� �������. ���� ������ ����� ����� �� "
837
+ "���� �������. (������� \"���� ������\" ������ ������)"
838
+
839
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
840
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2642
841
+ #: wp-live-chat-support/includes/settings_page.php:299
842
+ #, fuzzy
843
+ #| msgid "Exclude chat window on the following pages"
844
+ msgid "Exclude chat window on selected post types"
845
+ msgstr "������� ����� ������� �� ������� ������"
846
+
847
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
848
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2642
849
+ #: wp-live-chat-support/includes/settings_page.php:299
850
+ #, fuzzy
851
+ #| msgid "Include chat window on the following pages"
852
+ msgid "Do not show the chat window on the following post types pages."
853
+ msgstr "��� ����� �������� �� ������� ������"
854
+
855
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:283
856
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2662
857
+ #, fuzzy
858
+ #| msgid "No secret token found"
859
+ msgid "No post types found."
860
+ msgstr "�� ���� ��� ���"
861
+
862
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
863
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2668
864
+ msgid "Allow any user to make themselves a chat agent"
865
+ msgstr "����� �������� ������"
866
+
867
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
868
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2668
869
+ msgid ""
870
+ "Checking this will allow any of your users to make themselves a chat agent "
871
+ "when editing their profile."
872
+ msgstr ""
873
+ "�� ���� ����� ��� ������ ������� ���������� ����� ������ �������� �� ���� "
874
+ "���� ��������� ������ ���."
875
+
876
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:302
877
+ #: wp-live-chat-support/includes/settings_page.php:320
878
+ msgid "Chat Window Settings"
879
+ msgstr "������� ����� ��������"
880
+
881
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:305
882
+ #: wp-live-chat-support/includes/settings_page.php:323
883
+ msgid "Chat box alignment"
884
+ msgstr "������ ����� ��������"
885
+
886
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:310
887
+ #: wp-live-chat-support/includes/settings_page.php:326
888
+ msgid "Bottom left"
889
+ msgstr "���� ������"
890
+
891
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:313
892
+ #: wp-live-chat-support/includes/settings_page.php:327
893
+ msgid "Bottom right"
894
+ msgstr "���� ������"
895
+
896
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:316
897
+ #: wp-live-chat-support/includes/settings_page.php:328
898
+ msgid "Left"
899
+ msgstr "����"
900
+
901
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:319
902
+ #: wp-live-chat-support/includes/settings_page.php:329
903
+ msgid "Right"
904
+ msgstr "����"
905
+
906
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:325
907
+ #: wp-live-chat-support/includes/settings_page.php:335
908
+ msgid "Auto Pop-up"
909
+ msgstr "���� ������"
910
+
911
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:325
912
+ #: wp-live-chat-support/includes/settings_page.php:335
913
+ msgid ""
914
+ "Expand the chat box automatically (prompts the user to enter their name and "
915
+ "email address)."
916
+ msgstr ""
917
+ "����� ����� �������� �������� (������ ��� �������� ����� ����� � ������ "
918
+ "����������)."
919
+
920
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:336
921
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1239
922
+ msgid "Name "
923
+ msgstr "����� "
924
+
925
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:352
926
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1373
927
+ #: wp-live-chat-support/includes/settings_page.php:381
928
+ msgid "Icon"
929
+ msgstr ""
930
+
931
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:360
932
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1381
933
+ #, fuzzy
934
+ #| msgid "Upload Logo"
935
+ msgid "Upload Icon"
936
+ msgstr "��� ����"
937
+
938
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:362
939
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1383
940
+ #, fuzzy
941
+ #| msgid "Remove Logo"
942
+ msgid "Remove Icon"
943
+ msgstr "��� ������"
944
+
945
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:363
946
+ #, fuzzy
947
+ #| msgid "Recomended Size 250px x 40px"
948
+ msgid "Recommended Size 50px x 50px"
949
+ msgstr "����� ������ �� 40px x 250px"
950
+
951
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
952
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1390
953
+ #: wp-live-chat-support/includes/settings_page.php:397
954
+ msgid "Picture"
955
+ msgstr "������"
956
+
957
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:376
958
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1398
959
+ #: wp-live-chat-support/includes/settings_page.php:384
960
+ #: wp-live-chat-support/includes/settings_page.php:400
961
+ #: wp-live-chat-support/includes/settings_page.php:416
962
+ msgid "Upload Image"
963
+ msgstr "��� ������"
964
+
965
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:378
966
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1400
967
+ msgid "Remove Image"
968
+ msgstr "��� ������"
969
+
970
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:379
971
+ #, fuzzy
972
+ #| msgid "Recomended Size 40px x 40px"
973
+ msgid "Recommended Size 40px x 40px"
974
+ msgstr "����� ������ �� 40px x 40px"
975
+
976
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:385
977
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1408
978
+ #: wp-live-chat-support/includes/settings_page.php:413
979
+ msgid "Logo"
980
+ msgstr "������"
981
+
982
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:393
983
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1416
984
+ msgid "Upload Logo"
985
+ msgstr "��� ����"
986
+
987
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:395
988
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1418
989
+ msgid "Remove Logo"
990
+ msgstr "��� ������"
991
+
992
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:396
993
+ #, fuzzy
994
+ #| msgid "Recomended Size 250px x 40px"
995
+ msgid "Recommended Size 250px x 40px"
996
+ msgstr "����� ������ �� 40px x 250px"
997
+
998
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:402
999
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1425
1000
+ #: wp-live-chat-support/includes/settings_page.php:429
1001
+ msgid "Chat delay (seconds)"
1002
+ msgstr "����� �������� (�����)"
1003
+
1004
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:402
1005
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1425
1006
+ msgid "How long it takes for your chat window to pop up"
1007
+ msgstr "�� �� ����� ������� ����� ������� ������"
1008
+
1009
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:411
1010
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1434
1011
+ #: wp-live-chat-support/includes/settings_page.php:445
1012
+ msgid "Chat notifications"
1013
+ msgstr "������� ��������"
1014
+
1015
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:411
1016
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1434
1017
+ msgid "Alert me via email as soon as someone wants to chat (while online only)"
1018
+ msgstr ""
1019
+ "���� ����� ��� ����� ���������� �� ���� ���� ��� ��� ��� ������ (�� ���� "
1020
+ "������� ���)"
1021
+
1022
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:421
1023
+ msgid "Display name and avatar in chat"
1024
+ msgstr "��� ����� ������� �� ��������"
1025
+
1026
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:421
1027
+ msgid "Display the agent and user name above each message in the chat window."
1028
+ msgstr "��� ��� ������� � �������� ��� �� ����� �� ����� ��������."
1029
+
1030
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:433
1031
+ #: wp-live-chat-support/includes/settings_page.php:484
1032
+ msgid "Only show the chat window to users that are logged in"
1033
+ msgstr "��� ����� ������� ��� ���������� ����� ����� ������ ������"
1034
+
1035
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:433
1036
+ #: wp-live-chat-support/includes/settings_page.php:484
1037
+ msgid ""
1038
+ "By checking this, only users that are logged in will be able to chat with you."
1039
+ msgstr ""
1040
+ "�� ���� ����� ��� �����ѡ �� ������ ������ �������� ��ߡ ��� ���������� ����� "
1041
+ "����� ������ ������."
1042
+
1043
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:452
1044
+ #: wp-live-chat-support/includes/settings_page.php:583
1045
+ msgid "Do not allow users to send offline messages"
1046
+ msgstr "��� ������ ���������� ������ ����� �� ��� ��� �������"
1047
+
1048
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:452
1049
+ #: wp-live-chat-support/includes/settings_page.php:583
1050
+ msgid ""
1051
+ "The chat window will be hidden when it is offline. Users will not be able to "
1052
+ "send offline messages to you"
1053
+ msgstr ""
1054
+ "���� ����� ����� �������� �� ���� ��� �������. �� ����� ���������� �� ����� "
1055
+ "����� ����"
1056
+
1057
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:464
1058
+ #: wp-live-chat-support/includes/settings_page.php:638
1059
+ msgid "Email Address"
1060
+ msgstr "������ ����������"
1061
+
1062
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:464
1063
+ #: wp-live-chat-support/includes/settings_page.php:638
1064
+ msgid ""
1065
+ "Email address where offline messages are delivered to. Use comma separated "
1066
+ "email addresses to send to more than one email address"
1067
+ msgstr ""
1068
+ "������ ���������� ���� ������� ������� ������ ����������. ������ ������� �� "
1069
+ "��� ��������� ������ ���� �� ����� ����"
1070
+
1071
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:477
1072
+ #: wp-live-chat-support/includes/settings_page.php:659
1073
+ msgid "Sending Method"
1074
+ msgstr "����� �������"
1075
+
1076
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:478
1077
+ #: wp-live-chat-support/includes/settings_page.php:660
1078
+ msgid "WP Mail"
1079
+ msgstr "���� ������ ����"
1080
+
1081
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:479
1082
+ #: wp-live-chat-support/includes/settings_page.php:661
1083
+ msgid "PHP Mailer"
1084
+ msgstr "���� ���PHP"
1085
+
1086
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:495
1087
+ #: wp-live-chat-support/includes/settings_page.php:677
1088
+ msgid "Host"
1089
+ msgstr "��������"
1090
+
1091
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:503
1092
+ #: wp-live-chat-support/includes/settings_page.php:685
1093
+ msgid "Port"
1094
+ msgstr "������"
1095
+
1096
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:511
1097
+ #: wp-live-chat-support/includes/settings_page.php:693
1098
+ msgid "Username"
1099
+ msgstr "��� �������"
1100
+
1101
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:519
1102
+ #: wp-live-chat-support/includes/settings_page.php:701
1103
+ msgid "Password"
1104
+ msgstr "���� ������"
1105
+
1106
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:528
1107
+ #: wp-live-chat-support/includes/settings_page.php:594
1108
+ msgid "Offline Chat Box Title"
1109
+ msgstr "����� ����� �������� �� ���� ��� �������"
1110
+
1111
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:536
1112
+ #: wp-live-chat-support/includes/settings_page.php:602
1113
+ msgid "Offline Text Fields"
1114
+ msgstr "���� ���� �� ���� ��� �������"
1115
+
1116
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:546
1117
+ #: wp-live-chat-support/includes/settings_page.php:612
1118
+ #, fuzzy
1119
+ #| msgid "Offline Chat Box Title"
1120
+ msgid "Offline Button Text"
1121
+ msgstr "����� ����� �������� �� ���� ��� �������"
1122
+
1123
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:552
1124
+ #: wp-live-chat-support/includes/settings_page.php:618
1125
+ #, fuzzy
1126
+ #| msgid "Offline Chat Box Title"
1127
+ msgid "Offline Send Button Text"
1128
+ msgstr "����� ����� �������� �� ���� ��� �������"
1129
+
1130
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:581
1131
+ #: wp-live-chat-support/includes/settings_page.php:781
1132
+ msgid "Choose a theme"
1133
+ msgstr "���� ����"
1134
+
1135
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:586
1136
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:589
1137
+ msgid "Theme 1"
1138
+ msgstr "������ 1"
1139
+
1140
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:592
1141
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:595
1142
+ msgid "Theme 2"
1143
+ msgstr "������ 2"
1144
+
1145
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:598
1146
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:601
1147
+ msgid "Theme 3"
1148
+ msgstr "������ 3"
1149
+
1150
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:604
1151
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:607
1152
+ msgid "Theme 4"
1153
+ msgstr "������ 4"
1154
+
1155
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:610
1156
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:613
1157
+ msgid "Theme 5"
1158
+ msgstr "������ 5"
1159
+
1160
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:616
1161
+ msgid "Theme 6"
1162
+ msgstr "������ 6"
1163
+
1164
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:619
1165
+ msgid "Custom. Enter Colour Values Below"
1166
+ msgstr "����. ���� ���� ����� �������"
1167
+
1168
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:645
1169
+ msgid "Chat box fill color"
1170
+ msgstr "��� ����� ��������"
1171
+
1172
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:651
1173
+ msgid "Chat box font color"
1174
+ msgstr "��� ���� ����� ������ ��������"
1175
+
1176
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:658
1177
+ #: wp-live-chat-support/includes/settings_page.php:922
1178
+ msgid "I'm using a localization plugin"
1179
+ msgstr "��� ������ ����� �������"
1180
+
1181
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:661
1182
+ msgid "documentation"
1183
+ msgstr "�������"
1184
+
1185
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:666
1186
+ msgid ""
1187
+ "You will only be able to edit the strings shown in the chat window of the "
1188
+ "code now. <br/> This has been done to accommodate as many localization "
1189
+ "plugins as possible. <br/> For more information on how to change these "
1190
+ "strings, please consult the "
1191
+ msgstr ""
1192
+ "������� ����� ����� �������� ������ �������� ����<br> ����� �� ��������� ��� "
1193
+ "����� ����� ����� ���� ������ "
1194
+
1195
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:671
1196
+ #: wp-live-chat-support/includes/settings_page.php:931
1197
+ msgid "First Section Text"
1198
+ msgstr "����� �����"
1199
+
1200
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:678
1201
+ #: wp-live-chat-support/includes/settings_page.php:938
1202
+ msgid "Intro Text"
1203
+ msgstr "����� �������"
1204
+
1205
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:684
1206
+ #: wp-live-chat-support/includes/settings_page.php:944
1207
+ msgid "Second Section Text"
1208
+ msgstr "����� ������"
1209
+
1210
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:691
1211
+ #: wp-live-chat-support/includes/settings_page.php:951
1212
+ msgid "Reactivate Chat Section Text"
1213
+ msgstr "����� ����� ��������"
1214
+
1215
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:699
1216
+ msgid "User chat welcome"
1217
+ msgstr "����� ������� ���������"
1218
+
1219
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:705
1220
+ #: wp-live-chat-support/includes/settings_page.php:979
1221
+ msgid "Other text"
1222
+ msgstr "���� ����"
1223
+
1224
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:707
1225
+ msgid "This text is shown above the user chat input field"
1226
+ msgstr "���� ��� ���� ���� ����� �������� ����� ���������"
1227
+
1228
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:711
1229
+ #: wp-live-chat-support/includes/settings_page.php:987
1230
+ #, fuzzy
1231
+ #| msgid "Chat button text"
1232
+ msgid "Close Button Text"
1233
+ msgstr "�� �� ��������"
1234
+
1235
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:745
1236
+ msgid ""
1237
+ "You are using an outdated version of WP Live Chat Support Basic. Please "
1238
+ "update your plugin to allow for animations to function"
1239
+ msgstr ""
1240
+ "��� ������ ���� ����� �� WP Live Chat Support. ���� ����� ������� �������� "
1241
+ "����� ��������"
1242
+
1243
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:749
1244
+ #: wp-live-chat-support/includes/settings_page.php:995
1245
+ msgid "Choose an animation"
1246
+ msgstr "���� ���� ������"
1247
+
1248
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:757
1249
+ #: wp-live-chat-support/includes/settings_page.php:1003
1250
+ msgid "Slide Up"
1251
+ msgstr "������� ������"
1252
+
1253
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:763
1254
+ #: wp-live-chat-support/includes/settings_page.php:1009
1255
+ msgid "Slide From The Side"
1256
+ msgstr "������� �� ������"
1257
+
1258
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:769
1259
+ #: wp-live-chat-support/includes/settings_page.php:1015
1260
+ msgid "Fade In"
1261
+ msgstr "������ ��"
1262
+
1263
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:775
1264
+ #: wp-live-chat-support/includes/settings_page.php:1021
1265
+ msgid "No Animation"
1266
+ msgstr "�� ���� ����"
1267
+
1268
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:833
1269
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4042
1270
+ #: wp-live-chat-support/wp-live-chat-support.php:5320
1271
+ msgid "Current Users that are Chat Agents"
1272
+ msgstr "���������� �������� �� ���������"
1273
+
1274
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:844
1275
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2056
1276
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4053
1277
+ #: wp-live-chat-support/wp-live-chat-support.php:5330
1278
+ msgid "Online"
1279
+ msgstr "����"
1280
+
1281
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:854
1282
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3908
1283
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4063
1284
+ #: wp-live-chat-support/modules/node_server.php:901
1285
+ #: wp-live-chat-support/wp-live-chat-support.php:3055
1286
+ msgid "Remove"
1287
+ msgstr "���"
1288
+
1289
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:863
1290
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4072
1291
+ #: wp-live-chat-support/wp-live-chat-support.php:5380
1292
+ msgid "Add New Agent"
1293
+ msgstr "����� ����� ����"
1294
+
1295
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:865
1296
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1097
1297
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4074
1298
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
1299
+ #: wp-live-chat-support/wp-live-chat-support.php:5345
1300
+ msgid "Select"
1301
+ msgstr "������"
1302
+
1303
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:887
1304
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4096
1305
+ #: wp-live-chat-support/wp-live-chat-support.php:5381
1306
+ msgid "Add Agent"
1307
+ msgstr "��� �����"
1308
+
1309
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:893
1310
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4102
1311
+ msgid ""
1312
+ "Should you wish to add a user that has a role less than 'Author', please go "
1313
+ "to the <a href='./users.php'>Users</a> page, select the relevant user, click "
1314
+ "Edit and scroll to the bottom of the page and enable the 'Chat Agent' "
1315
+ "checkbox."
1316
+ msgstr ""
1317
+ "��� ��� ���� �� ����� ������ �� ��� ��� �� '������'� ���� ������ ��� ���� <a "
1318
+ "href='./users.php'>����������</a> ��� �������� �� ����ɡ ���� ��� ����� ��� "
1319
+ "�������� ��� ���� ������ ������ ���� '\"�����\"'."
1320
+
1321
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:894
1322
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4103
1323
+ msgid "If there are no chat agents online, the chat will show as offline"
1324
+ msgstr "�� ���� ��� ����� ������� ������ ���� ����� �������� �� ���� ��� �����"
1325
+
1326
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:898
1327
+ #: wp-live-chat-support/includes/settings_page.php:1048
1328
+ msgid "Blocked Visitors - Based on IP Address"
1329
+ msgstr "��� ������ - ������ ��� ����� ���IP"
1330
+
1331
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:899
1332
+ #: wp-live-chat-support/includes/settings_page.php:1052
1333
+ msgid "Enter each IP Address you would like to block on a new line"
1334
+ msgstr "���� �� ����� IP ���� �� ���� �� ��� ����"
1335
+
1336
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:910
1337
+ #: wp-live-chat-support/includes/settings_page.php:1063
1338
+ msgid ""
1339
+ "Blocking a user's IP Address here will hide the chat window from them, "
1340
+ "preventing them from chatting with you. Each IP Address must be on a new line"
1341
+ msgstr ""
1342
+ "��� ����� IP ������ ����� ������ ����� �������� ��� � ���� �� ������ ��� "
1343
+ "�������� ���. �� ����� ��� ������ �� ��� �����"
1344
+
1345
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:919
1346
+ msgid ""
1347
+ "are only available in the WP Live Chat Support Chat Experience Ratings add-on"
1348
+ msgstr "��� ���� �� ���� ����� WP Live Chat Support Chat Experience Ratings"
1349
+
1350
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:923
1351
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2266
1352
+ msgid "Chat Encryption"
1353
+ msgstr "����� ��������"
1354
+
1355
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:926
1356
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2269
1357
+ msgid "Enable Encryption"
1358
+ msgstr "����� �������"
1359
+
1360
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:926
1361
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2269
1362
+ msgid ""
1363
+ "All messages will be encrypted when being sent to and from the user and agent."
1364
+ msgstr "���� ����� ���� ������� ��� ������� �� ��� �������� � �������."
1365
+
1366
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:934
1367
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2279
1368
+ msgid ""
1369
+ "Once enabled, all messages sent will be encrypted. This cannot be undone."
1370
+ msgstr ""
1371
+ "��� ����� ��� ������ɡ ���� ����� ���� �������. �� ���� ������� �� ��� ������."
1372
+
1373
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:940
1374
+ #: wp-live-chat-support/includes/settings_page.php:1074
1375
+ msgid "Save Settings"
1376
+ msgstr "��� ���������"
1377
+
1378
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:7
1379
+ #, fuzzy
1380
+ #| msgid "WP Live Chat Support Triggers"
1381
+ msgid "WP Live Chat Support - User Fields"
1382
+ msgstr "������ WP Live Chat Support"
1383
+
1384
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:11
1385
+ #, fuzzy
1386
+ #| msgid "Username"
1387
+ msgid "User tagline"
1388
+ msgstr "��� �������"
1389
+
1390
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:17
1391
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:30
1392
+ msgid "This will show up at the top of the chatbox - Leave blank to disable."
1393
+ msgstr ""
1394
+
1395
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:24
1396
+ msgid "User bio"
1397
+ msgstr ""
1398
+
1399
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:37
1400
+ msgid "User social accounts"
1401
+ msgstr ""
1402
+
1403
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:42
1404
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1494
1405
+ #: wp-live-chat-support/includes/settings_page.php:557
1406
+ msgid "Twitter URL"
1407
+ msgstr "���� �����"
1408
+
1409
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:46
1410
+ msgid "LinkedIn URL"
1411
+ msgstr ""
1412
+
1413
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:50
1414
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1490
1415
+ #: wp-live-chat-support/includes/settings_page.php:544
1416
+ msgid "Facebook URL"
1417
+ msgstr "���� ��������"
1418
+
1419
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:54
1420
+ #, fuzzy
1421
+ #| msgid "Twitter URL"
1422
+ msgid "Website URL"
1423
+ msgstr "���� �����"
1424
+
1425
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:56
1426
+ msgid ""
1427
+ "This will show up at the top of the chatbox, in the agent's description - "
1428
+ "Leave each item blank to disable it."
1429
+ msgstr ""
1430
+
1431
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:276
1432
+ #, fuzzy
1433
+ #| msgid "Twitter URL"
1434
+ msgid "Twitter"
1435
+ msgstr "���� �����"
1436
+
1437
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:279
1438
+ #, fuzzy
1439
+ #| msgid "Linked Domains"
1440
+ msgid "LinkedIn"
1441
+ msgstr "�������� ��������"
1442
+
1443
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:282
1444
+ #, fuzzy
1445
+ #| msgid "Facebook URL"
1446
+ msgid "Facebook"
1447
+ msgstr "���� ��������"
1448
+
1449
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:285
1450
+ #, fuzzy
1451
+ #| msgid "Your Website"
1452
+ msgid "Website"
1453
+ msgstr "����� ����������"
1454
+
1455
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:60
1456
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:5
1457
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:143
1458
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:83
1459
+ #: wp-live-chat-support/modules/webhooks_manager.php:57
1460
+ #: wp-live-chat-support/modules/webhooks_manager.php:312
1461
+ msgid "Add New"
1462
+ msgstr "����� ����"
1463
+
1464
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:64
1465
+ #: wp-live-chat-support/wp-live-chat-support.php:6191
1466
+ #: wp-live-chat-support/wp-live-chat-support.php:6198
1467
+ #, fuzzy
1468
+ #| msgid "WP Live Chat Support Settings"
1469
+ msgid "WP Live Chat Support Custom Fields"
1470
+ msgstr "������� WP Live Chat Support"
1471
+
1472
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:70
1473
+ msgid ""
1474
+ "Please ensure you are using version WP Live Chat Support 7.0.0 or newer, to "
1475
+ "allow for full functionality of custom fields."
1476
+ msgstr ""
1477
+
1478
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:71
1479
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:16
1480
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:156
1481
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:192
1482
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:111
1483
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:62
1484
+ #: wp-live-chat-support/wp-live-chat-support.php:6107
1485
+ #: wp-live-chat-support/wp-live-chat-support.php:6172
1486
+ #: wp-live-chat-support/wp-live-chat-support.php:6210
1487
+ msgid "Update now"
1488
+ msgstr "����� ����"
1489
+
1490
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:80
1491
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:439
1492
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:211
1493
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:128
1494
+ #: wp-live-chat-support/functions.php:2369
1495
+ #: wp-live-chat-support/wp-live-chat-support.php:6430
1496
+ msgid "ID"
1497
+ msgstr "��� �������"
1498
+
1499
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:82
1500
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:441
1501
+ #: wp-live-chat-support/wp-live-chat-support.php:3292
1502
+ msgid "Type"
1503
+ msgstr "�����"
1504
+
1505
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:83
1506
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:443
1507
+ msgid "Content"
1508
+ msgstr "�������"
1509
+
1510
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:84
1511
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:444
1512
+ #: wp-live-chat-support/wp-live-chat-support.php:3295
1513
+ #: wp-live-chat-support/wp-live-chat-support.php:4501
1514
+ msgid "Status"
1515
+ msgstr "������"
1516
+
1517
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:85
1518
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:445
1519
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:213
1520
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:133
1521
+ #: wp-live-chat-support/functions.php:2121
1522
+ #: wp-live-chat-support/modules/webhooks_manager.php:231
1523
+ #: wp-live-chat-support/wp-live-chat-support.php:3296
1524
+ #: wp-live-chat-support/wp-live-chat-support.php:4502
1525
+ #: wp-live-chat-support/wp-live-chat-support.php:6432
1526
+ msgid "Action"
1527
+ msgstr "������"
1528
+
1529
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:115
1530
+ #: wp-live-chat-support/wp-live-chat-support.php:3525
1531
+ msgid "Active"
1532
+ msgstr "���"
1533
+
1534
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:117
1535
+ #, fuzzy
1536
+ #| msgid "active"
1537
+ msgid "Inactive"
1538
+ msgstr "����"
1539
+
1540
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:122
1541
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:452
1542
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:220
1543
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:140
1544
+ #: wp-live-chat-support/modules/webhooks_manager.php:243
1545
+ msgid "Edit"
1546
+ msgstr "�����"
1547
+
1548
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:123
1549
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:453
1550
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:584
1551
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:221
1552
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:498
1553
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:141
1554
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:545
1555
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5349
1556
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5420
1557
+ #: wp-live-chat-support/modules/webhooks_manager.php:244
1558
+ msgid "Delete"
1559
+ msgstr "���"
1560
+
1561
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:133
1562
+ msgid "Create your first custom field"
1563
+ msgstr ""
1564
+
1565
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:151
1566
+ msgid "Create a Custom Field"
1567
+ msgstr ""
1568
+
1569
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:156
1570
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:217
1571
+ #, fuzzy
1572
+ #| msgid "Trigger Name"
1573
+ msgid "Field Name"
1574
+ msgstr "��� ������"
1575
+
1576
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:160
1577
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:225
1578
+ #, fuzzy
1579
+ #| msgid "Trigger Type"
1580
+ msgid "Field Type"
1581
+ msgstr "��� ������"
1582
+
1583
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:163
1584
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:230
1585
+ msgid "Text"
1586
+ msgstr ""
1587
+
1588
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:164
1589
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:231
1590
+ msgid "Drop Down"
1591
+ msgstr ""
1592
+
1593
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:169
1594
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:221
1595
+ msgid "Default Field Value"
1596
+ msgstr ""
1597
+
1598
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:173
1599
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:236
1600
+ msgid "Drop Down Contents"
1601
+ msgstr ""
1602
+
1603
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:174
1604
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:237
1605
+ #, fuzzy
1606
+ #| msgid "Enter each IP Address you would like to block on a new line"
1607
+ msgid "Enter each option on a new line"
1608
+ msgstr "���� �� ����� IP ���� �� ���� �� ��� ����"
1609
+
1610
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:178
1611
+ msgid "Create Custom Field"
1612
+ msgstr ""
1613
+
1614
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:212
1615
+ msgid "Edit a Custom Field"
1616
+ msgstr ""
1617
+
1618
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:241
1619
+ msgid "Update Custom Field"
1620
+ msgstr ""
1621
+
1622
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:250
1623
+ msgid "Custom Field Not Found"
1624
+ msgstr ""
1625
+
1626
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:251
1627
+ msgid "Back"
1628
+ msgstr ""
1629
+
1630
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:263
1631
+ #, fuzzy
1632
+ #| msgid "Are you sure you would like to delete this chat?"
1633
+ msgid "Are you sure you want to delete this custom field?"
1634
+ msgstr "�� ��� ����� �� ��� ���� ��� ��� �������ɿ"
1635
+
1636
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:299
1637
+ #, fuzzy
1638
+ #| msgid "Offline Text Fields"
1639
+ msgid "Text Field"
1640
+ msgstr "���� ���� �� ���� ��� �������"
1641
+
1642
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:302
1643
+ msgid "Dropdown"
1644
+ msgstr ""
1645
+
1646
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:305
1647
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4521
1648
+ msgid "Unknown"
1649
+ msgstr ""
1650
+
1651
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:367
1652
+ msgid "Custom Field Data"
1653
+ msgstr ""
1654
+
1655
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:8
1656
+ #: wp-live-chat-support/wp-live-chat-support.php:6126
1657
+ #: wp-live-chat-support/wp-live-chat-support.php:6156
1658
+ msgid "WP Live Chat Support Triggers"
1659
+ msgstr "������ WP Live Chat Support"
1660
+
1661
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:68
1662
+ msgid "Trigger Name"
1663
+ msgstr "��� ������"
1664
+
1665
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:73
1666
+ msgid "Trigger Type"
1667
+ msgstr "��� ������"
1668
+
1669
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:77
1670
+ #: wp-live-chat-support/wp-live-chat-support.php:6162
1671
+ msgid "Page Trigger"
1672
+ msgstr "���� ��� ������"
1673
+
1674
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:78
1675
+ #: wp-live-chat-support/wp-live-chat-support.php:6163
1676
+ msgid "Time Trigger"
1677
+ msgstr "���� ��� �������"
1678
+
1679
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:79
1680
+ #: wp-live-chat-support/wp-live-chat-support.php:6164
1681
+ msgid "Scroll Trigger"
1682
+ msgstr "���� ��� ������"
1683
+
1684
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:80
1685
+ #: wp-live-chat-support/wp-live-chat-support.php:6165
1686
+ msgid "Page Leave Trigger"
1687
+ msgstr "���� ������ ������"
1688
+
1689
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:81
1690
+ msgid ""
1691
+ "Note: When using page trigger with a the basic theme, no hovercard is shown "
1692
+ "by default. We suggest using the time trigger for this instead."
1693
+ msgstr ""
1694
+ "������: �� ���� �������� ���� ������� �� ������ �������� �� ����� �� ������� "
1695
+ "���� �������� �������. ����� ������� ���� ����� ����� ���."
1696
+
1697
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:87
1698
+ msgid "Page ID"
1699
+ msgstr "���� ������"
1700
+
1701
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:88
1702
+ msgid "Note: Leave empty for 'all' pages"
1703
+ msgstr "������: ������ ����� ��� �������"
1704
+
1705
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:92
1706
+ msgid "Show After"
1707
+ msgstr "������ ���"
1708
+
1709
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:93
1710
+ msgid "Seconds"
1711
+ msgstr "�����"
1712
+
1713
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:97
1714
+ msgid "Show After Scrolled"
1715
+ msgstr "������ ��� ����"
1716
+
1717
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:98
1718
+ msgid "(%) Percent of page height"
1719
+ msgstr "(%) �� ����� �� ������ ������"
1720
+
1721
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:102
1722
+ msgid "Content Replacement"
1723
+ msgstr "������� �������"
1724
+
1725
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:113
1726
+ msgid "Replace Content"
1727
+ msgstr "������� �������"
1728
+
1729
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:118
1730
+ msgid "Enable Trigger"
1731
+ msgstr "����� ������"
1732
+
1733
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:124
1734
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:237
1735
+ #: wp-live-chat-support/modules/node_server.php:536
1736
+ #: wp-live-chat-support/wp-live-chat-support.php:6657
1737
+ msgid "Close"
1738
+ msgstr "�����"
1739
+
1740
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:133
1741
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:296
1742
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:246
1743
+ msgid "Please review your submission"
1744
+ msgstr "���� ������ ���� ������"
1745
+
1746
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:273
1747
+ msgid "Trigger has been edited."
1748
+ msgstr "��� �� ����� ������."
1749
+
1750
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:426
1751
+ msgid "Conflict with page"
1752
+ msgstr "����� �� ����"
1753
+
1754
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:428
1755
+ msgid "Trigger ID: "
1756
+ msgstr "���� ������: "
1757
+
1758
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:429
1759
+ msgid ""
1760
+ "It is possible that this trigger may override another trigger, or be "
1761
+ "overridden by another trigger."
1762
+ msgstr ""
1763
+
1764
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:442
1765
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:131
1766
+ #: wp-live-chat-support/modules/node_server.php:1221
1767
+ msgid "Page"
1768
+ msgstr "������"
1769
+
1770
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:461
1771
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:657
1772
+ #: wp-live-chat-support/wp-live-chat-support.php:5089
1773
+ msgid "All"
1774
+ msgstr "����"
1775
+
1776
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:465
1777
+ msgid "Click to change trigger status"
1778
+ msgstr "���� ������ ���� ������"
1779
+
1780
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:475
1781
+ msgid "No Triggers Found..."
1782
+ msgstr "�� ���� ������..."
1783
+
1784
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:579
1785
+ msgid "Are you sure you would like to delete trigger"
1786
+ msgstr "�� ���� �� ��� ������"
1787
+
1788
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:585
1789
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:287
1790
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:499
1791
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:546
1792
+ #: wp-live-chat-support/includes/modal_control.php:36
1793
+ #: wp-live-chat-support/modules/node_server.php:1199
1794
+ #: wp-live-chat-support/modules/webhooks_manager.php:332
1795
+ msgid "Cancel"
1796
+ msgstr "�����"
1797
+
1798
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:53
1799
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:57
1800
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:91
1801
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:577
1802
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:696
1803
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:92
1804
+ msgid "No Department"
1805
+ msgstr ""
1806
+
1807
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:79
1808
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:163
1809
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:563
1810
+ #, fuzzy
1811
+ #| msgid "Please update to the latest version of WP Live Chat Support Pro"
1812
+ msgid ""
1813
+ "Departments are not currently supported with the Cloud Server of WP Live Chat "
1814
+ "Support."
1815
+ msgstr "���� ������� ���� ����� �� ������ �������� �� WP Live Chat Support"
1816
+
1817
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:87
1818
+ #, fuzzy
1819
+ #| msgid "Chat Deleted"
1820
+ msgid "Chat Department"
1821
+ msgstr "�� ��� ��������"
1822
+
1823
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:132
1824
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:538
1825
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:556
1826
+ msgid "Departments"
1827
+ msgstr ""
1828
+
1829
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:145
1830
+ #, fuzzy
1831
+ #| msgid "Main Settings"
1832
+ msgid "Department Settings"
1833
+ msgstr "��������� ��������"
1834
+
1835
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:148
1836
+ #, fuzzy
1837
+ #| msgid "WP Live Chat Support Reporting"
1838
+ msgid "WP Live Chat Support Departments"
1839
+ msgstr "������ WP Live Chat Support"
1840
+
1841
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:156
1842
+ #, php-format
1843
+ msgid ""
1844
+ "WP Live Chat Support Pro requires WP Live Chat Support Version 7.0.0 or "
1845
+ "greater in order for departments to function as expected. Please update WP "
1846
+ "Live Chat Support %s"
1847
+ msgstr ""
1848
+
1849
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:231
1850
+ #, fuzzy
1851
+ #| msgid "No Triggers Found..."
1852
+ msgid "No Departments Found..."
1853
+ msgstr "�� ���� ������..."
1854
+
1855
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:281
1856
+ msgid "Department Name"
1857
+ msgstr ""
1858
+
1859
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:357
1860
+ #, fuzzy
1861
+ #| msgid "Goal has been edited."
1862
+ msgid "Department has been edited."
1863
+ msgstr "��� �� ����� �����."
1864
+
1865
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:493
1866
+ #, fuzzy
1867
+ #| msgid "Are you sure you would like to delete goal"
1868
+ msgid "Are you sure you would like to delete department"
1869
+ msgstr "�� ��� ����� �� ��� ���� ��� �����"
1870
+
1871
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:572
1872
+ msgid "Default Department"
1873
+ msgstr ""
1874
+
1875
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:573
1876
+ msgid "Default department a new chat is assigned to"
1877
+ msgstr ""
1878
+
1879
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:588
1880
+ msgid "Create or Edit Departments"
1881
+ msgstr ""
1882
+
1883
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:594
1884
+ msgid "User Department Selection"
1885
+ msgstr ""
1886
+
1887
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:595
1888
+ msgid "Allow user to select a department before starting a chat?"
1889
+ msgstr ""
1890
+
1891
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:604
1892
+ msgid ""
1893
+ "Note: Chats will be transferred in the event that agents are not available "
1894
+ "within the selected department"
1895
+ msgstr ""
1896
+
1897
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:615
1898
+ #, php-format
1899
+ msgid "Create departments <a href='%s'>here</a>."
1900
+ msgstr ""
1901
+
1902
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:675
1903
+ msgid "Department you have been assigned to as an agent"
1904
+ msgstr ""
1905
+
1906
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:675
1907
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:41
1908
+ #: wp-live-chat-support/modules/node_server.php:1223
1909
+ msgid "Department"
1910
+ msgstr ""
1911
+
1912
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:785
1913
+ #, fuzzy
1914
+ #| msgid "Select a survey"
1915
+ msgid "Select Department"
1916
+ msgstr "������ ���������"
1917
+
1918
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:72
1919
+ msgid "ROI Goals"
1920
+ msgstr "����� ROI"
1921
+
1922
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:84
1923
+ #, fuzzy
1924
+ #| msgid "Reports"
1925
+ msgid "View Reports"
1926
+ msgstr "��������"
1927
+
1928
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:87
1929
+ msgid "WP Live Chat Support ROI Goals"
1930
+ msgstr "����� ���ROI ������ ��WP Live Chat Support"
1931
+
1932
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:130
1933
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4468
1934
+ msgid "Overview"
1935
+ msgstr "���� ����"
1936
+
1937
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:132
1938
+ msgid "Value"
1939
+ msgstr "������"
1940
+
1941
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:147
1942
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:22
1943
+ #: wp-live-chat-support/includes/settings_page.php:892
1944
+ msgid "None"
1945
+ msgstr "�� ��"
1946
+
1947
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:154
1948
+ msgid "No ROI Goals Found..."
1949
+ msgstr "�� ���� ����� ROI."
1950
+
1951
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:212
1952
+ msgid "Goal Name"
1953
+ msgstr "��� �����"
1954
+
1955
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:217
1956
+ msgid "Goal Overview"
1957
+ msgstr "���� ���� ��� �����"
1958
+
1959
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:222
1960
+ msgid "Goal Page"
1961
+ msgstr "���� �����"
1962
+
1963
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:231
1964
+ msgid "Goal Value"
1965
+ msgstr "���� �����"
1966
+
1967
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:377
1968
+ msgid "Goal has been edited."
1969
+ msgstr "��� �� ����� �����."
1970
+
1971
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:540
1972
+ msgid "Are you sure you would like to delete goal"
1973
+ msgstr "�� ��� ����� �� ��� ���� ��� �����"
1974
+
1975
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:622
1976
+ msgid "ROI Reporting"
1977
+ msgstr "������ ROI"
1978
+
1979
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:636
1980
+ msgid "Goal Statistics"
1981
+ msgstr "�������� �����"
1982
+
1983
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:648
1984
+ msgid "No Goals Found"
1985
+ msgstr "�� ���� �����"
1986
+
1987
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:658
1988
+ msgid "Last 30 Days"
1989
+ msgstr "��� 30 ���"
1990
+
1991
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:659
1992
+ msgid "Last 15 Days"
1993
+ msgstr "��� 15 ���"
1994
+
1995
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:660
1996
+ msgid "Last 7 Days"
1997
+ msgstr "��� 7 ����"
1998
+
1999
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:661
2000
+ msgid "Last 24 Hours"
2001
+ msgstr "��� 24 ����"
2002
+
2003
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:713
2004
+ msgid "Value Per Conversion"
2005
+ msgstr "������ ��� �����"
2006
+
2007
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:719
2008
+ msgid "Total Value"
2009
+ msgstr "������ ������"
2010
+
2011
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:724
2012
+ msgid "Total Conversions"
2013
+ msgstr "������ ���������"
2014
+
2015
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:758
2016
+ msgid "Value By Date"
2017
+ msgstr "������ ��� �������"
2018
+
2019
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:761
2020
+ msgid "Value By Agent"
2021
+ msgstr "������ ��� �������"
2022
+
2023
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:767
2024
+ msgid "No data available yet..."
2025
+ msgstr "�� ������ ������."
2026
+
2027
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:13
2028
+ #: wp-live-chat-support/modules/node_server.php:1205
2029
+ #: wp-live-chat-support/modules/node_server.php:1210
2030
+ msgid "Transfer"
2031
+ msgstr ""
2032
+
2033
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:25
2034
+ #, fuzzy
2035
+ #| msgid "Start Chat"
2036
+ msgid "Transfer Chat"
2037
+ msgstr "��� ��������"
2038
+
2039
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:39
2040
+ #, fuzzy
2041
+ #| msgid "Are you sure you would like to delete this chat?"
2042
+ msgid "Would you like to transfer this chat to"
2043
+ msgstr "�� ��� ����� �� ��� ���� ��� ��� �������ɿ"
2044
+
2045
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:40
2046
+ #, fuzzy
2047
+ #| msgid "Agents"
2048
+ msgid "Agent"
2049
+ msgstr "���������"
2050
+
2051
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:46
2052
+ msgid "Please select an agent to transfer to"
2053
+ msgstr ""
2054
+
2055
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:53
2056
+ msgid "Please select a department to transfer to"
2057
+ msgstr ""
2058
+
2059
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:71
2060
+ #, fuzzy
2061
+ #| msgid "Agents"
2062
+ msgid "No Agent"
2063
+ msgstr "���������"
2064
+
2065
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:77
2066
+ #, fuzzy
2067
+ #| msgid "Your"
2068
+ msgid "You"
2069
+ msgstr "����� ��"
2070
+
2071
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:118
2072
+ #, fuzzy
2073
+ #| msgid "Chat Agents Online"
2074
+ msgid "Checking if agent is online"
2075
+ msgstr "��������� ����������"
2076
+
2077
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:119
2078
+ msgid "Agent is not online, transfer cannot be made"
2079
+ msgstr ""
2080
+
2081
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:121
2082
+ msgid "Checking if agents in department are online"
2083
+ msgstr ""
2084
+
2085
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:122
2086
+ msgid ""
2087
+ "No agent within the department are available to accept the transfer, transfer "
2088
+ "cannot be made"
2089
+ msgstr ""
2090
+
2091
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:124
2092
+ msgid "Agent(s) available, safe to transfer"
2093
+ msgstr ""
2094
+
2095
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:126
2096
+ msgid "Transfer Complete. Closing Window..."
2097
+ msgstr ""
2098
+
2099
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:127
2100
+ #, fuzzy
2101
+ #| msgid "There is No Answer. Please Try Again Later"
2102
+ msgid "Transfer Failed. Please try again later..."
2103
+ msgstr "�� ���� �����. ������ �������� ��� ���� ������"
2104
+
2105
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:372
2106
+ msgid "Transfer for"
2107
+ msgstr ""
2108
+
2109
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:375
2110
+ #, fuzzy
2111
+ #| msgid "Accept Chat"
2112
+ msgid "Accept Transfer"
2113
+ msgstr "���� ��������"
2114
+
2115
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:458
2116
+ #: wp-live-chat-support/modules/node_server_deprecated.php:193
2117
+ msgid ""
2118
+ "Department took too long to respond, we are transferring this chat to the "
2119
+ "next available agent."
2120
+ msgstr ""
2121
+
2122
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:460
2123
+ #: wp-live-chat-support/modules/node_server_deprecated.php:195
2124
+ msgid ""
2125
+ "took too long to respond, we are transferring this chat to the next available "
2126
+ "agent."
2127
+ msgstr ""
2128
+
2129
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:463
2130
+ #: wp-live-chat-support/modules/node_server_deprecated.php:198
2131
+ #, fuzzy
2132
+ #| msgid "Chat answered by another agent"
2133
+ msgid "has transferred the chat."
2134
+ msgstr "��� �� ���� ��� ��� �������� ������ ����� ���"
2135
+
2136
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:486
2137
+ #: wp-live-chat-support/modules/node_server_deprecated.php:201
2138
+ msgid "User received this message"
2139
+ msgstr ""
2140
+
2141
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:532
2142
+ #: wp-live-chat-support/modules/node_server_deprecated.php:153
2143
+ #, fuzzy
2144
+ #| msgid "No data available yet..."
2145
+ msgid "No agents available in"
2146
+ msgstr "�� ������ ������."
2147
+
2148
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:534
2149
+ #: wp-live-chat-support/modules/node_server_deprecated.php:155
2150
+ msgid "selected department"
2151
+ msgstr ""
2152
+
2153
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:538
2154
+ #: wp-live-chat-support/modules/node_server_deprecated.php:159
2155
+ msgid "automatically transferring you to"
2156
+ msgstr ""
2157
+
2158
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:540
2159
+ #: wp-live-chat-support/modules/node_server_deprecated.php:161
2160
+ #, fuzzy
2161
+ #| msgid "No chats available at the moment"
2162
+ msgid "the next available department"
2163
+ msgstr "�� ���� ������� �� ����� ������"
2164
+
2165
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:566
2166
+ #: wp-live-chat-support/modules/node_server_deprecated.php:168
2167
+ msgid "User has been transfered from "
2168
+ msgstr ""
2169
+
2170
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:568
2171
+ #: wp-live-chat-support/modules/node_server_deprecated.php:170
2172
+ msgid "department"
2173
+ msgstr ""
2174
+
2175
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:574
2176
+ #: wp-live-chat-support/modules/node_server_deprecated.php:176
2177
+ msgid " to "
2178
+ msgstr ""
2179
+
2180
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:576
2181
+ #: wp-live-chat-support/modules/node_server_deprecated.php:178
2182
+ msgid "as there were no agents online"
2183
+ msgstr ""
2184
+
2185
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:40
2186
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:306
2187
+ #: wp-live-chat-support/modules/node_server.php:223
2188
+ #: wp-live-chat-support/modules/node_server.php:295
2189
+ #, fuzzy
2190
+ #| msgid "Actions"
2191
+ msgid "Action not set"
2192
+ msgstr "���������"
2193
+
2194
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:257
2195
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1162
2196
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5557
2197
+ #, php-format
2198
+ msgid "Incoming chat from %s (%s) on %s"
2199
+ msgstr "������ ����� �� %s (%s) �� %s"
2200
+
2201
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:263
2202
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1168
2203
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5563
2204
+ #, php-format
2205
+ msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
2206
+ msgstr "���� %s (%s) ��� �������� ���.<br><br>����� ������: %s"
2207
+
2208
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:560
2209
+ msgid "Security Violation - MIME Type not allowed"
2210
+ msgstr ""
2211
+
2212
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:563
2213
+ msgid "File could not be uploaded"
2214
+ msgstr ""
2215
+
2216
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:566
2217
+ msgid "Security Violation - Does not match allowed file types"
2218
+ msgstr ""
2219
+
2220
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:569
2221
+ msgid "Security Violation - File unsafe"
2222
+ msgstr ""
2223
+
2224
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:9
2225
+ #: wp-live-chat-support/modules/documentation_suggestions.php:10
2226
+ #, fuzzy
2227
+ #| msgid "Documentation"
2228
+ msgid "Doc Suggestions"
2229
+ msgstr "�������"
2230
+
2231
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:27
2232
+ #: wp-live-chat-support/modules/documentation_suggestions.php:23
2233
+ #, fuzzy
2234
+ #| msgid "Documentation"
2235
+ msgid "Documentation Suggestions"
2236
+ msgstr "�������"
2237
+
2238
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:33
2239
+ #: wp-live-chat-support/modules/documentation_suggestions.php:28
2240
+ msgid "Enable Documentation Suggestions"
2241
+ msgstr ""
2242
+
2243
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:33
2244
+ msgid ""
2245
+ "When a user sends a message the plugin will automatically detect if there are "
2246
+ "posts or pages that can be suggested to the user in order for the user to get "
2247
+ "more information about what they are asking. This is useful when the user has "
2248
+ "typed their message and is still waiting for an agent to answer their chat."
2249
+ msgstr ""
2250
+
2251
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:172
2252
+ msgid "The following was sent to the user as suggested documents:"
2253
+ msgstr ""
2254
+
2255
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:174
2256
+ msgid "While you wait for the agent, perhaps these documents may help?"
2257
+ msgstr ""
2258
+
2259
+ #: wp-live-chat-support-pro/modules/gdpr_pro.php:15
2260
+ msgid ""
2261
+ "Pro is active - Deleting a chat will resilt in user experience ratings being "
2262
+ "deleted along with chat data"
2263
+ msgstr ""
2264
+
2265
+ #: wp-live-chat-support-pro/modules/gdpr_pro.php:24
2266
+ msgid "Pro data will also be removed as a part of this automatic process."
2267
+ msgstr ""
2268
+
2269
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:82
2270
+ msgid "Disable Typing Previews"
2271
+ msgstr ""
2272
+
2273
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:82
2274
+ msgid ""
2275
+ "This option disables the typing preview from showing up to agents, which "
2276
+ "means agents will not be able to see what the user is typing in realtime."
2277
+ msgstr ""
2278
+
2279
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:132
2280
+ msgid ""
2281
+ "You can transfer chats from within a chat by clicking on the in chat menu, "
2282
+ "and selecting Transfer Chat or Transfer Department"
2283
+ msgstr ""
2284
+
2285
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:133
2286
+ msgid ""
2287
+ "You can share files quickly when in a chat, by simply dragging a file into "
2288
+ "the chat window!"
2289
+ msgstr ""
2290
+
2291
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:134
2292
+ msgid "You can now move between chats without ending/closing an open chat"
2293
+ msgstr ""
2294
+
2295
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:181
2296
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:925
2297
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:936
2298
+ msgid "Quick Responses"
2299
+ msgstr "���� �����"
2300
+
2301
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:190
2302
+ #, fuzzy
2303
+ #| msgid "No Quick Responses found"
2304
+ msgid "No quick responses found"
2305
+ msgstr "�� ���� ���� �����"
2306
+
2307
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:190
2308
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:928
2309
+ msgid "Add New Quick Response"
2310
+ msgstr "����� �� ����"
2311
+
2312
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:208
2313
+ #, fuzzy
2314
+ #| msgid "WP Live Chat Support Triggers"
2315
+ msgid "WP Live Chat Support - Update Suggested"
2316
+ msgstr "������ WP Live Chat Support"
2317
+
2318
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:209
2319
+ #, fuzzy
2320
+ #| msgid ""
2321
+ #| "You are using an outdated version of <strong>WP Live Chat Support Pro</"
2322
+ #| "strong>."
2323
+ msgid ""
2324
+ "We have detected that you are using a heavily out-dated version of WP Live "
2325
+ "Chat Support"
2326
+ msgstr "��� ������ ����� ���� ��<strong>WP Live Chat Support Pro</strong>."
2327
+
2328
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:210
2329
+ msgid "It is highly recommended that you update to version 8 or above. "
2330
+ msgstr ""
2331
+
2332
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:641
2333
+ #, php-format
2334
+ msgid ""
2335
+ "WP Live Chat Support Pro <strong>requires WP Live Chat Support version 6+</"
2336
+ "strong> (basic version). Please <strong><a href=\"%1$s\">update the plugin</"
2337
+ "a></strong> in order for the plugin to continue working correctly."
2338
+ msgstr ""
2339
+ "WP Live Chat Support Pro <strong>����� ������ 6 �� ���� ��</strong> ������ "
2340
+ "��������. ����� <strong><a href=\"%1$s\">����� �������</a></strong>��� ����� "
2341
+ "������ ����� �����."
2342
+
2343
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:680
2344
+ #: wp-live-chat-support/ajax_new.php:196
2345
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:829
2346
+ #: wp-live-chat-support/wp-live-chat-support.php:6884
2347
+ msgid "Admin"
2348
+ msgstr "�������"
2349
+
2350
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:783
2351
+ msgid "WP Live Chat Support Pro"
2352
+ msgstr "WP Live Chat Support ��������"
2353
+
2354
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:926
2355
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5004
2356
+ msgid "Quick Response"
2357
+ msgstr "�� ����"
2358
+
2359
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:927
2360
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:930
2361
+ msgid "New Quick Response"
2362
+ msgstr "�� ���� ����"
2363
+
2364
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:929
2365
+ msgid "Edit Quick Response"
2366
+ msgstr "����� �� ����"
2367
+
2368
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:931
2369
+ msgid "All Quick Responses"
2370
+ msgstr "�� ������ �������"
2371
+
2372
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:932
2373
+ msgid "View Quick Responses"
2374
+ msgstr "������ ������ �������"
2375
+
2376
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:933
2377
+ msgid "Search Quick Responses"
2378
+ msgstr "����� �� ������ �������"
2379
+
2380
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:934
2381
+ msgid "No Quick Responses found"
2382
+ msgstr "�� ���� ���� �����"
2383
+
2384
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:935
2385
+ msgid "No Quick Responses found in the Trash"
2386
+ msgstr "�� ���� ���� ����� ���� ��������"
2387
+
2388
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:940
2389
+ msgid "Quick Responses for WP Live Chat Support Pro"
2390
+ msgstr "������ ������� ��WP Live Chat Support ��������"
2391
+
2392
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:971
2393
+ #, fuzzy
2394
+ #| msgid "Support desk"
2395
+ msgid "Sort Order"
2396
+ msgstr "�����"
2397
+
2398
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1007
2399
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5013
2400
+ msgid "Title"
2401
+ msgstr ""
2402
+
2403
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1008
2404
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5021
2405
+ msgid "Order"
2406
+ msgstr ""
2407
+
2408
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1090
2409
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1094
2410
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
2411
+ msgid "Assign Quick Response"
2412
+ msgstr "����� �� ����"
2413
+
2414
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1103
2415
+ msgid "What is this?"
2416
+ msgstr "�� ��ǿ"
2417
+
2418
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1215
2419
+ #: wp-live-chat-support/includes/settings_page.php:348
2420
+ msgid "Display typing indicator"
2421
+ msgstr "��� ���� �������"
2422
+
2423
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1215
2424
+ msgid ""
2425
+ "Display the \"typing...\" animation in the chat window as soon as an agent or "
2426
+ "visitor is typing."
2427
+ msgstr ""
2428
+ "��� ����� \"�������...\" �� ����� �������� ����� ��� ������� �� ���� ������� "
2429
+ "�� ������."
2430
+
2431
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1222
2432
+ #, php-format
2433
+ msgid ""
2434
+ "Please update your <a href='%s'>basic version</a> to make use of this feature."
2435
+ msgstr "������ ����� <a href='%s'>������� �������</a> �������� ��� ������."
2436
+
2437
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1230
2438
+ msgid ""
2439
+ "For non-cloud server users, please note that this will increase the amount of "
2440
+ "server resources required."
2441
+ msgstr ""
2442
+ "�� ���� ��� ��������� ������� �������ɡ ���� ����� ��� ��� ����� �� ������� "
2443
+ "�������� ����� ���������."
2444
+
2445
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1247
2446
+ msgid "Use WordPress name instead"
2447
+ msgstr "������� ��� ������ ���"
2448
+
2449
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1250
2450
+ msgid "Note: 'Name' field will be ignored"
2451
+ msgstr "������: ���� ����� ��� �����"
2452
+
2453
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1268
2454
+ msgid "Incoming chat ring tone"
2455
+ msgstr "������ ������ ��������� �������"
2456
+
2457
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1273
2458
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1333
2459
+ msgid "Default"
2460
+ msgstr "���������"
2461
+
2462
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1328
2463
+ #, fuzzy
2464
+ #| msgid "Incoming chat ring tone"
2465
+ msgid "Incoming message tone"
2466
+ msgstr "������ ������ ��������� �������"
2467
+
2468
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1384
2469
+ #, fuzzy
2470
+ #| msgid "Recomended Size 250px x 40px"
2471
+ msgid "Recomended Size 50px x 50px"
2472
+ msgstr "����� ������ �� 40px x 250px"
2473
+
2474
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1401
2475
+ msgid "Recomended Size 60px x 60px"
2476
+ msgstr "����� ������ �� 60px x 60px"
2477
+
2478
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1419
2479
+ msgid "Recomended Size 250px x 40px"
2480
+ msgstr "����� ������ �� 40px x 250px"
2481
+
2482
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1443
2483
+ msgid "User Experience"
2484
+ msgstr "����� ��������"
2485
+
2486
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1452
2487
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1482
2488
+ #, php-format
2489
+ msgid ""
2490
+ "Please update your <a href='%s'>basic version</a> to make use of these "
2491
+ "features."
2492
+ msgstr "������ ����� <a href='%s'>������� �������</a> �������� ��� ��������."
2493
+
2494
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1459
2495
+ msgid "Enable Text Editor"
2496
+ msgstr "����� ���� ����"
2497
+
2498
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1459
2499
+ msgid ""
2500
+ "Adds advanced text editor features, such as links, text styling, and more!"
2501
+ msgstr ""
2502
+ "����� ������ ���� ������ �������ɡ ��� ����� ����ȡ ����� ������ɡ �������!"
2503
+
2504
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1463
2505
+ msgid "Enable File Sharing"
2506
+ msgstr "����� ������ �������"
2507
+
2508
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1463
2509
+ msgid "Adds file sharing to your chat box!"
2510
+ msgstr "����� ������ ������� ��� ����� ��������!"
2511
+
2512
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1467
2513
+ msgid "Enable Experience Ratings"
2514
+ msgstr "����� ���������"
2515
+
2516
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1467
2517
+ msgid "Allows users to rate the chat experience with an agent."
2518
+ msgstr "������ ���������� ������ �������� �� �������."
2519
+
2520
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1473
2521
+ #: wp-live-chat-support/includes/settings_page.php:539
2522
+ #: wp-live-chat-support/includes/settings_page.php:891
2523
+ msgid "Social"
2524
+ msgstr "�������"
2525
+
2526
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1490
2527
+ #: wp-live-chat-support/includes/settings_page.php:544
2528
+ msgid "Link your Facebook page here. Leave blank to hide"
2529
+ msgstr "���� ���� �������� ���. ����� ����� �������"
2530
+
2531
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1491
2532
+ #: wp-live-chat-support/includes/settings_page.php:546
2533
+ msgid "Facebook URL..."
2534
+ msgstr "���� �������� ..."
2535
+
2536
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1494
2537
+ #: wp-live-chat-support/includes/settings_page.php:557
2538
+ msgid "Link your Twitter page here. Leave blank to hide"
2539
+ msgstr "���� ���� ����� ���. ����� ����� �������"
2540
+
2541
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1495
2542
+ #: wp-live-chat-support/includes/settings_page.php:559
2543
+ msgid "Twitter URL..."
2544
+ msgstr "���� ����� ..."
2545
+
2546
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2055
2547
+ #, fuzzy
2548
+ #| msgid "Status: "
2549
+ msgid "Status (Online)"
2550
+ msgstr "������ "
2551
+
2552
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2057
2553
+ #, fuzzy
2554
+ #| msgid "Online"
2555
+ msgid "Offline"
2556
+ msgstr "����"
2557
+
2558
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2058
2559
+ msgid "Status (Offline)"
2560
+ msgstr ""
2561
+
2562
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2072
2563
+ msgid ""
2564
+ "You have set your status to offline. To view visitors and accept chats please "
2565
+ "set your status to online using the switch above."
2566
+ msgstr ""
2567
+ "��� ���� �� ����� ��� �������. ���� ������ � ������� ��������ʡ ���� ����� "
2568
+ "������� �\"����\" �� ���� ���� �����."
2569
+
2570
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2278
2571
+ #, fuzzy
2572
+ #| msgid ""
2573
+ #| "Please note: Chat messages will only be encrypted and decreypted if you "
2574
+ #| "have inserted your WP Live Chat Support Pro API Key on the <a href=\"admin."
2575
+ #| "php?page=wplivechat-menu-api-keys-page\">API Keys page</a>."
2576
+ msgid ""
2577
+ "Please note: Chat messages will only be encrypted and decrypted if you have "
2578
+ "inserted your WP Live Chat Support Pro API Key on the <a href=\"admin.php?"
2579
+ "page=wplivechat-menu-api-keys-page\">API Keys page</a>."
2580
+ msgstr ""
2581
+ "���� ������: ���� ����� ��������� ��� �� ���� ����� ����� ���API ����� "
2582
+ "������� �������� �� ���� <a href=\"admin.php?page=wplivechat-menu-api-keys-"
2583
+ "page\">���� ������ ���API</a>."
2584
+
2585
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2610
2586
+ msgid "Exclude chat from 'Home' page:"
2587
+ msgstr "������� �������� �� '������ ��������':"
2588
+
2589
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2610
2590
+ msgid ""
2591
+ "Leaving this unchecked will allow the chat window to display on your home "
2592
+ "page."
2593
+ msgstr "��� ��� ������ ��� ���� ����� ���� ����� �������� �� ����� ��������."
2594
+
2595
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2618
2596
+ msgid "Exclude chat from 'Archive' pages:"
2597
+ msgstr "������� �������� �� '����� �������':"
2598
+
2599
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2618
2600
+ msgid ""
2601
+ "Leaving this unchecked will allow the chat window to display on your archive "
2602
+ "pages."
2603
+ msgstr "��� ��� ������ ��� ���� ����� ���� ����� �������� �� ����� �������."
2604
+
2605
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3000
2606
+ msgid "Attempting to open the chat window... Please be patient."
2607
+ msgstr "���� ��� ��������... ����� ��������."
2608
+
2609
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3058
2610
+ msgid ""
2611
+ "You are not a chat agent. Please make yourself a chat agent before trying to "
2612
+ "chat to visitors"
2613
+ msgstr ""
2614
+ "��� ��� �����. ������ ����� �������� ����� �� ������ ��� ����� �� ������ "
2615
+ "������"
2616
+
2617
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3332
2618
+ msgid "This chat has already been answered by another agent."
2619
+ msgstr "��� �� ���� ��� ��� �������� ������ ����� ���."
2620
+
2621
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3654
2622
+ #: wp-live-chat-support/wp-live-chat-support.php:3173
2623
+ msgid "Agent(s) online"
2624
+ msgstr "����� ������"
2625
+
2626
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3778
2627
+ #: wp-live-chat-support/wp-live-chat-support.php:1042
2628
+ msgid "Reporting"
2629
+ msgstr "����� ��������"
2630
+
2631
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3779
2632
+ #: wp-live-chat-support/wp-live-chat-support.php:1048
2633
+ msgid "Triggers"
2634
+ msgstr "��������"
2635
+
2636
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3780
2637
+ msgid "Custom Fields"
2638
+ msgstr ""
2639
+
2640
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3911
2641
+ #: wp-live-chat-support/modules/node_server.php:904
2642
+ #: wp-live-chat-support/wp-live-chat-support.php:3058
2643
+ msgid "Typing..."
2644
+ msgstr ""
2645
+
2646
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4260
2647
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4268
2648
+ #: wp-live-chat-support/wp-live-chat-support.php:5988
2649
+ msgid "Experience Rating"
2650
+ msgstr "���� �������"
2651
+
2652
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4348
2653
+ msgid "User Experience Ratings"
2654
+ msgstr "������� �������"
2655
+
2656
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4355
2657
+ msgid "Agent Statistics"
2658
+ msgstr "�������� �������"
2659
+
2660
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4401
2661
+ msgid "Satisfaction Rating"
2662
+ msgstr "���� �������"
2663
+
2664
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2665
+ msgid "Rating Count"
2666
+ msgstr "��� ��������"
2667
+
2668
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2669
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4416
2670
+ msgid "Good"
2671
+ msgstr "���"
2672
+
2673
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2674
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4416
2675
+ msgid "Bad"
2676
+ msgstr "���"
2677
+
2678
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4410
2679
+ msgid "No Ratings for this agent"
2680
+ msgstr "�� ���� ������� ���� �������"
2681
+
2682
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4419
2683
+ msgid "View"
2684
+ msgstr ""
2685
+
2686
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4465
2687
+ #: wp-live-chat-support/wp-live-chat-support.php:6084
2688
+ #: wp-live-chat-support/wp-live-chat-support.php:6091
2689
+ msgid "WP Live Chat Support Reporting"
2690
+ msgstr "������ WP Live Chat Support"
2691
+
2692
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4469
2693
+ msgid "Popular Pages"
2694
+ msgstr "������� ��������"
2695
+
2696
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4487
2697
+ msgid "Total Agents"
2698
+ msgstr "������ ���������"
2699
+
2700
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4487
2701
+ msgid "Total number of agents that used the live chat"
2702
+ msgstr "������ ��������� ����� ����� �������� ���������"
2703
+
2704
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4488
2705
+ msgid "Total Chats"
2706
+ msgstr "������ ���������"
2707
+
2708
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4488
2709
+ msgid "Total number of chats received"
2710
+ msgstr "������ ��������� �������"
2711
+
2712
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4489
2713
+ msgid "Total URLs"
2714
+ msgstr "������ ��� �������"
2715
+
2716
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4489
2717
+ msgid "Total number of URLs a chat was initiated on"
2718
+ msgstr "������ ��� ������� ���� �� ��� ��������� �� ������"
2719
+
2720
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4490
2721
+ msgid "Chats per day"
2722
+ msgstr "��� ��������� �� �����"
2723
+
2724
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4491
2725
+ msgid "Popular pages a chat was initiated on"
2726
+ msgstr "���� ������� ���� �� ��� ��������� �� ������"
2727
+
2728
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4567
2729
+ #: wp-live-chat-support/functions.php:2120
2730
+ #: wp-live-chat-support/wp-live-chat-support.php:4500
2731
+ msgid "URL"
2732
+ msgstr "������"
2733
+
2734
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4568
2735
+ msgid "Count"
2736
+ msgstr "�����"
2737
+
2738
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4594
2739
+ msgid "Disable initiate chat feature:"
2740
+ msgstr "����� ���� ��� ��������:"
2741
+
2742
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4594
2743
+ msgid ""
2744
+ "This will substantially improve performance. If you are experiencing "
2745
+ "performance issues on your site, you should disable the initiate chat feature "
2746
+ "and only enable it when you need it."
2747
+ msgstr ""
2748
+ "����� ��� ��� ����� ������ ��� �� ����. ��� ��� ����� ������ �� ������ ��� "
2749
+ "������ ����� �ߡ ���� ����� ���� ��� �������� �������� ��� ��� ������ �����."
2750
+
2751
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4698
2752
+ #, fuzzy
2753
+ #| msgid "Thank you for your feedback. We will be in touch soon"
2754
+ msgid "Thank you for inquiry. We will get back to you shortly"
2755
+ msgstr "���� �� ��� ��������. ����� ��� ����� �����"
2756
+
2757
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4857
2758
+ msgid "Enable an Auto Responder"
2759
+ msgstr ""
2760
+
2761
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4857
2762
+ msgid "Send your visitors an email as soon as they send you an offline message"
2763
+ msgstr ""
2764
+
2765
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4863
2766
+ msgid "Auto Responder 'From' Name"
2767
+ msgstr ""
2768
+
2769
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4869
2770
+ msgid "Auto Responder 'From' Email Address"
2771
+ msgstr ""
2772
+
2773
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4875
2774
+ msgid "Auto Responder Subject Line"
2775
+ msgstr ""
2776
+
2777
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4881
2778
+ #, fuzzy
2779
+ #| msgid "API Response Codes"
2780
+ msgid "Auto Responder Body"
2781
+ msgstr "��� ���API Response"
2782
+
2783
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2784
+ msgid "HTML and the following shortcodes can be used"
2785
+ msgstr ""
2786
+
2787
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2788
+ #, fuzzy
2789
+ #| msgid "Username"
2790
+ msgid "User's name"
2791
+ msgstr "��� �������"
2792
+
2793
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2794
+ #, fuzzy
2795
+ #| msgid "Email Address"
2796
+ msgid "User's email address"
2797
+ msgstr "������ ����������"
2798
+
2799
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4897
2800
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4913
2801
+ msgid "Business Hours"
2802
+ msgstr ""
2803
+
2804
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4917
2805
+ msgid "Enable Business Hours"
2806
+ msgstr ""
2807
+
2808
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4923
2809
+ #, fuzzy
2810
+ #| msgid "Display survey"
2811
+ msgid "Display Interval"
2812
+ msgstr "��� ���������"
2813
+
2814
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4927
2815
+ msgid "Daily"
2816
+ msgstr ""
2817
+
2818
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4928
2819
+ msgid "Week Days"
2820
+ msgstr ""
2821
+
2822
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4929
2823
+ msgid "Weekends"
2824
+ msgstr ""
2825
+
2826
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4944
2827
+ msgid " Between "
2828
+ msgstr ""
2829
+
2830
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4961
2831
+ msgid " and "
2832
+ msgstr ""
2833
+
2834
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4984
2835
+ msgid "Current Site Time"
2836
+ msgstr ""
2837
+
2838
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5009
2839
+ msgid "Order by"
2840
+ msgstr ""
2841
+
2842
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5015
2843
+ msgid "Number"
2844
+ msgstr ""
2845
+
2846
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5025
2847
+ #, fuzzy
2848
+ #| msgid "pending"
2849
+ msgid "Descending"
2850
+ msgstr "������"
2851
+
2852
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5026
2853
+ #, fuzzy
2854
+ #| msgid "pending"
2855
+ msgid "Ascending"
2856
+ msgstr "������"
2857
+
2858
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5194
2859
+ #, php-format
2860
+ msgid ""
2861
+ "The Live Chat box is currently disabled on your website due to : <a href=\"%s"
2862
+ "\">Business Hours Settings</a>"
2863
+ msgstr ""
2864
+
2865
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5250
2866
+ msgid "Edit Profile"
2867
+ msgstr ""
2868
+
2869
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5261
2870
+ #: wp-live-chat-support/modules/node_server.php:1204
2871
+ msgid "Drag Files Here"
2872
+ msgstr ""
2873
+
2874
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5277
2875
+ msgid "Enable Voice Notes on admin side"
2876
+ msgstr ""
2877
+
2878
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5279
2879
+ msgid ""
2880
+ "Enabling this will allow you to record the voice during the chat and send it "
2881
+ "to visitor once you hold on CTRL + SPACEBAR in main chat window"
2882
+ msgstr ""
2883
+
2884
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5290
2885
+ msgid "Enable Voice Notes on visitor side"
2886
+ msgstr ""
2887
+
2888
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5292
2889
+ msgid ""
2890
+ "Enabling this will allow the visitors to record the voice during the chat and "
2891
+ "send it to agent once they hold on CTRL + SPACEBAR"
2892
+ msgstr ""
2893
+
2894
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5350
2895
+ #, fuzzy
2896
+ #| msgid "Send"
2897
+ msgid "Send..."
2898
+ msgstr "�����"
2899
+
2900
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5351
2901
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5422
2902
+ msgid "Play voice note"
2903
+ msgstr ""
2904
+
2905
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5421
2906
+ msgid "Save..."
2907
+ msgstr ""
2908
+
2909
+ #: wp-live-chat-support/ajax_new.php:336
2910
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:948
2911
+ msgid "Admin has closed and ended the chat"
2912
+ msgstr "��� ���� ������ ��������"
2913
+
2914
+ #: wp-live-chat-support/functions.php:583
2915
+ #, fuzzy
2916
+ #| msgid "Chat answered by another agent"
2917
+ msgid "In progress with another agent"
2918
+ msgstr "��� �� ���� ��� ��� �������� ������ ����� ���"
2919
+
2920
+ #: wp-live-chat-support/functions.php:597
2921
+ msgid "Only chat agents can accept chats"
2922
+ msgstr "���� ��� ��������� ���� ����� ��������"
2923
+
2924
+ #: wp-live-chat-support/functions.php:854
2925
+ msgid "No agent was able to answer your chat request. Please try again."
2926
+ msgstr ""
2927
+
2928
+ #: wp-live-chat-support/functions.php:868
2929
+ #, fuzzy
2930
+ #| msgid "requesting chat"
2931
+ msgid "Request new chat"
2932
+ msgstr "���� ������"
2933
+
2934
+ #: wp-live-chat-support/functions.php:1379
2935
+ msgid "complete"
2936
+ msgstr "�����"
2937
+
2938
+ #: wp-live-chat-support/functions.php:1382
2939
+ msgid "pending"
2940
+ msgstr "������"
2941
+
2942
+ #: wp-live-chat-support/functions.php:1385
2943
+ msgid "active"
2944
+ msgstr "����"
2945
+
2946
+ #: wp-live-chat-support/functions.php:1388
2947
+ msgid "deleted"
2948
+ msgstr "�� ����"
2949
+
2950
+ #: wp-live-chat-support/functions.php:1391
2951
+ msgid "browsing"
2952
+ msgstr "�����"
2953
+
2954
+ #: wp-live-chat-support/functions.php:1394
2955
+ msgid "requesting chat"
2956
+ msgstr "���� ������"
2957
+
2958
+ #: wp-live-chat-support/functions.php:1397
2959
+ msgid "Chat Ended - User still browsing"
2960
+ msgstr "����� �������� - �� ���� �������� ����� ������"
2961
+
2962
+ #: wp-live-chat-support/functions.php:1400
2963
+ msgid "User is browsing but doesn't want to chat"
2964
+ msgstr "�������� ����� ������ ���� �� ���� �� ��������"
2965
+
2966
+ #: wp-live-chat-support/functions.php:1693
2967
+ #: wp-live-chat-support/wp-live-chat-support.php:869
2968
+ #: wp-live-chat-support/wp-live-chat-support.php:3917
2969
+ #: wp-live-chat-support/wp-live-chat-support.php:5945
2970
+ msgid ""
2971
+ "Please standby for an agent. While you wait for the agent you may type your "
2972
+ "message."
2973
+ msgstr ""
2974
+
2975
+ #: wp-live-chat-support/functions.php:1858
2976
+ msgid "Get Pro Add-on to accept more chats"
2977
+ msgstr "���� ��� ������� �������� ��� ������ ������ �� ���������"
2978
+
2979
+ #: wp-live-chat-support/functions.php:2095
2980
+ #: wp-live-chat-support/wp-live-chat-support.php:4456
2981
+ msgid "Error: Could not delete chat"
2982
+ msgstr "���: �� ���� ��� ��������"
2983
+
2984
+ #: wp-live-chat-support/functions.php:2099
2985
+ #: wp-live-chat-support/wp-live-chat-support.php:4460
2986
+ msgid "Chat Deleted"
2987
+ msgstr "�� ��� ��������"
2988
+
2989
+ #: wp-live-chat-support/functions.php:2106
2990
+ #: wp-live-chat-support/wp-live-chat-support.php:4467
2991
+ msgid "Are you sure you would like to delete this chat?"
2992
+ msgstr "�� ��� ����� �� ��� ���� ��� ��� �������ɿ"
2993
+
2994
+ #: wp-live-chat-support/functions.php:2145
2995
+ msgid "You have not missed any chat requests."
2996
+ msgstr "�� ���� �� ����� ������ �����."
2997
+
2998
+ #: wp-live-chat-support/functions.php:2153
2999
+ #: wp-live-chat-support/wp-live-chat-support.php:4521
3000
+ msgid "View Chat History"
3001
+ msgstr "��� ��� ���������"
3002
+
3003
+ #: wp-live-chat-support/functions.php:2153
3004
+ #: wp-live-chat-support/wp-live-chat-support.php:4521
3005
+ msgid "Download Chat History"
3006
+ msgstr "����� ��� ���������"
3007
+
3008
+ #: wp-live-chat-support/functions.php:2173
3009
+ #: wp-live-chat-support/wp-live-chat-support.php:4540
3010
+ #: wp-live-chat-support/wp-live-chat-support.php:4676
3011
+ msgid "&laquo;"
3012
+ msgstr ""
3013
+
3014
+ #: wp-live-chat-support/functions.php:2174
3015
+ #: wp-live-chat-support/wp-live-chat-support.php:4541
3016
+ #: wp-live-chat-support/wp-live-chat-support.php:4677
3017
+ msgid "&raquo;"
3018
+ msgstr ""
3019
+
3020
+ #: wp-live-chat-support/functions.php:2359
3021
+ msgid "Open chat window via"
3022
+ msgstr "��� ����� �������� �� ����"
3023
+
3024
+ #: wp-live-chat-support/functions.php:2363
3025
+ msgid "Click"
3026
+ msgstr "�����"
3027
+
3028
+ #: wp-live-chat-support/functions.php:2364
3029
+ msgid "Hover"
3030
+ msgstr "�������"
3031
+
3032
+ #: wp-live-chat-support/functions.php:2366
3033
+ msgid "element with"
3034
+ msgstr "���� ��"
3035
+
3036
+ #: wp-live-chat-support/functions.php:2368
3037
+ msgid "Class"
3038
+ msgstr "������"
3039
+
3040
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/block.js:44
3041
+ #, fuzzy
3042
+ #| msgid "Via WP Live Chat Support"
3043
+ msgid "WP Live Chat Trigger (WP Live Chat Support)"
3044
+ msgstr "�� ���� WP Live Chat Support"
3045
+
3046
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:21
3047
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:42
3048
+ msgid "Gutenberg Blocks"
3049
+ msgstr ""
3050
+
3051
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:46
3052
+ msgid "Enable Gutenberg Blocks"
3053
+ msgstr ""
3054
+
3055
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:54
3056
+ msgid "Gutenberg Block Size"
3057
+ msgstr ""
3058
+
3059
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:65
3060
+ #, fuzzy
3061
+ #| msgid "Upload Logo"
3062
+ msgid "Block Logo"
3063
+ msgstr "��� ����"
3064
+
3065
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:76
3066
+ #, fuzzy
3067
+ #| msgid "Intro Text"
3068
+ msgid "Block Text"
3069
+ msgstr "����� �������"
3070
+
3071
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:84
3072
+ #, fuzzy
3073
+ #| msgid "Display survey"
3074
+ msgid "Display Icon"
3075
+ msgstr "��� ���������"
3076
+
3077
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:90
3078
+ msgid "Block Icon"
3079
+ msgstr ""
3080
+
3081
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:98
3082
+ msgid "Block Preview"
3083
+ msgstr ""
3084
+
3085
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:106
3086
+ msgid "Custom HTML Template"
3087
+ msgstr ""
3088
+
3089
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:108
3090
+ msgid "Displays the chosen logo"
3091
+ msgstr ""
3092
+
3093
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:109
3094
+ msgid "Displays the chosen custom text"
3095
+ msgstr ""
3096
+
3097
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:110
3098
+ msgid "Displays the chosen icon"
3099
+ msgstr ""
3100
+
3101
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:210
3102
+ #: wp-live-chat-support/wp-live-chat-support.php:1035
3103
+ msgid "Live Chat"
3104
+ msgstr "������"
3105
+
3106
+ #: wp-live-chat-support/includes/blocks/wplc-inline-chat-box/block.js:13
3107
+ #, fuzzy
3108
+ #| msgid "Via WP Live Chat Support"
3109
+ msgid "WP Live Chat Box (WP Live Chat Support)"
3110
+ msgstr "�� ���� WP Live Chat Support"
3111
+
3112
+ #: wp-live-chat-support/includes/credits.php:2
3113
+ msgid ""
3114
+ "WP Live Chat Support is supported by an international team of developers."
3115
+ msgstr ""
3116
+
3117
+ #: wp-live-chat-support/includes/credits.php:3
3118
+ msgid "Project Leaders"
3119
+ msgstr ""
3120
+
3121
+ #: wp-live-chat-support/includes/credits.php:9
3122
+ msgid "Founder"
3123
+ msgstr ""
3124
+
3125
+ #: wp-live-chat-support/includes/credits.php:9
3126
+ #: wp-live-chat-support/includes/credits.php:14
3127
+ #: wp-live-chat-support/includes/credits.php:26
3128
+ #: wp-live-chat-support/includes/credits.php:32
3129
+ #: wp-live-chat-support/includes/credits.php:38
3130
+ #: wp-live-chat-support/includes/credits.php:57
3131
+ #: wp-live-chat-support/includes/credits.php:63
3132
+ msgid "Developer"
3133
+ msgstr ""
3134
+
3135
+ #: wp-live-chat-support/includes/credits.php:9
3136
+ #: wp-live-chat-support/includes/credits.php:14
3137
+ #: wp-live-chat-support/includes/credits.php:26
3138
+ #: wp-live-chat-support/includes/credits.php:32
3139
+ #: wp-live-chat-support/includes/credits.php:38
3140
+ #: wp-live-chat-support/includes/credits.php:45
3141
+ #: wp-live-chat-support/includes/credits.php:57
3142
+ #: wp-live-chat-support/includes/credits.php:63
3143
+ #: wp-live-chat-support/wp-live-chat-support.php:1077
3144
+ #: wp-live-chat-support/wp-live-chat-support.php:5190
3145
+ msgid "Support"
3146
+ msgstr "�����"
3147
+
3148
+ #: wp-live-chat-support/includes/credits.php:14
3149
+ msgid "Project Manager"
3150
+ msgstr ""
3151
+
3152
+ #: wp-live-chat-support/includes/credits.php:17
3153
+ #, fuzzy
3154
+ #| msgid "Contributor"
3155
+ msgid "Contributors"
3156
+ msgstr "�������"
3157
+
3158
+ #: wp-live-chat-support/includes/credits.php:26
3159
+ #: wp-live-chat-support/includes/credits.php:32
3160
+ #: wp-live-chat-support/includes/credits.php:38
3161
+ #: wp-live-chat-support/includes/credits.php:75
3162
+ #, fuzzy
3163
+ #| msgid "Settings"
3164
+ msgid "Testing"
3165
+ msgstr "���������"
3166
+
3167
+ #: wp-live-chat-support/includes/credits.php:51
3168
+ #, fuzzy
3169
+ #| msgid "Main Settings"
3170
+ msgid "Marketing"
3171
+ msgstr "��������� ��������"
3172
+
3173
+ #: wp-live-chat-support/includes/credits.php:69
3174
+ msgid "Marketing &amp; Support"
3175
+ msgstr ""
3176
+
3177
+ #: wp-live-chat-support/includes/credits.php:75
3178
+ #: wp-live-chat-support/wp-live-chat-support.php:5161
3179
+ msgid "Documentation"
3180
+ msgstr "�������"
3181
+
3182
+ #: wp-live-chat-support/includes/credits.php:81
3183
+ msgid "InfoSec"
3184
+ msgstr ""
3185
+
3186
+ #: wp-live-chat-support/includes/credits.php:86
3187
+ msgid "CSS"
3188
+ msgstr ""
3189
+
3190
+ #: wp-live-chat-support/includes/credits.php:89
3191
+ msgid "Want to see your name on this page?"
3192
+ msgstr ""
3193
+
3194
+ #: wp-live-chat-support/includes/credits.php:89
3195
+ msgid "Get involved on GitHub."
3196
+ msgstr ""
3197
+
3198
+ #: wp-live-chat-support/includes/credits.php:91
3199
+ #: wp-live-chat-support/includes/welcome_page.php:150
3200
+ msgid "OK! Let's start"
3201
+ msgstr ""
3202
+
3203
+ #: wp-live-chat-support/includes/deprecated.php:151
3204
+ #: wp-live-chat-support/includes/deprecated.php:348
3205
+ #: wp-live-chat-support/wp-live-chat-support.php:860
3206
+ #: wp-live-chat-support/wp-live-chat-support.php:2378
3207
+ #: wp-live-chat-support/wp-live-chat-support.php:3898
3208
+ #: wp-live-chat-support/wp-live-chat-support.php:5936
3209
+ msgid "Questions?"
3210
+ msgstr "������ɿ"
3211
+
3212
+ #: wp-live-chat-support/includes/deprecated.php:151
3213
+ #: wp-live-chat-support/includes/deprecated.php:348
3214
+ #: wp-live-chat-support/wp-live-chat-support.php:861
3215
+ #: wp-live-chat-support/wp-live-chat-support.php:2379
3216
+ #: wp-live-chat-support/wp-live-chat-support.php:3899
3217
+ #: wp-live-chat-support/wp-live-chat-support.php:5937
3218
+ msgid "Chat with us"
3219
+ msgstr "���� �����"
3220
+
3221
+ #: wp-live-chat-support/includes/deprecated.php:158
3222
+ #: wp-live-chat-support/includes/deprecated.php:355
3223
+ msgid "Start Live Chat"
3224
+ msgstr "��� ��������"
3225
+
3226
+ #: wp-live-chat-support/includes/deprecated.php:210
3227
+ #: wp-live-chat-support/includes/deprecated.php:410
3228
+ #: wp-live-chat-support/wp-live-chat-support.php:863
3229
+ #: wp-live-chat-support/wp-live-chat-support.php:3901
3230
+ #: wp-live-chat-support/wp-live-chat-support.php:5939
3231
+ msgid "Start Chat"
3232
+ msgstr "��� ��������"
3233
+
3234
+ #: wp-live-chat-support/includes/deprecated.php:213
3235
+ #: wp-live-chat-support/includes/deprecated.php:413
3236
+ msgid "Connecting you to a sales person. Please be patient."
3237
+ msgstr "��� ������ ��� ����� ���� ��������. ����� ��������."
3238
+
3239
+ #: wp-live-chat-support/includes/deprecated.php:216
3240
+ #: wp-live-chat-support/includes/deprecated.php:416
3241
+ #: wp-live-chat-support/wp-live-chat-support.php:867
3242
+ #: wp-live-chat-support/wp-live-chat-support.php:2593
3243
+ #: wp-live-chat-support/wp-live-chat-support.php:2646
3244
+ #: wp-live-chat-support/wp-live-chat-support.php:3905
3245
+ #: wp-live-chat-support/wp-live-chat-support.php:5943
3246
+ msgid "Reactivating your previous chat..."
3247
+ msgstr "����� ����� ������� �������..."
3248
+
3249
+ #: wp-live-chat-support/includes/deprecated.php:221
3250
+ #: wp-live-chat-support/includes/deprecated.php:421
3251
+ #: wp-live-chat-support/wp-live-chat-support.php:870
3252
+ #: wp-live-chat-support/wp-live-chat-support.php:3615
3253
+ #: wp-live-chat-support/wp-live-chat-support.php:3913
3254
+ #: wp-live-chat-support/wp-live-chat-support.php:5946
3255
+ msgid "Press ENTER to send your message"
3256
+ msgstr "���� ENTER �������"
3257
+
3258
+ #: wp-live-chat-support/includes/deprecated.php:225
3259
+ #: wp-live-chat-support/includes/deprecated.php:425
3260
+ #: wp-live-chat-support/wp-live-chat-support.php:2347
3261
+ #: wp-live-chat-support/wp-live-chat-support.php:3632
3262
+ msgid "Send"
3263
+ msgstr "�����"
3264
+
3265
+ #: wp-live-chat-support/includes/modal_control.php:24
3266
+ #: wp-live-chat-support/modules/node_server.php:1197
3267
+ msgid "Please Confirm"
3268
+ msgstr ""
3269
+
3270
+ #: wp-live-chat-support/includes/modal_control.php:28
3271
+ msgid "Are you sure?"
3272
+ msgstr ""
3273
+
3274
+ #: wp-live-chat-support/includes/modal_control.php:37
3275
+ #: wp-live-chat-support/modules/node_server.php:1198
3276
+ #: wp-live-chat-support/modules/webhooks_manager.php:331
3277
+ msgid "Confirm"
3278
+ msgstr ""
3279
+
3280
+ #: wp-live-chat-support/includes/notification_control.php:29
3281
+ #: wp-live-chat-support/modules/node_server_deprecated.php:70
3282
+ #, php-format
3283
+ msgid "User is browsing <small><a href='%s' target='_BLANK'>%s</a></small>"
3284
+ msgstr ""
3285
+
3286
+ #: wp-live-chat-support/includes/notification_control.php:133
3287
+ #: wp-live-chat-support/modules/node_server_deprecated.php:81
3288
+ #, fuzzy
3289
+ #| msgid "User has opened the chat window"
3290
+ msgid "has joined the chat."
3291
+ msgstr "�������� ��� ����� ��������"
3292
+
3293
+ #: wp-live-chat-support/includes/settings_page.php:114
3294
+ #: wp-live-chat-support/modules/node_server.php:1203
3295
+ msgid "Agents"
3296
+ msgstr "���������"
3297
+
3298
+ #: wp-live-chat-support/includes/settings_page.php:171
3299
+ #, fuzzy
3300
+ #| msgid "Require Name And Email"
3301
+ msgid "Name and email"
3302
+ msgstr "����� ����� � ����� ������ ����������"
3303
+
3304
+ #: wp-live-chat-support/includes/settings_page.php:231
3305
+ #, fuzzy
3306
+ #| msgid "Play a sound when a new message is received"
3307
+ msgid "Play a sound when there is a new visitor"
3308
+ msgstr "����� ��� ��� ���� ����� �����"
3309
+
3310
+ #: wp-live-chat-support/includes/settings_page.php:231
3311
+ #, fuzzy
3312
+ #| msgid ""
3313
+ #| "Disable this to mute the sound that is played when a new chat message is "
3314
+ #| "received"
3315
+ msgid "Disable this to mute the sound that is played when a new visitor arrives"
3316
+ msgstr "����� ��� ������ ���� ����� ���� ��� ������ ��� ���� ����� ������ �����"
3317
+
3318
+ #: wp-live-chat-support/includes/settings_page.php:249
3319
+ msgid "Enable Font Awesome set"
3320
+ msgstr ""
3321
+
3322
+ #: wp-live-chat-support/includes/settings_page.php:249
3323
+ msgid "Disable this if you have Font Awesome set included with your theme"
3324
+ msgstr ""
3325
+
3326
+ #: wp-live-chat-support/includes/settings_page.php:257
3327
+ msgid "Enable chat dashboard and notifications on all admin pages"
3328
+ msgstr ""
3329
+
3330
+ #: wp-live-chat-support/includes/settings_page.php:257
3331
+ msgid "This will load the chat dashboard on every admin page."
3332
+ msgstr ""
3333
+
3334
+ #: wp-live-chat-support/includes/settings_page.php:268
3335
+ msgid "Include chat window on the following pages"
3336
+ msgstr "��� ����� �������� �� ������� ������"
3337
+
3338
+ #: wp-live-chat-support/includes/settings_page.php:274
3339
+ #: wp-live-chat-support/includes/settings_page.php:289
3340
+ #: wp-live-chat-support/includes/settings_page.php:305
3341
+ #: wp-live-chat-support/includes/settings_page.php:354
3342
+ #: wp-live-chat-support/includes/settings_page.php:371
3343
+ #: wp-live-chat-support/includes/settings_page.php:387
3344
+ #: wp-live-chat-support/includes/settings_page.php:403
3345
+ #: wp-live-chat-support/includes/settings_page.php:419
3346
+ #: wp-live-chat-support/includes/settings_page.php:435
3347
+ #: wp-live-chat-support/includes/settings_page.php:452
3348
+ #: wp-live-chat-support/includes/settings_page.php:549
3349
+ #: wp-live-chat-support/includes/settings_page.php:562
3350
+ msgid "available in the"
3351
+ msgstr "������ ��"
3352
+
3353
+ #: wp-live-chat-support/includes/settings_page.php:275
3354
+ #: wp-live-chat-support/includes/settings_page.php:290
3355
+ #: wp-live-chat-support/includes/settings_page.php:306
3356
+ #: wp-live-chat-support/includes/settings_page.php:355
3357
+ #: wp-live-chat-support/includes/settings_page.php:372
3358
+ #: wp-live-chat-support/includes/settings_page.php:388
3359
+ #: wp-live-chat-support/includes/settings_page.php:404
3360
+ #: wp-live-chat-support/includes/settings_page.php:420
3361
+ #: wp-live-chat-support/includes/settings_page.php:436
3362
+ #: wp-live-chat-support/includes/settings_page.php:453
3363
+ #: wp-live-chat-support/includes/settings_page.php:550
3364
+ #: wp-live-chat-support/includes/settings_page.php:563
3365
+ #: wp-live-chat-support/wp-live-chat-support.php:4607
3366
+ #: wp-live-chat-support/wp-live-chat-support.php:5590
3367
+ #: wp-live-chat-support/wp-live-chat-support.php:5644
3368
+ msgid "Pro Add-on"
3369
+ msgstr "������� ��������"
3370
+
3371
+ #: wp-live-chat-support/includes/settings_page.php:276
3372
+ #: wp-live-chat-support/includes/settings_page.php:291
3373
+ #: wp-live-chat-support/includes/settings_page.php:307
3374
+ #: wp-live-chat-support/includes/settings_page.php:356
3375
+ #: wp-live-chat-support/includes/settings_page.php:373
3376
+ #: wp-live-chat-support/includes/settings_page.php:389
3377
+ #: wp-live-chat-support/includes/settings_page.php:405
3378
+ #: wp-live-chat-support/includes/settings_page.php:421
3379
+ #: wp-live-chat-support/includes/settings_page.php:437
3380
+ #: wp-live-chat-support/includes/settings_page.php:454
3381
+ #: wp-live-chat-support/includes/settings_page.php:551
3382
+ #: wp-live-chat-support/includes/settings_page.php:564
3383
+ msgid "only"
3384
+ msgstr "���"
3385
+
3386
+ #: wp-live-chat-support/includes/settings_page.php:283
3387
+ msgid "Exclude chat window on the following pages"
3388
+ msgstr "������� ����� ������� �� ������� ������"
3389
+
3390
+ #: wp-live-chat-support/includes/settings_page.php:348
3391
+ msgid "Display a typing animation as soon as someone starts typing."
3392
+ msgstr "����� ����� ������� ��� ��� ����� ��������."
3393
+
3394
+ #: wp-live-chat-support/includes/settings_page.php:449
3395
+ msgid "Alert me via email as soon as someone wants to chat"
3396
+ msgstr "����� ����� ��� ������ ���������� ����� ���� ��� ���� ��������"
3397
+
3398
+ #: wp-live-chat-support/includes/settings_page.php:473
3399
+ #, fuzzy
3400
+ #| msgid "Display name and avatar in chat"
3401
+ msgid "Display details in chat message"
3402
+ msgstr "��� ����� ������� �� ��������"
3403
+
3404
+ #: wp-live-chat-support/includes/settings_page.php:477
3405
+ #, fuzzy
3406
+ #| msgid "Goal Name"
3407
+ msgid "Show Name"
3408
+ msgstr "��� �����"
3409
+
3410
+ #: wp-live-chat-support/includes/settings_page.php:479
3411
+ #, fuzzy
3412
+ #| msgid "Show After"
3413
+ msgid "Show Avatar"
3414
+ msgstr "������ ���"
3415
+
3416
+ #: wp-live-chat-support/includes/settings_page.php:496
3417
+ #, fuzzy
3418
+ #| msgid "User has maximized the chat window"
3419
+ msgid "Display a timestamp in the chat window"
3420
+ msgstr "�������� ��� ������ ����� ��������"
3421
+
3422
+ #: wp-live-chat-support/includes/settings_page.php:500
3423
+ #, fuzzy
3424
+ #| msgid "Show After"
3425
+ msgid "Show Date"
3426
+ msgstr "������ ���"
3427
+
3428
+ #: wp-live-chat-support/includes/settings_page.php:502
3429
+ #, fuzzy
3430
+ #| msgid "Show After"
3431
+ msgid "Show Time"
3432
+ msgstr "������ ���"
3433
+
3434
+ #: wp-live-chat-support/includes/settings_page.php:507
3435
+ msgid "Redirect user to thank you page when chat is ended"
3436
+ msgstr ""
3437
+
3438
+ #: wp-live-chat-support/includes/settings_page.php:507
3439
+ msgid ""
3440
+ "By checking this, users will be redirected to your thank you page when a chat "
3441
+ "is completed."
3442
+ msgstr ""
3443
+
3444
+ #: wp-live-chat-support/includes/settings_page.php:511
3445
+ msgid "Thank You Page URL"
3446
+ msgstr ""
3447
+
3448
+ #: wp-live-chat-support/includes/settings_page.php:521
3449
+ msgid "Disable Emojis"
3450
+ msgstr ""
3451
+
3452
+ #: wp-live-chat-support/includes/settings_page.php:624
3453
+ msgid "Custom fields"
3454
+ msgstr ""
3455
+
3456
+ #: wp-live-chat-support/includes/settings_page.php:632
3457
+ #, fuzzy
3458
+ #| msgid "Main Settings"
3459
+ msgid "Email settings"
3460
+ msgstr "��������� ��������"
3461
+
3462
+ #: wp-live-chat-support/includes/settings_page.php:648
3463
+ msgid "Subject"
3464
+ msgstr ""
3465
+
3466
+ #: wp-live-chat-support/includes/settings_page.php:648
3467
+ msgid "User name will be appended to the end of the subject."
3468
+ msgstr ""
3469
+
3470
+ #: wp-live-chat-support/includes/settings_page.php:786
3471
+ #: wp-live-chat-support/includes/settings_page.php:787
3472
+ msgid "Classic"
3473
+ msgstr "������"
3474
+
3475
+ #: wp-live-chat-support/includes/settings_page.php:790
3476
+ #: wp-live-chat-support/includes/settings_page.php:791
3477
+ msgid "Modern"
3478
+ msgstr "����"
3479
+
3480
+ #: wp-live-chat-support/includes/settings_page.php:807
3481
+ #, fuzzy
3482
+ #| msgid "Colour Scheme"
3483
+ msgid "Color Scheme"
3484
+ msgstr "���� �����"
3485
+
3486
+ #: wp-live-chat-support/includes/settings_page.php:862
3487
+ msgid "Choose"
3488
+ msgstr "������"
3489
+
3490
+ #: wp-live-chat-support/includes/settings_page.php:863
3491
+ msgid "Your"
3492
+ msgstr "����� ��"
3493
+
3494
+ #: wp-live-chat-support/includes/settings_page.php:864
3495
+ msgid "Colors"
3496
+ msgstr "�������"
3497
+
3498
+ #: wp-live-chat-support/includes/settings_page.php:865
3499
+ msgid "Below"
3500
+ msgstr "�������"
3501
+
3502
+ #: wp-live-chat-support/includes/settings_page.php:884
3503
+ #, fuzzy
3504
+ #| msgid "Chat Dashboard"
3505
+ msgid "Chat background"
3506
+ msgstr "���� ������"
3507
+
3508
+ #: wp-live-chat-support/includes/settings_page.php:888
3509
+ msgid "Cloudy"
3510
+ msgstr ""
3511
+
3512
+ #: wp-live-chat-support/includes/settings_page.php:889
3513
+ msgid "Geometry"
3514
+ msgstr ""
3515
+
3516
+ #: wp-live-chat-support/includes/settings_page.php:890
3517
+ msgid "Tech"
3518
+ msgstr ""
3519
+
3520
+ #: wp-live-chat-support/includes/settings_page.php:897
3521
+ msgid "Palette Color 1"
3522
+ msgstr "��� ������� 1"
3523
+
3524
+ #: wp-live-chat-support/includes/settings_page.php:903
3525
+ msgid "Palette Color 2"
3526
+ msgstr "��� ������� 2"
3527
+
3528
+ #: wp-live-chat-support/includes/settings_page.php:909
3529
+ msgid "Palette Color 3"
3530
+ msgstr "��� ������� 3"
3531
+
3532
+ #: wp-live-chat-support/includes/settings_page.php:915
3533
+ msgid "Palette Color 4"
3534
+ msgstr "��� ������� 4"
3535
+
3536
+ #: wp-live-chat-support/includes/settings_page.php:925
3537
+ #, php-format
3538
+ msgid ""
3539
+ "Enable this if you are using a localization plugin. Should you wish to change "
3540
+ "the below strings with this option enabled, please visit the documentation %s"
3541
+ msgstr ""
3542
+
3543
+ #: wp-live-chat-support/includes/settings_page.php:967
3544
+ #, fuzzy
3545
+ #| msgid "Delete Message"
3546
+ msgid "Welcome message"
3547
+ msgstr "��� �������"
3548
+
3549
+ #: wp-live-chat-support/includes/settings_page.php:969
3550
+ msgid ""
3551
+ "This text is shown as soon as a user starts a chat and waits for an agent to "
3552
+ "join"
3553
+ msgstr ""
3554
+
3555
+ #: wp-live-chat-support/includes/settings_page.php:973
3556
+ msgid "No answer"
3557
+ msgstr ""
3558
+
3559
+ #: wp-live-chat-support/includes/settings_page.php:975
3560
+ #: wp-live-chat-support/wp-live-chat-support.php:4901
3561
+ #, fuzzy
3562
+ #| msgid "There is No Answer. Please Try Again Later"
3563
+ msgid "There is No Answer. Please Try Again Later."
3564
+ msgstr "�� ���� �����. ������ �������� ��� ���� ������"
3565
+
3566
+ #: wp-live-chat-support/includes/settings_page.php:975
3567
+ #, fuzzy
3568
+ #| msgid "This text is shown above the user chat input field"
3569
+ msgid ""
3570
+ "This text is shown to the user when an agent has failed to answer a chat "
3571
+ msgstr "���� ��� ���� ���� ����� �������� ����� ���������"
3572
+
3573
+ #: wp-live-chat-support/includes/settings_page.php:982
3574
+ #: wp-live-chat-support/wp-live-chat-support.php:1426
3575
+ #: wp-live-chat-support/wp-live-chat-support.php:3914
3576
+ #, fuzzy
3577
+ #| msgid "The chat has been ended"
3578
+ msgid "The chat has been ended by the operator."
3579
+ msgstr "��� �� ����� ��� ��������"
3580
+
3581
+ #: wp-live-chat-support/includes/surveys.php:8
3582
+ #: wp-live-chat-support/includes/surveys.php:20
3583
+ #: wp-live-chat-support/includes/surveys.php:351
3584
+ msgid "Surveys & Lead Forms"
3585
+ msgstr ""
3586
+
3587
+ #: wp-live-chat-support/includes/surveys.php:23
3588
+ #, fuzzy
3589
+ #| msgid "Enable Surveys"
3590
+ msgid "Enable Surveys & Lead Forms"
3591
+ msgstr "����� �����������"
3592
+
3593
+ #: wp-live-chat-support/includes/surveys.php:23
3594
+ #, fuzzy
3595
+ #| msgid ""
3596
+ #| "Enable surveys within your live chat box, either before or after a live "
3597
+ #| "chat session."
3598
+ msgid ""
3599
+ "Enable surveys and lead forms within your live chat box, either before or "
3600
+ "after a live chat session."
3601
+ msgstr "����� ����������� �� ���� ����� ��������ʡ ��� ��� �� ��� ��������."
3602
+
3603
+ #: wp-live-chat-support/includes/surveys.php:29
3604
+ msgid ""
3605
+ "Choosing a survey will reset the lead form selection: the items are "
3606
+ "alternatives, if you select a survey no lead form can be selected."
3607
+ msgstr ""
3608
+
3609
+ #: wp-live-chat-support/includes/surveys.php:32
3610
+ #, php-format
3611
+ msgid ""
3612
+ "No surveys created. Please <a href=\"%s\" target=\"_BLANK\" title="
3613
+ "\"NimbleSquirrel\">create a survey and then refresh this page.</a>"
3614
+ msgstr ""
3615
+ "������ ���������. ������<a href=\"%s\" target=\"_BLANK\" title="
3616
+ "\"NimbleSquirrel\">����� ������� �� ����� ��� ������.</a>"
3617
+
3618
+ #: wp-live-chat-support/includes/surveys.php:39
3619
+ msgid "Select a survey"
3620
+ msgstr "������ ���������"
3621
+
3622
+ #: wp-live-chat-support/includes/surveys.php:65
3623
+ msgid ""
3624
+ "Choosing a lead form will reset the survey selection: the items are "
3625
+ "alternatives, if you select a lead form no survey can be selected."
3626
+ msgstr ""
3627
+
3628
+ #: wp-live-chat-support/includes/surveys.php:68
3629
+ #, fuzzy, php-format
3630
+ #| msgid ""
3631
+ #| "No surveys created. Please <a href=\"%s\" target=\"_BLANK\" title="
3632
+ #| "\"NimbleSquirrel\">create a survey and then refresh this page.</a>"
3633
+ msgid ""
3634
+ "No lead forms created. Please <a href=\"%s\" target=\"_BLANK\" title="
3635
+ "\"NimbleSquirrel\">create a lead form and then refresh this page.</a>"
3636
+ msgstr ""
3637
+ "������ ���������. ������<a href=\"%s\" target=\"_BLANK\" title="
3638
+ "\"NimbleSquirrel\">����� ������� �� ����� ��� ������.</a>"
3639
+
3640
+ #: wp-live-chat-support/includes/surveys.php:75
3641
+ #, fuzzy
3642
+ #| msgid "Select a survey"
3643
+ msgid "Select a lead form"
3644
+ msgstr "������ ���������"
3645
+
3646
+ #: wp-live-chat-support/includes/surveys.php:97
3647
+ #, fuzzy
3648
+ #| msgid "Display survey"
3649
+ msgid "Display survey/form"
3650
+ msgstr "��� ���������"
3651
+
3652
+ #: wp-live-chat-support/includes/surveys.php:100
3653
+ msgid "Before chat"
3654
+ msgstr "��� ��������"
3655
+
3656
+ #: wp-live-chat-support/includes/surveys.php:101
3657
+ msgid "After chat"
3658
+ msgstr "��� ��������"
3659
+
3660
+ #: wp-live-chat-support/includes/surveys.php:106
3661
+ msgid "Chat button text"
3662
+ msgstr "�� �� ��������"
3663
+
3664
+ #: wp-live-chat-support/includes/surveys.php:112
3665
+ msgid "Change title of chat box when chat ended to"
3666
+ msgstr "����� ����� ����� �������� ��� ������ �������� ��"
3667
+
3668
+ #: wp-live-chat-support/includes/surveys.php:307
3669
+ #: wp-live-chat-support/wp-live-chat-support.php:864
3670
+ #: wp-live-chat-support/wp-live-chat-support.php:3902
3671
+ #: wp-live-chat-support/wp-live-chat-support.php:5940
3672
+ msgid "Or chat to an agent now"
3673
+ msgstr "�� ���� ��� ����� ����"
3674
+
3675
+ #: wp-live-chat-support/includes/surveys.php:312
3676
+ #: wp-live-chat-support/wp-live-chat-support.php:858
3677
+ #: wp-live-chat-support/wp-live-chat-support.php:3911
3678
+ #: wp-live-chat-support/wp-live-chat-support.php:5934
3679
+ msgid "Leave a message"
3680
+ msgstr "���� �����"
3681
+
3682
+ #: wp-live-chat-support/includes/surveys.php:346
3683
+ #, fuzzy
3684
+ #| msgid "WP Live Chat Surveys with Nimble Squirrel"
3685
+ msgid "WP Live Chat Surveys & Lead Forms with Nimble Squirrel"
3686
+ msgstr "WP Live Chat Surveys with Nimble Squirrel"
3687
+
3688
+ #: wp-live-chat-support/includes/surveys.php:352
3689
+ msgid ""
3690
+ "To view your responses, click the button below and log in to your "
3691
+ "NimbleSquirrel account."
3692
+ msgstr ""
3693
+ "����� �����ϡ ���� ���� ����� � �� ������ ������ ����� NimbleSquirrel ����� "
3694
+ "��."
3695
+
3696
+ #: wp-live-chat-support/includes/surveys.php:355
3697
+ msgid ""
3698
+ "Need help? <a href='https://wp-livechat.com/contact-us/' "
3699
+ "target='_BLANK'>Contact us</a> and we'll get back to you as soon as possible!"
3700
+ msgstr ""
3701
+ "����� ��������? <a href='https://wp-livechat.com/contact-us/' "
3702
+ "target='_BLANK'>���� ���</a> � ����� ����� ���� �� ���� ���!"
3703
+
3704
+ #: wp-live-chat-support/includes/surveys.php:365
3705
+ #, fuzzy, php-format
3706
+ #| msgid ""
3707
+ #| "Register on <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
3708
+ #| "\">NimbleSquirrel</a> (It's free.)"
3709
+ msgid ""
3710
+ "Register on <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
3711
+ "\">NimbleSquirrel</a>"
3712
+ msgstr ""
3713
+ "��� �� <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
3714
+ "\">NimbleSquirrel</a> (��� �����.)"
3715
+
3716
+ #: wp-live-chat-support/includes/surveys.php:368
3717
+ #, php-format
3718
+ msgid ""
3719
+ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Create a survey</"
3720
+ "a>."
3721
+ msgstr ""
3722
+ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">����� �������</a>."
3723
+
3724
+ #: wp-live-chat-support/includes/surveys.php:375
3725
+ msgid "Add a Survey to your live chat box"
3726
+ msgstr "����� ������� ������ �������� ����� ��"
3727
+
3728
+ #: wp-live-chat-support/includes/surveys.php:376
3729
+ msgid "Three simple steps:"
3730
+ msgstr "���� ����� �����:"
3731
+
3732
+ #: wp-live-chat-support/includes/surveys.php:380
3733
+ #, fuzzy
3734
+ #| msgid ""
3735
+ #| "Enable surveys in your live chat <a href='admin.php?page=wplivechat-menu-"
3736
+ #| "settings'>settings page</a>."
3737
+ msgid ""
3738
+ "Enable surveys in your live chat <a href='admin.php?page=wplivechat-menu-"
3739
+ "settings#tabs-survey'>settings page</a>."
3740
+ msgstr ""
3741
+ "�� ������ ����������� �� ���� <a href='admin.php?page=wplivechat-menu-"
3742
+ "settings'>���� ��������</a>."
3743
+
3744
+ #: wp-live-chat-support/includes/welcome_page.php:4
3745
+ #, fuzzy
3746
+ #| msgid "WP Live Chat Support"
3747
+ msgid "Welcome to WP Live Chat Support v8"
3748
+ msgstr "WP Live Chat Support"
3749
+
3750
+ #: wp-live-chat-support/includes/welcome_page.php:6
3751
+ msgid ""
3752
+ "WP Live Chat Support is the most cost effective, feature rich, amazingly "
3753
+ "supported and most positively reviewed live chat plugin on WordPress!"
3754
+ msgstr ""
3755
+
3756
+ #: wp-live-chat-support/includes/welcome_page.php:8
3757
+ #, fuzzy
3758
+ #| msgid "You are not accepting chats"
3759
+ msgid "Skip intro and start accepting chats"
3760
+ msgstr "��� ����� �� ������ �������"
3761
+
3762
+ #: wp-live-chat-support/includes/welcome_page.php:28
3763
+ #, fuzzy
3764
+ #| msgid "Welcome to "
3765
+ msgid "Welcome"
3766
+ msgstr "����� �� �� "
3767
+
3768
+ #: wp-live-chat-support/includes/welcome_page.php:29
3769
+ msgid "Credits"
3770
+ msgstr ""
3771
+
3772
+ #: wp-live-chat-support/includes/welcome_page.php:37
3773
+ #, fuzzy
3774
+ #| msgid "Dedicated server"
3775
+ msgid "Incredibly fast server"
3776
+ msgstr "����� ���"
3777
+
3778
+ #: wp-live-chat-support/includes/welcome_page.php:39
3779
+ msgid "Use our server to handle the load and save 1000%+ on server resources!"
3780
+ msgstr ""
3781
+
3782
+ #: wp-live-chat-support/includes/welcome_page.php:42
3783
+ #, fuzzy
3784
+ #| msgid "Chat Dashboard"
3785
+ msgid "New Dashboard"
3786
+ msgstr "���� ������"
3787
+
3788
+ #: wp-live-chat-support/includes/welcome_page.php:43
3789
+ msgid "Handle all your chats in one area, on any admin page."
3790
+ msgstr ""
3791
+
3792
+ #: wp-live-chat-support/includes/welcome_page.php:46
3793
+ msgid "Emojis!"
3794
+ msgstr ""
3795
+
3796
+ #: wp-live-chat-support/includes/welcome_page.php:47
3797
+ msgid "Add a touch of your own personality with emojis!"
3798
+ msgstr ""
3799
+
3800
+ #: wp-live-chat-support/includes/welcome_page.php:54
3801
+ msgid "Typing Preview"
3802
+ msgstr ""
3803
+
3804
+ #: wp-live-chat-support/includes/welcome_page.php:56
3805
+ msgid "See what your customers are typing before they even send it!"
3806
+ msgstr ""
3807
+
3808
+ #: wp-live-chat-support/includes/welcome_page.php:59
3809
+ #, fuzzy
3810
+ #| msgid "Multiple Chats"
3811
+ msgid "Multiple Agents Per Chat"
3812
+ msgstr "������� ������"
3813
+
3814
+ #: wp-live-chat-support/includes/welcome_page.php:61
3815
+ msgid "More than one agent can join and be involved in a chat."
3816
+ msgstr ""
3817
+
3818
+ #: wp-live-chat-support/includes/welcome_page.php:64
3819
+ msgid "Agent to Agent Chat"
3820
+ msgstr ""
3821
+
3822
+ #: wp-live-chat-support/includes/welcome_page.php:66
3823
+ msgid "Chat directly to other agents on our new dashboard."
3824
+ msgstr ""
3825
+
3826
+ #: wp-live-chat-support/includes/welcome_page.php:71
3827
+ #, fuzzy
3828
+ #| msgid "Message"
3829
+ msgid "Edit Messages"
3830
+ msgstr "�������"
3831
+
3832
+ #: wp-live-chat-support/includes/welcome_page.php:73
3833
+ msgid ""
3834
+ "Simply press the UP arrow or use the EDIT link to edit a message that you "
3835
+ "have already sent."
3836
+ msgstr ""
3837
+
3838
+ #: wp-live-chat-support/includes/welcome_page.php:76
3839
+ msgid "Event Monitoring"
3840
+ msgstr ""
3841
+
3842
+ #: wp-live-chat-support/includes/welcome_page.php:78
3843
+ msgid "Know exactly what the user is doing in real time."
3844
+ msgstr ""
3845
+
3846
+ #: wp-live-chat-support/includes/welcome_page.php:81
3847
+ msgid "iOS app"
3848
+ msgstr ""
3849
+
3850
+ #: wp-live-chat-support/includes/welcome_page.php:83
3851
+ msgid "The new iOS app is finally here!"
3852
+ msgstr ""
3853
+
3854
+ #: wp-live-chat-support/includes/welcome_page.php:91
3855
+ msgid "How did you find us?"
3856
+ msgstr "��� �����ǿ"
3857
+
3858
+ #: wp-live-chat-support/includes/welcome_page.php:96
3859
+ msgid "WordPress.org plugin repository "
3860
+ msgstr "������ WordPress.org "
3861
+
3862
+ #: wp-live-chat-support/includes/welcome_page.php:99
3863
+ msgid "Search Term"
3864
+ msgstr "���� ���"
3865
+
3866
+ #: wp-live-chat-support/includes/welcome_page.php:103
3867
+ msgid "Google or other search Engine"
3868
+ msgstr "���� �� ���� ��� ���"
3869
+
3870
+ #: wp-live-chat-support/includes/welcome_page.php:109
3871
+ msgid "Friend recommendation"
3872
+ msgstr "����� �� ����"
3873
+
3874
+ #: wp-live-chat-support/includes/welcome_page.php:115
3875
+ msgid "Other"
3876
+ msgstr "����"
3877
+
3878
+ #: wp-live-chat-support/includes/welcome_page.php:119
3879
+ msgid "Please Explain"
3880
+ msgstr "���� �������"
3881
+
3882
+ #: wp-live-chat-support/includes/welcome_page.php:128
3883
+ msgid "Submit"
3884
+ msgstr "���"
3885
+
3886
+ #: wp-live-chat-support/includes/welcome_page.php:128
3887
+ msgid "Skip"
3888
+ msgstr "����"
3889
+
3890
+ #: wp-live-chat-support/includes/welcome_page.php:137
3891
+ #, fuzzy
3892
+ #| msgid "WP Live Chat Support"
3893
+ msgid "New to WP Live Chat Support?"
3894
+ msgstr "WP Live Chat Support"
3895
+
3896
+ #: wp-live-chat-support/includes/welcome_page.php:138
3897
+ msgid "You may want to"
3898
+ msgstr ""
3899
+
3900
+ #: wp-live-chat-support/includes/welcome_page.php:138
3901
+ #, fuzzy
3902
+ #| msgid "documentation"
3903
+ msgid "review our documentation"
3904
+ msgstr "�������"
3905
+
3906
+ #: wp-live-chat-support/includes/welcome_page.php:138
3907
+ msgid ""
3908
+ "before you get started. If you're a tech-savvy individual, you may skip this "
3909
+ "step."
3910
+ msgstr ""
3911
+
3912
+ #: wp-live-chat-support/includes/welcome_page.php:141
3913
+ msgid "Help me!"
3914
+ msgstr ""
3915
+
3916
+ #: wp-live-chat-support/includes/welcome_page.php:142
3917
+ #, fuzzy
3918
+ #| msgid "Visitor"
3919
+ msgid "Visit our"
3920
+ msgstr "����"
3921
+
3922
+ #: wp-live-chat-support/includes/welcome_page.php:142
3923
+ #, fuzzy
3924
+ #| msgid "Support desk"
3925
+ msgid "Support Desk"
3926
+ msgstr "�����"
3927
+
3928
+ #: wp-live-chat-support/includes/welcome_page.php:142
3929
+ msgid "for quick and friendly help. We'll answer your request within 24hours."
3930
+ msgstr ""
3931
+
3932
+ #: wp-live-chat-support/includes/welcome_page.php:145
3933
+ msgid "Feedback"
3934
+ msgstr "�������"
3935
+
3936
+ #: wp-live-chat-support/includes/welcome_page.php:146
3937
+ msgid "We need you to help us make this plugin better."
3938
+ msgstr ""
3939
+
3940
+ #: wp-live-chat-support/includes/welcome_page.php:146
3941
+ #, fuzzy
3942
+ #| msgid "Send Feedback"
3943
+ msgid "Send us your feedback"
3944
+ msgstr "���� ����� ������"
3945
+
3946
+ #: wp-live-chat-support/includes/welcome_page.php:146
3947
+ msgid "and we'll act on it as soon as humanly possible."
3948
+ msgstr ""
3949
+
3950
+ #: wp-live-chat-support/modules/api/wplc-api.php:44
3951
+ #: wp-live-chat-support/modules/api/wplc-api.php:71
3952
+ msgid "REST API"
3953
+ msgstr "REST API"
3954
+
3955
+ #: wp-live-chat-support/modules/api/wplc-api.php:62
3956
+ msgid ""
3957
+ "To make use of the REST API, please ensure you are using a version of "
3958
+ "WordPress with the REST API included."
3959
+ msgstr ""
3960
+ "��������� �� REST API� ���� ������ �� ������� ���� ���� ��� ���� REST API."
3961
+
3962
+ #: wp-live-chat-support/modules/api/wplc-api.php:64
3963
+ msgid ""
3964
+ "Alternatively, please install the official Rest API plugin from WordPress."
3965
+ msgstr "����� �� ��ߡ ����� ����� ����� Rest API �� ���� ������ ��."
3966
+
3967
+ #: wp-live-chat-support/modules/api/wplc-api.php:76
3968
+ msgid "Secret Token"
3969
+ msgstr "����� �����"
3970
+
3971
+ #: wp-live-chat-support/modules/api/wplc-api.php:79
3972
+ msgid "No secret token found"
3973
+ msgstr "�� ���� ��� ���"
3974
+
3975
+ #: wp-live-chat-support/modules/api/wplc-api.php:80
3976
+ #: wp-live-chat-support/modules/beta_features.php:89
3977
+ msgid "Generate New"
3978
+ msgstr "����� ����"
3979
+
3980
+ #: wp-live-chat-support/modules/api/wplc-api.php:85
3981
+ msgid "Supported API Calls"
3982
+ msgstr "API Calls �������"
3983
+
3984
+ #: wp-live-chat-support/modules/api/wplc-api.php:89
3985
+ #: wp-live-chat-support/modules/api/wplc-api.php:97
3986
+ #: wp-live-chat-support/modules/api/wplc-api.php:105
3987
+ #: wp-live-chat-support/modules/api/wplc-api.php:113
3988
+ #: wp-live-chat-support/modules/api/wplc-api.php:121
3989
+ #: wp-live-chat-support/modules/api/wplc-api.php:130
3990
+ msgid "Try"
3991
+ msgstr "���"
3992
+
3993
+ #: wp-live-chat-support/modules/api/wplc-api.php:138
3994
+ msgid "API Response Codes"
3995
+ msgstr "��� ���API Response"
3996
+
3997
+ #: wp-live-chat-support/modules/api/wplc-api.php:281
3998
+ msgid "Rest Console "
3999
+ msgstr "Rest Console "
4000
+
4001
+ #: wp-live-chat-support/modules/api/wplc-api.php:288
4002
+ msgid "Try it!"
4003
+ msgstr "���!"
4004
+
4005
+ #: wp-live-chat-support/modules/beta_features.php:14
4006
+ #, fuzzy
4007
+ #| msgid "Advanced settings"
4008
+ msgid "Advanced Features"
4009
+ msgstr "������� ������"
4010
+
4011
+ #: wp-live-chat-support/modules/beta_features.php:33
4012
+ #, fuzzy
4013
+ #| msgid "No secret token found"
4014
+ msgid "No token found"
4015
+ msgstr "�� ���� ��� ���"
4016
+
4017
+ #: wp-live-chat-support/modules/beta_features.php:49
4018
+ #, fuzzy
4019
+ #| msgid "Cloud Server"
4020
+ msgid "Chat Server"
4021
+ msgstr "���� �����"
4022
+
4023
+ #: wp-live-chat-support/modules/beta_features.php:58
4024
+ #, fuzzy
4025
+ #| msgid "Use our server to host your chat server."
4026
+ msgid "Use our server to handle chats"
4027
+ msgstr "������ ������ �������� ���� ��������."
4028
+
4029
+ #: wp-live-chat-support/modules/beta_features.php:58
4030
+ msgid ""
4031
+ "Disabling this will result in the plugin reverting back to using the legacy "
4032
+ "chat dashboard."
4033
+ msgstr ""
4034
+
4035
+ #: wp-live-chat-support/modules/beta_features.php:62
4036
+ msgid ""
4037
+ "Disabling this will revert the chat dashboard back to the legacy version."
4038
+ msgstr ""
4039
+
4040
+ #: wp-live-chat-support/modules/beta_features.php:67
4041
+ msgid "Server location"
4042
+ msgstr ""
4043
+
4044
+ #: wp-live-chat-support/modules/beta_features.php:67
4045
+ msgid "Select a server location that is near to you."
4046
+ msgstr ""
4047
+
4048
+ #: wp-live-chat-support/modules/beta_features.php:72
4049
+ msgid "Automatic (suggested)"
4050
+ msgstr ""
4051
+
4052
+ #: wp-live-chat-support/modules/beta_features.php:73
4053
+ #: wp-live-chat-support/modules/beta_features.php:74
4054
+ #, php-format
4055
+ msgid "United States - %s"
4056
+ msgstr ""
4057
+
4058
+ #: wp-live-chat-support/modules/beta_features.php:77
4059
+ #: wp-live-chat-support/modules/beta_features.php:78
4060
+ #, php-format
4061
+ msgid "Europe - %s"
4062
+ msgstr ""
4063
+
4064
+ #: wp-live-chat-support/modules/beta_features.php:85
4065
+ #, fuzzy
4066
+ #| msgid "Chat Deleted"
4067
+ msgid "Chat server token"
4068
+ msgstr "�� ��� ��������"
4069
+
4070
+ #: wp-live-chat-support/modules/beta_features.php:85
4071
+ msgid ""
4072
+ "Security token for accessing chats on the node server. Changing this will "
4073
+ "remove current chats"
4074
+ msgstr ""
4075
+
4076
+ #: wp-live-chat-support/modules/beta_features.php:90
4077
+ msgid "Copy"
4078
+ msgstr ""
4079
+
4080
+ #: wp-live-chat-support/modules/beta_features.php:95
4081
+ msgid "Server end point override"
4082
+ msgstr ""
4083
+
4084
+ #: wp-live-chat-support/modules/beta_features.php:95
4085
+ msgid ""
4086
+ "Do not change this unless advised to do so by a WP Live Chat Support "
4087
+ "representative"
4088
+ msgstr ""
4089
+
4090
+ #: wp-live-chat-support/modules/beta_features.php:98
4091
+ msgid "Leave empty unless advised by a WP Live Chat Support representative"
4092
+ msgstr ""
4093
+
4094
+ #: wp-live-chat-support/modules/beta_features.php:104
4095
+ #, fuzzy
4096
+ #| msgid "Incoming chat ring tone"
4097
+ msgid "Limit chat ring amount"
4098
+ msgstr "������ ������ ��������� �������"
4099
+
4100
+ #: wp-live-chat-support/modules/beta_features.php:104
4101
+ msgid "Limit the amount of time the new chat ringer will play"
4102
+ msgstr ""
4103
+
4104
+ #: wp-live-chat-support/modules/beta_features.php:113
4105
+ #: wp-live-chat-support/modules/node_server.php:733
4106
+ msgid "Did you know?"
4107
+ msgstr ""
4108
+
4109
+ #: wp-live-chat-support/modules/beta_features.php:113
4110
+ msgid ""
4111
+ "You can copy this node server token to multiple sites in order to manage more "
4112
+ "than one domain from a single chat dashboard"
4113
+ msgstr ""
4114
+
4115
+ #: wp-live-chat-support/modules/beta_features.php:167
4116
+ #, fuzzy
4117
+ #| msgid "End chat"
4118
+ msgid "End Chat"
4119
+ msgstr "����� ��������"
4120
+
4121
+ #: wp-live-chat-support/modules/documentation_suggestions.php:36
4122
+ #, php-format
4123
+ msgid ""
4124
+ "Upgrade to the <a href='%s' taget='_BLANK'>pro version</a> to automatically "
4125
+ "suggest relevant documentation pages on your own site while users are waiting "
4126
+ "for the agent to join the chat. As soon as the user sends a message, the "
4127
+ "system will locate relevant documents on your website and provide links to "
4128
+ "the user."
4129
+ msgstr ""
4130
+
4131
+ #: wp-live-chat-support/modules/gdpr.php:33
4132
+ msgid "Enbled GDPR Compliance"
4133
+ msgstr ""
4134
+
4135
+ #: wp-live-chat-support/modules/gdpr.php:33
4136
+ msgid "Disabling will disable all GDPR related options, this is not advised."
4137
+ msgstr ""
4138
+
4139
+ #: wp-live-chat-support/modules/gdpr.php:37
4140
+ msgid "Importance of GDPR Compliance"
4141
+ msgstr ""
4142
+
4143
+ #: wp-live-chat-support/modules/gdpr.php:43
4144
+ #, fuzzy
4145
+ #| msgid "Goal Name"
4146
+ msgid "Company Name"
4147
+ msgstr "��� �����"
4148
+
4149
+ #: wp-live-chat-support/modules/gdpr.php:52
4150
+ msgid "Retention Purpose"
4151
+ msgstr ""
4152
+
4153
+ #: wp-live-chat-support/modules/gdpr.php:55
4154
+ #: wp-live-chat-support/modules/gdpr.php:373
4155
+ #, fuzzy
4156
+ #| msgid "Support"
4157
+ msgid "Chat/Support"
4158
+ msgstr "�����"
4159
+
4160
+ #: wp-live-chat-support/modules/gdpr.php:61
4161
+ msgid "Retention Period"
4162
+ msgstr ""
4163
+
4164
+ #: wp-live-chat-support/modules/gdpr.php:64
4165
+ msgid "days"
4166
+ msgstr ""
4167
+
4168
+ #: wp-live-chat-support/modules/gdpr.php:70
4169
+ msgid "Next Check"
4170
+ msgstr ""
4171
+
4172
+ #: wp-live-chat-support/modules/gdpr.php:71
4173
+ msgid ""
4174
+ "When the next cron will run to check for data which is older than our "
4175
+ "retention period."
4176
+ msgstr ""
4177
+
4178
+ #: wp-live-chat-support/modules/gdpr.php:85
4179
+ msgid "GDPR Notice"
4180
+ msgstr ""
4181
+
4182
+ #: wp-live-chat-support/modules/gdpr.php:86
4183
+ msgid ""
4184
+ "Users will be asked to accept the notice shown here, in the form of a check "
4185
+ "box."
4186
+ msgstr ""
4187
+
4188
+ #: wp-live-chat-support/modules/gdpr.php:137
4189
+ msgid "GDPR"
4190
+ msgstr ""
4191
+
4192
+ #: wp-live-chat-support/modules/gdpr.php:146
4193
+ #, fuzzy
4194
+ #| msgid "WP Live Chat Support Pro"
4195
+ msgid "WP Live Chat Support - GDPR"
4196
+ msgstr "WP Live Chat Support ��������"
4197
+
4198
+ #: wp-live-chat-support/modules/gdpr.php:148
4199
+ msgid ""
4200
+ "Search is performed on chat sessions, messages, and offline messages. Data "
4201
+ "will also be deleted automatically per your retention policy."
4202
+ msgstr ""
4203
+
4204
+ #: wp-live-chat-support/modules/gdpr.php:159
4205
+ #, fuzzy
4206
+ #| msgid "Leave a message"
4207
+ msgid "Name, Email, Message"
4208
+ msgstr "���� �����"
4209
+
4210
+ #: wp-live-chat-support/modules/gdpr.php:163
4211
+ #, fuzzy
4212
+ #| msgid "Search Term"
4213
+ msgid "Search"
4214
+ msgstr "���� ���"
4215
+
4216
+ #: wp-live-chat-support/modules/gdpr.php:176
4217
+ #, php-format
4218
+ msgid "Search Results in %%TABLE%%"
4219
+ msgstr ""
4220
+
4221
+ #: wp-live-chat-support/modules/gdpr.php:202
4222
+ #, php-format
4223
+ msgid "Delete Chat (%%CID%%)"
4224
+ msgstr ""
4225
+
4226
+ #: wp-live-chat-support/modules/gdpr.php:203
4227
+ #, fuzzy, php-format
4228
+ #| msgid "Download Chat History"
4229
+ msgid "Download Chat (%%CID%%)"
4230
+ msgstr "����� ��� ���������"
4231
+
4232
+ #: wp-live-chat-support/modules/gdpr.php:228
4233
+ msgid "Please perform a search using the input field above"
4234
+ msgstr ""
4235
+
4236
+ #: wp-live-chat-support/modules/gdpr.php:291
4237
+ #, fuzzy
4238
+ #| msgid "Chat Deleted"
4239
+ msgid "Data Deleted"
4240
+ msgstr "�� ��� ��������"
4241
+
4242
+ #: wp-live-chat-support/modules/gdpr.php:371
4243
+ #, php-format
4244
+ msgid ""
4245
+ "I agree for my personal data to be processed and for the use of cookies in "
4246
+ "order to engage in a chat processed by %%COMPANY%%, for the purpose of "
4247
+ "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
4248
+ msgstr ""
4249
+
4250
+ #: wp-live-chat-support/modules/gdpr.php:392
4251
+ #: wp-live-chat-support/modules/gdpr.php:672
4252
+ #: wp-live-chat-support/modules/gdpr.php:694
4253
+ msgid "Privacy Policy"
4254
+ msgstr ""
4255
+
4256
+ #: wp-live-chat-support/modules/gdpr.php:393
4257
+ #, php-format
4258
+ msgid ""
4259
+ "We use WP Live Chat Support as our live chat platform. By clicking below to "
4260
+ "submit this form, you acknowledge that the information you provide now and "
4261
+ "during the chat will be transferred to WP Live Chat Support for processing in "
4262
+ "accordance with their %%POLICY_LINK%%."
4263
+ msgstr ""
4264
+
4265
+ #: wp-live-chat-support/modules/gdpr.php:415
4266
+ #, php-format
4267
+ msgid ""
4268
+ "Please note as per the GDPR settings you have selected, all chat data will be "
4269
+ "retained for %%PERIOD%% day(s)."
4270
+ msgstr ""
4271
+
4272
+ #: wp-live-chat-support/modules/gdpr.php:418
4273
+ #, php-format
4274
+ msgid ""
4275
+ "After this period of time, all chat data older than %%PERIOD%% day(s), will "
4276
+ "be permanently removed from your server. "
4277
+ msgstr ""
4278
+
4279
+ #: wp-live-chat-support/modules/gdpr.php:422
4280
+ msgid "GDPR - Data Retention"
4281
+ msgstr ""
4282
+
4283
+ #: wp-live-chat-support/modules/gdpr.php:428
4284
+ #: wp-live-chat-support/modules/gdpr.php:674
4285
+ #, fuzzy
4286
+ #| msgid "Main Settings"
4287
+ msgid "Privacy Settings"
4288
+ msgstr "��������� ��������"
4289
+
4290
+ #: wp-live-chat-support/modules/gdpr.php:443
4291
+ msgid "Once every 6 hours"
4292
+ msgstr ""
4293
+
4294
+ #: wp-live-chat-support/modules/gdpr.php:557
4295
+ msgid "Delete Chat Data"
4296
+ msgstr ""
4297
+
4298
+ #: wp-live-chat-support/modules/gdpr.php:558
4299
+ #, fuzzy
4300
+ #| msgid "Download Chat History"
4301
+ msgid "Download Chat Data"
4302
+ msgstr "����� ��� ���������"
4303
+
4304
+ #: wp-live-chat-support/modules/gdpr.php:561
4305
+ #, fuzzy
4306
+ #| msgid "Chat ended"
4307
+ msgid "Chat Ended"
4308
+ msgstr "����� ��������"
4309
+
4310
+ #: wp-live-chat-support/modules/gdpr.php:640
4311
+ #, fuzzy
4312
+ #| msgid "complete"
4313
+ msgid "Complete"
4314
+ msgstr "�����"
4315
+
4316
+ #: wp-live-chat-support/modules/gdpr.php:665
4317
+ msgid ""
4318
+ "GDPR compliance has been disabled, read more about the implications of this "
4319
+ "here"
4320
+ msgstr ""
4321
+
4322
+ #: wp-live-chat-support/modules/gdpr.php:666
4323
+ #, fuzzy
4324
+ #| msgid " with the Pro add-on of WP Live Chat Support"
4325
+ msgid "Additionally please take a look at WP Live Chat Support"
4326
+ msgstr " �� ���� ������ �������� �� WP Live Chat Support"
4327
+
4328
+ #: wp-live-chat-support/modules/gdpr.php:667
4329
+ msgid ""
4330
+ "It is highly recommended that you enable GDPR compliance to ensure your user "
4331
+ "data is regulated."
4332
+ msgstr ""
4333
+
4334
+ #: wp-live-chat-support/modules/gdpr.php:670
4335
+ msgid "Warning - GDPR Compliance Disabled - Action Required"
4336
+ msgstr ""
4337
+
4338
+ #: wp-live-chat-support/modules/gdpr.php:671
4339
+ msgid "EU GDPR"
4340
+ msgstr ""
4341
+
4342
+ #: wp-live-chat-support/modules/gdpr.php:675
4343
+ msgid "Dismiss & Accept Responsibility"
4344
+ msgstr ""
4345
+
4346
+ #: wp-live-chat-support/modules/gdpr.php:692
4347
+ #, php-format
4348
+ msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
4349
+ msgstr ""
4350
+
4351
+ #: wp-live-chat-support/modules/gdpr.php:743
4352
+ msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
4353
+ msgstr ""
4354
+
4355
+ #: wp-live-chat-support/modules/google_analytics.php:12
4356
+ msgid "Google Analytics Integration"
4357
+ msgstr ""
4358
+
4359
+ #: wp-live-chat-support/modules/google_analytics.php:17
4360
+ msgid "Enable Google Analytics Integration"
4361
+ msgstr ""
4362
+
4363
+ #: wp-live-chat-support/modules/module_gif.php:144
4364
+ #, fuzzy
4365
+ #| msgid "Iterations"
4366
+ msgid "GIF Integration"
4367
+ msgstr "�������"
4368
+
4369
+ #: wp-live-chat-support/modules/module_gif.php:150
4370
+ #, fuzzy
4371
+ #| msgid "Enable Encryption"
4372
+ msgid "Enable GIF Integration"
4373
+ msgstr "����� �������"
4374
+
4375
+ #: wp-live-chat-support/modules/module_gif.php:150
4376
+ msgid ""
4377
+ "If you enable GIF Integration you're going to be able to send GIFs by typing "
4378
+ "commands such as '/gif happy' when writing a message."
4379
+ msgstr ""
4380
+
4381
+ #: wp-live-chat-support/modules/module_gif.php:158
4382
+ #, fuzzy
4383
+ #| msgid "Select a survey"
4384
+ msgid "Select a GIF provider"
4385
+ msgstr "������ ���������"
4386
+
4387
+ #: wp-live-chat-support/modules/module_gif.php:158
4388
+ msgid ""
4389
+ "A GIF provider is the source of the GIFs that are going to show when you type "
4390
+ "a command like '/gif happy' on a message."
4391
+ msgstr ""
4392
+
4393
+ #: wp-live-chat-support/modules/module_gif.php:162
4394
+ msgid "Giphy"
4395
+ msgstr ""
4396
+
4397
+ #: wp-live-chat-support/modules/module_gif.php:163
4398
+ msgid "Tenor"
4399
+ msgstr ""
4400
+
4401
+ #: wp-live-chat-support/modules/module_gif.php:169
4402
+ #: wp-live-chat-support/modules/module_gif.php:172
4403
+ #, fuzzy
4404
+ #| msgid "This API key is "
4405
+ msgid "Giphy API key"
4406
+ msgstr "����� ���API ����� �� "
4407
+
4408
+ #: wp-live-chat-support/modules/module_gif.php:169
4409
+ msgid "The API key created for you when you register an app on Giphy"
4410
+ msgstr ""
4411
+
4412
+ #: wp-live-chat-support/modules/module_gif.php:177
4413
+ #: wp-live-chat-support/modules/module_gif.php:180
4414
+ #, fuzzy
4415
+ #| msgid "This API key is "
4416
+ msgid "Tenor API key"
4417
+ msgstr "����� ���API ����� �� "
4418
+
4419
+ #: wp-live-chat-support/modules/module_gif.php:177
4420
+ msgid "The API key created for you when you register an app on Tenor"
4421
+ msgstr ""
4422
+
4423
+ #: wp-live-chat-support/modules/node_server.php:37
4424
+ msgid ""
4425
+ "Thank you for using WP Live Chat Support - Need assistance? Please get in "
4426
+ "touch here: "
4427
+ msgstr ""
4428
+
4429
+ #: wp-live-chat-support/modules/node_server.php:38
4430
+ #: wp-live-chat-support/wp-live-chat-support.php:5195
4431
+ msgid "Contact us"
4432
+ msgstr "���� ���"
4433
+
4434
+ #: wp-live-chat-support/modules/node_server.php:206
4435
+ #: wp-live-chat-support/modules/node_server.php:217
4436
+ #: wp-live-chat-support/modules/node_server.php:279
4437
+ #: wp-live-chat-support/modules/node_server.php:289
4438
+ msgid "Success"
4439
+ msgstr ""
4440
+
4441
+ #: wp-live-chat-support/modules/node_server.php:220
4442
+ #: wp-live-chat-support/modules/node_server.php:292
4443
+ msgid "Message data is corrupt"
4444
+ msgstr ""
4445
+
4446
+ #: wp-live-chat-support/modules/node_server.php:226
4447
+ #: wp-live-chat-support/modules/node_server.php:298
4448
+ msgid "Message data array not set"
4449
+ msgstr ""
4450
+
4451
+ #: wp-live-chat-support/modules/node_server.php:229
4452
+ #: wp-live-chat-support/modules/node_server.php:301
4453
+ #, fuzzy
4454
+ #| msgid "Chat with us"
4455
+ msgid "Chat ID is not set"
4456
+ msgstr "���� �����"
4457
+
4458
+ #: wp-live-chat-support/modules/node_server.php:233
4459
+ #: wp-live-chat-support/modules/node_server.php:305
4460
+ #, fuzzy
4461
+ #| msgid "No secret token found"
4462
+ msgid "No security nonce found"
4463
+ msgstr "�� ���� ��� ���"
4464
+
4465
+ #: wp-live-chat-support/modules/node_server.php:323
4466
+ msgid "Error"
4467
+ msgstr ""
4468
+
4469
+ #: wp-live-chat-support/modules/node_server.php:324
4470
+ #, fuzzy
4471
+ #| msgid "Only chat agents can accept chats"
4472
+ msgid "Only chat agents can access this page."
4473
+ msgstr "���� ��� ��������� ���� ����� ��������"
4474
+
4475
+ #: wp-live-chat-support/modules/node_server.php:534
4476
+ #: wp-live-chat-support/wp-live-chat-support.php:6655
4477
+ #, fuzzy
4478
+ #| msgid "Sending message..."
4479
+ msgid "Sending transcript..."
4480
+ msgstr "����� �������..."
4481
+
4482
+ #: wp-live-chat-support/modules/node_server.php:535
4483
+ #: wp-live-chat-support/wp-live-chat-support.php:6656
4484
+ msgid "Sending Transcript"
4485
+ msgstr ""
4486
+
4487
+ #: wp-live-chat-support/modules/node_server.php:537
4488
+ #: wp-live-chat-support/wp-live-chat-support.php:6658
4489
+ #, fuzzy
4490
+ #| msgid "The chat has been ended"
4491
+ msgid "The chat transcript has been emailed."
4492
+ msgstr "��� �� ����� ��� ��������"
4493
+
4494
+ #: wp-live-chat-support/modules/node_server.php:538
4495
+ #: wp-live-chat-support/wp-live-chat-support.php:6659
4496
+ #, php-format
4497
+ msgid ""
4498
+ "There was a problem emailing the chat. Please <a target='_BLANK' "
4499
+ "href='%s'>contact support</a>."
4500
+ msgstr ""
4501
+
4502
+ #: wp-live-chat-support/modules/node_server.php:576
4503
+ msgid "Connection Error"
4504
+ msgstr ""
4505
+
4506
+ #: wp-live-chat-support/modules/node_server.php:577
4507
+ msgid ""
4508
+ "We are having some trouble contacting the server. Please try again later."
4509
+ msgstr ""
4510
+
4511
+ #: wp-live-chat-support/modules/node_server.php:623
4512
+ msgid "Chat is disabled in settings area, re-enable"
4513
+ msgstr ""
4514
+
4515
+ #: wp-live-chat-support/modules/node_server.php:653
4516
+ msgid "User received notification:"
4517
+ msgstr ""
4518
+
4519
+ #: wp-live-chat-support/modules/node_server.php:681
4520
+ #: wp-live-chat-support/wp-live-chat-support.php:2915
4521
+ #: wp-live-chat-support/wp-live-chat-support.php:2973
4522
+ msgid "New chat received"
4523
+ msgstr "�� ���� ������ �����"
4524
+
4525
+ #: wp-live-chat-support/modules/node_server.php:682
4526
+ #: wp-live-chat-support/wp-live-chat-support.php:2917
4527
+ #: wp-live-chat-support/wp-live-chat-support.php:2975
4528
+ msgid ""
4529
+ "A new chat has been received. Please go the 'Live Chat' page to accept the "
4530
+ "chat"
4531
+ msgstr ""
4532
+ "��� ���� ������ �����. ������ ������ ����� '\"��������\"' ����� ��������"
4533
+
4534
+ #: wp-live-chat-support/modules/node_server.php:736
4535
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4536
+ msgid "Add unlimited agents"
4537
+ msgstr "����� ��� �� ����� �� ���������"
4538
+
4539
+ #: wp-live-chat-support/modules/node_server.php:736
4540
+ #: wp-live-chat-support/modules/node_server.php:738
4541
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4542
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4543
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4544
+ msgid " with the Pro add-on of WP Live Chat Support"
4545
+ msgstr " �� ���� ������ �������� �� WP Live Chat Support"
4546
+
4547
+ #: wp-live-chat-support/modules/node_server.php:736
4548
+ #: wp-live-chat-support/modules/node_server.php:738
4549
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4550
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4551
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4552
+ msgid "(once off payment)."
4553
+ msgstr "(����� ���� �����)"
4554
+
4555
+ #: wp-live-chat-support/modules/node_server.php:737
4556
+ #: wp-live-chat-support/modules/node_server.php:745
4557
+ #: wp-live-chat-support/wp-live-chat-support.php:3189
4558
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4559
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
4560
+ msgid "With the Pro add-on of WP Live Chat Support, you can"
4561
+ msgstr "�� ���� ������ �������� �� WP Live Chat Support� ������ ��"
4562
+
4563
+ #: wp-live-chat-support/modules/node_server.php:737
4564
+ #: wp-live-chat-support/modules/node_server.php:746
4565
+ #: wp-live-chat-support/wp-live-chat-support.php:3190
4566
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4567
+ msgid "see who's online and initiate chats"
4568
+ msgstr "������ ������ � ��� ���������"
4569
+
4570
+ #: wp-live-chat-support/modules/node_server.php:737
4571
+ #: wp-live-chat-support/modules/node_server.php:747
4572
+ #: wp-live-chat-support/wp-live-chat-support.php:3191
4573
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4574
+ msgid "initiate chats"
4575
+ msgstr "��� ���������"
4576
+
4577
+ #: wp-live-chat-support/modules/node_server.php:737
4578
+ #: wp-live-chat-support/modules/node_server.php:748
4579
+ #: wp-live-chat-support/wp-live-chat-support.php:3192
4580
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4581
+ msgid "with your online visitors with the click of a button."
4582
+ msgstr "�� ���� ����� ��� �������� ����� �� �����."
4583
+
4584
+ #: wp-live-chat-support/modules/node_server.php:737
4585
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4586
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
4587
+ msgid "Buy the Pro add-on now (once off payment)."
4588
+ msgstr "���� ������� �������� ���� (����� ���� �����)"
4589
+
4590
+ #: wp-live-chat-support/modules/node_server.php:738
4591
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4592
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4593
+ #, fuzzy
4594
+ #| msgid "Total Chats"
4595
+ msgid "Transfer Chats"
4596
+ msgstr "������ ���������"
4597
+
4598
+ #: wp-live-chat-support/modules/node_server.php:743
4599
+ #, php-format
4600
+ msgid ""
4601
+ "Chat to other agents with the <a href=\"%s\" target=\"_BLANK\">Pro version</"
4602
+ "a>."
4603
+ msgstr ""
4604
+
4605
+ #: wp-live-chat-support/modules/node_server.php:749
4606
+ #: wp-live-chat-support/modules/node_server.php:750
4607
+ #: wp-live-chat-support/wp-live-chat-support.php:3193
4608
+ #: wp-live-chat-support/wp-live-chat-support.php:3195
4609
+ msgid "Buy the Pro add-on now."
4610
+ msgstr "���� ������� �������� ����."
4611
+
4612
+ #: wp-live-chat-support/modules/node_server.php:757
4613
+ #, php-format
4614
+ msgid ""
4615
+ "Get detailed visitor events with the <a target=\"_BLANK\" href=\"%s\">Pro "
4616
+ "version</a>."
4617
+ msgstr ""
4618
+
4619
+ #: wp-live-chat-support/modules/node_server.php:871
4620
+ #, fuzzy
4621
+ #| msgid "Dear Pro User"
4622
+ msgid "Dear Pro User,"
4623
+ msgstr "������ ������"
4624
+
4625
+ #: wp-live-chat-support/modules/node_server.php:872
4626
+ msgid "Your API Key could not be validated, some functionality may be limited"
4627
+ msgstr ""
4628
+
4629
+ #: wp-live-chat-support/modules/node_server.php:877
4630
+ msgid "You are not a verified agent, chat dashboard has been disabled"
4631
+ msgstr ""
4632
+
4633
+ #: wp-live-chat-support/modules/node_server.php:921
4634
+ #, fuzzy
4635
+ #| msgid "WP Live Chat Support - Offline Message from "
4636
+ msgid "WP Live Chat Support - Offline Mode"
4637
+ msgstr "WP Live Chat Support - ����� �� "
4638
+
4639
+ #: wp-live-chat-support/modules/node_server.php:940
4640
+ #, php-format
4641
+ msgid ""
4642
+ "Chat is now in offline mode, please <a href='%s' target='_BLANK'>upgrade to "
4643
+ "Version 8</a> (or above) of the WP Live Chat Support Pro Add-on to ensure all "
4644
+ "functionality works as expected."
4645
+ msgstr ""
4646
+
4647
+ #: wp-live-chat-support/modules/node_server.php:942
4648
+ #, php-format
4649
+ msgid ""
4650
+ "Chat is now in offline mode, please renew your API key by visiting the <a "
4651
+ "href='%s' target='_BLANK'>My Account</a> area, and receive updates."
4652
+ msgstr ""
4653
+
4654
+ #: wp-live-chat-support/modules/node_server.php:948
4655
+ msgid ""
4656
+ "Alternatively, please disable the node server option in the Live Chat "
4657
+ "settings area (Live Chat -> Settings -> Advanced Features)"
4658
+ msgstr ""
4659
+
4660
+ #: wp-live-chat-support/modules/node_server.php:952
4661
+ #, fuzzy
4662
+ #| msgid "Upgrade Now"
4663
+ msgid "Upgrade"
4664
+ msgstr "�� �������� ����"
4665
+
4666
+ #: wp-live-chat-support/modules/node_server.php:954
4667
+ msgid "Renew License"
4668
+ msgstr ""
4669
+
4670
+ #: wp-live-chat-support/modules/node_server.php:958
4671
+ #: wp-live-chat-support/wp-live-chat-support.php:1036
4672
+ msgid "Settings"
4673
+ msgstr "���������"
4674
+
4675
+ #: wp-live-chat-support/modules/node_server.php:961
4676
+ msgid "Whats new in Version 8"
4677
+ msgstr ""
4678
+
4679
+ #: wp-live-chat-support/modules/node_server.php:1041
4680
+ #, fuzzy
4681
+ #| msgid "Via WP Live Chat Support"
4682
+ msgid "Welcome to V8 of WP Live Chat Support"
4683
+ msgstr "�� ���� WP Live Chat Support"
4684
+
4685
+ #: wp-live-chat-support/modules/node_server.php:1042
4686
+ msgid ""
4687
+ "Did you know, this version features high speed message delivery, agent to "
4688
+ "agent chat, and a single window layout?"
4689
+ msgstr ""
4690
+
4691
+ #: wp-live-chat-support/modules/node_server.php:1043
4692
+ msgid ""
4693
+ "To activate this functionality please navigate to Live Chat -> Settings -> "
4694
+ "Advanced Features -> And enable our Chat Server option."
4695
+ msgstr ""
4696
+
4697
+ #: wp-live-chat-support/modules/node_server.php:1046
4698
+ #, fuzzy
4699
+ #| msgid "Show After"
4700
+ msgid "Show me!"
4701
+ msgstr "������ ���"
4702
+
4703
+ #: wp-live-chat-support/modules/node_server.php:1047
4704
+ msgid "Don't Show This Again"
4705
+ msgstr ""
4706
+
4707
+ #: wp-live-chat-support/modules/node_server.php:1196
4708
+ msgid "Connecting..."
4709
+ msgstr ""
4710
+
4711
+ #: wp-live-chat-support/modules/node_server.php:1200
4712
+ #, fuzzy
4713
+ #| msgid "Active Chats"
4714
+ msgid " Active visitors"
4715
+ msgstr "��������� ������"
4716
+
4717
+ #: wp-live-chat-support/modules/node_server.php:1201
4718
+ #, fuzzy
4719
+ #| msgid "Agent(s) online"
4720
+ msgid "Agent(s) Online"
4721
+ msgstr "����� ������"
4722
+
4723
+ #: wp-live-chat-support/modules/node_server.php:1202
4724
+ #, fuzzy
4725
+ #| msgid "View Chat History"
4726
+ msgid "Chat History"
4727
+ msgstr "��� ��� ���������"
4728
+
4729
+ #: wp-live-chat-support/modules/node_server.php:1206
4730
+ msgid "Department Transfer"
4731
+ msgstr ""
4732
+
4733
+ #: wp-live-chat-support/modules/node_server.php:1207
4734
+ #: wp-live-chat-support/modules/node_server.php:1211
4735
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4736
+ msgid "Direct User To Page"
4737
+ msgstr ""
4738
+
4739
+ #: wp-live-chat-support/modules/node_server.php:1208
4740
+ #, fuzzy
4741
+ #| msgid "Before chat"
4742
+ msgid "Leave chat"
4743
+ msgstr "��� ��������"
4744
+
4745
+ #: wp-live-chat-support/modules/node_server.php:1209
4746
+ #: wp-live-chat-support/wp-live-chat-support.php:3545
4747
+ msgid "End chat"
4748
+ msgstr "����� ��������"
4749
+
4750
+ #: wp-live-chat-support/modules/node_server.php:1212
4751
+ #, fuzzy
4752
+ #| msgid "Agents"
4753
+ msgid "Events"
4754
+ msgstr "���������"
4755
+
4756
+ #: wp-live-chat-support/modules/node_server.php:1213
4757
+ #, fuzzy
4758
+ #| msgid "End chat"
4759
+ msgid "Join chat"
4760
+ msgstr "����� ��������"
4761
+
4762
+ #: wp-live-chat-support/modules/node_server.php:1214
4763
+ msgid "Filters"
4764
+ msgstr ""
4765
+
4766
+ #: wp-live-chat-support/modules/node_server.php:1215
4767
+ #, fuzzy
4768
+ #| msgid "Visitors online"
4769
+ msgid "New Visitors (3 Min)"
4770
+ msgstr "������ ����������"
4771
+
4772
+ #: wp-live-chat-support/modules/node_server.php:1217
4773
+ msgid "Clear Filters"
4774
+ msgstr ""
4775
+
4776
+ #: wp-live-chat-support/modules/node_server.php:1218
4777
+ #, fuzzy
4778
+ #| msgid "Active Chats"
4779
+ msgid "Active visitors"
4780
+ msgstr "��������� ������"
4781
+
4782
+ #: wp-live-chat-support/modules/node_server.php:1219
4783
+ #: wp-live-chat-support/wp-live-chat-support.php:3290
4784
+ msgid "Visitor"
4785
+ msgstr "����"
4786
+
4787
+ #: wp-live-chat-support/modules/node_server.php:1220
4788
+ #, fuzzy
4789
+ #| msgid "Site Info"
4790
+ msgid "Info"
4791
+ msgstr "������� ������"
4792
+
4793
+ #: wp-live-chat-support/modules/node_server.php:1222
4794
+ #, fuzzy
4795
+ #| msgid "Status"
4796
+ msgid "Chat Status"
4797
+ msgstr "������"
4798
+
4799
+ #: wp-live-chat-support/modules/node_server.php:1224
4800
+ #, fuzzy
4801
+ #| msgid "Search Term"
4802
+ msgid "Search Results"
4803
+ msgstr "���� ���"
4804
+
4805
+ #: wp-live-chat-support/modules/node_server.php:1225
4806
+ #, fuzzy
4807
+ #| msgid "No Goals Found"
4808
+ msgid "No emoji found"
4809
+ msgstr "�� ���� �����"
4810
+
4811
+ #: wp-live-chat-support/modules/node_server_deprecated.php:272
4812
+ #, fuzzy
4813
+ #| msgid "The chat has been ended"
4814
+ msgid "Chat has been ended."
4815
+ msgstr "��� �� ����� ��� ��������"
4816
+
4817
+ #: wp-live-chat-support/modules/offline_messages_custom_fields.php:6
4818
+ #, php-format
4819
+ msgid ""
4820
+ "Use the <a href='%s'>Contact Form Ready</a> plugin (free) in order to "
4821
+ "customise the input fields of the offline message form.</a>"
4822
+ msgstr ""
4823
+
4824
+ #: wp-live-chat-support/modules/privacy.php:17
4825
+ #: wp-live-chat-support/modules/privacy.php:31
4826
+ msgid "Privacy"
4827
+ msgstr ""
4828
+
4829
+ #: wp-live-chat-support/modules/webhooks_manager.php:8
4830
+ #, fuzzy
4831
+ #| msgid "Agent(s) online"
4832
+ msgid "Agent Login"
4833
+ msgstr "����� ������"
4834
+
4835
+ #: wp-live-chat-support/modules/webhooks_manager.php:9
4836
+ #, fuzzy
4837
+ #| msgid "Device"
4838
+ msgid "Device Linked"
4839
+ msgstr "������"
4840
+
4841
+ #: wp-live-chat-support/modules/webhooks_manager.php:10
4842
+ msgid "Device Unlinked (Revoked)"
4843
+ msgstr ""
4844
+
4845
+ #: wp-live-chat-support/modules/webhooks_manager.php:11
4846
+ #, fuzzy
4847
+ #| msgid "Visitor"
4848
+ msgid "New Visitor"
4849
+ msgstr "����"
4850
+
4851
+ #: wp-live-chat-support/modules/webhooks_manager.php:12
4852
+ #, fuzzy
4853
+ #| msgid "Chat Deleted"
4854
+ msgid "Chat Request"
4855
+ msgstr "�� ��� ��������"
4856
+
4857
+ #: wp-live-chat-support/modules/webhooks_manager.php:13
4858
+ msgid "Agent Accept"
4859
+ msgstr ""
4860
+
4861
+ #: wp-live-chat-support/modules/webhooks_manager.php:14
4862
+ #, fuzzy
4863
+ #| msgid "Settings"
4864
+ msgid "Settings Changed"
4865
+ msgstr "���������"
4866
+
4867
+ #: wp-live-chat-support/modules/webhooks_manager.php:47
4868
+ msgid "Webhooks"
4869
+ msgstr ""
4870
+
4871
+ #: wp-live-chat-support/modules/webhooks_manager.php:60
4872
+ #, fuzzy
4873
+ #| msgid "WP Live Chat Support Pro"
4874
+ msgid "WP Live Chat Support - Webhooks"
4875
+ msgstr "WP Live Chat Support ��������"
4876
+
4877
+ #: wp-live-chat-support/modules/webhooks_manager.php:82
4878
+ msgid "Webhook created"
4879
+ msgstr ""
4880
+
4881
+ #: wp-live-chat-support/modules/webhooks_manager.php:84
4882
+ msgid "Webhook could not be created"
4883
+ msgstr ""
4884
+
4885
+ #: wp-live-chat-support/modules/webhooks_manager.php:91
4886
+ msgid "Webhook edited"
4887
+ msgstr ""
4888
+
4889
+ #: wp-live-chat-support/modules/webhooks_manager.php:93
4890
+ msgid "Webhook could not be edited"
4891
+ msgstr ""
4892
+
4893
+ #: wp-live-chat-support/modules/webhooks_manager.php:101
4894
+ #, fuzzy
4895
+ #| msgid "deleted"
4896
+ msgid "Webhook deleted"
4897
+ msgstr "�� ����"
4898
+
4899
+ #: wp-live-chat-support/modules/webhooks_manager.php:103
4900
+ #, fuzzy
4901
+ #| msgid "Error: Could not delete chat"
4902
+ msgid "Webhook could not be delete"
4903
+ msgstr "���: �� ���� ��� ��������"
4904
+
4905
+ #: wp-live-chat-support/modules/webhooks_manager.php:227
4906
+ #: wp-live-chat-support/modules/webhooks_manager.php:282
4907
+ msgid "Event"
4908
+ msgstr ""
4909
+
4910
+ #: wp-live-chat-support/modules/webhooks_manager.php:228
4911
+ #: wp-live-chat-support/modules/webhooks_manager.php:287
4912
+ #, fuzzy
4913
+ #| msgid "Total URLs"
4914
+ msgid "Target URL"
4915
+ msgstr "������ ��� �������"
4916
+
4917
+ #: wp-live-chat-support/modules/webhooks_manager.php:229
4918
+ #, fuzzy
4919
+ #| msgid "Device"
4920
+ msgid "Push Devices"
4921
+ msgstr "������"
4922
+
4923
+ #: wp-live-chat-support/modules/webhooks_manager.php:230
4924
+ #: wp-live-chat-support/modules/webhooks_manager.php:302
4925
+ #, fuzzy
4926
+ #| msgid "Sending Method"
4927
+ msgid "Method"
4928
+ msgstr "����� �������"
4929
+
4930
+ #: wp-live-chat-support/modules/webhooks_manager.php:252
4931
+ msgid "No Webhooks"
4932
+ msgstr ""
4933
+
4934
+ #: wp-live-chat-support/modules/webhooks_manager.php:288
4935
+ msgid ""
4936
+ "This field can be left empty if you intend on using only push notifications "
4937
+ "for online agents"
4938
+ msgstr ""
4939
+
4940
+ #: wp-live-chat-support/modules/webhooks_manager.php:292
4941
+ msgid "Push to Online Agent Devices"
4942
+ msgstr ""
4943
+
4944
+ #: wp-live-chat-support/modules/webhooks_manager.php:305
4945
+ msgid "GET"
4946
+ msgstr ""
4947
+
4948
+ #: wp-live-chat-support/modules/webhooks_manager.php:306
4949
+ msgid "POST"
4950
+ msgstr ""
4951
+
4952
+ #: wp-live-chat-support/modules/webhooks_manager.php:312
4953
+ #, fuzzy
4954
+ #| msgid "Save Settings"
4955
+ msgid "Save Changes"
4956
+ msgstr "��� ���������"
4957
+
4958
+ #: wp-live-chat-support/modules/webhooks_manager.php:326
4959
+ #, fuzzy
4960
+ #| msgid "Are you sure you would like to delete this chat?"
4961
+ msgid "Are you sure you want to delete this webhook?"
4962
+ msgstr "�� ��� ����� �� ��� ���� ��� ��� �������ɿ"
4963
+
4964
+ #: wp-live-chat-support/modules/webhooks_manager.php:439
4965
+ #, fuzzy
4966
+ #| msgid "Enable Trigger"
4967
+ msgid "Event Triggered"
4968
+ msgstr "����� ������"
4969
+
4970
+ #: wp-live-chat-support/wp-live-chat-support.php:853
4971
+ #: wp-live-chat-support/wp-live-chat-support.php:2397
4972
+ #: wp-live-chat-support/wp-live-chat-support.php:3906
4973
+ #: wp-live-chat-support/wp-live-chat-support.php:5929
4974
+ msgid "Chat offline. Leave a message"
4975
+ msgstr "��������� ��� �����. ����� ��� �����"
4976
+
4977
+ #: wp-live-chat-support/wp-live-chat-support.php:854
4978
+ #: wp-live-chat-support/wp-live-chat-support.php:2096
4979
+ #: wp-live-chat-support/wp-live-chat-support.php:3907
4980
+ #: wp-live-chat-support/wp-live-chat-support.php:5930
4981
+ msgid "Hello. Please input your details so that I may help you."
4982
+ msgstr "�����. ������ ����� �������� ������ �� ��� ����� �� �������."
4983
+
4984
+ #: wp-live-chat-support/wp-live-chat-support.php:855
4985
+ #: wp-live-chat-support/wp-live-chat-support.php:1439
4986
+ #: wp-live-chat-support/wp-live-chat-support.php:2135
4987
+ #: wp-live-chat-support/wp-live-chat-support.php:3908
4988
+ #: wp-live-chat-support/wp-live-chat-support.php:5931
4989
+ msgid ""
4990
+ "We are currently offline. Please leave a message and we'll get back to you "
4991
+ "shortly."
4992
+ msgstr ""
4993
+ "�������� �������� ��� ������ �����. ���� ��� ����ɡ ���� ��� ���� �������� "
4994
+ "��� �� ���� ��� ����."
4995
+
4996
+ #: wp-live-chat-support/wp-live-chat-support.php:856
4997
+ #: wp-live-chat-support/wp-live-chat-support.php:1440
4998
+ #: wp-live-chat-support/wp-live-chat-support.php:3909
4999
+ #: wp-live-chat-support/wp-live-chat-support.php:5932
5000
+ msgid "Sending message..."
5001
+ msgstr "����� �������..."
5002
+
5003
+ #: wp-live-chat-support/wp-live-chat-support.php:857
5004
+ #: wp-live-chat-support/wp-live-chat-support.php:1441
5005
+ #: wp-live-chat-support/wp-live-chat-support.php:3910
5006
+ #: wp-live-chat-support/wp-live-chat-support.php:5933
5007
+ msgid "Thank you for your message. We will be in contact soon."
5008
+ msgstr "���� ��� ��� �������. ����� ��� ����� �����."
5009
+
5010
+ #: wp-live-chat-support/wp-live-chat-support.php:859
5011
+ #: wp-live-chat-support/wp-live-chat-support.php:3912
5012
+ #: wp-live-chat-support/wp-live-chat-support.php:5935
5013
+ msgid "Send message"
5014
+ msgstr "����� �����"
5015
+
5016
+ #: wp-live-chat-support/wp-live-chat-support.php:862
5017
+ #: wp-live-chat-support/wp-live-chat-support.php:3900
5018
+ #: wp-live-chat-support/wp-live-chat-support.php:5938
5019
+ msgid "Start live chat"
5020
+ msgstr "��� ��������"
5021
+
5022
+ #: wp-live-chat-support/wp-live-chat-support.php:865
5023
+ #: wp-live-chat-support/wp-live-chat-support.php:3903
5024
+ #: wp-live-chat-support/wp-live-chat-support.php:5941
5025
+ msgid "Chat ended"
5026
+ msgstr "����� ��������"
5027
+
5028
+ #: wp-live-chat-support/wp-live-chat-support.php:866
5029
+ #: wp-live-chat-support/wp-live-chat-support.php:2191
5030
+ #: wp-live-chat-support/wp-live-chat-support.php:2294
5031
+ #: wp-live-chat-support/wp-live-chat-support.php:3904
5032
+ #: wp-live-chat-support/wp-live-chat-support.php:5942
5033
+ msgid "Connecting. Please be patient..."
5034
+ msgstr "���� �������. ���� ��������..."
5035
+
5036
+ #: wp-live-chat-support/wp-live-chat-support.php:868
5037
+ #: wp-live-chat-support/wp-live-chat-support.php:2298
5038
+ #: wp-live-chat-support/wp-live-chat-support.php:3916
5039
+ #: wp-live-chat-support/wp-live-chat-support.php:5944
5040
+ msgid "Welcome. How may I help you?"
5041
+ msgstr "���� �����. ��� ������ ������߿"
5042
+
5043
+ #: wp-live-chat-support/wp-live-chat-support.php:871
5044
+ #: wp-live-chat-support/wp-live-chat-support.php:3915
5045
+ #: wp-live-chat-support/wp-live-chat-support.php:5947
5046
+ msgid "close"
5047
+ msgstr "�����"
5048
+
5049
+ #: wp-live-chat-support/wp-live-chat-support.php:914
5050
+ #: wp-live-chat-support/wp-live-chat-support.php:3874
5051
+ msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
5052
+ msgstr "������ ����� ��� '\\'��� ��������\\' ���� �������� �� �����"
5053
+
5054
+ #: wp-live-chat-support/wp-live-chat-support.php:1037
5055
+ msgid "Surveys"
5056
+ msgstr "�����������"
5057
+
5058
+ #: wp-live-chat-support/wp-live-chat-support.php:1054
5059
+ msgid "History"
5060
+ msgstr "�����"
5061
+
5062
+ #: wp-live-chat-support/wp-live-chat-support.php:1055
5063
+ msgid "Missed Chats"
5064
+ msgstr "��������� �������"
5065
+
5066
+ #: wp-live-chat-support/wp-live-chat-support.php:1078
5067
+ msgid "Extensions"
5068
+ msgstr "��������"
5069
+
5070
+ #: wp-live-chat-support/wp-live-chat-support.php:1088
5071
+ msgid "API Keys"
5072
+ msgstr "������ API"
5073
+
5074
+ #: wp-live-chat-support/wp-live-chat-support.php:1094
5075
+ msgid "Premium Extension API Keys"
5076
+ msgstr "������ ���API ������ ��������� �������"
5077
+
5078
+ #: wp-live-chat-support/wp-live-chat-support.php:1095
5079
+ msgid ""
5080
+ "To find and manage your premium API keys, please visit your <a "
5081
+ "target='_BLANK' href='https://wp-livechat.com/my-account/'>my account</a> "
5082
+ "page."
5083
+ msgstr ""
5084
+ "������ ������ ���API ������ �ߡ ������ ����� ���� <a target='_BLANK' "
5085
+ "href='https://wp-livechat.com/my-account/'>�����</a>."
5086
+
5087
+ #: wp-live-chat-support/wp-live-chat-support.php:1423
5088
+ #, fuzzy
5089
+ #| msgid "Please review your submission"
5090
+ msgid "Please enter your name"
5091
+ msgstr "���� ������ ���� ������"
5092
+
5093
+ #: wp-live-chat-support/wp-live-chat-support.php:1424
5094
+ #, fuzzy
5095
+ #| msgid "Please review your submission"
5096
+ msgid "Please enter your email address"
5097
+ msgstr "���� ������ ���� ������"
5098
+
5099
+ #: wp-live-chat-support/wp-live-chat-support.php:1425
5100
+ msgid "Connection to server lost. Please reload this page. Error: "
5101
+ msgstr ""
5102
+
5103
+ #: wp-live-chat-support/wp-live-chat-support.php:1427
5104
+ #, fuzzy
5105
+ #| msgid "Leave a message"
5106
+ msgid "Please enter a message"
5107
+ msgstr "���� �����"
5108
+
5109
+ #: wp-live-chat-support/wp-live-chat-support.php:1428
5110
+ msgid "Disconnected, attempting to reconnect..."
5111
+ msgstr ""
5112
+
5113
+ #: wp-live-chat-support/wp-live-chat-support.php:1475
5114
+ #: wp-live-chat-support/wp-live-chat-support.php:1476
5115
+ #: wp-live-chat-support/wp-live-chat-support.php:3667
5116
+ msgid " is typing..."
5117
+ msgstr ""
5118
+
5119
+ #: wp-live-chat-support/wp-live-chat-support.php:1479
5120
+ msgid " has joined."
5121
+ msgstr ""
5122
+
5123
+ #: wp-live-chat-support/wp-live-chat-support.php:1480
5124
+ msgid " has left."
5125
+ msgstr ""
5126
+
5127
+ #: wp-live-chat-support/wp-live-chat-support.php:1481
5128
+ #, fuzzy
5129
+ #| msgid "User has opened the chat window"
5130
+ msgid " has ended the chat."
5131
+ msgstr "�������� ��� ����� ��������"
5132
+
5133
+ #: wp-live-chat-support/wp-live-chat-support.php:1482
5134
+ msgid " has disconnected."
5135
+ msgstr ""
5136
+
5137
+ #: wp-live-chat-support/wp-live-chat-support.php:1483
5138
+ msgid "(edited)"
5139
+ msgstr ""
5140
+
5141
+ #: wp-live-chat-support/wp-live-chat-support.php:1484
5142
+ #: wp-live-chat-support/wp-live-chat-support.php:2336
5143
+ #, fuzzy
5144
+ #| msgid "type here..."
5145
+ msgid "Type here"
5146
+ msgstr "���� ��� ..."
5147
+
5148
+ #: wp-live-chat-support/wp-live-chat-support.php:1984
5149
+ #: wp-live-chat-support/wp-live-chat-support.php:2004
5150
+ msgid "Start chat"
5151
+ msgstr "��� ��������"
5152
+
5153
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
5154
+ msgid ""
5155
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
5156
+ "strong>. Please"
5157
+ msgstr ""
5158
+ "��� ������ ����� ���� ��<strong>WP Live Chat Support Pro</strong>. ������"
5159
+
5160
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
5161
+ msgid "update to at least version"
5162
+ msgstr "������ �������� ��� ����� �����"
5163
+
5164
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
5165
+ msgid "to ensure all functionality is in working order"
5166
+ msgstr "������ �� �� �� ��� ���� ���� ����"
5167
+
5168
+ #: wp-live-chat-support/wp-live-chat-support.php:3078
5169
+ msgid ""
5170
+ "You're live chat box on your website has been temporarily disabled until the "
5171
+ "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
5172
+ "experience for both yourself and your visitors."
5173
+ msgstr ""
5174
+ "��� �� ����� ����� �������� ������ ��� ��� ����� �������. � ��� ����� ������ "
5175
+ "��� ����� ���� � ����� �� ������� �� � ����� �����."
5176
+
5177
+ #: wp-live-chat-support/wp-live-chat-support.php:3079
5178
+ #: wp-live-chat-support/wp-live-chat-support.php:3099
5179
+ msgid ""
5180
+ "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
5181
+ "plugins.php'>here</a> or <a href='https://wp-livechat.com/get-updated-"
5182
+ "version/' target='_BLANK'>here</a>."
5183
+ msgstr ""
5184
+ "����� ����� ������� <a href='./update-core.php'>�� ���</a>� �� <a href='./"
5185
+ "plugins.php'>���</a> � �� <a href='https://wp-livechat.com/get-updated-"
5186
+ "version/' target='_BLANK'>���</a>."
5187
+
5188
+ #: wp-live-chat-support/wp-live-chat-support.php:3080
5189
+ #: wp-live-chat-support/wp-live-chat-support.php:3100
5190
+ msgid "If you are having difficulty updating the plugin, please contact"
5191
+ msgstr "�� ���� ������ �� ����� �� ����� ������ɡ ����� �������"
5192
+
5193
+ #: wp-live-chat-support/wp-live-chat-support.php:3092
5194
+ msgid ""
5195
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
5196
+ "strong>."
5197
+ msgstr "��� ������ ����� ���� ��<strong>WP Live Chat Support Pro</strong>."
5198
+
5199
+ #: wp-live-chat-support/wp-live-chat-support.php:3094
5200
+ msgid "Please update to the latest version of WP Live Chat Support Pro"
5201
+ msgstr "���� ������� ���� ����� �� ������ �������� �� WP Live Chat Support"
5202
+
5203
+ #: wp-live-chat-support/wp-live-chat-support.php:3095
5204
+ msgid "Version 5.0.1"
5205
+ msgstr "������ 5.0.1"
5206
+
5207
+ #: wp-live-chat-support/wp-live-chat-support.php:3096
5208
+ msgid "to ensure everything is working correctly."
5209
+ msgstr "������ �� �� �� ��� ���� ���� ����."
5210
+
5211
+ #: wp-live-chat-support/wp-live-chat-support.php:3147
5212
+ msgid "Congratulations"
5213
+ msgstr "�������"
5214
+
5215
+ #: wp-live-chat-support/wp-live-chat-support.php:3148
5216
+ msgid "You are now accepting live chat requests on your site."
5217
+ msgstr "��� ���� ������ ������� ��������� ��� �����."
5218
+
5219
+ #: wp-live-chat-support/wp-live-chat-support.php:3149
5220
+ msgid "The live chat box has automatically been enabled on your website."
5221
+ msgstr "��� �� ����� ����� ��������� �������� ��� ������ ����� ��."
5222
+
5223
+ #: wp-live-chat-support/wp-live-chat-support.php:3150
5224
+ msgid "Chat notifications will start appearing once visitors send a request."
5225
+ msgstr ""
5226
+ "������� ��������� ��� ���� ������� ����� ���� ������ ������ ����� ��������."
5227
+
5228
+ #: wp-live-chat-support/wp-live-chat-support.php:3151
5229
+ msgid ""
5230
+ "You may <a href='?page=wplivechat-menu-settings' target='_BLANK'>modify your "
5231
+ "chat box settings here."
5232
+ msgstr ""
5233
+ "����� <a href='?page=wplivechat-menu-settings' target='_BLANK'>����� ������ "
5234
+ "����� �������� ����� ��."
5235
+
5236
+ #: wp-live-chat-support/wp-live-chat-support.php:3152
5237
+ msgid "Experiencing issues?"
5238
+ msgstr "�� ����� �����"
5239
+
5240
+ #: wp-live-chat-support/wp-live-chat-support.php:3152
5241
+ msgid "Visit our troubleshooting section."
5242
+ msgstr "���� ����� ��� ��������."
5243
+
5244
+ #: wp-live-chat-support/wp-live-chat-support.php:3154
5245
+ msgid "Hide"
5246
+ msgstr "�����"
5247
+
5248
+ #: wp-live-chat-support/wp-live-chat-support.php:3249
5249
+ msgid ""
5250
+ "Please note: This window must be open in order to receive new chat "
5251
+ "notifications."
5252
+ msgstr "������: ��� ��� ��� ������� ������ �������� ������� ���������."
5253
+
5254
+ #: wp-live-chat-support/wp-live-chat-support.php:3259
5255
+ #, fuzzy, php-format
5256
+ #| msgid ""
5257
+ #| "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Create a "
5258
+ #| "survey</a>."
5259
+ msgid "Need help? <a href=\"%s\" target=\"_BLANK\">contact us</a>."
5260
+ msgstr ""
5261
+ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">����� �������</a>."
5262
+
5263
+ #: wp-live-chat-support/wp-live-chat-support.php:3276
5264
+ msgid "Visitors online"
5265
+ msgstr "������ ����������"
5266
+
5267
+ #: wp-live-chat-support/wp-live-chat-support.php:3291
5268
+ msgid "Time"
5269
+ msgstr "�����"
5270
+
5271
+ #: wp-live-chat-support/wp-live-chat-support.php:3293
5272
+ msgid "Device"
5273
+ msgstr "������"
5274
+
5275
+ #: wp-live-chat-support/wp-live-chat-support.php:3294
5276
+ msgid "Data"
5277
+ msgstr "��������"
5278
+
5279
+ #: wp-live-chat-support/wp-live-chat-support.php:3332
5280
+ msgid "Chat Dashboard"
5281
+ msgstr "���� ������"
5282
+
5283
+ #: wp-live-chat-support/wp-live-chat-support.php:3335
5284
+ msgid "Oh no!"
5285
+ msgstr "��� ��!"
5286
+
5287
+ #: wp-live-chat-support/wp-live-chat-support.php:3338
5288
+ msgid ""
5289
+ "You do not have access to this page as <strong>you are not a chat agent</"
5290
+ "strong>."
5291
+ msgstr "��� ���� �� ������ ��� ��� ������ ���� <strong>��� �����</strong>."
5292
+
5293
+ #: wp-live-chat-support/wp-live-chat-support.php:3523
5294
+ msgid "Previous"
5295
+ msgstr "������"
5296
+
5297
+ #: wp-live-chat-support/wp-live-chat-support.php:3534
5298
+ msgid "Chat with"
5299
+ msgstr "������ ��"
5300
+
5301
+ #: wp-live-chat-support/wp-live-chat-support.php:3536
5302
+ msgid "Starting Time:"
5303
+ msgstr ""
5304
+
5305
+ #: wp-live-chat-support/wp-live-chat-support.php:3537
5306
+ msgid "Ending Time:"
5307
+ msgstr ""
5308
+
5309
+ #: wp-live-chat-support/wp-live-chat-support.php:3597
5310
+ #: wp-live-chat-support/wp-live-chat-support.php:5027
5311
+ msgid "Add-ons"
5312
+ msgstr "��������"
5313
+
5314
+ #: wp-live-chat-support/wp-live-chat-support.php:3599
5315
+ msgid "Get more add-ons"
5316
+ msgstr "������ ��� ���� �� ��������"
5317
+
5318
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
5319
+ msgid "Add Quick Responses to your Live Chat"
5320
+ msgstr "����� �� ���� ��������"
5321
+
5322
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
5323
+ msgid "Pro version only"
5324
+ msgstr "������ �������� ���"
5325
+
5326
+ #: wp-live-chat-support/wp-live-chat-support.php:3626
5327
+ msgid "type here..."
5328
+ msgstr "���� ��� ..."
5329
+
5330
+ #: wp-live-chat-support/wp-live-chat-support.php:3812
5331
+ msgid "is typing..."
5332
+ msgstr ""
5333
+
5334
+ #: wp-live-chat-support/wp-live-chat-support.php:3856
5335
+ msgid "User has opened the chat window"
5336
+ msgstr "�������� ��� ����� ��������"
5337
+
5338
+ #: wp-live-chat-support/wp-live-chat-support.php:3857
5339
+ msgid "User has minimized the chat window"
5340
+ msgstr "�������� ��� ������ ����� ��������"
5341
+
5342
+ #: wp-live-chat-support/wp-live-chat-support.php:3858
5343
+ msgid "User has maximized the chat window"
5344
+ msgstr "�������� ��� ������ ����� ��������"
5345
+
5346
+ #: wp-live-chat-support/wp-live-chat-support.php:3859
5347
+ msgid "The chat has been ended"
5348
+ msgstr "��� �� ����� ��� ��������"
5349
+
5350
+ #: wp-live-chat-support/wp-live-chat-support.php:4491
5351
+ msgid "Delete History"
5352
+ msgstr "��� ������"
5353
+
5354
+ #: wp-live-chat-support/wp-live-chat-support.php:4508
5355
+ msgid "No chats available at the moment"
5356
+ msgstr "�� ���� ������� �� ����� ������"
5357
+
5358
+ #: wp-live-chat-support/wp-live-chat-support.php:4560
5359
+ msgid "WP Live Chat History"
5360
+ msgstr "��� WP Live Chat"
5361
+
5362
+ #: wp-live-chat-support/wp-live-chat-support.php:4589
5363
+ msgid "WP Live Chat Missed Chats"
5364
+ msgstr "������� WP Live Chat �������"
5365
+
5366
+ #: wp-live-chat-support/wp-live-chat-support.php:4604
5367
+ msgid ""
5368
+ "Please update to the latest version of WP Live Chat Support Pro to start "
5369
+ "recording any offline messages."
5370
+ msgstr ""
5371
+ "������ ������� ��� ������� ������ �� WP Live Chat ������ �������� ���� "
5372
+ "������� ������� �� ���� ��� �������."
5373
+
5374
+ #: wp-live-chat-support/wp-live-chat-support.php:4607
5375
+ msgid "This option is only available in the "
5376
+ msgstr "����� ��� ������ ��� �� "
5377
+
5378
+ #: wp-live-chat-support/wp-live-chat-support.php:4619
5379
+ msgid "WP Live Chat Offline Messages"
5380
+ msgstr "����� WP Live Chat �� ���� ��� �������"
5381
+
5382
+ #: wp-live-chat-support/wp-live-chat-support.php:4640
5383
+ msgid "Actions"
5384
+ msgstr "���������"
5385
+
5386
+ #: wp-live-chat-support/wp-live-chat-support.php:4664
5387
+ msgid "Delete Message"
5388
+ msgstr "��� �������"
5389
+
5390
+ #: wp-live-chat-support/wp-live-chat-support.php:4794
5391
+ msgid "Please click 'Start Chat' to initiate a chat with an agent"
5392
+ msgstr "������ ����� ��� '��� ��������' ���� �������� �� �����"
5393
+
5394
+ #: wp-live-chat-support/wp-live-chat-support.php:4938
5395
+ msgid "Thank You for your feedback!"
5396
+ msgstr "���� �� ��� ��������!"
5397
+
5398
+ #: wp-live-chat-support/wp-live-chat-support.php:4948
5399
+ msgid "Your settings have been saved."
5400
+ msgstr "�� ��� ��������."
5401
+
5402
+ #: wp-live-chat-support/wp-live-chat-support.php:4993
5403
+ msgid ""
5404
+ "WPLC: set_time_limit() is not enabled on this server. You may experience "
5405
+ "issues while using WP Live Chat Support as a result of this. Please get in "
5406
+ "contact your host to get this function enabled."
5407
+ msgstr ""
5408
+ "WPLC: set_time_limit() ��� ���� ��� ������. �� ����� ����� ����� �������� WP "
5409
+ "Live Chat Support ����� ����. ���� ������� ��������� ����� �� ������ ��� "
5410
+ "�������."
5411
+
5412
+ #: wp-live-chat-support/wp-live-chat-support.php:4999
5413
+ msgid ""
5414
+ "WPLC: Safe mode is enabled on this server. You may experience issues while "
5415
+ "using WP Live Chat Support as a result of this. Please contact your host to "
5416
+ "get safe mode disabled."
5417
+ msgstr ""
5418
+ "WPLC: Safe mode ���� ��� ������. �� ����� ����� ����� �������� WP Live Chat "
5419
+ "Support ����� ����. ���� ������� ��������� ����� �� ������ ��� �������."
5420
+
5421
+ #: wp-live-chat-support/wp-live-chat-support.php:5027
5422
+ msgid "Suggested Plugins"
5423
+ msgstr "�������� ��������"
5424
+
5425
+ #: wp-live-chat-support/wp-live-chat-support.php:5038
5426
+ #: wp-live-chat-support/wp-live-chat-support.php:5039
5427
+ #: wp-live-chat-support/wp-live-chat-support.php:5040
5428
+ #: wp-live-chat-support/wp-live-chat-support.php:5045
5429
+ msgid "Sola Support Tickets"
5430
+ msgstr "Sola Support Tickets"
5431
+
5432
+ #: wp-live-chat-support/wp-live-chat-support.php:5043
5433
+ msgid ""
5434
+ "The easiest to use Help Desk & Support Ticket plugin. Create a support help "
5435
+ "desk quickly and easily with Sola Support Tickets."
5436
+ msgstr ""
5437
+ "���� ����� ������ ����� � �������. ���� ���� ����� ����� � ����� �� Sola "
5438
+ "Support Tickets."
5439
+
5440
+ #: wp-live-chat-support/wp-live-chat-support.php:5045
5441
+ #: wp-live-chat-support/wp-live-chat-support.php:5056
5442
+ msgid "Get this Plugin"
5443
+ msgstr "������ ��� ��� �������"
5444
+
5445
+ #: wp-live-chat-support/wp-live-chat-support.php:5049
5446
+ #: wp-live-chat-support/wp-live-chat-support.php:5050
5447
+ #: wp-live-chat-support/wp-live-chat-support.php:5051
5448
+ #: wp-live-chat-support/wp-live-chat-support.php:5056
5449
+ msgid "Nifty Newsletters"
5450
+ msgstr "Nifty Newsletters"
5451
+
5452
+ #: wp-live-chat-support/wp-live-chat-support.php:5054
5453
+ msgid ""
5454
+ "Create and send newsletters, automatic post notifications and autoresponders "
5455
+ "that are modern and beautiful with Nifty Newsletters."
5456
+ msgstr ""
5457
+ "�� ������ ����� ������ɡ ����� ���������� � ���� ������� ������ ����� � ����� "
5458
+ "�� ���� Nifty Newsletters."
5459
+
5460
+ #: wp-live-chat-support/wp-live-chat-support.php:5088
5461
+ msgid "Price:"
5462
+ msgstr "�����:"
5463
+
5464
+ #: wp-live-chat-support/wp-live-chat-support.php:5090
5465
+ msgid "Free"
5466
+ msgstr "�����"
5467
+
5468
+ #: wp-live-chat-support/wp-live-chat-support.php:5091
5469
+ msgid "Paid"
5470
+ msgstr "�����"
5471
+
5472
+ #: wp-live-chat-support/wp-live-chat-support.php:5094
5473
+ msgid "For:"
5474
+ msgstr "���:"
5475
+
5476
+ #: wp-live-chat-support/wp-live-chat-support.php:5095
5477
+ msgid "Both"
5478
+ msgstr "������"
5479
+
5480
+ #: wp-live-chat-support/wp-live-chat-support.php:5096
5481
+ msgid "Free version"
5482
+ msgstr "������ ��������"
5483
+
5484
+ #: wp-live-chat-support/wp-live-chat-support.php:5097
5485
+ msgid "Pro version"
5486
+ msgstr "������ ��������"
5487
+
5488
+ #: wp-live-chat-support/wp-live-chat-support.php:5129
5489
+ msgid "Already installed"
5490
+ msgstr "���� ������"
5491
+
5492
+ #: wp-live-chat-support/wp-live-chat-support.php:5158
5493
+ msgid "WP Live Chat Support"
5494
+ msgstr "WP Live Chat Support"
5495
+
5496
+ #: wp-live-chat-support/wp-live-chat-support.php:5163
5497
+ msgid ""
5498
+ "Getting started? Read through some of these articles to help you along your "
5499
+ "way."
5500
+ msgstr "����� ����� ����� �� ��� �������� �������� ����� ���������."
5501
+
5502
+ #: wp-live-chat-support/wp-live-chat-support.php:5164
5503
+ msgid "Documentation:"
5504
+ msgstr "�������:"
5505
+
5506
+ #: wp-live-chat-support/wp-live-chat-support.php:5166
5507
+ msgid "Minimum System Requirements"
5508
+ msgstr "���� ������ �������� ������"
5509
+
5510
+ #: wp-live-chat-support/wp-live-chat-support.php:5167
5511
+ msgid "Do I have to be logged into the dashboard to chat with visitors?"
5512
+ msgstr "�� ��� �� ���� ������ ������ ����� ������ �� ��� ������ �� ���� �����ڿ"
5513
+
5514
+ #: wp-live-chat-support/wp-live-chat-support.php:5168
5515
+ msgid "What are Quick Responses?"
5516
+ msgstr "�� �� ������ ������ɿ"
5517
+
5518
+ #: wp-live-chat-support/wp-live-chat-support.php:5169
5519
+ msgid "Can I use this plugin on my multi-site?"
5520
+ msgstr "�� ���� ������� ��� ������� ��� ��� ����� �� �� ���Ͽ"
5521
+
5522
+ #: wp-live-chat-support/wp-live-chat-support.php:5170
5523
+ msgid "How do I disable APC Object Cache?"
5524
+ msgstr "��� ������ ����� APC Object Cache?"
5525
+
5526
+ #: wp-live-chat-support/wp-live-chat-support.php:5171
5527
+ msgid "Do you have a mobile app?"
5528
+ msgstr "�� ����� ����� ������� �������"
5529
+
5530
+ #: wp-live-chat-support/wp-live-chat-support.php:5172
5531
+ msgid "How do I check for JavaScript errors on my site?"
5532
+ msgstr "��� ����� �� ���� ����� ���� ������ �������"
5533
+
5534
+ #: wp-live-chat-support/wp-live-chat-support.php:5176
5535
+ msgid "Troubleshooting"
5536
+ msgstr "������� �������� ��������"
5537
+
5538
+ #: wp-live-chat-support/wp-live-chat-support.php:5178
5539
+ msgid ""
5540
+ "WP Live Chat Support has a diverse and wide range of features which may, "
5541
+ "from time to time, run into conflicts with the thousands of themes and other "
5542
+ "plugins on the market."
5543
+ msgstr ""
5544
+ "WP Live Chat Support ����� ������ ������ ������ �� �������� ���� �� ������ �� "
5545
+ "���� ��� ��������� �� �������� �� ������� ������ �������."
5546
+
5547
+ #: wp-live-chat-support/wp-live-chat-support.php:5179
5548
+ msgid "Common issues:"
5549
+ msgstr "�������� �������:"
5550
+
5551
+ #: wp-live-chat-support/wp-live-chat-support.php:5181
5552
+ msgid "The chat box doesnt show up"
5553
+ msgstr "����� �������� �� ����"
5554
+
5555
+ #: wp-live-chat-support/wp-live-chat-support.php:5182
5556
+ msgid "The chat window disappears when I logout or go offline"
5557
+ msgstr "����� �������� ����� ����� ���� ������ ������ �� ��� ������ �������"
5558
+
5559
+ #: wp-live-chat-support/wp-live-chat-support.php:5183
5560
+ msgid "This chat has already been answered. Please close the chat window"
5561
+ msgstr "��� �� ���� ��� ��� ��������. ����� ��� ����� ��������"
5562
+
5563
+ #: wp-live-chat-support/wp-live-chat-support.php:5184
5564
+ msgid "Messages only show when I refresh the chat window"
5565
+ msgstr "������� ���� ��� ��� ����� ����� ��������"
5566
+
5567
+ #: wp-live-chat-support/wp-live-chat-support.php:5185
5568
+ msgid "I'm not getting any notifications of a new chat"
5569
+ msgstr "�� ����� �� ������� ������� �����"
5570
+
5571
+ #: wp-live-chat-support/wp-live-chat-support.php:5186
5572
+ msgid "The chat window never goes offline"
5573
+ msgstr "����� �������� �� ���� ������ �������"
5574
+
5575
+ #: wp-live-chat-support/wp-live-chat-support.php:5192
5576
+ msgid "Still need help? Use one of these links below."
5577
+ msgstr "�� ���� ����� ��� �����ɿ ������ ���� ������� �����."
5578
+
5579
+ #: wp-live-chat-support/wp-live-chat-support.php:5194
5580
+ msgid "Support desk"
5581
+ msgstr "�����"
5582
+
5583
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
5584
+ msgid "Initiate Chats"
5585
+ msgstr "��� ���������"
5586
+
5587
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
5588
+ msgid "Multiple Chats"
5589
+ msgstr "������� ������"
5590
+
5591
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
5592
+ msgid "accept and handle multiple chats."
5593
+ msgstr "������� ������� ������� ������."
5594
+
5595
+ #: wp-live-chat-support/wp-live-chat-support.php:5256
5596
+ #, php-format
5597
+ msgid ""
5598
+ "Thank you for using <a href=\"%1$s\" target=\"_blank\">WP Live Chat Support</"
5599
+ "a>! Please <a href=\"%2$s\" target=\"_blank\">rate us</a> on <a href=\"%2$s\" "
5600
+ "target=\"_blank\">WordPress.org</a>"
5601
+ msgstr ""
5602
+ "���� ���������� <a href=\"%1$s\" target=\"_blank\">WP Live Chat Support</a>! "
5603
+ "������ <a href=\"%2$s\" target=\"_blank\"> ����� ����� ���</a> ��� <a href="
5604
+ "\"%2$s\" target=\"_blank\">WordPress.org</a>"
5605
+
5606
+ #: wp-live-chat-support/wp-live-chat-support.php:5261
5607
+ msgid "WP Live Chat Support is a product of"
5608
+ msgstr "WP Live Chat Support �� ���� ��"
5609
+
5610
+ #: wp-live-chat-support/wp-live-chat-support.php:5382
5611
+ msgid "Add as many agents as you need with the "
5612
+ msgstr "����� ��� ��� ����� �� ��������� "
5613
+
5614
+ #: wp-live-chat-support/wp-live-chat-support.php:5382
5615
+ msgid "Pro version."
5616
+ msgstr "������ ��������."
5617
+
5618
+ #: wp-live-chat-support/wp-live-chat-support.php:5386
5619
+ #, php-format
5620
+ msgid "Change the default chat agent from <strong>%1$s</strong> to "
5621
+ msgstr "����� ����� �������� ��������� �� <strong>%1$s</strong> ��� "
5622
+
5623
+ #: wp-live-chat-support/wp-live-chat-support.php:5544
5624
+ msgid "Verify"
5625
+ msgstr "����"
5626
+
5627
+ #: wp-live-chat-support/wp-live-chat-support.php:5547
5628
+ msgid "Status: "
5629
+ msgstr "������ "
5630
+
5631
+ #: wp-live-chat-support/wp-live-chat-support.php:5550
5632
+ msgid "Valid"
5633
+ msgstr "����"
5634
+
5635
+ #: wp-live-chat-support/wp-live-chat-support.php:5551
5636
+ #: wp-live-chat-support/wp-live-chat-support.php:5555
5637
+ msgid "Manage this extension"
5638
+ msgstr "����� ��� �������"
5639
+
5640
+ #: wp-live-chat-support/wp-live-chat-support.php:5554
5641
+ msgid "Invalid"
5642
+ msgstr "��� ����"
5643
+
5644
+ #: wp-live-chat-support/wp-live-chat-support.php:5560
5645
+ msgid "Linked Domains"
5646
+ msgstr "�������� ��������"
5647
+
5648
+ #: wp-live-chat-support/wp-live-chat-support.php:5599
5649
+ #: wp-live-chat-support/wp-live-chat-support.php:5653
5650
+ msgid ""
5651
+ "Get unlimited agents, initiate chats, advanced chat box control, encryption "
5652
+ "and more with the Pro add-on."
5653
+ msgstr ""
5654
+ "������ ��� ��� ��� ����� �� ��������� ��� ��������ʡ ������� ������ ������ "
5655
+ "�� ����� �������ɡ ������� � ��� ��� �� ���� ������ ��������."
5656
+
5657
+ #: wp-live-chat-support/wp-live-chat-support.php:5601
5658
+ #: wp-live-chat-support/wp-live-chat-support.php:5628
5659
+ #: wp-live-chat-support/wp-live-chat-support.php:5655
5660
+ msgid "Get this extension"
5661
+ msgstr "������ ��� ��� �������"
5662
+
5663
+ #: wp-live-chat-support/wp-live-chat-support.php:5617
5664
+ msgid "Mobile & Desktop App"
5665
+ msgstr "����� ������ � ��� ������"
5666
+
5667
+ #: wp-live-chat-support/wp-live-chat-support.php:5626
5668
+ msgid ""
5669
+ "Answer chats directly from your mobile phone or desktop with our mobile app "
5670
+ "and desktop client"
5671
+ msgstr ""
5672
+ "���� ��� ��������� ������ �� ���� ����� ������� �� ����� �� ���� ��������� "
5673
+ "�������� ������� � ��� ������"
5674
+
5675
+ #: wp-live-chat-support/wp-live-chat-support.php:5673
5676
+ #: wp-live-chat-support/wp-live-chat-support.php:5694
5677
+ msgid "Relevant Extensions"
5678
+ msgstr "������ ��� ���"
5679
+
5680
+ #: wp-live-chat-support/wp-live-chat-support.php:5719
5681
+ msgid "Powered By WP Live Chat Support"
5682
+ msgstr "����� �� ��� WP Live Chat Support"
5683
+
5684
+ #: wp-live-chat-support/wp-live-chat-support.php:5898
5685
+ msgid ""
5686
+ "Your API Key is Invalid. You are not eligible for future updates. Please "
5687
+ "enter your API key <a href=\"admin.php?page=wplivechat-menu-api-keys-page"
5688
+ "\">here</a>."
5689
+ msgstr ""
5690
+ "����� ��API ����� �� ��� ����. ��� ��� ������ ������ ��� ��������� �������. "
5691
+ "������ ����� ����� ���API ����� �� <a href=\"admin.php?page=wplivechat-menu-"
5692
+ "api-keys-page\">���</a>."
5693
+
5694
+ #: wp-live-chat-support/wp-live-chat-support.php:6021
5695
+ msgid "Advanced settings"
5696
+ msgstr "������� ������"
5697
+
5698
+ #: wp-live-chat-support/wp-live-chat-support.php:6031
5699
+ msgid "Only change these settings if you are experiencing performance issues."
5700
+ msgstr "�� ������ ��� ��������� �� ���� ��� ��� ����� ������ �� ������."
5701
+
5702
+ #: wp-live-chat-support/wp-live-chat-support.php:6038
5703
+ msgid "What type of environment are you on?"
5704
+ msgstr "�� �� ��� ��������� ��������ɿ"
5705
+
5706
+ #: wp-live-chat-support/wp-live-chat-support.php:6042
5707
+ msgid "Shared hosting - low level plan"
5708
+ msgstr "��������� ��������--��� ������"
5709
+
5710
+ #: wp-live-chat-support/wp-live-chat-support.php:6043
5711
+ msgid "Shared hosting - normal plan"
5712
+ msgstr "��������� �������� - ��� ������"
5713
+
5714
+ #: wp-live-chat-support/wp-live-chat-support.php:6044
5715
+ msgid "VPS"
5716
+ msgstr "����� VPS"
5717
+
5718
+ #: wp-live-chat-support/wp-live-chat-support.php:6045
5719
+ msgid "Dedicated server"
5720
+ msgstr "����� ���"
5721
+
5722
+ #: wp-live-chat-support/wp-live-chat-support.php:6051
5723
+ msgid "Long poll setup"
5724
+ msgstr "����� Long poll"
5725
+
5726
+ #: wp-live-chat-support/wp-live-chat-support.php:6051
5727
+ msgid ""
5728
+ "Only change these if you are an experienced developer or if you have received "
5729
+ "these figures from the Code Cabin Support team."
5730
+ msgstr ""
5731
+ "�� ������ ��� ���������� ��� �� ���� ���� ����� ����� �� ����� ��� ��� "
5732
+ "��������� �� ���� ���� ����� ������ ��Code Cabin Support."
5733
+
5734
+ #: wp-live-chat-support/wp-live-chat-support.php:6059
5735
+ msgid "Iterations"
5736
+ msgstr "�������"
5737
+
5738
+ #: wp-live-chat-support/wp-live-chat-support.php:6063
5739
+ msgid "Sleep between iterations"
5740
+ msgstr "������� �� ��� ���������"
5741
+
5742
+ #: wp-live-chat-support/wp-live-chat-support.php:6066
5743
+ msgid "microseconds"
5744
+ msgstr "����������"
5745
+
5746
+ #: wp-live-chat-support/wp-live-chat-support.php:6092
5747
+ msgid "View comprehensive reports regarding your chat and agent activity."
5748
+ msgstr "��� ������ ����� ���� ����� ���������� � ���������."
5749
+
5750
+ #: wp-live-chat-support/wp-live-chat-support.php:6095
5751
+ msgid "Reports"
5752
+ msgstr "��������"
5753
+
5754
+ #: wp-live-chat-support/wp-live-chat-support.php:6097
5755
+ msgid "Chat statistics"
5756
+ msgstr "�������� ��������"
5757
+
5758
+ #: wp-live-chat-support/wp-live-chat-support.php:6098
5759
+ msgid "Popular pages"
5760
+ msgstr "������� ��������"
5761
+
5762
+ #: wp-live-chat-support/wp-live-chat-support.php:6099
5763
+ msgid ""
5764
+ "ROI reporting and tracking (identify which agents produce the most sales)"
5765
+ msgstr ""
5766
+ "������ � ������ ���ROI (����� �� ������ ��� ��������� ������ ������� ��������)"
5767
+
5768
+ #: wp-live-chat-support/wp-live-chat-support.php:6100
5769
+ msgid ""
5770
+ "User experience ratings (identify which agents produce the happiest customers)"
5771
+ msgstr "������� �������� (����� ���� �� ��������� ���� ������ ��� ��� �������)"
5772
+
5773
+ #: wp-live-chat-support/wp-live-chat-support.php:6110
5774
+ #: wp-live-chat-support/wp-live-chat-support.php:6175
5775
+ #: wp-live-chat-support/wp-live-chat-support.php:6213
5776
+ msgid "Get all this and more in the "
5777
+ msgstr "���� ��� �� ��� ����� �� "
5778
+
5779
+ #: wp-live-chat-support/wp-live-chat-support.php:6110
5780
+ #: wp-live-chat-support/wp-live-chat-support.php:6175
5781
+ #: wp-live-chat-support/wp-live-chat-support.php:6213
5782
+ msgid "Pro add-on"
5783
+ msgstr "�������"
5784
+
5785
+ #: wp-live-chat-support/wp-live-chat-support.php:6111
5786
+ #: wp-live-chat-support/wp-live-chat-support.php:6176
5787
+ #: wp-live-chat-support/wp-live-chat-support.php:6214
5788
+ msgid "Upgrade Now"
5789
+ msgstr "�� �������� ����"
5790
+
5791
+ #: wp-live-chat-support/wp-live-chat-support.php:6157
5792
+ msgid ""
5793
+ "Create custom data triggers when users view a certain page, spend a certain "
5794
+ "amount of time on a page, scroll past a certain point or when their mouse "
5795
+ "leaves the window."
5796
+ msgstr ""
5797
+ "����� ���� ��� ���� ���������� ������ ���� ����ɡ ���� ���� ����� �� ����� "
5798
+ "�� �����ɡ �������� ����� ����� ������� �� ��� ������ ���� ������ �������."
5799
+
5800
+ #: wp-live-chat-support/wp-live-chat-support.php:6160
5801
+ msgid "Trigger Types"
5802
+ msgstr "����� ��������"
5803
+
5804
+ #: wp-live-chat-support/wp-live-chat-support.php:6199
5805
+ msgid ""
5806
+ "Create custom fields, allowing your visitors to enter the data you need "
5807
+ "before starting a chat."
5808
+ msgstr ""
5809
+
5810
+ #: wp-live-chat-support/wp-live-chat-support.php:6200
5811
+ msgid "Custom Field Types"
5812
+ msgstr ""
5813
+
5814
+ #: wp-live-chat-support/wp-live-chat-support.php:6202
5815
+ #, fuzzy
5816
+ #| msgid "Offline Text Fields"
5817
+ msgid "Text Fields"
5818
+ msgstr "���� ���� �� ���� ��� �������"
5819
+
5820
+ #: wp-live-chat-support/wp-live-chat-support.php:6203
5821
+ msgid "Dropdown Fields"
5822
+ msgstr ""
5823
+
5824
+ #: wp-live-chat-support/wp-live-chat-support.php:6234
5825
+ msgid "Display a 'Powered by' link in the chat box"
5826
+ msgstr ""
5827
+
5828
+ #: wp-live-chat-support/wp-live-chat-support.php:6234
5829
+ msgid ""
5830
+ "Checking this will display a 'Powered by WP Live Chat Support' caption at the "
5831
+ "bottom of your chatbox."
5832
+ msgstr ""
5833
+
5834
+ #: wp-live-chat-support/wp-live-chat-support.php:6276
5835
+ #, fuzzy
5836
+ #| msgid "Powered By WP Live Chat Support"
5837
+ msgid "Powered by WP Live Chat Support"
5838
+ msgstr "����� �� ��� WP Live Chat Support"
5839
+
5840
+ #: wp-live-chat-support/wp-live-chat-support.php:6314
5841
+ #: wp-live-chat-support/wp-live-chat-support.php:6334
5842
+ msgid "Custom Scripts"
5843
+ msgstr ""
5844
+
5845
+ #: wp-live-chat-support/wp-live-chat-support.php:6338
5846
+ msgid "Custom CSS"
5847
+ msgstr ""
5848
+
5849
+ #: wp-live-chat-support/wp-live-chat-support.php:6343
5850
+ msgid "Custom JS"
5851
+ msgstr ""
5852
+
5853
+ #: wp-live-chat-support/wp-live-chat-support.php:6422
5854
+ #, php-format
5855
+ msgid ""
5856
+ "WP Live Chat Support requires WP Live Chat Support Pro Version 7.0.0 or "
5857
+ "greater in order for departments to function as expected. Please update WP "
5858
+ "Live Chat Support %s"
5859
+ msgstr ""
5860
+
5861
+ #: wp-live-chat-support/wp-live-chat-support.php:6436
5862
+ #, fuzzy
5863
+ #| msgid ""
5864
+ #| "Please update your <a href='%s'>basic version</a> to make use of this "
5865
+ #| "feature."
5866
+ msgid "Please update your Pro version to create a department"
5867
+ msgstr "������ ����� <a href='%s'>������� �������</a> �������� ��� ������."
5868
+
5869
+ #: wp-live-chat-support/wp-live-chat-support.php:6451
5870
+ #, php-format
5871
+ msgid ""
5872
+ "The Live Chat box is currently disabled on your website due to : <a href=\"%s"
5873
+ "\">General Settings</a>"
5874
+ msgstr ""
5875
+
5876
+ #: wp-live-chat-support/wp-live-chat-support.php:6571
5877
+ msgid "Deprecation Notice"
5878
+ msgstr ""
5879
+
5880
+ #: wp-live-chat-support/wp-live-chat-support.php:6572
5881
+ msgid ""
5882
+ "Please note, missed chat functionality is being deprecated as we will be "
5883
+ "moving to a customer oriented system in the near future. "
5884
+ msgstr ""
5885
+
5886
+ #: wp-live-chat-support/wp-live-chat-support.php:6573
5887
+ msgid ""
5888
+ "The new system will offer more insight into your user base while enhancing "
5889
+ "your experience when retrieving statistics and information. "
5890
+ msgstr ""
5891
+
5892
+ #: wp-live-chat-support/wp-live-chat-support.php:6574
5893
+ msgid ""
5894
+ "This area will remain active for the time being, however it is recommended "
5895
+ "that you prepare for this change in the near future. "
5896
+ msgstr ""
5897
+
5898
+ #: wp-live-chat-support/wp-live-chat-support.php:6615
5899
+ msgid ""
5900
+ "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
5901
+ "Live Chat Support 8.0.05 there is build in support for Email Transcript."
5902
+ msgstr ""
5903
+
5904
+ #: wp-live-chat-support/wp-live-chat-support.php:6628
5905
+ #, php-format
5906
+ msgid ""
5907
+ "Thank you for chatting with us. If you have any questions, please <a href="
5908
+ "\"%1$s\" target=\"_blank\" style=\"font-family: Arial, Helvetica, sans-serif; "
5909
+ "font-size: 13px; color: #FFF; font-weight: bold; text-decoration: underline;"
5910
+ "\">contact us</a>"
5911
+ msgstr ""
5912
+
5913
+ #: wp-live-chat-support/wp-live-chat-support.php:6645
5914
+ msgid "Email transcript to user"
5915
+ msgstr ""
5916
+
5917
+ #: wp-live-chat-support/wp-live-chat-support.php:6729
5918
+ #, php-format
5919
+ msgid "Your chat transcript from %1$s"
5920
+ msgstr ""
5921
+
5922
+ #: wp-live-chat-support/wp-live-chat-support.php:6858
5923
+ #, fuzzy
5924
+ #| msgid "Chat Window Settings"
5925
+ msgid "Chat Transcript Settings"
5926
+ msgstr "������� ����� ��������"
5927
+
5928
+ #: wp-live-chat-support/wp-live-chat-support.php:6861
5929
+ msgid "Enable chat transcripts:"
5930
+ msgstr ""
5931
+
5932
+ #: wp-live-chat-support/wp-live-chat-support.php:6872
5933
+ msgid "Send transcripts to:"
5934
+ msgstr ""
5935
+
5936
+ #: wp-live-chat-support/wp-live-chat-support.php:6879
5937
+ #, fuzzy
5938
+ #| msgid "Username"
5939
+ msgid "User"
5940
+ msgstr "��� �������"
5941
+
5942
+ #: wp-live-chat-support/wp-live-chat-support.php:6890
5943
+ msgid "Send transcripts when chat ends:"
5944
+ msgstr ""
5945
+
5946
+ #: wp-live-chat-support/wp-live-chat-support.php:6901
5947
+ #, fuzzy
5948
+ #| msgid "Email"
5949
+ msgid "Email body"
5950
+ msgstr "������ ����������"
5951
+
5952
+ #: wp-live-chat-support/wp-live-chat-support.php:6913
5953
+ #, fuzzy
5954
+ #| msgid "Email Address"
5955
+ msgid "Email header"
5956
+ msgstr "������ ����������"
5957
+
5958
+ #: wp-live-chat-support/wp-live-chat-support.php:6924
5959
+ msgid "Email footer"
5960
+ msgstr ""
5961
+
5962
+ #~ msgid "Chat functionality has been paused."
5963
+ #~ msgstr "�� ����� ����� ������� �����."
5964
+
5965
+ #~ msgid ""
5966
+ #~ "Please enter your verified API key in the <a href=\"admin.php?"
5967
+ #~ "page=wplivechat-menu-api-keys-page\">API Keys page</a> to activate the "
5968
+ #~ "cloud based functionality."
5969
+ #~ msgstr ""
5970
+ #~ "������ ����� ����� ���API �� <a href=\"admin.php?page=wplivechat-menu-api-"
5971
+ #~ "keys-page\">���� ������ ���API</a> ������ ������� ��������."
5972
+
5973
+ #~ msgid "Are you sure you would like to delete chat history?"
5974
+ #~ msgstr "�� ���� �������� ��� ��� �������ʿ"
5975
+
5976
+ #~ msgid "Are you sure you would like to delete all missed chats?"
5977
+ #~ msgstr "�� ��� ����� �� ��� ���� �������� ���� �� ��� ����ǿ"
5978
+
5979
+ #~ msgid ""
5980
+ #~ "You are currently using our <strong>cloud server</strong> to handle your "
5981
+ #~ "chat requests and live chat sessions.<br /><br />To disable this, please "
5982
+ #~ "deactivate the WP Live Chat Support - Cloud Server plugin."
5983
+ #~ msgstr ""
5984
+ #~ "��� ������ ����� <strong>������ �������</strong> ����� ��� �������� �� "
5985
+ #~ "����� ���������. <br /><br /> ������ ��ǡ ���� ����� ����� ����� WP Live "
5986
+ #~ "Chat Support - Cloud Server."
5987
+
5988
+ #~ msgid ""
5989
+ #~ "Users will have to enter their Name and Email Address when starting a chat"
5990
+ #~ msgstr ""
5991
+ #~ "����� ��� ���������� ����� ��� ������ ������ ���������� ��� ��� �������"
5992
+
5993
+ #~ msgid "You are currently accepting chats"
5994
+ #~ msgstr "��� ����� ������ ������� ���������"
5995
+
5996
+ #~ msgid "WP Live Chat Support Feedback"
5997
+ #~ msgstr "����� ������ WP Live Chat"
5998
+
5999
+ #~ msgid "Your Name"
6000
+ #~ msgstr "����"
6001
+
6002
+ #~ msgid "Your Email"
6003
+ #~ msgstr "����� ����������"
6004
+
6005
+ #~ msgid "Version 6"
6006
+ #~ msgstr "������ 6"
6007
+
6008
+ #~ msgid "The most popular live chat plugin!"
6009
+ #~ msgstr "������� ������ ��������� �������!"
6010
+
6011
+ #~ msgid "Rest API"
6012
+ #~ msgstr "Rest API"
6013
+
6014
+ #~ msgid "Option"
6015
+ #~ msgstr "������"
6016
+
6017
+ #~ msgid ""
6018
+ #~ "There was a problem sending your feedback. Please log your feedback on "
6019
+ #~ msgstr "���� ����� �� ����� ��������. ���� ����� �������� �� ���� "
6020
+
6021
+ #~ msgid ""
6022
+ #~ "Reduce the resources required by your server - use our cloud server to "
6023
+ #~ "host your chats."
6024
+ #~ msgstr ""
6025
+ #~ "�� ������ ������� �������� �� ���� ��������� ����� �� - ������ ������ "
6026
+ #~ "������� �������� ��������."
languages/wplivechat-bg_BG.mo ADDED
Binary file
languages/wplivechat-bg_BG.po ADDED
@@ -0,0 +1,6070 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wplivechat-bg\n"
4
+ "POT-Creation-Date: 2018-07-18 20:16+0200\n"
5
+ "PO-Revision-Date: 2018-07-18 20:16+0200\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: bg_BG\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.4\n"
13
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
+ "X-Poedit-Basepath: ../..\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Poedit-SearchPath-0: wp-live-chat-support\n"
17
+ "X-Poedit-SearchPath-1: wp-live-chat-support-pro\n"
18
+ "X-Poedit-SearchPath-2: wp-live-chat-support-mobile-and-desktop-app\n"
19
+
20
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:38
21
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:69
22
+ msgid "Mobile and Desktop App"
23
+ msgstr "Мобилно или десктоп приложение"
24
+
25
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:109
26
+ #: wp-live-chat-support/includes/update_control.class.php:133
27
+ msgid ""
28
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
29
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
30
+ msgstr ""
31
+ "Неочаквана HTTP грешка по време на API запитване. </p> <p><a href=\"?\" "
32
+ "onclick=\"document.location.reload(); return false;\">Опитайте отново\n"
33
+ "</a>"
34
+
35
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:114
36
+ #: wp-live-chat-support/includes/update_control.class.php:138
37
+ msgid "An unknown error occurred"
38
+ msgstr "Възникна непозната грешка"
39
+
40
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/api/wplc-api-devices.php:599
41
+ #, fuzzy
42
+ #| msgid "Add Quick Responses to your Live Chat"
43
+ msgid "Add Quick Responses to your Live Chat with our Pro Add-on"
44
+ msgstr "Добави бързи отговори към твоя Live Chat"
45
+
46
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:22
47
+ #, fuzzy
48
+ #| msgid "Device"
49
+ msgid "Devices"
50
+ msgstr "Устройство"
51
+
52
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:35
53
+ #, fuzzy
54
+ #| msgid "WP Live Chat Support Settings"
55
+ msgid "WP Live Chat Support - Devices"
56
+ msgstr "WP Live Chat настройки за поддръжка"
57
+
58
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:96
59
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:339
60
+ msgid "Device Name Not Found"
61
+ msgstr ""
62
+
63
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:97
64
+ #, fuzzy
65
+ #| msgid "Linked Domains"
66
+ msgid "Linked to"
67
+ msgstr "Свързани домейни"
68
+
69
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:148
70
+ #, fuzzy
71
+ #| msgid "Device"
72
+ msgid "Add Device"
73
+ msgstr "Устройство"
74
+
75
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:149
76
+ msgid "Simply scan the QR code below"
77
+ msgstr ""
78
+
79
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:161
80
+ msgid "Or enter data manually"
81
+ msgstr ""
82
+
83
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:162
84
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:107
85
+ #: wp-live-chat-support/wp-live-chat-support.php:5541
86
+ msgid "API Key"
87
+ msgstr "API ключ"
88
+
89
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:165
90
+ #, fuzzy
91
+ #| msgid "Add Agent"
92
+ msgid "For Agent"
93
+ msgstr "Добави агент"
94
+
95
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:167
96
+ #, fuzzy
97
+ #| msgid "Agents"
98
+ msgid "Agent ID"
99
+ msgstr "Агенти"
100
+
101
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:170
102
+ msgid "Rest End Point"
103
+ msgstr ""
104
+
105
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:177
106
+ msgid "Need a link to the app?"
107
+ msgstr ""
108
+
109
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:178
110
+ msgid "Go to PlayStore"
111
+ msgstr ""
112
+
113
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:181
114
+ msgid "Go to Apple Store"
115
+ msgstr ""
116
+
117
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:200
118
+ msgid "Device Limit Reached"
119
+ msgstr ""
120
+
121
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:201
122
+ msgid "Your maximum device limit has been reached"
123
+ msgstr ""
124
+
125
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:203
126
+ msgid "Increase your device limit to add additional devices"
127
+ msgstr ""
128
+
129
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:206
130
+ msgid "Increase Limit"
131
+ msgstr ""
132
+
133
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:207
134
+ #, fuzzy
135
+ #| msgid "Contact us"
136
+ msgid "Contact Us"
137
+ msgstr "Свържете се с нас"
138
+
139
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:525
140
+ #, fuzzy
141
+ #| msgid "View Chat History"
142
+ msgid "New Chat from"
143
+ msgstr "Преглед история на чата"
144
+
145
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:525
146
+ msgid "Tap here to accept"
147
+ msgstr ""
148
+
149
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:540
150
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:188
151
+ #: wp-live-chat-support/includes/settings_page.php:192
152
+ #: wp-live-chat-support/wp-live-chat-support.php:909
153
+ #: wp-live-chat-support/wp-live-chat-support.php:3875
154
+ #: wp-live-chat-support/wp-live-chat-support.php:4792
155
+ msgid "Guest"
156
+ msgstr "Гост"
157
+
158
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:544
159
+ #, fuzzy
160
+ #| msgid "Message"
161
+ msgid "New Message"
162
+ msgstr "Съобщение"
163
+
164
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:117
165
+ msgid "Mobile and Desktop App Settings"
166
+ msgstr "Конфигуриране на мобилно или десктоп приложение"
167
+
168
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:120
169
+ msgid "Enable mobile and desktop app"
170
+ msgstr "Разрешаване на мобилни и десктоп приложения"
171
+
172
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:142
173
+ msgid "App"
174
+ msgstr "Приложеие"
175
+
176
+ #: wp-live-chat-support-pro/functions-pro.php:54
177
+ #: wp-live-chat-support-pro/functions-pro.php:173
178
+ #: wp-live-chat-support-pro/functions-pro.php:310
179
+ #: wp-live-chat-support/functions.php:426
180
+ #: wp-live-chat-support/functions.php:648
181
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:577
182
+ #: wp-live-chat-support/wp-live-chat-support.php:3529
183
+ msgid "IP Address not recorded"
184
+ msgstr "IP аадресът не беше записан"
185
+
186
+ #: wp-live-chat-support-pro/functions-pro.php:56
187
+ #: wp-live-chat-support-pro/functions-pro.php:175
188
+ #: wp-live-chat-support-pro/functions-pro.php:312
189
+ #: wp-live-chat-support/functions.php:428
190
+ #: wp-live-chat-support/functions.php:650
191
+ #: wp-live-chat-support/wp-live-chat-support.php:3531
192
+ msgid "Whois for"
193
+ msgstr "Кой е"
194
+
195
+ #: wp-live-chat-support-pro/functions-pro.php:61
196
+ #: wp-live-chat-support-pro/functions-pro.php:318
197
+ #: wp-live-chat-support/functions.php:433
198
+ #: wp-live-chat-support/functions.php:575
199
+ #: wp-live-chat-support/functions.php:589
200
+ #: wp-live-chat-support/functions.php:1858
201
+ msgid "Accept Chat"
202
+ msgstr "Приемане на чата"
203
+
204
+ #: wp-live-chat-support-pro/functions-pro.php:63
205
+ #: wp-live-chat-support-pro/functions-pro.php:320
206
+ #: wp-live-chat-support/functions.php:435
207
+ msgid "Incoming Chat"
208
+ msgstr "Ново чат съобщение"
209
+
210
+ #: wp-live-chat-support-pro/functions-pro.php:63
211
+ #: wp-live-chat-support-pro/functions-pro.php:320
212
+ #: wp-live-chat-support/functions.php:435
213
+ msgid "You have an incoming chat."
214
+ msgstr "Имате ново съобщение."
215
+
216
+ #: wp-live-chat-support-pro/functions-pro.php:67
217
+ #: wp-live-chat-support/functions.php:581
218
+ #: wp-live-chat-support/functions.php:594
219
+ msgid "Open Chat"
220
+ msgstr "Отвори чат"
221
+
222
+ #: wp-live-chat-support-pro/functions-pro.php:69
223
+ #: wp-live-chat-support-pro/functions-pro.php:332
224
+ #: wp-live-chat-support/functions.php:441
225
+ msgid "Chat Active"
226
+ msgstr "Активирай чат"
227
+
228
+ #: wp-live-chat-support-pro/functions-pro.php:69
229
+ #: wp-live-chat-support-pro/functions-pro.php:332
230
+ #: wp-live-chat-support/functions.php:441
231
+ msgid "This chat is active"
232
+ msgstr "Този чат е активен"
233
+
234
+ #: wp-live-chat-support-pro/functions-pro.php:74
235
+ #: wp-live-chat-support-pro/functions-pro.php:160
236
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2874
237
+ #: wp-live-chat-support/wp-live-chat-support.php:2420
238
+ msgid "Initiate Chat"
239
+ msgstr "Инициирай чат"
240
+
241
+ #: wp-live-chat-support-pro/functions-pro.php:76
242
+ #: wp-live-chat-support-pro/functions-pro.php:162
243
+ msgid "You must be a chat agent to initiate chats"
244
+ msgstr "Трябва да имате чат агент за да инициирате чат"
245
+
246
+ #: wp-live-chat-support-pro/functions-pro.php:99
247
+ #: wp-live-chat-support/functions.php:673
248
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:593
249
+ msgid "New"
250
+ msgstr "Нов"
251
+
252
+ #: wp-live-chat-support-pro/functions-pro.php:101
253
+ #: wp-live-chat-support/functions.php:675
254
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:595
255
+ msgid "Returning"
256
+ msgstr "Връщане"
257
+
258
+ #: wp-live-chat-support-pro/functions-pro.php:143
259
+ msgid "Visitors on site"
260
+ msgstr "Посетители на сайта"
261
+
262
+ #: wp-live-chat-support-pro/functions-pro.php:207
263
+ #: wp-live-chat-support-pro/functions-pro.php:362
264
+ #: wp-live-chat-support/functions.php:464
265
+ #: wp-live-chat-support/wp-live-chat-support.php:3579
266
+ msgid "Site Info"
267
+ msgstr "Информация за сайта"
268
+
269
+ #: wp-live-chat-support-pro/functions-pro.php:209
270
+ #: wp-live-chat-support-pro/functions-pro.php:364
271
+ #: wp-live-chat-support/functions.php:466
272
+ #: wp-live-chat-support/wp-live-chat-support.php:3581
273
+ msgid "Chat initiated on:"
274
+ msgstr "Чат иницииран на:"
275
+
276
+ #: wp-live-chat-support-pro/functions-pro.php:213
277
+ #: wp-live-chat-support-pro/functions-pro.php:368
278
+ #: wp-live-chat-support/functions.php:470
279
+ #: wp-live-chat-support/wp-live-chat-support.php:3585
280
+ msgid "Advanced Info"
281
+ msgstr "Разширена информация"
282
+
283
+ #: wp-live-chat-support-pro/functions-pro.php:215
284
+ #: wp-live-chat-support-pro/functions-pro.php:370
285
+ #: wp-live-chat-support/functions.php:472
286
+ #: wp-live-chat-support/wp-live-chat-support.php:3587
287
+ msgid "Browser:"
288
+ msgstr "Браузър:"
289
+
290
+ #: wp-live-chat-support-pro/functions-pro.php:216
291
+ #: wp-live-chat-support-pro/functions-pro.php:371
292
+ #: wp-live-chat-support/functions.php:473
293
+ #: wp-live-chat-support/wp-live-chat-support.php:3588
294
+ msgid "IP Address:"
295
+ msgstr "IP Адрес:"
296
+
297
+ #: wp-live-chat-support-pro/functions-pro.php:259
298
+ msgid "No visitors on-line at the moment"
299
+ msgstr "В момента, няма посетители на линия"
300
+
301
+ #: wp-live-chat-support-pro/functions-pro.php:287
302
+ #: wp-live-chat-support/functions.php:409
303
+ msgid "No chat sessions available at the moment"
304
+ msgstr "В момента няма чат сесии"
305
+
306
+ #: wp-live-chat-support-pro/functions-pro.php:289
307
+ #: wp-live-chat-support/functions.php:411
308
+ #: wp-live-chat-support/modules/node_server.php:1216
309
+ msgid "Active Chats"
310
+ msgstr "Активни чатове"
311
+
312
+ #: wp-live-chat-support-pro/functions-pro.php:324
313
+ msgid "You must be a chat agent to answer chats"
314
+ msgstr "Трябва да си чат агент за да отговориш на чата"
315
+
316
+ #: wp-live-chat-support-pro/functions-pro.php:330
317
+ #: wp-live-chat-support/functions.php:439
318
+ msgid "Open Chat Window"
319
+ msgstr "Отвори чат прозорец"
320
+
321
+ #: wp-live-chat-support-pro/functions-pro.php:334
322
+ msgid "Chat has been answered by another agent"
323
+ msgstr "Чатът беше взет от друг агент"
324
+
325
+ #: wp-live-chat-support-pro/functions-pro.php:335
326
+ msgid "Chat answered by another agent"
327
+ msgstr "Чатът беше обработен от друг агент"
328
+
329
+ #: wp-live-chat-support-pro/functions-pro.php:391
330
+ #: wp-live-chat-support/functions.php:1637
331
+ #: wp-live-chat-support/includes/settings_page.php:651
332
+ msgid "WP Live Chat Support - Offline Message from "
333
+ msgstr "WP Live Chat Support - Форма за съобщение извън линия "
334
+
335
+ #: wp-live-chat-support-pro/functions-pro.php:392
336
+ #: wp-live-chat-support-pro/functions-pro.php:966
337
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:81
338
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:440
339
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:212
340
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:129
341
+ #: wp-live-chat-support/functions.php:1638
342
+ #: wp-live-chat-support/functions.php:2118
343
+ #: wp-live-chat-support/includes/deprecated.php:192
344
+ #: wp-live-chat-support/includes/deprecated.php:391
345
+ #: wp-live-chat-support/includes/settings_page.php:179
346
+ #: wp-live-chat-support/includes/settings_page.php:365
347
+ #: wp-live-chat-support/wp-live-chat-support.php:1926
348
+ #: wp-live-chat-support/wp-live-chat-support.php:1952
349
+ #: wp-live-chat-support/wp-live-chat-support.php:2142
350
+ #: wp-live-chat-support/wp-live-chat-support.php:4498
351
+ #: wp-live-chat-support/wp-live-chat-support.php:4637
352
+ #: wp-live-chat-support/wp-live-chat-support.php:6431
353
+ msgid "Name"
354
+ msgstr "Име"
355
+
356
+ #: wp-live-chat-support-pro/functions-pro.php:392
357
+ #: wp-live-chat-support-pro/functions-pro.php:967
358
+ #: wp-live-chat-support/functions.php:1639
359
+ #: wp-live-chat-support/functions.php:2119
360
+ #: wp-live-chat-support/includes/deprecated.php:193
361
+ #: wp-live-chat-support/includes/deprecated.php:392
362
+ #: wp-live-chat-support/includes/settings_page.php:175
363
+ #: wp-live-chat-support/wp-live-chat-support.php:1927
364
+ #: wp-live-chat-support/wp-live-chat-support.php:1940
365
+ #: wp-live-chat-support/wp-live-chat-support.php:2143
366
+ #: wp-live-chat-support/wp-live-chat-support.php:4499
367
+ #: wp-live-chat-support/wp-live-chat-support.php:4638
368
+ msgid "Email"
369
+ msgstr "И-мейл"
370
+
371
+ #: wp-live-chat-support-pro/functions-pro.php:392
372
+ #: wp-live-chat-support-pro/functions-pro.php:968
373
+ #: wp-live-chat-support-pro/functions-pro.php:1543
374
+ #: wp-live-chat-support/functions.php:1640
375
+ #: wp-live-chat-support/wp-live-chat-support.php:2144
376
+ #: wp-live-chat-support/wp-live-chat-support.php:4639
377
+ #: wp-live-chat-support/wp-live-chat-support.php:5768
378
+ #: wp-live-chat-support/wp-live-chat-support.php:5826
379
+ msgid "Message"
380
+ msgstr "Съобщение"
381
+
382
+ #: wp-live-chat-support-pro/functions-pro.php:392
383
+ #: wp-live-chat-support/functions.php:1641
384
+ msgid "Via WP Live Chat Support"
385
+ msgstr "WP Live Chat Support"
386
+
387
+ #: wp-live-chat-support-pro/functions-pro.php:461
388
+ msgid "Alert: Someone wants to chat with you on "
389
+ msgstr "Внимание: Някой иска да говори с теб "
390
+
391
+ #: wp-live-chat-support-pro/functions-pro.php:462
392
+ msgid "Someone wants to chat with you on your website"
393
+ msgstr "Някой иска да говори с теб на уеб сайта ти"
394
+
395
+ #: wp-live-chat-support-pro/functions-pro.php:462
396
+ msgid "Log in"
397
+ msgstr "Вписване"
398
+
399
+ #: wp-live-chat-support-pro/functions-pro.php:745
400
+ #: wp-live-chat-support-pro/functions-pro.php:761
401
+ #: wp-live-chat-support-pro/functions-pro.php:776
402
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3277
403
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3293
404
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3308
405
+ msgid "Chat Agent"
406
+ msgstr "Чат Агент"
407
+
408
+ #: wp-live-chat-support-pro/functions-pro.php:750
409
+ #: wp-live-chat-support-pro/functions-pro.php:766
410
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3282
411
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3298
412
+ msgid "Make this user a chat agent"
413
+ msgstr "Направи този потребител чат агент"
414
+
415
+ #: wp-live-chat-support-pro/functions-pro.php:780
416
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3312
417
+ msgid "Your user role does not allow you to make yourself a chat agent."
418
+ msgstr ""
419
+ "Потребителската ти роля не позволява да конфигурираш себе си, като чат агент."
420
+
421
+ #: wp-live-chat-support-pro/functions-pro.php:781
422
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3313
423
+ msgid "Please contact the administrator of this website to change this."
424
+ msgstr "Моля свържете се с администратора на сайта за да промени това."
425
+
426
+ #: wp-live-chat-support-pro/functions-pro.php:866
427
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3721
428
+ msgid "Chat Agent Online"
429
+ msgstr "Чат агент на линия"
430
+
431
+ #: wp-live-chat-support-pro/functions-pro.php:868
432
+ #: wp-live-chat-support-pro/functions-pro.php:873
433
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3723
434
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3728
435
+ msgid "Chat Agents Online"
436
+ msgstr "Чат агенти на линия"
437
+
438
+ #: wp-live-chat-support-pro/functions-pro.php:965
439
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1010
440
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5014
441
+ #: wp-live-chat-support/functions.php:2117
442
+ #: wp-live-chat-support/wp-live-chat-support.php:4497
443
+ #: wp-live-chat-support/wp-live-chat-support.php:4636
444
+ msgid "Date"
445
+ msgstr "Дата"
446
+
447
+ #: wp-live-chat-support-pro/functions-pro.php:982
448
+ #: wp-live-chat-support/wp-live-chat-support.php:4656
449
+ msgid "You have not received any offline messages."
450
+ msgstr "Няма получени съобщения извън линия."
451
+
452
+ #: wp-live-chat-support-pro/functions-pro.php:1407
453
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:871
454
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4080
455
+ #: wp-live-chat-support/wp-live-chat-support.php:5351
456
+ msgid "Administrator"
457
+ msgstr "Администратор"
458
+
459
+ #: wp-live-chat-support-pro/functions-pro.php:1408
460
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:877
461
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4086
462
+ #: wp-live-chat-support/wp-live-chat-support.php:5360
463
+ msgid "Editor"
464
+ msgstr "Коректор"
465
+
466
+ #: wp-live-chat-support-pro/functions-pro.php:1409
467
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:883
468
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1009
469
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4092
470
+ #: wp-live-chat-support/wp-live-chat-support.php:5369
471
+ msgid "Author"
472
+ msgstr "Автор"
473
+
474
+ #: wp-live-chat-support-pro/functions-pro.php:1410
475
+ msgid "Contributor"
476
+ msgstr "Ко-автор"
477
+
478
+ #: wp-live-chat-support-pro/functions-pro.php:1411
479
+ msgid "Subscriber"
480
+ msgstr "Абонат"
481
+
482
+ #: wp-live-chat-support-pro/functions-pro.php:1541
483
+ #: wp-live-chat-support/modules/gdpr.php:207
484
+ #: wp-live-chat-support/wp-live-chat-support.php:5766
485
+ #: wp-live-chat-support/wp-live-chat-support.php:5824
486
+ msgid "Chat ID"
487
+ msgstr "Чат ID"
488
+
489
+ #: wp-live-chat-support-pro/functions-pro.php:1542
490
+ #: wp-live-chat-support/wp-live-chat-support.php:5767
491
+ #: wp-live-chat-support/wp-live-chat-support.php:5825
492
+ msgid "From"
493
+ msgstr "От"
494
+
495
+ #: wp-live-chat-support-pro/functions-pro.php:1544
496
+ #: wp-live-chat-support/wp-live-chat-support.php:5769
497
+ #: wp-live-chat-support/wp-live-chat-support.php:5827
498
+ msgid "Timestamp"
499
+ msgstr "Дата"
500
+
501
+ #: wp-live-chat-support-pro/functions-pro.php:1545
502
+ #: wp-live-chat-support/wp-live-chat-support.php:5770
503
+ #: wp-live-chat-support/wp-live-chat-support.php:5828
504
+ msgid "Origin"
505
+ msgstr "Произход"
506
+
507
+ #: wp-live-chat-support-pro/functions-pro.php:1557
508
+ #: wp-live-chat-support/wp-live-chat-support.php:5775
509
+ #: wp-live-chat-support/wp-live-chat-support.php:5833
510
+ msgid "user"
511
+ msgstr "потребител"
512
+
513
+ #: wp-live-chat-support-pro/functions-pro.php:1559
514
+ #: wp-live-chat-support/wp-live-chat-support.php:5777
515
+ #: wp-live-chat-support/wp-live-chat-support.php:5835
516
+ msgid "agent"
517
+ msgstr "агент"
518
+
519
+ #: wp-live-chat-support-pro/includes/documentation_suggestions.php:134
520
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:471
521
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:492
522
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:551
523
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:583
524
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:402
525
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:424
526
+ #: wp-live-chat-support/includes/notification_control.php:36
527
+ #: wp-live-chat-support/includes/notification_control.php:75
528
+ #: wp-live-chat-support/includes/notification_control.php:138
529
+ #: wp-live-chat-support/modules/node_server_deprecated.php:214
530
+ #: wp-live-chat-support/modules/node_server_deprecated.php:234
531
+ #: wp-live-chat-support/modules/node_server_deprecated.php:277
532
+ #: wp-live-chat-support/modules/node_server_deprecated.php:291
533
+ #, fuzzy
534
+ #| msgid "Chat notifications"
535
+ msgid "System notification"
536
+ msgstr "Съобщения за чат"
537
+
538
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:48
539
+ #: wp-live-chat-support/includes/settings_page.php:66
540
+ msgid "WP Live Chat Support Settings"
541
+ msgstr "WP Live Chat настройки за поддръжка"
542
+
543
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:71
544
+ #: wp-live-chat-support/wp-live-chat-support.php:3076
545
+ #: wp-live-chat-support/wp-live-chat-support.php:3091
546
+ msgid "Dear Pro User"
547
+ msgstr "Драги клиенти"
548
+
549
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:72
550
+ msgid ""
551
+ "Please enter a valid API key on the 'Live Chat' -> 'Settings' page. Failing "
552
+ "to do this will result in you no longer receiving updates for this plugin."
553
+ msgstr ""
554
+ "Моля въведете валиден API ключ в конфигурационната страница на live chat. "
555
+ "Ако не успеете да направите това, ще бъде невъзможно да получавате "
556
+ "обновления за този продукт."
557
+
558
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
559
+ msgid "You can obtain a copy of your API key "
560
+ msgstr "Можеш да получиш копие на API ключа си "
561
+
562
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
563
+ #: wp-live-chat-support/includes/settings_page.php:925
564
+ #: wp-live-chat-support/modules/node_server.php:624
565
+ #: wp-live-chat-support/wp-live-chat-support.php:6422
566
+ msgid "here"
567
+ msgstr "тук"
568
+
569
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
570
+ msgid ""
571
+ "An account has been created for you while purchasing the plugin. If you have "
572
+ "lost your password, please reset it "
573
+ msgstr ""
574
+ "За теб беше създаден потребител в процес поръчката на разширението. Ако не "
575
+ "помниш паролата, моля създай нова "
576
+
577
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:74
578
+ msgid ""
579
+ "If you feel you are getting this message in error, please try refreshing the "
580
+ "page."
581
+ msgstr ""
582
+ "Ако смяташ, че това съобщение достига то теб по грешка, моля презареди "
583
+ "страницата."
584
+
585
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:83
586
+ #: wp-live-chat-support/includes/settings_page.php:94
587
+ #: wp-live-chat-support/includes/settings_page.php:132
588
+ msgid "General Settings"
589
+ msgstr "Генерални настройки"
590
+
591
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:84
592
+ #: wp-live-chat-support/includes/settings_page.php:99
593
+ msgid "Chat Box"
594
+ msgstr "Чат прозорец"
595
+
596
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:85
597
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:448
598
+ #: wp-live-chat-support/includes/settings_page.php:104
599
+ #: wp-live-chat-support/includes/settings_page.php:579
600
+ #: wp-live-chat-support/wp-live-chat-support.php:1068
601
+ #: wp-live-chat-support/wp-live-chat-support.php:1071
602
+ msgid "Offline Messages"
603
+ msgstr "Съобщения извън линия"
604
+
605
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:86
606
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:562
607
+ #: wp-live-chat-support/includes/settings_page.php:109
608
+ #: wp-live-chat-support/includes/settings_page.php:776
609
+ msgid "Styling"
610
+ msgstr "Стил"
611
+
612
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:87
613
+ msgid "Chat Agents"
614
+ msgstr "Чат агенти"
615
+
616
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:88
617
+ #: wp-live-chat-support/includes/settings_page.php:119
618
+ msgid "Blocked Visitors"
619
+ msgstr "Блокирани посетители"
620
+
621
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:89
622
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:913
623
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:919
624
+ msgid "Chat Experience Ratings"
625
+ msgstr "Чат рейтинги"
626
+
627
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:90
628
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2302
629
+ msgid "Encryption"
630
+ msgstr "Криптиране"
631
+
632
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:93
633
+ msgid "Main Settings"
634
+ msgstr "Основни Настройки"
635
+
636
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:96
637
+ msgid "Find out more."
638
+ msgstr "Прочети повече."
639
+
640
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:98
641
+ msgid "Cloud Server"
642
+ msgstr "Облачен сървър"
643
+
644
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:103
645
+ msgid "Use our server to host your chat server."
646
+ msgstr "Използвайте наш сървър за чат услугата."
647
+
648
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:112
649
+ msgid "This API key is "
650
+ msgstr "Този API ключ е "
651
+
652
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:115
653
+ msgid "valid"
654
+ msgstr "валиден"
655
+
656
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:118
657
+ msgid "invalid"
658
+ msgstr "невалиден"
659
+
660
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:122
661
+ msgid ""
662
+ "A valid API key means that you will be able to get the latest version of the "
663
+ "plugin as and when it is released, as well as get access to support should "
664
+ "you require it."
665
+ msgstr ""
666
+ "Валиден API ключ означава, че ще бъде възможно обновяването на чат "
667
+ "разширението до последна версия, както и за помощ от екипа на приставката."
668
+
669
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:130
670
+ #: wp-live-chat-support/includes/settings_page.php:135
671
+ msgid "Chat enabled"
672
+ msgstr "Чатът приключи"
673
+
674
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:135
675
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:264
676
+ #: wp-live-chat-support/functions.php:2107
677
+ #: wp-live-chat-support/includes/settings_page.php:138
678
+ #: wp-live-chat-support/modules/webhooks_manager.php:296
679
+ #: wp-live-chat-support/wp-live-chat-support.php:4468
680
+ msgid "Yes"
681
+ msgstr "Да"
682
+
683
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:138
684
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:264
685
+ #: wp-live-chat-support/functions.php:2107
686
+ #: wp-live-chat-support/includes/settings_page.php:139
687
+ #: wp-live-chat-support/modules/webhooks_manager.php:295
688
+ #: wp-live-chat-support/wp-live-chat-support.php:4468
689
+ msgid "No"
690
+ msgstr "Не"
691
+
692
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
693
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2138
694
+ msgid "Choose when I want to be online"
695
+ msgstr "Избери, кога да си на линия"
696
+
697
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
698
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2138
699
+ msgid ""
700
+ "Checking this will allow you to change your status to Online or Offline on "
701
+ "the Live Chat page."
702
+ msgstr ""
703
+ "Маркирането на това ще разреши промени на статуса (на линия / извън линия) "
704
+ "от страница Live Chat."
705
+
706
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
707
+ #: wp-live-chat-support/includes/settings_page.php:157
708
+ msgid "Hide Chat"
709
+ msgstr "Скрий чата"
710
+
711
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
712
+ #: wp-live-chat-support/includes/settings_page.php:157
713
+ msgid "Hides chat for 24hrs when user clicks X"
714
+ msgstr "Скрий чата за 24 часа, когато потребителя натисне Х"
715
+
716
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
717
+ #: wp-live-chat-support/includes/settings_page.php:166
718
+ #, fuzzy
719
+ #| msgid "Offline Chat Box Title"
720
+ msgid "Required Chat Box Fields"
721
+ msgstr "Заглавие на чат прозорец \"извън линия\""
722
+
723
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
724
+ #: wp-live-chat-support/includes/settings_page.php:166
725
+ msgid "Set default fields that will be displayed when users starting a chat"
726
+ msgstr ""
727
+
728
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:167
729
+ msgid "Show name and email"
730
+ msgstr ""
731
+
732
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:171
733
+ #, fuzzy
734
+ #| msgid "Show After"
735
+ msgid "Show email"
736
+ msgstr "Покажи след"
737
+
738
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:175
739
+ #, fuzzy
740
+ #| msgid "Show After"
741
+ msgid "Show name"
742
+ msgstr "Покажи след"
743
+
744
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:179
745
+ #: wp-live-chat-support/includes/settings_page.php:183
746
+ msgid "No fields"
747
+ msgstr ""
748
+
749
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:185
750
+ #: wp-live-chat-support/includes/settings_page.php:189
751
+ msgid "Default visitor name"
752
+ msgstr ""
753
+
754
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:185
755
+ #: wp-live-chat-support/includes/settings_page.php:189
756
+ msgid "This name will be displayed for all not logged in visitors"
757
+ msgstr ""
758
+
759
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
760
+ #: wp-live-chat-support/includes/settings_page.php:197
761
+ msgid "Input Field Replacement Text"
762
+ msgstr "Презаписване или въвеждане на текст"
763
+
764
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
765
+ #: wp-live-chat-support/includes/settings_page.php:197
766
+ msgid "This is the text that will show in place of the Name And Email fields"
767
+ msgstr ""
768
+ "Този текст ще бъде показан на мястото на полетата - Име и Електронна поща"
769
+
770
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
771
+ #: wp-live-chat-support/includes/settings_page.php:205
772
+ msgid "Use Logged In User Details"
773
+ msgstr "Използване детайлите на текущ потребител"
774
+
775
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
776
+ #: wp-live-chat-support/includes/settings_page.php:205
777
+ msgid ""
778
+ "A user's Name and Email Address will be used by default if they are logged "
779
+ "in."
780
+ msgstr ""
781
+ "Потребителското име и имейл адрес ще бъдат използвани по подразбиране за "
782
+ "оторизираните потребители."
783
+
784
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:214
785
+ #: wp-live-chat-support/includes/settings_page.php:213
786
+ msgid "Enable On Mobile Devices"
787
+ msgstr "Разреши мобилни устройства"
788
+
789
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:214
790
+ #: wp-live-chat-support/includes/settings_page.php:213
791
+ msgid ""
792
+ "Disabling this will mean that the Chat Box will not be displayed on mobile "
793
+ "devices. (Smartphones and Tablets)"
794
+ msgstr "При забрана, чат прозореца няма да бъде показан на мобилни устройства"
795
+
796
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:224
797
+ #: wp-live-chat-support/includes/settings_page.php:221
798
+ msgid "Record a visitor's IP Address"
799
+ msgstr "Запис на IP адресите на посетителите"
800
+
801
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:224
802
+ #: wp-live-chat-support/includes/settings_page.php:221
803
+ msgid "Disable this to enable anonymity for your visitors"
804
+ msgstr "Ако не е маркирано, потребителите ще бъдат анонимизирани"
805
+
806
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:234
807
+ #: wp-live-chat-support/includes/settings_page.php:240
808
+ msgid "Play a sound when a new message is received"
809
+ msgstr "Звукова индикация на нови съобщеия"
810
+
811
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:234
812
+ #: wp-live-chat-support/includes/settings_page.php:240
813
+ msgid ""
814
+ "Disable this to mute the sound that is played when a new chat message is "
815
+ "received"
816
+ msgstr "При забрана - стартирането на нов чат ще е беззвучно"
817
+
818
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:243
819
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2626
820
+ msgid "Include chat window on the following pages:"
821
+ msgstr "Добави чат прозорец на следните страници:"
822
+
823
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:243
824
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2626
825
+ #: wp-live-chat-support/includes/settings_page.php:268
826
+ msgid ""
827
+ "Show the chat window on the following pages. Leave blank to show on all. "
828
+ "(Use comma-separated Page ID's)"
829
+ msgstr ""
830
+ "Постави чат прозорец на следните страници. (разделител между страниците - "
831
+ "запетая) Ако не е попълнено, чат прозорецът се показва на всички страници."
832
+
833
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:253
834
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2634
835
+ msgid "Exclude chat window on the following pages:"
836
+ msgstr "Премахни чат прозореца от следните страници:"
837
+
838
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:253
839
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2634
840
+ #: wp-live-chat-support/includes/settings_page.php:283
841
+ msgid ""
842
+ "Do not show the chat window on the following pages. Leave blank to show on "
843
+ "all. (Use comma-separated Page ID's)"
844
+ msgstr ""
845
+ "Не показвай чат на следните страници.(разделител между страниците - запетая) "
846
+ "Ако не е попълнено чат прозорецът се показва на всички страници."
847
+
848
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
849
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2642
850
+ #: wp-live-chat-support/includes/settings_page.php:299
851
+ #, fuzzy
852
+ #| msgid "Exclude chat window on the following pages"
853
+ msgid "Exclude chat window on selected post types"
854
+ msgstr "Премахване на чат прозореца от следните страници"
855
+
856
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
857
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2642
858
+ #: wp-live-chat-support/includes/settings_page.php:299
859
+ #, fuzzy
860
+ #| msgid "Include chat window on the following pages"
861
+ msgid "Do not show the chat window on the following post types pages."
862
+ msgstr "Добавяне чат прозорец на следните страници"
863
+
864
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:283
865
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2662
866
+ #, fuzzy
867
+ #| msgid "No secret token found"
868
+ msgid "No post types found."
869
+ msgstr "Не беше намерен ключ за достъп"
870
+
871
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
872
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2668
873
+ msgid "Allow any user to make themselves a chat agent"
874
+ msgstr "Разреши на всеки потребител да бъде чат агент"
875
+
876
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
877
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2668
878
+ msgid ""
879
+ "Checking this will allow any of your users to make themselves a chat agent "
880
+ "when editing their profile."
881
+ msgstr ""
882
+ "Маркиране разрешава на всички регистрирани потребители да се промотират като "
883
+ "чат агенти от профилните си настройки."
884
+
885
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:302
886
+ #: wp-live-chat-support/includes/settings_page.php:320
887
+ msgid "Chat Window Settings"
888
+ msgstr "Настройки на Чат Прозореца"
889
+
890
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:305
891
+ #: wp-live-chat-support/includes/settings_page.php:323
892
+ msgid "Chat box alignment"
893
+ msgstr "Подравняване на чат прозорецът"
894
+
895
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:310
896
+ #: wp-live-chat-support/includes/settings_page.php:326
897
+ msgid "Bottom left"
898
+ msgstr "Долу ляво"
899
+
900
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:313
901
+ #: wp-live-chat-support/includes/settings_page.php:327
902
+ msgid "Bottom right"
903
+ msgstr "Долу дясно"
904
+
905
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:316
906
+ #: wp-live-chat-support/includes/settings_page.php:328
907
+ msgid "Left"
908
+ msgstr "Ляво"
909
+
910
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:319
911
+ #: wp-live-chat-support/includes/settings_page.php:329
912
+ msgid "Right"
913
+ msgstr "Дясно"
914
+
915
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:325
916
+ #: wp-live-chat-support/includes/settings_page.php:335
917
+ msgid "Auto Pop-up"
918
+ msgstr "Автоматично показване"
919
+
920
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:325
921
+ #: wp-live-chat-support/includes/settings_page.php:335
922
+ msgid ""
923
+ "Expand the chat box automatically (prompts the user to enter their name and "
924
+ "email address)."
925
+ msgstr ""
926
+ "Автоматично извеждане на чат(напомня на потребителя да въведе има и "
927
+ "електронна поща)"
928
+
929
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:336
930
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1239
931
+ msgid "Name "
932
+ msgstr "Име "
933
+
934
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:352
935
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1373
936
+ #: wp-live-chat-support/includes/settings_page.php:381
937
+ msgid "Icon"
938
+ msgstr ""
939
+
940
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:360
941
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1381
942
+ #, fuzzy
943
+ #| msgid "Upload Logo"
944
+ msgid "Upload Icon"
945
+ msgstr "Качване на лого"
946
+
947
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:362
948
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1383
949
+ #, fuzzy
950
+ #| msgid "Remove Logo"
951
+ msgid "Remove Icon"
952
+ msgstr "Премахване на лого"
953
+
954
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:363
955
+ #, fuzzy
956
+ #| msgid "Recomended Size 250px x 40px"
957
+ msgid "Recommended Size 50px x 50px"
958
+ msgstr "Препоръчителен размер 250px x 40px"
959
+
960
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
961
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1390
962
+ #: wp-live-chat-support/includes/settings_page.php:397
963
+ msgid "Picture"
964
+ msgstr "Снимка"
965
+
966
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:376
967
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1398
968
+ #: wp-live-chat-support/includes/settings_page.php:384
969
+ #: wp-live-chat-support/includes/settings_page.php:400
970
+ #: wp-live-chat-support/includes/settings_page.php:416
971
+ msgid "Upload Image"
972
+ msgstr "Премахване на снимка"
973
+
974
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:378
975
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1400
976
+ msgid "Remove Image"
977
+ msgstr "Изтриване на снимка"
978
+
979
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:379
980
+ #, fuzzy
981
+ #| msgid "Recomended Size 40px x 40px"
982
+ msgid "Recommended Size 40px x 40px"
983
+ msgstr "Препоръчителен размер 40px x 40px"
984
+
985
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:385
986
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1408
987
+ #: wp-live-chat-support/includes/settings_page.php:413
988
+ msgid "Logo"
989
+ msgstr "Лого"
990
+
991
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:393
992
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1416
993
+ msgid "Upload Logo"
994
+ msgstr "Качване на лого"
995
+
996
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:395
997
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1418
998
+ msgid "Remove Logo"
999
+ msgstr "Премахване на лого"
1000
+
1001
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:396
1002
+ #, fuzzy
1003
+ #| msgid "Recomended Size 250px x 40px"
1004
+ msgid "Recommended Size 250px x 40px"
1005
+ msgstr "Препоръчителен размер 250px x 40px"
1006
+
1007
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:402
1008
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1425
1009
+ #: wp-live-chat-support/includes/settings_page.php:429
1010
+ msgid "Chat delay (seconds)"
1011
+ msgstr "Закъснение на чат прозореца(секунди)"
1012
+
1013
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:402
1014
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1425
1015
+ msgid "How long it takes for your chat window to pop up"
1016
+ msgstr "Време, нужно на чат прозореца за да се покаже на екрана"
1017
+
1018
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:411
1019
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1434
1020
+ #: wp-live-chat-support/includes/settings_page.php:445
1021
+ msgid "Chat notifications"
1022
+ msgstr "Съобщения за чат"
1023
+
1024
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:411
1025
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1434
1026
+ msgid "Alert me via email as soon as someone wants to chat (while online only)"
1027
+ msgstr ""
1028
+ "Известие чрез електронна поща, когато някой инициира чат (само при статус "
1029
+ "\"на линия\")"
1030
+
1031
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:421
1032
+ msgid "Display name and avatar in chat"
1033
+ msgstr "Покажи име и аватар в чата"
1034
+
1035
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:421
1036
+ msgid "Display the agent and user name above each message in the chat window."
1037
+ msgstr "Показвай агентът и името на потребителя над всяко чат съобщение."
1038
+
1039
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:433
1040
+ #: wp-live-chat-support/includes/settings_page.php:484
1041
+ msgid "Only show the chat window to users that are logged in"
1042
+ msgstr "Показвай чат прозореца само на регистрирани потребители"
1043
+
1044
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:433
1045
+ #: wp-live-chat-support/includes/settings_page.php:484
1046
+ msgid ""
1047
+ "By checking this, only users that are logged in will be able to chat with "
1048
+ "you."
1049
+ msgstr ""
1050
+ "Маркирано означава, че чатът е възможен само след вход с потребителски "
1051
+ "профил."
1052
+
1053
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:452
1054
+ #: wp-live-chat-support/includes/settings_page.php:583
1055
+ msgid "Do not allow users to send offline messages"
1056
+ msgstr "Не позволявай съобщения \"извън линия\""
1057
+
1058
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:452
1059
+ #: wp-live-chat-support/includes/settings_page.php:583
1060
+ msgid ""
1061
+ "The chat window will be hidden when it is offline. Users will not be able to "
1062
+ "send offline messages to you"
1063
+ msgstr ""
1064
+ "Чат прозорецът ще бъде скрит когато няма активни агенти. Няма да бъде "
1065
+ "възможно изпращането на съобщения извън линия"
1066
+
1067
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:464
1068
+ #: wp-live-chat-support/includes/settings_page.php:638
1069
+ msgid "Email Address"
1070
+ msgstr "Електронна поща"
1071
+
1072
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:464
1073
+ #: wp-live-chat-support/includes/settings_page.php:638
1074
+ msgid ""
1075
+ "Email address where offline messages are delivered to. Use comma separated "
1076
+ "email addresses to send to more than one email address"
1077
+ msgstr ""
1078
+ "Електронна поща, където да бъдат доставяни чат съобщения \"извън линия\". "
1079
+ "Използвайте разделител запетая при задаване на повече от една електронна поща"
1080
+
1081
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:477
1082
+ #: wp-live-chat-support/includes/settings_page.php:659
1083
+ msgid "Sending Method"
1084
+ msgstr "Метод за Изпращане"
1085
+
1086
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:478
1087
+ #: wp-live-chat-support/includes/settings_page.php:660
1088
+ msgid "WP Mail"
1089
+ msgstr "WP Mail"
1090
+
1091
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:479
1092
+ #: wp-live-chat-support/includes/settings_page.php:661
1093
+ msgid "PHP Mailer"
1094
+ msgstr "PHP Mailer"
1095
+
1096
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:495
1097
+ #: wp-live-chat-support/includes/settings_page.php:677
1098
+ msgid "Host"
1099
+ msgstr "Име на Машина"
1100
+
1101
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:503
1102
+ #: wp-live-chat-support/includes/settings_page.php:685
1103
+ msgid "Port"
1104
+ msgstr "Комуникационен порт"
1105
+
1106
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:511
1107
+ #: wp-live-chat-support/includes/settings_page.php:693
1108
+ msgid "Username"
1109
+ msgstr "Потребителско Име"
1110
+
1111
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:519
1112
+ #: wp-live-chat-support/includes/settings_page.php:701
1113
+ msgid "Password"
1114
+ msgstr "Парола"
1115
+
1116
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:528
1117
+ #: wp-live-chat-support/includes/settings_page.php:594
1118
+ msgid "Offline Chat Box Title"
1119
+ msgstr "Заглавие на чат прозорец \"извън линия\""
1120
+
1121
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:536
1122
+ #: wp-live-chat-support/includes/settings_page.php:602
1123
+ msgid "Offline Text Fields"
1124
+ msgstr "Текстови полета \"извън линия\""
1125
+
1126
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:546
1127
+ #: wp-live-chat-support/includes/settings_page.php:612
1128
+ #, fuzzy
1129
+ #| msgid "Offline Chat Box Title"
1130
+ msgid "Offline Button Text"
1131
+ msgstr "Заглавие на чат прозорец \"извън линия\""
1132
+
1133
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:552
1134
+ #: wp-live-chat-support/includes/settings_page.php:618
1135
+ #, fuzzy
1136
+ #| msgid "Offline Chat Box Title"
1137
+ msgid "Offline Send Button Text"
1138
+ msgstr "Заглавие на чат прозорец \"извън линия\""
1139
+
1140
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:581
1141
+ #: wp-live-chat-support/includes/settings_page.php:781
1142
+ msgid "Choose a theme"
1143
+ msgstr "Изберете тема"
1144
+
1145
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:586
1146
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:589
1147
+ msgid "Theme 1"
1148
+ msgstr "Тема 1"
1149
+
1150
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:592
1151
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:595
1152
+ msgid "Theme 2"
1153
+ msgstr "Тема 2"
1154
+
1155
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:598
1156
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:601
1157
+ msgid "Theme 3"
1158
+ msgstr "Тема 3"
1159
+
1160
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:604
1161
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:607
1162
+ msgid "Theme 4"
1163
+ msgstr "Тема 4"
1164
+
1165
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:610
1166
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:613
1167
+ msgid "Theme 5"
1168
+ msgstr "Тема 5"
1169
+
1170
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:616
1171
+ msgid "Theme 6"
1172
+ msgstr "Тема 6"
1173
+
1174
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:619
1175
+ msgid "Custom. Enter Colour Values Below"
1176
+ msgstr "Персонализирано. Моля, въведете нива на цветовете по-долу"
1177
+
1178
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:645
1179
+ msgid "Chat box fill color"
1180
+ msgstr "Изпълващ цвят на чат прозореца"
1181
+
1182
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:651
1183
+ msgid "Chat box font color"
1184
+ msgstr "Цвят на шрифта"
1185
+
1186
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:658
1187
+ #: wp-live-chat-support/includes/settings_page.php:922
1188
+ msgid "I'm using a localization plugin"
1189
+ msgstr "Използвам приставка за локализиране"
1190
+
1191
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:661
1192
+ msgid "documentation"
1193
+ msgstr "документация"
1194
+
1195
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:666
1196
+ msgid ""
1197
+ "You will only be able to edit the strings shown in the chat window of the "
1198
+ "code now. <br/> This has been done to accommodate as many localization "
1199
+ "plugins as possible. <br/> For more information on how to change these "
1200
+ "strings, please consult the "
1201
+ msgstr ""
1202
+ "Само низовете показани в чат прозореца могат да бъдат променяни. <br/> Това "
1203
+ "е в услуга на възможно най-много приставки за локализиране. <br/> Моля, "
1204
+ "свържете се с поддържащият персонал за повече информация относно промяна на "
1205
+ "тези настройки "
1206
+
1207
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:671
1208
+ #: wp-live-chat-support/includes/settings_page.php:931
1209
+ msgid "First Section Text"
1210
+ msgstr "Текст първа секция"
1211
+
1212
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:678
1213
+ #: wp-live-chat-support/includes/settings_page.php:938
1214
+ msgid "Intro Text"
1215
+ msgstr "Въвеждащ текст"
1216
+
1217
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:684
1218
+ #: wp-live-chat-support/includes/settings_page.php:944
1219
+ msgid "Second Section Text"
1220
+ msgstr "Текст втора секция"
1221
+
1222
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:691
1223
+ #: wp-live-chat-support/includes/settings_page.php:951
1224
+ msgid "Reactivate Chat Section Text"
1225
+ msgstr "Текст в секция за повторно активиране на чата"
1226
+
1227
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:699
1228
+ msgid "User chat welcome"
1229
+ msgstr "Чат посрещане"
1230
+
1231
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:705
1232
+ #: wp-live-chat-support/includes/settings_page.php:979
1233
+ msgid "Other text"
1234
+ msgstr "Друг текст"
1235
+
1236
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:707
1237
+ msgid "This text is shown above the user chat input field"
1238
+ msgstr "Този текст се показва над полето за въвеждане на текст в чат сесията"
1239
+
1240
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:711
1241
+ #: wp-live-chat-support/includes/settings_page.php:987
1242
+ #, fuzzy
1243
+ #| msgid "Chat button text"
1244
+ msgid "Close Button Text"
1245
+ msgstr "Текст за чат бутона"
1246
+
1247
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:745
1248
+ msgid ""
1249
+ "You are using an outdated version of WP Live Chat Support Basic. Please "
1250
+ "update your plugin to allow for animations to function"
1251
+ msgstr ""
1252
+ "Използвате стара версия на WP Live Chat Support Basic. Моля обновете "
1253
+ "приставката за да разрешите функция анимации"
1254
+
1255
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:749
1256
+ #: wp-live-chat-support/includes/settings_page.php:995
1257
+ msgid "Choose an animation"
1258
+ msgstr "Изберете анимация"
1259
+
1260
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:757
1261
+ #: wp-live-chat-support/includes/settings_page.php:1003
1262
+ msgid "Slide Up"
1263
+ msgstr "Плъзни нагоре"
1264
+
1265
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:763
1266
+ #: wp-live-chat-support/includes/settings_page.php:1009
1267
+ msgid "Slide From The Side"
1268
+ msgstr "Плъзни отстрани"
1269
+
1270
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:769
1271
+ #: wp-live-chat-support/includes/settings_page.php:1015
1272
+ msgid "Fade In"
1273
+ msgstr "Избледняване"
1274
+
1275
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:775
1276
+ #: wp-live-chat-support/includes/settings_page.php:1021
1277
+ msgid "No Animation"
1278
+ msgstr "Без Анимация"
1279
+
1280
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:833
1281
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4042
1282
+ #: wp-live-chat-support/wp-live-chat-support.php:5320
1283
+ msgid "Current Users that are Chat Agents"
1284
+ msgstr "Текущи потребители, които са чат агенти"
1285
+
1286
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:844
1287
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2056
1288
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4053
1289
+ #: wp-live-chat-support/wp-live-chat-support.php:5330
1290
+ msgid "Online"
1291
+ msgstr "На линия"
1292
+
1293
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:854
1294
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3908
1295
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4063
1296
+ #: wp-live-chat-support/modules/node_server.php:901
1297
+ #: wp-live-chat-support/wp-live-chat-support.php:3055
1298
+ msgid "Remove"
1299
+ msgstr "Премахни"
1300
+
1301
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:863
1302
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4072
1303
+ #: wp-live-chat-support/wp-live-chat-support.php:5380
1304
+ msgid "Add New Agent"
1305
+ msgstr "Добавяне на нов агент"
1306
+
1307
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:865
1308
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1097
1309
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4074
1310
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
1311
+ #: wp-live-chat-support/wp-live-chat-support.php:5345
1312
+ msgid "Select"
1313
+ msgstr "Избор"
1314
+
1315
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:887
1316
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4096
1317
+ #: wp-live-chat-support/wp-live-chat-support.php:5381
1318
+ msgid "Add Agent"
1319
+ msgstr "Добави агент"
1320
+
1321
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:893
1322
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4102
1323
+ msgid ""
1324
+ "Should you wish to add a user that has a role less than 'Author', please go "
1325
+ "to the <a href='./users.php'>Users</a> page, select the relevant user, click "
1326
+ "Edit and scroll to the bottom of the page and enable the 'Chat Agent' "
1327
+ "checkbox."
1328
+ msgstr ""
1329
+ "При нужда да се добави нов потребител с роля различна от автор, моля от "
1330
+ "страница <a href='./users.php'>Users</a> да се избере потребител, след "
1331
+ "което в долната част на меню редактирам да се разреши Чат Агент отметка."
1332
+
1333
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:894
1334
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4103
1335
+ msgid "If there are no chat agents online, the chat will show as offline"
1336
+ msgstr "Ако няма чат агенти на линия, чатът да бъде извън линия"
1337
+
1338
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:898
1339
+ #: wp-live-chat-support/includes/settings_page.php:1048
1340
+ msgid "Blocked Visitors - Based on IP Address"
1341
+ msgstr "Блокирани потребители по IP адреси"
1342
+
1343
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:899
1344
+ #: wp-live-chat-support/includes/settings_page.php:1052
1345
+ msgid "Enter each IP Address you would like to block on a new line"
1346
+ msgstr "Въведете IP адреси за блокиране"
1347
+
1348
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:910
1349
+ #: wp-live-chat-support/includes/settings_page.php:1063
1350
+ msgid ""
1351
+ "Blocking a user's IP Address here will hide the chat window from them, "
1352
+ "preventing them from chatting with you. Each IP Address must be on a new line"
1353
+ msgstr ""
1354
+ "Блокирането на потребителски IP адреси ще скрия чат прозореца в техните "
1355
+ "сесии. Всеки IP адрес трябва да е на нов ред"
1356
+
1357
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:919
1358
+ msgid ""
1359
+ "are only available in the WP Live Chat Support Chat Experience Ratings add-on"
1360
+ msgstr ""
1361
+ "е възможно само в разширение WP Live Chat Support Chat Experience Ratings"
1362
+
1363
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:923
1364
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2266
1365
+ msgid "Chat Encryption"
1366
+ msgstr "Чат криптиране"
1367
+
1368
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:926
1369
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2269
1370
+ msgid "Enable Encryption"
1371
+ msgstr "Разреши криптиране"
1372
+
1373
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:926
1374
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2269
1375
+ msgid ""
1376
+ "All messages will be encrypted when being sent to and from the user and "
1377
+ "agent."
1378
+ msgstr "Всички съобщения ще бъдат криптирани при изпращане и получаване."
1379
+
1380
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:934
1381
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2279
1382
+ msgid ""
1383
+ "Once enabled, all messages sent will be encrypted. This cannot be undone."
1384
+ msgstr ""
1385
+ "При маркиране всички изпратени съобщения че бъдат криптирани. Повече няма да "
1386
+ "може да бъде забранено."
1387
+
1388
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:940
1389
+ #: wp-live-chat-support/includes/settings_page.php:1074
1390
+ msgid "Save Settings"
1391
+ msgstr "Запазване на настройките"
1392
+
1393
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:7
1394
+ #, fuzzy
1395
+ #| msgid "WP Live Chat Support Triggers"
1396
+ msgid "WP Live Chat Support - User Fields"
1397
+ msgstr "WP Live Chat Support стартери"
1398
+
1399
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:11
1400
+ #, fuzzy
1401
+ #| msgid "Username"
1402
+ msgid "User tagline"
1403
+ msgstr "Потребителско Име"
1404
+
1405
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:17
1406
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:30
1407
+ msgid "This will show up at the top of the chatbox - Leave blank to disable."
1408
+ msgstr ""
1409
+
1410
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:24
1411
+ msgid "User bio"
1412
+ msgstr ""
1413
+
1414
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:37
1415
+ msgid "User social accounts"
1416
+ msgstr ""
1417
+
1418
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:42
1419
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1494
1420
+ #: wp-live-chat-support/includes/settings_page.php:557
1421
+ msgid "Twitter URL"
1422
+ msgstr ""
1423
+
1424
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:46
1425
+ msgid "LinkedIn URL"
1426
+ msgstr ""
1427
+
1428
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:50
1429
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1490
1430
+ #: wp-live-chat-support/includes/settings_page.php:544
1431
+ msgid "Facebook URL"
1432
+ msgstr "Facebook страница"
1433
+
1434
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:54
1435
+ #, fuzzy
1436
+ #| msgid "Your Website"
1437
+ msgid "Website URL"
1438
+ msgstr "Уеб Сайт"
1439
+
1440
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:56
1441
+ msgid ""
1442
+ "This will show up at the top of the chatbox, in the agent's description - "
1443
+ "Leave each item blank to disable it."
1444
+ msgstr ""
1445
+
1446
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:276
1447
+ msgid "Twitter"
1448
+ msgstr ""
1449
+
1450
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:279
1451
+ #, fuzzy
1452
+ #| msgid "Linked Domains"
1453
+ msgid "LinkedIn"
1454
+ msgstr "Свързани домейни"
1455
+
1456
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:282
1457
+ #, fuzzy
1458
+ #| msgid "Facebook URL"
1459
+ msgid "Facebook"
1460
+ msgstr "Facebook страница"
1461
+
1462
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:285
1463
+ #, fuzzy
1464
+ #| msgid "Your Website"
1465
+ msgid "Website"
1466
+ msgstr "Уеб Сайт"
1467
+
1468
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:60
1469
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:5
1470
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:143
1471
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:83
1472
+ #: wp-live-chat-support/modules/webhooks_manager.php:57
1473
+ #: wp-live-chat-support/modules/webhooks_manager.php:312
1474
+ msgid "Add New"
1475
+ msgstr "Добавяне на нов"
1476
+
1477
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:64
1478
+ #: wp-live-chat-support/wp-live-chat-support.php:6191
1479
+ #: wp-live-chat-support/wp-live-chat-support.php:6198
1480
+ #, fuzzy
1481
+ #| msgid "WP Live Chat Support Settings"
1482
+ msgid "WP Live Chat Support Custom Fields"
1483
+ msgstr "WP Live Chat настройки за поддръжка"
1484
+
1485
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:70
1486
+ msgid ""
1487
+ "Please ensure you are using version WP Live Chat Support 7.0.0 or newer, to "
1488
+ "allow for full functionality of custom fields."
1489
+ msgstr ""
1490
+
1491
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:71
1492
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:16
1493
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:156
1494
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:192
1495
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:111
1496
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:62
1497
+ #: wp-live-chat-support/wp-live-chat-support.php:6107
1498
+ #: wp-live-chat-support/wp-live-chat-support.php:6172
1499
+ #: wp-live-chat-support/wp-live-chat-support.php:6210
1500
+ msgid "Update now"
1501
+ msgstr "Актуализирай сега"
1502
+
1503
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:80
1504
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:439
1505
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:211
1506
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:128
1507
+ #: wp-live-chat-support/functions.php:2369
1508
+ #: wp-live-chat-support/wp-live-chat-support.php:6430
1509
+ msgid "ID"
1510
+ msgstr "Идентификатор"
1511
+
1512
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:82
1513
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:441
1514
+ #: wp-live-chat-support/wp-live-chat-support.php:3292
1515
+ msgid "Type"
1516
+ msgstr "Тип"
1517
+
1518
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:83
1519
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:443
1520
+ msgid "Content"
1521
+ msgstr "Съдържание"
1522
+
1523
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:84
1524
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:444
1525
+ #: wp-live-chat-support/wp-live-chat-support.php:3295
1526
+ #: wp-live-chat-support/wp-live-chat-support.php:4501
1527
+ msgid "Status"
1528
+ msgstr "Статус"
1529
+
1530
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:85
1531
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:445
1532
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:213
1533
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:133
1534
+ #: wp-live-chat-support/functions.php:2121
1535
+ #: wp-live-chat-support/modules/webhooks_manager.php:231
1536
+ #: wp-live-chat-support/wp-live-chat-support.php:3296
1537
+ #: wp-live-chat-support/wp-live-chat-support.php:4502
1538
+ #: wp-live-chat-support/wp-live-chat-support.php:6432
1539
+ msgid "Action"
1540
+ msgstr "Действие"
1541
+
1542
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:115
1543
+ #: wp-live-chat-support/wp-live-chat-support.php:3525
1544
+ msgid "Active"
1545
+ msgstr "Активен"
1546
+
1547
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:117
1548
+ #, fuzzy
1549
+ #| msgid "active"
1550
+ msgid "Inactive"
1551
+ msgstr "активен"
1552
+
1553
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:122
1554
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:452
1555
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:220
1556
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:140
1557
+ #: wp-live-chat-support/modules/webhooks_manager.php:243
1558
+ msgid "Edit"
1559
+ msgstr "Промяна"
1560
+
1561
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:123
1562
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:453
1563
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:584
1564
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:221
1565
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:498
1566
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:141
1567
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:545
1568
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5349
1569
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5420
1570
+ #: wp-live-chat-support/modules/webhooks_manager.php:244
1571
+ msgid "Delete"
1572
+ msgstr "Изтриване"
1573
+
1574
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:133
1575
+ msgid "Create your first custom field"
1576
+ msgstr ""
1577
+
1578
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:151
1579
+ msgid "Create a Custom Field"
1580
+ msgstr ""
1581
+
1582
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:156
1583
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:217
1584
+ #, fuzzy
1585
+ #| msgid "Trigger Name"
1586
+ msgid "Field Name"
1587
+ msgstr "Име на стартер"
1588
+
1589
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:160
1590
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:225
1591
+ #, fuzzy
1592
+ #| msgid "Trigger Type"
1593
+ msgid "Field Type"
1594
+ msgstr "Тип на стартер"
1595
+
1596
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:163
1597
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:230
1598
+ msgid "Text"
1599
+ msgstr ""
1600
+
1601
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:164
1602
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:231
1603
+ msgid "Drop Down"
1604
+ msgstr ""
1605
+
1606
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:169
1607
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:221
1608
+ msgid "Default Field Value"
1609
+ msgstr ""
1610
+
1611
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:173
1612
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:236
1613
+ msgid "Drop Down Contents"
1614
+ msgstr ""
1615
+
1616
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:174
1617
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:237
1618
+ #, fuzzy
1619
+ #| msgid "Enter each IP Address you would like to block on a new line"
1620
+ msgid "Enter each option on a new line"
1621
+ msgstr "Въведете IP адреси за блокиране"
1622
+
1623
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:178
1624
+ msgid "Create Custom Field"
1625
+ msgstr ""
1626
+
1627
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:212
1628
+ msgid "Edit a Custom Field"
1629
+ msgstr ""
1630
+
1631
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:241
1632
+ msgid "Update Custom Field"
1633
+ msgstr ""
1634
+
1635
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:250
1636
+ msgid "Custom Field Not Found"
1637
+ msgstr ""
1638
+
1639
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:251
1640
+ msgid "Back"
1641
+ msgstr ""
1642
+
1643
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:263
1644
+ #, fuzzy
1645
+ #| msgid "Are you sure you would like to delete this chat?"
1646
+ msgid "Are you sure you want to delete this custom field?"
1647
+ msgstr "Изтриване на чат?"
1648
+
1649
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:299
1650
+ #, fuzzy
1651
+ #| msgid "Offline Text Fields"
1652
+ msgid "Text Field"
1653
+ msgstr "Текстови полета \"извън линия\""
1654
+
1655
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:302
1656
+ msgid "Dropdown"
1657
+ msgstr ""
1658
+
1659
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:305
1660
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4521
1661
+ msgid "Unknown"
1662
+ msgstr ""
1663
+
1664
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:367
1665
+ msgid "Custom Field Data"
1666
+ msgstr ""
1667
+
1668
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:8
1669
+ #: wp-live-chat-support/wp-live-chat-support.php:6126
1670
+ #: wp-live-chat-support/wp-live-chat-support.php:6156
1671
+ msgid "WP Live Chat Support Triggers"
1672
+ msgstr "WP Live Chat Support стартери"
1673
+
1674
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:68
1675
+ msgid "Trigger Name"
1676
+ msgstr "Име на стартер"
1677
+
1678
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:73
1679
+ msgid "Trigger Type"
1680
+ msgstr "Тип на стартер"
1681
+
1682
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:77
1683
+ #: wp-live-chat-support/wp-live-chat-support.php:6162
1684
+ msgid "Page Trigger"
1685
+ msgstr "Страница стартер"
1686
+
1687
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:78
1688
+ #: wp-live-chat-support/wp-live-chat-support.php:6163
1689
+ msgid "Time Trigger"
1690
+ msgstr "Времеви стартер"
1691
+
1692
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:79
1693
+ #: wp-live-chat-support/wp-live-chat-support.php:6164
1694
+ msgid "Scroll Trigger"
1695
+ msgstr "Стартиране при навигация"
1696
+
1697
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:80
1698
+ #: wp-live-chat-support/wp-live-chat-support.php:6165
1699
+ msgid "Page Leave Trigger"
1700
+ msgstr "Стартиране при напускане на страница"
1701
+
1702
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:81
1703
+ msgid ""
1704
+ "Note: When using page trigger with a the basic theme, no hovercard is shown "
1705
+ "by default. We suggest using the time trigger for this instead."
1706
+ msgstr ""
1707
+ "Бележка: Когато ползвате страница за стартер с основна тема, по подразбиране "
1708
+ "не се показва текст при посочване с мишката. Препоръчва се използването на "
1709
+ "времеви стартер."
1710
+
1711
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:87
1712
+ msgid "Page ID"
1713
+ msgstr "Идентификатор на страница"
1714
+
1715
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:88
1716
+ msgid "Note: Leave empty for 'all' pages"
1717
+ msgstr "Бележка: Празно означава всички страници"
1718
+
1719
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:92
1720
+ msgid "Show After"
1721
+ msgstr "Покажи след"
1722
+
1723
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:93
1724
+ msgid "Seconds"
1725
+ msgstr "Секунди"
1726
+
1727
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:97
1728
+ msgid "Show After Scrolled"
1729
+ msgstr "Покажи след навигация"
1730
+
1731
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:98
1732
+ msgid "(%) Percent of page height"
1733
+ msgstr "(%) Процента от дължината на страницата"
1734
+
1735
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:102
1736
+ msgid "Content Replacement"
1737
+ msgstr "Намери"
1738
+
1739
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:113
1740
+ msgid "Replace Content"
1741
+ msgstr "Замени"
1742
+
1743
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:118
1744
+ msgid "Enable Trigger"
1745
+ msgstr "Разреши стартер"
1746
+
1747
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:124
1748
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:237
1749
+ #: wp-live-chat-support/modules/node_server.php:536
1750
+ #: wp-live-chat-support/wp-live-chat-support.php:6657
1751
+ msgid "Close"
1752
+ msgstr "Затвори"
1753
+
1754
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:133
1755
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:296
1756
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:246
1757
+ msgid "Please review your submission"
1758
+ msgstr "Моля прегледай"
1759
+
1760
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:273
1761
+ msgid "Trigger has been edited."
1762
+ msgstr "Стартера беше променен."
1763
+
1764
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:426
1765
+ msgid "Conflict with page"
1766
+ msgstr "Конфликт със страница"
1767
+
1768
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:428
1769
+ msgid "Trigger ID: "
1770
+ msgstr "Идентификатор на стартера: "
1771
+
1772
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:429
1773
+ msgid ""
1774
+ "It is possible that this trigger may override another trigger, or be "
1775
+ "overridden by another trigger."
1776
+ msgstr ""
1777
+
1778
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:442
1779
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:131
1780
+ #: wp-live-chat-support/modules/node_server.php:1221
1781
+ msgid "Page"
1782
+ msgstr "Страница"
1783
+
1784
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:461
1785
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:657
1786
+ #: wp-live-chat-support/wp-live-chat-support.php:5089
1787
+ msgid "All"
1788
+ msgstr "Всичко"
1789
+
1790
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:465
1791
+ msgid "Click to change trigger status"
1792
+ msgstr "Смяна на статус"
1793
+
1794
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:475
1795
+ msgid "No Triggers Found..."
1796
+ msgstr "Не бяха намерени стартери..."
1797
+
1798
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:579
1799
+ msgid "Are you sure you would like to delete trigger"
1800
+ msgstr "Изтриване на спусък?"
1801
+
1802
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:585
1803
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:287
1804
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:499
1805
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:546
1806
+ #: wp-live-chat-support/includes/modal_control.php:36
1807
+ #: wp-live-chat-support/modules/node_server.php:1199
1808
+ #: wp-live-chat-support/modules/webhooks_manager.php:332
1809
+ msgid "Cancel"
1810
+ msgstr "Отказ"
1811
+
1812
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:53
1813
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:57
1814
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:91
1815
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:577
1816
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:696
1817
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:92
1818
+ msgid "No Department"
1819
+ msgstr ""
1820
+
1821
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:79
1822
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:163
1823
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:563
1824
+ #, fuzzy
1825
+ #| msgid "Please update to the latest version of WP Live Chat Support Pro"
1826
+ msgid ""
1827
+ "Departments are not currently supported with the Cloud Server of WP Live "
1828
+ "Chat Support."
1829
+ msgstr "Моля обновете до последна версия на WP Live Chat Support Pro"
1830
+
1831
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:87
1832
+ #, fuzzy
1833
+ #| msgid "Chat Deleted"
1834
+ msgid "Chat Department"
1835
+ msgstr "Чатът беше изтрит"
1836
+
1837
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:132
1838
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:538
1839
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:556
1840
+ msgid "Departments"
1841
+ msgstr ""
1842
+
1843
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:145
1844
+ #, fuzzy
1845
+ #| msgid "Main Settings"
1846
+ msgid "Department Settings"
1847
+ msgstr "Основни Настройки"
1848
+
1849
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:148
1850
+ #, fuzzy
1851
+ #| msgid "WP Live Chat Support Reporting"
1852
+ msgid "WP Live Chat Support Departments"
1853
+ msgstr "Статистики за поддръжка на WP Live Cha"
1854
+
1855
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:156
1856
+ #, php-format
1857
+ msgid ""
1858
+ "WP Live Chat Support Pro requires WP Live Chat Support Version 7.0.0 or "
1859
+ "greater in order for departments to function as expected. Please update WP "
1860
+ "Live Chat Support %s"
1861
+ msgstr ""
1862
+
1863
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:231
1864
+ #, fuzzy
1865
+ #| msgid "No Triggers Found..."
1866
+ msgid "No Departments Found..."
1867
+ msgstr "Не бяха намерени стартери..."
1868
+
1869
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:281
1870
+ msgid "Department Name"
1871
+ msgstr ""
1872
+
1873
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:357
1874
+ #, fuzzy
1875
+ #| msgid "Goal has been edited."
1876
+ msgid "Department has been edited."
1877
+ msgstr "Целта беше редактирана."
1878
+
1879
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:493
1880
+ #, fuzzy
1881
+ #| msgid "Are you sure you would like to delete goal"
1882
+ msgid "Are you sure you would like to delete department"
1883
+ msgstr "Изтриване на целта?"
1884
+
1885
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:572
1886
+ msgid "Default Department"
1887
+ msgstr ""
1888
+
1889
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:573
1890
+ msgid "Default department a new chat is assigned to"
1891
+ msgstr ""
1892
+
1893
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:588
1894
+ msgid "Create or Edit Departments"
1895
+ msgstr ""
1896
+
1897
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:594
1898
+ msgid "User Department Selection"
1899
+ msgstr ""
1900
+
1901
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:595
1902
+ msgid "Allow user to select a department before starting a chat?"
1903
+ msgstr ""
1904
+
1905
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:604
1906
+ msgid ""
1907
+ "Note: Chats will be transferred in the event that agents are not available "
1908
+ "within the selected department"
1909
+ msgstr ""
1910
+
1911
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:615
1912
+ #, php-format
1913
+ msgid "Create departments <a href='%s'>here</a>."
1914
+ msgstr ""
1915
+
1916
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:675
1917
+ msgid "Department you have been assigned to as an agent"
1918
+ msgstr ""
1919
+
1920
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:675
1921
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:41
1922
+ #: wp-live-chat-support/modules/node_server.php:1223
1923
+ msgid "Department"
1924
+ msgstr ""
1925
+
1926
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:785
1927
+ #, fuzzy
1928
+ #| msgid "Select a survey"
1929
+ msgid "Select Department"
1930
+ msgstr "Избор на проучване"
1931
+
1932
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:72
1933
+ msgid "ROI Goals"
1934
+ msgstr "Възвръщане на инвестициите - Цели"
1935
+
1936
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:84
1937
+ #, fuzzy
1938
+ #| msgid "Reports"
1939
+ msgid "View Reports"
1940
+ msgstr "Извадки"
1941
+
1942
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:87
1943
+ msgid "WP Live Chat Support ROI Goals"
1944
+ msgstr "WP Live Chat Support Възвръщане на инвестициите"
1945
+
1946
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:130
1947
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4468
1948
+ msgid "Overview"
1949
+ msgstr "Преглед"
1950
+
1951
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:132
1952
+ msgid "Value"
1953
+ msgstr "Стойност"
1954
+
1955
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:147
1956
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:22
1957
+ #: wp-live-chat-support/includes/settings_page.php:892
1958
+ msgid "None"
1959
+ msgstr "Нито един"
1960
+
1961
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:154
1962
+ msgid "No ROI Goals Found..."
1963
+ msgstr "Не бяха намерени цели за възвръщане на инвестициите..."
1964
+
1965
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:212
1966
+ msgid "Goal Name"
1967
+ msgstr "Име на Цел"
1968
+
1969
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:217
1970
+ msgid "Goal Overview"
1971
+ msgstr "Съдържание на цел"
1972
+
1973
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:222
1974
+ msgid "Goal Page"
1975
+ msgstr "Страница на Целта"
1976
+
1977
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:231
1978
+ msgid "Goal Value"
1979
+ msgstr "Стойност на Целта"
1980
+
1981
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:377
1982
+ msgid "Goal has been edited."
1983
+ msgstr "Целта беше редактирана."
1984
+
1985
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:540
1986
+ msgid "Are you sure you would like to delete goal"
1987
+ msgstr "Изтриване на целта?"
1988
+
1989
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:622
1990
+ msgid "ROI Reporting"
1991
+ msgstr "Извлечение по възвръщане на инвестициите"
1992
+
1993
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:636
1994
+ msgid "Goal Statistics"
1995
+ msgstr "Извлечение по цели"
1996
+
1997
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:648
1998
+ msgid "No Goals Found"
1999
+ msgstr "Не бяха намерени Цели"
2000
+
2001
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:658
2002
+ msgid "Last 30 Days"
2003
+ msgstr "Последните 30 дни"
2004
+
2005
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:659
2006
+ msgid "Last 15 Days"
2007
+ msgstr "Последните 15 дни"
2008
+
2009
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:660
2010
+ msgid "Last 7 Days"
2011
+ msgstr "Последните 7 дни"
2012
+
2013
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:661
2014
+ msgid "Last 24 Hours"
2015
+ msgstr "Последните 24 часа"
2016
+
2017
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:713
2018
+ msgid "Value Per Conversion"
2019
+ msgstr "Стойност на реализации"
2020
+
2021
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:719
2022
+ msgid "Total Value"
2023
+ msgstr "Общо"
2024
+
2025
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:724
2026
+ msgid "Total Conversions"
2027
+ msgstr "Общо реализации"
2028
+
2029
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:758
2030
+ msgid "Value By Date"
2031
+ msgstr "Стойности по датаи"
2032
+
2033
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:761
2034
+ msgid "Value By Agent"
2035
+ msgstr "Стойности по агент"
2036
+
2037
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:767
2038
+ msgid "No data available yet..."
2039
+ msgstr "Все още няма налични данни..."
2040
+
2041
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:13
2042
+ #: wp-live-chat-support/modules/node_server.php:1205
2043
+ #: wp-live-chat-support/modules/node_server.php:1210
2044
+ msgid "Transfer"
2045
+ msgstr ""
2046
+
2047
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:25
2048
+ #, fuzzy
2049
+ #| msgid "Start Chat"
2050
+ msgid "Transfer Chat"
2051
+ msgstr "Стартиране на чат"
2052
+
2053
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:39
2054
+ #, fuzzy
2055
+ #| msgid "Are you sure you would like to delete this chat?"
2056
+ msgid "Would you like to transfer this chat to"
2057
+ msgstr "Изтриване на чат?"
2058
+
2059
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:40
2060
+ #, fuzzy
2061
+ #| msgid "Agents"
2062
+ msgid "Agent"
2063
+ msgstr "Агенти"
2064
+
2065
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:46
2066
+ msgid "Please select an agent to transfer to"
2067
+ msgstr ""
2068
+
2069
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:53
2070
+ msgid "Please select a department to transfer to"
2071
+ msgstr ""
2072
+
2073
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:71
2074
+ #, fuzzy
2075
+ #| msgid "Agents"
2076
+ msgid "No Agent"
2077
+ msgstr "Агенти"
2078
+
2079
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:77
2080
+ #, fuzzy
2081
+ #| msgid "Your"
2082
+ msgid "You"
2083
+ msgstr "Твой"
2084
+
2085
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:118
2086
+ #, fuzzy
2087
+ #| msgid "Chat Agents Online"
2088
+ msgid "Checking if agent is online"
2089
+ msgstr "Чат агенти на линия"
2090
+
2091
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:119
2092
+ msgid "Agent is not online, transfer cannot be made"
2093
+ msgstr ""
2094
+
2095
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:121
2096
+ msgid "Checking if agents in department are online"
2097
+ msgstr ""
2098
+
2099
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:122
2100
+ msgid ""
2101
+ "No agent within the department are available to accept the transfer, "
2102
+ "transfer cannot be made"
2103
+ msgstr ""
2104
+
2105
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:124
2106
+ msgid "Agent(s) available, safe to transfer"
2107
+ msgstr ""
2108
+
2109
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:126
2110
+ msgid "Transfer Complete. Closing Window..."
2111
+ msgstr ""
2112
+
2113
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:127
2114
+ #, fuzzy
2115
+ #| msgid "There is No Answer. Please Try Again Later"
2116
+ msgid "Transfer Failed. Please try again later..."
2117
+ msgstr "Няма отговор. Моля опитайте по - късно"
2118
+
2119
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:372
2120
+ msgid "Transfer for"
2121
+ msgstr ""
2122
+
2123
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:375
2124
+ #, fuzzy
2125
+ #| msgid "Accept Chat"
2126
+ msgid "Accept Transfer"
2127
+ msgstr "Приемане на чата"
2128
+
2129
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:458
2130
+ #: wp-live-chat-support/modules/node_server_deprecated.php:193
2131
+ msgid ""
2132
+ "Department took too long to respond, we are transferring this chat to the "
2133
+ "next available agent."
2134
+ msgstr ""
2135
+
2136
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:460
2137
+ #: wp-live-chat-support/modules/node_server_deprecated.php:195
2138
+ msgid ""
2139
+ "took too long to respond, we are transferring this chat to the next "
2140
+ "available agent."
2141
+ msgstr ""
2142
+
2143
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:463
2144
+ #: wp-live-chat-support/modules/node_server_deprecated.php:198
2145
+ #, fuzzy
2146
+ #| msgid "Chat answered by another agent"
2147
+ msgid "has transferred the chat."
2148
+ msgstr "Чатът беше обработен от друг агент"
2149
+
2150
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:486
2151
+ #: wp-live-chat-support/modules/node_server_deprecated.php:201
2152
+ msgid "User received this message"
2153
+ msgstr ""
2154
+
2155
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:532
2156
+ #: wp-live-chat-support/modules/node_server_deprecated.php:153
2157
+ #, fuzzy
2158
+ #| msgid "No data available yet..."
2159
+ msgid "No agents available in"
2160
+ msgstr "Все още няма налични данни..."
2161
+
2162
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:534
2163
+ #: wp-live-chat-support/modules/node_server_deprecated.php:155
2164
+ msgid "selected department"
2165
+ msgstr ""
2166
+
2167
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:538
2168
+ #: wp-live-chat-support/modules/node_server_deprecated.php:159
2169
+ msgid "automatically transferring you to"
2170
+ msgstr ""
2171
+
2172
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:540
2173
+ #: wp-live-chat-support/modules/node_server_deprecated.php:161
2174
+ #, fuzzy
2175
+ #| msgid "No chats available at the moment"
2176
+ msgid "the next available department"
2177
+ msgstr "Не са налични чатове в момента"
2178
+
2179
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:566
2180
+ #: wp-live-chat-support/modules/node_server_deprecated.php:168
2181
+ msgid "User has been transfered from "
2182
+ msgstr ""
2183
+
2184
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:568
2185
+ #: wp-live-chat-support/modules/node_server_deprecated.php:170
2186
+ msgid "department"
2187
+ msgstr ""
2188
+
2189
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:574
2190
+ #: wp-live-chat-support/modules/node_server_deprecated.php:176
2191
+ msgid " to "
2192
+ msgstr ""
2193
+
2194
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:576
2195
+ #: wp-live-chat-support/modules/node_server_deprecated.php:178
2196
+ msgid "as there were no agents online"
2197
+ msgstr ""
2198
+
2199
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:40
2200
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:306
2201
+ #: wp-live-chat-support/modules/node_server.php:223
2202
+ #: wp-live-chat-support/modules/node_server.php:295
2203
+ #, fuzzy
2204
+ #| msgid "Actions"
2205
+ msgid "Action not set"
2206
+ msgstr "Действия"
2207
+
2208
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:257
2209
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1162
2210
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5557
2211
+ #, php-format
2212
+ msgid "Incoming chat from %s (%s) on %s"
2213
+ msgstr "Чат от %s (%s) on %s"
2214
+
2215
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:263
2216
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1168
2217
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5563
2218
+ #, php-format
2219
+ msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
2220
+ msgstr "%s (%s) иска чат с теб. <br /><br />влез: %s"
2221
+
2222
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:560
2223
+ msgid "Security Violation - MIME Type not allowed"
2224
+ msgstr ""
2225
+
2226
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:563
2227
+ msgid "File could not be uploaded"
2228
+ msgstr ""
2229
+
2230
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:566
2231
+ msgid "Security Violation - Does not match allowed file types"
2232
+ msgstr ""
2233
+
2234
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:569
2235
+ msgid "Security Violation - File unsafe"
2236
+ msgstr ""
2237
+
2238
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:9
2239
+ #: wp-live-chat-support/modules/documentation_suggestions.php:10
2240
+ #, fuzzy
2241
+ #| msgid "Documentation"
2242
+ msgid "Doc Suggestions"
2243
+ msgstr "Документация"
2244
+
2245
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:27
2246
+ #: wp-live-chat-support/modules/documentation_suggestions.php:23
2247
+ #, fuzzy
2248
+ #| msgid "Documentation"
2249
+ msgid "Documentation Suggestions"
2250
+ msgstr "Документация"
2251
+
2252
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:33
2253
+ #: wp-live-chat-support/modules/documentation_suggestions.php:28
2254
+ msgid "Enable Documentation Suggestions"
2255
+ msgstr ""
2256
+
2257
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:33
2258
+ msgid ""
2259
+ "When a user sends a message the plugin will automatically detect if there "
2260
+ "are posts or pages that can be suggested to the user in order for the user "
2261
+ "to get more information about what they are asking. This is useful when the "
2262
+ "user has typed their message and is still waiting for an agent to answer "
2263
+ "their chat."
2264
+ msgstr ""
2265
+
2266
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:172
2267
+ msgid "The following was sent to the user as suggested documents:"
2268
+ msgstr ""
2269
+
2270
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:174
2271
+ msgid "While you wait for the agent, perhaps these documents may help?"
2272
+ msgstr ""
2273
+
2274
+ #: wp-live-chat-support-pro/modules/gdpr_pro.php:15
2275
+ msgid ""
2276
+ "Pro is active - Deleting a chat will resilt in user experience ratings being "
2277
+ "deleted along with chat data"
2278
+ msgstr ""
2279
+
2280
+ #: wp-live-chat-support-pro/modules/gdpr_pro.php:24
2281
+ msgid "Pro data will also be removed as a part of this automatic process."
2282
+ msgstr ""
2283
+
2284
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:82
2285
+ msgid "Disable Typing Previews"
2286
+ msgstr ""
2287
+
2288
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:82
2289
+ msgid ""
2290
+ "This option disables the typing preview from showing up to agents, which "
2291
+ "means agents will not be able to see what the user is typing in realtime."
2292
+ msgstr ""
2293
+
2294
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:132
2295
+ msgid ""
2296
+ "You can transfer chats from within a chat by clicking on the in chat menu, "
2297
+ "and selecting Transfer Chat or Transfer Department"
2298
+ msgstr ""
2299
+
2300
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:133
2301
+ msgid ""
2302
+ "You can share files quickly when in a chat, by simply dragging a file into "
2303
+ "the chat window!"
2304
+ msgstr ""
2305
+
2306
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:134
2307
+ msgid "You can now move between chats without ending/closing an open chat"
2308
+ msgstr ""
2309
+
2310
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:181
2311
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:925
2312
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:936
2313
+ msgid "Quick Responses"
2314
+ msgstr "Бързи Отговори"
2315
+
2316
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:190
2317
+ #, fuzzy
2318
+ #| msgid "No Quick Responses found"
2319
+ msgid "No quick responses found"
2320
+ msgstr "Не са намерени бързи отговори"
2321
+
2322
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:190
2323
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:928
2324
+ msgid "Add New Quick Response"
2325
+ msgstr "Добави на нов бърз отговор"
2326
+
2327
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:208
2328
+ #, fuzzy
2329
+ #| msgid "WP Live Chat Support Triggers"
2330
+ msgid "WP Live Chat Support - Update Suggested"
2331
+ msgstr "WP Live Chat Support стартери"
2332
+
2333
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:209
2334
+ #, fuzzy
2335
+ #| msgid ""
2336
+ #| "You are using an outdated version of <strong>WP Live Chat Support Pro</"
2337
+ #| "strong>."
2338
+ msgid ""
2339
+ "We have detected that you are using a heavily out-dated version of WP Live "
2340
+ "Chat Support"
2341
+ msgstr ""
2342
+ "Вие използвате остаряла версия на <strong>WP Live Chat Support Pro</strong>."
2343
+
2344
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:210
2345
+ msgid "It is highly recommended that you update to version 8 or above. "
2346
+ msgstr ""
2347
+
2348
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:641
2349
+ #, php-format
2350
+ msgid ""
2351
+ "WP Live Chat Support Pro <strong>requires WP Live Chat Support version 6+</"
2352
+ "strong> (basic version). Please <strong><a href=\"%1$s\">update the plugin</"
2353
+ "a></strong> in order for the plugin to continue working correctly."
2354
+ msgstr ""
2355
+ "WP Live Chat Support Pro <strong>Изисква WP Live Chat Support version 6+</"
2356
+ "strong>(базова версия). Моля, <strong><a href=\"%1$s\">обновете приставката</"
2357
+ "a></strong>за да работи коректно в pro режим."
2358
+
2359
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:680
2360
+ #: wp-live-chat-support/ajax_new.php:196
2361
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:829
2362
+ #: wp-live-chat-support/wp-live-chat-support.php:6884
2363
+ msgid "Admin"
2364
+ msgstr ""
2365
+
2366
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:783
2367
+ msgid "WP Live Chat Support Pro"
2368
+ msgstr ""
2369
+
2370
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:926
2371
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5004
2372
+ msgid "Quick Response"
2373
+ msgstr "Бърз отговор"
2374
+
2375
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:927
2376
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:930
2377
+ msgid "New Quick Response"
2378
+ msgstr "Нов бърз отговор"
2379
+
2380
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:929
2381
+ msgid "Edit Quick Response"
2382
+ msgstr "Редактиране на бърз отговор"
2383
+
2384
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:931
2385
+ msgid "All Quick Responses"
2386
+ msgstr "Всички бързи отговори"
2387
+
2388
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:932
2389
+ msgid "View Quick Responses"
2390
+ msgstr "Преглед на бързи отговори"
2391
+
2392
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:933
2393
+ msgid "Search Quick Responses"
2394
+ msgstr "Търсене на бързи отговори"
2395
+
2396
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:934
2397
+ msgid "No Quick Responses found"
2398
+ msgstr "Не са намерени бързи отговори"
2399
+
2400
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:935
2401
+ msgid "No Quick Responses found in the Trash"
2402
+ msgstr "Не са намерени бързи отговори в кошчето"
2403
+
2404
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:940
2405
+ msgid "Quick Responses for WP Live Chat Support Pro"
2406
+ msgstr "Бързи отговори за WP Live Chat Support Pro"
2407
+
2408
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:971
2409
+ #, fuzzy
2410
+ #| msgid "Support desk"
2411
+ msgid "Sort Order"
2412
+ msgstr "Бюро поддръжка"
2413
+
2414
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1007
2415
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5013
2416
+ msgid "Title"
2417
+ msgstr ""
2418
+
2419
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1008
2420
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5021
2421
+ msgid "Order"
2422
+ msgstr ""
2423
+
2424
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1090
2425
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1094
2426
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
2427
+ msgid "Assign Quick Response"
2428
+ msgstr "Възлагане на Бърз Отговор"
2429
+
2430
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1103
2431
+ msgid "What is this?"
2432
+ msgstr "Какво е това?"
2433
+
2434
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1215
2435
+ #: wp-live-chat-support/includes/settings_page.php:348
2436
+ msgid "Display typing indicator"
2437
+ msgstr "Покажи индикатора за писане"
2438
+
2439
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1215
2440
+ msgid ""
2441
+ "Display the \"typing...\" animation in the chat window as soon as an agent "
2442
+ "or visitor is typing."
2443
+ msgstr ""
2444
+ "Покажи \"писане...\" анимация в чат прозореца веднага когато агент или "
2445
+ "посетител започне да пише."
2446
+
2447
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1222
2448
+ #, php-format
2449
+ msgid ""
2450
+ "Please update your <a href='%s'>basic version</a> to make use of this "
2451
+ "feature."
2452
+ msgstr ""
2453
+ "Моля обновете <a href='%s'>базовата версия</a> за използване на тази "
2454
+ "функционалност."
2455
+
2456
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1230
2457
+ msgid ""
2458
+ "For non-cloud server users, please note that this will increase the amount "
2459
+ "of server resources required."
2460
+ msgstr ""
2461
+ "Ако не се използва облачна услуга, обърнете внимание че това ще повиши "
2462
+ "изискванията за хардуерни ресурси."
2463
+
2464
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1247
2465
+ msgid "Use WordPress name instead"
2466
+ msgstr "Използване на WordPress име"
2467
+
2468
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1250
2469
+ msgid "Note: 'Name' field will be ignored"
2470
+ msgstr "Внимание: Полето 'Име' ще бъде игнорирано"
2471
+
2472
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1268
2473
+ msgid "Incoming chat ring tone"
2474
+ msgstr "Тон за нов чат"
2475
+
2476
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1273
2477
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1333
2478
+ msgid "Default"
2479
+ msgstr "Подразбиране"
2480
+
2481
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1328
2482
+ #, fuzzy
2483
+ #| msgid "Incoming chat ring tone"
2484
+ msgid "Incoming message tone"
2485
+ msgstr "Тон за нов чат"
2486
+
2487
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1384
2488
+ #, fuzzy
2489
+ #| msgid "Recomended Size 250px x 40px"
2490
+ msgid "Recomended Size 50px x 50px"
2491
+ msgstr "Препоръчителен размер 250px x 40px"
2492
+
2493
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1401
2494
+ msgid "Recomended Size 60px x 60px"
2495
+ msgstr "Препоръчителен размер 60px x 60px"
2496
+
2497
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1419
2498
+ msgid "Recomended Size 250px x 40px"
2499
+ msgstr "Препоръчителен размер 250px x 40px"
2500
+
2501
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1443
2502
+ msgid "User Experience"
2503
+ msgstr "Потребителско Усещане"
2504
+
2505
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1452
2506
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1482
2507
+ #, php-format
2508
+ msgid ""
2509
+ "Please update your <a href='%s'>basic version</a> to make use of these "
2510
+ "features."
2511
+ msgstr ""
2512
+ "Моля обновете <a href='%s'>базовата версия</a> за използване на тази "
2513
+ "функционалност."
2514
+
2515
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1459
2516
+ msgid "Enable Text Editor"
2517
+ msgstr "Разрешаване на Текстови Редактор"
2518
+
2519
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1459
2520
+ msgid ""
2521
+ "Adds advanced text editor features, such as links, text styling, and more!"
2522
+ msgstr ""
2523
+ "Добавя разширени функции за редактиране на текст, като: линкове, текстови "
2524
+ "стилове и още!"
2525
+
2526
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1463
2527
+ msgid "Enable File Sharing"
2528
+ msgstr "Разреши споделянето на Файлове"
2529
+
2530
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1463
2531
+ msgid "Adds file sharing to your chat box!"
2532
+ msgstr "Добавя опция за споделяне на файлове в чат прозореца!"
2533
+
2534
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1467
2535
+ msgid "Enable Experience Ratings"
2536
+ msgstr "Разрешава чат рейтинги"
2537
+
2538
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1467
2539
+ msgid "Allows users to rate the chat experience with an agent."
2540
+ msgstr "Разрешава на потребителите да дават обратна връзка за чат агентите."
2541
+
2542
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1473
2543
+ #: wp-live-chat-support/includes/settings_page.php:539
2544
+ #: wp-live-chat-support/includes/settings_page.php:891
2545
+ msgid "Social"
2546
+ msgstr "Социални мрежи"
2547
+
2548
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1490
2549
+ #: wp-live-chat-support/includes/settings_page.php:544
2550
+ msgid "Link your Facebook page here. Leave blank to hide"
2551
+ msgstr "Добави Facebook страница. За скриване остави празно"
2552
+
2553
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1491
2554
+ #: wp-live-chat-support/includes/settings_page.php:546
2555
+ msgid "Facebook URL..."
2556
+ msgstr ""
2557
+
2558
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1494
2559
+ #: wp-live-chat-support/includes/settings_page.php:557
2560
+ msgid "Link your Twitter page here. Leave blank to hide"
2561
+ msgstr "Добави Twotter страница. За скриване остави празно"
2562
+
2563
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1495
2564
+ #: wp-live-chat-support/includes/settings_page.php:559
2565
+ msgid "Twitter URL..."
2566
+ msgstr ""
2567
+
2568
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2055
2569
+ #, fuzzy
2570
+ #| msgid "Status: "
2571
+ msgid "Status (Online)"
2572
+ msgstr "Статус: "
2573
+
2574
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2057
2575
+ #, fuzzy
2576
+ #| msgid "Online"
2577
+ msgid "Offline"
2578
+ msgstr "На линия"
2579
+
2580
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2058
2581
+ msgid "Status (Offline)"
2582
+ msgstr ""
2583
+
2584
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2072
2585
+ msgid ""
2586
+ "You have set your status to offline. To view visitors and accept chats "
2587
+ "please set your status to online using the switch above."
2588
+ msgstr ""
2589
+ "Статуса \"извън линия\". За преглед на потребители и приемане на чатове, "
2590
+ "промени статуса ползвайки ключа по горе."
2591
+
2592
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2278
2593
+ #, fuzzy
2594
+ #| msgid ""
2595
+ #| "Please note: Chat messages will only be encrypted and decreypted if you "
2596
+ #| "have inserted your WP Live Chat Support Pro API Key on the <a href="
2597
+ #| "\"admin.php?page=wplivechat-menu-api-keys-page\">API Keys page</a>."
2598
+ msgid ""
2599
+ "Please note: Chat messages will only be encrypted and decrypted if you have "
2600
+ "inserted your WP Live Chat Support Pro API Key on the <a href=\"admin.php?"
2601
+ "page=wplivechat-menu-api-keys-page\">API Keys page</a>."
2602
+ msgstr ""
2603
+ "Забележка: Чат съобщенията ще бъдат криптирани и декриптирани само ако има "
2604
+ "WP Live Chat Support Pro API Key под <a href=\"admin.php?page=wplivechat-"
2605
+ "menu-api-keys-page\">API Keys страницата</a>."
2606
+
2607
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2610
2608
+ msgid "Exclude chat from 'Home' page:"
2609
+ msgstr "Премахни чат формата от 'началната' страница:"
2610
+
2611
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2610
2612
+ msgid ""
2613
+ "Leaving this unchecked will allow the chat window to display on your home "
2614
+ "page."
2615
+ msgstr "Ако не е немаркирано, ще има чат прозорец на началната страница."
2616
+
2617
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2618
2618
+ msgid "Exclude chat from 'Archive' pages:"
2619
+ msgstr "Премахване на чат формата 'Архивни' страници:"
2620
+
2621
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2618
2622
+ msgid ""
2623
+ "Leaving this unchecked will allow the chat window to display on your archive "
2624
+ "pages."
2625
+ msgstr "Ако не е маркирано, позволява чат прозореца на архивираните страници."
2626
+
2627
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3000
2628
+ msgid "Attempting to open the chat window... Please be patient."
2629
+ msgstr "В опит да се създаде чат сесия...Моля имайте търпение."
2630
+
2631
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3058
2632
+ msgid ""
2633
+ "You are not a chat agent. Please make yourself a chat agent before trying to "
2634
+ "chat to visitors"
2635
+ msgstr ""
2636
+ "Не си чат агент. Трябва да се добавиш към списъка с чат агенти за да можеш "
2637
+ "да приемаш чат сесии от потребителите на сайта"
2638
+
2639
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3332
2640
+ msgid "This chat has already been answered by another agent."
2641
+ msgstr "Този чат вече беше приет от друг агент."
2642
+
2643
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3654
2644
+ #: wp-live-chat-support/wp-live-chat-support.php:3173
2645
+ msgid "Agent(s) online"
2646
+ msgstr "Агент/и на линия"
2647
+
2648
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3778
2649
+ #: wp-live-chat-support/wp-live-chat-support.php:1042
2650
+ msgid "Reporting"
2651
+ msgstr "Справки"
2652
+
2653
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3779
2654
+ #: wp-live-chat-support/wp-live-chat-support.php:1048
2655
+ msgid "Triggers"
2656
+ msgstr "Стартери"
2657
+
2658
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3780
2659
+ msgid "Custom Fields"
2660
+ msgstr ""
2661
+
2662
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3911
2663
+ #: wp-live-chat-support/modules/node_server.php:904
2664
+ #: wp-live-chat-support/wp-live-chat-support.php:3058
2665
+ msgid "Typing..."
2666
+ msgstr ""
2667
+
2668
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4260
2669
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4268
2670
+ #: wp-live-chat-support/wp-live-chat-support.php:5988
2671
+ msgid "Experience Rating"
2672
+ msgstr "Оценки за потребителско преживяване"
2673
+
2674
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4348
2675
+ msgid "User Experience Ratings"
2676
+ msgstr "Рейтинг потребителско преживяване"
2677
+
2678
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4355
2679
+ msgid "Agent Statistics"
2680
+ msgstr "Статистики за агенти"
2681
+
2682
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4401
2683
+ msgid "Satisfaction Rating"
2684
+ msgstr "Рейтинг за удовлетвореност"
2685
+
2686
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2687
+ msgid "Rating Count"
2688
+ msgstr "Брой Рейтинги"
2689
+
2690
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2691
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4416
2692
+ msgid "Good"
2693
+ msgstr "Добре"
2694
+
2695
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2696
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4416
2697
+ msgid "Bad"
2698
+ msgstr "Зле"
2699
+
2700
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4410
2701
+ msgid "No Ratings for this agent"
2702
+ msgstr "Няма рейтинги за този агент"
2703
+
2704
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4419
2705
+ msgid "View"
2706
+ msgstr ""
2707
+
2708
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4465
2709
+ #: wp-live-chat-support/wp-live-chat-support.php:6084
2710
+ #: wp-live-chat-support/wp-live-chat-support.php:6091
2711
+ msgid "WP Live Chat Support Reporting"
2712
+ msgstr "Статистики за поддръжка на WP Live Cha"
2713
+
2714
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4469
2715
+ msgid "Popular Pages"
2716
+ msgstr "Популярни страници"
2717
+
2718
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4487
2719
+ msgid "Total Agents"
2720
+ msgstr "Всички Агенти"
2721
+
2722
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4487
2723
+ msgid "Total number of agents that used the live chat"
2724
+ msgstr "Пълен брой агенти, които са ползвали чата"
2725
+
2726
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4488
2727
+ msgid "Total Chats"
2728
+ msgstr "Всичко Чатове"
2729
+
2730
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4488
2731
+ msgid "Total number of chats received"
2732
+ msgstr "Всичко приети чатове"
2733
+
2734
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4489
2735
+ msgid "Total URLs"
2736
+ msgstr "Всичко URLs"
2737
+
2738
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4489
2739
+ msgid "Total number of URLs a chat was initiated on"
2740
+ msgstr "Всичко страници от които са били инициирани чатове"
2741
+
2742
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4490
2743
+ msgid "Chats per day"
2744
+ msgstr "Чатове за ден"
2745
+
2746
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4491
2747
+ msgid "Popular pages a chat was initiated on"
2748
+ msgstr "Популярни страници, от които са били инициирани чатове"
2749
+
2750
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4567
2751
+ #: wp-live-chat-support/functions.php:2120
2752
+ #: wp-live-chat-support/wp-live-chat-support.php:4500
2753
+ msgid "URL"
2754
+ msgstr ""
2755
+
2756
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4568
2757
+ msgid "Count"
2758
+ msgstr "Брой"
2759
+
2760
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4594
2761
+ msgid "Disable initiate chat feature:"
2762
+ msgstr "Забрана за иницииране на чатове:"
2763
+
2764
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4594
2765
+ msgid ""
2766
+ "This will substantially improve performance. If you are experiencing "
2767
+ "performance issues on your site, you should disable the initiate chat "
2768
+ "feature and only enable it when you need it."
2769
+ msgstr ""
2770
+ "Това съществено ще подобри производителността, Ако имате проблем с "
2771
+ "производителността на сайта си, трябва да забраните функцията \"иницииране "
2772
+ "на чат\" по подразбиране, а да я ползвате само при необходимост."
2773
+
2774
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4698
2775
+ #, fuzzy
2776
+ #| msgid "Thank you for your feedback. We will be in touch soon"
2777
+ msgid "Thank you for inquiry. We will get back to you shortly"
2778
+ msgstr "Благодарим за обратната връзка. Скоро ще се свържем с Вас"
2779
+
2780
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4857
2781
+ msgid "Enable an Auto Responder"
2782
+ msgstr ""
2783
+
2784
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4857
2785
+ msgid "Send your visitors an email as soon as they send you an offline message"
2786
+ msgstr ""
2787
+
2788
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4863
2789
+ msgid "Auto Responder 'From' Name"
2790
+ msgstr ""
2791
+
2792
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4869
2793
+ msgid "Auto Responder 'From' Email Address"
2794
+ msgstr ""
2795
+
2796
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4875
2797
+ msgid "Auto Responder Subject Line"
2798
+ msgstr ""
2799
+
2800
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4881
2801
+ #, fuzzy
2802
+ #| msgid "API Response Codes"
2803
+ msgid "Auto Responder Body"
2804
+ msgstr "Кодова таблица на API отговорите"
2805
+
2806
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2807
+ msgid "HTML and the following shortcodes can be used"
2808
+ msgstr ""
2809
+
2810
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2811
+ #, fuzzy
2812
+ #| msgid "Username"
2813
+ msgid "User's name"
2814
+ msgstr "Потребителско Име"
2815
+
2816
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2817
+ #, fuzzy
2818
+ #| msgid "Email Address"
2819
+ msgid "User's email address"
2820
+ msgstr "Електронна поща"
2821
+
2822
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4897
2823
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4913
2824
+ msgid "Business Hours"
2825
+ msgstr ""
2826
+
2827
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4917
2828
+ msgid "Enable Business Hours"
2829
+ msgstr ""
2830
+
2831
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4923
2832
+ #, fuzzy
2833
+ #| msgid "Display survey"
2834
+ msgid "Display Interval"
2835
+ msgstr "Показване проучванията"
2836
+
2837
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4927
2838
+ msgid "Daily"
2839
+ msgstr ""
2840
+
2841
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4928
2842
+ msgid "Week Days"
2843
+ msgstr ""
2844
+
2845
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4929
2846
+ msgid "Weekends"
2847
+ msgstr ""
2848
+
2849
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4944
2850
+ msgid " Between "
2851
+ msgstr ""
2852
+
2853
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4961
2854
+ msgid " and "
2855
+ msgstr ""
2856
+
2857
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4984
2858
+ msgid "Current Site Time"
2859
+ msgstr ""
2860
+
2861
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5009
2862
+ msgid "Order by"
2863
+ msgstr ""
2864
+
2865
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5015
2866
+ msgid "Number"
2867
+ msgstr ""
2868
+
2869
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5025
2870
+ #, fuzzy
2871
+ #| msgid "pending"
2872
+ msgid "Descending"
2873
+ msgstr "в очакване"
2874
+
2875
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5026
2876
+ #, fuzzy
2877
+ #| msgid "pending"
2878
+ msgid "Ascending"
2879
+ msgstr "в очакване"
2880
+
2881
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5194
2882
+ #, php-format
2883
+ msgid ""
2884
+ "The Live Chat box is currently disabled on your website due to : <a href=\"%s"
2885
+ "\">Business Hours Settings</a>"
2886
+ msgstr ""
2887
+
2888
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5250
2889
+ msgid "Edit Profile"
2890
+ msgstr ""
2891
+
2892
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5261
2893
+ #: wp-live-chat-support/modules/node_server.php:1204
2894
+ msgid "Drag Files Here"
2895
+ msgstr ""
2896
+
2897
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5277
2898
+ msgid "Enable Voice Notes on admin side"
2899
+ msgstr ""
2900
+
2901
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5279
2902
+ msgid ""
2903
+ "Enabling this will allow you to record the voice during the chat and send it "
2904
+ "to visitor once you hold on CTRL + SPACEBAR in main chat window"
2905
+ msgstr ""
2906
+
2907
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5290
2908
+ msgid "Enable Voice Notes on visitor side"
2909
+ msgstr ""
2910
+
2911
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5292
2912
+ msgid ""
2913
+ "Enabling this will allow the visitors to record the voice during the chat "
2914
+ "and send it to agent once they hold on CTRL + SPACEBAR"
2915
+ msgstr ""
2916
+
2917
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5350
2918
+ #, fuzzy
2919
+ #| msgid "Send"
2920
+ msgid "Send..."
2921
+ msgstr "Изпрати"
2922
+
2923
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5351
2924
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5422
2925
+ msgid "Play voice note"
2926
+ msgstr ""
2927
+
2928
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5421
2929
+ msgid "Save..."
2930
+ msgstr ""
2931
+
2932
+ #: wp-live-chat-support/ajax_new.php:336
2933
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:948
2934
+ msgid "Admin has closed and ended the chat"
2935
+ msgstr "Администратор терминира чат сесията"
2936
+
2937
+ #: wp-live-chat-support/functions.php:583
2938
+ #, fuzzy
2939
+ #| msgid "Chat answered by another agent"
2940
+ msgid "In progress with another agent"
2941
+ msgstr "Чатът беше обработен от друг агент"
2942
+
2943
+ #: wp-live-chat-support/functions.php:597
2944
+ msgid "Only chat agents can accept chats"
2945
+ msgstr "Само чат агенти могат да приемат чат"
2946
+
2947
+ #: wp-live-chat-support/functions.php:854
2948
+ msgid "No agent was able to answer your chat request. Please try again."
2949
+ msgstr ""
2950
+
2951
+ #: wp-live-chat-support/functions.php:868
2952
+ #, fuzzy
2953
+ #| msgid "requesting chat"
2954
+ msgid "Request new chat"
2955
+ msgstr "молба за чат"
2956
+
2957
+ #: wp-live-chat-support/functions.php:1379
2958
+ msgid "complete"
2959
+ msgstr "завършен"
2960
+
2961
+ #: wp-live-chat-support/functions.php:1382
2962
+ msgid "pending"
2963
+ msgstr "в очакване"
2964
+
2965
+ #: wp-live-chat-support/functions.php:1385
2966
+ msgid "active"
2967
+ msgstr "активен"
2968
+
2969
+ #: wp-live-chat-support/functions.php:1388
2970
+ msgid "deleted"
2971
+ msgstr "изтрит"
2972
+
2973
+ #: wp-live-chat-support/functions.php:1391
2974
+ msgid "browsing"
2975
+ msgstr "сърфиране"
2976
+
2977
+ #: wp-live-chat-support/functions.php:1394
2978
+ msgid "requesting chat"
2979
+ msgstr "молба за чат"
2980
+
2981
+ #: wp-live-chat-support/functions.php:1397
2982
+ msgid "Chat Ended - User still browsing"
2983
+ msgstr "Чатът приключи - Потребителя все още сърфира"
2984
+
2985
+ #: wp-live-chat-support/functions.php:1400
2986
+ msgid "User is browsing but doesn't want to chat"
2987
+ msgstr "Потребителя сърфира но не иска да приеме чат"
2988
+
2989
+ #: wp-live-chat-support/functions.php:1693
2990
+ #: wp-live-chat-support/wp-live-chat-support.php:869
2991
+ #: wp-live-chat-support/wp-live-chat-support.php:3917
2992
+ #: wp-live-chat-support/wp-live-chat-support.php:5945
2993
+ msgid ""
2994
+ "Please standby for an agent. While you wait for the agent you may type your "
2995
+ "message."
2996
+ msgstr ""
2997
+
2998
+ #: wp-live-chat-support/functions.php:1858
2999
+ msgid "Get Pro Add-on to accept more chats"
3000
+ msgstr "Вземете pro версията за да можете да обслужвате повече чатове"
3001
+
3002
+ #: wp-live-chat-support/functions.php:2095
3003
+ #: wp-live-chat-support/wp-live-chat-support.php:4456
3004
+ msgid "Error: Could not delete chat"
3005
+ msgstr "Грешка: Чатът не беше изтрит"
3006
+
3007
+ #: wp-live-chat-support/functions.php:2099
3008
+ #: wp-live-chat-support/wp-live-chat-support.php:4460
3009
+ msgid "Chat Deleted"
3010
+ msgstr "Чатът беше изтрит"
3011
+
3012
+ #: wp-live-chat-support/functions.php:2106
3013
+ #: wp-live-chat-support/wp-live-chat-support.php:4467
3014
+ msgid "Are you sure you would like to delete this chat?"
3015
+ msgstr "Изтриване на чат?"
3016
+
3017
+ #: wp-live-chat-support/functions.php:2145
3018
+ msgid "You have not missed any chat requests."
3019
+ msgstr "Не са пропуснати молби за чат."
3020
+
3021
+ #: wp-live-chat-support/functions.php:2153
3022
+ #: wp-live-chat-support/wp-live-chat-support.php:4521
3023
+ msgid "View Chat History"
3024
+ msgstr "Преглед история на чата"
3025
+
3026
+ #: wp-live-chat-support/functions.php:2153
3027
+ #: wp-live-chat-support/wp-live-chat-support.php:4521
3028
+ msgid "Download Chat History"
3029
+ msgstr "Изтегляне на историята на чата"
3030
+
3031
+ #: wp-live-chat-support/functions.php:2173
3032
+ #: wp-live-chat-support/wp-live-chat-support.php:4540
3033
+ #: wp-live-chat-support/wp-live-chat-support.php:4676
3034
+ msgid "&laquo;"
3035
+ msgstr ""
3036
+
3037
+ #: wp-live-chat-support/functions.php:2174
3038
+ #: wp-live-chat-support/wp-live-chat-support.php:4541
3039
+ #: wp-live-chat-support/wp-live-chat-support.php:4677
3040
+ msgid "&raquo;"
3041
+ msgstr ""
3042
+
3043
+ #: wp-live-chat-support/functions.php:2359
3044
+ msgid "Open chat window via"
3045
+ msgstr "Отвори чат прозорец чрез"
3046
+
3047
+ #: wp-live-chat-support/functions.php:2363
3048
+ msgid "Click"
3049
+ msgstr "Клик"
3050
+
3051
+ #: wp-live-chat-support/functions.php:2364
3052
+ msgid "Hover"
3053
+ msgstr "Покриване"
3054
+
3055
+ #: wp-live-chat-support/functions.php:2366
3056
+ msgid "element with"
3057
+ msgstr "елемент с"
3058
+
3059
+ #: wp-live-chat-support/functions.php:2368
3060
+ msgid "Class"
3061
+ msgstr "Клас"
3062
+
3063
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/block.js:44
3064
+ #, fuzzy
3065
+ #| msgid "Via WP Live Chat Support"
3066
+ msgid "WP Live Chat Trigger (WP Live Chat Support)"
3067
+ msgstr "WP Live Chat Support"
3068
+
3069
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:21
3070
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:42
3071
+ msgid "Gutenberg Blocks"
3072
+ msgstr ""
3073
+
3074
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:46
3075
+ msgid "Enable Gutenberg Blocks"
3076
+ msgstr ""
3077
+
3078
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:54
3079
+ msgid "Gutenberg Block Size"
3080
+ msgstr ""
3081
+
3082
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:65
3083
+ #, fuzzy
3084
+ #| msgid "Upload Logo"
3085
+ msgid "Block Logo"
3086
+ msgstr "Качване на лого"
3087
+
3088
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:76
3089
+ #, fuzzy
3090
+ #| msgid "Intro Text"
3091
+ msgid "Block Text"
3092
+ msgstr "Въвеждащ текст"
3093
+
3094
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:84
3095
+ #, fuzzy
3096
+ #| msgid "Display survey"
3097
+ msgid "Display Icon"
3098
+ msgstr "Показване проучванията"
3099
+
3100
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:90
3101
+ msgid "Block Icon"
3102
+ msgstr ""
3103
+
3104
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:98
3105
+ msgid "Block Preview"
3106
+ msgstr ""
3107
+
3108
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:106
3109
+ msgid "Custom HTML Template"
3110
+ msgstr ""
3111
+
3112
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:108
3113
+ msgid "Displays the chosen logo"
3114
+ msgstr ""
3115
+
3116
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:109
3117
+ msgid "Displays the chosen custom text"
3118
+ msgstr ""
3119
+
3120
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:110
3121
+ msgid "Displays the chosen icon"
3122
+ msgstr ""
3123
+
3124
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:210
3125
+ #: wp-live-chat-support/wp-live-chat-support.php:1035
3126
+ msgid "Live Chat"
3127
+ msgstr "Чат на живо"
3128
+
3129
+ #: wp-live-chat-support/includes/blocks/wplc-inline-chat-box/block.js:13
3130
+ #, fuzzy
3131
+ #| msgid "Via WP Live Chat Support"
3132
+ msgid "WP Live Chat Box (WP Live Chat Support)"
3133
+ msgstr "WP Live Chat Support"
3134
+
3135
+ #: wp-live-chat-support/includes/credits.php:2
3136
+ msgid ""
3137
+ "WP Live Chat Support is supported by an international team of developers."
3138
+ msgstr ""
3139
+
3140
+ #: wp-live-chat-support/includes/credits.php:3
3141
+ msgid "Project Leaders"
3142
+ msgstr ""
3143
+
3144
+ #: wp-live-chat-support/includes/credits.php:9
3145
+ msgid "Founder"
3146
+ msgstr ""
3147
+
3148
+ #: wp-live-chat-support/includes/credits.php:9
3149
+ #: wp-live-chat-support/includes/credits.php:14
3150
+ #: wp-live-chat-support/includes/credits.php:26
3151
+ #: wp-live-chat-support/includes/credits.php:32
3152
+ #: wp-live-chat-support/includes/credits.php:38
3153
+ #: wp-live-chat-support/includes/credits.php:57
3154
+ #: wp-live-chat-support/includes/credits.php:63
3155
+ msgid "Developer"
3156
+ msgstr ""
3157
+
3158
+ #: wp-live-chat-support/includes/credits.php:9
3159
+ #: wp-live-chat-support/includes/credits.php:14
3160
+ #: wp-live-chat-support/includes/credits.php:26
3161
+ #: wp-live-chat-support/includes/credits.php:32
3162
+ #: wp-live-chat-support/includes/credits.php:38
3163
+ #: wp-live-chat-support/includes/credits.php:45
3164
+ #: wp-live-chat-support/includes/credits.php:57
3165
+ #: wp-live-chat-support/includes/credits.php:63
3166
+ #: wp-live-chat-support/wp-live-chat-support.php:1077
3167
+ #: wp-live-chat-support/wp-live-chat-support.php:5190
3168
+ msgid "Support"
3169
+ msgstr "Поддръжка"
3170
+
3171
+ #: wp-live-chat-support/includes/credits.php:14
3172
+ msgid "Project Manager"
3173
+ msgstr ""
3174
+
3175
+ #: wp-live-chat-support/includes/credits.php:17
3176
+ #, fuzzy
3177
+ #| msgid "Contributor"
3178
+ msgid "Contributors"
3179
+ msgstr "Ко-автор"
3180
+
3181
+ #: wp-live-chat-support/includes/credits.php:26
3182
+ #: wp-live-chat-support/includes/credits.php:32
3183
+ #: wp-live-chat-support/includes/credits.php:38
3184
+ #: wp-live-chat-support/includes/credits.php:75
3185
+ #, fuzzy
3186
+ #| msgid "Settings"
3187
+ msgid "Testing"
3188
+ msgstr "Настройки"
3189
+
3190
+ #: wp-live-chat-support/includes/credits.php:51
3191
+ #, fuzzy
3192
+ #| msgid "Main Settings"
3193
+ msgid "Marketing"
3194
+ msgstr "Основни Настройки"
3195
+
3196
+ #: wp-live-chat-support/includes/credits.php:69
3197
+ msgid "Marketing &amp; Support"
3198
+ msgstr ""
3199
+
3200
+ #: wp-live-chat-support/includes/credits.php:75
3201
+ #: wp-live-chat-support/wp-live-chat-support.php:5161
3202
+ msgid "Documentation"
3203
+ msgstr "Документация"
3204
+
3205
+ #: wp-live-chat-support/includes/credits.php:81
3206
+ msgid "InfoSec"
3207
+ msgstr ""
3208
+
3209
+ #: wp-live-chat-support/includes/credits.php:86
3210
+ msgid "CSS"
3211
+ msgstr ""
3212
+
3213
+ #: wp-live-chat-support/includes/credits.php:89
3214
+ msgid "Want to see your name on this page?"
3215
+ msgstr ""
3216
+
3217
+ #: wp-live-chat-support/includes/credits.php:89
3218
+ msgid "Get involved on GitHub."
3219
+ msgstr ""
3220
+
3221
+ #: wp-live-chat-support/includes/credits.php:91
3222
+ #: wp-live-chat-support/includes/welcome_page.php:150
3223
+ msgid "OK! Let's start"
3224
+ msgstr ""
3225
+
3226
+ #: wp-live-chat-support/includes/deprecated.php:151
3227
+ #: wp-live-chat-support/includes/deprecated.php:348
3228
+ #: wp-live-chat-support/wp-live-chat-support.php:860
3229
+ #: wp-live-chat-support/wp-live-chat-support.php:2378
3230
+ #: wp-live-chat-support/wp-live-chat-support.php:3898
3231
+ #: wp-live-chat-support/wp-live-chat-support.php:5936
3232
+ msgid "Questions?"
3233
+ msgstr "Въпроси?"
3234
+
3235
+ #: wp-live-chat-support/includes/deprecated.php:151
3236
+ #: wp-live-chat-support/includes/deprecated.php:348
3237
+ #: wp-live-chat-support/wp-live-chat-support.php:861
3238
+ #: wp-live-chat-support/wp-live-chat-support.php:2379
3239
+ #: wp-live-chat-support/wp-live-chat-support.php:3899
3240
+ #: wp-live-chat-support/wp-live-chat-support.php:5937
3241
+ msgid "Chat with us"
3242
+ msgstr "Отвори чат"
3243
+
3244
+ #: wp-live-chat-support/includes/deprecated.php:158
3245
+ #: wp-live-chat-support/includes/deprecated.php:355
3246
+ msgid "Start Live Chat"
3247
+ msgstr "Стартиране на чат"
3248
+
3249
+ #: wp-live-chat-support/includes/deprecated.php:210
3250
+ #: wp-live-chat-support/includes/deprecated.php:410
3251
+ #: wp-live-chat-support/wp-live-chat-support.php:863
3252
+ #: wp-live-chat-support/wp-live-chat-support.php:3901
3253
+ #: wp-live-chat-support/wp-live-chat-support.php:5939
3254
+ msgid "Start Chat"
3255
+ msgstr "Стартиране на чат"
3256
+
3257
+ #: wp-live-chat-support/includes/deprecated.php:213
3258
+ #: wp-live-chat-support/includes/deprecated.php:413
3259
+ msgid "Connecting you to a sales person. Please be patient."
3260
+ msgstr "Свързване с продавач-консултант. Моля за търпение."
3261
+
3262
+ #: wp-live-chat-support/includes/deprecated.php:216
3263
+ #: wp-live-chat-support/includes/deprecated.php:416
3264
+ #: wp-live-chat-support/wp-live-chat-support.php:867
3265
+ #: wp-live-chat-support/wp-live-chat-support.php:2593
3266
+ #: wp-live-chat-support/wp-live-chat-support.php:2646
3267
+ #: wp-live-chat-support/wp-live-chat-support.php:3905
3268
+ #: wp-live-chat-support/wp-live-chat-support.php:5943
3269
+ msgid "Reactivating your previous chat..."
3270
+ msgstr "Активиране на предишен чат..."
3271
+
3272
+ #: wp-live-chat-support/includes/deprecated.php:221
3273
+ #: wp-live-chat-support/includes/deprecated.php:421
3274
+ #: wp-live-chat-support/wp-live-chat-support.php:870
3275
+ #: wp-live-chat-support/wp-live-chat-support.php:3615
3276
+ #: wp-live-chat-support/wp-live-chat-support.php:3913
3277
+ #: wp-live-chat-support/wp-live-chat-support.php:5946
3278
+ msgid "Press ENTER to send your message"
3279
+ msgstr "Натисни enter за изпращане на съобщението"
3280
+
3281
+ #: wp-live-chat-support/includes/deprecated.php:225
3282
+ #: wp-live-chat-support/includes/deprecated.php:425
3283
+ #: wp-live-chat-support/wp-live-chat-support.php:2347
3284
+ #: wp-live-chat-support/wp-live-chat-support.php:3632
3285
+ msgid "Send"
3286
+ msgstr "Изпрати"
3287
+
3288
+ #: wp-live-chat-support/includes/modal_control.php:24
3289
+ #: wp-live-chat-support/modules/node_server.php:1197
3290
+ msgid "Please Confirm"
3291
+ msgstr ""
3292
+
3293
+ #: wp-live-chat-support/includes/modal_control.php:28
3294
+ msgid "Are you sure?"
3295
+ msgstr ""
3296
+
3297
+ #: wp-live-chat-support/includes/modal_control.php:37
3298
+ #: wp-live-chat-support/modules/node_server.php:1198
3299
+ #: wp-live-chat-support/modules/webhooks_manager.php:331
3300
+ msgid "Confirm"
3301
+ msgstr ""
3302
+
3303
+ #: wp-live-chat-support/includes/notification_control.php:29
3304
+ #: wp-live-chat-support/modules/node_server_deprecated.php:70
3305
+ #, php-format
3306
+ msgid "User is browsing <small><a href='%s' target='_BLANK'>%s</a></small>"
3307
+ msgstr ""
3308
+
3309
+ #: wp-live-chat-support/includes/notification_control.php:133
3310
+ #: wp-live-chat-support/modules/node_server_deprecated.php:81
3311
+ #, fuzzy
3312
+ #| msgid "User has opened the chat window"
3313
+ msgid "has joined the chat."
3314
+ msgstr "Потребителят отвори чат прозорец"
3315
+
3316
+ #: wp-live-chat-support/includes/settings_page.php:114
3317
+ #: wp-live-chat-support/modules/node_server.php:1203
3318
+ msgid "Agents"
3319
+ msgstr "Агенти"
3320
+
3321
+ #: wp-live-chat-support/includes/settings_page.php:171
3322
+ #, fuzzy
3323
+ #| msgid "Require Name And Email"
3324
+ msgid "Name and email"
3325
+ msgstr "Изискай Име и Електронна поща"
3326
+
3327
+ #: wp-live-chat-support/includes/settings_page.php:231
3328
+ #, fuzzy
3329
+ #| msgid "Play a sound when a new message is received"
3330
+ msgid "Play a sound when there is a new visitor"
3331
+ msgstr "Звукова индикация на нови съобщеия"
3332
+
3333
+ #: wp-live-chat-support/includes/settings_page.php:231
3334
+ #, fuzzy
3335
+ #| msgid ""
3336
+ #| "Disable this to mute the sound that is played when a new chat message is "
3337
+ #| "received"
3338
+ msgid ""
3339
+ "Disable this to mute the sound that is played when a new visitor arrives"
3340
+ msgstr "При забрана - стартирането на нов чат ще е беззвучно"
3341
+
3342
+ #: wp-live-chat-support/includes/settings_page.php:249
3343
+ msgid "Enable Font Awesome set"
3344
+ msgstr ""
3345
+
3346
+ #: wp-live-chat-support/includes/settings_page.php:249
3347
+ msgid "Disable this if you have Font Awesome set included with your theme"
3348
+ msgstr ""
3349
+
3350
+ #: wp-live-chat-support/includes/settings_page.php:257
3351
+ msgid "Enable chat dashboard and notifications on all admin pages"
3352
+ msgstr ""
3353
+
3354
+ #: wp-live-chat-support/includes/settings_page.php:257
3355
+ msgid "This will load the chat dashboard on every admin page."
3356
+ msgstr ""
3357
+
3358
+ #: wp-live-chat-support/includes/settings_page.php:268
3359
+ msgid "Include chat window on the following pages"
3360
+ msgstr "Добавяне чат прозорец на следните страници"
3361
+
3362
+ #: wp-live-chat-support/includes/settings_page.php:274
3363
+ #: wp-live-chat-support/includes/settings_page.php:289
3364
+ #: wp-live-chat-support/includes/settings_page.php:305
3365
+ #: wp-live-chat-support/includes/settings_page.php:354
3366
+ #: wp-live-chat-support/includes/settings_page.php:371
3367
+ #: wp-live-chat-support/includes/settings_page.php:387
3368
+ #: wp-live-chat-support/includes/settings_page.php:403
3369
+ #: wp-live-chat-support/includes/settings_page.php:419
3370
+ #: wp-live-chat-support/includes/settings_page.php:435
3371
+ #: wp-live-chat-support/includes/settings_page.php:452
3372
+ #: wp-live-chat-support/includes/settings_page.php:549
3373
+ #: wp-live-chat-support/includes/settings_page.php:562
3374
+ msgid "available in the"
3375
+ msgstr "налично в"
3376
+
3377
+ #: wp-live-chat-support/includes/settings_page.php:275
3378
+ #: wp-live-chat-support/includes/settings_page.php:290
3379
+ #: wp-live-chat-support/includes/settings_page.php:306
3380
+ #: wp-live-chat-support/includes/settings_page.php:355
3381
+ #: wp-live-chat-support/includes/settings_page.php:372
3382
+ #: wp-live-chat-support/includes/settings_page.php:388
3383
+ #: wp-live-chat-support/includes/settings_page.php:404
3384
+ #: wp-live-chat-support/includes/settings_page.php:420
3385
+ #: wp-live-chat-support/includes/settings_page.php:436
3386
+ #: wp-live-chat-support/includes/settings_page.php:453
3387
+ #: wp-live-chat-support/includes/settings_page.php:550
3388
+ #: wp-live-chat-support/includes/settings_page.php:563
3389
+ #: wp-live-chat-support/wp-live-chat-support.php:4607
3390
+ #: wp-live-chat-support/wp-live-chat-support.php:5590
3391
+ #: wp-live-chat-support/wp-live-chat-support.php:5644
3392
+ msgid "Pro Add-on"
3393
+ msgstr "Pro приставка"
3394
+
3395
+ #: wp-live-chat-support/includes/settings_page.php:276
3396
+ #: wp-live-chat-support/includes/settings_page.php:291
3397
+ #: wp-live-chat-support/includes/settings_page.php:307
3398
+ #: wp-live-chat-support/includes/settings_page.php:356
3399
+ #: wp-live-chat-support/includes/settings_page.php:373
3400
+ #: wp-live-chat-support/includes/settings_page.php:389
3401
+ #: wp-live-chat-support/includes/settings_page.php:405
3402
+ #: wp-live-chat-support/includes/settings_page.php:421
3403
+ #: wp-live-chat-support/includes/settings_page.php:437
3404
+ #: wp-live-chat-support/includes/settings_page.php:454
3405
+ #: wp-live-chat-support/includes/settings_page.php:551
3406
+ #: wp-live-chat-support/includes/settings_page.php:564
3407
+ msgid "only"
3408
+ msgstr "само"
3409
+
3410
+ #: wp-live-chat-support/includes/settings_page.php:283
3411
+ msgid "Exclude chat window on the following pages"
3412
+ msgstr "Премахване на чат прозореца от следните страници"
3413
+
3414
+ #: wp-live-chat-support/includes/settings_page.php:348
3415
+ msgid "Display a typing animation as soon as someone starts typing."
3416
+ msgstr "Показване на анимация когато някой започне да пише."
3417
+
3418
+ #: wp-live-chat-support/includes/settings_page.php:449
3419
+ msgid "Alert me via email as soon as someone wants to chat"
3420
+ msgstr "Изпращане на e-mail съобщение когато някой иска да инициира чат"
3421
+
3422
+ #: wp-live-chat-support/includes/settings_page.php:473
3423
+ #, fuzzy
3424
+ #| msgid "Display name and avatar in chat"
3425
+ msgid "Display details in chat message"
3426
+ msgstr "Покажи име и аватар в чата"
3427
+
3428
+ #: wp-live-chat-support/includes/settings_page.php:477
3429
+ #, fuzzy
3430
+ #| msgid "Goal Name"
3431
+ msgid "Show Name"
3432
+ msgstr "Име на Цел"
3433
+
3434
+ #: wp-live-chat-support/includes/settings_page.php:479
3435
+ #, fuzzy
3436
+ #| msgid "Show After"
3437
+ msgid "Show Avatar"
3438
+ msgstr "Покажи след"
3439
+
3440
+ #: wp-live-chat-support/includes/settings_page.php:496
3441
+ #, fuzzy
3442
+ #| msgid "User has maximized the chat window"
3443
+ msgid "Display a timestamp in the chat window"
3444
+ msgstr "Потребителят максимизира чат прозореца"
3445
+
3446
+ #: wp-live-chat-support/includes/settings_page.php:500
3447
+ #, fuzzy
3448
+ #| msgid "Show After"
3449
+ msgid "Show Date"
3450
+ msgstr "Покажи след"
3451
+
3452
+ #: wp-live-chat-support/includes/settings_page.php:502
3453
+ #, fuzzy
3454
+ #| msgid "Show After"
3455
+ msgid "Show Time"
3456
+ msgstr "Покажи след"
3457
+
3458
+ #: wp-live-chat-support/includes/settings_page.php:507
3459
+ msgid "Redirect user to thank you page when chat is ended"
3460
+ msgstr ""
3461
+
3462
+ #: wp-live-chat-support/includes/settings_page.php:507
3463
+ msgid ""
3464
+ "By checking this, users will be redirected to your thank you page when a "
3465
+ "chat is completed."
3466
+ msgstr ""
3467
+
3468
+ #: wp-live-chat-support/includes/settings_page.php:511
3469
+ msgid "Thank You Page URL"
3470
+ msgstr ""
3471
+
3472
+ #: wp-live-chat-support/includes/settings_page.php:521
3473
+ msgid "Disable Emojis"
3474
+ msgstr ""
3475
+
3476
+ #: wp-live-chat-support/includes/settings_page.php:624
3477
+ msgid "Custom fields"
3478
+ msgstr ""
3479
+
3480
+ #: wp-live-chat-support/includes/settings_page.php:632
3481
+ #, fuzzy
3482
+ #| msgid "Main Settings"
3483
+ msgid "Email settings"
3484
+ msgstr "Основни Настройки"
3485
+
3486
+ #: wp-live-chat-support/includes/settings_page.php:648
3487
+ msgid "Subject"
3488
+ msgstr ""
3489
+
3490
+ #: wp-live-chat-support/includes/settings_page.php:648
3491
+ msgid "User name will be appended to the end of the subject."
3492
+ msgstr ""
3493
+
3494
+ #: wp-live-chat-support/includes/settings_page.php:786
3495
+ #: wp-live-chat-support/includes/settings_page.php:787
3496
+ msgid "Classic"
3497
+ msgstr "Класически"
3498
+
3499
+ #: wp-live-chat-support/includes/settings_page.php:790
3500
+ #: wp-live-chat-support/includes/settings_page.php:791
3501
+ msgid "Modern"
3502
+ msgstr "Модерен"
3503
+
3504
+ #: wp-live-chat-support/includes/settings_page.php:807
3505
+ #, fuzzy
3506
+ #| msgid "Colour Scheme"
3507
+ msgid "Color Scheme"
3508
+ msgstr "Цветова Схема"
3509
+
3510
+ #: wp-live-chat-support/includes/settings_page.php:862
3511
+ msgid "Choose"
3512
+ msgstr "Избери"
3513
+
3514
+ #: wp-live-chat-support/includes/settings_page.php:863
3515
+ msgid "Your"
3516
+ msgstr "Твой"
3517
+
3518
+ #: wp-live-chat-support/includes/settings_page.php:864
3519
+ msgid "Colors"
3520
+ msgstr "Цвят"
3521
+
3522
+ #: wp-live-chat-support/includes/settings_page.php:865
3523
+ msgid "Below"
3524
+ msgstr "По-долу"
3525
+
3526
+ #: wp-live-chat-support/includes/settings_page.php:884
3527
+ #, fuzzy
3528
+ #| msgid "Chat Dashboard"
3529
+ msgid "Chat background"
3530
+ msgstr "Чат Табло"
3531
+
3532
+ #: wp-live-chat-support/includes/settings_page.php:888
3533
+ msgid "Cloudy"
3534
+ msgstr ""
3535
+
3536
+ #: wp-live-chat-support/includes/settings_page.php:889
3537
+ msgid "Geometry"
3538
+ msgstr ""
3539
+
3540
+ #: wp-live-chat-support/includes/settings_page.php:890
3541
+ msgid "Tech"
3542
+ msgstr ""
3543
+
3544
+ #: wp-live-chat-support/includes/settings_page.php:897
3545
+ msgid "Palette Color 1"
3546
+ msgstr "Палитра 1"
3547
+
3548
+ #: wp-live-chat-support/includes/settings_page.php:903
3549
+ msgid "Palette Color 2"
3550
+ msgstr "Палитра 2"
3551
+
3552
+ #: wp-live-chat-support/includes/settings_page.php:909
3553
+ msgid "Palette Color 3"
3554
+ msgstr "Палитра 3"
3555
+
3556
+ #: wp-live-chat-support/includes/settings_page.php:915
3557
+ msgid "Palette Color 4"
3558
+ msgstr "Палитра 4"
3559
+
3560
+ #: wp-live-chat-support/includes/settings_page.php:925
3561
+ #, php-format
3562
+ msgid ""
3563
+ "Enable this if you are using a localization plugin. Should you wish to "
3564
+ "change the below strings with this option enabled, please visit the "
3565
+ "documentation %s"
3566
+ msgstr ""
3567
+
3568
+ #: wp-live-chat-support/includes/settings_page.php:967
3569
+ #, fuzzy
3570
+ #| msgid "Delete Message"
3571
+ msgid "Welcome message"
3572
+ msgstr "Изтриване на съобщение"
3573
+
3574
+ #: wp-live-chat-support/includes/settings_page.php:969
3575
+ msgid ""
3576
+ "This text is shown as soon as a user starts a chat and waits for an agent to "
3577
+ "join"
3578
+ msgstr ""
3579
+
3580
+ #: wp-live-chat-support/includes/settings_page.php:973
3581
+ msgid "No answer"
3582
+ msgstr ""
3583
+
3584
+ #: wp-live-chat-support/includes/settings_page.php:975
3585
+ #: wp-live-chat-support/wp-live-chat-support.php:4901
3586
+ #, fuzzy
3587
+ #| msgid "There is No Answer. Please Try Again Later"
3588
+ msgid "There is No Answer. Please Try Again Later."
3589
+ msgstr "Няма отговор. Моля опитайте по - късно"
3590
+
3591
+ #: wp-live-chat-support/includes/settings_page.php:975
3592
+ #, fuzzy
3593
+ #| msgid "This text is shown above the user chat input field"
3594
+ msgid ""
3595
+ "This text is shown to the user when an agent has failed to answer a chat "
3596
+ msgstr "Този текст се показва над полето за въвеждане на текст в чат сесията"
3597
+
3598
+ #: wp-live-chat-support/includes/settings_page.php:982
3599
+ #: wp-live-chat-support/wp-live-chat-support.php:1426
3600
+ #: wp-live-chat-support/wp-live-chat-support.php:3914
3601
+ #, fuzzy
3602
+ #| msgid "The chat has been ended"
3603
+ msgid "The chat has been ended by the operator."
3604
+ msgstr "Чатът приключи"
3605
+
3606
+ #: wp-live-chat-support/includes/surveys.php:8
3607
+ #: wp-live-chat-support/includes/surveys.php:20
3608
+ #: wp-live-chat-support/includes/surveys.php:351
3609
+ msgid "Surveys & Lead Forms"
3610
+ msgstr ""
3611
+
3612
+ #: wp-live-chat-support/includes/surveys.php:23
3613
+ #, fuzzy
3614
+ #| msgid "Enable Surveys"
3615
+ msgid "Enable Surveys & Lead Forms"
3616
+ msgstr "Разреши проучвания"
3617
+
3618
+ #: wp-live-chat-support/includes/surveys.php:23
3619
+ #, fuzzy
3620
+ #| msgid ""
3621
+ #| "Enable surveys within your live chat box, either before or after a live "
3622
+ #| "chat session."
3623
+ msgid ""
3624
+ "Enable surveys and lead forms within your live chat box, either before or "
3625
+ "after a live chat session."
3626
+ msgstr "Разреши проучвания преди или след чат сесиите."
3627
+
3628
+ #: wp-live-chat-support/includes/surveys.php:29
3629
+ msgid ""
3630
+ "Choosing a survey will reset the lead form selection: the items are "
3631
+ "alternatives, if you select a survey no lead form can be selected."
3632
+ msgstr ""
3633
+
3634
+ #: wp-live-chat-support/includes/surveys.php:32
3635
+ #, php-format
3636
+ msgid ""
3637
+ "No surveys created. Please <a href=\"%s\" target=\"_BLANK\" title="
3638
+ "\"NimbleSquirrel\">create a survey and then refresh this page.</a>"
3639
+ msgstr ""
3640
+ "Не бяха направени проучвания. Моля <a href=\"%s\" target=\"_BLANK\" title="
3641
+ "\"NimbleSquirrel\">създай проучване и презареди страницата.</a>"
3642
+
3643
+ #: wp-live-chat-support/includes/surveys.php:39
3644
+ msgid "Select a survey"
3645
+ msgstr "Избор на проучване"
3646
+
3647
+ #: wp-live-chat-support/includes/surveys.php:65
3648
+ msgid ""
3649
+ "Choosing a lead form will reset the survey selection: the items are "
3650
+ "alternatives, if you select a lead form no survey can be selected."
3651
+ msgstr ""
3652
+
3653
+ #: wp-live-chat-support/includes/surveys.php:68
3654
+ #, fuzzy, php-format
3655
+ #| msgid ""
3656
+ #| "No surveys created. Please <a href=\"%s\" target=\"_BLANK\" title="
3657
+ #| "\"NimbleSquirrel\">create a survey and then refresh this page.</a>"
3658
+ msgid ""
3659
+ "No lead forms created. Please <a href=\"%s\" target=\"_BLANK\" title="
3660
+ "\"NimbleSquirrel\">create a lead form and then refresh this page.</a>"
3661
+ msgstr ""
3662
+ "Не бяха направени проучвания. Моля <a href=\"%s\" target=\"_BLANK\" title="
3663
+ "\"NimbleSquirrel\">създай проучване и презареди страницата.</a>"
3664
+
3665
+ #: wp-live-chat-support/includes/surveys.php:75
3666
+ #, fuzzy
3667
+ #| msgid "Select a survey"
3668
+ msgid "Select a lead form"
3669
+ msgstr "Избор на проучване"
3670
+
3671
+ #: wp-live-chat-support/includes/surveys.php:97
3672
+ #, fuzzy
3673
+ #| msgid "Display survey"
3674
+ msgid "Display survey/form"
3675
+ msgstr "Показване проучванията"
3676
+
3677
+ #: wp-live-chat-support/includes/surveys.php:100
3678
+ msgid "Before chat"
3679
+ msgstr "Преди чат"
3680
+
3681
+ #: wp-live-chat-support/includes/surveys.php:101
3682
+ msgid "After chat"
3683
+ msgstr "След чат"
3684
+
3685
+ #: wp-live-chat-support/includes/surveys.php:106
3686
+ msgid "Chat button text"
3687
+ msgstr "Текст за чат бутона"
3688
+
3689
+ #: wp-live-chat-support/includes/surveys.php:112
3690
+ msgid "Change title of chat box when chat ended to"
3691
+ msgstr "Промяна на заглавието на чата когато чатът приключи"
3692
+
3693
+ #: wp-live-chat-support/includes/surveys.php:307
3694
+ #: wp-live-chat-support/wp-live-chat-support.php:864
3695
+ #: wp-live-chat-support/wp-live-chat-support.php:3902
3696
+ #: wp-live-chat-support/wp-live-chat-support.php:5940
3697
+ msgid "Or chat to an agent now"
3698
+ msgstr "Или чат с агент сега"
3699
+
3700
+ #: wp-live-chat-support/includes/surveys.php:312
3701
+ #: wp-live-chat-support/wp-live-chat-support.php:858
3702
+ #: wp-live-chat-support/wp-live-chat-support.php:3911
3703
+ #: wp-live-chat-support/wp-live-chat-support.php:5934
3704
+ msgid "Leave a message"
3705
+ msgstr "Остави съобщение"
3706
+
3707
+ #: wp-live-chat-support/includes/surveys.php:346
3708
+ #, fuzzy
3709
+ #| msgid "WP Live Chat Surveys with Nimble Squirrel"
3710
+ msgid "WP Live Chat Surveys & Lead Forms with Nimble Squirrel"
3711
+ msgstr "Проучвания с Nimble Squirrel"
3712
+
3713
+ #: wp-live-chat-support/includes/surveys.php:352
3714
+ msgid ""
3715
+ "To view your responses, click the button below and log in to your "
3716
+ "NimbleSquirrel account."
3717
+ msgstr ""
3718
+ "За преглед на отговорите натисни бутона по-долу и влез в NimbleSquirrel."
3719
+
3720
+ #: wp-live-chat-support/includes/surveys.php:355
3721
+ msgid ""
3722
+ "Need help? <a href='https://wp-livechat.com/contact-us/' "
3723
+ "target='_BLANK'>Contact us</a> and we'll get back to you as soon as possible!"
3724
+ msgstr ""
3725
+ "Нужда от помощ? <a href='https://wp-livechat.com/contact-us/' "
3726
+ "target='_BLANK'>Пишете ни</a> и ние ще се свържем с вас възможно най-скоро!"
3727
+
3728
+ #: wp-live-chat-support/includes/surveys.php:365
3729
+ #, fuzzy, php-format
3730
+ #| msgid ""
3731
+ #| "Register on <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
3732
+ #| "\">NimbleSquirrel</a> (It's free.)"
3733
+ msgid ""
3734
+ "Register on <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
3735
+ "\">NimbleSquirrel</a>"
3736
+ msgstr ""
3737
+ "Регистрирай се <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
3738
+ "\">NimbleSquirrel</a> (Безплатно!)"
3739
+
3740
+ #: wp-live-chat-support/includes/surveys.php:368
3741
+ #, php-format
3742
+ msgid ""
3743
+ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Create a survey</"
3744
+ "a>."
3745
+ msgstr ""
3746
+ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Създай проучване</"
3747
+ "a>."
3748
+
3749
+ #: wp-live-chat-support/includes/surveys.php:375
3750
+ msgid "Add a Survey to your live chat box"
3751
+ msgstr "Добави проучване в чат прозореца"
3752
+
3753
+ #: wp-live-chat-support/includes/surveys.php:376
3754
+ msgid "Three simple steps:"
3755
+ msgstr "Три прости стъпки:"
3756
+
3757
+ #: wp-live-chat-support/includes/surveys.php:380
3758
+ #, fuzzy
3759
+ #| msgid ""
3760
+ #| "Enable surveys in your live chat <a href='admin.php?page=wplivechat-menu-"
3761
+ #| "settings'>settings page</a>."
3762
+ msgid ""
3763
+ "Enable surveys in your live chat <a href='admin.php?page=wplivechat-menu-"
3764
+ "settings#tabs-survey'>settings page</a>."
3765
+ msgstr ""
3766
+ "Разреши проучвания в<a href='admin.php?page=wplivechat-menu-"
3767
+ "settings'>настройки</a>."
3768
+
3769
+ #: wp-live-chat-support/includes/welcome_page.php:4
3770
+ #, fuzzy
3771
+ #| msgid "WP Live Chat Support"
3772
+ msgid "Welcome to WP Live Chat Support v8"
3773
+ msgstr "WP Live Chat поддръжка"
3774
+
3775
+ #: wp-live-chat-support/includes/welcome_page.php:6
3776
+ msgid ""
3777
+ "WP Live Chat Support is the most cost effective, feature rich, amazingly "
3778
+ "supported and most positively reviewed live chat plugin on WordPress!"
3779
+ msgstr ""
3780
+
3781
+ #: wp-live-chat-support/includes/welcome_page.php:8
3782
+ #, fuzzy
3783
+ #| msgid "You are not accepting chats"
3784
+ msgid "Skip intro and start accepting chats"
3785
+ msgstr "Не приемаш чат сесии"
3786
+
3787
+ #: wp-live-chat-support/includes/welcome_page.php:28
3788
+ #, fuzzy
3789
+ #| msgid "Welcome to "
3790
+ msgid "Welcome"
3791
+ msgstr "Добре дошли в "
3792
+
3793
+ #: wp-live-chat-support/includes/welcome_page.php:29
3794
+ msgid "Credits"
3795
+ msgstr ""
3796
+
3797
+ #: wp-live-chat-support/includes/welcome_page.php:37
3798
+ #, fuzzy
3799
+ #| msgid "Dedicated server"
3800
+ msgid "Incredibly fast server"
3801
+ msgstr "Отделен сървър"
3802
+
3803
+ #: wp-live-chat-support/includes/welcome_page.php:39
3804
+ msgid "Use our server to handle the load and save 1000%+ on server resources!"
3805
+ msgstr ""
3806
+
3807
+ #: wp-live-chat-support/includes/welcome_page.php:42
3808
+ #, fuzzy
3809
+ #| msgid "Chat Dashboard"
3810
+ msgid "New Dashboard"
3811
+ msgstr "Чат Табло"
3812
+
3813
+ #: wp-live-chat-support/includes/welcome_page.php:43
3814
+ msgid "Handle all your chats in one area, on any admin page."
3815
+ msgstr ""
3816
+
3817
+ #: wp-live-chat-support/includes/welcome_page.php:46
3818
+ msgid "Emojis!"
3819
+ msgstr ""
3820
+
3821
+ #: wp-live-chat-support/includes/welcome_page.php:47
3822
+ msgid "Add a touch of your own personality with emojis!"
3823
+ msgstr ""
3824
+
3825
+ #: wp-live-chat-support/includes/welcome_page.php:54
3826
+ msgid "Typing Preview"
3827
+ msgstr ""
3828
+
3829
+ #: wp-live-chat-support/includes/welcome_page.php:56
3830
+ msgid "See what your customers are typing before they even send it!"
3831
+ msgstr ""
3832
+
3833
+ #: wp-live-chat-support/includes/welcome_page.php:59
3834
+ #, fuzzy
3835
+ #| msgid "Multiple Chats"
3836
+ msgid "Multiple Agents Per Chat"
3837
+ msgstr "Множество чатове"
3838
+
3839
+ #: wp-live-chat-support/includes/welcome_page.php:61
3840
+ msgid "More than one agent can join and be involved in a chat."
3841
+ msgstr ""
3842
+
3843
+ #: wp-live-chat-support/includes/welcome_page.php:64
3844
+ msgid "Agent to Agent Chat"
3845
+ msgstr ""
3846
+
3847
+ #: wp-live-chat-support/includes/welcome_page.php:66
3848
+ msgid "Chat directly to other agents on our new dashboard."
3849
+ msgstr ""
3850
+
3851
+ #: wp-live-chat-support/includes/welcome_page.php:71
3852
+ #, fuzzy
3853
+ #| msgid "Message"
3854
+ msgid "Edit Messages"
3855
+ msgstr "Съобщение"
3856
+
3857
+ #: wp-live-chat-support/includes/welcome_page.php:73
3858
+ msgid ""
3859
+ "Simply press the UP arrow or use the EDIT link to edit a message that you "
3860
+ "have already sent."
3861
+ msgstr ""
3862
+
3863
+ #: wp-live-chat-support/includes/welcome_page.php:76
3864
+ msgid "Event Monitoring"
3865
+ msgstr ""
3866
+
3867
+ #: wp-live-chat-support/includes/welcome_page.php:78
3868
+ msgid "Know exactly what the user is doing in real time."
3869
+ msgstr ""
3870
+
3871
+ #: wp-live-chat-support/includes/welcome_page.php:81
3872
+ msgid "iOS app"
3873
+ msgstr ""
3874
+
3875
+ #: wp-live-chat-support/includes/welcome_page.php:83
3876
+ msgid "The new iOS app is finally here!"
3877
+ msgstr ""
3878
+
3879
+ #: wp-live-chat-support/includes/welcome_page.php:91
3880
+ msgid "How did you find us?"
3881
+ msgstr "Как ни открихте?"
3882
+
3883
+ #: wp-live-chat-support/includes/welcome_page.php:96
3884
+ msgid "WordPress.org plugin repository "
3885
+ msgstr "WordPress.org хранилище с приставки "
3886
+
3887
+ #: wp-live-chat-support/includes/welcome_page.php:99
3888
+ msgid "Search Term"
3889
+ msgstr "Ключова дума"
3890
+
3891
+ #: wp-live-chat-support/includes/welcome_page.php:103
3892
+ msgid "Google or other search Engine"
3893
+ msgstr "Google или друга търсачка"
3894
+
3895
+ #: wp-live-chat-support/includes/welcome_page.php:109
3896
+ msgid "Friend recommendation"
3897
+ msgstr "Препоръка от приятел"
3898
+
3899
+ #: wp-live-chat-support/includes/welcome_page.php:115
3900
+ msgid "Other"
3901
+ msgstr "Друго"
3902
+
3903
+ #: wp-live-chat-support/includes/welcome_page.php:119
3904
+ msgid "Please Explain"
3905
+ msgstr "Моля обяснете"
3906
+
3907
+ #: wp-live-chat-support/includes/welcome_page.php:128
3908
+ msgid "Submit"
3909
+ msgstr "Изпрати"
3910
+
3911
+ #: wp-live-chat-support/includes/welcome_page.php:128
3912
+ msgid "Skip"
3913
+ msgstr "Пропусни"
3914
+
3915
+ #: wp-live-chat-support/includes/welcome_page.php:137
3916
+ #, fuzzy
3917
+ #| msgid "WP Live Chat Support"
3918
+ msgid "New to WP Live Chat Support?"
3919
+ msgstr "WP Live Chat поддръжка"
3920
+
3921
+ #: wp-live-chat-support/includes/welcome_page.php:138
3922
+ msgid "You may want to"
3923
+ msgstr ""
3924
+
3925
+ #: wp-live-chat-support/includes/welcome_page.php:138
3926
+ #, fuzzy
3927
+ #| msgid "documentation"
3928
+ msgid "review our documentation"
3929
+ msgstr "документация"
3930
+
3931
+ #: wp-live-chat-support/includes/welcome_page.php:138
3932
+ msgid ""
3933
+ "before you get started. If you're a tech-savvy individual, you may skip this "
3934
+ "step."
3935
+ msgstr ""
3936
+
3937
+ #: wp-live-chat-support/includes/welcome_page.php:141
3938
+ msgid "Help me!"
3939
+ msgstr ""
3940
+
3941
+ #: wp-live-chat-support/includes/welcome_page.php:142
3942
+ #, fuzzy
3943
+ #| msgid "Visitor"
3944
+ msgid "Visit our"
3945
+ msgstr "Потребител"
3946
+
3947
+ #: wp-live-chat-support/includes/welcome_page.php:142
3948
+ #, fuzzy
3949
+ #| msgid "Support desk"
3950
+ msgid "Support Desk"
3951
+ msgstr "Бюро поддръжка"
3952
+
3953
+ #: wp-live-chat-support/includes/welcome_page.php:142
3954
+ msgid "for quick and friendly help. We'll answer your request within 24hours."
3955
+ msgstr ""
3956
+
3957
+ #: wp-live-chat-support/includes/welcome_page.php:145
3958
+ msgid "Feedback"
3959
+ msgstr "Обратна връзка"
3960
+
3961
+ #: wp-live-chat-support/includes/welcome_page.php:146
3962
+ msgid "We need you to help us make this plugin better."
3963
+ msgstr ""
3964
+
3965
+ #: wp-live-chat-support/includes/welcome_page.php:146
3966
+ #, fuzzy
3967
+ #| msgid "Send Feedback"
3968
+ msgid "Send us your feedback"
3969
+ msgstr "Изпращане на Обратна връзка"
3970
+
3971
+ #: wp-live-chat-support/includes/welcome_page.php:146
3972
+ msgid "and we'll act on it as soon as humanly possible."
3973
+ msgstr ""
3974
+
3975
+ #: wp-live-chat-support/modules/api/wplc-api.php:44
3976
+ #: wp-live-chat-support/modules/api/wplc-api.php:71
3977
+ msgid "REST API"
3978
+ msgstr "REST API"
3979
+
3980
+ #: wp-live-chat-support/modules/api/wplc-api.php:62
3981
+ msgid ""
3982
+ "To make use of the REST API, please ensure you are using a version of "
3983
+ "WordPress with the REST API included."
3984
+ msgstr ""
3985
+ "За да ползвате REST API, моля подсигурете ползване на WordPress версия с "
3986
+ "включен REST API пакет."
3987
+
3988
+ #: wp-live-chat-support/modules/api/wplc-api.php:64
3989
+ msgid ""
3990
+ "Alternatively, please install the official Rest API plugin from WordPress."
3991
+ msgstr "Или инсталирайте официалната REST API приставка на WordPress."
3992
+
3993
+ #: wp-live-chat-support/modules/api/wplc-api.php:76
3994
+ msgid "Secret Token"
3995
+ msgstr "Ключ за достъп"
3996
+
3997
+ #: wp-live-chat-support/modules/api/wplc-api.php:79
3998
+ msgid "No secret token found"
3999
+ msgstr "Не беше намерен ключ за достъп"
4000
+
4001
+ #: wp-live-chat-support/modules/api/wplc-api.php:80
4002
+ #: wp-live-chat-support/modules/beta_features.php:89
4003
+ msgid "Generate New"
4004
+ msgstr "Генериране на нов"
4005
+
4006
+ #: wp-live-chat-support/modules/api/wplc-api.php:85
4007
+ msgid "Supported API Calls"
4008
+ msgstr "Поддържани API искания"
4009
+
4010
+ #: wp-live-chat-support/modules/api/wplc-api.php:89
4011
+ #: wp-live-chat-support/modules/api/wplc-api.php:97
4012
+ #: wp-live-chat-support/modules/api/wplc-api.php:105
4013
+ #: wp-live-chat-support/modules/api/wplc-api.php:113
4014
+ #: wp-live-chat-support/modules/api/wplc-api.php:121
4015
+ #: wp-live-chat-support/modules/api/wplc-api.php:130
4016
+ msgid "Try"
4017
+ msgstr "Опит"
4018
+
4019
+ #: wp-live-chat-support/modules/api/wplc-api.php:138
4020
+ msgid "API Response Codes"
4021
+ msgstr "Кодова таблица на API отговорите"
4022
+
4023
+ #: wp-live-chat-support/modules/api/wplc-api.php:281
4024
+ msgid "Rest Console "
4025
+ msgstr "REST конзола "
4026
+
4027
+ #: wp-live-chat-support/modules/api/wplc-api.php:288
4028
+ msgid "Try it!"
4029
+ msgstr "Опитай!"
4030
+
4031
+ #: wp-live-chat-support/modules/beta_features.php:14
4032
+ #, fuzzy
4033
+ #| msgid "Advanced settings"
4034
+ msgid "Advanced Features"
4035
+ msgstr "Разширени настройки"
4036
+
4037
+ #: wp-live-chat-support/modules/beta_features.php:33
4038
+ #, fuzzy
4039
+ #| msgid "No secret token found"
4040
+ msgid "No token found"
4041
+ msgstr "Не беше намерен ключ за достъп"
4042
+
4043
+ #: wp-live-chat-support/modules/beta_features.php:49
4044
+ #, fuzzy
4045
+ #| msgid "Cloud Server"
4046
+ msgid "Chat Server"
4047
+ msgstr "Облачен сървър"
4048
+
4049
+ #: wp-live-chat-support/modules/beta_features.php:58
4050
+ #, fuzzy
4051
+ #| msgid "Use our server to host your chat server."
4052
+ msgid "Use our server to handle chats"
4053
+ msgstr "Използвайте наш сървър за чат услугата."
4054
+
4055
+ #: wp-live-chat-support/modules/beta_features.php:58
4056
+ msgid ""
4057
+ "Disabling this will result in the plugin reverting back to using the legacy "
4058
+ "chat dashboard."
4059
+ msgstr ""
4060
+
4061
+ #: wp-live-chat-support/modules/beta_features.php:62
4062
+ msgid ""
4063
+ "Disabling this will revert the chat dashboard back to the legacy version."
4064
+ msgstr ""
4065
+
4066
+ #: wp-live-chat-support/modules/beta_features.php:67
4067
+ msgid "Server location"
4068
+ msgstr ""
4069
+
4070
+ #: wp-live-chat-support/modules/beta_features.php:67
4071
+ msgid "Select a server location that is near to you."
4072
+ msgstr ""
4073
+
4074
+ #: wp-live-chat-support/modules/beta_features.php:72
4075
+ msgid "Automatic (suggested)"
4076
+ msgstr ""
4077
+
4078
+ #: wp-live-chat-support/modules/beta_features.php:73
4079
+ #: wp-live-chat-support/modules/beta_features.php:74
4080
+ #, php-format
4081
+ msgid "United States - %s"
4082
+ msgstr ""
4083
+
4084
+ #: wp-live-chat-support/modules/beta_features.php:77
4085
+ #: wp-live-chat-support/modules/beta_features.php:78
4086
+ #, php-format
4087
+ msgid "Europe - %s"
4088
+ msgstr ""
4089
+
4090
+ #: wp-live-chat-support/modules/beta_features.php:85
4091
+ #, fuzzy
4092
+ #| msgid "Chat Deleted"
4093
+ msgid "Chat server token"
4094
+ msgstr "Чатът беше изтрит"
4095
+
4096
+ #: wp-live-chat-support/modules/beta_features.php:85
4097
+ msgid ""
4098
+ "Security token for accessing chats on the node server. Changing this will "
4099
+ "remove current chats"
4100
+ msgstr ""
4101
+
4102
+ #: wp-live-chat-support/modules/beta_features.php:90
4103
+ msgid "Copy"
4104
+ msgstr ""
4105
+
4106
+ #: wp-live-chat-support/modules/beta_features.php:95
4107
+ msgid "Server end point override"
4108
+ msgstr ""
4109
+
4110
+ #: wp-live-chat-support/modules/beta_features.php:95
4111
+ msgid ""
4112
+ "Do not change this unless advised to do so by a WP Live Chat Support "
4113
+ "representative"
4114
+ msgstr ""
4115
+
4116
+ #: wp-live-chat-support/modules/beta_features.php:98
4117
+ msgid "Leave empty unless advised by a WP Live Chat Support representative"
4118
+ msgstr ""
4119
+
4120
+ #: wp-live-chat-support/modules/beta_features.php:104
4121
+ #, fuzzy
4122
+ #| msgid "Incoming chat ring tone"
4123
+ msgid "Limit chat ring amount"
4124
+ msgstr "Тон за нов чат"
4125
+
4126
+ #: wp-live-chat-support/modules/beta_features.php:104
4127
+ msgid "Limit the amount of time the new chat ringer will play"
4128
+ msgstr ""
4129
+
4130
+ #: wp-live-chat-support/modules/beta_features.php:113
4131
+ #: wp-live-chat-support/modules/node_server.php:733
4132
+ msgid "Did you know?"
4133
+ msgstr ""
4134
+
4135
+ #: wp-live-chat-support/modules/beta_features.php:113
4136
+ msgid ""
4137
+ "You can copy this node server token to multiple sites in order to manage "
4138
+ "more than one domain from a single chat dashboard"
4139
+ msgstr ""
4140
+
4141
+ #: wp-live-chat-support/modules/beta_features.php:167
4142
+ #, fuzzy
4143
+ #| msgid "End chat"
4144
+ msgid "End Chat"
4145
+ msgstr "Край на чата"
4146
+
4147
+ #: wp-live-chat-support/modules/documentation_suggestions.php:36
4148
+ #, php-format
4149
+ msgid ""
4150
+ "Upgrade to the <a href='%s' taget='_BLANK'>pro version</a> to automatically "
4151
+ "suggest relevant documentation pages on your own site while users are "
4152
+ "waiting for the agent to join the chat. As soon as the user sends a message, "
4153
+ "the system will locate relevant documents on your website and provide links "
4154
+ "to the user."
4155
+ msgstr ""
4156
+
4157
+ #: wp-live-chat-support/modules/gdpr.php:33
4158
+ msgid "Enbled GDPR Compliance"
4159
+ msgstr ""
4160
+
4161
+ #: wp-live-chat-support/modules/gdpr.php:33
4162
+ msgid "Disabling will disable all GDPR related options, this is not advised."
4163
+ msgstr ""
4164
+
4165
+ #: wp-live-chat-support/modules/gdpr.php:37
4166
+ msgid "Importance of GDPR Compliance"
4167
+ msgstr ""
4168
+
4169
+ #: wp-live-chat-support/modules/gdpr.php:43
4170
+ #, fuzzy
4171
+ #| msgid "Goal Name"
4172
+ msgid "Company Name"
4173
+ msgstr "Име на Цел"
4174
+
4175
+ #: wp-live-chat-support/modules/gdpr.php:52
4176
+ msgid "Retention Purpose"
4177
+ msgstr ""
4178
+
4179
+ #: wp-live-chat-support/modules/gdpr.php:55
4180
+ #: wp-live-chat-support/modules/gdpr.php:373
4181
+ #, fuzzy
4182
+ #| msgid "Support"
4183
+ msgid "Chat/Support"
4184
+ msgstr "Поддръжка"
4185
+
4186
+ #: wp-live-chat-support/modules/gdpr.php:61
4187
+ msgid "Retention Period"
4188
+ msgstr ""
4189
+
4190
+ #: wp-live-chat-support/modules/gdpr.php:64
4191
+ msgid "days"
4192
+ msgstr ""
4193
+
4194
+ #: wp-live-chat-support/modules/gdpr.php:70
4195
+ msgid "Next Check"
4196
+ msgstr ""
4197
+
4198
+ #: wp-live-chat-support/modules/gdpr.php:71
4199
+ msgid ""
4200
+ "When the next cron will run to check for data which is older than our "
4201
+ "retention period."
4202
+ msgstr ""
4203
+
4204
+ #: wp-live-chat-support/modules/gdpr.php:85
4205
+ msgid "GDPR Notice"
4206
+ msgstr ""
4207
+
4208
+ #: wp-live-chat-support/modules/gdpr.php:86
4209
+ msgid ""
4210
+ "Users will be asked to accept the notice shown here, in the form of a check "
4211
+ "box."
4212
+ msgstr ""
4213
+
4214
+ #: wp-live-chat-support/modules/gdpr.php:137
4215
+ msgid "GDPR"
4216
+ msgstr ""
4217
+
4218
+ #: wp-live-chat-support/modules/gdpr.php:146
4219
+ #, fuzzy
4220
+ #| msgid "WP Live Chat Support"
4221
+ msgid "WP Live Chat Support - GDPR"
4222
+ msgstr "WP Live Chat поддръжка"
4223
+
4224
+ #: wp-live-chat-support/modules/gdpr.php:148
4225
+ msgid ""
4226
+ "Search is performed on chat sessions, messages, and offline messages. Data "
4227
+ "will also be deleted automatically per your retention policy."
4228
+ msgstr ""
4229
+
4230
+ #: wp-live-chat-support/modules/gdpr.php:159
4231
+ #, fuzzy
4232
+ #| msgid "Leave a message"
4233
+ msgid "Name, Email, Message"
4234
+ msgstr "Остави съобщение"
4235
+
4236
+ #: wp-live-chat-support/modules/gdpr.php:163
4237
+ #, fuzzy
4238
+ #| msgid "Search Term"
4239
+ msgid "Search"
4240
+ msgstr "Ключова дума"
4241
+
4242
+ #: wp-live-chat-support/modules/gdpr.php:176
4243
+ #, php-format
4244
+ msgid "Search Results in %%TABLE%%"
4245
+ msgstr ""
4246
+
4247
+ #: wp-live-chat-support/modules/gdpr.php:202
4248
+ #, php-format
4249
+ msgid "Delete Chat (%%CID%%)"
4250
+ msgstr ""
4251
+
4252
+ #: wp-live-chat-support/modules/gdpr.php:203
4253
+ #, fuzzy, php-format
4254
+ #| msgid "Download Chat History"
4255
+ msgid "Download Chat (%%CID%%)"
4256
+ msgstr "Изтегляне на историята на чата"
4257
+
4258
+ #: wp-live-chat-support/modules/gdpr.php:228
4259
+ msgid "Please perform a search using the input field above"
4260
+ msgstr ""
4261
+
4262
+ #: wp-live-chat-support/modules/gdpr.php:291
4263
+ #, fuzzy
4264
+ #| msgid "Chat Deleted"
4265
+ msgid "Data Deleted"
4266
+ msgstr "Чатът беше изтрит"
4267
+
4268
+ #: wp-live-chat-support/modules/gdpr.php:371
4269
+ #, php-format
4270
+ msgid ""
4271
+ "I agree for my personal data to be processed and for the use of cookies in "
4272
+ "order to engage in a chat processed by %%COMPANY%%, for the purpose of "
4273
+ "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
4274
+ msgstr ""
4275
+
4276
+ #: wp-live-chat-support/modules/gdpr.php:392
4277
+ #: wp-live-chat-support/modules/gdpr.php:672
4278
+ #: wp-live-chat-support/modules/gdpr.php:694
4279
+ msgid "Privacy Policy"
4280
+ msgstr ""
4281
+
4282
+ #: wp-live-chat-support/modules/gdpr.php:393
4283
+ #, php-format
4284
+ msgid ""
4285
+ "We use WP Live Chat Support as our live chat platform. By clicking below to "
4286
+ "submit this form, you acknowledge that the information you provide now and "
4287
+ "during the chat will be transferred to WP Live Chat Support for processing "
4288
+ "in accordance with their %%POLICY_LINK%%."
4289
+ msgstr ""
4290
+
4291
+ #: wp-live-chat-support/modules/gdpr.php:415
4292
+ #, php-format
4293
+ msgid ""
4294
+ "Please note as per the GDPR settings you have selected, all chat data will "
4295
+ "be retained for %%PERIOD%% day(s)."
4296
+ msgstr ""
4297
+
4298
+ #: wp-live-chat-support/modules/gdpr.php:418
4299
+ #, php-format
4300
+ msgid ""
4301
+ "After this period of time, all chat data older than %%PERIOD%% day(s), will "
4302
+ "be permanently removed from your server. "
4303
+ msgstr ""
4304
+
4305
+ #: wp-live-chat-support/modules/gdpr.php:422
4306
+ msgid "GDPR - Data Retention"
4307
+ msgstr ""
4308
+
4309
+ #: wp-live-chat-support/modules/gdpr.php:428
4310
+ #: wp-live-chat-support/modules/gdpr.php:674
4311
+ #, fuzzy
4312
+ #| msgid "Main Settings"
4313
+ msgid "Privacy Settings"
4314
+ msgstr "Основни Настройки"
4315
+
4316
+ #: wp-live-chat-support/modules/gdpr.php:443
4317
+ msgid "Once every 6 hours"
4318
+ msgstr ""
4319
+
4320
+ #: wp-live-chat-support/modules/gdpr.php:557
4321
+ msgid "Delete Chat Data"
4322
+ msgstr ""
4323
+
4324
+ #: wp-live-chat-support/modules/gdpr.php:558
4325
+ #, fuzzy
4326
+ #| msgid "Download Chat History"
4327
+ msgid "Download Chat Data"
4328
+ msgstr "Изтегляне на историята на чата"
4329
+
4330
+ #: wp-live-chat-support/modules/gdpr.php:561
4331
+ #, fuzzy
4332
+ #| msgid "Chat ended"
4333
+ msgid "Chat Ended"
4334
+ msgstr "Чатът приключи"
4335
+
4336
+ #: wp-live-chat-support/modules/gdpr.php:640
4337
+ #, fuzzy
4338
+ #| msgid "complete"
4339
+ msgid "Complete"
4340
+ msgstr "завършен"
4341
+
4342
+ #: wp-live-chat-support/modules/gdpr.php:665
4343
+ msgid ""
4344
+ "GDPR compliance has been disabled, read more about the implications of this "
4345
+ "here"
4346
+ msgstr ""
4347
+
4348
+ #: wp-live-chat-support/modules/gdpr.php:666
4349
+ #, fuzzy
4350
+ #| msgid " with the Pro add-on of WP Live Chat Support"
4351
+ msgid "Additionally please take a look at WP Live Chat Support"
4352
+ msgstr " с професионалната версия на WP Live Chat Support"
4353
+
4354
+ #: wp-live-chat-support/modules/gdpr.php:667
4355
+ msgid ""
4356
+ "It is highly recommended that you enable GDPR compliance to ensure your user "
4357
+ "data is regulated."
4358
+ msgstr ""
4359
+
4360
+ #: wp-live-chat-support/modules/gdpr.php:670
4361
+ msgid "Warning - GDPR Compliance Disabled - Action Required"
4362
+ msgstr ""
4363
+
4364
+ #: wp-live-chat-support/modules/gdpr.php:671
4365
+ msgid "EU GDPR"
4366
+ msgstr ""
4367
+
4368
+ #: wp-live-chat-support/modules/gdpr.php:675
4369
+ msgid "Dismiss & Accept Responsibility"
4370
+ msgstr ""
4371
+
4372
+ #: wp-live-chat-support/modules/gdpr.php:692
4373
+ #, php-format
4374
+ msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
4375
+ msgstr ""
4376
+
4377
+ #: wp-live-chat-support/modules/gdpr.php:743
4378
+ msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
4379
+ msgstr ""
4380
+
4381
+ #: wp-live-chat-support/modules/google_analytics.php:12
4382
+ msgid "Google Analytics Integration"
4383
+ msgstr ""
4384
+
4385
+ #: wp-live-chat-support/modules/google_analytics.php:17
4386
+ msgid "Enable Google Analytics Integration"
4387
+ msgstr ""
4388
+
4389
+ #: wp-live-chat-support/modules/module_gif.php:144
4390
+ #, fuzzy
4391
+ #| msgid "Iterations"
4392
+ msgid "GIF Integration"
4393
+ msgstr "Повторения"
4394
+
4395
+ #: wp-live-chat-support/modules/module_gif.php:150
4396
+ #, fuzzy
4397
+ #| msgid "Enable Encryption"
4398
+ msgid "Enable GIF Integration"
4399
+ msgstr "Разреши криптиране"
4400
+
4401
+ #: wp-live-chat-support/modules/module_gif.php:150
4402
+ msgid ""
4403
+ "If you enable GIF Integration you're going to be able to send GIFs by typing "
4404
+ "commands such as '/gif happy' when writing a message."
4405
+ msgstr ""
4406
+
4407
+ #: wp-live-chat-support/modules/module_gif.php:158
4408
+ #, fuzzy
4409
+ #| msgid "Select a survey"
4410
+ msgid "Select a GIF provider"
4411
+ msgstr "Избор на проучване"
4412
+
4413
+ #: wp-live-chat-support/modules/module_gif.php:158
4414
+ msgid ""
4415
+ "A GIF provider is the source of the GIFs that are going to show when you "
4416
+ "type a command like '/gif happy' on a message."
4417
+ msgstr ""
4418
+
4419
+ #: wp-live-chat-support/modules/module_gif.php:162
4420
+ msgid "Giphy"
4421
+ msgstr ""
4422
+
4423
+ #: wp-live-chat-support/modules/module_gif.php:163
4424
+ msgid "Tenor"
4425
+ msgstr ""
4426
+
4427
+ #: wp-live-chat-support/modules/module_gif.php:169
4428
+ #: wp-live-chat-support/modules/module_gif.php:172
4429
+ #, fuzzy
4430
+ #| msgid "This API key is "
4431
+ msgid "Giphy API key"
4432
+ msgstr "Този API ключ е "
4433
+
4434
+ #: wp-live-chat-support/modules/module_gif.php:169
4435
+ msgid "The API key created for you when you register an app on Giphy"
4436
+ msgstr ""
4437
+
4438
+ #: wp-live-chat-support/modules/module_gif.php:177
4439
+ #: wp-live-chat-support/modules/module_gif.php:180
4440
+ #, fuzzy
4441
+ #| msgid "This API key is "
4442
+ msgid "Tenor API key"
4443
+ msgstr "Този API ключ е "
4444
+
4445
+ #: wp-live-chat-support/modules/module_gif.php:177
4446
+ msgid "The API key created for you when you register an app on Tenor"
4447
+ msgstr ""
4448
+
4449
+ #: wp-live-chat-support/modules/node_server.php:37
4450
+ msgid ""
4451
+ "Thank you for using WP Live Chat Support - Need assistance? Please get in "
4452
+ "touch here: "
4453
+ msgstr ""
4454
+
4455
+ #: wp-live-chat-support/modules/node_server.php:38
4456
+ #: wp-live-chat-support/wp-live-chat-support.php:5195
4457
+ msgid "Contact us"
4458
+ msgstr "Свържете се с нас"
4459
+
4460
+ #: wp-live-chat-support/modules/node_server.php:206
4461
+ #: wp-live-chat-support/modules/node_server.php:217
4462
+ #: wp-live-chat-support/modules/node_server.php:279
4463
+ #: wp-live-chat-support/modules/node_server.php:289
4464
+ msgid "Success"
4465
+ msgstr ""
4466
+
4467
+ #: wp-live-chat-support/modules/node_server.php:220
4468
+ #: wp-live-chat-support/modules/node_server.php:292
4469
+ msgid "Message data is corrupt"
4470
+ msgstr ""
4471
+
4472
+ #: wp-live-chat-support/modules/node_server.php:226
4473
+ #: wp-live-chat-support/modules/node_server.php:298
4474
+ msgid "Message data array not set"
4475
+ msgstr ""
4476
+
4477
+ #: wp-live-chat-support/modules/node_server.php:229
4478
+ #: wp-live-chat-support/modules/node_server.php:301
4479
+ #, fuzzy
4480
+ #| msgid "Chat with us"
4481
+ msgid "Chat ID is not set"
4482
+ msgstr "Отвори чат"
4483
+
4484
+ #: wp-live-chat-support/modules/node_server.php:233
4485
+ #: wp-live-chat-support/modules/node_server.php:305
4486
+ #, fuzzy
4487
+ #| msgid "No secret token found"
4488
+ msgid "No security nonce found"
4489
+ msgstr "Не беше намерен ключ за достъп"
4490
+
4491
+ #: wp-live-chat-support/modules/node_server.php:323
4492
+ msgid "Error"
4493
+ msgstr ""
4494
+
4495
+ #: wp-live-chat-support/modules/node_server.php:324
4496
+ #, fuzzy
4497
+ #| msgid "Only chat agents can accept chats"
4498
+ msgid "Only chat agents can access this page."
4499
+ msgstr "Само чат агенти могат да приемат чат"
4500
+
4501
+ #: wp-live-chat-support/modules/node_server.php:534
4502
+ #: wp-live-chat-support/wp-live-chat-support.php:6655
4503
+ #, fuzzy
4504
+ #| msgid "Sending message..."
4505
+ msgid "Sending transcript..."
4506
+ msgstr "Изпращане на съобщение..."
4507
+
4508
+ #: wp-live-chat-support/modules/node_server.php:535
4509
+ #: wp-live-chat-support/wp-live-chat-support.php:6656
4510
+ msgid "Sending Transcript"
4511
+ msgstr ""
4512
+
4513
+ #: wp-live-chat-support/modules/node_server.php:537
4514
+ #: wp-live-chat-support/wp-live-chat-support.php:6658
4515
+ #, fuzzy
4516
+ #| msgid "The chat has been ended"
4517
+ msgid "The chat transcript has been emailed."
4518
+ msgstr "Чатът приключи"
4519
+
4520
+ #: wp-live-chat-support/modules/node_server.php:538
4521
+ #: wp-live-chat-support/wp-live-chat-support.php:6659
4522
+ #, php-format
4523
+ msgid ""
4524
+ "There was a problem emailing the chat. Please <a target='_BLANK' "
4525
+ "href='%s'>contact support</a>."
4526
+ msgstr ""
4527
+
4528
+ #: wp-live-chat-support/modules/node_server.php:576
4529
+ msgid "Connection Error"
4530
+ msgstr ""
4531
+
4532
+ #: wp-live-chat-support/modules/node_server.php:577
4533
+ msgid ""
4534
+ "We are having some trouble contacting the server. Please try again later."
4535
+ msgstr ""
4536
+
4537
+ #: wp-live-chat-support/modules/node_server.php:623
4538
+ msgid "Chat is disabled in settings area, re-enable"
4539
+ msgstr ""
4540
+
4541
+ #: wp-live-chat-support/modules/node_server.php:653
4542
+ msgid "User received notification:"
4543
+ msgstr ""
4544
+
4545
+ #: wp-live-chat-support/modules/node_server.php:681
4546
+ #: wp-live-chat-support/wp-live-chat-support.php:2915
4547
+ #: wp-live-chat-support/wp-live-chat-support.php:2973
4548
+ msgid "New chat received"
4549
+ msgstr "Получено е ново съобщение"
4550
+
4551
+ #: wp-live-chat-support/modules/node_server.php:682
4552
+ #: wp-live-chat-support/wp-live-chat-support.php:2917
4553
+ #: wp-live-chat-support/wp-live-chat-support.php:2975
4554
+ msgid ""
4555
+ "A new chat has been received. Please go the 'Live Chat' page to accept the "
4556
+ "chat"
4557
+ msgstr ""
4558
+ "Беше получено ново съобщение. Моля отиди на страница 'чат на живо' за да "
4559
+ "приемеш чат сесията"
4560
+
4561
+ #: wp-live-chat-support/modules/node_server.php:736
4562
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4563
+ msgid "Add unlimited agents"
4564
+ msgstr "Безлимитно добавяне на агенти"
4565
+
4566
+ #: wp-live-chat-support/modules/node_server.php:736
4567
+ #: wp-live-chat-support/modules/node_server.php:738
4568
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4569
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4570
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4571
+ msgid " with the Pro add-on of WP Live Chat Support"
4572
+ msgstr " с професионалната версия на WP Live Chat Support"
4573
+
4574
+ #: wp-live-chat-support/modules/node_server.php:736
4575
+ #: wp-live-chat-support/modules/node_server.php:738
4576
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4577
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4578
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4579
+ msgid "(once off payment)."
4580
+ msgstr "(еднократно плащане)."
4581
+
4582
+ #: wp-live-chat-support/modules/node_server.php:737
4583
+ #: wp-live-chat-support/modules/node_server.php:745
4584
+ #: wp-live-chat-support/wp-live-chat-support.php:3189
4585
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4586
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
4587
+ msgid "With the Pro add-on of WP Live Chat Support, you can"
4588
+ msgstr "С професионалната версия на приставката WP Live Chat Support можеш да"
4589
+
4590
+ #: wp-live-chat-support/modules/node_server.php:737
4591
+ #: wp-live-chat-support/modules/node_server.php:746
4592
+ #: wp-live-chat-support/wp-live-chat-support.php:3190
4593
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4594
+ msgid "see who's online and initiate chats"
4595
+ msgstr "виж кой е на линия и инициирай чат"
4596
+
4597
+ #: wp-live-chat-support/modules/node_server.php:737
4598
+ #: wp-live-chat-support/modules/node_server.php:747
4599
+ #: wp-live-chat-support/wp-live-chat-support.php:3191
4600
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4601
+ msgid "initiate chats"
4602
+ msgstr "инициирй чат "
4603
+
4604
+ #: wp-live-chat-support/modules/node_server.php:737
4605
+ #: wp-live-chat-support/modules/node_server.php:748
4606
+ #: wp-live-chat-support/wp-live-chat-support.php:3192
4607
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4608
+ msgid "with your online visitors with the click of a button."
4609
+ msgstr "с посетителите на сайта с натискането на един бутон."
4610
+
4611
+ #: wp-live-chat-support/modules/node_server.php:737
4612
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4613
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
4614
+ msgid "Buy the Pro add-on now (once off payment)."
4615
+ msgstr "Купете професионалната версия сега (еднократно плащане)"
4616
+
4617
+ #: wp-live-chat-support/modules/node_server.php:738
4618
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4619
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4620
+ #, fuzzy
4621
+ #| msgid "Total Chats"
4622
+ msgid "Transfer Chats"
4623
+ msgstr "Всичко Чатове"
4624
+
4625
+ #: wp-live-chat-support/modules/node_server.php:743
4626
+ #, php-format
4627
+ msgid ""
4628
+ "Chat to other agents with the <a href=\"%s\" target=\"_BLANK\">Pro version</"
4629
+ "a>."
4630
+ msgstr ""
4631
+
4632
+ #: wp-live-chat-support/modules/node_server.php:749
4633
+ #: wp-live-chat-support/modules/node_server.php:750
4634
+ #: wp-live-chat-support/wp-live-chat-support.php:3193
4635
+ #: wp-live-chat-support/wp-live-chat-support.php:3195
4636
+ msgid "Buy the Pro add-on now."
4637
+ msgstr "Купи професионалната приставка сега."
4638
+
4639
+ #: wp-live-chat-support/modules/node_server.php:757
4640
+ #, php-format
4641
+ msgid ""
4642
+ "Get detailed visitor events with the <a target=\"_BLANK\" href=\"%s\">Pro "
4643
+ "version</a>."
4644
+ msgstr ""
4645
+
4646
+ #: wp-live-chat-support/modules/node_server.php:871
4647
+ #, fuzzy
4648
+ #| msgid "Dear Pro User"
4649
+ msgid "Dear Pro User,"
4650
+ msgstr "Драги клиенти"
4651
+
4652
+ #: wp-live-chat-support/modules/node_server.php:872
4653
+ msgid "Your API Key could not be validated, some functionality may be limited"
4654
+ msgstr ""
4655
+
4656
+ #: wp-live-chat-support/modules/node_server.php:877
4657
+ msgid "You are not a verified agent, chat dashboard has been disabled"
4658
+ msgstr ""
4659
+
4660
+ #: wp-live-chat-support/modules/node_server.php:921
4661
+ #, fuzzy
4662
+ #| msgid "WP Live Chat Support - Offline Message from "
4663
+ msgid "WP Live Chat Support - Offline Mode"
4664
+ msgstr "WP Live Chat Support - Форма за съобщение извън линия "
4665
+
4666
+ #: wp-live-chat-support/modules/node_server.php:940
4667
+ #, php-format
4668
+ msgid ""
4669
+ "Chat is now in offline mode, please <a href='%s' target='_BLANK'>upgrade to "
4670
+ "Version 8</a> (or above) of the WP Live Chat Support Pro Add-on to ensure "
4671
+ "all functionality works as expected."
4672
+ msgstr ""
4673
+
4674
+ #: wp-live-chat-support/modules/node_server.php:942
4675
+ #, php-format
4676
+ msgid ""
4677
+ "Chat is now in offline mode, please renew your API key by visiting the <a "
4678
+ "href='%s' target='_BLANK'>My Account</a> area, and receive updates."
4679
+ msgstr ""
4680
+
4681
+ #: wp-live-chat-support/modules/node_server.php:948
4682
+ msgid ""
4683
+ "Alternatively, please disable the node server option in the Live Chat "
4684
+ "settings area (Live Chat -> Settings -> Advanced Features)"
4685
+ msgstr ""
4686
+
4687
+ #: wp-live-chat-support/modules/node_server.php:952
4688
+ #, fuzzy
4689
+ #| msgid "Upgrade Now"
4690
+ msgid "Upgrade"
4691
+ msgstr "Актуализирай сега"
4692
+
4693
+ #: wp-live-chat-support/modules/node_server.php:954
4694
+ msgid "Renew License"
4695
+ msgstr ""
4696
+
4697
+ #: wp-live-chat-support/modules/node_server.php:958
4698
+ #: wp-live-chat-support/wp-live-chat-support.php:1036
4699
+ msgid "Settings"
4700
+ msgstr "Настройки"
4701
+
4702
+ #: wp-live-chat-support/modules/node_server.php:961
4703
+ msgid "Whats new in Version 8"
4704
+ msgstr ""
4705
+
4706
+ #: wp-live-chat-support/modules/node_server.php:1041
4707
+ #, fuzzy
4708
+ #| msgid "Via WP Live Chat Support"
4709
+ msgid "Welcome to V8 of WP Live Chat Support"
4710
+ msgstr "WP Live Chat Support"
4711
+
4712
+ #: wp-live-chat-support/modules/node_server.php:1042
4713
+ msgid ""
4714
+ "Did you know, this version features high speed message delivery, agent to "
4715
+ "agent chat, and a single window layout?"
4716
+ msgstr ""
4717
+
4718
+ #: wp-live-chat-support/modules/node_server.php:1043
4719
+ msgid ""
4720
+ "To activate this functionality please navigate to Live Chat -> Settings -> "
4721
+ "Advanced Features -> And enable our Chat Server option."
4722
+ msgstr ""
4723
+
4724
+ #: wp-live-chat-support/modules/node_server.php:1046
4725
+ #, fuzzy
4726
+ #| msgid "Show After"
4727
+ msgid "Show me!"
4728
+ msgstr "Покажи след"
4729
+
4730
+ #: wp-live-chat-support/modules/node_server.php:1047
4731
+ msgid "Don't Show This Again"
4732
+ msgstr ""
4733
+
4734
+ #: wp-live-chat-support/modules/node_server.php:1196
4735
+ msgid "Connecting..."
4736
+ msgstr ""
4737
+
4738
+ #: wp-live-chat-support/modules/node_server.php:1200
4739
+ #, fuzzy
4740
+ #| msgid "Active Chats"
4741
+ msgid " Active visitors"
4742
+ msgstr "Активни чатове"
4743
+
4744
+ #: wp-live-chat-support/modules/node_server.php:1201
4745
+ #, fuzzy
4746
+ #| msgid "Agent(s) online"
4747
+ msgid "Agent(s) Online"
4748
+ msgstr "Агент/и на линия"
4749
+
4750
+ #: wp-live-chat-support/modules/node_server.php:1202
4751
+ #, fuzzy
4752
+ #| msgid "View Chat History"
4753
+ msgid "Chat History"
4754
+ msgstr "Преглед история на чата"
4755
+
4756
+ #: wp-live-chat-support/modules/node_server.php:1206
4757
+ msgid "Department Transfer"
4758
+ msgstr ""
4759
+
4760
+ #: wp-live-chat-support/modules/node_server.php:1207
4761
+ #: wp-live-chat-support/modules/node_server.php:1211
4762
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4763
+ msgid "Direct User To Page"
4764
+ msgstr ""
4765
+
4766
+ #: wp-live-chat-support/modules/node_server.php:1208
4767
+ #, fuzzy
4768
+ #| msgid "Before chat"
4769
+ msgid "Leave chat"
4770
+ msgstr "Преди чат"
4771
+
4772
+ #: wp-live-chat-support/modules/node_server.php:1209
4773
+ #: wp-live-chat-support/wp-live-chat-support.php:3545
4774
+ msgid "End chat"
4775
+ msgstr "Край на чата"
4776
+
4777
+ #: wp-live-chat-support/modules/node_server.php:1212
4778
+ #, fuzzy
4779
+ #| msgid "Agents"
4780
+ msgid "Events"
4781
+ msgstr "Агенти"
4782
+
4783
+ #: wp-live-chat-support/modules/node_server.php:1213
4784
+ #, fuzzy
4785
+ #| msgid "End chat"
4786
+ msgid "Join chat"
4787
+ msgstr "Край на чата"
4788
+
4789
+ #: wp-live-chat-support/modules/node_server.php:1214
4790
+ msgid "Filters"
4791
+ msgstr ""
4792
+
4793
+ #: wp-live-chat-support/modules/node_server.php:1215
4794
+ #, fuzzy
4795
+ #| msgid "Visitors online"
4796
+ msgid "New Visitors (3 Min)"
4797
+ msgstr "Потребители на линия"
4798
+
4799
+ #: wp-live-chat-support/modules/node_server.php:1217
4800
+ msgid "Clear Filters"
4801
+ msgstr ""
4802
+
4803
+ #: wp-live-chat-support/modules/node_server.php:1218
4804
+ #, fuzzy
4805
+ #| msgid "Active Chats"
4806
+ msgid "Active visitors"
4807
+ msgstr "Активни чатове"
4808
+
4809
+ #: wp-live-chat-support/modules/node_server.php:1219
4810
+ #: wp-live-chat-support/wp-live-chat-support.php:3290
4811
+ msgid "Visitor"
4812
+ msgstr "Потребител"
4813
+
4814
+ #: wp-live-chat-support/modules/node_server.php:1220
4815
+ #, fuzzy
4816
+ #| msgid "Site Info"
4817
+ msgid "Info"
4818
+ msgstr "Информация за сайта"
4819
+
4820
+ #: wp-live-chat-support/modules/node_server.php:1222
4821
+ #, fuzzy
4822
+ #| msgid "Status"
4823
+ msgid "Chat Status"
4824
+ msgstr "Статус"
4825
+
4826
+ #: wp-live-chat-support/modules/node_server.php:1224
4827
+ #, fuzzy
4828
+ #| msgid "Search Term"
4829
+ msgid "Search Results"
4830
+ msgstr "Ключова дума"
4831
+
4832
+ #: wp-live-chat-support/modules/node_server.php:1225
4833
+ #, fuzzy
4834
+ #| msgid "No Goals Found"
4835
+ msgid "No emoji found"
4836
+ msgstr "Не бяха намерени Цели"
4837
+
4838
+ #: wp-live-chat-support/modules/node_server_deprecated.php:272
4839
+ #, fuzzy
4840
+ #| msgid "The chat has been ended"
4841
+ msgid "Chat has been ended."
4842
+ msgstr "Чатът приключи"
4843
+
4844
+ #: wp-live-chat-support/modules/offline_messages_custom_fields.php:6
4845
+ #, php-format
4846
+ msgid ""
4847
+ "Use the <a href='%s'>Contact Form Ready</a> plugin (free) in order to "
4848
+ "customise the input fields of the offline message form.</a>"
4849
+ msgstr ""
4850
+
4851
+ #: wp-live-chat-support/modules/privacy.php:17
4852
+ #: wp-live-chat-support/modules/privacy.php:31
4853
+ msgid "Privacy"
4854
+ msgstr ""
4855
+
4856
+ #: wp-live-chat-support/modules/webhooks_manager.php:8
4857
+ #, fuzzy
4858
+ #| msgid "Agent(s) online"
4859
+ msgid "Agent Login"
4860
+ msgstr "Агент/и на линия"
4861
+
4862
+ #: wp-live-chat-support/modules/webhooks_manager.php:9
4863
+ #, fuzzy
4864
+ #| msgid "Device"
4865
+ msgid "Device Linked"
4866
+ msgstr "Устройство"
4867
+
4868
+ #: wp-live-chat-support/modules/webhooks_manager.php:10
4869
+ msgid "Device Unlinked (Revoked)"
4870
+ msgstr ""
4871
+
4872
+ #: wp-live-chat-support/modules/webhooks_manager.php:11
4873
+ #, fuzzy
4874
+ #| msgid "Visitor"
4875
+ msgid "New Visitor"
4876
+ msgstr "Потребител"
4877
+
4878
+ #: wp-live-chat-support/modules/webhooks_manager.php:12
4879
+ #, fuzzy
4880
+ #| msgid "Chat Deleted"
4881
+ msgid "Chat Request"
4882
+ msgstr "Чатът беше изтрит"
4883
+
4884
+ #: wp-live-chat-support/modules/webhooks_manager.php:13
4885
+ msgid "Agent Accept"
4886
+ msgstr ""
4887
+
4888
+ #: wp-live-chat-support/modules/webhooks_manager.php:14
4889
+ #, fuzzy
4890
+ #| msgid "Settings"
4891
+ msgid "Settings Changed"
4892
+ msgstr "Настройки"
4893
+
4894
+ #: wp-live-chat-support/modules/webhooks_manager.php:47
4895
+ msgid "Webhooks"
4896
+ msgstr ""
4897
+
4898
+ #: wp-live-chat-support/modules/webhooks_manager.php:60
4899
+ #, fuzzy
4900
+ #| msgid "WP Live Chat Support Feedback"
4901
+ msgid "WP Live Chat Support - Webhooks"
4902
+ msgstr "Обратна връзка към чат екипа"
4903
+
4904
+ #: wp-live-chat-support/modules/webhooks_manager.php:82
4905
+ msgid "Webhook created"
4906
+ msgstr ""
4907
+
4908
+ #: wp-live-chat-support/modules/webhooks_manager.php:84
4909
+ msgid "Webhook could not be created"
4910
+ msgstr ""
4911
+
4912
+ #: wp-live-chat-support/modules/webhooks_manager.php:91
4913
+ msgid "Webhook edited"
4914
+ msgstr ""
4915
+
4916
+ #: wp-live-chat-support/modules/webhooks_manager.php:93
4917
+ msgid "Webhook could not be edited"
4918
+ msgstr ""
4919
+
4920
+ #: wp-live-chat-support/modules/webhooks_manager.php:101
4921
+ #, fuzzy
4922
+ #| msgid "deleted"
4923
+ msgid "Webhook deleted"
4924
+ msgstr "изтрит"
4925
+
4926
+ #: wp-live-chat-support/modules/webhooks_manager.php:103
4927
+ #, fuzzy
4928
+ #| msgid "Error: Could not delete chat"
4929
+ msgid "Webhook could not be delete"
4930
+ msgstr "Грешка: Чатът не беше изтрит"
4931
+
4932
+ #: wp-live-chat-support/modules/webhooks_manager.php:227
4933
+ #: wp-live-chat-support/modules/webhooks_manager.php:282
4934
+ msgid "Event"
4935
+ msgstr ""
4936
+
4937
+ #: wp-live-chat-support/modules/webhooks_manager.php:228
4938
+ #: wp-live-chat-support/modules/webhooks_manager.php:287
4939
+ #, fuzzy
4940
+ #| msgid "Total URLs"
4941
+ msgid "Target URL"
4942
+ msgstr "Всичко URLs"
4943
+
4944
+ #: wp-live-chat-support/modules/webhooks_manager.php:229
4945
+ #, fuzzy
4946
+ #| msgid "Device"
4947
+ msgid "Push Devices"
4948
+ msgstr "Устройство"
4949
+
4950
+ #: wp-live-chat-support/modules/webhooks_manager.php:230
4951
+ #: wp-live-chat-support/modules/webhooks_manager.php:302
4952
+ #, fuzzy
4953
+ #| msgid "Sending Method"
4954
+ msgid "Method"
4955
+ msgstr "Метод за Изпращане"
4956
+
4957
+ #: wp-live-chat-support/modules/webhooks_manager.php:252
4958
+ msgid "No Webhooks"
4959
+ msgstr ""
4960
+
4961
+ #: wp-live-chat-support/modules/webhooks_manager.php:288
4962
+ msgid ""
4963
+ "This field can be left empty if you intend on using only push notifications "
4964
+ "for online agents"
4965
+ msgstr ""
4966
+
4967
+ #: wp-live-chat-support/modules/webhooks_manager.php:292
4968
+ msgid "Push to Online Agent Devices"
4969
+ msgstr ""
4970
+
4971
+ #: wp-live-chat-support/modules/webhooks_manager.php:305
4972
+ msgid "GET"
4973
+ msgstr ""
4974
+
4975
+ #: wp-live-chat-support/modules/webhooks_manager.php:306
4976
+ msgid "POST"
4977
+ msgstr ""
4978
+
4979
+ #: wp-live-chat-support/modules/webhooks_manager.php:312
4980
+ #, fuzzy
4981
+ #| msgid "Save Settings"
4982
+ msgid "Save Changes"
4983
+ msgstr "Запазване на настройките"
4984
+
4985
+ #: wp-live-chat-support/modules/webhooks_manager.php:326
4986
+ #, fuzzy
4987
+ #| msgid "Are you sure you would like to delete this chat?"
4988
+ msgid "Are you sure you want to delete this webhook?"
4989
+ msgstr "Изтриване на чат?"
4990
+
4991
+ #: wp-live-chat-support/modules/webhooks_manager.php:439
4992
+ #, fuzzy
4993
+ #| msgid "Enable Trigger"
4994
+ msgid "Event Triggered"
4995
+ msgstr "Разреши стартер"
4996
+
4997
+ #: wp-live-chat-support/wp-live-chat-support.php:853
4998
+ #: wp-live-chat-support/wp-live-chat-support.php:2397
4999
+ #: wp-live-chat-support/wp-live-chat-support.php:3906
5000
+ #: wp-live-chat-support/wp-live-chat-support.php:5929
5001
+ msgid "Chat offline. Leave a message"
5002
+ msgstr "Чатът е извън линия. Остави съобщение"
5003
+
5004
+ #: wp-live-chat-support/wp-live-chat-support.php:854
5005
+ #: wp-live-chat-support/wp-live-chat-support.php:2096
5006
+ #: wp-live-chat-support/wp-live-chat-support.php:3907
5007
+ #: wp-live-chat-support/wp-live-chat-support.php:5930
5008
+ msgid "Hello. Please input your details so that I may help you."
5009
+ msgstr "Здравей. Моля въведете детайли за да мога да помогна."
5010
+
5011
+ #: wp-live-chat-support/wp-live-chat-support.php:855
5012
+ #: wp-live-chat-support/wp-live-chat-support.php:1439
5013
+ #: wp-live-chat-support/wp-live-chat-support.php:2135
5014
+ #: wp-live-chat-support/wp-live-chat-support.php:3908
5015
+ #: wp-live-chat-support/wp-live-chat-support.php:5931
5016
+ msgid ""
5017
+ "We are currently offline. Please leave a message and we'll get back to you "
5018
+ "shortly."
5019
+ msgstr ""
5020
+ "В момента на сме на линия. Моля оставете съобщение и ние ще се свържем с вас "
5021
+ "възможно най - скоро!"
5022
+
5023
+ #: wp-live-chat-support/wp-live-chat-support.php:856
5024
+ #: wp-live-chat-support/wp-live-chat-support.php:1440
5025
+ #: wp-live-chat-support/wp-live-chat-support.php:3909
5026
+ #: wp-live-chat-support/wp-live-chat-support.php:5932
5027
+ msgid "Sending message..."
5028
+ msgstr "Изпращане на съобщение..."
5029
+
5030
+ #: wp-live-chat-support/wp-live-chat-support.php:857
5031
+ #: wp-live-chat-support/wp-live-chat-support.php:1441
5032
+ #: wp-live-chat-support/wp-live-chat-support.php:3910
5033
+ #: wp-live-chat-support/wp-live-chat-support.php:5933
5034
+ msgid "Thank you for your message. We will be in contact soon."
5035
+ msgstr "Благодаря за вашето съобщение. Ще се свържем с вас скоро."
5036
+
5037
+ #: wp-live-chat-support/wp-live-chat-support.php:859
5038
+ #: wp-live-chat-support/wp-live-chat-support.php:3912
5039
+ #: wp-live-chat-support/wp-live-chat-support.php:5935
5040
+ msgid "Send message"
5041
+ msgstr "Изпрати съобщение"
5042
+
5043
+ #: wp-live-chat-support/wp-live-chat-support.php:862
5044
+ #: wp-live-chat-support/wp-live-chat-support.php:3900
5045
+ #: wp-live-chat-support/wp-live-chat-support.php:5938
5046
+ msgid "Start live chat"
5047
+ msgstr "Стартиране на чат на живо"
5048
+
5049
+ #: wp-live-chat-support/wp-live-chat-support.php:865
5050
+ #: wp-live-chat-support/wp-live-chat-support.php:3903
5051
+ #: wp-live-chat-support/wp-live-chat-support.php:5941
5052
+ msgid "Chat ended"
5053
+ msgstr "Чатът приключи"
5054
+
5055
+ #: wp-live-chat-support/wp-live-chat-support.php:866
5056
+ #: wp-live-chat-support/wp-live-chat-support.php:2191
5057
+ #: wp-live-chat-support/wp-live-chat-support.php:2294
5058
+ #: wp-live-chat-support/wp-live-chat-support.php:3904
5059
+ #: wp-live-chat-support/wp-live-chat-support.php:5942
5060
+ msgid "Connecting. Please be patient..."
5061
+ msgstr "Свързване. Моля за търпение..."
5062
+
5063
+ #: wp-live-chat-support/wp-live-chat-support.php:868
5064
+ #: wp-live-chat-support/wp-live-chat-support.php:2298
5065
+ #: wp-live-chat-support/wp-live-chat-support.php:3916
5066
+ #: wp-live-chat-support/wp-live-chat-support.php:5944
5067
+ msgid "Welcome. How may I help you?"
5068
+ msgstr "Добре дошли. Как мога да Ви помогна?"
5069
+
5070
+ #: wp-live-chat-support/wp-live-chat-support.php:871
5071
+ #: wp-live-chat-support/wp-live-chat-support.php:3915
5072
+ #: wp-live-chat-support/wp-live-chat-support.php:5947
5073
+ msgid "close"
5074
+ msgstr "затвори"
5075
+
5076
+ #: wp-live-chat-support/wp-live-chat-support.php:914
5077
+ #: wp-live-chat-support/wp-live-chat-support.php:3874
5078
+ msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
5079
+ msgstr "Моля изберете \\'Стартиране на Чат\\' за да инициирате чат с наш агент"
5080
+
5081
+ #: wp-live-chat-support/wp-live-chat-support.php:1037
5082
+ msgid "Surveys"
5083
+ msgstr "Проучвания"
5084
+
5085
+ #: wp-live-chat-support/wp-live-chat-support.php:1054
5086
+ msgid "History"
5087
+ msgstr "История"
5088
+
5089
+ #: wp-live-chat-support/wp-live-chat-support.php:1055
5090
+ msgid "Missed Chats"
5091
+ msgstr "Пропуснати чатове"
5092
+
5093
+ #: wp-live-chat-support/wp-live-chat-support.php:1078
5094
+ msgid "Extensions"
5095
+ msgstr "Разширени"
5096
+
5097
+ #: wp-live-chat-support/wp-live-chat-support.php:1088
5098
+ msgid "API Keys"
5099
+ msgstr "API ключове"
5100
+
5101
+ #: wp-live-chat-support/wp-live-chat-support.php:1094
5102
+ msgid "Premium Extension API Keys"
5103
+ msgstr "API ключ - преференциални разширения"
5104
+
5105
+ #: wp-live-chat-support/wp-live-chat-support.php:1095
5106
+ msgid ""
5107
+ "To find and manage your premium API keys, please visit your <a "
5108
+ "target='_BLANK' href='https://wp-livechat.com/my-account/'>my account</a> "
5109
+ "page."
5110
+ msgstr ""
5111
+ "За да намериш и управляваш преференциалните си API ключове моля, посети "
5112
+ "своята<a target='_BLANK' href='https://wp-livechat.com/my-account/'>профил</"
5113
+ "a> страница."
5114
+
5115
+ #: wp-live-chat-support/wp-live-chat-support.php:1423
5116
+ #, fuzzy
5117
+ #| msgid "Please review your submission"
5118
+ msgid "Please enter your name"
5119
+ msgstr "Моля прегледай"
5120
+
5121
+ #: wp-live-chat-support/wp-live-chat-support.php:1424
5122
+ #, fuzzy
5123
+ #| msgid "Please review your submission"
5124
+ msgid "Please enter your email address"
5125
+ msgstr "Моля прегледай"
5126
+
5127
+ #: wp-live-chat-support/wp-live-chat-support.php:1425
5128
+ msgid "Connection to server lost. Please reload this page. Error: "
5129
+ msgstr ""
5130
+
5131
+ #: wp-live-chat-support/wp-live-chat-support.php:1427
5132
+ #, fuzzy
5133
+ #| msgid "Leave a message"
5134
+ msgid "Please enter a message"
5135
+ msgstr "Остави съобщение"
5136
+
5137
+ #: wp-live-chat-support/wp-live-chat-support.php:1428
5138
+ msgid "Disconnected, attempting to reconnect..."
5139
+ msgstr ""
5140
+
5141
+ #: wp-live-chat-support/wp-live-chat-support.php:1475
5142
+ #: wp-live-chat-support/wp-live-chat-support.php:1476
5143
+ #: wp-live-chat-support/wp-live-chat-support.php:3667
5144
+ msgid " is typing..."
5145
+ msgstr ""
5146
+
5147
+ #: wp-live-chat-support/wp-live-chat-support.php:1479
5148
+ msgid " has joined."
5149
+ msgstr ""
5150
+
5151
+ #: wp-live-chat-support/wp-live-chat-support.php:1480
5152
+ msgid " has left."
5153
+ msgstr ""
5154
+
5155
+ #: wp-live-chat-support/wp-live-chat-support.php:1481
5156
+ #, fuzzy
5157
+ #| msgid "User has opened the chat window"
5158
+ msgid " has ended the chat."
5159
+ msgstr "Потребителят отвори чат прозорец"
5160
+
5161
+ #: wp-live-chat-support/wp-live-chat-support.php:1482
5162
+ msgid " has disconnected."
5163
+ msgstr ""
5164
+
5165
+ #: wp-live-chat-support/wp-live-chat-support.php:1483
5166
+ msgid "(edited)"
5167
+ msgstr ""
5168
+
5169
+ #: wp-live-chat-support/wp-live-chat-support.php:1484
5170
+ #: wp-live-chat-support/wp-live-chat-support.php:2336
5171
+ #, fuzzy
5172
+ #| msgid "type here..."
5173
+ msgid "Type here"
5174
+ msgstr "пиши тук..."
5175
+
5176
+ #: wp-live-chat-support/wp-live-chat-support.php:1984
5177
+ #: wp-live-chat-support/wp-live-chat-support.php:2004
5178
+ msgid "Start chat"
5179
+ msgstr "Стартирай чат"
5180
+
5181
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
5182
+ msgid ""
5183
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
5184
+ "strong>. Please"
5185
+ msgstr ""
5186
+ "Използвате остаряла версия на <strong>WP Live Chat Support Pro</strong>. Моля"
5187
+
5188
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
5189
+ msgid "update to at least version"
5190
+ msgstr "обновете до последна версия"
5191
+
5192
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
5193
+ msgid "to ensure all functionality is in working order"
5194
+ msgstr "за да подсигурите безпроблемната работа на всички функции"
5195
+
5196
+ #: wp-live-chat-support/wp-live-chat-support.php:3078
5197
+ msgid ""
5198
+ "You're live chat box on your website has been temporarily disabled until the "
5199
+ "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
5200
+ "experience for both yourself and your visitors."
5201
+ msgstr ""
5202
+ "Възможността за чат на живо беше прекъсната по време на обновяване на чат "
5203
+ "приставката. Това беше необходимо, за да подсигурим безпроблемно преминаване "
5204
+ "към новата версия на разширението."
5205
+
5206
+ #: wp-live-chat-support/wp-live-chat-support.php:3079
5207
+ #: wp-live-chat-support/wp-live-chat-support.php:3099
5208
+ msgid ""
5209
+ "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
5210
+ "plugins.php'>here</a> or <a href='https://wp-livechat.com/get-updated-"
5211
+ "version/' target='_BLANK'>here</a>."
5212
+ msgstr ""
5213
+ "Можете да обновите разширението <a href='./update-core.php'>тук</a>, <a "
5214
+ "href='./plugins.php'>тук</a> или <a href='https://wp-livechat.com/get-"
5215
+ "updated-version/' target='_BLANK'>тук</a>."
5216
+
5217
+ #: wp-live-chat-support/wp-live-chat-support.php:3080
5218
+ #: wp-live-chat-support/wp-live-chat-support.php:3100
5219
+ msgid "If you are having difficulty updating the plugin, please contact"
5220
+ msgstr "Ако изпитвате затруднения да обновите приставката, моля свържете се с"
5221
+
5222
+ #: wp-live-chat-support/wp-live-chat-support.php:3092
5223
+ msgid ""
5224
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
5225
+ "strong>."
5226
+ msgstr ""
5227
+ "Вие използвате остаряла версия на <strong>WP Live Chat Support Pro</strong>."
5228
+
5229
+ #: wp-live-chat-support/wp-live-chat-support.php:3094
5230
+ msgid "Please update to the latest version of WP Live Chat Support Pro"
5231
+ msgstr "Моля обновете до последна версия на WP Live Chat Support Pro"
5232
+
5233
+ #: wp-live-chat-support/wp-live-chat-support.php:3095
5234
+ msgid "Version 5.0.1"
5235
+ msgstr "Версия 5.0.1"
5236
+
5237
+ #: wp-live-chat-support/wp-live-chat-support.php:3096
5238
+ msgid "to ensure everything is working correctly."
5239
+ msgstr "за да подсигурите нормална работа на приложението."
5240
+
5241
+ #: wp-live-chat-support/wp-live-chat-support.php:3147
5242
+ msgid "Congratulations"
5243
+ msgstr "Поздравления"
5244
+
5245
+ #: wp-live-chat-support/wp-live-chat-support.php:3148
5246
+ msgid "You are now accepting live chat requests on your site."
5247
+ msgstr "Сега вече приемате чат сесии на сайта си."
5248
+
5249
+ #: wp-live-chat-support/wp-live-chat-support.php:3149
5250
+ msgid "The live chat box has automatically been enabled on your website."
5251
+ msgstr "Чатът на живо беше автоматично разрешен."
5252
+
5253
+ #: wp-live-chat-support/wp-live-chat-support.php:3150
5254
+ msgid "Chat notifications will start appearing once visitors send a request."
5255
+ msgstr "Чат нотификациите ще бъдат видими щом потребител изпрати запитване."
5256
+
5257
+ #: wp-live-chat-support/wp-live-chat-support.php:3151
5258
+ msgid ""
5259
+ "You may <a href='?page=wplivechat-menu-settings' target='_BLANK'>modify your "
5260
+ "chat box settings here."
5261
+ msgstr ""
5262
+ "Можеш да <a href='?page=wplivechat-menu-settings' "
5263
+ "target='_BLANK'>модифицираш чат настройките си тук."
5264
+
5265
+ #: wp-live-chat-support/wp-live-chat-support.php:3152
5266
+ msgid "Experiencing issues?"
5267
+ msgstr "Изпитваш затруднения?"
5268
+
5269
+ #: wp-live-chat-support/wp-live-chat-support.php:3152
5270
+ msgid "Visit our troubleshooting section."
5271
+ msgstr "Посети секция отстраняване на неизправности."
5272
+
5273
+ #: wp-live-chat-support/wp-live-chat-support.php:3154
5274
+ msgid "Hide"
5275
+ msgstr "Скрий"
5276
+
5277
+ #: wp-live-chat-support/wp-live-chat-support.php:3249
5278
+ msgid ""
5279
+ "Please note: This window must be open in order to receive new chat "
5280
+ "notifications."
5281
+ msgstr ""
5282
+ "Моля обърни внимание: Този прозорец трябва да е отворен за получаването на "
5283
+ "нови чат нотификации."
5284
+
5285
+ #: wp-live-chat-support/wp-live-chat-support.php:3259
5286
+ #, fuzzy, php-format
5287
+ #| msgid ""
5288
+ #| "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Create a "
5289
+ #| "survey</a>."
5290
+ msgid "Need help? <a href=\"%s\" target=\"_BLANK\">contact us</a>."
5291
+ msgstr ""
5292
+ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Създай проучване</"
5293
+ "a>."
5294
+
5295
+ #: wp-live-chat-support/wp-live-chat-support.php:3276
5296
+ msgid "Visitors online"
5297
+ msgstr "Потребители на линия"
5298
+
5299
+ #: wp-live-chat-support/wp-live-chat-support.php:3291
5300
+ msgid "Time"
5301
+ msgstr "Време"
5302
+
5303
+ #: wp-live-chat-support/wp-live-chat-support.php:3293
5304
+ msgid "Device"
5305
+ msgstr "Устройство"
5306
+
5307
+ #: wp-live-chat-support/wp-live-chat-support.php:3294
5308
+ msgid "Data"
5309
+ msgstr "Данни"
5310
+
5311
+ #: wp-live-chat-support/wp-live-chat-support.php:3332
5312
+ msgid "Chat Dashboard"
5313
+ msgstr "Чат Табло"
5314
+
5315
+ #: wp-live-chat-support/wp-live-chat-support.php:3335
5316
+ msgid "Oh no!"
5317
+ msgstr "О не!"
5318
+
5319
+ #: wp-live-chat-support/wp-live-chat-support.php:3338
5320
+ msgid ""
5321
+ "You do not have access to this page as <strong>you are not a chat agent</"
5322
+ "strong>."
5323
+ msgstr "Нямаш достъп до тази страница <strong>не си чат агент...</strong>."
5324
+
5325
+ #: wp-live-chat-support/wp-live-chat-support.php:3523
5326
+ msgid "Previous"
5327
+ msgstr "Предишен"
5328
+
5329
+ #: wp-live-chat-support/wp-live-chat-support.php:3534
5330
+ msgid "Chat with"
5331
+ msgstr "Чат с"
5332
+
5333
+ #: wp-live-chat-support/wp-live-chat-support.php:3536
5334
+ msgid "Starting Time:"
5335
+ msgstr ""
5336
+
5337
+ #: wp-live-chat-support/wp-live-chat-support.php:3537
5338
+ msgid "Ending Time:"
5339
+ msgstr ""
5340
+
5341
+ #: wp-live-chat-support/wp-live-chat-support.php:3597
5342
+ #: wp-live-chat-support/wp-live-chat-support.php:5027
5343
+ msgid "Add-ons"
5344
+ msgstr "Добавки"
5345
+
5346
+ #: wp-live-chat-support/wp-live-chat-support.php:3599
5347
+ msgid "Get more add-ons"
5348
+ msgstr "Повече добавки"
5349
+
5350
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
5351
+ msgid "Add Quick Responses to your Live Chat"
5352
+ msgstr "Добави бързи отговори към твоя Live Chat"
5353
+
5354
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
5355
+ msgid "Pro version only"
5356
+ msgstr "Само в професионалната версия"
5357
+
5358
+ #: wp-live-chat-support/wp-live-chat-support.php:3626
5359
+ msgid "type here..."
5360
+ msgstr "пиши тук..."
5361
+
5362
+ #: wp-live-chat-support/wp-live-chat-support.php:3812
5363
+ msgid "is typing..."
5364
+ msgstr ""
5365
+
5366
+ #: wp-live-chat-support/wp-live-chat-support.php:3856
5367
+ msgid "User has opened the chat window"
5368
+ msgstr "Потребителят отвори чат прозорец"
5369
+
5370
+ #: wp-live-chat-support/wp-live-chat-support.php:3857
5371
+ msgid "User has minimized the chat window"
5372
+ msgstr "Потребителят минимизира чат прозареца"
5373
+
5374
+ #: wp-live-chat-support/wp-live-chat-support.php:3858
5375
+ msgid "User has maximized the chat window"
5376
+ msgstr "Потребителят максимизира чат прозореца"
5377
+
5378
+ #: wp-live-chat-support/wp-live-chat-support.php:3859
5379
+ msgid "The chat has been ended"
5380
+ msgstr "Чатът приключи"
5381
+
5382
+ #: wp-live-chat-support/wp-live-chat-support.php:4491
5383
+ msgid "Delete History"
5384
+ msgstr "Изтриване на историята"
5385
+
5386
+ #: wp-live-chat-support/wp-live-chat-support.php:4508
5387
+ msgid "No chats available at the moment"
5388
+ msgstr "Не са налични чатове в момента"
5389
+
5390
+ #: wp-live-chat-support/wp-live-chat-support.php:4560
5391
+ msgid "WP Live Chat History"
5392
+ msgstr "WP Live Chat История"
5393
+
5394
+ #: wp-live-chat-support/wp-live-chat-support.php:4589
5395
+ msgid "WP Live Chat Missed Chats"
5396
+ msgstr "WP Live Chat пропуснати чатове"
5397
+
5398
+ #: wp-live-chat-support/wp-live-chat-support.php:4604
5399
+ msgid ""
5400
+ "Please update to the latest version of WP Live Chat Support Pro to start "
5401
+ "recording any offline messages."
5402
+ msgstr ""
5403
+ "Моля обновете до последната версия на WP Live Chat Support Pro за да "
5404
+ "стартирате записването на съобщения извън линия."
5405
+
5406
+ #: wp-live-chat-support/wp-live-chat-support.php:4607
5407
+ msgid "This option is only available in the "
5408
+ msgstr "Тази опция е налична само в "
5409
+
5410
+ #: wp-live-chat-support/wp-live-chat-support.php:4619
5411
+ msgid "WP Live Chat Offline Messages"
5412
+ msgstr "WP Live Chat Съобщения Извън Линия"
5413
+
5414
+ #: wp-live-chat-support/wp-live-chat-support.php:4640
5415
+ msgid "Actions"
5416
+ msgstr "Действия"
5417
+
5418
+ #: wp-live-chat-support/wp-live-chat-support.php:4664
5419
+ msgid "Delete Message"
5420
+ msgstr "Изтриване на съобщение"
5421
+
5422
+ #: wp-live-chat-support/wp-live-chat-support.php:4794
5423
+ msgid "Please click 'Start Chat' to initiate a chat with an agent"
5424
+ msgstr "За да инициирате чат с наш агент, моля натиснете 'Старт чат' бутона"
5425
+
5426
+ #: wp-live-chat-support/wp-live-chat-support.php:4938
5427
+ msgid "Thank You for your feedback!"
5428
+ msgstr "Благодарим за обратната връзка!"
5429
+
5430
+ #: wp-live-chat-support/wp-live-chat-support.php:4948
5431
+ msgid "Your settings have been saved."
5432
+ msgstr "Настройките са съхранени."
5433
+
5434
+ #: wp-live-chat-support/wp-live-chat-support.php:4993
5435
+ msgid ""
5436
+ "WPLC: set_time_limit() is not enabled on this server. You may experience "
5437
+ "issues while using WP Live Chat Support as a result of this. Please get in "
5438
+ "contact your host to get this function enabled."
5439
+ msgstr ""
5440
+ "WPLC: set_time_limit() не е разрешено на този сървър. В резултат на това "
5441
+ "може да изпитате затруднения докато ползвате WP Live Chat Support. Моля "
5442
+ "свържете се с администратора на приложението за да разрешите тази функция."
5443
+
5444
+ #: wp-live-chat-support/wp-live-chat-support.php:4999
5445
+ msgid ""
5446
+ "WPLC: Safe mode is enabled on this server. You may experience issues while "
5447
+ "using WP Live Chat Support as a result of this. Please contact your host to "
5448
+ "get safe mode disabled."
5449
+ msgstr ""
5450
+ "WPLC: Безопасният режим е разрешен на този сървър. В резултат на това може "
5451
+ "да изпитате затруднения с WP Live Chat Support. Моля свържете се с "
5452
+ "администратора на приложението за да забраните тази функция."
5453
+
5454
+ #: wp-live-chat-support/wp-live-chat-support.php:5027
5455
+ msgid "Suggested Plugins"
5456
+ msgstr "Предложения за приставки"
5457
+
5458
+ #: wp-live-chat-support/wp-live-chat-support.php:5038
5459
+ #: wp-live-chat-support/wp-live-chat-support.php:5039
5460
+ #: wp-live-chat-support/wp-live-chat-support.php:5040
5461
+ #: wp-live-chat-support/wp-live-chat-support.php:5045
5462
+ msgid "Sola Support Tickets"
5463
+ msgstr "Sola билети за поддръжка"
5464
+
5465
+ #: wp-live-chat-support/wp-live-chat-support.php:5043
5466
+ msgid ""
5467
+ "The easiest to use Help Desk & Support Ticket plugin. Create a support help "
5468
+ "desk quickly and easily with Sola Support Tickets."
5469
+ msgstr ""
5470
+ "Най - лесното за работа разширение - бюро поддръжка (Help Desk & Support "
5471
+ "Ticket plugin). Направете бюро по поддръжка лесно и бързо с разширение Sola "
5472
+ "Support Tickets."
5473
+
5474
+ #: wp-live-chat-support/wp-live-chat-support.php:5045
5475
+ #: wp-live-chat-support/wp-live-chat-support.php:5056
5476
+ msgid "Get this Plugin"
5477
+ msgstr "Вземи това разширение"
5478
+
5479
+ #: wp-live-chat-support/wp-live-chat-support.php:5049
5480
+ #: wp-live-chat-support/wp-live-chat-support.php:5050
5481
+ #: wp-live-chat-support/wp-live-chat-support.php:5051
5482
+ #: wp-live-chat-support/wp-live-chat-support.php:5056
5483
+ msgid "Nifty Newsletters"
5484
+ msgstr "Nifty новини"
5485
+
5486
+ #: wp-live-chat-support/wp-live-chat-support.php:5054
5487
+ msgid ""
5488
+ "Create and send newsletters, automatic post notifications and autoresponders "
5489
+ "that are modern and beautiful with Nifty Newsletters."
5490
+ msgstr ""
5491
+ "Създавайте и изпращайте новини. Автоматизирайте изпращането на нотификации и "
5492
+ "отговори по модерен и красив начин с Nifty Newsletters."
5493
+
5494
+ #: wp-live-chat-support/wp-live-chat-support.php:5088
5495
+ msgid "Price:"
5496
+ msgstr "Цена:"
5497
+
5498
+ #: wp-live-chat-support/wp-live-chat-support.php:5090
5499
+ msgid "Free"
5500
+ msgstr "Безплатно"
5501
+
5502
+ #: wp-live-chat-support/wp-live-chat-support.php:5091
5503
+ msgid "Paid"
5504
+ msgstr "Платено"
5505
+
5506
+ #: wp-live-chat-support/wp-live-chat-support.php:5094
5507
+ msgid "For:"
5508
+ msgstr "За:"
5509
+
5510
+ #: wp-live-chat-support/wp-live-chat-support.php:5095
5511
+ msgid "Both"
5512
+ msgstr "Двете"
5513
+
5514
+ #: wp-live-chat-support/wp-live-chat-support.php:5096
5515
+ msgid "Free version"
5516
+ msgstr "Безплатна версия"
5517
+
5518
+ #: wp-live-chat-support/wp-live-chat-support.php:5097
5519
+ msgid "Pro version"
5520
+ msgstr "Професионална версия"
5521
+
5522
+ #: wp-live-chat-support/wp-live-chat-support.php:5129
5523
+ msgid "Already installed"
5524
+ msgstr "Вече е инсталирано"
5525
+
5526
+ #: wp-live-chat-support/wp-live-chat-support.php:5158
5527
+ msgid "WP Live Chat Support"
5528
+ msgstr "WP Live Chat поддръжка"
5529
+
5530
+ #: wp-live-chat-support/wp-live-chat-support.php:5163
5531
+ msgid ""
5532
+ "Getting started? Read through some of these articles to help you along your "
5533
+ "way."
5534
+ msgstr "Подготвяте се да започнете? Ето статии с полезна информация."
5535
+
5536
+ #: wp-live-chat-support/wp-live-chat-support.php:5164
5537
+ msgid "Documentation:"
5538
+ msgstr "Документация:"
5539
+
5540
+ #: wp-live-chat-support/wp-live-chat-support.php:5166
5541
+ msgid "Minimum System Requirements"
5542
+ msgstr "Минимални системни изисквания"
5543
+
5544
+ #: wp-live-chat-support/wp-live-chat-support.php:5167
5545
+ msgid "Do I have to be logged into the dashboard to chat with visitors?"
5546
+ msgstr ""
5547
+ "Трябва ли да съм регистриран в чат таблото за да инициирам чат с посетители "
5548
+ "на сайта?"
5549
+
5550
+ #: wp-live-chat-support/wp-live-chat-support.php:5168
5551
+ msgid "What are Quick Responses?"
5552
+ msgstr "Кои са Бързите ми Отговори?"
5553
+
5554
+ #: wp-live-chat-support/wp-live-chat-support.php:5169
5555
+ msgid "Can I use this plugin on my multi-site?"
5556
+ msgstr "Мога ли да използвам тази приставка на множество сайтове?"
5557
+
5558
+ #: wp-live-chat-support/wp-live-chat-support.php:5170
5559
+ msgid "How do I disable APC Object Cache?"
5560
+ msgstr "Как да забраня APC Object Cache?"
5561
+
5562
+ #: wp-live-chat-support/wp-live-chat-support.php:5171
5563
+ msgid "Do you have a mobile app?"
5564
+ msgstr "Имате ли мобилно приложение?"
5565
+
5566
+ #: wp-live-chat-support/wp-live-chat-support.php:5172
5567
+ msgid "How do I check for JavaScript errors on my site?"
5568
+ msgstr "Как да проверя за JavaScript грешки на сайта си?"
5569
+
5570
+ #: wp-live-chat-support/wp-live-chat-support.php:5176
5571
+ msgid "Troubleshooting"
5572
+ msgstr "Отстраняване на проблеми"
5573
+
5574
+ #: wp-live-chat-support/wp-live-chat-support.php:5178
5575
+ msgid ""
5576
+ "WP Live Chat Support has a diverse and wide range of features which may, "
5577
+ "from time to time, run into conflicts with the thousands of themes and other "
5578
+ "plugins on the market."
5579
+ msgstr ""
5580
+ "WP live Chat support има разнообразна палитра от функции, които биха могли "
5581
+ "да влязат в конфликт с хилядите теми и други приставки на пазара."
5582
+
5583
+ #: wp-live-chat-support/wp-live-chat-support.php:5179
5584
+ msgid "Common issues:"
5585
+ msgstr "Често срещани проблеми:"
5586
+
5587
+ #: wp-live-chat-support/wp-live-chat-support.php:5181
5588
+ msgid "The chat box doesnt show up"
5589
+ msgstr "Чат прозореца не се показва"
5590
+
5591
+ #: wp-live-chat-support/wp-live-chat-support.php:5182
5592
+ msgid "The chat window disappears when I logout or go offline"
5593
+ msgstr "Чат прозореца изчезва, когато изляза или съм извън линия"
5594
+
5595
+ #: wp-live-chat-support/wp-live-chat-support.php:5183
5596
+ msgid "This chat has already been answered. Please close the chat window"
5597
+ msgstr "На този чат, вече е отговорено. Моля затворете чат прозореца"
5598
+
5599
+ #: wp-live-chat-support/wp-live-chat-support.php:5184
5600
+ msgid "Messages only show when I refresh the chat window"
5601
+ msgstr "Съобщението се показва само след обновяване на чат прозореца"
5602
+
5603
+ #: wp-live-chat-support/wp-live-chat-support.php:5185
5604
+ msgid "I'm not getting any notifications of a new chat"
5605
+ msgstr "Не получавам нотификации при иницииране на нов чат"
5606
+
5607
+ #: wp-live-chat-support/wp-live-chat-support.php:5186
5608
+ msgid "The chat window never goes offline"
5609
+ msgstr "Чат прозореца никога не е извън линия"
5610
+
5611
+ #: wp-live-chat-support/wp-live-chat-support.php:5192
5612
+ msgid "Still need help? Use one of these links below."
5613
+ msgstr "Все още се нуждаете от помощ? Ползвайте един от линковете по - дилу."
5614
+
5615
+ #: wp-live-chat-support/wp-live-chat-support.php:5194
5616
+ msgid "Support desk"
5617
+ msgstr "Бюро поддръжка"
5618
+
5619
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
5620
+ msgid "Initiate Chats"
5621
+ msgstr "Инициирайте чат"
5622
+
5623
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
5624
+ msgid "Multiple Chats"
5625
+ msgstr "Множество чатове"
5626
+
5627
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
5628
+ msgid "accept and handle multiple chats."
5629
+ msgstr "Приемане и управление на множество чатове."
5630
+
5631
+ #: wp-live-chat-support/wp-live-chat-support.php:5256
5632
+ #, php-format
5633
+ msgid ""
5634
+ "Thank you for using <a href=\"%1$s\" target=\"_blank\">WP Live Chat Support</"
5635
+ "a>! Please <a href=\"%2$s\" target=\"_blank\">rate us</a> on <a href=\"%2$s"
5636
+ "\" target=\"_blank\">WordPress.org</a>"
5637
+ msgstr ""
5638
+ "Благодарим, че използвахте <a href=\"%1$s\" target=\"_blank\">WP Live Chat "
5639
+ "Support</a>! Моля <a href=\"%2$s\" target=\"_blank\">оценете ни</a> на <a "
5640
+ "href=\"%2$s\" target=\"_blank\">WordPress.org</a>"
5641
+
5642
+ #: wp-live-chat-support/wp-live-chat-support.php:5261
5643
+ msgid "WP Live Chat Support is a product of"
5644
+ msgstr "WP Live Chat Support е продукт на"
5645
+
5646
+ #: wp-live-chat-support/wp-live-chat-support.php:5382
5647
+ msgid "Add as many agents as you need with the "
5648
+ msgstr "Добавете колкото агенти имате нужда с "
5649
+
5650
+ #: wp-live-chat-support/wp-live-chat-support.php:5382
5651
+ msgid "Pro version."
5652
+ msgstr "Професионалната версия."
5653
+
5654
+ #: wp-live-chat-support/wp-live-chat-support.php:5386
5655
+ #, php-format
5656
+ msgid "Change the default chat agent from <strong>%1$s</strong> to "
5657
+ msgstr "Променете шаблон за чат агенти от <strong>%1$s</strong> на "
5658
+
5659
+ #: wp-live-chat-support/wp-live-chat-support.php:5544
5660
+ msgid "Verify"
5661
+ msgstr "Провери"
5662
+
5663
+ #: wp-live-chat-support/wp-live-chat-support.php:5547
5664
+ msgid "Status: "
5665
+ msgstr "Статус: "
5666
+
5667
+ #: wp-live-chat-support/wp-live-chat-support.php:5550
5668
+ msgid "Valid"
5669
+ msgstr "Валиден"
5670
+
5671
+ #: wp-live-chat-support/wp-live-chat-support.php:5551
5672
+ #: wp-live-chat-support/wp-live-chat-support.php:5555
5673
+ msgid "Manage this extension"
5674
+ msgstr "Управление на тази приставка"
5675
+
5676
+ #: wp-live-chat-support/wp-live-chat-support.php:5554
5677
+ msgid "Invalid"
5678
+ msgstr "Невалидно"
5679
+
5680
+ #: wp-live-chat-support/wp-live-chat-support.php:5560
5681
+ msgid "Linked Domains"
5682
+ msgstr "Свързани домейни"
5683
+
5684
+ #: wp-live-chat-support/wp-live-chat-support.php:5599
5685
+ #: wp-live-chat-support/wp-live-chat-support.php:5653
5686
+ msgid ""
5687
+ "Get unlimited agents, initiate chats, advanced chat box control, encryption "
5688
+ "and more with the Pro add-on."
5689
+ msgstr ""
5690
+ "Без лимит за агенти, иницииране на чатове, разширен чат контрол, криптиране "
5691
+ "и още много с професионалната версия."
5692
+
5693
+ #: wp-live-chat-support/wp-live-chat-support.php:5601
5694
+ #: wp-live-chat-support/wp-live-chat-support.php:5628
5695
+ #: wp-live-chat-support/wp-live-chat-support.php:5655
5696
+ msgid "Get this extension"
5697
+ msgstr "Вземи това разширение"
5698
+
5699
+ #: wp-live-chat-support/wp-live-chat-support.php:5617
5700
+ msgid "Mobile & Desktop App"
5701
+ msgstr "Настолни и Мобилни приложения"
5702
+
5703
+ #: wp-live-chat-support/wp-live-chat-support.php:5626
5704
+ msgid ""
5705
+ "Answer chats directly from your mobile phone or desktop with our mobile app "
5706
+ "and desktop client"
5707
+ msgstr ""
5708
+ "Отговаряй на чат директно от мобилния си телефон или персонален компютър със "
5709
+ "съответните ни клиентски приложения"
5710
+
5711
+ #: wp-live-chat-support/wp-live-chat-support.php:5673
5712
+ #: wp-live-chat-support/wp-live-chat-support.php:5694
5713
+ msgid "Relevant Extensions"
5714
+ msgstr "Приложими приставки"
5715
+
5716
+ #: wp-live-chat-support/wp-live-chat-support.php:5719
5717
+ msgid "Powered By WP Live Chat Support"
5718
+ msgstr "Захранено от WP Live Chat Support"
5719
+
5720
+ #: wp-live-chat-support/wp-live-chat-support.php:5898
5721
+ msgid ""
5722
+ "Your API Key is Invalid. You are not eligible for future updates. Please "
5723
+ "enter your API key <a href=\"admin.php?page=wplivechat-menu-api-keys-page"
5724
+ "\">here</a>."
5725
+ msgstr ""
5726
+ "API ключа е невалиден. Бъдещите обновления няма да бъдат невъзможни. Моля "
5727
+ "добавете нов API ключ <a href=\"admin.php?page=wplivechat-menu-api-keys-page"
5728
+ "\">тук</a>."
5729
+
5730
+ #: wp-live-chat-support/wp-live-chat-support.php:6021
5731
+ msgid "Advanced settings"
5732
+ msgstr "Разширени настройки"
5733
+
5734
+ #: wp-live-chat-support/wp-live-chat-support.php:6031
5735
+ msgid "Only change these settings if you are experiencing performance issues."
5736
+ msgstr ""
5737
+ "Променяйте тези настройки само ако изпитвате затруднения с "
5738
+ "производителността."
5739
+
5740
+ #: wp-live-chat-support/wp-live-chat-support.php:6038
5741
+ msgid "What type of environment are you on?"
5742
+ msgstr "Какъв тип е средата на работа на приложението?"
5743
+
5744
+ #: wp-live-chat-support/wp-live-chat-support.php:6042
5745
+ msgid "Shared hosting - low level plan"
5746
+ msgstr "Споделен услуга - План от ниско ниво"
5747
+
5748
+ #: wp-live-chat-support/wp-live-chat-support.php:6043
5749
+ msgid "Shared hosting - normal plan"
5750
+ msgstr "Споделена услуга - нормален план"
5751
+
5752
+ #: wp-live-chat-support/wp-live-chat-support.php:6044
5753
+ msgid "VPS"
5754
+ msgstr "VPS - Лична виртуализация"
5755
+
5756
+ #: wp-live-chat-support/wp-live-chat-support.php:6045
5757
+ msgid "Dedicated server"
5758
+ msgstr "Отделен сървър"
5759
+
5760
+ #: wp-live-chat-support/wp-live-chat-support.php:6051
5761
+ msgid "Long poll setup"
5762
+ msgstr "Виртуален клъстер"
5763
+
5764
+ #: wp-live-chat-support/wp-live-chat-support.php:6051
5765
+ msgid ""
5766
+ "Only change these if you are an experienced developer or if you have "
5767
+ "received these figures from the Code Cabin Support team."
5768
+ msgstr "Разширени настройки. Променяни само от опитни разработчици."
5769
+
5770
+ #: wp-live-chat-support/wp-live-chat-support.php:6059
5771
+ msgid "Iterations"
5772
+ msgstr "Повторения"
5773
+
5774
+ #: wp-live-chat-support/wp-live-chat-support.php:6063
5775
+ msgid "Sleep between iterations"
5776
+ msgstr "Изчакване между повторенията"
5777
+
5778
+ #: wp-live-chat-support/wp-live-chat-support.php:6066
5779
+ msgid "microseconds"
5780
+ msgstr "микросекунди"
5781
+
5782
+ #: wp-live-chat-support/wp-live-chat-support.php:6092
5783
+ msgid "View comprehensive reports regarding your chat and agent activity."
5784
+ msgstr "Извадка за активността на чата и агентите."
5785
+
5786
+ #: wp-live-chat-support/wp-live-chat-support.php:6095
5787
+ msgid "Reports"
5788
+ msgstr "Извадки"
5789
+
5790
+ #: wp-live-chat-support/wp-live-chat-support.php:6097
5791
+ msgid "Chat statistics"
5792
+ msgstr "Чат статистики"
5793
+
5794
+ #: wp-live-chat-support/wp-live-chat-support.php:6098
5795
+ msgid "Popular pages"
5796
+ msgstr "Популярни страници"
5797
+
5798
+ #: wp-live-chat-support/wp-live-chat-support.php:6099
5799
+ msgid ""
5800
+ "ROI reporting and tracking (identify which agents produce the most sales)"
5801
+ msgstr ""
5802
+ "Извадка за възвръщане на инвестициите (идентифициране на агентите направили "
5803
+ "най-много продажби)"
5804
+
5805
+ #: wp-live-chat-support/wp-live-chat-support.php:6100
5806
+ msgid ""
5807
+ "User experience ratings (identify which agents produce the happiest "
5808
+ "customers)"
5809
+ msgstr ""
5810
+ "Рейтинги за потребителско преживяване (идентифициране на агенти направили "
5811
+ "клиентите най-щастливи)"
5812
+
5813
+ #: wp-live-chat-support/wp-live-chat-support.php:6110
5814
+ #: wp-live-chat-support/wp-live-chat-support.php:6175
5815
+ #: wp-live-chat-support/wp-live-chat-support.php:6213
5816
+ msgid "Get all this and more in the "
5817
+ msgstr "Вземете всичко това и още много в "
5818
+
5819
+ #: wp-live-chat-support/wp-live-chat-support.php:6110
5820
+ #: wp-live-chat-support/wp-live-chat-support.php:6175
5821
+ #: wp-live-chat-support/wp-live-chat-support.php:6213
5822
+ msgid "Pro add-on"
5823
+ msgstr "Професионалната версия"
5824
+
5825
+ #: wp-live-chat-support/wp-live-chat-support.php:6111
5826
+ #: wp-live-chat-support/wp-live-chat-support.php:6176
5827
+ #: wp-live-chat-support/wp-live-chat-support.php:6214
5828
+ msgid "Upgrade Now"
5829
+ msgstr "Актуализирай сега"
5830
+
5831
+ #: wp-live-chat-support/wp-live-chat-support.php:6157
5832
+ msgid ""
5833
+ "Create custom data triggers when users view a certain page, spend a certain "
5834
+ "amount of time on a page, scroll past a certain point or when their mouse "
5835
+ "leaves the window."
5836
+ msgstr ""
5837
+ "Направи сециални стартери когато потребител прегледа определена страница, "
5838
+ "прекара определено време на страница, навигира до определена точка или "
5839
+ "когато мишката им напусна прозореца."
5840
+
5841
+ #: wp-live-chat-support/wp-live-chat-support.php:6160
5842
+ msgid "Trigger Types"
5843
+ msgstr "Типове Стартери"
5844
+
5845
+ #: wp-live-chat-support/wp-live-chat-support.php:6199
5846
+ msgid ""
5847
+ "Create custom fields, allowing your visitors to enter the data you need "
5848
+ "before starting a chat."
5849
+ msgstr ""
5850
+
5851
+ #: wp-live-chat-support/wp-live-chat-support.php:6200
5852
+ msgid "Custom Field Types"
5853
+ msgstr ""
5854
+
5855
+ #: wp-live-chat-support/wp-live-chat-support.php:6202
5856
+ #, fuzzy
5857
+ #| msgid "Offline Text Fields"
5858
+ msgid "Text Fields"
5859
+ msgstr "Текстови полета \"извън линия\""
5860
+
5861
+ #: wp-live-chat-support/wp-live-chat-support.php:6203
5862
+ msgid "Dropdown Fields"
5863
+ msgstr ""
5864
+
5865
+ #: wp-live-chat-support/wp-live-chat-support.php:6234
5866
+ msgid "Display a 'Powered by' link in the chat box"
5867
+ msgstr ""
5868
+
5869
+ #: wp-live-chat-support/wp-live-chat-support.php:6234
5870
+ msgid ""
5871
+ "Checking this will display a 'Powered by WP Live Chat Support' caption at "
5872
+ "the bottom of your chatbox."
5873
+ msgstr ""
5874
+
5875
+ #: wp-live-chat-support/wp-live-chat-support.php:6276
5876
+ #, fuzzy
5877
+ #| msgid "Powered By WP Live Chat Support"
5878
+ msgid "Powered by WP Live Chat Support"
5879
+ msgstr "Захранено от WP Live Chat Support"
5880
+
5881
+ #: wp-live-chat-support/wp-live-chat-support.php:6314
5882
+ #: wp-live-chat-support/wp-live-chat-support.php:6334
5883
+ msgid "Custom Scripts"
5884
+ msgstr ""
5885
+
5886
+ #: wp-live-chat-support/wp-live-chat-support.php:6338
5887
+ msgid "Custom CSS"
5888
+ msgstr ""
5889
+
5890
+ #: wp-live-chat-support/wp-live-chat-support.php:6343
5891
+ msgid "Custom JS"
5892
+ msgstr ""
5893
+
5894
+ #: wp-live-chat-support/wp-live-chat-support.php:6422
5895
+ #, php-format
5896
+ msgid ""
5897
+ "WP Live Chat Support requires WP Live Chat Support Pro Version 7.0.0 or "
5898
+ "greater in order for departments to function as expected. Please update WP "
5899
+ "Live Chat Support %s"
5900
+ msgstr ""
5901
+
5902
+ #: wp-live-chat-support/wp-live-chat-support.php:6436
5903
+ #, fuzzy
5904
+ #| msgid ""
5905
+ #| "Please update your <a href='%s'>basic version</a> to make use of this "
5906
+ #| "feature."
5907
+ msgid "Please update your Pro version to create a department"
5908
+ msgstr ""
5909
+ "Моля обновете <a href='%s'>базовата версия</a> за използване на тази "
5910
+ "функционалност."
5911
+
5912
+ #: wp-live-chat-support/wp-live-chat-support.php:6451
5913
+ #, php-format
5914
+ msgid ""
5915
+ "The Live Chat box is currently disabled on your website due to : <a href=\"%s"
5916
+ "\">General Settings</a>"
5917
+ msgstr ""
5918
+
5919
+ #: wp-live-chat-support/wp-live-chat-support.php:6571
5920
+ msgid "Deprecation Notice"
5921
+ msgstr ""
5922
+
5923
+ #: wp-live-chat-support/wp-live-chat-support.php:6572
5924
+ msgid ""
5925
+ "Please note, missed chat functionality is being deprecated as we will be "
5926
+ "moving to a customer oriented system in the near future. "
5927
+ msgstr ""
5928
+
5929
+ #: wp-live-chat-support/wp-live-chat-support.php:6573
5930
+ msgid ""
5931
+ "The new system will offer more insight into your user base while enhancing "
5932
+ "your experience when retrieving statistics and information. "
5933
+ msgstr ""
5934
+
5935
+ #: wp-live-chat-support/wp-live-chat-support.php:6574
5936
+ msgid ""
5937
+ "This area will remain active for the time being, however it is recommended "
5938
+ "that you prepare for this change in the near future. "
5939
+ msgstr ""
5940
+
5941
+ #: wp-live-chat-support/wp-live-chat-support.php:6615
5942
+ msgid ""
5943
+ "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
5944
+ "Live Chat Support 8.0.05 there is build in support for Email Transcript."
5945
+ msgstr ""
5946
+
5947
+ #: wp-live-chat-support/wp-live-chat-support.php:6628
5948
+ #, php-format
5949
+ msgid ""
5950
+ "Thank you for chatting with us. If you have any questions, please <a href="
5951
+ "\"%1$s\" target=\"_blank\" style=\"font-family: Arial, Helvetica, sans-"
5952
+ "serif; font-size: 13px; color: #FFF; font-weight: bold; text-decoration: "
5953
+ "underline;\">contact us</a>"
5954
+ msgstr ""
5955
+
5956
+ #: wp-live-chat-support/wp-live-chat-support.php:6645
5957
+ msgid "Email transcript to user"
5958
+ msgstr ""
5959
+
5960
+ #: wp-live-chat-support/wp-live-chat-support.php:6729
5961
+ #, php-format
5962
+ msgid "Your chat transcript from %1$s"
5963
+ msgstr ""
5964
+
5965
+ #: wp-live-chat-support/wp-live-chat-support.php:6858
5966
+ #, fuzzy
5967
+ #| msgid "Chat Window Settings"
5968
+ msgid "Chat Transcript Settings"
5969
+ msgstr "Настройки на Чат Прозореца"
5970
+
5971
+ #: wp-live-chat-support/wp-live-chat-support.php:6861
5972
+ msgid "Enable chat transcripts:"
5973
+ msgstr ""
5974
+
5975
+ #: wp-live-chat-support/wp-live-chat-support.php:6872
5976
+ msgid "Send transcripts to:"
5977
+ msgstr ""
5978
+
5979
+ #: wp-live-chat-support/wp-live-chat-support.php:6879
5980
+ #, fuzzy
5981
+ #| msgid "Username"
5982
+ msgid "User"
5983
+ msgstr "Потребителско Име"
5984
+
5985
+ #: wp-live-chat-support/wp-live-chat-support.php:6890
5986
+ msgid "Send transcripts when chat ends:"
5987
+ msgstr ""
5988
+
5989
+ #: wp-live-chat-support/wp-live-chat-support.php:6901
5990
+ #, fuzzy
5991
+ #| msgid "Email"
5992
+ msgid "Email body"
5993
+ msgstr "И-мейл"
5994
+
5995
+ #: wp-live-chat-support/wp-live-chat-support.php:6913
5996
+ #, fuzzy
5997
+ #| msgid "Email Address"
5998
+ msgid "Email header"
5999
+ msgstr "Електронна поща"
6000
+
6001
+ #: wp-live-chat-support/wp-live-chat-support.php:6924
6002
+ msgid "Email footer"
6003
+ msgstr ""
6004
+
6005
+ #~ msgid "Chat functionality has been paused."
6006
+ #~ msgstr "Функция чат, на пауза..."
6007
+
6008
+ #~ msgid ""
6009
+ #~ "Please enter your verified API key in the <a href=\"admin.php?"
6010
+ #~ "page=wplivechat-menu-api-keys-page\">API Keys page</a> to activate the "
6011
+ #~ "cloud based functionality."
6012
+ #~ msgstr ""
6013
+ #~ "Моля въведете ваш верифициран API ключ в <a href=\"admin.php?"
6014
+ #~ "page=wplivechat-menu-api-keys-page\">Страница API Keys</a> за да "
6015
+ #~ "активирате облачните услуги."
6016
+
6017
+ #~ msgid "Are you sure you would like to delete chat history?"
6018
+ #~ msgstr "Изтриване на чат историята?"
6019
+
6020
+ #~ msgid "Are you sure you would like to delete all missed chats?"
6021
+ #~ msgstr "Изтриване на пропуснат чат?"
6022
+
6023
+ #~ msgid ""
6024
+ #~ "You are currently using our <strong>cloud server</strong> to handle your "
6025
+ #~ "chat requests and live chat sessions.<br /><br />To disable this, please "
6026
+ #~ "deactivate the WP Live Chat Support - Cloud Server plugin."
6027
+ #~ msgstr ""
6028
+ #~ "В момента ползвате наш <strong>облачен сървър</strong> за обработка на "
6029
+ #~ "чат сесии.<br /><br />За да забраните това, моля деактивирайте WP Live "
6030
+ #~ "Chat Support - Cloud Server plugin."
6031
+
6032
+ #~ msgid ""
6033
+ #~ "Users will have to enter their Name and Email Address when starting a chat"
6034
+ #~ msgstr ""
6035
+ #~ "Потребителите ще трябва да попълнят Име и Електронна поща преди да "
6036
+ #~ "стартират чат"
6037
+
6038
+ #~ msgid "You are currently accepting chats"
6039
+ #~ msgstr "В момента приемаш чат сесии"
6040
+
6041
+ #~ msgid "Your Name"
6042
+ #~ msgstr "Име"
6043
+
6044
+ #~ msgid "Your Email"
6045
+ #~ msgstr "Електронна поща"
6046
+
6047
+ #~ msgid "Version 6"
6048
+ #~ msgstr "Версия 6"
6049
+
6050
+ #~ msgid "The most popular live chat plugin!"
6051
+ #~ msgstr "Най - популярната чат приставка!"
6052
+
6053
+ #~ msgid "Rest API"
6054
+ #~ msgstr "REST API"
6055
+
6056
+ #~ msgid "Option"
6057
+ #~ msgstr "Опция"
6058
+
6059
+ #~ msgid ""
6060
+ #~ "There was a problem sending your feedback. Please log your feedback on "
6061
+ #~ msgstr ""
6062
+ #~ "Възникна проблем при изпращането на обратната връзка. Моля запишете "
6063
+ #~ "обратната връзка на "
6064
+
6065
+ #~ msgid ""
6066
+ #~ "Reduce the resources required by your server - use our cloud server to "
6067
+ #~ "host your chats."
6068
+ #~ msgstr ""
6069
+ #~ "Намали ресурсните изисквания към сървъра си, използвайки наша облачна "
6070
+ #~ "система."
languages/wplivechat-da_DA.mo CHANGED
Binary file
languages/wplivechat-da_DA.po CHANGED
@@ -1,34 +1,29 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
- "POT-Creation-Date: 2016-10-18 14:14+0200\n"
5
- "PO-Revision-Date: 2016-10-18 14:14+0200\n"
6
  "Last-Translator: Kasper Jensen <support@teknisk-support.com>\n"
7
  "Language-Team: \n"
8
  "Language: da_DK\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.10\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: ../..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SearchPath-0: wp-live-chat-support\n"
17
  "X-Poedit-SearchPath-1: wp-live-chat-support-pro\n"
18
  "X-Poedit-SearchPath-2: wp-live-chat-support-mobile-and-desktop-app\n"
19
- "X-Poedit-SearchPath-3: wp-live-chat-support-cloud-server\n"
20
 
21
- #: wp-live-chat-support-cloud-server/includes/update_control.php:43
22
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:59
23
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:371
24
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:393
25
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:98
26
- #: wp-live-chat-support/wp-live-chat-support.php:3988
27
- msgid "Cloud Server"
28
- msgstr "Cloud Server"
29
 
30
- #: wp-live-chat-support-cloud-server/includes/update_control.php:118
31
- #: wp-live-chat-support/includes/update_control.class.php:122
32
  msgid ""
33
  "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
34
  "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
@@ -36,142 +31,199 @@ msgstr ""
36
  "Der opstod en uventet HTTP-fejl under API-anmodningen. </p><p> <a href=“?” "
37
  "onclick=“document.location.reload(); return false;”>Prøv igen</a>"
38
 
39
- #: wp-live-chat-support-cloud-server/includes/update_control.php:123
40
- #: wp-live-chat-support/includes/update_control.class.php:127
41
  msgid "An unknown error occurred"
42
  msgstr "En ukendt fejl opstod"
43
 
44
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:73
45
- msgid "Chat functionality has been paused."
 
 
 
 
 
 
46
  msgstr ""
47
 
48
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:74
49
- msgid ""
50
- "Please enter your verified API key in the <a href=\"admin.php?page=wplivechat-"
51
- "menu-api-keys-page\">API Keys page</a> to activate the cloud based "
52
- "functionality."
 
 
 
 
53
  msgstr ""
54
 
55
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:90
56
- msgid "Are you sure you would like to delete chat history?"
57
  msgstr ""
58
 
59
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:92
60
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:108
61
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:135
62
- #: wp-live-chat-support/functions.php:1609
63
- #: wp-live-chat-support/includes/settings_page.php:97
64
- #: wp-live-chat-support/wp-live-chat-support.php:3048
65
- msgid "Yes"
66
- msgstr "Ja"
67
 
68
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:93
69
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:109
70
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:138
71
- #: wp-live-chat-support/functions.php:1609
72
- #: wp-live-chat-support/includes/settings_page.php:98
73
- #: wp-live-chat-support/wp-live-chat-support.php:3048
74
- msgid "No"
75
- msgstr "Nej"
76
 
77
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:106
78
- msgid "Are you sure you would like to delete all missed chats?"
79
  msgstr ""
80
 
81
- #: wp-live-chat-support-cloud-server/wp-live-chat-support-cloud-server.php:374
82
- msgid ""
83
- "You are currently using our <strong>cloud server</strong> to handle your chat "
84
- "requests and live chat sessions.<br /><br />To disable this, please "
85
- "deactivate the WP Live Chat Support - Cloud Server plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  msgstr ""
87
 
88
- #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:47
89
- msgid "Mobile and Desktop App"
90
  msgstr ""
91
 
92
- #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:99
93
- msgid "Mobile and Desktop App Settings"
94
  msgstr ""
95
 
96
- #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:102
97
- msgid "Enable mobile and desktop app"
98
  msgstr ""
99
 
100
- #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:124
101
- msgid "App"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  msgstr ""
103
 
104
- #: wp-live-chat-support-pro/ajax-pro.php:269
 
 
 
 
 
105
  msgid "Guest"
106
  msgstr "Gæst"
107
 
108
- #: wp-live-chat-support-pro/ajax-pro.php:341
109
- #: wp-live-chat-support/ajax_new.php:286
110
- msgid "Admin has closed and ended the chat"
111
- msgstr "Admin har lukket og sluttede chatten"
 
112
 
113
- #: wp-live-chat-support-pro/ajax-pro.php:376
114
- #: wp-live-chat-support/ajax_new.php:310
115
- msgid "There is No Answer. Please Try Again Later"
116
- msgstr "Der er Intet svar. Prøv igen senere"
 
 
 
 
 
 
 
117
 
118
  #: wp-live-chat-support-pro/functions-pro.php:54
119
  #: wp-live-chat-support-pro/functions-pro.php:173
120
- #: wp-live-chat-support-pro/functions-pro.php:325
121
- #: wp-live-chat-support/functions.php:294 wp-live-chat-support/functions.php:486
122
- #: wp-live-chat-support/modules/api/wplc-api-functions.php:458
123
- #: wp-live-chat-support/wp-live-chat-support.php:2485
124
  msgid "IP Address not recorded"
125
  msgstr "IP-adresse ikke registreret"
126
 
127
  #: wp-live-chat-support-pro/functions-pro.php:56
128
  #: wp-live-chat-support-pro/functions-pro.php:175
129
- #: wp-live-chat-support-pro/functions-pro.php:327
130
- #: wp-live-chat-support/functions.php:296 wp-live-chat-support/functions.php:488
131
- #: wp-live-chat-support/wp-live-chat-support.php:2487
132
  msgid "Whois for"
133
  msgstr "Whois for"
134
 
135
  #: wp-live-chat-support-pro/functions-pro.php:61
136
- #: wp-live-chat-support-pro/functions-pro.php:333
137
- #: wp-live-chat-support/functions.php:301 wp-live-chat-support/functions.php:443
138
- #: wp-live-chat-support/functions.php:1359
 
139
  msgid "Accept Chat"
140
  msgstr "Accepter Chat"
141
 
142
  #: wp-live-chat-support-pro/functions-pro.php:63
143
- #: wp-live-chat-support-pro/functions-pro.php:335
144
- #: wp-live-chat-support/functions.php:303
145
  msgid "Incoming Chat"
146
  msgstr "Indgående Chat"
147
 
148
  #: wp-live-chat-support-pro/functions-pro.php:63
149
- #: wp-live-chat-support-pro/functions-pro.php:335
150
- #: wp-live-chat-support/functions.php:303
151
  msgid "You have an incoming chat."
152
  msgstr "Du har en indgående snak."
153
 
154
  #: wp-live-chat-support-pro/functions-pro.php:67
155
- #: wp-live-chat-support/functions.php:448
156
  msgid "Open Chat"
157
  msgstr "Åbn chat"
158
 
159
  #: wp-live-chat-support-pro/functions-pro.php:69
160
- #: wp-live-chat-support-pro/functions-pro.php:347
161
- #: wp-live-chat-support/functions.php:309
162
  msgid "Chat Active"
163
  msgstr "Chat Aktiv"
164
 
165
  #: wp-live-chat-support-pro/functions-pro.php:69
166
- #: wp-live-chat-support-pro/functions-pro.php:347
167
- #: wp-live-chat-support/functions.php:309
168
  msgid "This chat is active"
169
  msgstr "Denne chat er aktiv"
170
 
171
  #: wp-live-chat-support-pro/functions-pro.php:74
172
  #: wp-live-chat-support-pro/functions-pro.php:160
173
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2349
174
- #: wp-live-chat-support/wp-live-chat-support.php:1690
175
  msgid "Initiate Chat"
176
  msgstr "Indled Chat"
177
 
@@ -181,14 +233,14 @@ msgid "You must be a chat agent to initiate chats"
181
  msgstr "Du skal være en chat agent til at indlede chats"
182
 
183
  #: wp-live-chat-support-pro/functions-pro.php:99
184
- #: wp-live-chat-support/functions.php:511
185
- #: wp-live-chat-support/modules/api/wplc-api-functions.php:474
186
  msgid "New"
187
  msgstr "Ny"
188
 
189
  #: wp-live-chat-support-pro/functions-pro.php:101
190
- #: wp-live-chat-support/functions.php:513
191
- #: wp-live-chat-support/modules/api/wplc-api-functions.php:476
192
  msgid "Returning"
193
  msgstr "Vender tilbage"
194
 
@@ -197,37 +249,37 @@ msgid "Visitors on site"
197
  msgstr "Besøgende på stedet"
198
 
199
  #: wp-live-chat-support-pro/functions-pro.php:207
200
- #: wp-live-chat-support-pro/functions-pro.php:377
201
- #: wp-live-chat-support/functions.php:332
202
- #: wp-live-chat-support/wp-live-chat-support.php:2522
203
  msgid "Site Info"
204
  msgstr "Side Info"
205
 
206
  #: wp-live-chat-support-pro/functions-pro.php:209
207
- #: wp-live-chat-support-pro/functions-pro.php:379
208
- #: wp-live-chat-support/functions.php:334
209
- #: wp-live-chat-support/wp-live-chat-support.php:2524
210
  msgid "Chat initiated on:"
211
  msgstr "Chat indledt på:"
212
 
213
  #: wp-live-chat-support-pro/functions-pro.php:213
214
- #: wp-live-chat-support-pro/functions-pro.php:383
215
- #: wp-live-chat-support/functions.php:338
216
- #: wp-live-chat-support/wp-live-chat-support.php:2528
217
  msgid "Advanced Info"
218
  msgstr "Avanceret Info"
219
 
220
  #: wp-live-chat-support-pro/functions-pro.php:215
221
- #: wp-live-chat-support-pro/functions-pro.php:385
222
- #: wp-live-chat-support/functions.php:340
223
- #: wp-live-chat-support/wp-live-chat-support.php:2530
224
  msgid "Browser:"
225
  msgstr "BROWSER"
226
 
227
  #: wp-live-chat-support-pro/functions-pro.php:216
228
- #: wp-live-chat-support-pro/functions-pro.php:386
229
- #: wp-live-chat-support/functions.php:341
230
- #: wp-live-chat-support/wp-live-chat-support.php:2531
231
  msgid "IP Address:"
232
  msgstr "IP-adresse"
233
 
@@ -235,218 +287,250 @@ msgstr "IP-adresse"
235
  msgid "No visitors on-line at the moment"
236
  msgstr "Ingen besøgende online i øjeblikket"
237
 
238
- #: wp-live-chat-support-pro/functions-pro.php:302
239
- #: wp-live-chat-support/functions.php:277
240
  msgid "No chat sessions available at the moment"
241
  msgstr "Ingen chat-sessioner til rådighed i øjeblikket"
242
 
243
- #: wp-live-chat-support-pro/functions-pro.php:304
244
- #: wp-live-chat-support/functions.php:279
 
245
  msgid "Active Chats"
246
  msgstr "Aktive Chats"
247
 
248
- #: wp-live-chat-support-pro/functions-pro.php:339
249
  msgid "You must be a chat agent to answer chats"
250
  msgstr "Du skal være en chat agent til at besvare chats"
251
 
252
- #: wp-live-chat-support-pro/functions-pro.php:345
253
- #: wp-live-chat-support/functions.php:307
254
  msgid "Open Chat Window"
255
  msgstr "Åbn chat vindue"
256
 
257
- #: wp-live-chat-support-pro/functions-pro.php:349
258
  msgid "Chat has been answered by another agent"
259
  msgstr "Chat er blevet besvaret af en anden agent"
260
 
261
- #: wp-live-chat-support-pro/functions-pro.php:350
262
  msgid "Chat answered by another agent"
263
  msgstr "Chat besvaret af en anden agent"
264
 
265
- #: wp-live-chat-support-pro/functions-pro.php:409
266
- #: wp-live-chat-support/functions.php:1205
 
267
  msgid "WP Live Chat Support - Offline Message from "
268
  msgstr "WP live chat support - Offline Meddelelse fra"
269
 
270
- #: wp-live-chat-support-pro/functions-pro.php:410
271
- #: wp-live-chat-support-pro/functions-pro.php:969
272
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:441
273
- #: wp-live-chat-support-pro/includes/wplc_roi.php:128
274
- #: wp-live-chat-support/functions.php:1206
275
- #: wp-live-chat-support/functions.php:1620
 
 
276
  #: wp-live-chat-support/includes/deprecated.php:192
277
  #: wp-live-chat-support/includes/deprecated.php:391
278
- #: wp-live-chat-support/includes/settings_page.php:256
279
- #: wp-live-chat-support/wp-live-chat-support.php:1371
280
- #: wp-live-chat-support/wp-live-chat-support.php:1529
281
- #: wp-live-chat-support/wp-live-chat-support.php:3072
282
- #: wp-live-chat-support/wp-live-chat-support.php:3183
 
 
 
283
  msgid "Name"
284
  msgstr "Navn"
285
 
286
- #: wp-live-chat-support-pro/functions-pro.php:410
287
- #: wp-live-chat-support-pro/functions-pro.php:970
288
- #: wp-live-chat-support/functions.php:1207
289
- #: wp-live-chat-support/functions.php:1621
290
  #: wp-live-chat-support/includes/deprecated.php:193
291
  #: wp-live-chat-support/includes/deprecated.php:392
292
- #: wp-live-chat-support/wp-live-chat-support.php:1372
293
- #: wp-live-chat-support/wp-live-chat-support.php:1530
294
- #: wp-live-chat-support/wp-live-chat-support.php:3073
295
- #: wp-live-chat-support/wp-live-chat-support.php:3184
 
 
296
  msgid "Email"
297
  msgstr "e-mail"
298
 
299
- #: wp-live-chat-support-pro/functions-pro.php:410
300
- #: wp-live-chat-support-pro/functions-pro.php:971
301
- #: wp-live-chat-support-pro/functions-pro.php:1546
302
- #: wp-live-chat-support/functions.php:1208
303
- #: wp-live-chat-support/wp-live-chat-support.php:1531
304
- #: wp-live-chat-support/wp-live-chat-support.php:3185
305
- #: wp-live-chat-support/wp-live-chat-support.php:4127
306
- #: wp-live-chat-support/wp-live-chat-support.php:4177
307
  msgid "Message"
308
  msgstr "Besked"
309
 
310
- #: wp-live-chat-support-pro/functions-pro.php:410
311
- #: wp-live-chat-support/functions.php:1209
312
  msgid "Via WP Live Chat Support"
313
  msgstr "Via WP live chat support"
314
 
315
- #: wp-live-chat-support-pro/functions-pro.php:480
316
  msgid "Alert: Someone wants to chat with you on "
317
  msgstr "Alert: nogen ønsker at chatte med dig på"
318
 
319
- #: wp-live-chat-support-pro/functions-pro.php:481
320
  msgid "Someone wants to chat with you on your website"
321
  msgstr "Nogen ønsker at chatte med dig på din hjemmeside"
322
 
323
- #: wp-live-chat-support-pro/functions-pro.php:481
324
  msgid "Log in"
325
  msgstr "Log ind"
326
 
327
- #: wp-live-chat-support-pro/functions-pro.php:748
328
- #: wp-live-chat-support-pro/functions-pro.php:764
329
- #: wp-live-chat-support-pro/functions-pro.php:779
330
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2725
331
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2741
332
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2756
333
  msgid "Chat Agent"
334
  msgstr "Chat Agent"
335
 
336
- #: wp-live-chat-support-pro/functions-pro.php:753
337
- #: wp-live-chat-support-pro/functions-pro.php:769
338
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2730
339
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2746
340
  msgid "Make this user a chat agent"
341
  msgstr "Gør denne bruger en chat agent"
342
 
343
- #: wp-live-chat-support-pro/functions-pro.php:783
344
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2760
345
  msgid "Your user role does not allow you to make yourself a chat agent."
346
  msgstr "Din brugerrolle ikke tillader dig at gøre dig selv en chat agent."
347
 
348
- #: wp-live-chat-support-pro/functions-pro.php:784
349
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2761
350
  msgid "Please contact the administrator of this website to change this."
351
  msgstr "Kontakt administratoren af ​​denne hjemmeside til at ændre dette."
352
 
353
- #: wp-live-chat-support-pro/functions-pro.php:869
354
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3145
355
  msgid "Chat Agent Online"
356
  msgstr "Chat Agent Online"
357
 
358
- #: wp-live-chat-support-pro/functions-pro.php:871
359
- #: wp-live-chat-support-pro/functions-pro.php:876
360
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3147
361
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3152
362
  msgid "Chat Agents Online"
363
  msgstr "Chat Agenter Online"
364
 
365
- #: wp-live-chat-support-pro/functions-pro.php:968
366
- #: wp-live-chat-support/functions.php:1619
367
- #: wp-live-chat-support/wp-live-chat-support.php:3071
368
- #: wp-live-chat-support/wp-live-chat-support.php:3182
 
 
369
  msgid "Date"
370
  msgstr "Dato"
371
 
372
- #: wp-live-chat-support-pro/functions-pro.php:985
373
- #: wp-live-chat-support/wp-live-chat-support.php:3196
374
  msgid "You have not received any offline messages."
375
  msgstr "Du har ikke modtaget nogen offline beskeder."
376
 
377
- #: wp-live-chat-support-pro/functions-pro.php:1410
378
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:788
379
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3500
380
- #: wp-live-chat-support/wp-live-chat-support.php:3770
381
  msgid "Administrator"
382
  msgstr "Administrator"
383
 
384
- #: wp-live-chat-support-pro/functions-pro.php:1411
385
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:794
386
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3506
387
- #: wp-live-chat-support/wp-live-chat-support.php:3779
388
  msgid "Editor"
389
  msgstr "Redaktør"
390
 
391
- #: wp-live-chat-support-pro/functions-pro.php:1412
392
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:800
393
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3512
394
- #: wp-live-chat-support/wp-live-chat-support.php:3788
 
395
  msgid "Author"
396
  msgstr "Forfatter"
397
 
398
- #: wp-live-chat-support-pro/functions-pro.php:1413
399
  msgid "Contributor"
400
  msgstr "bidragsyder"
401
 
402
- #: wp-live-chat-support-pro/functions-pro.php:1414
403
  msgid "Subscriber"
404
  msgstr "Abonnent"
405
 
406
- #: wp-live-chat-support-pro/functions-pro.php:1544
407
- #: wp-live-chat-support/wp-live-chat-support.php:4125
408
- #: wp-live-chat-support/wp-live-chat-support.php:4175
 
409
  msgid "Chat ID"
410
  msgstr "Chat id"
411
 
412
- #: wp-live-chat-support-pro/functions-pro.php:1545
413
- #: wp-live-chat-support/wp-live-chat-support.php:4126
414
- #: wp-live-chat-support/wp-live-chat-support.php:4176
415
  msgid "From"
416
  msgstr "Fra"
417
 
418
- #: wp-live-chat-support-pro/functions-pro.php:1547
419
- #: wp-live-chat-support/wp-live-chat-support.php:4128
420
- #: wp-live-chat-support/wp-live-chat-support.php:4178
421
  msgid "Timestamp"
422
  msgstr "Tidsstempel"
423
 
424
- #: wp-live-chat-support-pro/functions-pro.php:1548
425
- #: wp-live-chat-support/wp-live-chat-support.php:4129
426
- #: wp-live-chat-support/wp-live-chat-support.php:4179
427
  msgid "Origin"
428
  msgstr "Oprindelse"
429
 
430
- #: wp-live-chat-support-pro/functions-pro.php:1560
431
- #: wp-live-chat-support/wp-live-chat-support.php:4134
432
- #: wp-live-chat-support/wp-live-chat-support.php:4184
433
  msgid "user"
434
  msgstr "bruger"
435
 
436
- #: wp-live-chat-support-pro/functions-pro.php:1562
437
- #: wp-live-chat-support/wp-live-chat-support.php:4136
438
- #: wp-live-chat-support/wp-live-chat-support.php:4186
439
  msgid "agent"
440
  msgstr "enhed"
441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
442
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:48
443
- #: wp-live-chat-support/includes/settings_page.php:26
444
  msgid "WP Live Chat Support Settings"
445
  msgstr "WP live chat support Indstillinger"
446
 
447
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:71
448
- #: wp-live-chat-support/wp-live-chat-support.php:2142
449
- #: wp-live-chat-support/wp-live-chat-support.php:2157
450
  msgid "Dear Pro User"
451
  msgstr "Kære Pro Bruger"
452
 
@@ -464,6 +548,9 @@ msgid "You can obtain a copy of your API key "
464
  msgstr "Du kan få en kopi af din API-nøgle"
465
 
466
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
 
 
 
467
  msgid "here"
468
  msgstr "her"
469
 
@@ -484,28 +571,29 @@ msgstr ""
484
  "opdatere siden."
485
 
486
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:83
487
- #: wp-live-chat-support/includes/settings_page.php:53
 
488
  msgid "General Settings"
489
  msgstr "Generelle indstillinger"
490
 
491
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:84
492
- #: wp-live-chat-support/includes/settings_page.php:58
493
  msgid "Chat Box"
494
  msgstr "Chat Box"
495
 
496
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:85
497
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:383
498
- #: wp-live-chat-support/includes/settings_page.php:63
499
- #: wp-live-chat-support/includes/settings_page.php:400
500
- #: wp-live-chat-support/wp-live-chat-support.php:757
501
- #: wp-live-chat-support/wp-live-chat-support.php:760
502
  msgid "Offline Messages"
503
  msgstr "Offline beskeder"
504
 
505
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:86
506
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:485
507
- #: wp-live-chat-support/includes/settings_page.php:68
508
- #: wp-live-chat-support/includes/settings_page.php:541
509
  msgid "Styling"
510
  msgstr "Udseende"
511
 
@@ -514,23 +602,22 @@ msgid "Chat Agents"
514
  msgstr "Chat Agenter"
515
 
516
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:88
517
- #: wp-live-chat-support/includes/settings_page.php:78
518
  msgid "Blocked Visitors"
519
  msgstr "Blokerede Besøgende"
520
 
521
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:89
522
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:830
523
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:836
524
  msgid "Chat Experience Ratings"
525
  msgstr "Chat Erfarings bedømmelse"
526
 
527
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:90
528
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1857
529
  msgid "Encryption"
530
  msgstr "Kryptering"
531
 
532
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:93
533
- #: wp-live-chat-support/includes/settings_page.php:91
534
  msgid "Main Settings"
535
  msgstr "Primære Indstillinger"
536
 
@@ -538,15 +625,14 @@ msgstr "Primære Indstillinger"
538
  msgid "Find out more."
539
  msgstr "Læs mere…"
540
 
 
 
 
 
541
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:103
542
  msgid "Use our server to host your chat server."
543
  msgstr "Brug vores server til at være vært for din chat-server."
544
 
545
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:107
546
- #: wp-live-chat-support/wp-live-chat-support.php:3901
547
- msgid "API Key"
548
- msgstr "API key"
549
-
550
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:112
551
  msgid "This API key is "
552
  msgstr "Denne API-nøgle er"
@@ -570,17 +656,35 @@ msgstr ""
570
  "du kræver det."
571
 
572
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:130
573
- #: wp-live-chat-support/includes/settings_page.php:94
574
  msgid "Chat enabled"
575
  msgstr "Chat aktiveret"
576
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
577
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
578
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1693
579
  msgid "Choose when I want to be online"
580
  msgstr "Vælg, når jeg ønsker at være online"
581
 
582
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
583
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1693
584
  msgid ""
585
  "Checking this will allow you to change your status to Online or Offline on "
586
  "the Live Chat page."
@@ -589,58 +693,86 @@ msgstr ""
589
  "eller offline på live chat-side."
590
 
591
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
592
- #: wp-live-chat-support/includes/settings_page.php:116
593
  msgid "Hide Chat"
594
  msgstr "Skjul Chat"
595
 
596
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
597
- #: wp-live-chat-support/includes/settings_page.php:116
598
  msgid "Hides chat for 24hrs when user clicks X"
599
  msgstr "Skjuler chatte 24 timer, når brugeren klikker X"
600
 
601
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
602
- #: wp-live-chat-support/includes/settings_page.php:125
603
- msgid "Require Name And Email"
604
- msgstr "Kræv navn og email"
 
 
605
 
606
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
607
- #: wp-live-chat-support/includes/settings_page.php:125
608
- msgid ""
609
- "Users will have to enter their Name and Email Address when starting a chat"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
610
  msgstr ""
611
- "Brugere bliver nødt til at indtaste deres navn og e-mail adresse, når du "
612
- "starter en chat"
613
 
614
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:172
615
- #: wp-live-chat-support/includes/settings_page.php:133
616
  msgid "Input Field Replacement Text"
617
  msgstr "Input feltets erstatningsteksten"
618
 
619
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:172
620
- #: wp-live-chat-support/includes/settings_page.php:133
621
  msgid "This is the text that will show in place of the Name And Email fields"
622
  msgstr "Dette er den tekst, der vil vise i stedet for navn og email felter"
623
 
624
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:182
625
- #: wp-live-chat-support/includes/settings_page.php:141
626
  msgid "Use Logged In User Details"
627
  msgstr "Brug indloggede bruger Detaljer"
628
 
629
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:182
630
- #: wp-live-chat-support/includes/settings_page.php:141
631
  msgid ""
632
  "A user's Name and Email Address will be used by default if they are logged in."
633
  msgstr ""
634
  "En brugers navn og e-mail adresse vil blive brugt som standard, hvis de er "
635
  "logget ind."
636
 
637
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
638
- #: wp-live-chat-support/includes/settings_page.php:149
639
  msgid "Enable On Mobile Devices"
640
  msgstr "Aktiver zoom på mobile enheder"
641
 
642
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
643
- #: wp-live-chat-support/includes/settings_page.php:149
644
  msgid ""
645
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
646
  "devices. (Smartphones and Tablets)"
@@ -648,37 +780,37 @@ msgstr ""
648
  "Deaktivering dette vil betyde, at Chat Box ikke vises på mobile enheder. "
649
  "(Smartphones og tablets)"
650
 
651
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
652
- #: wp-live-chat-support/includes/settings_page.php:157
653
  msgid "Record a visitor's IP Address"
654
  msgstr "Optag en besøgendes IP-adresse"
655
 
656
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
657
- #: wp-live-chat-support/includes/settings_page.php:157
658
  msgid "Disable this to enable anonymity for your visitors"
659
  msgstr "Deaktiver denne at aktivere anonymitet for dine besøgende"
660
 
661
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:213
662
- #: wp-live-chat-support/includes/settings_page.php:165
663
  msgid "Play a sound when a new message is received"
664
  msgstr "Afspil en lyd, når en ny besked modtages"
665
 
666
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:213
667
- #: wp-live-chat-support/includes/settings_page.php:165
668
  msgid ""
669
  "Disable this to mute the sound that is played when a new chat message is "
670
  "received"
671
  msgstr ""
672
  "Deaktiver denne for at slå lyd, der afspilles, når en ny chat-besked modtages"
673
 
674
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:222
675
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2135
676
  msgid "Include chat window on the following pages:"
677
  msgstr "Medtag chat vindue på de følgende sider:"
678
 
679
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:222
680
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2135
681
- #: wp-live-chat-support/includes/settings_page.php:175
682
  msgid ""
683
  "Show the chat window on the following pages. Leave blank to show on all. (Use "
684
  "comma-separated Page ID's)"
@@ -686,14 +818,14 @@ msgstr ""
686
  "Vis chatvinduet på de følgende sider. Lad stå tomt for at vise på alle. (Brug "
687
  "kommasepareret Side ID'er)"
688
 
689
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:232
690
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2143
691
  msgid "Exclude chat window on the following pages:"
692
  msgstr "Udeluk chatvinduet på de følgende sider:"
693
 
694
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:232
695
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2143
696
- #: wp-live-chat-support/includes/settings_page.php:190
697
  msgid ""
698
  "Do not show the chat window on the following pages. Leave blank to show on "
699
  "all. (Use comma-separated Page ID's)"
@@ -701,13 +833,36 @@ msgstr ""
701
  "Vis ikke chatvinduet på de følgende sider. Lad stå tomt for at vise på alle. "
702
  "(Brug kommasepareret Side ID'er)"
703
 
704
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:242
705
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
706
  msgid "Allow any user to make themselves a chat agent"
707
  msgstr "Tillad alle brugere at gøre sig en chat agent"
708
 
709
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:242
710
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2151
711
  msgid ""
712
  "Checking this will allow any of your users to make themselves a chat agent "
713
  "when editing their profile."
@@ -715,43 +870,43 @@ msgstr ""
715
  "Kontrol dette vil give nogen af ​​dine brugere til at give sig en chat agent, "
716
  "når du redigerer deres profil."
717
 
718
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:255
719
- #: wp-live-chat-support/includes/settings_page.php:213
720
  msgid "Chat Window Settings"
721
  msgstr "Chatvinduet Indstillinger"
722
 
723
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:258
724
- #: wp-live-chat-support/includes/settings_page.php:216
725
  msgid "Chat box alignment"
726
  msgstr "Chatfeltet tilpasning"
727
 
728
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
729
- #: wp-live-chat-support/includes/settings_page.php:219
730
  msgid "Bottom left"
731
  msgstr "Forneden venstre"
732
 
733
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:266
734
- #: wp-live-chat-support/includes/settings_page.php:220
735
  msgid "Bottom right"
736
  msgstr "Forneden højre"
737
 
738
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:269
739
- #: wp-live-chat-support/includes/settings_page.php:221
740
  msgid "Left"
741
  msgstr "Venstre"
742
 
743
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:272
744
- #: wp-live-chat-support/includes/settings_page.php:222
745
  msgid "Right"
746
  msgstr "Højre"
747
 
748
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:278
749
- #: wp-live-chat-support/includes/settings_page.php:228
750
  msgid "Auto Pop-up"
751
  msgstr "Automatisk pop-up"
752
 
753
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:278
754
- #: wp-live-chat-support/includes/settings_page.php:228
755
  msgid ""
756
  "Expand the chat box automatically (prompts the user to enter their name and "
757
  "email address)."
@@ -759,106 +914,134 @@ msgstr ""
759
  "Udvid chat boksen automatisk (beder brugeren om at indtaste deres navn og e-"
760
  "mail-adresse)."
761
 
762
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
763
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:919
764
  msgid "Name "
765
  msgstr "Navn"
766
 
767
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:303
768
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:990
769
- #: wp-live-chat-support/includes/settings_page.php:272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
770
  msgid "Picture"
771
  msgstr "Billede"
772
 
773
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:311
774
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:998
775
- #: wp-live-chat-support/includes/settings_page.php:275
776
- #: wp-live-chat-support/includes/settings_page.php:291
 
777
  msgid "Upload Image"
778
  msgstr "Upload billede"
779
 
780
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:313
781
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1000
782
  msgid "Remove Image"
783
  msgstr "Fjern billede"
784
 
785
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:314
786
- msgid "Recomended Size 40px x 40px"
 
 
787
  msgstr "Anbefalet Størrelse 40px x 40px"
788
 
789
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:320
790
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1008
791
- #: wp-live-chat-support/includes/settings_page.php:288
792
  msgid "Logo"
793
  msgstr "Logo"
794
 
795
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:328
796
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1016
797
  msgid "Upload Logo"
798
  msgstr "Upload Logo"
799
 
800
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:330
801
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1018
802
  msgid "Remove Logo"
803
  msgstr "Fjern logo"
804
 
805
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:331
806
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1019
807
- msgid "Recomended Size 250px x 40px"
 
808
  msgstr "Anbefalet Størrelse 250px x 40px"
809
 
810
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:337
811
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1025
812
- #: wp-live-chat-support/includes/settings_page.php:304
813
  msgid "Chat delay (seconds)"
814
  msgstr "Chat forsinkelse (sekunder)"
815
 
816
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:337
817
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1025
818
  msgid "How long it takes for your chat window to pop up"
819
  msgstr "Hvor lang tid det tager for din chat-vindue til at poppe op"
820
 
821
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:346
822
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1034
823
- #: wp-live-chat-support/includes/settings_page.php:320
824
  msgid "Chat notifications"
825
  msgstr "Chat underretninger"
826
 
827
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:346
828
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1034
829
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
830
  msgstr ""
831
  "Advare mig via e-mail, så snart nogen ønsker at chatte (mens kun online)"
832
 
833
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:356
834
- #: wp-live-chat-support/includes/settings_page.php:338
835
  msgid "Display name and avatar in chat"
836
  msgstr "Vist navn og avatar i chatten"
837
 
838
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:356
839
- #: wp-live-chat-support/includes/settings_page.php:338
840
  msgid "Display the agent and user name above each message in the chat window."
841
  msgstr "Vise agent og brugernavnet over hver besked i chatvinduet."
842
 
843
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
844
- #: wp-live-chat-support/includes/settings_page.php:348
845
  msgid "Only show the chat window to users that are logged in"
846
  msgstr "Vis kun chatvinduet til brugere, der er logget ind"
847
 
848
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
849
- #: wp-live-chat-support/includes/settings_page.php:348
850
  msgid ""
851
  "By checking this, only users that are logged in will be able to chat with you."
852
  msgstr ""
853
  "Ved at markere dette, vil kun brugere, der er logget ind kan chatte med dig."
854
 
855
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:387
856
- #: wp-live-chat-support/includes/settings_page.php:404
857
  msgid "Do not allow users to send offline messages"
858
  msgstr "Må ikke muligt for brugerne at sende offline beskeder"
859
 
860
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:387
861
- #: wp-live-chat-support/includes/settings_page.php:404
862
  msgid ""
863
  "The chat window will be hidden when it is offline. Users will not be able to "
864
  "send offline messages to you"
@@ -866,13 +1049,13 @@ msgstr ""
866
  "Chatten vindue vil være skjult, når den er offline. Brugerne vil ikke være i "
867
  "stand til at sende offline beskeder til dig"
868
 
869
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:399
870
- #: wp-live-chat-support/includes/settings_page.php:416
871
  msgid "Email Address"
872
  msgstr "E-mail adresse"
873
 
874
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:399
875
- #: wp-live-chat-support/includes/settings_page.php:416
876
  msgid ""
877
  "Email address where offline messages are delivered to. Use comma separated "
878
  "email addresses to send to more than one email address"
@@ -880,107 +1063,121 @@ msgstr ""
880
  "E-mail-adresse, hvor offline meddelelser leveres til. Brug kommasepareret e-"
881
  "mail adresser til at sende til mere end én e-mail-adresse"
882
 
883
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:412
884
- #: wp-live-chat-support/includes/settings_page.php:428
885
  msgid "Sending Method"
886
  msgstr "Sender Metode"
887
 
888
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:413
889
- #: wp-live-chat-support/includes/settings_page.php:429
890
  msgid "WP Mail"
891
  msgstr "WP Mail"
892
 
893
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:414
894
- #: wp-live-chat-support/includes/settings_page.php:430
895
  msgid "PHP Mailer"
896
  msgstr "PHP Mailer"
897
 
898
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:430
899
- #: wp-live-chat-support/includes/settings_page.php:446
900
  msgid "Host"
901
  msgstr "Værtsorganisme"
902
 
903
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:438
904
- #: wp-live-chat-support/includes/settings_page.php:454
905
  msgid "Port"
906
  msgstr "Port"
907
 
908
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:446
909
- #: wp-live-chat-support/includes/settings_page.php:462
910
  msgid "Username"
911
  msgstr "Brugernavn"
912
 
913
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:454
914
- #: wp-live-chat-support/includes/settings_page.php:470
915
  msgid "Password"
916
  msgstr "Adgangskode"
917
 
918
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:463
919
- #: wp-live-chat-support/includes/settings_page.php:479
920
  msgid "Offline Chat Box Title"
921
  msgstr "Offline Chat Box Titel"
922
 
923
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:471
924
- #: wp-live-chat-support/includes/settings_page.php:487
925
  msgid "Offline Text Fields"
926
  msgstr "Offline Tekst Felter"
927
 
928
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:504
929
- #: wp-live-chat-support/includes/settings_page.php:546
 
 
 
 
 
 
 
 
 
 
 
 
 
 
930
  msgid "Choose a theme"
931
  msgstr "Vælg et tema"
932
 
933
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:509
934
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:512
935
  msgid "Theme 1"
936
  msgstr "Tema 1"
937
 
938
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:515
939
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:518
940
  msgid "Theme 2"
941
  msgstr "Tema 2"
942
 
943
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:521
944
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:524
945
  msgid "Theme 3"
946
  msgstr "Tema 3"
947
 
948
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:527
949
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:530
950
  msgid "Theme 4"
951
  msgstr "Tema (4)"
952
 
953
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:533
954
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:536
955
  msgid "Theme 5"
956
  msgstr "Tema 5"
957
 
958
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:539
959
  msgid "Theme 6"
960
  msgstr "Tema 6"
961
 
962
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:542
963
  msgid "Custom. Enter Colour Values Below"
964
  msgstr "Skik. Indtast Farve Værdier under"
965
 
966
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:568
967
  msgid "Chat box fill color"
968
  msgstr "Chatfeltet fyldfarve"
969
 
970
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:574
971
  msgid "Chat box font color"
972
  msgstr "Chatfeltet font farve"
973
 
974
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:581
975
- #: wp-live-chat-support/includes/settings_page.php:677
976
  msgid "I'm using a localization plugin"
977
  msgstr "Jeg bruger en lokalisering plugin"
978
 
979
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:584
980
  msgid "documentation"
981
  msgstr "dokumentation"
982
 
983
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:589
984
  msgid ""
985
  "You will only be able to edit the strings shown in the chat window of the "
986
  "code now. <br/> This has been done to accommodate as many localization "
@@ -992,42 +1189,45 @@ msgstr ""
992
  "plugins som muligt. <br/> For mere information om, hvordan du ændrer disse "
993
  "strenge, henvises til"
994
 
995
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:594
996
- #: wp-live-chat-support/includes/settings_page.php:685
997
  msgid "First Section Text"
998
  msgstr "Første afsnit Tekst"
999
 
1000
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:601
1001
- #: wp-live-chat-support/includes/settings_page.php:692
1002
  msgid "Intro Text"
1003
  msgstr "Intro tekst"
1004
 
1005
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:607
1006
- #: wp-live-chat-support/includes/settings_page.php:698
1007
  msgid "Second Section Text"
1008
  msgstr "forstærkningstog"
1009
 
1010
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:614
1011
- #: wp-live-chat-support/includes/settings_page.php:705
1012
  msgid "Reactivate Chat Section Text"
1013
  msgstr "Genaktiver Chat Sektion tekst"
1014
 
1015
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:622
1016
- #: wp-live-chat-support/includes/settings_page.php:713
1017
  msgid "User chat welcome"
1018
  msgstr "Bruger chat velkommen"
1019
 
1020
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:628
1021
- #: wp-live-chat-support/includes/settings_page.php:719
1022
  msgid "Other text"
1023
  msgstr "Andre tekst"
1024
 
1025
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:630
1026
- #: wp-live-chat-support/includes/settings_page.php:721
1027
  msgid "This text is shown above the user chat input field"
1028
  msgstr "Denne tekst vises over feltet brugeren chat input"
1029
 
1030
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:662
 
 
 
 
 
1031
  msgid ""
1032
  "You are using an outdated version of WP Live Chat Support Basic. Please "
1033
  "update your plugin to allow for animations to function"
@@ -1035,72 +1235,74 @@ msgstr ""
1035
  "Du bruger en forældet version af WP live chat support Basic. Opdater dit "
1036
  "plugin for at give mulighed for animationer til at fungere"
1037
 
1038
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:666
1039
- #: wp-live-chat-support/includes/settings_page.php:749
1040
  msgid "Choose an animation"
1041
  msgstr "Vælg en animation"
1042
 
1043
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:674
1044
- #: wp-live-chat-support/includes/settings_page.php:757
1045
  msgid "Slide Up"
1046
  msgstr "Glid op"
1047
 
1048
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:680
1049
- #: wp-live-chat-support/includes/settings_page.php:763
1050
  msgid "Slide From The Side"
1051
  msgstr "Slide fra siden"
1052
 
1053
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:686
1054
- #: wp-live-chat-support/includes/settings_page.php:769
1055
  msgid "Fade In"
1056
  msgstr "optone"
1057
 
1058
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:692
1059
- #: wp-live-chat-support/includes/settings_page.php:775
1060
  msgid "No Animation"
1061
  msgstr "Ingen Animation"
1062
 
1063
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:750
1064
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3462
1065
- #: wp-live-chat-support/wp-live-chat-support.php:3739
1066
  msgid "Current Users that are Chat Agents"
1067
  msgstr "Nuværende brugere, der er chat Agenter"
1068
 
1069
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:761
1070
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3473
1071
- #: wp-live-chat-support/wp-live-chat-support.php:3749
 
1072
  msgid "Online"
1073
  msgstr "Online"
1074
 
1075
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:771
1076
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3331
1077
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3483
1078
- #: wp-live-chat-support/wp-live-chat-support.php:2123
 
1079
  msgid "Remove"
1080
  msgstr "Fjern"
1081
 
1082
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:780
1083
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3492
1084
- #: wp-live-chat-support/wp-live-chat-support.php:3799
1085
  msgid "Add New Agent"
1086
  msgstr "Tilføj ny agent"
1087
 
1088
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:782
1089
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:798
1090
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3494
1091
- #: wp-live-chat-support/wp-live-chat-support.php:2559
1092
- #: wp-live-chat-support/wp-live-chat-support.php:3764
1093
  msgid "Select"
1094
  msgstr "Vælg"
1095
 
1096
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:804
1097
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3516
1098
- #: wp-live-chat-support/wp-live-chat-support.php:3800
1099
  msgid "Add Agent"
1100
  msgstr "Tilføj agent"
1101
 
1102
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:810
1103
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3522
1104
  msgid ""
1105
  "Should you wish to add a user that has a role less than 'Author', please go "
1106
  "to the <a href='./users.php'>Users</a> page, select the relevant user, click "
@@ -1112,23 +1314,23 @@ msgstr ""
1112
  "bruger, skal du klikke på Rediger og rulle til bunden af siden, og gøre det "
1113
  "muligt for \"Chat Agent\" afkrydsningsfeltet."
1114
 
1115
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:811
1116
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3523
1117
  msgid "If there are no chat agents online, the chat will show as offline"
1118
  msgstr "Hvis der ikke er chat agenter online, vil chatten vises som offline"
1119
 
1120
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:815
1121
- #: wp-live-chat-support/includes/settings_page.php:802
1122
  msgid "Blocked Visitors - Based on IP Address"
1123
  msgstr "Blokerede Besøgende - Baseret på IP-adresse"
1124
 
1125
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:816
1126
- #: wp-live-chat-support/includes/settings_page.php:803
1127
  msgid "Enter each IP Address you would like to block on a new line"
1128
  msgstr "Indtast hver IP-adresse, du ønsker at blokere på en ny linje"
1129
 
1130
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:827
1131
- #: wp-live-chat-support/includes/settings_page.php:814
1132
  msgid ""
1133
  "Blocking a user's IP Address here will hide the chat window from them, "
1134
  "preventing them from chatting with you. Each IP Address must be on a new line"
@@ -1136,1205 +1338,3533 @@ msgstr ""
1136
  "Blokering en brugers IP-adresse her, vil skjule chatvinduet fra dem, "
1137
  "forhindrer dem i at chatte med dig. Hver IP-adresse skal være på en ny linje"
1138
 
1139
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:836
1140
  msgid ""
1141
  "are only available in the WP Live Chat Support Chat Experience Ratings add-on"
1142
  msgstr ""
1143
  "er kun tilgængelige i WP live chat support Chat Experience Ratings tilføjelse"
1144
 
1145
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:840
1146
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1821
1147
  msgid "Chat Encryption"
1148
  msgstr "Chat Kryptering"
1149
 
1150
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:843
1151
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1824
1152
  msgid "Enable Encryption"
1153
  msgstr "Aktiver kryptering"
1154
 
1155
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:843
1156
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1824
1157
  msgid ""
1158
  "All messages will be encrypted when being sent to and from the user and agent."
1159
  msgstr ""
1160
  "Alle meddelelser skal sendes krypteret, når de sendes til og fra brugeren og "
1161
  "agent."
1162
 
1163
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:851
1164
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1834
1165
  msgid ""
1166
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1167
  msgstr ""
1168
  "Når aktiveret, vil alle beskeder sendt krypteres. Dette kan ikke fortrydes."
1169
 
1170
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:857
1171
- #: wp-live-chat-support/includes/settings_page.php:822
1172
  msgid "Save Settings"
1173
  msgstr "Gem opsætning"
1174
 
1175
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:5
1176
- #: wp-live-chat-support-pro/includes/wplc_roi.php:83
1177
- msgid "Add New"
1178
- msgstr ""
 
1179
 
1180
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:8
1181
- #: wp-live-chat-support/wp-live-chat-support.php:4418
1182
- #: wp-live-chat-support/wp-live-chat-support.php:4448
1183
- msgid "WP Live Chat Support Triggers"
1184
- msgstr ""
1185
 
1186
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:16
1187
- #: wp-live-chat-support-pro/includes/wplc_roi.php:110
1188
- #: wp-live-chat-support/wp-live-chat-support.php:4402
1189
- #: wp-live-chat-support/wp-live-chat-support.php:4464
1190
- msgid "Update now"
1191
  msgstr ""
1192
 
1193
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:68
1194
- msgid "Trigger Name"
1195
  msgstr ""
1196
 
1197
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:73
1198
- msgid "Trigger Type"
1199
  msgstr ""
1200
 
1201
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:77
1202
- #: wp-live-chat-support/wp-live-chat-support.php:4454
1203
- msgid "Page Trigger"
 
1204
  msgstr ""
1205
 
1206
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:78
1207
- #: wp-live-chat-support/wp-live-chat-support.php:4455
1208
- msgid "Time Trigger"
1209
  msgstr ""
1210
 
1211
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:79
1212
- #: wp-live-chat-support/wp-live-chat-support.php:4456
1213
- msgid "Scroll Trigger"
 
1214
  msgstr ""
1215
 
1216
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:80
1217
- #: wp-live-chat-support/wp-live-chat-support.php:4457
1218
- msgid "Page Leave Trigger"
1219
- msgstr ""
 
1220
 
1221
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:81
1222
  msgid ""
1223
- "Note: When using page trigger with a the basic theme, no hovercard is shown "
1224
- "by default. We suggest using the time trigger for this instead."
1225
  msgstr ""
1226
 
1227
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:87
1228
- msgid "Page ID"
1229
  msgstr ""
1230
 
1231
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:88
1232
- msgid "Note: Leave empty for 'all' pages"
1233
  msgstr ""
1234
 
1235
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:92
1236
- msgid "Show After"
1237
  msgstr ""
1238
 
1239
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:93
1240
- msgid "Seconds"
1241
- msgstr ""
 
 
1242
 
1243
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:97
1244
- msgid "Show After Scrolled"
 
 
 
 
 
1245
  msgstr ""
1246
 
1247
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:98
1248
- msgid "(%) Percent of page height"
1249
- msgstr ""
 
 
 
 
1250
 
1251
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:102
1252
- msgid "Content Replacement"
1253
- msgstr ""
1254
-
1255
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:114
1256
- msgid "Replace Content"
1257
- msgstr ""
1258
-
1259
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:119
1260
- msgid "Enable Trigger"
1261
- msgstr ""
1262
-
1263
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:125
1264
- #: wp-live-chat-support-pro/includes/wplc_roi.php:237
1265
- msgid "Close"
1266
- msgstr ""
1267
-
1268
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:134
1269
- #: wp-live-chat-support-pro/includes/wplc_roi.php:246
1270
- msgid "Please review your submission"
1271
- msgstr ""
1272
-
1273
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:275
1274
- msgid "Trigger has been edited."
1275
- msgstr ""
1276
-
1277
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:428
1278
- msgid "Conflict with page"
1279
  msgstr ""
1280
 
1281
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:430
1282
- msgid "Trigger ID: "
 
 
 
 
 
 
 
 
1283
  msgstr ""
1284
 
1285
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:440
1286
- #: wp-live-chat-support-pro/includes/wplc_roi.php:127
1287
- #: wp-live-chat-support/functions.php:1853
 
 
 
1288
  msgid "ID"
1289
  msgstr ""
1290
 
1291
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:442
1292
- #: wp-live-chat-support/wp-live-chat-support.php:2321
 
1293
  msgid "Type"
1294
  msgstr "Type"
1295
 
 
1296
  #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:443
1297
- #: wp-live-chat-support-pro/includes/wplc_roi.php:130
1298
- msgid "Page"
1299
- msgstr ""
1300
-
1301
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:444
1302
  msgid "Content"
1303
  msgstr ""
1304
 
1305
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:445
1306
- #: wp-live-chat-support/wp-live-chat-support.php:2324
1307
- #: wp-live-chat-support/wp-live-chat-support.php:3075
 
1308
  msgid "Status"
1309
  msgstr "Status"
1310
 
1311
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:446
1312
- #: wp-live-chat-support-pro/includes/wplc_roi.php:132
1313
- #: wp-live-chat-support/functions.php:1623
1314
- #: wp-live-chat-support/wp-live-chat-support.php:2325
1315
- #: wp-live-chat-support/wp-live-chat-support.php:3076
 
 
 
 
1316
  msgid "Action"
1317
  msgstr "Handling"
1318
 
1319
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:453
1320
- #: wp-live-chat-support-pro/includes/wplc_roi.php:139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1321
  msgid "Edit"
1322
  msgstr ""
1323
 
1324
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:454
1325
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:585
1326
- #: wp-live-chat-support-pro/includes/wplc_roi.php:140
 
 
 
1327
  #: wp-live-chat-support-pro/includes/wplc_roi.php:545
 
 
 
1328
  msgid "Delete"
1329
  msgstr ""
1330
 
1331
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:462
1332
- #: wp-live-chat-support-pro/includes/wplc_roi.php:656
1333
- #: wp-live-chat-support/wp-live-chat-support.php:3553
1334
- msgid "All"
1335
- msgstr "Alle"
1336
-
1337
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:466
1338
- msgid "Click to change trigger status"
1339
  msgstr ""
1340
 
1341
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:476
1342
- msgid "No Triggers Found..."
1343
  msgstr ""
1344
 
1345
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:580
1346
- msgid "Are you sure you would like to delete trigger"
 
1347
  msgstr ""
1348
 
1349
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:586
1350
- #: wp-live-chat-support-pro/includes/wplc_roi.php:546
1351
- msgid "Cancel"
1352
  msgstr ""
1353
 
1354
- #: wp-live-chat-support-pro/includes/wplc_roi.php:72
1355
- msgid "ROI Goals"
 
1356
  msgstr ""
1357
 
1358
- #: wp-live-chat-support-pro/includes/wplc_roi.php:86
1359
- msgid "WP Live Chat Support ROI Goals"
 
1360
  msgstr ""
1361
 
1362
- #: wp-live-chat-support-pro/includes/wplc_roi.php:129
1363
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3873
1364
- msgid "Overview"
1365
  msgstr ""
1366
 
1367
- #: wp-live-chat-support-pro/includes/wplc_roi.php:131
1368
- #: wp-live-chat-support/modules/api/wplc-api.php:76
1369
- msgid "Value"
1370
  msgstr ""
1371
 
1372
- #: wp-live-chat-support-pro/includes/wplc_roi.php:146
1373
- msgid "None"
1374
- msgstr ""
 
 
 
1375
 
1376
- #: wp-live-chat-support-pro/includes/wplc_roi.php:153
1377
- msgid "No ROI Goals Found..."
1378
  msgstr ""
1379
 
1380
- #: wp-live-chat-support-pro/includes/wplc_roi.php:212
1381
- msgid "Goal Name"
1382
  msgstr ""
1383
 
1384
- #: wp-live-chat-support-pro/includes/wplc_roi.php:217
1385
- msgid "Goal Overview"
1386
  msgstr ""
1387
 
1388
- #: wp-live-chat-support-pro/includes/wplc_roi.php:222
1389
- msgid "Goal Page"
1390
  msgstr ""
1391
 
1392
- #: wp-live-chat-support-pro/includes/wplc_roi.php:231
1393
- msgid "Goal Value"
1394
  msgstr ""
1395
 
1396
- #: wp-live-chat-support-pro/includes/wplc_roi.php:377
1397
- msgid "Goal has been edited."
1398
  msgstr ""
1399
 
1400
- #: wp-live-chat-support-pro/includes/wplc_roi.php:540
1401
- msgid "Are you sure you would like to delete goal"
 
 
 
 
 
 
1402
  msgstr ""
1403
 
1404
- #: wp-live-chat-support-pro/includes/wplc_roi.php:622
1405
- msgid "ROI Reporting"
 
 
 
 
 
1406
  msgstr ""
1407
 
1408
- #: wp-live-chat-support-pro/includes/wplc_roi.php:636
1409
- msgid "Goal Statistics"
 
 
1410
  msgstr ""
1411
 
1412
- #: wp-live-chat-support-pro/includes/wplc_roi.php:648
1413
- msgid "No Goals Found"
1414
  msgstr ""
1415
 
1416
- #: wp-live-chat-support-pro/includes/wplc_roi.php:657
1417
- msgid "Last 30 Days"
1418
  msgstr ""
1419
 
1420
- #: wp-live-chat-support-pro/includes/wplc_roi.php:658
1421
- msgid "Last 15 Days"
 
1422
  msgstr ""
1423
 
1424
- #: wp-live-chat-support-pro/includes/wplc_roi.php:659
1425
- msgid "Last 7 Days"
 
1426
  msgstr ""
1427
 
1428
- #: wp-live-chat-support-pro/includes/wplc_roi.php:660
1429
- msgid "Last 24 Hours"
 
1430
  msgstr ""
1431
 
1432
- #: wp-live-chat-support-pro/includes/wplc_roi.php:712
1433
- msgid "Value Per Conversion"
 
1434
  msgstr ""
1435
 
1436
- #: wp-live-chat-support-pro/includes/wplc_roi.php:718
1437
- msgid "Total Value"
 
 
1438
  msgstr ""
1439
 
1440
- #: wp-live-chat-support-pro/includes/wplc_roi.php:723
1441
- msgid "Total Conversions"
1442
  msgstr ""
1443
 
1444
- #: wp-live-chat-support-pro/includes/wplc_roi.php:757
1445
- msgid "Value By Date"
1446
  msgstr ""
1447
 
1448
- #: wp-live-chat-support-pro/includes/wplc_roi.php:760
1449
- msgid "Value By Agent"
1450
  msgstr ""
1451
 
1452
- #: wp-live-chat-support-pro/includes/wplc_roi.php:766
1453
- msgid "No data available yet..."
1454
  msgstr ""
1455
 
1456
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:511
1457
- #, php-format
1458
- msgid ""
1459
- "WP Live Chat Support Pro <strong>requires WP Live Chat Support version 6+</"
1460
- "strong> (basic version). Please <strong><a href=\"%1$s\">update the plugin</"
1461
- "a></strong> in order for the plugin to continue working correctly."
1462
  msgstr ""
1463
 
1464
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:597
1465
- msgid "WP Live Chat Support Pro"
1466
  msgstr ""
1467
 
1468
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:710
1469
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:721
1470
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3201
1471
- msgid "Quick Responses"
1472
- msgstr "Hurtige svar"
1473
 
1474
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:711
1475
- msgid "Quick Response"
1476
- msgstr "Hurtig responstid"
1477
 
1478
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:712
1479
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:715
1480
- msgid "New Quick Response"
1481
- msgstr "Ny Quick Response"
1482
 
1483
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:713
1484
- msgid "Add New Quick Response"
1485
- msgstr "Tilføj ny Quick Response"
 
 
 
1486
 
1487
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:714
1488
- msgid "Edit Quick Response"
1489
- msgstr "Rediger Quick Response"
 
 
1490
 
1491
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:716
1492
- msgid "All Quick Responses"
1493
- msgstr "Alle hurtige svar"
1494
 
1495
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:717
1496
- msgid "View Quick Responses"
1497
- msgstr "Se hurtige svar"
1498
 
1499
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:718
1500
- msgid "Search Quick Responses"
1501
- msgstr "Søg hurtige svar"
1502
 
1503
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:719
1504
- msgid "No Quick Responses found"
1505
- msgstr "Ingen hurtige svar fundet"
 
 
1506
 
1507
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:720
1508
- msgid "No Quick Responses found in the Trash"
1509
- msgstr "Ingen hurtige svar findes i papirkurven"
 
 
1510
 
1511
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:725
1512
- msgid "Quick Responses for WP Live Chat Support Pro"
1513
- msgstr "Hurtige svar til WP live chat support Pro"
 
 
1514
 
1515
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:791
1516
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:795
1517
- #: wp-live-chat-support/wp-live-chat-support.php:2559
1518
- msgid "Assign Quick Response"
1519
- msgstr "Tildel Quick Response"
1520
 
1521
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:804
1522
- msgid "What is this?"
1523
- msgstr "Hvad er det?"
1524
 
1525
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:841
1526
- #, php-format
1527
- msgid "Incoming chat from %s (%s) on %s"
1528
  msgstr ""
1529
 
1530
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:847
1531
- #, php-format
1532
- msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
 
 
 
 
 
1533
  msgstr ""
1534
 
1535
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:895
1536
- #: wp-live-chat-support/includes/settings_page.php:239
1537
- msgid "Display typing indicator"
 
 
 
 
1538
  msgstr ""
1539
 
1540
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:895
 
 
 
 
1541
  msgid ""
1542
- "Display the \"typing...\" animation in the chat window as soon as an agent or "
1543
- "visitor is typing."
 
 
 
 
 
 
 
 
 
 
 
 
1544
  msgstr ""
1545
 
1546
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:902
1547
- #, php-format
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1548
  msgid ""
1549
- "Please update your <a href='%s'>basic version</a> to make use of this feature."
 
 
1550
  msgstr ""
 
 
1551
 
1552
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:910
1553
- msgid ""
1554
- "For non-cloud server users, please note that this will increase the amount of "
1555
- "server resources required."
1556
  msgstr ""
1557
 
1558
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:927
1559
- msgid "Use WordPress name instead"
1560
  msgstr ""
1561
 
1562
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:930
1563
- msgid "Note: 'Name' field will be ignored"
1564
  msgstr ""
1565
 
1566
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:948
1567
- msgid "Incoming chat ring tone"
1568
  msgstr ""
1569
 
1570
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:952
1571
- msgid "Default"
1572
  msgstr ""
1573
 
1574
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1001
1575
- msgid "Recomended Size 60px x 60px"
1576
  msgstr ""
1577
 
1578
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1043
1579
- msgid "User Experience"
1580
  msgstr ""
1581
 
1582
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1052
1583
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1082
1584
- #, php-format
1585
- msgid ""
1586
- "Please update your <a href='%s'>basic version</a> to make use of these "
1587
- "features."
1588
  msgstr ""
1589
 
1590
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1059
1591
- msgid "Enable Text Editor"
1592
  msgstr ""
1593
 
1594
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1059
1595
  msgid ""
1596
- "Adds advanced text editor features, such as links, text styling, and more!"
 
1597
  msgstr ""
1598
 
1599
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1063
1600
- msgid "Enable File Sharing"
 
1601
  msgstr ""
1602
 
1603
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1063
1604
- msgid "Adds file sharing to your chat box!"
1605
  msgstr ""
1606
 
1607
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1067
1608
- msgid "Enable Experience Ratings"
 
 
1609
  msgstr ""
1610
 
1611
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1067
1612
- msgid "Allows users to rate the chat experience with an agent."
1613
  msgstr ""
1614
 
1615
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1073
1616
- #: wp-live-chat-support/includes/settings_page.php:362
1617
- msgid "Social"
1618
  msgstr ""
1619
 
1620
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1090
1621
- #: wp-live-chat-support/includes/settings_page.php:367
1622
- msgid "Facebook URL"
 
 
 
 
 
1623
  msgstr ""
1624
 
1625
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1090
1626
- #: wp-live-chat-support/includes/settings_page.php:367
1627
- msgid "Link your Facebook page here. Leave blank to hide"
1628
  msgstr ""
1629
 
1630
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1091
1631
- #: wp-live-chat-support/includes/settings_page.php:369
1632
- msgid "Facebook URL..."
1633
  msgstr ""
1634
 
1635
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1094
1636
- #: wp-live-chat-support/includes/settings_page.php:380
1637
- msgid "Twitter URL"
 
1638
  msgstr ""
1639
 
1640
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1094
1641
- #: wp-live-chat-support/includes/settings_page.php:380
1642
- msgid "Link your Twitter page here. Leave blank to hide"
1643
  msgstr ""
1644
 
1645
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1095
1646
- #: wp-live-chat-support/includes/settings_page.php:382
1647
- msgid "Twitter URL..."
1648
  msgstr ""
1649
 
1650
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1118
1651
- msgid "Admin"
1652
- msgstr "Administrator"
1653
 
1654
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1612
1655
- msgid "You are currently accepting chats"
1656
- msgstr "Du er i øjeblikket accepterer chats"
1657
 
1658
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1613
1659
- msgid "You are not accepting chats"
1660
- msgstr "Du er ikke accepterer chats"
1661
 
1662
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1627
1663
- msgid ""
1664
- "You have set your status to offline. To view visitors and accept chats please "
1665
- "set your status to online using the switch above."
1666
  msgstr ""
1667
 
1668
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1833
1669
- msgid ""
1670
- "Please note: Chat messages will only be encrypted and decreypted if you have "
1671
- "inserted your WP Live Chat Support Pro API Key on the <a href=\"admin.php?"
1672
- "page=wplivechat-menu-api-keys-page\">API Keys page</a>."
1673
  msgstr ""
1674
 
1675
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2119
1676
- msgid "Exclude chat from 'Home' page:"
1677
  msgstr ""
1678
 
1679
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2119
1680
- msgid ""
1681
- "Leaving this unchecked will allow the chat window to display on your home "
1682
- "page."
1683
  msgstr ""
1684
 
1685
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2127
1686
- msgid "Exclude chat from 'Archive' pages:"
1687
  msgstr ""
1688
 
1689
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2127
1690
- msgid ""
1691
- "Leaving this unchecked will allow the chat window to display on your archive "
1692
- "pages."
1693
  msgstr ""
1694
 
1695
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2458
1696
- msgid "Attempting to open the chat window... Please be patient."
1697
- msgstr "Forsøg på at åbne chat-vinduet ... Vær tålmodig."
1698
 
1699
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2516
1700
- msgid ""
1701
- "You are not a chat agent. Please make yourself a chat agent before trying to "
1702
- "chat to visitors"
1703
  msgstr ""
1704
- "Du er ikke en chat agent. Vær dig selv en chat agent, før du prøver at snakke "
1705
- "med de besøgende"
1706
 
1707
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2777
1708
- msgid "This chat has already been answered by another agent."
1709
  msgstr ""
1710
 
1711
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3084
1712
- #: wp-live-chat-support/wp-live-chat-support.php:2220
1713
- msgid "Agent(s) online"
1714
- msgstr "Agent (er) online"
1715
 
1716
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3202
1717
- #: wp-live-chat-support/wp-live-chat-support.php:731
1718
- msgid "Reporting"
1719
  msgstr ""
1720
 
1721
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3203
1722
- #: wp-live-chat-support/wp-live-chat-support.php:737
1723
- msgid "Triggers"
1724
  msgstr ""
1725
 
1726
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3679
1727
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3687
1728
- #: wp-live-chat-support/wp-live-chat-support.php:4298
1729
- msgid "Experience Rating"
1730
  msgstr ""
1731
 
1732
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3767
1733
- msgid "User Experience Ratings"
1734
  msgstr ""
1735
 
1736
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3774
1737
- msgid "Agent Statistics"
1738
  msgstr ""
1739
 
1740
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3820
1741
- msgid "Satisfaction Rating"
 
 
1742
  msgstr ""
1743
 
1744
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3821
1745
- msgid "Rating Count"
 
 
 
 
 
 
1746
  msgstr ""
1747
 
1748
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3821
1749
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3835
1750
- msgid "Good"
 
 
 
 
 
1751
  msgstr ""
1752
 
1753
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3821
1754
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3835
1755
- msgid "Bad"
1756
  msgstr ""
1757
 
1758
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3829
1759
- msgid "No Ratings for this agent"
 
 
 
 
 
 
1760
  msgstr ""
1761
 
1762
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3870
1763
- #: wp-live-chat-support/wp-live-chat-support.php:4379
1764
- #: wp-live-chat-support/wp-live-chat-support.php:4386
1765
- msgid "WP Live Chat Support Reporting"
 
 
 
 
1766
  msgstr ""
1767
 
1768
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3874
1769
- msgid "Popular Pages"
1770
  msgstr ""
1771
 
1772
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3892
1773
- msgid "Total Agents"
 
 
1774
  msgstr ""
1775
 
1776
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3892
1777
- msgid "Total number of agents that used the live chat"
1778
  msgstr ""
1779
 
1780
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3893
1781
- msgid "Total Chats"
1782
  msgstr ""
1783
 
1784
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3893
1785
- msgid "Total number of chats received"
 
 
 
 
 
 
1786
  msgstr ""
1787
 
1788
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3894
1789
- msgid "Total URLs"
 
 
 
 
 
 
 
 
 
1790
  msgstr ""
1791
 
1792
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3894
1793
- msgid "Total number of URLs a chat was initiated on"
 
 
 
1794
  msgstr ""
1795
 
1796
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3895
1797
- msgid "Chats per day"
 
 
 
 
 
 
 
 
1798
  msgstr ""
1799
 
1800
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3896
1801
- msgid "Popular pages a chat was initiated on"
 
 
 
 
 
 
 
 
1802
  msgstr ""
1803
 
1804
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3972
1805
- #: wp-live-chat-support/functions.php:1622
1806
- #: wp-live-chat-support/wp-live-chat-support.php:3074
1807
- msgid "URL"
1808
- msgstr "Webadresse"
1809
 
1810
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3973
1811
- msgid "Count"
 
 
 
 
 
 
 
 
1812
  msgstr ""
1813
 
1814
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3993
1815
- msgid "Disable initiate chat feature:"
 
1816
  msgstr ""
1817
 
1818
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3993
1819
- msgid ""
1820
- "This will substantially improve performance. If you are experiencing "
1821
- "performance issues on your site, you should disable the initiate chat feature "
1822
- "and only enable it when you need it."
1823
  msgstr ""
1824
 
1825
- #: wp-live-chat-support/functions.php:451
1826
- msgid "Only chat agents can accept chats"
 
1827
  msgstr ""
1828
 
1829
- #: wp-live-chat-support/functions.php:654
1830
- #: wp-live-chat-support/wp-live-chat-support.php:567
1831
- #: wp-live-chat-support/wp-live-chat-support.php:1588
1832
- #: wp-live-chat-support/wp-live-chat-support.php:2697
1833
- #: wp-live-chat-support/wp-live-chat-support.php:4268
1834
- msgid "Welcome. How may I help you?"
1835
- msgstr "Velkomst. Hvordan kan jeg hjælpe dig?"
 
1836
 
1837
- #: wp-live-chat-support/functions.php:1003
1838
- msgid "complete"
1839
- msgstr "afleveret"
 
 
 
1840
 
1841
- #: wp-live-chat-support/functions.php:1006
1842
- msgid "pending"
1843
- msgstr "Verserende"
 
 
 
1844
 
1845
- #: wp-live-chat-support/functions.php:1009
1846
- msgid "active"
1847
- msgstr "aktiv"
1848
 
1849
- #: wp-live-chat-support/functions.php:1012
1850
- msgid "deleted"
1851
- msgstr "Slettede"
1852
 
1853
- #: wp-live-chat-support/functions.php:1015
1854
- msgid "browsing"
1855
- msgstr "Visning"
1856
 
1857
- #: wp-live-chat-support/functions.php:1018
1858
- msgid "requesting chat"
1859
- msgstr "anmoder om chat"
1860
 
1861
- #: wp-live-chat-support/functions.php:1021
1862
- msgid "Chat Ended - User still browsing"
1863
- msgstr "Chat Sluttet - Bruger stadig aktiv på side"
 
 
 
1864
 
1865
- #: wp-live-chat-support/functions.php:1024
1866
- msgid "User is browsing but doesn't want to chat"
1867
- msgstr "Brugeren er aktiv på siden, men ønsker ikke at chatte"
 
 
 
1868
 
1869
- #: wp-live-chat-support/functions.php:1359
1870
- msgid "Get Pro Add-on to accept more chats"
1871
- msgstr " Pro Add-on til at acceptere flere chats"
 
1872
 
1873
- #: wp-live-chat-support/functions.php:1597
1874
- #: wp-live-chat-support/wp-live-chat-support.php:3036
1875
- msgid "Error: Could not delete chat"
 
 
 
1876
  msgstr ""
1877
 
1878
- #: wp-live-chat-support/functions.php:1601
1879
- #: wp-live-chat-support/wp-live-chat-support.php:3040
1880
- msgid "Chat Deleted"
1881
  msgstr ""
1882
 
1883
- #: wp-live-chat-support/functions.php:1608
1884
- #: wp-live-chat-support/wp-live-chat-support.php:3047
1885
- msgid "Are you sure you would like to delete this chat?"
1886
  msgstr ""
1887
 
1888
- #: wp-live-chat-support/functions.php:1650
1889
- msgid "You have not missed any chat requests."
1890
- msgstr "Du har ikke savnet nogen chat anmodninger."
 
 
1891
 
1892
- #: wp-live-chat-support/functions.php:1843
1893
- msgid "Open chat window via"
1894
  msgstr ""
1895
 
1896
- #: wp-live-chat-support/functions.php:1847
1897
- msgid "Click"
1898
  msgstr ""
1899
 
1900
- #: wp-live-chat-support/functions.php:1848
1901
- msgid "Hover"
 
 
1902
  msgstr ""
1903
 
1904
- #: wp-live-chat-support/functions.php:1850
1905
- msgid "element with"
 
 
1906
  msgstr ""
1907
 
1908
- #: wp-live-chat-support/functions.php:1852
1909
- msgid "Class"
 
 
1910
  msgstr ""
1911
 
1912
- #: wp-live-chat-support/includes/deprecated.php:151
1913
- #: wp-live-chat-support/includes/deprecated.php:348
1914
- #: wp-live-chat-support/wp-live-chat-support.php:559
1915
- #: wp-live-chat-support/wp-live-chat-support.php:1650
1916
- #: wp-live-chat-support/wp-live-chat-support.php:2683
1917
- #: wp-live-chat-support/wp-live-chat-support.php:4260
1918
- msgid "Questions?"
1919
- msgstr "Spørgsmål?"
1920
 
1921
- #: wp-live-chat-support/includes/deprecated.php:151
1922
- #: wp-live-chat-support/includes/deprecated.php:348
1923
- #: wp-live-chat-support/wp-live-chat-support.php:560
1924
- #: wp-live-chat-support/wp-live-chat-support.php:1651
1925
- #: wp-live-chat-support/wp-live-chat-support.php:2684
1926
- #: wp-live-chat-support/wp-live-chat-support.php:4261
1927
- msgid "Chat with us"
1928
- msgstr "Chat med os"
1929
 
1930
- #: wp-live-chat-support/includes/deprecated.php:158
1931
- #: wp-live-chat-support/includes/deprecated.php:355
1932
- msgid "Start Live Chat"
1933
- msgstr "Start chat"
 
1934
 
1935
- #: wp-live-chat-support/includes/deprecated.php:210
1936
- #: wp-live-chat-support/includes/deprecated.php:410
1937
- #: wp-live-chat-support/wp-live-chat-support.php:562
1938
- #: wp-live-chat-support/wp-live-chat-support.php:2686
1939
- #: wp-live-chat-support/wp-live-chat-support.php:4263
1940
- msgid "Start Chat"
1941
- msgstr "Start chat"
1942
 
1943
- #: wp-live-chat-support/includes/deprecated.php:213
1944
- #: wp-live-chat-support/includes/deprecated.php:413
1945
- msgid "Connecting you to a sales person. Please be patient."
1946
- msgstr "Forbinder dig til et salg person. Vær tålmodig."
 
1947
 
1948
- #: wp-live-chat-support/includes/deprecated.php:216
1949
- #: wp-live-chat-support/includes/deprecated.php:416
1950
- #: wp-live-chat-support/wp-live-chat-support.php:566
1951
- #: wp-live-chat-support/wp-live-chat-support.php:1784
1952
- #: wp-live-chat-support/wp-live-chat-support.php:1835
1953
- #: wp-live-chat-support/wp-live-chat-support.php:2690
1954
- #: wp-live-chat-support/wp-live-chat-support.php:4267
1955
- msgid "Reactivating your previous chat..."
1956
- msgstr "Genaktivering din tidligere chat ..."
1957
 
1958
- #: wp-live-chat-support/includes/deprecated.php:221
1959
- #: wp-live-chat-support/includes/deprecated.php:421
1960
- #: wp-live-chat-support/wp-live-chat-support.php:568
1961
- #: wp-live-chat-support/wp-live-chat-support.php:2558
1962
- #: wp-live-chat-support/wp-live-chat-support.php:2696
1963
- #: wp-live-chat-support/wp-live-chat-support.php:4269
1964
- msgid "Press ENTER to send your message"
1965
- msgstr "Tryk på ENTER for at sende din besked"
1966
 
1967
- #: wp-live-chat-support/includes/deprecated.php:225
1968
- #: wp-live-chat-support/includes/deprecated.php:425
1969
- #: wp-live-chat-support/wp-live-chat-support.php:1624
1970
- #: wp-live-chat-support/wp-live-chat-support.php:2573
1971
- msgid "Send"
1972
- msgstr "Send"
 
1973
 
1974
- #: wp-live-chat-support/includes/feedback-page.php:6
1975
- msgid "WP Live Chat Support Feedback"
1976
- msgstr "WP live chat support Feedback"
 
 
 
1977
 
1978
- #: wp-live-chat-support/includes/feedback-page.php:11
1979
- msgid "Your Name"
1980
- msgstr "Dit navn"
1981
 
1982
- #: wp-live-chat-support/includes/feedback-page.php:19
1983
- msgid "Your Email"
1984
- msgstr "Din e-mail"
 
1985
 
1986
- #: wp-live-chat-support/includes/feedback-page.php:27
1987
- msgid "Your Website"
1988
- msgstr "Hjemmeside"
 
1989
 
1990
- #: wp-live-chat-support/includes/feedback-page.php:35
1991
- #: wp-live-chat-support/wp-live-chat-support.php:766
1992
- msgid "Feedback"
1993
- msgstr "Feedback"
1994
 
1995
- #: wp-live-chat-support/includes/feedback-page.php:46
1996
- msgid "Send Feedback"
1997
- msgstr "Send feedback"
1998
 
1999
- #: wp-live-chat-support/includes/settings_page.php:73
2000
- msgid "Agents"
2001
- msgstr "Agenter"
2002
 
2003
- #: wp-live-chat-support/includes/settings_page.php:175
2004
- msgid "Include chat window on the following pages"
2005
- msgstr "Medtag chat vindue på de følgende sider"
2006
 
2007
- #: wp-live-chat-support/includes/settings_page.php:181
2008
- #: wp-live-chat-support/includes/settings_page.php:196
2009
- #: wp-live-chat-support/includes/settings_page.php:245
2010
- #: wp-live-chat-support/includes/settings_page.php:262
2011
- #: wp-live-chat-support/includes/settings_page.php:278
2012
- #: wp-live-chat-support/includes/settings_page.php:294
2013
- #: wp-live-chat-support/includes/settings_page.php:310
2014
- #: wp-live-chat-support/includes/settings_page.php:327
2015
- #: wp-live-chat-support/includes/settings_page.php:372
2016
- #: wp-live-chat-support/includes/settings_page.php:385
2017
- msgid "available in the"
2018
- msgstr "Tilgængelig som"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2019
 
2020
- #: wp-live-chat-support/includes/settings_page.php:182
2021
- #: wp-live-chat-support/includes/settings_page.php:197
2022
- #: wp-live-chat-support/includes/settings_page.php:246
2023
- #: wp-live-chat-support/includes/settings_page.php:263
2024
- #: wp-live-chat-support/includes/settings_page.php:279
2025
- #: wp-live-chat-support/includes/settings_page.php:295
2026
- #: wp-live-chat-support/includes/settings_page.php:311
2027
- #: wp-live-chat-support/includes/settings_page.php:328
2028
- #: wp-live-chat-support/includes/settings_page.php:373
2029
- #: wp-live-chat-support/includes/settings_page.php:386
2030
- #: wp-live-chat-support/wp-live-chat-support.php:3153
2031
- #: wp-live-chat-support/wp-live-chat-support.php:3945
2032
- #: wp-live-chat-support/wp-live-chat-support.php:4013
2033
- msgid "Pro Add-on"
2034
- msgstr "Pro Add-on"
2035
 
2036
- #: wp-live-chat-support/includes/settings_page.php:183
2037
- #: wp-live-chat-support/includes/settings_page.php:198
2038
- #: wp-live-chat-support/includes/settings_page.php:247
2039
- #: wp-live-chat-support/includes/settings_page.php:264
2040
- #: wp-live-chat-support/includes/settings_page.php:280
2041
- #: wp-live-chat-support/includes/settings_page.php:296
2042
- #: wp-live-chat-support/includes/settings_page.php:312
2043
- #: wp-live-chat-support/includes/settings_page.php:329
2044
- #: wp-live-chat-support/includes/settings_page.php:374
2045
- #: wp-live-chat-support/includes/settings_page.php:387
2046
- msgid "only"
2047
- msgstr "kun"
2048
 
2049
- #: wp-live-chat-support/includes/settings_page.php:190
2050
- msgid "Exclude chat window on the following pages"
2051
- msgstr "Udeluk chatvinduet på de følgende sider"
 
 
 
 
 
2052
 
2053
- #: wp-live-chat-support/includes/settings_page.php:239
2054
- msgid "Display a typing animation as soon as someone starts typing."
 
 
 
2055
  msgstr ""
2056
 
2057
- #: wp-live-chat-support/includes/settings_page.php:324
2058
- msgid "Alert me via email as soon as someone wants to chat"
2059
- msgstr "Advare mig via e-mail, så snart nogen ønsker at chatte"
 
 
 
2060
 
2061
- #: wp-live-chat-support/includes/settings_page.php:551
2062
- #: wp-live-chat-support/includes/settings_page.php:552
2063
- msgid "Classic"
2064
  msgstr ""
2065
 
2066
- #: wp-live-chat-support/includes/settings_page.php:555
2067
- #: wp-live-chat-support/includes/settings_page.php:556
2068
- msgid "Modern"
 
 
 
 
 
 
2069
  msgstr ""
2070
 
2071
- #: wp-live-chat-support/includes/settings_page.php:572
2072
- msgid "Colour Scheme"
2073
  msgstr ""
2074
 
2075
- #: wp-live-chat-support/includes/settings_page.php:627
2076
- msgid "Choose"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2077
  msgstr ""
2078
 
2079
- #: wp-live-chat-support/includes/settings_page.php:628
2080
- msgid "Your"
 
 
 
 
 
 
 
 
2081
  msgstr ""
2082
 
2083
- #: wp-live-chat-support/includes/settings_page.php:629
2084
- msgid "Colors"
2085
  msgstr ""
2086
 
2087
- #: wp-live-chat-support/includes/settings_page.php:630
2088
- msgid "Below"
2089
  msgstr ""
2090
 
2091
- #: wp-live-chat-support/includes/settings_page.php:652
2092
- msgid "Palette Color 1"
2093
  msgstr ""
2094
 
2095
- #: wp-live-chat-support/includes/settings_page.php:658
2096
- msgid "Palette Color 2"
 
2097
  msgstr ""
2098
 
2099
- #: wp-live-chat-support/includes/settings_page.php:664
2100
- msgid "Palette Color 3"
2101
  msgstr ""
2102
 
2103
- #: wp-live-chat-support/includes/settings_page.php:670
2104
- msgid "Palette Color 4"
2105
  msgstr ""
2106
 
2107
- #: wp-live-chat-support/includes/surveys.php:8
2108
- #: wp-live-chat-support/includes/surveys.php:21
2109
- #: wp-live-chat-support/includes/surveys.php:290
2110
- #: wp-live-chat-support/wp-live-chat-support.php:726
2111
- msgid "Surveys"
2112
  msgstr ""
2113
 
2114
- #: wp-live-chat-support/includes/surveys.php:24
2115
- msgid "Enable Surveys"
2116
  msgstr ""
2117
 
2118
- #: wp-live-chat-support/includes/surveys.php:24
 
 
 
 
 
 
2119
  msgid ""
2120
- "Enable surveys within your live chat box, either before or after a live chat "
2121
- "session."
2122
  msgstr ""
2123
 
2124
- #: wp-live-chat-support/includes/surveys.php:33
2125
- #, php-format
 
 
 
2126
  msgid ""
2127
- "No surveys created. Please <a href=\"%s\" target=\"_BLANK\" title="
2128
- "\"NimbleSquirrel\">create a survey and then refresh this page.</a>"
2129
  msgstr ""
2130
 
2131
- #: wp-live-chat-support/includes/surveys.php:40
2132
- msgid "Select a survey"
2133
  msgstr ""
2134
 
2135
- #: wp-live-chat-support/includes/surveys.php:66
2136
- msgid "Display survey"
2137
  msgstr ""
2138
 
2139
- #: wp-live-chat-support/includes/surveys.php:69
2140
- msgid "Before chat"
 
 
 
 
 
 
 
2141
  msgstr ""
2142
 
2143
- #: wp-live-chat-support/includes/surveys.php:70
2144
- msgid "After chat"
 
 
 
 
 
 
 
2145
  msgstr ""
2146
 
2147
- #: wp-live-chat-support/includes/surveys.php:75
2148
- msgid "Chat button text"
 
 
2149
  msgstr ""
2150
 
2151
- #: wp-live-chat-support/includes/surveys.php:81
2152
- msgid "Change title of chat box when chat ended to"
 
 
 
 
 
 
 
 
2153
  msgstr ""
2154
 
2155
- #: wp-live-chat-support/includes/surveys.php:246
2156
- #: wp-live-chat-support/wp-live-chat-support.php:563
2157
- #: wp-live-chat-support/wp-live-chat-support.php:2687
2158
- #: wp-live-chat-support/wp-live-chat-support.php:4264
2159
- msgid "Or chat to an agent now"
2160
  msgstr ""
2161
 
2162
- #: wp-live-chat-support/includes/surveys.php:251
2163
- #: wp-live-chat-support/wp-live-chat-support.php:1425
2164
- msgid "Leave a message"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2165
  msgstr ""
2166
 
2167
- #: wp-live-chat-support/includes/surveys.php:285
2168
- msgid "WP Live Chat Surveys with Nimble Squirrel"
 
2169
  msgstr ""
2170
 
2171
- #: wp-live-chat-support/includes/surveys.php:291
 
 
2172
  msgid ""
2173
- "To view your responses, click the button below and log in to your "
2174
- "NimbleSquirrel account."
 
 
 
 
2175
  msgstr ""
2176
 
2177
- #: wp-live-chat-support/includes/surveys.php:294
2178
  msgid ""
2179
- "Need help? <a href='https://wp-livechat.com/contact-us/' "
2180
- "target='_BLANK'>Contact us</a> and we'll get back to you as soon as possible!"
2181
  msgstr ""
2182
 
2183
- #: wp-live-chat-support/includes/surveys.php:304
2184
- #, php-format
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2185
  msgid ""
2186
- "Register on <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
2187
- "\">NimbleSquirrel</a> (It's free.)"
2188
  msgstr ""
 
 
2189
 
2190
- #: wp-live-chat-support/includes/surveys.php:307
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2191
  #, php-format
2192
  msgid ""
2193
- "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Create a survey</"
2194
  "a>."
2195
  msgstr ""
2196
 
2197
- #: wp-live-chat-support/includes/surveys.php:314
2198
- msgid "Add a Survey to your live chat box"
 
 
 
 
 
 
 
 
 
 
2199
  msgstr ""
2200
 
2201
- #: wp-live-chat-support/includes/surveys.php:315
2202
- msgid "Three simple steps:"
 
 
 
 
 
 
 
 
 
 
2203
  msgstr ""
2204
 
2205
- #: wp-live-chat-support/includes/surveys.php:319
 
 
 
 
 
 
 
2206
  msgid ""
2207
- "Enable surveys in your live chat <a href='admin.php?page=wplivechat-menu-"
2208
- "settings'>settings page</a>."
 
2209
  msgstr ""
2210
 
2211
- #: wp-live-chat-support/includes/welcome_page.php:4
2212
- msgid "Welcome to "
2213
- msgstr "Velkommen til"
 
 
 
2214
 
2215
- #: wp-live-chat-support/includes/welcome_page.php:6
2216
- msgid "Version 6"
 
 
2217
  msgstr ""
2218
 
2219
- #: wp-live-chat-support/includes/welcome_page.php:8
2220
- msgid "The most popular live chat plugin!"
2221
  msgstr ""
2222
 
2223
- #: wp-live-chat-support/includes/welcome_page.php:11
2224
- msgid "How did you find us?"
2225
- msgstr "Hvordan fandt du os?"
2226
 
2227
- #: wp-live-chat-support/includes/welcome_page.php:16
2228
- msgid "WordPress.org plugin repository "
2229
- msgstr "WordPress opbevaringssted"
 
2230
 
2231
- #: wp-live-chat-support/includes/welcome_page.php:19
2232
- msgid "Search Term"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2233
  msgstr "Søg efter"
2234
 
2235
- #: wp-live-chat-support/includes/welcome_page.php:23
2236
- msgid "Google or other search Engine"
2237
- msgstr "Google eller anden søgemaskine"
2238
 
2239
- #: wp-live-chat-support/includes/welcome_page.php:29
2240
- msgid "Friend recommendation"
2241
- msgstr "Venne anbefaling"
2242
 
2243
- #: wp-live-chat-support/includes/welcome_page.php:35
2244
- msgid "Other"
2245
- msgstr "Andet"
 
 
 
2246
 
2247
- #: wp-live-chat-support/includes/welcome_page.php:39
2248
- msgid "Please Explain"
2249
- msgstr "Forklar venligst"
 
2250
 
2251
- #: wp-live-chat-support/includes/welcome_page.php:48
2252
- msgid "Submit"
2253
- msgstr "Gennemfør"
 
 
2254
 
2255
- #: wp-live-chat-support/includes/welcome_page.php:50
2256
- msgid "Skip"
2257
- msgstr "Spring over"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2258
 
2259
- #: wp-live-chat-support/modules/api/wplc-api.php:44
2260
- msgid "Rest API"
2261
  msgstr ""
2262
 
2263
- #: wp-live-chat-support/modules/api/wplc-api.php:62
2264
- msgid ""
2265
- "To make use of the REST API, please ensure you are using a version of "
2266
- "WordPress with the REST API included."
2267
  msgstr ""
2268
 
2269
- #: wp-live-chat-support/modules/api/wplc-api.php:64
2270
- msgid ""
2271
- "Alternatively, please install the official Rest API plugin from WordPress."
 
 
 
 
 
2272
  msgstr ""
2273
 
2274
- #: wp-live-chat-support/modules/api/wplc-api.php:71
2275
- msgid "REST API"
 
2276
  msgstr ""
2277
 
2278
- #: wp-live-chat-support/modules/api/wplc-api.php:75
2279
- msgid "Option"
 
2280
  msgstr ""
2281
 
2282
- #: wp-live-chat-support/modules/api/wplc-api.php:82
2283
- msgid "Secret Token"
2284
  msgstr ""
2285
 
2286
- #: wp-live-chat-support/modules/api/wplc-api.php:85
2287
- msgid "No secret token found"
 
 
 
 
 
 
 
2288
  msgstr ""
2289
 
2290
- #: wp-live-chat-support/modules/api/wplc-api.php:86
2291
- msgid "Generate New"
 
 
2292
  msgstr ""
2293
 
2294
- #: wp-live-chat-support/modules/api/wplc-api.php:91
2295
- msgid "Supported API Calls"
2296
  msgstr ""
2297
 
2298
- #: wp-live-chat-support/modules/api/wplc-api.php:95
2299
- #: wp-live-chat-support/modules/api/wplc-api.php:103
2300
- #: wp-live-chat-support/modules/api/wplc-api.php:111
2301
- #: wp-live-chat-support/modules/api/wplc-api.php:119
2302
- #: wp-live-chat-support/modules/api/wplc-api.php:127
2303
- #: wp-live-chat-support/modules/api/wplc-api.php:136
2304
- msgid "Try"
2305
  msgstr ""
2306
 
2307
- #: wp-live-chat-support/modules/api/wplc-api.php:144
2308
- msgid "API Response Codes"
2309
  msgstr ""
2310
 
2311
- #: wp-live-chat-support/modules/api/wplc-api.php:288
2312
- msgid "Rest Console "
 
 
 
 
 
 
2313
  msgstr ""
2314
 
2315
- #: wp-live-chat-support/modules/api/wplc-api.php:295
2316
- msgid "Try it!"
2317
  msgstr ""
2318
 
2319
- #: wp-live-chat-support/wp-live-chat-support.php:554
2320
- #: wp-live-chat-support/wp-live-chat-support.php:1667
2321
- #: wp-live-chat-support/wp-live-chat-support.php:2691
2322
- #: wp-live-chat-support/wp-live-chat-support.php:4255
2323
  msgid "Chat offline. Leave a message"
2324
  msgstr "Chat offline. Efterlad en besked"
2325
 
2326
- #: wp-live-chat-support/wp-live-chat-support.php:555
2327
- #: wp-live-chat-support/wp-live-chat-support.php:1509
2328
- #: wp-live-chat-support/wp-live-chat-support.php:2692
2329
- #: wp-live-chat-support/wp-live-chat-support.php:4256
2330
  msgid "Hello. Please input your details so that I may help you."
2331
  msgstr "Hej. Indtast venligst dine oplysninger, så jeg kan hjælpe dig."
2332
 
2333
- #: wp-live-chat-support/wp-live-chat-support.php:556
2334
- #: wp-live-chat-support/wp-live-chat-support.php:956
2335
- #: wp-live-chat-support/wp-live-chat-support.php:1522
2336
- #: wp-live-chat-support/wp-live-chat-support.php:2693
2337
- #: wp-live-chat-support/wp-live-chat-support.php:4257
2338
  msgid ""
2339
  "We are currently offline. Please leave a message and we'll get back to you "
2340
  "shortly."
@@ -2342,112 +4872,156 @@ msgstr ""
2342
  "Vi er i øjeblikket offline. Indtal en besked, og vi vil vende tilbage til dig "
2343
  "snarest."
2344
 
2345
- #: wp-live-chat-support/wp-live-chat-support.php:557
2346
- #: wp-live-chat-support/wp-live-chat-support.php:957
2347
- #: wp-live-chat-support/wp-live-chat-support.php:2694
2348
- #: wp-live-chat-support/wp-live-chat-support.php:4258
2349
  msgid "Sending message..."
2350
  msgstr "Sender besked"
2351
 
2352
- #: wp-live-chat-support/wp-live-chat-support.php:558
2353
- #: wp-live-chat-support/wp-live-chat-support.php:958
2354
- #: wp-live-chat-support/wp-live-chat-support.php:2695
2355
- #: wp-live-chat-support/wp-live-chat-support.php:4259
2356
  msgid "Thank you for your message. We will be in contact soon."
2357
  msgstr "Tak for din besked. Vi vil være i kontakt snart."
2358
 
2359
- #: wp-live-chat-support/wp-live-chat-support.php:561
2360
- #: wp-live-chat-support/wp-live-chat-support.php:2685
2361
- #: wp-live-chat-support/wp-live-chat-support.php:4262
 
 
 
 
 
 
2362
  msgid "Start live chat"
2363
  msgstr "Start chat"
2364
 
2365
- #: wp-live-chat-support/wp-live-chat-support.php:564
2366
- #: wp-live-chat-support/wp-live-chat-support.php:2688
2367
- #: wp-live-chat-support/wp-live-chat-support.php:4265
2368
  msgid "Chat ended"
2369
  msgstr ""
2370
 
2371
- #: wp-live-chat-support/wp-live-chat-support.php:565
2372
- #: wp-live-chat-support/wp-live-chat-support.php:1559
2373
- #: wp-live-chat-support/wp-live-chat-support.php:1584
2374
- #: wp-live-chat-support/wp-live-chat-support.php:2689
2375
- #: wp-live-chat-support/wp-live-chat-support.php:4266
2376
  msgid "Connecting. Please be patient..."
2377
  msgstr "Tilslutning. Vær tålmodig..."
2378
 
2379
- #: wp-live-chat-support/wp-live-chat-support.php:602
2380
- #: wp-live-chat-support/wp-live-chat-support.php:2663
 
 
 
 
 
 
 
 
 
 
 
 
 
2381
  msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
2382
  msgstr "Klik \\ 'Start Chat \\' for at starte en chat med en agent"
2383
 
2384
- #: wp-live-chat-support/wp-live-chat-support.php:724
2385
- msgid "Live Chat"
2386
- msgstr "Live chat"
2387
-
2388
- #: wp-live-chat-support/wp-live-chat-support.php:725
2389
- msgid "Settings"
2390
- msgstr "Indstillinger"
2391
 
2392
- #: wp-live-chat-support/wp-live-chat-support.php:743
2393
  msgid "History"
2394
  msgstr "Historik"
2395
 
2396
- #: wp-live-chat-support/wp-live-chat-support.php:744
2397
  msgid "Missed Chats"
2398
  msgstr "Mistede Chats"
2399
 
2400
- #: wp-live-chat-support/wp-live-chat-support.php:767
2401
- #: wp-live-chat-support/wp-live-chat-support.php:3656
2402
- msgid "Support"
2403
- msgstr "Support"
2404
-
2405
- #: wp-live-chat-support/wp-live-chat-support.php:768
2406
  msgid "Extensions"
2407
  msgstr "Udvidelser"
2408
 
2409
- #: wp-live-chat-support/wp-live-chat-support.php:778
2410
  msgid "API Keys"
2411
  msgstr ""
2412
 
2413
- #: wp-live-chat-support/wp-live-chat-support.php:784
2414
  msgid "Premium Extension API Keys"
2415
  msgstr ""
2416
 
2417
- #: wp-live-chat-support/wp-live-chat-support.php:785
2418
  msgid ""
2419
  "To find and manage your premium API keys, please visit your <a "
2420
  "target='_BLANK' href='https://wp-livechat.com/my-account/'>my account</a> "
2421
  "page."
2422
  msgstr ""
2423
 
2424
- #: wp-live-chat-support/wp-live-chat-support.php:1264
2425
- #: wp-live-chat-support/wp-live-chat-support.php:1274
2426
- msgid "close"
2427
  msgstr ""
2428
 
2429
- #: wp-live-chat-support/wp-live-chat-support.php:1400
2430
- #: wp-live-chat-support/wp-live-chat-support.php:1419
2431
- msgid "Start chat"
2432
  msgstr ""
2433
 
2434
- #: wp-live-chat-support/wp-live-chat-support.php:1493
2435
- msgid "Send message"
2436
- msgstr "Send besked"
2437
 
2438
- #: wp-live-chat-support/wp-live-chat-support.php:2078
2439
- msgid "New chat received"
2440
- msgstr "Ny chat modtaget"
2441
 
2442
- #: wp-live-chat-support/wp-live-chat-support.php:2080
2443
- msgid ""
2444
- "A new chat has been received. Please go the 'Live Chat' page to accept the "
2445
- "chat"
2446
  msgstr ""
2447
- "En ny chat er blevet modtaget. Gå venligst \"Live Chat 'for at acceptere "
2448
- "chatten"
2449
 
2450
- #: wp-live-chat-support/wp-live-chat-support.php:2143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2451
  msgid ""
2452
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
2453
  "strong>. Please"
@@ -2455,15 +5029,15 @@ msgstr ""
2455
  "Du bruger en forældet version af <strong>WP live chat support Pro.</strong> "
2456
  "Be om"
2457
 
2458
- #: wp-live-chat-support/wp-live-chat-support.php:2143
2459
  msgid "update to at least version"
2460
  msgstr "opdatere til mindst version"
2461
 
2462
- #: wp-live-chat-support/wp-live-chat-support.php:2143
2463
  msgid "to ensure all functionality is in working order"
2464
  msgstr "at sikre al funktionalitet er i orden"
2465
 
2466
- #: wp-live-chat-support/wp-live-chat-support.php:2144
2467
  msgid ""
2468
  "You're live chat box on your website has been temporarily disabled until the "
2469
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
@@ -2473,55 +5047,55 @@ msgstr ""
2473
  "indtil Pro plugin er blevet opdateret. Dette er for at sikre en smidig og "
2474
  "problemfri brugeroplevelse for både dig selv og dine besøgende."
2475
 
2476
- #: wp-live-chat-support/wp-live-chat-support.php:2145
2477
- #: wp-live-chat-support/wp-live-chat-support.php:2165
2478
  msgid ""
2479
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
2480
  "plugins.php'>here</a> or <a href='https://wp-livechat.com/get-updated-"
2481
  "version/' target='_BLANK'>here</a>."
2482
  msgstr ""
2483
 
2484
- #: wp-live-chat-support/wp-live-chat-support.php:2146
2485
- #: wp-live-chat-support/wp-live-chat-support.php:2166
2486
  msgid "If you are having difficulty updating the plugin, please contact"
2487
  msgstr "Hvis du har problemer med at opdatere plugin, kan du kontakte"
2488
 
2489
- #: wp-live-chat-support/wp-live-chat-support.php:2158
2490
  msgid ""
2491
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
2492
  "strong>."
2493
  msgstr ""
2494
  "Du bruger en forældet version af <strong>WP live chat support Pro.</strong>"
2495
 
2496
- #: wp-live-chat-support/wp-live-chat-support.php:2160
2497
  msgid "Please update to the latest version of WP Live Chat Support Pro"
2498
  msgstr "Opdater til den nyeste version af WP live chat support Pro"
2499
 
2500
- #: wp-live-chat-support/wp-live-chat-support.php:2161
2501
  msgid "Version 5.0.1"
2502
  msgstr "Version 5.0.1"
2503
 
2504
- #: wp-live-chat-support/wp-live-chat-support.php:2162
2505
  msgid "to ensure everything is working correctly."
2506
  msgstr "at sikre, at alt fungerer korrekt."
2507
 
2508
- #: wp-live-chat-support/wp-live-chat-support.php:2194
2509
  msgid "Congratulations"
2510
  msgstr "Tillykke"
2511
 
2512
- #: wp-live-chat-support/wp-live-chat-support.php:2195
2513
  msgid "You are now accepting live chat requests on your site."
2514
  msgstr "Du er nu accepterer live chat anmodninger på dit websted."
2515
 
2516
- #: wp-live-chat-support/wp-live-chat-support.php:2196
2517
  msgid "The live chat box has automatically been enabled on your website."
2518
  msgstr "Den live chat boks er automatisk blevet aktiveret på din hjemmeside."
2519
 
2520
- #: wp-live-chat-support/wp-live-chat-support.php:2197
2521
  msgid "Chat notifications will start appearing once visitors send a request."
2522
  msgstr "Chat anmeldelser vil blive vist, når de besøgende sende en anmodning."
2523
 
2524
- #: wp-live-chat-support/wp-live-chat-support.php:2198
2525
  msgid ""
2526
  "You may <a href='?page=wplivechat-menu-settings' target='_BLANK'>modify your "
2527
  "chat box settings here."
@@ -2529,163 +5103,134 @@ msgstr ""
2529
  "Du kan <a href='?page=wplivechat-menu-settings' target='_BLANK'>ændre her "
2530
  "dine chat box indstillinger.</a>"
2531
 
2532
- #: wp-live-chat-support/wp-live-chat-support.php:2199
2533
  msgid "Experiencing issues?"
2534
  msgstr "Oplever du problemer?"
2535
 
2536
- #: wp-live-chat-support/wp-live-chat-support.php:2199
2537
  msgid "Visit our troubleshooting section."
2538
  msgstr "Besøg vores fejlfinding sektion."
2539
 
2540
- #: wp-live-chat-support/wp-live-chat-support.php:2201
2541
  msgid "Hide"
2542
  msgstr "Skjul"
2543
 
2544
- #: wp-live-chat-support/wp-live-chat-support.php:2236
2545
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2546
- #: wp-live-chat-support/wp-live-chat-support.php:3677
2547
- msgid "With the Pro add-on of WP Live Chat Support, you can"
2548
- msgstr "Med Pro tilføjelse af WP live chat support, kan du"
2549
-
2550
- #: wp-live-chat-support/wp-live-chat-support.php:2237
2551
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2552
- msgid "see who's online and initiate chats"
2553
- msgstr "se hvem der er online og indlede chats"
2554
-
2555
- #: wp-live-chat-support/wp-live-chat-support.php:2238
2556
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2557
- msgid "initiate chats"
2558
- msgstr "indled chats"
2559
-
2560
- #: wp-live-chat-support/wp-live-chat-support.php:2239
2561
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2562
- msgid "with your online visitors with the click of a button."
2563
- msgstr "med dine online besøgende med et klik på en knap."
2564
-
2565
- #: wp-live-chat-support/wp-live-chat-support.php:2240
2566
- #: wp-live-chat-support/wp-live-chat-support.php:2242
2567
- msgid "Buy the Pro add-on now."
2568
- msgstr "Køb Pro add-on nu."
2569
-
2570
- #: wp-live-chat-support/wp-live-chat-support.php:2296
2571
  msgid ""
2572
  "Please note: This window must be open in order to receive new chat "
2573
  "notifications."
2574
  msgstr ""
2575
  "Bemærk: Dette vindue skal være åben for at modtage nye chat meddelelser."
2576
 
2577
- #: wp-live-chat-support/wp-live-chat-support.php:2307
 
 
 
 
 
2578
  msgid "Visitors online"
2579
  msgstr "Besøgende online"
2580
 
2581
- #: wp-live-chat-support/wp-live-chat-support.php:2319
2582
- msgid "Visitor"
2583
- msgstr "besøgende"
2584
-
2585
- #: wp-live-chat-support/wp-live-chat-support.php:2320
2586
  msgid "Time"
2587
  msgstr "Tid"
2588
 
2589
- #: wp-live-chat-support/wp-live-chat-support.php:2322
2590
  msgid "Device"
2591
  msgstr ""
2592
 
2593
- #: wp-live-chat-support/wp-live-chat-support.php:2323
2594
  msgid "Data"
2595
  msgstr "Data"
2596
 
2597
- #: wp-live-chat-support/wp-live-chat-support.php:2361
2598
  msgid "Chat Dashboard"
2599
  msgstr "Chat Dashboard"
2600
 
2601
- #: wp-live-chat-support/wp-live-chat-support.php:2364
2602
  msgid "Oh no!"
2603
  msgstr ""
2604
 
2605
- #: wp-live-chat-support/wp-live-chat-support.php:2367
2606
  msgid ""
2607
  "You do not have access to this page as <strong>you are not a chat agent</"
2608
  "strong>."
2609
  msgstr ""
2610
 
2611
- #: wp-live-chat-support/wp-live-chat-support.php:2479
2612
  msgid "Previous"
2613
  msgstr "Foregående"
2614
 
2615
- #: wp-live-chat-support/wp-live-chat-support.php:2481
2616
- msgid "Active"
2617
- msgstr "Aktiv"
2618
-
2619
- #: wp-live-chat-support/wp-live-chat-support.php:2490
2620
  msgid "Chat with"
2621
  msgstr "Chat med..."
2622
 
2623
- #: wp-live-chat-support/wp-live-chat-support.php:2493
2624
- msgid "End chat"
2625
- msgstr "Slut chat"
 
 
 
 
2626
 
2627
- #: wp-live-chat-support/wp-live-chat-support.php:2539
2628
- #: wp-live-chat-support/wp-live-chat-support.php:3491
2629
  msgid "Add-ons"
2630
  msgstr "Add-ons"
2631
 
2632
- #: wp-live-chat-support/wp-live-chat-support.php:2541
2633
  msgid "Get more add-ons"
2634
  msgstr ""
2635
 
2636
- #: wp-live-chat-support/wp-live-chat-support.php:2559
2637
  msgid "Add Quick Responses to your Live Chat"
2638
  msgstr "Føj hurtige svar til din live chat"
2639
 
2640
- #: wp-live-chat-support/wp-live-chat-support.php:2559
2641
  msgid "Pro version only"
2642
  msgstr "Kun pro version"
2643
 
2644
- #: wp-live-chat-support/wp-live-chat-support.php:2567
2645
  msgid "type here..."
2646
  msgstr "Skriv her …"
2647
 
2648
- #: wp-live-chat-support/wp-live-chat-support.php:2645
 
 
 
 
2649
  msgid "User has opened the chat window"
2650
  msgstr "Bruger har åbnet chatvinduet"
2651
 
2652
- #: wp-live-chat-support/wp-live-chat-support.php:2646
2653
  msgid "User has minimized the chat window"
2654
  msgstr "Bruger har minimeret chatvinduet"
2655
 
2656
- #: wp-live-chat-support/wp-live-chat-support.php:2647
2657
  msgid "User has maximized the chat window"
2658
  msgstr "Bruger har maksimeret chatvinduet"
2659
 
2660
- #: wp-live-chat-support/wp-live-chat-support.php:2648
2661
  msgid "The chat has been ended"
2662
  msgstr ""
2663
 
2664
- #: wp-live-chat-support/wp-live-chat-support.php:3065
2665
  msgid "Delete History"
2666
  msgstr "Slet Historie"
2667
 
2668
- #: wp-live-chat-support/wp-live-chat-support.php:3082
2669
  msgid "No chats available at the moment"
2670
  msgstr "Ingen chats rådighed i øjeblikket"
2671
 
2672
- #: wp-live-chat-support/wp-live-chat-support.php:3093
2673
- msgid "View Chat History"
2674
- msgstr "Chat-historik"
2675
-
2676
- #: wp-live-chat-support/wp-live-chat-support.php:3093
2677
- msgid "Download Chat History"
2678
- msgstr "Hent Chat History"
2679
-
2680
- #: wp-live-chat-support/wp-live-chat-support.php:3115
2681
  msgid "WP Live Chat History"
2682
  msgstr "WP live chat Historie"
2683
 
2684
- #: wp-live-chat-support/wp-live-chat-support.php:3135
2685
  msgid "WP Live Chat Missed Chats"
2686
  msgstr "WP live chat Mistede Chats"
2687
 
2688
- #: wp-live-chat-support/wp-live-chat-support.php:3150
2689
  msgid ""
2690
  "Please update to the latest version of WP Live Chat Support Pro to start "
2691
  "recording any offline messages."
@@ -2693,45 +5238,35 @@ msgstr ""
2693
  "Opdater til den nyeste version af WP live chat support Pro for at starte "
2694
  "optagelsen eventuelle offline beskeder."
2695
 
2696
- #: wp-live-chat-support/wp-live-chat-support.php:3153
2697
  msgid "This option is only available in the "
2698
  msgstr "Denne indstilling er kun tilgængelig i"
2699
 
2700
- #: wp-live-chat-support/wp-live-chat-support.php:3165
2701
  msgid "WP Live Chat Offline Messages"
2702
  msgstr "WP live chat Offline Beskeder"
2703
 
2704
- #: wp-live-chat-support/wp-live-chat-support.php:3186
2705
  msgid "Actions"
2706
  msgstr ""
2707
 
2708
- #: wp-live-chat-support/wp-live-chat-support.php:3204
2709
  msgid "Delete Message"
2710
  msgstr ""
2711
 
2712
- #: wp-live-chat-support/wp-live-chat-support.php:3298
2713
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
2714
  msgstr "Klik 'Start Chat' for at starte en chat med en agent"
2715
 
2716
- #: wp-live-chat-support/wp-live-chat-support.php:3394
2717
- msgid "Your settings have been saved."
2718
- msgstr "Dine indstillinger er blevet gemt."
2719
-
2720
- #: wp-live-chat-support/wp-live-chat-support.php:3409
2721
  msgid "Thank You for your feedback!"
2722
  msgstr "Mange tak for din feedback"
2723
 
2724
- #: wp-live-chat-support/wp-live-chat-support.php:3413
2725
- #: wp-live-chat-support/wp-live-chat-support.php:3426
2726
- msgid "Thank you for your feedback. We will be in touch soon"
2727
- msgstr "Tak for din feedback. Vi vil være i kontakt snart"
2728
-
2729
- #: wp-live-chat-support/wp-live-chat-support.php:3429
2730
- msgid "There was a problem sending your feedback. Please log your feedback on "
2731
- msgstr ""
2732
- "Der var problemer med at sende din feedback. Du skal logge din feedback på"
2733
 
2734
- #: wp-live-chat-support/wp-live-chat-support.php:3463
2735
  msgid ""
2736
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
2737
  "issues while using WP Live Chat Support as a result of this. Please get in "
@@ -2741,7 +5276,7 @@ msgstr ""
2741
  "problemer, mens du bruger WP live chat support som følge af dette. Venligst "
2742
  "komme i kontakt din host for at få denne funktion aktiveret."
2743
 
2744
- #: wp-live-chat-support/wp-live-chat-support.php:3469
2745
  msgid ""
2746
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
2747
  "using WP Live Chat Support as a result of this. Please contact your host to "
@@ -2751,18 +5286,18 @@ msgstr ""
2751
  "problemer, mens du bruger WP live chat support som følge af dette. Kontakt "
2752
  "venligst din vært til at komme i fejlsikret tilstand deaktiveret."
2753
 
2754
- #: wp-live-chat-support/wp-live-chat-support.php:3491
2755
  msgid "Suggested Plugins"
2756
  msgstr "Foreslåede Plugins"
2757
 
2758
- #: wp-live-chat-support/wp-live-chat-support.php:3502
2759
- #: wp-live-chat-support/wp-live-chat-support.php:3503
2760
- #: wp-live-chat-support/wp-live-chat-support.php:3504
2761
- #: wp-live-chat-support/wp-live-chat-support.php:3509
2762
  msgid "Sola Support Tickets"
2763
  msgstr "Sola Support Tickets"
2764
 
2765
- #: wp-live-chat-support/wp-live-chat-support.php:3507
2766
  msgid ""
2767
  "The easiest to use Help Desk & Support Ticket plugin. Create a support help "
2768
  "desk quickly and easily with Sola Support Tickets."
@@ -2770,19 +5305,19 @@ msgstr ""
2770
  "Den nemmeste at bruge Help Desk & Support Ticket plugin. Opret en støtte "
2771
  "helpdesk hurtigt og nemt med Sola Support Billetter."
2772
 
2773
- #: wp-live-chat-support/wp-live-chat-support.php:3509
2774
- #: wp-live-chat-support/wp-live-chat-support.php:3520
2775
  msgid "Get this Plugin"
2776
  msgstr "Få denne plugin"
2777
 
2778
- #: wp-live-chat-support/wp-live-chat-support.php:3513
2779
- #: wp-live-chat-support/wp-live-chat-support.php:3514
2780
- #: wp-live-chat-support/wp-live-chat-support.php:3515
2781
- #: wp-live-chat-support/wp-live-chat-support.php:3520
2782
  msgid "Nifty Newsletters"
2783
  msgstr "Nifty Nyhedsbreve"
2784
 
2785
- #: wp-live-chat-support/wp-live-chat-support.php:3518
2786
  msgid ""
2787
  "Create and send newsletters, automatic post notifications and autoresponders "
2788
  "that are modern and beautiful with Nifty Newsletters."
@@ -2790,47 +5325,43 @@ msgstr ""
2790
  "Opret og send nyhedsbreve, automatiske indlæg notifikationer og autosvar, der "
2791
  "er moderne og smukke med Nifty nyhedsbreve."
2792
 
2793
- #: wp-live-chat-support/wp-live-chat-support.php:3552
2794
  msgid "Price:"
2795
  msgstr "Priser:"
2796
 
2797
- #: wp-live-chat-support/wp-live-chat-support.php:3554
2798
  msgid "Free"
2799
  msgstr "Gratis"
2800
 
2801
- #: wp-live-chat-support/wp-live-chat-support.php:3555
2802
  msgid "Paid"
2803
  msgstr "Betalt"
2804
 
2805
- #: wp-live-chat-support/wp-live-chat-support.php:3558
2806
  msgid "For:"
2807
  msgstr "I stedet for :"
2808
 
2809
- #: wp-live-chat-support/wp-live-chat-support.php:3559
2810
  msgid "Both"
2811
  msgstr "Begge"
2812
 
2813
- #: wp-live-chat-support/wp-live-chat-support.php:3560
2814
  msgid "Free version"
2815
  msgstr "Gratis version"
2816
 
2817
- #: wp-live-chat-support/wp-live-chat-support.php:3561
2818
  msgid "Pro version"
2819
  msgstr "Pro version"
2820
 
2821
- #: wp-live-chat-support/wp-live-chat-support.php:3597
2822
  msgid "Already installed"
2823
  msgstr "Allerede installeret"
2824
 
2825
- #: wp-live-chat-support/wp-live-chat-support.php:3624
2826
  msgid "WP Live Chat Support"
2827
  msgstr "WP live chat support"
2828
 
2829
- #: wp-live-chat-support/wp-live-chat-support.php:3627
2830
- msgid "Documentation"
2831
- msgstr "Dokumentation"
2832
-
2833
- #: wp-live-chat-support/wp-live-chat-support.php:3629
2834
  msgid ""
2835
  "Getting started? Read through some of these articles to help you along your "
2836
  "way."
@@ -2838,45 +5369,45 @@ msgstr ""
2838
  "Kom godt i gang? Læs gennem nogle af disse artikler for at hjælpe dig på din "
2839
  "vej."
2840
 
2841
- #: wp-live-chat-support/wp-live-chat-support.php:3630
2842
  msgid "Documentation:"
2843
  msgstr "Dokumentation:"
2844
 
2845
- #: wp-live-chat-support/wp-live-chat-support.php:3632
2846
  msgid "Minimum System Requirements"
2847
  msgstr "Mindste systemkrav"
2848
 
2849
- #: wp-live-chat-support/wp-live-chat-support.php:3633
2850
  msgid "Do I have to be logged into the dashboard to chat with visitors?"
2851
  msgstr ""
2852
  "Behøver jeg at være logget ind i instrumentbrættet til at chatte med "
2853
  "besøgende?"
2854
 
2855
- #: wp-live-chat-support/wp-live-chat-support.php:3634
2856
  msgid "What are Quick Responses?"
2857
  msgstr "Hvad er hurtige svar?"
2858
 
2859
- #: wp-live-chat-support/wp-live-chat-support.php:3635
2860
  msgid "Can I use this plugin on my multi-site?"
2861
  msgstr "Kan jeg bruge dette plugin på min multi-site?"
2862
 
2863
- #: wp-live-chat-support/wp-live-chat-support.php:3636
2864
  msgid "How do I disable APC Object Cache?"
2865
  msgstr "Hvordan deaktiverer jeg APC Object Cache?"
2866
 
2867
- #: wp-live-chat-support/wp-live-chat-support.php:3637
2868
  msgid "Do you have a mobile app?"
2869
  msgstr "Har du en mobil app?"
2870
 
2871
- #: wp-live-chat-support/wp-live-chat-support.php:3638
2872
  msgid "How do I check for JavaScript errors on my site?"
2873
  msgstr "Hvordan kan jeg kontrollere, om JavaScript-fejl på min hjemmeside?"
2874
 
2875
- #: wp-live-chat-support/wp-live-chat-support.php:3642
2876
  msgid "Troubleshooting"
2877
  msgstr "Fejlfinding"
2878
 
2879
- #: wp-live-chat-support/wp-live-chat-support.php:3644
2880
  msgid ""
2881
  "WP Live Chat Support has a diverse and wide range of features which may, "
2882
  "from time to time, run into conflicts with the thousands of themes and other "
@@ -2886,76 +5417,55 @@ msgstr ""
2886
  "tid til anden, løbe ind konflikter med de tusindvis af temaer og andre "
2887
  "plugins på markedet."
2888
 
2889
- #: wp-live-chat-support/wp-live-chat-support.php:3645
2890
  msgid "Common issues:"
2891
  msgstr "Almindelige problemer:"
2892
 
2893
- #: wp-live-chat-support/wp-live-chat-support.php:3647
2894
  msgid "The chat box doesnt show up"
2895
  msgstr "Chatten dukke ikke op"
2896
 
2897
- #: wp-live-chat-support/wp-live-chat-support.php:3648
2898
  msgid "The chat window disappears when I logout or go offline"
2899
  msgstr "Chatvinduet forsvinder, når jeg logger af eller gå offline"
2900
 
2901
- #: wp-live-chat-support/wp-live-chat-support.php:3649
2902
  msgid "This chat has already been answered. Please close the chat window"
2903
  msgstr "Denne chat er allerede blevet besvaret. Luk chatvinduet"
2904
 
2905
- #: wp-live-chat-support/wp-live-chat-support.php:3650
2906
  msgid "Messages only show when I refresh the chat window"
2907
  msgstr "Beskeder viser kun, når jeg opdatere chatvinduet"
2908
 
2909
- #: wp-live-chat-support/wp-live-chat-support.php:3651
2910
  msgid "I'm not getting any notifications of a new chat"
2911
  msgstr "Jeg får ikke nogen meddelelser om en ny chat"
2912
 
2913
- #: wp-live-chat-support/wp-live-chat-support.php:3652
2914
  msgid "The chat window never goes offline"
2915
  msgstr "Chatvinduet aldrig går offline"
2916
 
2917
- #: wp-live-chat-support/wp-live-chat-support.php:3658
2918
  msgid "Still need help? Use one of these links below."
2919
  msgstr "Stadig brug for hjælp? Brug en af ​​disse links nedenfor."
2920
 
2921
- #: wp-live-chat-support/wp-live-chat-support.php:3660
2922
  msgid "Support desk"
2923
  msgstr ""
2924
 
2925
- #: wp-live-chat-support/wp-live-chat-support.php:3661
2926
- msgid "Contact us"
2927
- msgstr "Kontakt os"
2928
-
2929
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2930
  msgid "Initiate Chats"
2931
  msgstr "Indled Chats"
2932
 
2933
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2934
- #: wp-live-chat-support/wp-live-chat-support.php:3677
2935
- msgid "Buy the Pro add-on now (once off payment)."
2936
- msgstr "Køb Pro add-on nu (en gangs betaling)."
2937
-
2938
- #: wp-live-chat-support/wp-live-chat-support.php:3677
2939
  msgid "Multiple Chats"
2940
  msgstr "Flere Chats"
2941
 
2942
- #: wp-live-chat-support/wp-live-chat-support.php:3677
2943
  msgid "accept and handle multiple chats."
2944
  msgstr "acceptere og håndtere flere chats."
2945
 
2946
- #: wp-live-chat-support/wp-live-chat-support.php:3678
2947
- msgid "Add unlimited agents"
2948
- msgstr "Tilføj ubegrænset agenter"
2949
-
2950
- #: wp-live-chat-support/wp-live-chat-support.php:3678
2951
- msgid " with the Pro add-on of WP Live Chat Support"
2952
- msgstr "med Pro tilføjelse af WP live chat support"
2953
-
2954
- #: wp-live-chat-support/wp-live-chat-support.php:3678
2955
- msgid "(once off payment)."
2956
- msgstr "(en gang engangsbetaling)."
2957
-
2958
- #: wp-live-chat-support/wp-live-chat-support.php:3692
2959
  #, php-format
2960
  msgid ""
2961
  "Thank you for using <a href=\"%1$s\" target=\"_blank\">WP Live Chat Support</"
@@ -2966,202 +5476,362 @@ msgstr ""
2966
  "a> Venligst <a href=\"%2$s\" target=\"_blank\">Bedøm os</a> på <a href=\"%2$s"
2967
  "\" target=\"_blank\">WordPress.org</a>"
2968
 
2969
- #: wp-live-chat-support/wp-live-chat-support.php:3697
2970
  msgid "WP Live Chat Support is a product of"
2971
  msgstr "WP live chat support er et produkt af"
2972
 
2973
- #: wp-live-chat-support/wp-live-chat-support.php:3801
2974
  msgid "Add as many agents as you need with the "
2975
  msgstr "Tilføj så mange agenter som du har brug med"
2976
 
2977
- #: wp-live-chat-support/wp-live-chat-support.php:3801
2978
  msgid "Pro version."
2979
  msgstr ""
2980
 
2981
- #: wp-live-chat-support/wp-live-chat-support.php:3805
2982
  #, php-format
2983
  msgid "Change the default chat agent from <strong>%1$s</strong> to "
2984
  msgstr ""
2985
 
2986
- #: wp-live-chat-support/wp-live-chat-support.php:3904
2987
  msgid "Verify"
2988
  msgstr ""
2989
 
2990
- #: wp-live-chat-support/wp-live-chat-support.php:3907
2991
  msgid "Status: "
2992
  msgstr ""
2993
 
2994
- #: wp-live-chat-support/wp-live-chat-support.php:3910
2995
  msgid "Valid"
2996
  msgstr ""
2997
 
2998
- #: wp-live-chat-support/wp-live-chat-support.php:3911
2999
- #: wp-live-chat-support/wp-live-chat-support.php:3915
3000
  msgid "Manage this extension"
3001
  msgstr ""
3002
 
3003
- #: wp-live-chat-support/wp-live-chat-support.php:3914
3004
  msgid "Invalid"
3005
  msgstr ""
3006
 
3007
- #: wp-live-chat-support/wp-live-chat-support.php:3920
3008
  msgid "Linked Domains"
3009
  msgstr ""
3010
 
3011
- #: wp-live-chat-support/wp-live-chat-support.php:3954
3012
- #: wp-live-chat-support/wp-live-chat-support.php:4022
3013
  msgid ""
3014
  "Get unlimited agents, initiate chats, advanced chat box control, encryption "
3015
  "and more with the Pro add-on."
3016
  msgstr ""
3017
 
3018
- #: wp-live-chat-support/wp-live-chat-support.php:3956
3019
- #: wp-live-chat-support/wp-live-chat-support.php:3978
3020
- #: wp-live-chat-support/wp-live-chat-support.php:3999
3021
- #: wp-live-chat-support/wp-live-chat-support.php:4024
3022
  msgid "Get this extension"
3023
  msgstr "Få denne udvidelse"
3024
 
3025
- #: wp-live-chat-support/wp-live-chat-support.php:3967
3026
  msgid "Mobile & Desktop App"
3027
  msgstr ""
3028
 
3029
- #: wp-live-chat-support/wp-live-chat-support.php:3976
3030
  msgid ""
3031
  "Answer chats directly from your mobile phone or desktop with our mobile app "
3032
  "and desktop client"
3033
  msgstr ""
3034
 
3035
- #: wp-live-chat-support/wp-live-chat-support.php:3997
3036
- msgid ""
3037
- "Reduce the resources required by your server - use our cloud server to host "
3038
- "your chats."
3039
- msgstr ""
3040
-
3041
- #: wp-live-chat-support/wp-live-chat-support.php:4045
3042
- #: wp-live-chat-support/wp-live-chat-support.php:4066
3043
  msgid "Relevant Extensions"
3044
  msgstr ""
3045
 
3046
- #: wp-live-chat-support/wp-live-chat-support.php:4085
3047
  msgid "Powered By WP Live Chat Support"
3048
  msgstr ""
3049
 
3050
- #: wp-live-chat-support/wp-live-chat-support.php:4231
3051
  msgid ""
3052
  "Your API Key is Invalid. You are not eligible for future updates. Please "
3053
  "enter your API key <a href=\"admin.php?page=wplivechat-menu-api-keys-page"
3054
  "\">here</a>."
3055
  msgstr ""
3056
 
3057
- #: wp-live-chat-support/wp-live-chat-support.php:4317
3058
  msgid "Advanced settings"
3059
  msgstr ""
3060
 
3061
- #: wp-live-chat-support/wp-live-chat-support.php:4326
3062
  msgid "Only change these settings if you are experiencing performance issues."
3063
  msgstr ""
3064
 
3065
- #: wp-live-chat-support/wp-live-chat-support.php:4336
3066
  msgid "What type of environment are you on?"
3067
  msgstr ""
3068
 
3069
- #: wp-live-chat-support/wp-live-chat-support.php:4340
3070
  msgid "Shared hosting - low level plan"
3071
  msgstr ""
3072
 
3073
- #: wp-live-chat-support/wp-live-chat-support.php:4341
3074
  msgid "Shared hosting - normal plan"
3075
  msgstr ""
3076
 
3077
- #: wp-live-chat-support/wp-live-chat-support.php:4342
3078
  msgid "VPS"
3079
  msgstr ""
3080
 
3081
- #: wp-live-chat-support/wp-live-chat-support.php:4343
3082
  msgid "Dedicated server"
3083
  msgstr ""
3084
 
3085
- #: wp-live-chat-support/wp-live-chat-support.php:4349
3086
  msgid "Long poll setup"
3087
  msgstr ""
3088
 
3089
- #: wp-live-chat-support/wp-live-chat-support.php:4349
3090
  msgid ""
3091
  "Only change these if you are an experienced developer or if you have received "
3092
  "these figures from the Code Cabin Support team."
3093
  msgstr ""
3094
 
3095
- #: wp-live-chat-support/wp-live-chat-support.php:4357
3096
  msgid "Iterations"
3097
  msgstr ""
3098
 
3099
- #: wp-live-chat-support/wp-live-chat-support.php:4361
3100
  msgid "Sleep between iterations"
3101
  msgstr ""
3102
 
3103
- #: wp-live-chat-support/wp-live-chat-support.php:4364
3104
  msgid "microseconds"
3105
  msgstr ""
3106
 
3107
- #: wp-live-chat-support/wp-live-chat-support.php:4387
3108
  msgid "View comprehensive reports regarding your chat and agent activity."
3109
  msgstr ""
3110
 
3111
- #: wp-live-chat-support/wp-live-chat-support.php:4390
3112
  msgid "Reports"
3113
  msgstr ""
3114
 
3115
- #: wp-live-chat-support/wp-live-chat-support.php:4392
3116
  msgid "Chat statistics"
3117
  msgstr ""
3118
 
3119
- #: wp-live-chat-support/wp-live-chat-support.php:4393
3120
  msgid "Popular pages"
3121
  msgstr ""
3122
 
3123
- #: wp-live-chat-support/wp-live-chat-support.php:4394
3124
  msgid ""
3125
  "ROI reporting and tracking (identify which agents produce the most sales)"
3126
  msgstr ""
3127
 
3128
- #: wp-live-chat-support/wp-live-chat-support.php:4395
3129
  msgid ""
3130
  "User experience ratings (identify which agents produce the happiest customers)"
3131
  msgstr ""
3132
 
3133
- #: wp-live-chat-support/wp-live-chat-support.php:4405
3134
- #: wp-live-chat-support/wp-live-chat-support.php:4467
 
3135
  msgid "Get all this and more in the "
3136
  msgstr ""
3137
 
3138
- #: wp-live-chat-support/wp-live-chat-support.php:4405
3139
- #: wp-live-chat-support/wp-live-chat-support.php:4467
 
3140
  msgid "Pro add-on"
3141
  msgstr "Pro add-on"
3142
 
3143
- #: wp-live-chat-support/wp-live-chat-support.php:4406
3144
- #: wp-live-chat-support/wp-live-chat-support.php:4468
 
3145
  msgid "Upgrade Now"
3146
  msgstr ""
3147
 
3148
- #: wp-live-chat-support/wp-live-chat-support.php:4449
3149
  msgid ""
3150
  "Create custom data triggers when users view a certain page, spend a certain "
3151
  "amount of time on a page, scroll past a certain point or when their mouse "
3152
  "leaves the window."
3153
  msgstr ""
3154
 
3155
- #: wp-live-chat-support/wp-live-chat-support.php:4452
3156
  msgid "Trigger Types"
3157
  msgstr ""
3158
 
3159
- #~ msgid "Dear User"
3160
- #~ msgstr "Kære Bruger"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3161
 
3162
  #~ msgid ""
3163
- #~ "You are using an outdated version of WP Live Chat Support Basic. Please"
3164
- #~ msgstr "Du bruger en forældet version af WP live chat support Basic. Be om"
 
 
 
 
3165
 
3166
  #~ msgid ""
3167
  #~ "You're live chat box on your website has been temporarily disabled until "
@@ -3180,13 +5850,6 @@ msgstr ""
3180
  #~ "Du kan opdatere din plugin <a href='./update-core.php'>her</a> eller <a "
3181
  #~ "href='./plugins.php'>her.</a>"
3182
 
3183
- #~ msgid ""
3184
- #~ "WP Live Chat Support Pro requires WP Live Chat Support to function. You "
3185
- #~ "can download the latest copy from"
3186
- #~ msgstr ""
3187
- #~ "WP live chat support Pro kræver WP live chat support til at fungere. Du "
3188
- #~ "kan hente den nyeste kopi fra"
3189
-
3190
  #~ msgid "Rating Unavailable"
3191
  #~ msgstr "Bedømmelse Ikke tilgængelig"
3192
 
@@ -3196,21 +5859,12 @@ msgstr ""
3196
  #~ msgid "Close Chat Window"
3197
  #~ msgstr "luk vindue"
3198
 
3199
- #~ msgid "Chat sessions"
3200
- #~ msgstr "Chat-sessioner"
3201
-
3202
- #~ msgid "Unknown"
3203
- #~ msgstr "Ukendt"
3204
-
3205
  #~ msgid "User has closed and ended the chat"
3206
  #~ msgstr "Bruger har lukket og sluttede chatten"
3207
 
3208
  #~ msgid "Supplimentary Plugins"
3209
  #~ msgstr "Basale plugin"
3210
 
3211
- #~ msgid "Error Log"
3212
- #~ msgstr "Fejl Log"
3213
-
3214
  #~ msgid "Statistics"
3215
  #~ msgstr "Statistik"
3216
 
@@ -3220,18 +5874,12 @@ msgstr ""
3220
  #~ msgid "Get offline messages with the "
3221
  #~ msgstr "Få offline meddelelser med"
3222
 
3223
- #~ msgid "Offline text"
3224
- #~ msgstr "Offline tekst"
3225
-
3226
  #~ msgid "Edit these text fields using the "
3227
  #~ msgstr "Redigere disse tekstfelter ved hjælp af"
3228
 
3229
  #~ msgid "Choose a colour scheme. Only available in the"
3230
  #~ msgstr "Vælg et farveskema. Kun tilgængelig i"
3231
 
3232
- #~ msgid "Colour Scheme 1"
3233
- #~ msgstr "Farver"
3234
-
3235
  #~ msgid "Colour Scheme 2"
3236
  #~ msgstr "Farver"
3237
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2018-07-18 20:18+0200\n"
5
+ "PO-Revision-Date: 2018-07-18 20:18+0200\n"
6
  "Last-Translator: Kasper Jensen <support@teknisk-support.com>\n"
7
  "Language-Team: \n"
8
  "Language: da_DK\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.4\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: ../..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SearchPath-0: wp-live-chat-support\n"
17
  "X-Poedit-SearchPath-1: wp-live-chat-support-pro\n"
18
  "X-Poedit-SearchPath-2: wp-live-chat-support-mobile-and-desktop-app\n"
 
19
 
20
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:38
21
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:69
22
+ msgid "Mobile and Desktop App"
23
+ msgstr ""
 
 
 
 
24
 
25
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:109
26
+ #: wp-live-chat-support/includes/update_control.class.php:133
27
  msgid ""
28
  "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
29
  "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
31
  "Der opstod en uventet HTTP-fejl under API-anmodningen. </p><p> <a href=“?” "
32
  "onclick=“document.location.reload(); return false;”>Prøv igen</a>"
33
 
34
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:114
35
+ #: wp-live-chat-support/includes/update_control.class.php:138
36
  msgid "An unknown error occurred"
37
  msgstr "En ukendt fejl opstod"
38
 
39
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/api/wplc-api-devices.php:599
40
+ #, fuzzy
41
+ #| msgid "Add Quick Responses to your Live Chat"
42
+ msgid "Add Quick Responses to your Live Chat with our Pro Add-on"
43
+ msgstr "Føj hurtige svar til din live chat"
44
+
45
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:22
46
+ msgid "Devices"
47
  msgstr ""
48
 
49
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:35
50
+ #, fuzzy
51
+ #| msgid "WP Live Chat Support Settings"
52
+ msgid "WP Live Chat Support - Devices"
53
+ msgstr "WP live chat support Indstillinger"
54
+
55
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:96
56
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:339
57
+ msgid "Device Name Not Found"
58
  msgstr ""
59
 
60
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:97
61
+ msgid "Linked to"
62
  msgstr ""
63
 
64
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:148
65
+ msgid "Add Device"
66
+ msgstr ""
 
 
 
 
 
67
 
68
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:149
69
+ msgid "Simply scan the QR code below"
70
+ msgstr ""
 
 
 
 
 
71
 
72
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:161
73
+ msgid "Or enter data manually"
74
  msgstr ""
75
 
76
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:162
77
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:107
78
+ #: wp-live-chat-support/wp-live-chat-support.php:5541
79
+ msgid "API Key"
80
+ msgstr "API key"
81
+
82
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:165
83
+ #, fuzzy
84
+ #| msgid "Add Agent"
85
+ msgid "For Agent"
86
+ msgstr "Tilføj agent"
87
+
88
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:167
89
+ #, fuzzy
90
+ #| msgid "Agents"
91
+ msgid "Agent ID"
92
+ msgstr "Agenter"
93
+
94
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:170
95
+ msgid "Rest End Point"
96
  msgstr ""
97
 
98
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:177
99
+ msgid "Need a link to the app?"
100
  msgstr ""
101
 
102
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:178
103
+ msgid "Go to PlayStore"
104
  msgstr ""
105
 
106
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:181
107
+ msgid "Go to Apple Store"
108
  msgstr ""
109
 
110
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:200
111
+ msgid "Device Limit Reached"
112
+ msgstr ""
113
+
114
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:201
115
+ msgid "Your maximum device limit has been reached"
116
+ msgstr ""
117
+
118
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:203
119
+ msgid "Increase your device limit to add additional devices"
120
+ msgstr ""
121
+
122
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:206
123
+ msgid "Increase Limit"
124
+ msgstr ""
125
+
126
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:207
127
+ #, fuzzy
128
+ #| msgid "Contact us"
129
+ msgid "Contact Us"
130
+ msgstr "Kontakt os"
131
+
132
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:525
133
+ #, fuzzy
134
+ #| msgid "View Chat History"
135
+ msgid "New Chat from"
136
+ msgstr "Chat-historik"
137
+
138
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:525
139
+ msgid "Tap here to accept"
140
  msgstr ""
141
 
142
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:540
143
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:188
144
+ #: wp-live-chat-support/includes/settings_page.php:192
145
+ #: wp-live-chat-support/wp-live-chat-support.php:909
146
+ #: wp-live-chat-support/wp-live-chat-support.php:3875
147
+ #: wp-live-chat-support/wp-live-chat-support.php:4792
148
  msgid "Guest"
149
  msgstr "Gæst"
150
 
151
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:544
152
+ #, fuzzy
153
+ #| msgid "Message"
154
+ msgid "New Message"
155
+ msgstr "Besked"
156
 
157
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:117
158
+ msgid "Mobile and Desktop App Settings"
159
+ msgstr ""
160
+
161
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:120
162
+ msgid "Enable mobile and desktop app"
163
+ msgstr ""
164
+
165
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:142
166
+ msgid "App"
167
+ msgstr ""
168
 
169
  #: wp-live-chat-support-pro/functions-pro.php:54
170
  #: wp-live-chat-support-pro/functions-pro.php:173
171
+ #: wp-live-chat-support-pro/functions-pro.php:310
172
+ #: wp-live-chat-support/functions.php:426 wp-live-chat-support/functions.php:648
173
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:577
174
+ #: wp-live-chat-support/wp-live-chat-support.php:3529
175
  msgid "IP Address not recorded"
176
  msgstr "IP-adresse ikke registreret"
177
 
178
  #: wp-live-chat-support-pro/functions-pro.php:56
179
  #: wp-live-chat-support-pro/functions-pro.php:175
180
+ #: wp-live-chat-support-pro/functions-pro.php:312
181
+ #: wp-live-chat-support/functions.php:428 wp-live-chat-support/functions.php:650
182
+ #: wp-live-chat-support/wp-live-chat-support.php:3531
183
  msgid "Whois for"
184
  msgstr "Whois for"
185
 
186
  #: wp-live-chat-support-pro/functions-pro.php:61
187
+ #: wp-live-chat-support-pro/functions-pro.php:318
188
+ #: wp-live-chat-support/functions.php:433 wp-live-chat-support/functions.php:575
189
+ #: wp-live-chat-support/functions.php:589
190
+ #: wp-live-chat-support/functions.php:1858
191
  msgid "Accept Chat"
192
  msgstr "Accepter Chat"
193
 
194
  #: wp-live-chat-support-pro/functions-pro.php:63
195
+ #: wp-live-chat-support-pro/functions-pro.php:320
196
+ #: wp-live-chat-support/functions.php:435
197
  msgid "Incoming Chat"
198
  msgstr "Indgående Chat"
199
 
200
  #: wp-live-chat-support-pro/functions-pro.php:63
201
+ #: wp-live-chat-support-pro/functions-pro.php:320
202
+ #: wp-live-chat-support/functions.php:435
203
  msgid "You have an incoming chat."
204
  msgstr "Du har en indgående snak."
205
 
206
  #: wp-live-chat-support-pro/functions-pro.php:67
207
+ #: wp-live-chat-support/functions.php:581 wp-live-chat-support/functions.php:594
208
  msgid "Open Chat"
209
  msgstr "Åbn chat"
210
 
211
  #: wp-live-chat-support-pro/functions-pro.php:69
212
+ #: wp-live-chat-support-pro/functions-pro.php:332
213
+ #: wp-live-chat-support/functions.php:441
214
  msgid "Chat Active"
215
  msgstr "Chat Aktiv"
216
 
217
  #: wp-live-chat-support-pro/functions-pro.php:69
218
+ #: wp-live-chat-support-pro/functions-pro.php:332
219
+ #: wp-live-chat-support/functions.php:441
220
  msgid "This chat is active"
221
  msgstr "Denne chat er aktiv"
222
 
223
  #: wp-live-chat-support-pro/functions-pro.php:74
224
  #: wp-live-chat-support-pro/functions-pro.php:160
225
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2874
226
+ #: wp-live-chat-support/wp-live-chat-support.php:2420
227
  msgid "Initiate Chat"
228
  msgstr "Indled Chat"
229
 
233
  msgstr "Du skal være en chat agent til at indlede chats"
234
 
235
  #: wp-live-chat-support-pro/functions-pro.php:99
236
+ #: wp-live-chat-support/functions.php:673
237
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:593
238
  msgid "New"
239
  msgstr "Ny"
240
 
241
  #: wp-live-chat-support-pro/functions-pro.php:101
242
+ #: wp-live-chat-support/functions.php:675
243
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:595
244
  msgid "Returning"
245
  msgstr "Vender tilbage"
246
 
249
  msgstr "Besøgende på stedet"
250
 
251
  #: wp-live-chat-support-pro/functions-pro.php:207
252
+ #: wp-live-chat-support-pro/functions-pro.php:362
253
+ #: wp-live-chat-support/functions.php:464
254
+ #: wp-live-chat-support/wp-live-chat-support.php:3579
255
  msgid "Site Info"
256
  msgstr "Side Info"
257
 
258
  #: wp-live-chat-support-pro/functions-pro.php:209
259
+ #: wp-live-chat-support-pro/functions-pro.php:364
260
+ #: wp-live-chat-support/functions.php:466
261
+ #: wp-live-chat-support/wp-live-chat-support.php:3581
262
  msgid "Chat initiated on:"
263
  msgstr "Chat indledt på:"
264
 
265
  #: wp-live-chat-support-pro/functions-pro.php:213
266
+ #: wp-live-chat-support-pro/functions-pro.php:368
267
+ #: wp-live-chat-support/functions.php:470
268
+ #: wp-live-chat-support/wp-live-chat-support.php:3585
269
  msgid "Advanced Info"
270
  msgstr "Avanceret Info"
271
 
272
  #: wp-live-chat-support-pro/functions-pro.php:215
273
+ #: wp-live-chat-support-pro/functions-pro.php:370
274
+ #: wp-live-chat-support/functions.php:472
275
+ #: wp-live-chat-support/wp-live-chat-support.php:3587
276
  msgid "Browser:"
277
  msgstr "BROWSER"
278
 
279
  #: wp-live-chat-support-pro/functions-pro.php:216
280
+ #: wp-live-chat-support-pro/functions-pro.php:371
281
+ #: wp-live-chat-support/functions.php:473
282
+ #: wp-live-chat-support/wp-live-chat-support.php:3588
283
  msgid "IP Address:"
284
  msgstr "IP-adresse"
285
 
287
  msgid "No visitors on-line at the moment"
288
  msgstr "Ingen besøgende online i øjeblikket"
289
 
290
+ #: wp-live-chat-support-pro/functions-pro.php:287
291
+ #: wp-live-chat-support/functions.php:409
292
  msgid "No chat sessions available at the moment"
293
  msgstr "Ingen chat-sessioner til rådighed i øjeblikket"
294
 
295
+ #: wp-live-chat-support-pro/functions-pro.php:289
296
+ #: wp-live-chat-support/functions.php:411
297
+ #: wp-live-chat-support/modules/node_server.php:1216
298
  msgid "Active Chats"
299
  msgstr "Aktive Chats"
300
 
301
+ #: wp-live-chat-support-pro/functions-pro.php:324
302
  msgid "You must be a chat agent to answer chats"
303
  msgstr "Du skal være en chat agent til at besvare chats"
304
 
305
+ #: wp-live-chat-support-pro/functions-pro.php:330
306
+ #: wp-live-chat-support/functions.php:439
307
  msgid "Open Chat Window"
308
  msgstr "Åbn chat vindue"
309
 
310
+ #: wp-live-chat-support-pro/functions-pro.php:334
311
  msgid "Chat has been answered by another agent"
312
  msgstr "Chat er blevet besvaret af en anden agent"
313
 
314
+ #: wp-live-chat-support-pro/functions-pro.php:335
315
  msgid "Chat answered by another agent"
316
  msgstr "Chat besvaret af en anden agent"
317
 
318
+ #: wp-live-chat-support-pro/functions-pro.php:391
319
+ #: wp-live-chat-support/functions.php:1637
320
+ #: wp-live-chat-support/includes/settings_page.php:651
321
  msgid "WP Live Chat Support - Offline Message from "
322
  msgstr "WP live chat support - Offline Meddelelse fra"
323
 
324
+ #: wp-live-chat-support-pro/functions-pro.php:392
325
+ #: wp-live-chat-support-pro/functions-pro.php:966
326
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:81
327
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:440
328
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:212
329
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:129
330
+ #: wp-live-chat-support/functions.php:1638
331
+ #: wp-live-chat-support/functions.php:2118
332
  #: wp-live-chat-support/includes/deprecated.php:192
333
  #: wp-live-chat-support/includes/deprecated.php:391
334
+ #: wp-live-chat-support/includes/settings_page.php:179
335
+ #: wp-live-chat-support/includes/settings_page.php:365
336
+ #: wp-live-chat-support/wp-live-chat-support.php:1926
337
+ #: wp-live-chat-support/wp-live-chat-support.php:1952
338
+ #: wp-live-chat-support/wp-live-chat-support.php:2142
339
+ #: wp-live-chat-support/wp-live-chat-support.php:4498
340
+ #: wp-live-chat-support/wp-live-chat-support.php:4637
341
+ #: wp-live-chat-support/wp-live-chat-support.php:6431
342
  msgid "Name"
343
  msgstr "Navn"
344
 
345
+ #: wp-live-chat-support-pro/functions-pro.php:392
346
+ #: wp-live-chat-support-pro/functions-pro.php:967
347
+ #: wp-live-chat-support/functions.php:1639
348
+ #: wp-live-chat-support/functions.php:2119
349
  #: wp-live-chat-support/includes/deprecated.php:193
350
  #: wp-live-chat-support/includes/deprecated.php:392
351
+ #: wp-live-chat-support/includes/settings_page.php:175
352
+ #: wp-live-chat-support/wp-live-chat-support.php:1927
353
+ #: wp-live-chat-support/wp-live-chat-support.php:1940
354
+ #: wp-live-chat-support/wp-live-chat-support.php:2143
355
+ #: wp-live-chat-support/wp-live-chat-support.php:4499
356
+ #: wp-live-chat-support/wp-live-chat-support.php:4638
357
  msgid "Email"
358
  msgstr "e-mail"
359
 
360
+ #: wp-live-chat-support-pro/functions-pro.php:392
361
+ #: wp-live-chat-support-pro/functions-pro.php:968
362
+ #: wp-live-chat-support-pro/functions-pro.php:1543
363
+ #: wp-live-chat-support/functions.php:1640
364
+ #: wp-live-chat-support/wp-live-chat-support.php:2144
365
+ #: wp-live-chat-support/wp-live-chat-support.php:4639
366
+ #: wp-live-chat-support/wp-live-chat-support.php:5768
367
+ #: wp-live-chat-support/wp-live-chat-support.php:5826
368
  msgid "Message"
369
  msgstr "Besked"
370
 
371
+ #: wp-live-chat-support-pro/functions-pro.php:392
372
+ #: wp-live-chat-support/functions.php:1641
373
  msgid "Via WP Live Chat Support"
374
  msgstr "Via WP live chat support"
375
 
376
+ #: wp-live-chat-support-pro/functions-pro.php:461
377
  msgid "Alert: Someone wants to chat with you on "
378
  msgstr "Alert: nogen ønsker at chatte med dig på"
379
 
380
+ #: wp-live-chat-support-pro/functions-pro.php:462
381
  msgid "Someone wants to chat with you on your website"
382
  msgstr "Nogen ønsker at chatte med dig på din hjemmeside"
383
 
384
+ #: wp-live-chat-support-pro/functions-pro.php:462
385
  msgid "Log in"
386
  msgstr "Log ind"
387
 
388
+ #: wp-live-chat-support-pro/functions-pro.php:745
389
+ #: wp-live-chat-support-pro/functions-pro.php:761
390
+ #: wp-live-chat-support-pro/functions-pro.php:776
391
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3277
392
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3293
393
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3308
394
  msgid "Chat Agent"
395
  msgstr "Chat Agent"
396
 
397
+ #: wp-live-chat-support-pro/functions-pro.php:750
398
+ #: wp-live-chat-support-pro/functions-pro.php:766
399
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3282
400
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3298
401
  msgid "Make this user a chat agent"
402
  msgstr "Gør denne bruger en chat agent"
403
 
404
+ #: wp-live-chat-support-pro/functions-pro.php:780
405
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3312
406
  msgid "Your user role does not allow you to make yourself a chat agent."
407
  msgstr "Din brugerrolle ikke tillader dig at gøre dig selv en chat agent."
408
 
409
+ #: wp-live-chat-support-pro/functions-pro.php:781
410
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3313
411
  msgid "Please contact the administrator of this website to change this."
412
  msgstr "Kontakt administratoren af ​​denne hjemmeside til at ændre dette."
413
 
414
+ #: wp-live-chat-support-pro/functions-pro.php:866
415
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3721
416
  msgid "Chat Agent Online"
417
  msgstr "Chat Agent Online"
418
 
419
+ #: wp-live-chat-support-pro/functions-pro.php:868
420
+ #: wp-live-chat-support-pro/functions-pro.php:873
421
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3723
422
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3728
423
  msgid "Chat Agents Online"
424
  msgstr "Chat Agenter Online"
425
 
426
+ #: wp-live-chat-support-pro/functions-pro.php:965
427
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1010
428
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5014
429
+ #: wp-live-chat-support/functions.php:2117
430
+ #: wp-live-chat-support/wp-live-chat-support.php:4497
431
+ #: wp-live-chat-support/wp-live-chat-support.php:4636
432
  msgid "Date"
433
  msgstr "Dato"
434
 
435
+ #: wp-live-chat-support-pro/functions-pro.php:982
436
+ #: wp-live-chat-support/wp-live-chat-support.php:4656
437
  msgid "You have not received any offline messages."
438
  msgstr "Du har ikke modtaget nogen offline beskeder."
439
 
440
+ #: wp-live-chat-support-pro/functions-pro.php:1407
441
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:871
442
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4080
443
+ #: wp-live-chat-support/wp-live-chat-support.php:5351
444
  msgid "Administrator"
445
  msgstr "Administrator"
446
 
447
+ #: wp-live-chat-support-pro/functions-pro.php:1408
448
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:877
449
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4086
450
+ #: wp-live-chat-support/wp-live-chat-support.php:5360
451
  msgid "Editor"
452
  msgstr "Redaktør"
453
 
454
+ #: wp-live-chat-support-pro/functions-pro.php:1409
455
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:883
456
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1009
457
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4092
458
+ #: wp-live-chat-support/wp-live-chat-support.php:5369
459
  msgid "Author"
460
  msgstr "Forfatter"
461
 
462
+ #: wp-live-chat-support-pro/functions-pro.php:1410
463
  msgid "Contributor"
464
  msgstr "bidragsyder"
465
 
466
+ #: wp-live-chat-support-pro/functions-pro.php:1411
467
  msgid "Subscriber"
468
  msgstr "Abonnent"
469
 
470
+ #: wp-live-chat-support-pro/functions-pro.php:1541
471
+ #: wp-live-chat-support/modules/gdpr.php:207
472
+ #: wp-live-chat-support/wp-live-chat-support.php:5766
473
+ #: wp-live-chat-support/wp-live-chat-support.php:5824
474
  msgid "Chat ID"
475
  msgstr "Chat id"
476
 
477
+ #: wp-live-chat-support-pro/functions-pro.php:1542
478
+ #: wp-live-chat-support/wp-live-chat-support.php:5767
479
+ #: wp-live-chat-support/wp-live-chat-support.php:5825
480
  msgid "From"
481
  msgstr "Fra"
482
 
483
+ #: wp-live-chat-support-pro/functions-pro.php:1544
484
+ #: wp-live-chat-support/wp-live-chat-support.php:5769
485
+ #: wp-live-chat-support/wp-live-chat-support.php:5827
486
  msgid "Timestamp"
487
  msgstr "Tidsstempel"
488
 
489
+ #: wp-live-chat-support-pro/functions-pro.php:1545
490
+ #: wp-live-chat-support/wp-live-chat-support.php:5770
491
+ #: wp-live-chat-support/wp-live-chat-support.php:5828
492
  msgid "Origin"
493
  msgstr "Oprindelse"
494
 
495
+ #: wp-live-chat-support-pro/functions-pro.php:1557
496
+ #: wp-live-chat-support/wp-live-chat-support.php:5775
497
+ #: wp-live-chat-support/wp-live-chat-support.php:5833
498
  msgid "user"
499
  msgstr "bruger"
500
 
501
+ #: wp-live-chat-support-pro/functions-pro.php:1559
502
+ #: wp-live-chat-support/wp-live-chat-support.php:5777
503
+ #: wp-live-chat-support/wp-live-chat-support.php:5835
504
  msgid "agent"
505
  msgstr "enhed"
506
 
507
+ #: wp-live-chat-support-pro/includes/documentation_suggestions.php:134
508
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:471
509
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:492
510
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:551
511
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:583
512
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:402
513
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:424
514
+ #: wp-live-chat-support/includes/notification_control.php:36
515
+ #: wp-live-chat-support/includes/notification_control.php:75
516
+ #: wp-live-chat-support/includes/notification_control.php:138
517
+ #: wp-live-chat-support/modules/node_server_deprecated.php:214
518
+ #: wp-live-chat-support/modules/node_server_deprecated.php:234
519
+ #: wp-live-chat-support/modules/node_server_deprecated.php:277
520
+ #: wp-live-chat-support/modules/node_server_deprecated.php:291
521
+ #, fuzzy
522
+ #| msgid "Chat notifications"
523
+ msgid "System notification"
524
+ msgstr "Chat underretninger"
525
+
526
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:48
527
+ #: wp-live-chat-support/includes/settings_page.php:66
528
  msgid "WP Live Chat Support Settings"
529
  msgstr "WP live chat support Indstillinger"
530
 
531
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:71
532
+ #: wp-live-chat-support/wp-live-chat-support.php:3076
533
+ #: wp-live-chat-support/wp-live-chat-support.php:3091
534
  msgid "Dear Pro User"
535
  msgstr "Kære Pro Bruger"
536
 
548
  msgstr "Du kan få en kopi af din API-nøgle"
549
 
550
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
551
+ #: wp-live-chat-support/includes/settings_page.php:925
552
+ #: wp-live-chat-support/modules/node_server.php:624
553
+ #: wp-live-chat-support/wp-live-chat-support.php:6422
554
  msgid "here"
555
  msgstr "her"
556
 
571
  "opdatere siden."
572
 
573
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:83
574
+ #: wp-live-chat-support/includes/settings_page.php:94
575
+ #: wp-live-chat-support/includes/settings_page.php:132
576
  msgid "General Settings"
577
  msgstr "Generelle indstillinger"
578
 
579
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:84
580
+ #: wp-live-chat-support/includes/settings_page.php:99
581
  msgid "Chat Box"
582
  msgstr "Chat Box"
583
 
584
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:85
585
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:448
586
+ #: wp-live-chat-support/includes/settings_page.php:104
587
+ #: wp-live-chat-support/includes/settings_page.php:579
588
+ #: wp-live-chat-support/wp-live-chat-support.php:1068
589
+ #: wp-live-chat-support/wp-live-chat-support.php:1071
590
  msgid "Offline Messages"
591
  msgstr "Offline beskeder"
592
 
593
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:86
594
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:562
595
+ #: wp-live-chat-support/includes/settings_page.php:109
596
+ #: wp-live-chat-support/includes/settings_page.php:776
597
  msgid "Styling"
598
  msgstr "Udseende"
599
 
602
  msgstr "Chat Agenter"
603
 
604
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:88
605
+ #: wp-live-chat-support/includes/settings_page.php:119
606
  msgid "Blocked Visitors"
607
  msgstr "Blokerede Besøgende"
608
 
609
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:89
610
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:913
611
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:919
612
  msgid "Chat Experience Ratings"
613
  msgstr "Chat Erfarings bedømmelse"
614
 
615
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:90
616
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2302
617
  msgid "Encryption"
618
  msgstr "Kryptering"
619
 
620
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:93
 
621
  msgid "Main Settings"
622
  msgstr "Primære Indstillinger"
623
 
625
  msgid "Find out more."
626
  msgstr "Læs mere…"
627
 
628
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:98
629
+ msgid "Cloud Server"
630
+ msgstr "Cloud Server"
631
+
632
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:103
633
  msgid "Use our server to host your chat server."
634
  msgstr "Brug vores server til at være vært for din chat-server."
635
 
 
 
 
 
 
636
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:112
637
  msgid "This API key is "
638
  msgstr "Denne API-nøgle er"
656
  "du kræver det."
657
 
658
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:130
659
+ #: wp-live-chat-support/includes/settings_page.php:135
660
  msgid "Chat enabled"
661
  msgstr "Chat aktiveret"
662
 
663
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:135
664
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:264
665
+ #: wp-live-chat-support/functions.php:2107
666
+ #: wp-live-chat-support/includes/settings_page.php:138
667
+ #: wp-live-chat-support/modules/webhooks_manager.php:296
668
+ #: wp-live-chat-support/wp-live-chat-support.php:4468
669
+ msgid "Yes"
670
+ msgstr "Ja"
671
+
672
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:138
673
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:264
674
+ #: wp-live-chat-support/functions.php:2107
675
+ #: wp-live-chat-support/includes/settings_page.php:139
676
+ #: wp-live-chat-support/modules/webhooks_manager.php:295
677
+ #: wp-live-chat-support/wp-live-chat-support.php:4468
678
+ msgid "No"
679
+ msgstr "Nej"
680
+
681
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
682
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2138
683
  msgid "Choose when I want to be online"
684
  msgstr "Vælg, når jeg ønsker at være online"
685
 
686
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
687
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2138
688
  msgid ""
689
  "Checking this will allow you to change your status to Online or Offline on "
690
  "the Live Chat page."
693
  "eller offline på live chat-side."
694
 
695
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
696
+ #: wp-live-chat-support/includes/settings_page.php:157
697
  msgid "Hide Chat"
698
  msgstr "Skjul Chat"
699
 
700
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
701
+ #: wp-live-chat-support/includes/settings_page.php:157
702
  msgid "Hides chat for 24hrs when user clicks X"
703
  msgstr "Skjuler chatte 24 timer, når brugeren klikker X"
704
 
705
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
706
+ #: wp-live-chat-support/includes/settings_page.php:166
707
+ #, fuzzy
708
+ #| msgid "Offline Chat Box Title"
709
+ msgid "Required Chat Box Fields"
710
+ msgstr "Offline Chat Box Titel"
711
 
712
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
713
+ #: wp-live-chat-support/includes/settings_page.php:166
714
+ msgid "Set default fields that will be displayed when users starting a chat"
715
+ msgstr ""
716
+
717
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:167
718
+ msgid "Show name and email"
719
+ msgstr ""
720
+
721
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:171
722
+ #, fuzzy
723
+ #| msgid "Your Email"
724
+ msgid "Show email"
725
+ msgstr "Din e-mail"
726
+
727
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:175
728
+ msgid "Show name"
729
+ msgstr ""
730
+
731
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:179
732
+ #: wp-live-chat-support/includes/settings_page.php:183
733
+ msgid "No fields"
734
+ msgstr ""
735
+
736
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:185
737
+ #: wp-live-chat-support/includes/settings_page.php:189
738
+ msgid "Default visitor name"
739
+ msgstr ""
740
+
741
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:185
742
+ #: wp-live-chat-support/includes/settings_page.php:189
743
+ msgid "This name will be displayed for all not logged in visitors"
744
  msgstr ""
 
 
745
 
746
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
747
+ #: wp-live-chat-support/includes/settings_page.php:197
748
  msgid "Input Field Replacement Text"
749
  msgstr "Input feltets erstatningsteksten"
750
 
751
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
752
+ #: wp-live-chat-support/includes/settings_page.php:197
753
  msgid "This is the text that will show in place of the Name And Email fields"
754
  msgstr "Dette er den tekst, der vil vise i stedet for navn og email felter"
755
 
756
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
757
+ #: wp-live-chat-support/includes/settings_page.php:205
758
  msgid "Use Logged In User Details"
759
  msgstr "Brug indloggede bruger Detaljer"
760
 
761
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
762
+ #: wp-live-chat-support/includes/settings_page.php:205
763
  msgid ""
764
  "A user's Name and Email Address will be used by default if they are logged in."
765
  msgstr ""
766
  "En brugers navn og e-mail adresse vil blive brugt som standard, hvis de er "
767
  "logget ind."
768
 
769
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:214
770
+ #: wp-live-chat-support/includes/settings_page.php:213
771
  msgid "Enable On Mobile Devices"
772
  msgstr "Aktiver zoom på mobile enheder"
773
 
774
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:214
775
+ #: wp-live-chat-support/includes/settings_page.php:213
776
  msgid ""
777
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
778
  "devices. (Smartphones and Tablets)"
780
  "Deaktivering dette vil betyde, at Chat Box ikke vises på mobile enheder. "
781
  "(Smartphones og tablets)"
782
 
783
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:224
784
+ #: wp-live-chat-support/includes/settings_page.php:221
785
  msgid "Record a visitor's IP Address"
786
  msgstr "Optag en besøgendes IP-adresse"
787
 
788
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:224
789
+ #: wp-live-chat-support/includes/settings_page.php:221
790
  msgid "Disable this to enable anonymity for your visitors"
791
  msgstr "Deaktiver denne at aktivere anonymitet for dine besøgende"
792
 
793
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:234
794
+ #: wp-live-chat-support/includes/settings_page.php:240
795
  msgid "Play a sound when a new message is received"
796
  msgstr "Afspil en lyd, når en ny besked modtages"
797
 
798
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:234
799
+ #: wp-live-chat-support/includes/settings_page.php:240
800
  msgid ""
801
  "Disable this to mute the sound that is played when a new chat message is "
802
  "received"
803
  msgstr ""
804
  "Deaktiver denne for at slå lyd, der afspilles, når en ny chat-besked modtages"
805
 
806
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:243
807
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2626
808
  msgid "Include chat window on the following pages:"
809
  msgstr "Medtag chat vindue på de følgende sider:"
810
 
811
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:243
812
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2626
813
+ #: wp-live-chat-support/includes/settings_page.php:268
814
  msgid ""
815
  "Show the chat window on the following pages. Leave blank to show on all. (Use "
816
  "comma-separated Page ID's)"
818
  "Vis chatvinduet på de følgende sider. Lad stå tomt for at vise på alle. (Brug "
819
  "kommasepareret Side ID'er)"
820
 
821
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:253
822
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2634
823
  msgid "Exclude chat window on the following pages:"
824
  msgstr "Udeluk chatvinduet på de følgende sider:"
825
 
826
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:253
827
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2634
828
+ #: wp-live-chat-support/includes/settings_page.php:283
829
  msgid ""
830
  "Do not show the chat window on the following pages. Leave blank to show on "
831
  "all. (Use comma-separated Page ID's)"
833
  "Vis ikke chatvinduet på de følgende sider. Lad stå tomt for at vise på alle. "
834
  "(Brug kommasepareret Side ID'er)"
835
 
836
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
837
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2642
838
+ #: wp-live-chat-support/includes/settings_page.php:299
839
+ #, fuzzy
840
+ #| msgid "Exclude chat window on the following pages"
841
+ msgid "Exclude chat window on selected post types"
842
+ msgstr "Udeluk chatvinduet på de følgende sider"
843
+
844
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
845
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2642
846
+ #: wp-live-chat-support/includes/settings_page.php:299
847
+ #, fuzzy
848
+ #| msgid "Include chat window on the following pages"
849
+ msgid "Do not show the chat window on the following post types pages."
850
+ msgstr "Medtag chat vindue på de følgende sider"
851
+
852
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:283
853
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2662
854
+ #, fuzzy
855
+ #| msgid "No Quick Responses found"
856
+ msgid "No post types found."
857
+ msgstr "Ingen hurtige svar fundet"
858
+
859
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
860
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2668
861
  msgid "Allow any user to make themselves a chat agent"
862
  msgstr "Tillad alle brugere at gøre sig en chat agent"
863
 
864
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
865
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2668
866
  msgid ""
867
  "Checking this will allow any of your users to make themselves a chat agent "
868
  "when editing their profile."
870
  "Kontrol dette vil give nogen af ​​dine brugere til at give sig en chat agent, "
871
  "når du redigerer deres profil."
872
 
873
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:302
874
+ #: wp-live-chat-support/includes/settings_page.php:320
875
  msgid "Chat Window Settings"
876
  msgstr "Chatvinduet Indstillinger"
877
 
878
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:305
879
+ #: wp-live-chat-support/includes/settings_page.php:323
880
  msgid "Chat box alignment"
881
  msgstr "Chatfeltet tilpasning"
882
 
883
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:310
884
+ #: wp-live-chat-support/includes/settings_page.php:326
885
  msgid "Bottom left"
886
  msgstr "Forneden venstre"
887
 
888
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:313
889
+ #: wp-live-chat-support/includes/settings_page.php:327
890
  msgid "Bottom right"
891
  msgstr "Forneden højre"
892
 
893
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:316
894
+ #: wp-live-chat-support/includes/settings_page.php:328
895
  msgid "Left"
896
  msgstr "Venstre"
897
 
898
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:319
899
+ #: wp-live-chat-support/includes/settings_page.php:329
900
  msgid "Right"
901
  msgstr "Højre"
902
 
903
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:325
904
+ #: wp-live-chat-support/includes/settings_page.php:335
905
  msgid "Auto Pop-up"
906
  msgstr "Automatisk pop-up"
907
 
908
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:325
909
+ #: wp-live-chat-support/includes/settings_page.php:335
910
  msgid ""
911
  "Expand the chat box automatically (prompts the user to enter their name and "
912
  "email address)."
914
  "Udvid chat boksen automatisk (beder brugeren om at indtaste deres navn og e-"
915
  "mail-adresse)."
916
 
917
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:336
918
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1239
919
  msgid "Name "
920
  msgstr "Navn"
921
 
922
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:352
923
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1373
924
+ #: wp-live-chat-support/includes/settings_page.php:381
925
+ msgid "Icon"
926
+ msgstr ""
927
+
928
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:360
929
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1381
930
+ #, fuzzy
931
+ #| msgid "Upload Logo"
932
+ msgid "Upload Icon"
933
+ msgstr "Upload Logo"
934
+
935
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:362
936
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1383
937
+ #, fuzzy
938
+ #| msgid "Remove Logo"
939
+ msgid "Remove Icon"
940
+ msgstr "Fjern logo"
941
+
942
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:363
943
+ #, fuzzy
944
+ #| msgid "Recomended Size 250px x 40px"
945
+ msgid "Recommended Size 50px x 50px"
946
+ msgstr "Anbefalet Størrelse 250px x 40px"
947
+
948
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
949
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1390
950
+ #: wp-live-chat-support/includes/settings_page.php:397
951
  msgid "Picture"
952
  msgstr "Billede"
953
 
954
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:376
955
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1398
956
+ #: wp-live-chat-support/includes/settings_page.php:384
957
+ #: wp-live-chat-support/includes/settings_page.php:400
958
+ #: wp-live-chat-support/includes/settings_page.php:416
959
  msgid "Upload Image"
960
  msgstr "Upload billede"
961
 
962
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:378
963
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1400
964
  msgid "Remove Image"
965
  msgstr "Fjern billede"
966
 
967
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:379
968
+ #, fuzzy
969
+ #| msgid "Recomended Size 40px x 40px"
970
+ msgid "Recommended Size 40px x 40px"
971
  msgstr "Anbefalet Størrelse 40px x 40px"
972
 
973
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:385
974
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1408
975
+ #: wp-live-chat-support/includes/settings_page.php:413
976
  msgid "Logo"
977
  msgstr "Logo"
978
 
979
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:393
980
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1416
981
  msgid "Upload Logo"
982
  msgstr "Upload Logo"
983
 
984
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:395
985
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1418
986
  msgid "Remove Logo"
987
  msgstr "Fjern logo"
988
 
989
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:396
990
+ #, fuzzy
991
+ #| msgid "Recomended Size 250px x 40px"
992
+ msgid "Recommended Size 250px x 40px"
993
  msgstr "Anbefalet Størrelse 250px x 40px"
994
 
995
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:402
996
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1425
997
+ #: wp-live-chat-support/includes/settings_page.php:429
998
  msgid "Chat delay (seconds)"
999
  msgstr "Chat forsinkelse (sekunder)"
1000
 
1001
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:402
1002
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1425
1003
  msgid "How long it takes for your chat window to pop up"
1004
  msgstr "Hvor lang tid det tager for din chat-vindue til at poppe op"
1005
 
1006
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:411
1007
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1434
1008
+ #: wp-live-chat-support/includes/settings_page.php:445
1009
  msgid "Chat notifications"
1010
  msgstr "Chat underretninger"
1011
 
1012
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:411
1013
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1434
1014
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1015
  msgstr ""
1016
  "Advare mig via e-mail, så snart nogen ønsker at chatte (mens kun online)"
1017
 
1018
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:421
 
1019
  msgid "Display name and avatar in chat"
1020
  msgstr "Vist navn og avatar i chatten"
1021
 
1022
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:421
 
1023
  msgid "Display the agent and user name above each message in the chat window."
1024
  msgstr "Vise agent og brugernavnet over hver besked i chatvinduet."
1025
 
1026
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:433
1027
+ #: wp-live-chat-support/includes/settings_page.php:484
1028
  msgid "Only show the chat window to users that are logged in"
1029
  msgstr "Vis kun chatvinduet til brugere, der er logget ind"
1030
 
1031
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:433
1032
+ #: wp-live-chat-support/includes/settings_page.php:484
1033
  msgid ""
1034
  "By checking this, only users that are logged in will be able to chat with you."
1035
  msgstr ""
1036
  "Ved at markere dette, vil kun brugere, der er logget ind kan chatte med dig."
1037
 
1038
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:452
1039
+ #: wp-live-chat-support/includes/settings_page.php:583
1040
  msgid "Do not allow users to send offline messages"
1041
  msgstr "Må ikke muligt for brugerne at sende offline beskeder"
1042
 
1043
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:452
1044
+ #: wp-live-chat-support/includes/settings_page.php:583
1045
  msgid ""
1046
  "The chat window will be hidden when it is offline. Users will not be able to "
1047
  "send offline messages to you"
1049
  "Chatten vindue vil være skjult, når den er offline. Brugerne vil ikke være i "
1050
  "stand til at sende offline beskeder til dig"
1051
 
1052
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:464
1053
+ #: wp-live-chat-support/includes/settings_page.php:638
1054
  msgid "Email Address"
1055
  msgstr "E-mail adresse"
1056
 
1057
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:464
1058
+ #: wp-live-chat-support/includes/settings_page.php:638
1059
  msgid ""
1060
  "Email address where offline messages are delivered to. Use comma separated "
1061
  "email addresses to send to more than one email address"
1063
  "E-mail-adresse, hvor offline meddelelser leveres til. Brug kommasepareret e-"
1064
  "mail adresser til at sende til mere end én e-mail-adresse"
1065
 
1066
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:477
1067
+ #: wp-live-chat-support/includes/settings_page.php:659
1068
  msgid "Sending Method"
1069
  msgstr "Sender Metode"
1070
 
1071
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:478
1072
+ #: wp-live-chat-support/includes/settings_page.php:660
1073
  msgid "WP Mail"
1074
  msgstr "WP Mail"
1075
 
1076
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:479
1077
+ #: wp-live-chat-support/includes/settings_page.php:661
1078
  msgid "PHP Mailer"
1079
  msgstr "PHP Mailer"
1080
 
1081
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:495
1082
+ #: wp-live-chat-support/includes/settings_page.php:677
1083
  msgid "Host"
1084
  msgstr "Værtsorganisme"
1085
 
1086
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:503
1087
+ #: wp-live-chat-support/includes/settings_page.php:685
1088
  msgid "Port"
1089
  msgstr "Port"
1090
 
1091
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:511
1092
+ #: wp-live-chat-support/includes/settings_page.php:693
1093
  msgid "Username"
1094
  msgstr "Brugernavn"
1095
 
1096
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:519
1097
+ #: wp-live-chat-support/includes/settings_page.php:701
1098
  msgid "Password"
1099
  msgstr "Adgangskode"
1100
 
1101
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:528
1102
+ #: wp-live-chat-support/includes/settings_page.php:594
1103
  msgid "Offline Chat Box Title"
1104
  msgstr "Offline Chat Box Titel"
1105
 
1106
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:536
1107
+ #: wp-live-chat-support/includes/settings_page.php:602
1108
  msgid "Offline Text Fields"
1109
  msgstr "Offline Tekst Felter"
1110
 
1111
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:546
1112
+ #: wp-live-chat-support/includes/settings_page.php:612
1113
+ #, fuzzy
1114
+ #| msgid "Offline text"
1115
+ msgid "Offline Button Text"
1116
+ msgstr "Offline tekst"
1117
+
1118
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:552
1119
+ #: wp-live-chat-support/includes/settings_page.php:618
1120
+ #, fuzzy
1121
+ #| msgid "Offline text"
1122
+ msgid "Offline Send Button Text"
1123
+ msgstr "Offline tekst"
1124
+
1125
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:581
1126
+ #: wp-live-chat-support/includes/settings_page.php:781
1127
  msgid "Choose a theme"
1128
  msgstr "Vælg et tema"
1129
 
1130
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:586
1131
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:589
1132
  msgid "Theme 1"
1133
  msgstr "Tema 1"
1134
 
1135
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:592
1136
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:595
1137
  msgid "Theme 2"
1138
  msgstr "Tema 2"
1139
 
1140
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:598
1141
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:601
1142
  msgid "Theme 3"
1143
  msgstr "Tema 3"
1144
 
1145
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:604
1146
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:607
1147
  msgid "Theme 4"
1148
  msgstr "Tema (4)"
1149
 
1150
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:610
1151
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:613
1152
  msgid "Theme 5"
1153
  msgstr "Tema 5"
1154
 
1155
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:616
1156
  msgid "Theme 6"
1157
  msgstr "Tema 6"
1158
 
1159
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:619
1160
  msgid "Custom. Enter Colour Values Below"
1161
  msgstr "Skik. Indtast Farve Værdier under"
1162
 
1163
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:645
1164
  msgid "Chat box fill color"
1165
  msgstr "Chatfeltet fyldfarve"
1166
 
1167
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:651
1168
  msgid "Chat box font color"
1169
  msgstr "Chatfeltet font farve"
1170
 
1171
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:658
1172
+ #: wp-live-chat-support/includes/settings_page.php:922
1173
  msgid "I'm using a localization plugin"
1174
  msgstr "Jeg bruger en lokalisering plugin"
1175
 
1176
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:661
1177
  msgid "documentation"
1178
  msgstr "dokumentation"
1179
 
1180
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:666
1181
  msgid ""
1182
  "You will only be able to edit the strings shown in the chat window of the "
1183
  "code now. <br/> This has been done to accommodate as many localization "
1189
  "plugins som muligt. <br/> For mere information om, hvordan du ændrer disse "
1190
  "strenge, henvises til"
1191
 
1192
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:671
1193
+ #: wp-live-chat-support/includes/settings_page.php:931
1194
  msgid "First Section Text"
1195
  msgstr "Første afsnit Tekst"
1196
 
1197
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:678
1198
+ #: wp-live-chat-support/includes/settings_page.php:938
1199
  msgid "Intro Text"
1200
  msgstr "Intro tekst"
1201
 
1202
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:684
1203
+ #: wp-live-chat-support/includes/settings_page.php:944
1204
  msgid "Second Section Text"
1205
  msgstr "forstærkningstog"
1206
 
1207
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:691
1208
+ #: wp-live-chat-support/includes/settings_page.php:951
1209
  msgid "Reactivate Chat Section Text"
1210
  msgstr "Genaktiver Chat Sektion tekst"
1211
 
1212
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:699
 
1213
  msgid "User chat welcome"
1214
  msgstr "Bruger chat velkommen"
1215
 
1216
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:705
1217
+ #: wp-live-chat-support/includes/settings_page.php:979
1218
  msgid "Other text"
1219
  msgstr "Andre tekst"
1220
 
1221
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:707
 
1222
  msgid "This text is shown above the user chat input field"
1223
  msgstr "Denne tekst vises over feltet brugeren chat input"
1224
 
1225
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:711
1226
+ #: wp-live-chat-support/includes/settings_page.php:987
1227
+ msgid "Close Button Text"
1228
+ msgstr ""
1229
+
1230
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:745
1231
  msgid ""
1232
  "You are using an outdated version of WP Live Chat Support Basic. Please "
1233
  "update your plugin to allow for animations to function"
1235
  "Du bruger en forældet version af WP live chat support Basic. Opdater dit "
1236
  "plugin for at give mulighed for animationer til at fungere"
1237
 
1238
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:749
1239
+ #: wp-live-chat-support/includes/settings_page.php:995
1240
  msgid "Choose an animation"
1241
  msgstr "Vælg en animation"
1242
 
1243
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:757
1244
+ #: wp-live-chat-support/includes/settings_page.php:1003
1245
  msgid "Slide Up"
1246
  msgstr "Glid op"
1247
 
1248
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:763
1249
+ #: wp-live-chat-support/includes/settings_page.php:1009
1250
  msgid "Slide From The Side"
1251
  msgstr "Slide fra siden"
1252
 
1253
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:769
1254
+ #: wp-live-chat-support/includes/settings_page.php:1015
1255
  msgid "Fade In"
1256
  msgstr "optone"
1257
 
1258
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:775
1259
+ #: wp-live-chat-support/includes/settings_page.php:1021
1260
  msgid "No Animation"
1261
  msgstr "Ingen Animation"
1262
 
1263
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:833
1264
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4042
1265
+ #: wp-live-chat-support/wp-live-chat-support.php:5320
1266
  msgid "Current Users that are Chat Agents"
1267
  msgstr "Nuværende brugere, der er chat Agenter"
1268
 
1269
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:844
1270
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2056
1271
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4053
1272
+ #: wp-live-chat-support/wp-live-chat-support.php:5330
1273
  msgid "Online"
1274
  msgstr "Online"
1275
 
1276
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:854
1277
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3908
1278
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4063
1279
+ #: wp-live-chat-support/modules/node_server.php:901
1280
+ #: wp-live-chat-support/wp-live-chat-support.php:3055
1281
  msgid "Remove"
1282
  msgstr "Fjern"
1283
 
1284
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:863
1285
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4072
1286
+ #: wp-live-chat-support/wp-live-chat-support.php:5380
1287
  msgid "Add New Agent"
1288
  msgstr "Tilføj ny agent"
1289
 
1290
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:865
1291
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1097
1292
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4074
1293
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
1294
+ #: wp-live-chat-support/wp-live-chat-support.php:5345
1295
  msgid "Select"
1296
  msgstr "Vælg"
1297
 
1298
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:887
1299
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4096
1300
+ #: wp-live-chat-support/wp-live-chat-support.php:5381
1301
  msgid "Add Agent"
1302
  msgstr "Tilføj agent"
1303
 
1304
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:893
1305
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4102
1306
  msgid ""
1307
  "Should you wish to add a user that has a role less than 'Author', please go "
1308
  "to the <a href='./users.php'>Users</a> page, select the relevant user, click "
1314
  "bruger, skal du klikke på Rediger og rulle til bunden af siden, og gøre det "
1315
  "muligt for \"Chat Agent\" afkrydsningsfeltet."
1316
 
1317
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:894
1318
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4103
1319
  msgid "If there are no chat agents online, the chat will show as offline"
1320
  msgstr "Hvis der ikke er chat agenter online, vil chatten vises som offline"
1321
 
1322
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:898
1323
+ #: wp-live-chat-support/includes/settings_page.php:1048
1324
  msgid "Blocked Visitors - Based on IP Address"
1325
  msgstr "Blokerede Besøgende - Baseret på IP-adresse"
1326
 
1327
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:899
1328
+ #: wp-live-chat-support/includes/settings_page.php:1052
1329
  msgid "Enter each IP Address you would like to block on a new line"
1330
  msgstr "Indtast hver IP-adresse, du ønsker at blokere på en ny linje"
1331
 
1332
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:910
1333
+ #: wp-live-chat-support/includes/settings_page.php:1063
1334
  msgid ""
1335
  "Blocking a user's IP Address here will hide the chat window from them, "
1336
  "preventing them from chatting with you. Each IP Address must be on a new line"
1338
  "Blokering en brugers IP-adresse her, vil skjule chatvinduet fra dem, "
1339
  "forhindrer dem i at chatte med dig. Hver IP-adresse skal være på en ny linje"
1340
 
1341
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:919
1342
  msgid ""
1343
  "are only available in the WP Live Chat Support Chat Experience Ratings add-on"
1344
  msgstr ""
1345
  "er kun tilgængelige i WP live chat support Chat Experience Ratings tilføjelse"
1346
 
1347
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:923
1348
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2266
1349
  msgid "Chat Encryption"
1350
  msgstr "Chat Kryptering"
1351
 
1352
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:926
1353
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2269
1354
  msgid "Enable Encryption"
1355
  msgstr "Aktiver kryptering"
1356
 
1357
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:926
1358
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2269
1359
  msgid ""
1360
  "All messages will be encrypted when being sent to and from the user and agent."
1361
  msgstr ""
1362
  "Alle meddelelser skal sendes krypteret, når de sendes til og fra brugeren og "
1363
  "agent."
1364
 
1365
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:934
1366
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2279
1367
  msgid ""
1368
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1369
  msgstr ""
1370
  "Når aktiveret, vil alle beskeder sendt krypteres. Dette kan ikke fortrydes."
1371
 
1372
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:940
1373
+ #: wp-live-chat-support/includes/settings_page.php:1074
1374
  msgid "Save Settings"
1375
  msgstr "Gem opsætning"
1376
 
1377
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:7
1378
+ #, fuzzy
1379
+ #| msgid "WP Live Chat Support Settings"
1380
+ msgid "WP Live Chat Support - User Fields"
1381
+ msgstr "WP live chat support Indstillinger"
1382
 
1383
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:11
1384
+ #, fuzzy
1385
+ #| msgid "Username"
1386
+ msgid "User tagline"
1387
+ msgstr "Brugernavn"
1388
 
1389
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:17
1390
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:30
1391
+ msgid "This will show up at the top of the chatbox - Leave blank to disable."
 
 
1392
  msgstr ""
1393
 
1394
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:24
1395
+ msgid "User bio"
1396
  msgstr ""
1397
 
1398
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:37
1399
+ msgid "User social accounts"
1400
  msgstr ""
1401
 
1402
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:42
1403
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1494
1404
+ #: wp-live-chat-support/includes/settings_page.php:557
1405
+ msgid "Twitter URL"
1406
  msgstr ""
1407
 
1408
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:46
1409
+ msgid "LinkedIn URL"
 
1410
  msgstr ""
1411
 
1412
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:50
1413
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1490
1414
+ #: wp-live-chat-support/includes/settings_page.php:544
1415
+ msgid "Facebook URL"
1416
  msgstr ""
1417
 
1418
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:54
1419
+ #, fuzzy
1420
+ #| msgid "Your Website"
1421
+ msgid "Website URL"
1422
+ msgstr "Hjemmeside"
1423
 
1424
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:56
1425
  msgid ""
1426
+ "This will show up at the top of the chatbox, in the agent's description - "
1427
+ "Leave each item blank to disable it."
1428
  msgstr ""
1429
 
1430
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:276
1431
+ msgid "Twitter"
1432
  msgstr ""
1433
 
1434
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:279
1435
+ msgid "LinkedIn"
1436
  msgstr ""
1437
 
1438
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:282
1439
+ msgid "Facebook"
1440
  msgstr ""
1441
 
1442
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:285
1443
+ #, fuzzy
1444
+ #| msgid "Your Website"
1445
+ msgid "Website"
1446
+ msgstr "Hjemmeside"
1447
 
1448
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:60
1449
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:5
1450
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:143
1451
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:83
1452
+ #: wp-live-chat-support/modules/webhooks_manager.php:57
1453
+ #: wp-live-chat-support/modules/webhooks_manager.php:312
1454
+ msgid "Add New"
1455
  msgstr ""
1456
 
1457
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:64
1458
+ #: wp-live-chat-support/wp-live-chat-support.php:6191
1459
+ #: wp-live-chat-support/wp-live-chat-support.php:6198
1460
+ #, fuzzy
1461
+ #| msgid "WP Live Chat Support Settings"
1462
+ msgid "WP Live Chat Support Custom Fields"
1463
+ msgstr "WP live chat support Indstillinger"
1464
 
1465
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:70
1466
+ msgid ""
1467
+ "Please ensure you are using version WP Live Chat Support 7.0.0 or newer, to "
1468
+ "allow for full functionality of custom fields."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1469
  msgstr ""
1470
 
1471
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:71
1472
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:16
1473
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:156
1474
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:192
1475
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:111
1476
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:62
1477
+ #: wp-live-chat-support/wp-live-chat-support.php:6107
1478
+ #: wp-live-chat-support/wp-live-chat-support.php:6172
1479
+ #: wp-live-chat-support/wp-live-chat-support.php:6210
1480
+ msgid "Update now"
1481
  msgstr ""
1482
 
1483
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:80
1484
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:439
1485
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:211
1486
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:128
1487
+ #: wp-live-chat-support/functions.php:2369
1488
+ #: wp-live-chat-support/wp-live-chat-support.php:6430
1489
  msgid "ID"
1490
  msgstr ""
1491
 
1492
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:82
1493
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:441
1494
+ #: wp-live-chat-support/wp-live-chat-support.php:3292
1495
  msgid "Type"
1496
  msgstr "Type"
1497
 
1498
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:83
1499
  #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:443
 
 
 
 
 
1500
  msgid "Content"
1501
  msgstr ""
1502
 
1503
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:84
1504
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:444
1505
+ #: wp-live-chat-support/wp-live-chat-support.php:3295
1506
+ #: wp-live-chat-support/wp-live-chat-support.php:4501
1507
  msgid "Status"
1508
  msgstr "Status"
1509
 
1510
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:85
1511
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:445
1512
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:213
1513
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:133
1514
+ #: wp-live-chat-support/functions.php:2121
1515
+ #: wp-live-chat-support/modules/webhooks_manager.php:231
1516
+ #: wp-live-chat-support/wp-live-chat-support.php:3296
1517
+ #: wp-live-chat-support/wp-live-chat-support.php:4502
1518
+ #: wp-live-chat-support/wp-live-chat-support.php:6432
1519
  msgid "Action"
1520
  msgstr "Handling"
1521
 
1522
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:115
1523
+ #: wp-live-chat-support/wp-live-chat-support.php:3525
1524
+ msgid "Active"
1525
+ msgstr "Aktiv"
1526
+
1527
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:117
1528
+ #, fuzzy
1529
+ #| msgid "active"
1530
+ msgid "Inactive"
1531
+ msgstr "aktiv"
1532
+
1533
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:122
1534
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:452
1535
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:220
1536
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:140
1537
+ #: wp-live-chat-support/modules/webhooks_manager.php:243
1538
  msgid "Edit"
1539
  msgstr ""
1540
 
1541
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:123
1542
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:453
1543
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:584
1544
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:221
1545
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:498
1546
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:141
1547
  #: wp-live-chat-support-pro/includes/wplc_roi.php:545
1548
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5349
1549
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5420
1550
+ #: wp-live-chat-support/modules/webhooks_manager.php:244
1551
  msgid "Delete"
1552
  msgstr ""
1553
 
1554
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:133
1555
+ msgid "Create your first custom field"
 
 
 
 
 
 
1556
  msgstr ""
1557
 
1558
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:151
1559
+ msgid "Create a Custom Field"
1560
  msgstr ""
1561
 
1562
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:156
1563
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:217
1564
+ msgid "Field Name"
1565
  msgstr ""
1566
 
1567
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:160
1568
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:225
1569
+ msgid "Field Type"
1570
  msgstr ""
1571
 
1572
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:163
1573
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:230
1574
+ msgid "Text"
1575
  msgstr ""
1576
 
1577
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:164
1578
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:231
1579
+ msgid "Drop Down"
1580
  msgstr ""
1581
 
1582
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:169
1583
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:221
1584
+ msgid "Default Field Value"
1585
  msgstr ""
1586
 
1587
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:173
1588
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:236
1589
+ msgid "Drop Down Contents"
1590
  msgstr ""
1591
 
1592
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:174
1593
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:237
1594
+ #, fuzzy
1595
+ #| msgid "Enter each IP Address you would like to block on a new line"
1596
+ msgid "Enter each option on a new line"
1597
+ msgstr "Indtast hver IP-adresse, du ønsker at blokere på en ny linje"
1598
 
1599
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:178
1600
+ msgid "Create Custom Field"
1601
  msgstr ""
1602
 
1603
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:212
1604
+ msgid "Edit a Custom Field"
1605
  msgstr ""
1606
 
1607
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:241
1608
+ msgid "Update Custom Field"
1609
  msgstr ""
1610
 
1611
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:250
1612
+ msgid "Custom Field Not Found"
1613
  msgstr ""
1614
 
1615
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:251
1616
+ msgid "Back"
1617
  msgstr ""
1618
 
1619
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:263
1620
+ msgid "Are you sure you want to delete this custom field?"
1621
  msgstr ""
1622
 
1623
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:299
1624
+ #, fuzzy
1625
+ #| msgid "Offline Text Fields"
1626
+ msgid "Text Field"
1627
+ msgstr "Offline Tekst Felter"
1628
+
1629
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:302
1630
+ msgid "Dropdown"
1631
  msgstr ""
1632
 
1633
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:305
1634
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4521
1635
+ msgid "Unknown"
1636
+ msgstr "Ukendt"
1637
+
1638
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:367
1639
+ msgid "Custom Field Data"
1640
  msgstr ""
1641
 
1642
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:8
1643
+ #: wp-live-chat-support/wp-live-chat-support.php:6126
1644
+ #: wp-live-chat-support/wp-live-chat-support.php:6156
1645
+ msgid "WP Live Chat Support Triggers"
1646
  msgstr ""
1647
 
1648
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:68
1649
+ msgid "Trigger Name"
1650
  msgstr ""
1651
 
1652
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:73
1653
+ msgid "Trigger Type"
1654
  msgstr ""
1655
 
1656
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:77
1657
+ #: wp-live-chat-support/wp-live-chat-support.php:6162
1658
+ msgid "Page Trigger"
1659
  msgstr ""
1660
 
1661
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:78
1662
+ #: wp-live-chat-support/wp-live-chat-support.php:6163
1663
+ msgid "Time Trigger"
1664
  msgstr ""
1665
 
1666
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:79
1667
+ #: wp-live-chat-support/wp-live-chat-support.php:6164
1668
+ msgid "Scroll Trigger"
1669
  msgstr ""
1670
 
1671
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:80
1672
+ #: wp-live-chat-support/wp-live-chat-support.php:6165
1673
+ msgid "Page Leave Trigger"
1674
  msgstr ""
1675
 
1676
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:81
1677
+ msgid ""
1678
+ "Note: When using page trigger with a the basic theme, no hovercard is shown "
1679
+ "by default. We suggest using the time trigger for this instead."
1680
  msgstr ""
1681
 
1682
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:87
1683
+ msgid "Page ID"
1684
  msgstr ""
1685
 
1686
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:88
1687
+ msgid "Note: Leave empty for 'all' pages"
1688
  msgstr ""
1689
 
1690
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:92
1691
+ msgid "Show After"
1692
  msgstr ""
1693
 
1694
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:93
1695
+ msgid "Seconds"
1696
  msgstr ""
1697
 
1698
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:97
1699
+ msgid "Show After Scrolled"
 
 
 
 
1700
  msgstr ""
1701
 
1702
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:98
1703
+ msgid "(%) Percent of page height"
1704
  msgstr ""
1705
 
1706
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:102
1707
+ msgid "Content Replacement"
1708
+ msgstr ""
 
 
1709
 
1710
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:113
1711
+ msgid "Replace Content"
1712
+ msgstr ""
1713
 
1714
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:118
1715
+ msgid "Enable Trigger"
1716
+ msgstr ""
 
1717
 
1718
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:124
1719
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:237
1720
+ #: wp-live-chat-support/modules/node_server.php:536
1721
+ #: wp-live-chat-support/wp-live-chat-support.php:6657
1722
+ msgid "Close"
1723
+ msgstr ""
1724
 
1725
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:133
1726
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:296
1727
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:246
1728
+ msgid "Please review your submission"
1729
+ msgstr ""
1730
 
1731
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:273
1732
+ msgid "Trigger has been edited."
1733
+ msgstr ""
1734
 
1735
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:426
1736
+ msgid "Conflict with page"
1737
+ msgstr ""
1738
 
1739
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:428
1740
+ msgid "Trigger ID: "
1741
+ msgstr ""
1742
 
1743
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:429
1744
+ msgid ""
1745
+ "It is possible that this trigger may override another trigger, or be "
1746
+ "overridden by another trigger."
1747
+ msgstr ""
1748
 
1749
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:442
1750
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:131
1751
+ #: wp-live-chat-support/modules/node_server.php:1221
1752
+ msgid "Page"
1753
+ msgstr ""
1754
 
1755
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:461
1756
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:657
1757
+ #: wp-live-chat-support/wp-live-chat-support.php:5089
1758
+ msgid "All"
1759
+ msgstr "Alle"
1760
 
1761
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:465
1762
+ msgid "Click to change trigger status"
1763
+ msgstr ""
 
 
1764
 
1765
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:475
1766
+ msgid "No Triggers Found..."
1767
+ msgstr ""
1768
 
1769
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:579
1770
+ msgid "Are you sure you would like to delete trigger"
 
1771
  msgstr ""
1772
 
1773
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:585
1774
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:287
1775
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:499
1776
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:546
1777
+ #: wp-live-chat-support/includes/modal_control.php:36
1778
+ #: wp-live-chat-support/modules/node_server.php:1199
1779
+ #: wp-live-chat-support/modules/webhooks_manager.php:332
1780
+ msgid "Cancel"
1781
  msgstr ""
1782
 
1783
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:53
1784
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:57
1785
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:91
1786
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:577
1787
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:696
1788
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:92
1789
+ msgid "No Department"
1790
  msgstr ""
1791
 
1792
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:79
1793
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:163
1794
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:563
1795
+ #, fuzzy
1796
+ #| msgid "Please update to the latest version of WP Live Chat Support Pro"
1797
  msgid ""
1798
+ "Departments are not currently supported with the Cloud Server of WP Live Chat "
1799
+ "Support."
1800
+ msgstr "Opdater til den nyeste version af WP live chat support Pro"
1801
+
1802
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:87
1803
+ #, fuzzy
1804
+ #| msgid "Chat Agent"
1805
+ msgid "Chat Department"
1806
+ msgstr "Chat Agent"
1807
+
1808
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:132
1809
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:538
1810
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:556
1811
+ msgid "Departments"
1812
  msgstr ""
1813
 
1814
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:145
1815
+ #, fuzzy
1816
+ #| msgid "Main Settings"
1817
+ msgid "Department Settings"
1818
+ msgstr "Primære Indstillinger"
1819
+
1820
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:148
1821
+ #, fuzzy
1822
+ #| msgid "WP Live Chat Support Settings"
1823
+ msgid "WP Live Chat Support Departments"
1824
+ msgstr "WP live chat support Indstillinger"
1825
+
1826
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:156
1827
+ #, fuzzy, php-format
1828
+ #| msgid ""
1829
+ #| "WP Live Chat Support Pro requires WP Live Chat Support to function. You "
1830
+ #| "can download the latest copy from"
1831
  msgid ""
1832
+ "WP Live Chat Support Pro requires WP Live Chat Support Version 7.0.0 or "
1833
+ "greater in order for departments to function as expected. Please update WP "
1834
+ "Live Chat Support %s"
1835
  msgstr ""
1836
+ "WP live chat support Pro kræver WP live chat support til at fungere. Du kan "
1837
+ "hente den nyeste kopi fra"
1838
 
1839
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:231
1840
+ msgid "No Departments Found..."
 
 
1841
  msgstr ""
1842
 
1843
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:281
1844
+ msgid "Department Name"
1845
  msgstr ""
1846
 
1847
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:357
1848
+ msgid "Department has been edited."
1849
  msgstr ""
1850
 
1851
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:493
1852
+ msgid "Are you sure you would like to delete department"
1853
  msgstr ""
1854
 
1855
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:572
1856
+ msgid "Default Department"
1857
  msgstr ""
1858
 
1859
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:573
1860
+ msgid "Default department a new chat is assigned to"
1861
  msgstr ""
1862
 
1863
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:588
1864
+ msgid "Create or Edit Departments"
1865
  msgstr ""
1866
 
1867
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:594
1868
+ msgid "User Department Selection"
 
 
 
 
1869
  msgstr ""
1870
 
1871
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:595
1872
+ msgid "Allow user to select a department before starting a chat?"
1873
  msgstr ""
1874
 
1875
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:604
1876
  msgid ""
1877
+ "Note: Chats will be transferred in the event that agents are not available "
1878
+ "within the selected department"
1879
  msgstr ""
1880
 
1881
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:615
1882
+ #, php-format
1883
+ msgid "Create departments <a href='%s'>here</a>."
1884
  msgstr ""
1885
 
1886
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:675
1887
+ msgid "Department you have been assigned to as an agent"
1888
  msgstr ""
1889
 
1890
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:675
1891
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:41
1892
+ #: wp-live-chat-support/modules/node_server.php:1223
1893
+ msgid "Department"
1894
  msgstr ""
1895
 
1896
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:785
1897
+ msgid "Select Department"
1898
  msgstr ""
1899
 
1900
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:72
1901
+ msgid "ROI Goals"
 
1902
  msgstr ""
1903
 
1904
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:84
1905
+ #, fuzzy
1906
+ #| msgid "View Quick Responses"
1907
+ msgid "View Reports"
1908
+ msgstr "Se hurtige svar"
1909
+
1910
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:87
1911
+ msgid "WP Live Chat Support ROI Goals"
1912
  msgstr ""
1913
 
1914
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:130
1915
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4468
1916
+ msgid "Overview"
1917
  msgstr ""
1918
 
1919
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:132
1920
+ msgid "Value"
 
1921
  msgstr ""
1922
 
1923
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:147
1924
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:22
1925
+ #: wp-live-chat-support/includes/settings_page.php:892
1926
+ msgid "None"
1927
  msgstr ""
1928
 
1929
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:154
1930
+ msgid "No ROI Goals Found..."
 
1931
  msgstr ""
1932
 
1933
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:212
1934
+ msgid "Goal Name"
 
1935
  msgstr ""
1936
 
1937
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:217
1938
+ msgid "Goal Overview"
1939
+ msgstr ""
1940
 
1941
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:222
1942
+ msgid "Goal Page"
1943
+ msgstr ""
1944
 
1945
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:231
1946
+ msgid "Goal Value"
1947
+ msgstr ""
1948
 
1949
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:377
1950
+ msgid "Goal has been edited."
 
 
1951
  msgstr ""
1952
 
1953
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:540
1954
+ msgid "Are you sure you would like to delete goal"
 
 
 
1955
  msgstr ""
1956
 
1957
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:622
1958
+ msgid "ROI Reporting"
1959
  msgstr ""
1960
 
1961
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:636
1962
+ msgid "Goal Statistics"
 
 
1963
  msgstr ""
1964
 
1965
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:648
1966
+ msgid "No Goals Found"
1967
  msgstr ""
1968
 
1969
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:658
1970
+ msgid "Last 30 Days"
 
 
1971
  msgstr ""
1972
 
1973
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:659
1974
+ msgid "Last 15 Days"
1975
+ msgstr ""
1976
 
1977
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:660
1978
+ msgid "Last 7 Days"
 
 
1979
  msgstr ""
 
 
1980
 
1981
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:661
1982
+ msgid "Last 24 Hours"
1983
  msgstr ""
1984
 
1985
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:713
1986
+ msgid "Value Per Conversion"
1987
+ msgstr ""
 
1988
 
1989
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:719
1990
+ msgid "Total Value"
 
1991
  msgstr ""
1992
 
1993
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:724
1994
+ msgid "Total Conversions"
 
1995
  msgstr ""
1996
 
1997
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:758
1998
+ msgid "Value By Date"
 
 
1999
  msgstr ""
2000
 
2001
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:761
2002
+ msgid "Value By Agent"
2003
  msgstr ""
2004
 
2005
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:767
2006
+ msgid "No data available yet..."
2007
  msgstr ""
2008
 
2009
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:13
2010
+ #: wp-live-chat-support/modules/node_server.php:1205
2011
+ #: wp-live-chat-support/modules/node_server.php:1210
2012
+ msgid "Transfer"
2013
  msgstr ""
2014
 
2015
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:25
2016
+ #, fuzzy
2017
+ #| msgid "Start Chat"
2018
+ msgid "Transfer Chat"
2019
+ msgstr "Start chat"
2020
+
2021
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:39
2022
+ msgid "Would you like to transfer this chat to"
2023
  msgstr ""
2024
 
2025
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:40
2026
+ #, fuzzy
2027
+ #| msgid "Agents"
2028
+ msgid "Agent"
2029
+ msgstr "Agenter"
2030
+
2031
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:46
2032
+ msgid "Please select an agent to transfer to"
2033
  msgstr ""
2034
 
2035
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:53
2036
+ msgid "Please select a department to transfer to"
 
2037
  msgstr ""
2038
 
2039
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:71
2040
+ #, fuzzy
2041
+ #| msgid "Agents"
2042
+ msgid "No Agent"
2043
+ msgstr "Agenter"
2044
+
2045
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:77
2046
+ msgid "You"
2047
  msgstr ""
2048
 
2049
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:118
2050
+ #, fuzzy
2051
+ #| msgid "Chat Agents Online"
2052
+ msgid "Checking if agent is online"
2053
+ msgstr "Chat Agenter Online"
2054
+
2055
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:119
2056
+ msgid "Agent is not online, transfer cannot be made"
2057
  msgstr ""
2058
 
2059
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:121
2060
+ msgid "Checking if agents in department are online"
2061
  msgstr ""
2062
 
2063
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:122
2064
+ msgid ""
2065
+ "No agent within the department are available to accept the transfer, transfer "
2066
+ "cannot be made"
2067
  msgstr ""
2068
 
2069
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:124
2070
+ msgid "Agent(s) available, safe to transfer"
2071
  msgstr ""
2072
 
2073
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:126
2074
+ msgid "Transfer Complete. Closing Window..."
2075
  msgstr ""
2076
 
2077
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:127
2078
+ #, fuzzy
2079
+ #| msgid "There is No Answer. Please Try Again Later"
2080
+ msgid "Transfer Failed. Please try again later..."
2081
+ msgstr "Der er Intet svar. Prøv igen senere"
2082
+
2083
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:372
2084
+ msgid "Transfer for"
2085
  msgstr ""
2086
 
2087
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:375
2088
+ #, fuzzy
2089
+ #| msgid "Accept Chat"
2090
+ msgid "Accept Transfer"
2091
+ msgstr "Accepter Chat"
2092
+
2093
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:458
2094
+ #: wp-live-chat-support/modules/node_server_deprecated.php:193
2095
+ msgid ""
2096
+ "Department took too long to respond, we are transferring this chat to the "
2097
+ "next available agent."
2098
  msgstr ""
2099
 
2100
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:460
2101
+ #: wp-live-chat-support/modules/node_server_deprecated.php:195
2102
+ msgid ""
2103
+ "took too long to respond, we are transferring this chat to the next available "
2104
+ "agent."
2105
  msgstr ""
2106
 
2107
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:463
2108
+ #: wp-live-chat-support/modules/node_server_deprecated.php:198
2109
+ #, fuzzy
2110
+ #| msgid "Chat answered by another agent"
2111
+ msgid "has transferred the chat."
2112
+ msgstr "Chat besvaret af en anden agent"
2113
+
2114
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:486
2115
+ #: wp-live-chat-support/modules/node_server_deprecated.php:201
2116
+ msgid "User received this message"
2117
  msgstr ""
2118
 
2119
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:532
2120
+ #: wp-live-chat-support/modules/node_server_deprecated.php:153
2121
+ #, fuzzy
2122
+ #| msgid "No chats available at the moment"
2123
+ msgid "No agents available in"
2124
+ msgstr "Ingen chats rådighed i øjeblikket"
2125
+
2126
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:534
2127
+ #: wp-live-chat-support/modules/node_server_deprecated.php:155
2128
+ msgid "selected department"
2129
  msgstr ""
2130
 
2131
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:538
2132
+ #: wp-live-chat-support/modules/node_server_deprecated.php:159
2133
+ msgid "automatically transferring you to"
2134
+ msgstr ""
 
2135
 
2136
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:540
2137
+ #: wp-live-chat-support/modules/node_server_deprecated.php:161
2138
+ #, fuzzy
2139
+ #| msgid "No chats available at the moment"
2140
+ msgid "the next available department"
2141
+ msgstr "Ingen chats rådighed i øjeblikket"
2142
+
2143
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:566
2144
+ #: wp-live-chat-support/modules/node_server_deprecated.php:168
2145
+ msgid "User has been transfered from "
2146
  msgstr ""
2147
 
2148
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:568
2149
+ #: wp-live-chat-support/modules/node_server_deprecated.php:170
2150
+ msgid "department"
2151
  msgstr ""
2152
 
2153
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:574
2154
+ #: wp-live-chat-support/modules/node_server_deprecated.php:176
2155
+ msgid " to "
 
 
2156
  msgstr ""
2157
 
2158
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:576
2159
+ #: wp-live-chat-support/modules/node_server_deprecated.php:178
2160
+ msgid "as there were no agents online"
2161
  msgstr ""
2162
 
2163
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:40
2164
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:306
2165
+ #: wp-live-chat-support/modules/node_server.php:223
2166
+ #: wp-live-chat-support/modules/node_server.php:295
2167
+ #, fuzzy
2168
+ #| msgid "Action"
2169
+ msgid "Action not set"
2170
+ msgstr "Handling"
2171
 
2172
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:257
2173
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1162
2174
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5557
2175
+ #, php-format
2176
+ msgid "Incoming chat from %s (%s) on %s"
2177
+ msgstr ""
2178
 
2179
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:263
2180
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1168
2181
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5563
2182
+ #, php-format
2183
+ msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
2184
+ msgstr ""
2185
 
2186
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:560
2187
+ msgid "Security Violation - MIME Type not allowed"
2188
+ msgstr ""
2189
 
2190
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:563
2191
+ msgid "File could not be uploaded"
2192
+ msgstr ""
2193
 
2194
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:566
2195
+ msgid "Security Violation - Does not match allowed file types"
2196
+ msgstr ""
2197
 
2198
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:569
2199
+ msgid "Security Violation - File unsafe"
2200
+ msgstr ""
2201
 
2202
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:9
2203
+ #: wp-live-chat-support/modules/documentation_suggestions.php:10
2204
+ #, fuzzy
2205
+ #| msgid "Documentation"
2206
+ msgid "Doc Suggestions"
2207
+ msgstr "Dokumentation"
2208
 
2209
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:27
2210
+ #: wp-live-chat-support/modules/documentation_suggestions.php:23
2211
+ #, fuzzy
2212
+ #| msgid "Documentation"
2213
+ msgid "Documentation Suggestions"
2214
+ msgstr "Dokumentation"
2215
 
2216
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:33
2217
+ #: wp-live-chat-support/modules/documentation_suggestions.php:28
2218
+ msgid "Enable Documentation Suggestions"
2219
+ msgstr ""
2220
 
2221
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:33
2222
+ msgid ""
2223
+ "When a user sends a message the plugin will automatically detect if there are "
2224
+ "posts or pages that can be suggested to the user in order for the user to get "
2225
+ "more information about what they are asking. This is useful when the user has "
2226
+ "typed their message and is still waiting for an agent to answer their chat."
2227
  msgstr ""
2228
 
2229
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:172
2230
+ msgid "The following was sent to the user as suggested documents:"
 
2231
  msgstr ""
2232
 
2233
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:174
2234
+ msgid "While you wait for the agent, perhaps these documents may help?"
 
2235
  msgstr ""
2236
 
2237
+ #: wp-live-chat-support-pro/modules/gdpr_pro.php:15
2238
+ msgid ""
2239
+ "Pro is active - Deleting a chat will resilt in user experience ratings being "
2240
+ "deleted along with chat data"
2241
+ msgstr ""
2242
 
2243
+ #: wp-live-chat-support-pro/modules/gdpr_pro.php:24
2244
+ msgid "Pro data will also be removed as a part of this automatic process."
2245
  msgstr ""
2246
 
2247
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:82
2248
+ msgid "Disable Typing Previews"
2249
  msgstr ""
2250
 
2251
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:82
2252
+ msgid ""
2253
+ "This option disables the typing preview from showing up to agents, which "
2254
+ "means agents will not be able to see what the user is typing in realtime."
2255
  msgstr ""
2256
 
2257
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:132
2258
+ msgid ""
2259
+ "You can transfer chats from within a chat by clicking on the in chat menu, "
2260
+ "and selecting Transfer Chat or Transfer Department"
2261
  msgstr ""
2262
 
2263
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:133
2264
+ msgid ""
2265
+ "You can share files quickly when in a chat, by simply dragging a file into "
2266
+ "the chat window!"
2267
  msgstr ""
2268
 
2269
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:134
2270
+ msgid "You can now move between chats without ending/closing an open chat"
2271
+ msgstr ""
 
 
 
 
 
2272
 
2273
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:181
2274
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:925
2275
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:936
2276
+ msgid "Quick Responses"
2277
+ msgstr "Hurtige svar"
 
 
 
2278
 
2279
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:190
2280
+ #, fuzzy
2281
+ #| msgid "No Quick Responses found"
2282
+ msgid "No quick responses found"
2283
+ msgstr "Ingen hurtige svar fundet"
2284
 
2285
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:190
2286
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:928
2287
+ msgid "Add New Quick Response"
2288
+ msgstr "Tilføj ny Quick Response"
 
 
 
2289
 
2290
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:208
2291
+ #, fuzzy
2292
+ #| msgid "WP Live Chat Support Settings"
2293
+ msgid "WP Live Chat Support - Update Suggested"
2294
+ msgstr "WP live chat support Indstillinger"
2295
 
2296
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:209
2297
+ #, fuzzy
2298
+ #| msgid ""
2299
+ #| "You are using an outdated version of WP Live Chat Support Basic. Please"
2300
+ msgid ""
2301
+ "We have detected that you are using a heavily out-dated version of WP Live "
2302
+ "Chat Support"
2303
+ msgstr "Du bruger en forældet version af WP live chat support Basic. Be om"
 
2304
 
2305
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:210
2306
+ msgid "It is highly recommended that you update to version 8 or above. "
2307
+ msgstr ""
 
 
 
 
 
2308
 
2309
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:641
2310
+ #, php-format
2311
+ msgid ""
2312
+ "WP Live Chat Support Pro <strong>requires WP Live Chat Support version 6+</"
2313
+ "strong> (basic version). Please <strong><a href=\"%1$s\">update the plugin</"
2314
+ "a></strong> in order for the plugin to continue working correctly."
2315
+ msgstr ""
2316
 
2317
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:680
2318
+ #: wp-live-chat-support/ajax_new.php:196
2319
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:829
2320
+ #: wp-live-chat-support/wp-live-chat-support.php:6884
2321
+ msgid "Admin"
2322
+ msgstr "Administrator"
2323
 
2324
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:783
2325
+ msgid "WP Live Chat Support Pro"
2326
+ msgstr ""
2327
 
2328
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:926
2329
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5004
2330
+ msgid "Quick Response"
2331
+ msgstr "Hurtig responstid"
2332
 
2333
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:927
2334
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:930
2335
+ msgid "New Quick Response"
2336
+ msgstr "Ny Quick Response"
2337
 
2338
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:929
2339
+ msgid "Edit Quick Response"
2340
+ msgstr "Rediger Quick Response"
 
2341
 
2342
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:931
2343
+ msgid "All Quick Responses"
2344
+ msgstr "Alle hurtige svar"
2345
 
2346
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:932
2347
+ msgid "View Quick Responses"
2348
+ msgstr "Se hurtige svar"
2349
 
2350
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:933
2351
+ msgid "Search Quick Responses"
2352
+ msgstr "Søg hurtige svar"
2353
 
2354
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:934
2355
+ msgid "No Quick Responses found"
2356
+ msgstr "Ingen hurtige svar fundet"
2357
+
2358
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:935
2359
+ msgid "No Quick Responses found in the Trash"
2360
+ msgstr "Ingen hurtige svar findes i papirkurven"
2361
+
2362
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:940
2363
+ msgid "Quick Responses for WP Live Chat Support Pro"
2364
+ msgstr "Hurtige svar til WP live chat support Pro"
2365
+
2366
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:971
2367
+ msgid "Sort Order"
2368
+ msgstr ""
2369
+
2370
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1007
2371
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5013
2372
+ msgid "Title"
2373
+ msgstr ""
2374
+
2375
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1008
2376
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5021
2377
+ msgid "Order"
2378
+ msgstr ""
2379
+
2380
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1090
2381
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1094
2382
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
2383
+ msgid "Assign Quick Response"
2384
+ msgstr "Tildel Quick Response"
2385
+
2386
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1103
2387
+ msgid "What is this?"
2388
+ msgstr "Hvad er det?"
2389
+
2390
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1215
2391
+ #: wp-live-chat-support/includes/settings_page.php:348
2392
+ msgid "Display typing indicator"
2393
+ msgstr ""
2394
+
2395
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1215
2396
+ msgid ""
2397
+ "Display the \"typing...\" animation in the chat window as soon as an agent or "
2398
+ "visitor is typing."
2399
+ msgstr ""
2400
+
2401
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1222
2402
+ #, php-format
2403
+ msgid ""
2404
+ "Please update your <a href='%s'>basic version</a> to make use of this feature."
2405
+ msgstr ""
2406
+
2407
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1230
2408
+ msgid ""
2409
+ "For non-cloud server users, please note that this will increase the amount of "
2410
+ "server resources required."
2411
+ msgstr ""
2412
+
2413
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1247
2414
+ msgid "Use WordPress name instead"
2415
+ msgstr ""
2416
+
2417
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1250
2418
+ msgid "Note: 'Name' field will be ignored"
2419
+ msgstr ""
2420
+
2421
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1268
2422
+ msgid "Incoming chat ring tone"
2423
+ msgstr ""
2424
+
2425
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1273
2426
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1333
2427
+ msgid "Default"
2428
+ msgstr ""
2429
+
2430
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1328
2431
+ #, fuzzy
2432
+ #| msgid "Incoming Chat"
2433
+ msgid "Incoming message tone"
2434
+ msgstr "Indgående Chat"
2435
+
2436
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1384
2437
+ #, fuzzy
2438
+ #| msgid "Recomended Size 250px x 40px"
2439
+ msgid "Recomended Size 50px x 50px"
2440
+ msgstr "Anbefalet Størrelse 250px x 40px"
2441
+
2442
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1401
2443
+ msgid "Recomended Size 60px x 60px"
2444
+ msgstr ""
2445
+
2446
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1419
2447
+ msgid "Recomended Size 250px x 40px"
2448
+ msgstr "Anbefalet Størrelse 250px x 40px"
2449
+
2450
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1443
2451
+ msgid "User Experience"
2452
+ msgstr ""
2453
+
2454
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1452
2455
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1482
2456
+ #, php-format
2457
+ msgid ""
2458
+ "Please update your <a href='%s'>basic version</a> to make use of these "
2459
+ "features."
2460
+ msgstr ""
2461
+
2462
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1459
2463
+ msgid "Enable Text Editor"
2464
+ msgstr ""
2465
+
2466
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1459
2467
+ msgid ""
2468
+ "Adds advanced text editor features, such as links, text styling, and more!"
2469
+ msgstr ""
2470
+
2471
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1463
2472
+ msgid "Enable File Sharing"
2473
+ msgstr ""
2474
+
2475
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1463
2476
+ msgid "Adds file sharing to your chat box!"
2477
+ msgstr ""
2478
+
2479
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1467
2480
+ msgid "Enable Experience Ratings"
2481
+ msgstr ""
2482
+
2483
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1467
2484
+ msgid "Allows users to rate the chat experience with an agent."
2485
+ msgstr ""
2486
+
2487
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1473
2488
+ #: wp-live-chat-support/includes/settings_page.php:539
2489
+ #: wp-live-chat-support/includes/settings_page.php:891
2490
+ msgid "Social"
2491
+ msgstr ""
2492
+
2493
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1490
2494
+ #: wp-live-chat-support/includes/settings_page.php:544
2495
+ msgid "Link your Facebook page here. Leave blank to hide"
2496
+ msgstr ""
2497
+
2498
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1491
2499
+ #: wp-live-chat-support/includes/settings_page.php:546
2500
+ msgid "Facebook URL..."
2501
+ msgstr ""
2502
+
2503
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1494
2504
+ #: wp-live-chat-support/includes/settings_page.php:557
2505
+ msgid "Link your Twitter page here. Leave blank to hide"
2506
+ msgstr ""
2507
+
2508
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1495
2509
+ #: wp-live-chat-support/includes/settings_page.php:559
2510
+ msgid "Twitter URL..."
2511
+ msgstr ""
2512
+
2513
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2055
2514
+ #, fuzzy
2515
+ #| msgid "Chat Agents Online"
2516
+ msgid "Status (Online)"
2517
+ msgstr "Chat Agenter Online"
2518
+
2519
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2057
2520
+ #, fuzzy
2521
+ #| msgid "Online"
2522
+ msgid "Offline"
2523
+ msgstr "Online"
2524
+
2525
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2058
2526
+ msgid "Status (Offline)"
2527
+ msgstr ""
2528
+
2529
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2072
2530
+ msgid ""
2531
+ "You have set your status to offline. To view visitors and accept chats please "
2532
+ "set your status to online using the switch above."
2533
+ msgstr ""
2534
+
2535
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2278
2536
+ msgid ""
2537
+ "Please note: Chat messages will only be encrypted and decrypted if you have "
2538
+ "inserted your WP Live Chat Support Pro API Key on the <a href=\"admin.php?"
2539
+ "page=wplivechat-menu-api-keys-page\">API Keys page</a>."
2540
+ msgstr ""
2541
+
2542
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2610
2543
+ msgid "Exclude chat from 'Home' page:"
2544
+ msgstr ""
2545
+
2546
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2610
2547
+ msgid ""
2548
+ "Leaving this unchecked will allow the chat window to display on your home "
2549
+ "page."
2550
+ msgstr ""
2551
+
2552
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2618
2553
+ msgid "Exclude chat from 'Archive' pages:"
2554
+ msgstr ""
2555
+
2556
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2618
2557
+ msgid ""
2558
+ "Leaving this unchecked will allow the chat window to display on your archive "
2559
+ "pages."
2560
+ msgstr ""
2561
+
2562
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3000
2563
+ msgid "Attempting to open the chat window... Please be patient."
2564
+ msgstr "Forsøg på at åbne chat-vinduet ... Vær tålmodig."
2565
+
2566
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3058
2567
+ msgid ""
2568
+ "You are not a chat agent. Please make yourself a chat agent before trying to "
2569
+ "chat to visitors"
2570
+ msgstr ""
2571
+ "Du er ikke en chat agent. Vær dig selv en chat agent, før du prøver at snakke "
2572
+ "med de besøgende"
2573
+
2574
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3332
2575
+ msgid "This chat has already been answered by another agent."
2576
+ msgstr ""
2577
+
2578
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3654
2579
+ #: wp-live-chat-support/wp-live-chat-support.php:3173
2580
+ msgid "Agent(s) online"
2581
+ msgstr "Agent (er) online"
2582
+
2583
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3778
2584
+ #: wp-live-chat-support/wp-live-chat-support.php:1042
2585
+ msgid "Reporting"
2586
+ msgstr ""
2587
+
2588
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3779
2589
+ #: wp-live-chat-support/wp-live-chat-support.php:1048
2590
+ msgid "Triggers"
2591
+ msgstr ""
2592
+
2593
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3780
2594
+ msgid "Custom Fields"
2595
+ msgstr ""
2596
+
2597
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3911
2598
+ #: wp-live-chat-support/modules/node_server.php:904
2599
+ #: wp-live-chat-support/wp-live-chat-support.php:3058
2600
+ msgid "Typing..."
2601
+ msgstr ""
2602
+
2603
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4260
2604
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4268
2605
+ #: wp-live-chat-support/wp-live-chat-support.php:5988
2606
+ msgid "Experience Rating"
2607
+ msgstr ""
2608
+
2609
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4348
2610
+ msgid "User Experience Ratings"
2611
+ msgstr ""
2612
+
2613
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4355
2614
+ msgid "Agent Statistics"
2615
+ msgstr ""
2616
+
2617
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4401
2618
+ msgid "Satisfaction Rating"
2619
+ msgstr ""
2620
+
2621
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2622
+ msgid "Rating Count"
2623
+ msgstr ""
2624
+
2625
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2626
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4416
2627
+ msgid "Good"
2628
+ msgstr ""
2629
+
2630
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2631
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4416
2632
+ msgid "Bad"
2633
+ msgstr ""
2634
+
2635
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4410
2636
+ msgid "No Ratings for this agent"
2637
+ msgstr ""
2638
+
2639
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4419
2640
+ msgid "View"
2641
+ msgstr ""
2642
+
2643
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4465
2644
+ #: wp-live-chat-support/wp-live-chat-support.php:6084
2645
+ #: wp-live-chat-support/wp-live-chat-support.php:6091
2646
+ msgid "WP Live Chat Support Reporting"
2647
+ msgstr ""
2648
+
2649
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4469
2650
+ msgid "Popular Pages"
2651
+ msgstr ""
2652
+
2653
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4487
2654
+ msgid "Total Agents"
2655
+ msgstr ""
2656
+
2657
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4487
2658
+ msgid "Total number of agents that used the live chat"
2659
+ msgstr ""
2660
+
2661
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4488
2662
+ msgid "Total Chats"
2663
+ msgstr ""
2664
+
2665
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4488
2666
+ msgid "Total number of chats received"
2667
+ msgstr ""
2668
+
2669
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4489
2670
+ msgid "Total URLs"
2671
+ msgstr ""
2672
+
2673
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4489
2674
+ msgid "Total number of URLs a chat was initiated on"
2675
+ msgstr ""
2676
+
2677
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4490
2678
+ msgid "Chats per day"
2679
+ msgstr ""
2680
+
2681
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4491
2682
+ msgid "Popular pages a chat was initiated on"
2683
+ msgstr ""
2684
+
2685
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4567
2686
+ #: wp-live-chat-support/functions.php:2120
2687
+ #: wp-live-chat-support/wp-live-chat-support.php:4500
2688
+ msgid "URL"
2689
+ msgstr "Webadresse"
2690
+
2691
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4568
2692
+ msgid "Count"
2693
+ msgstr ""
2694
+
2695
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4594
2696
+ msgid "Disable initiate chat feature:"
2697
+ msgstr ""
2698
+
2699
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4594
2700
+ msgid ""
2701
+ "This will substantially improve performance. If you are experiencing "
2702
+ "performance issues on your site, you should disable the initiate chat feature "
2703
+ "and only enable it when you need it."
2704
+ msgstr ""
2705
+
2706
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4698
2707
+ #, fuzzy
2708
+ #| msgid "Thank you for your feedback. We will be in touch soon"
2709
+ msgid "Thank you for inquiry. We will get back to you shortly"
2710
+ msgstr "Tak for din feedback. Vi vil være i kontakt snart"
2711
+
2712
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4857
2713
+ msgid "Enable an Auto Responder"
2714
+ msgstr ""
2715
+
2716
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4857
2717
+ msgid "Send your visitors an email as soon as they send you an offline message"
2718
+ msgstr ""
2719
+
2720
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4863
2721
+ msgid "Auto Responder 'From' Name"
2722
+ msgstr ""
2723
+
2724
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4869
2725
+ msgid "Auto Responder 'From' Email Address"
2726
+ msgstr ""
2727
+
2728
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4875
2729
+ msgid "Auto Responder Subject Line"
2730
+ msgstr ""
2731
+
2732
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4881
2733
+ msgid "Auto Responder Body"
2734
+ msgstr ""
2735
+
2736
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2737
+ msgid "HTML and the following shortcodes can be used"
2738
+ msgstr ""
2739
+
2740
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2741
+ #, fuzzy
2742
+ #| msgid "Username"
2743
+ msgid "User's name"
2744
+ msgstr "Brugernavn"
2745
+
2746
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2747
+ #, fuzzy
2748
+ #| msgid "Email Address"
2749
+ msgid "User's email address"
2750
+ msgstr "E-mail adresse"
2751
+
2752
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4897
2753
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4913
2754
+ msgid "Business Hours"
2755
+ msgstr ""
2756
+
2757
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4917
2758
+ msgid "Enable Business Hours"
2759
+ msgstr ""
2760
+
2761
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4923
2762
+ msgid "Display Interval"
2763
+ msgstr ""
2764
+
2765
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4927
2766
+ msgid "Daily"
2767
+ msgstr ""
2768
+
2769
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4928
2770
+ msgid "Week Days"
2771
+ msgstr ""
2772
+
2773
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4929
2774
+ msgid "Weekends"
2775
+ msgstr ""
2776
+
2777
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4944
2778
+ msgid " Between "
2779
+ msgstr ""
2780
+
2781
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4961
2782
+ msgid " and "
2783
+ msgstr ""
2784
+
2785
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4984
2786
+ msgid "Current Site Time"
2787
+ msgstr ""
2788
+
2789
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5009
2790
+ msgid "Order by"
2791
+ msgstr ""
2792
+
2793
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5015
2794
+ msgid "Number"
2795
+ msgstr ""
2796
+
2797
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5025
2798
+ #, fuzzy
2799
+ #| msgid "pending"
2800
+ msgid "Descending"
2801
+ msgstr "Verserende"
2802
+
2803
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5026
2804
+ #, fuzzy
2805
+ #| msgid "pending"
2806
+ msgid "Ascending"
2807
+ msgstr "Verserende"
2808
+
2809
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5194
2810
+ #, php-format
2811
+ msgid ""
2812
+ "The Live Chat box is currently disabled on your website due to : <a href=\"%s"
2813
+ "\">Business Hours Settings</a>"
2814
+ msgstr ""
2815
+
2816
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5250
2817
+ msgid "Edit Profile"
2818
+ msgstr ""
2819
+
2820
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5261
2821
+ #: wp-live-chat-support/modules/node_server.php:1204
2822
+ msgid "Drag Files Here"
2823
+ msgstr ""
2824
+
2825
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5277
2826
+ msgid "Enable Voice Notes on admin side"
2827
+ msgstr ""
2828
+
2829
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5279
2830
+ msgid ""
2831
+ "Enabling this will allow you to record the voice during the chat and send it "
2832
+ "to visitor once you hold on CTRL + SPACEBAR in main chat window"
2833
+ msgstr ""
2834
+
2835
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5290
2836
+ msgid "Enable Voice Notes on visitor side"
2837
+ msgstr ""
2838
+
2839
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5292
2840
+ msgid ""
2841
+ "Enabling this will allow the visitors to record the voice during the chat and "
2842
+ "send it to agent once they hold on CTRL + SPACEBAR"
2843
+ msgstr ""
2844
+
2845
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5350
2846
+ #, fuzzy
2847
+ #| msgid "Send"
2848
+ msgid "Send..."
2849
+ msgstr "Send"
2850
+
2851
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5351
2852
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5422
2853
+ msgid "Play voice note"
2854
+ msgstr ""
2855
+
2856
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5421
2857
+ msgid "Save..."
2858
+ msgstr ""
2859
+
2860
+ #: wp-live-chat-support/ajax_new.php:336
2861
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:948
2862
+ msgid "Admin has closed and ended the chat"
2863
+ msgstr "Admin har lukket og sluttede chatten"
2864
+
2865
+ #: wp-live-chat-support/functions.php:583
2866
+ #, fuzzy
2867
+ #| msgid "Chat answered by another agent"
2868
+ msgid "In progress with another agent"
2869
+ msgstr "Chat besvaret af en anden agent"
2870
+
2871
+ #: wp-live-chat-support/functions.php:597
2872
+ msgid "Only chat agents can accept chats"
2873
+ msgstr ""
2874
+
2875
+ #: wp-live-chat-support/functions.php:854
2876
+ msgid "No agent was able to answer your chat request. Please try again."
2877
+ msgstr ""
2878
+
2879
+ #: wp-live-chat-support/functions.php:868
2880
+ #, fuzzy
2881
+ #| msgid "requesting chat"
2882
+ msgid "Request new chat"
2883
+ msgstr "anmoder om chat"
2884
+
2885
+ #: wp-live-chat-support/functions.php:1379
2886
+ msgid "complete"
2887
+ msgstr "afleveret"
2888
+
2889
+ #: wp-live-chat-support/functions.php:1382
2890
+ msgid "pending"
2891
+ msgstr "Verserende"
2892
+
2893
+ #: wp-live-chat-support/functions.php:1385
2894
+ msgid "active"
2895
+ msgstr "aktiv"
2896
+
2897
+ #: wp-live-chat-support/functions.php:1388
2898
+ msgid "deleted"
2899
+ msgstr "Slettede"
2900
+
2901
+ #: wp-live-chat-support/functions.php:1391
2902
+ msgid "browsing"
2903
+ msgstr "Visning"
2904
+
2905
+ #: wp-live-chat-support/functions.php:1394
2906
+ msgid "requesting chat"
2907
+ msgstr "anmoder om chat"
2908
+
2909
+ #: wp-live-chat-support/functions.php:1397
2910
+ msgid "Chat Ended - User still browsing"
2911
+ msgstr "Chat Sluttet - Bruger stadig aktiv på side"
2912
+
2913
+ #: wp-live-chat-support/functions.php:1400
2914
+ msgid "User is browsing but doesn't want to chat"
2915
+ msgstr "Brugeren er aktiv på siden, men ønsker ikke at chatte"
2916
+
2917
+ #: wp-live-chat-support/functions.php:1693
2918
+ #: wp-live-chat-support/wp-live-chat-support.php:869
2919
+ #: wp-live-chat-support/wp-live-chat-support.php:3917
2920
+ #: wp-live-chat-support/wp-live-chat-support.php:5945
2921
+ msgid ""
2922
+ "Please standby for an agent. While you wait for the agent you may type your "
2923
+ "message."
2924
+ msgstr ""
2925
+
2926
+ #: wp-live-chat-support/functions.php:1858
2927
+ msgid "Get Pro Add-on to accept more chats"
2928
+ msgstr "Få Pro Add-on til at acceptere flere chats"
2929
+
2930
+ #: wp-live-chat-support/functions.php:2095
2931
+ #: wp-live-chat-support/wp-live-chat-support.php:4456
2932
+ msgid "Error: Could not delete chat"
2933
+ msgstr ""
2934
+
2935
+ #: wp-live-chat-support/functions.php:2099
2936
+ #: wp-live-chat-support/wp-live-chat-support.php:4460
2937
+ msgid "Chat Deleted"
2938
+ msgstr ""
2939
+
2940
+ #: wp-live-chat-support/functions.php:2106
2941
+ #: wp-live-chat-support/wp-live-chat-support.php:4467
2942
+ msgid "Are you sure you would like to delete this chat?"
2943
+ msgstr ""
2944
+
2945
+ #: wp-live-chat-support/functions.php:2145
2946
+ msgid "You have not missed any chat requests."
2947
+ msgstr "Du har ikke savnet nogen chat anmodninger."
2948
+
2949
+ #: wp-live-chat-support/functions.php:2153
2950
+ #: wp-live-chat-support/wp-live-chat-support.php:4521
2951
+ msgid "View Chat History"
2952
+ msgstr "Chat-historik"
2953
+
2954
+ #: wp-live-chat-support/functions.php:2153
2955
+ #: wp-live-chat-support/wp-live-chat-support.php:4521
2956
+ msgid "Download Chat History"
2957
+ msgstr "Hent Chat History"
2958
+
2959
+ #: wp-live-chat-support/functions.php:2173
2960
+ #: wp-live-chat-support/wp-live-chat-support.php:4540
2961
+ #: wp-live-chat-support/wp-live-chat-support.php:4676
2962
+ msgid "&laquo;"
2963
+ msgstr ""
2964
+
2965
+ #: wp-live-chat-support/functions.php:2174
2966
+ #: wp-live-chat-support/wp-live-chat-support.php:4541
2967
+ #: wp-live-chat-support/wp-live-chat-support.php:4677
2968
+ msgid "&raquo;"
2969
+ msgstr ""
2970
+
2971
+ #: wp-live-chat-support/functions.php:2359
2972
+ msgid "Open chat window via"
2973
+ msgstr ""
2974
+
2975
+ #: wp-live-chat-support/functions.php:2363
2976
+ msgid "Click"
2977
+ msgstr ""
2978
+
2979
+ #: wp-live-chat-support/functions.php:2364
2980
+ msgid "Hover"
2981
+ msgstr ""
2982
+
2983
+ #: wp-live-chat-support/functions.php:2366
2984
+ msgid "element with"
2985
+ msgstr ""
2986
+
2987
+ #: wp-live-chat-support/functions.php:2368
2988
+ msgid "Class"
2989
+ msgstr ""
2990
+
2991
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/block.js:44
2992
+ #, fuzzy
2993
+ #| msgid "Via WP Live Chat Support"
2994
+ msgid "WP Live Chat Trigger (WP Live Chat Support)"
2995
+ msgstr "Via WP live chat support"
2996
+
2997
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:21
2998
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:42
2999
+ msgid "Gutenberg Blocks"
3000
+ msgstr ""
3001
+
3002
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:46
3003
+ msgid "Enable Gutenberg Blocks"
3004
+ msgstr ""
3005
+
3006
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:54
3007
+ msgid "Gutenberg Block Size"
3008
+ msgstr ""
3009
+
3010
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:65
3011
+ #, fuzzy
3012
+ #| msgid "Upload Logo"
3013
+ msgid "Block Logo"
3014
+ msgstr "Upload Logo"
3015
+
3016
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:76
3017
+ #, fuzzy
3018
+ #| msgid "Intro Text"
3019
+ msgid "Block Text"
3020
+ msgstr "Intro tekst"
3021
+
3022
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:84
3023
+ msgid "Display Icon"
3024
+ msgstr ""
3025
+
3026
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:90
3027
+ msgid "Block Icon"
3028
+ msgstr ""
3029
+
3030
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:98
3031
+ msgid "Block Preview"
3032
+ msgstr ""
3033
+
3034
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:106
3035
+ msgid "Custom HTML Template"
3036
+ msgstr ""
3037
+
3038
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:108
3039
+ msgid "Displays the chosen logo"
3040
+ msgstr ""
3041
+
3042
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:109
3043
+ msgid "Displays the chosen custom text"
3044
+ msgstr ""
3045
+
3046
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:110
3047
+ msgid "Displays the chosen icon"
3048
+ msgstr ""
3049
+
3050
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:210
3051
+ #: wp-live-chat-support/wp-live-chat-support.php:1035
3052
+ msgid "Live Chat"
3053
+ msgstr "Live chat"
3054
+
3055
+ #: wp-live-chat-support/includes/blocks/wplc-inline-chat-box/block.js:13
3056
+ #, fuzzy
3057
+ #| msgid "Via WP Live Chat Support"
3058
+ msgid "WP Live Chat Box (WP Live Chat Support)"
3059
+ msgstr "Via WP live chat support"
3060
+
3061
+ #: wp-live-chat-support/includes/credits.php:2
3062
+ msgid ""
3063
+ "WP Live Chat Support is supported by an international team of developers."
3064
+ msgstr ""
3065
+
3066
+ #: wp-live-chat-support/includes/credits.php:3
3067
+ msgid "Project Leaders"
3068
+ msgstr ""
3069
+
3070
+ #: wp-live-chat-support/includes/credits.php:9
3071
+ msgid "Founder"
3072
+ msgstr ""
3073
+
3074
+ #: wp-live-chat-support/includes/credits.php:9
3075
+ #: wp-live-chat-support/includes/credits.php:14
3076
+ #: wp-live-chat-support/includes/credits.php:26
3077
+ #: wp-live-chat-support/includes/credits.php:32
3078
+ #: wp-live-chat-support/includes/credits.php:38
3079
+ #: wp-live-chat-support/includes/credits.php:57
3080
+ #: wp-live-chat-support/includes/credits.php:63
3081
+ msgid "Developer"
3082
+ msgstr ""
3083
+
3084
+ #: wp-live-chat-support/includes/credits.php:9
3085
+ #: wp-live-chat-support/includes/credits.php:14
3086
+ #: wp-live-chat-support/includes/credits.php:26
3087
+ #: wp-live-chat-support/includes/credits.php:32
3088
+ #: wp-live-chat-support/includes/credits.php:38
3089
+ #: wp-live-chat-support/includes/credits.php:45
3090
+ #: wp-live-chat-support/includes/credits.php:57
3091
+ #: wp-live-chat-support/includes/credits.php:63
3092
+ #: wp-live-chat-support/wp-live-chat-support.php:1077
3093
+ #: wp-live-chat-support/wp-live-chat-support.php:5190
3094
+ msgid "Support"
3095
+ msgstr "Support"
3096
+
3097
+ #: wp-live-chat-support/includes/credits.php:14
3098
+ msgid "Project Manager"
3099
+ msgstr ""
3100
+
3101
+ #: wp-live-chat-support/includes/credits.php:17
3102
+ #, fuzzy
3103
+ #| msgid "Contributor"
3104
+ msgid "Contributors"
3105
+ msgstr "bidragsyder"
3106
+
3107
+ #: wp-live-chat-support/includes/credits.php:26
3108
+ #: wp-live-chat-support/includes/credits.php:32
3109
+ #: wp-live-chat-support/includes/credits.php:38
3110
+ #: wp-live-chat-support/includes/credits.php:75
3111
+ #, fuzzy
3112
+ #| msgid "Settings"
3113
+ msgid "Testing"
3114
+ msgstr "Indstillinger"
3115
+
3116
+ #: wp-live-chat-support/includes/credits.php:51
3117
+ #, fuzzy
3118
+ #| msgid "Main Settings"
3119
+ msgid "Marketing"
3120
+ msgstr "Primære Indstillinger"
3121
+
3122
+ #: wp-live-chat-support/includes/credits.php:69
3123
+ msgid "Marketing &amp; Support"
3124
+ msgstr ""
3125
+
3126
+ #: wp-live-chat-support/includes/credits.php:75
3127
+ #: wp-live-chat-support/wp-live-chat-support.php:5161
3128
+ msgid "Documentation"
3129
+ msgstr "Dokumentation"
3130
+
3131
+ #: wp-live-chat-support/includes/credits.php:81
3132
+ msgid "InfoSec"
3133
+ msgstr ""
3134
+
3135
+ #: wp-live-chat-support/includes/credits.php:86
3136
+ msgid "CSS"
3137
+ msgstr ""
3138
+
3139
+ #: wp-live-chat-support/includes/credits.php:89
3140
+ msgid "Want to see your name on this page?"
3141
+ msgstr ""
3142
+
3143
+ #: wp-live-chat-support/includes/credits.php:89
3144
+ msgid "Get involved on GitHub."
3145
+ msgstr ""
3146
+
3147
+ #: wp-live-chat-support/includes/credits.php:91
3148
+ #: wp-live-chat-support/includes/welcome_page.php:150
3149
+ msgid "OK! Let's start"
3150
+ msgstr ""
3151
+
3152
+ #: wp-live-chat-support/includes/deprecated.php:151
3153
+ #: wp-live-chat-support/includes/deprecated.php:348
3154
+ #: wp-live-chat-support/wp-live-chat-support.php:860
3155
+ #: wp-live-chat-support/wp-live-chat-support.php:2378
3156
+ #: wp-live-chat-support/wp-live-chat-support.php:3898
3157
+ #: wp-live-chat-support/wp-live-chat-support.php:5936
3158
+ msgid "Questions?"
3159
+ msgstr "Spørgsmål?"
3160
+
3161
+ #: wp-live-chat-support/includes/deprecated.php:151
3162
+ #: wp-live-chat-support/includes/deprecated.php:348
3163
+ #: wp-live-chat-support/wp-live-chat-support.php:861
3164
+ #: wp-live-chat-support/wp-live-chat-support.php:2379
3165
+ #: wp-live-chat-support/wp-live-chat-support.php:3899
3166
+ #: wp-live-chat-support/wp-live-chat-support.php:5937
3167
+ msgid "Chat with us"
3168
+ msgstr "Chat med os"
3169
+
3170
+ #: wp-live-chat-support/includes/deprecated.php:158
3171
+ #: wp-live-chat-support/includes/deprecated.php:355
3172
+ msgid "Start Live Chat"
3173
+ msgstr "Start chat"
3174
+
3175
+ #: wp-live-chat-support/includes/deprecated.php:210
3176
+ #: wp-live-chat-support/includes/deprecated.php:410
3177
+ #: wp-live-chat-support/wp-live-chat-support.php:863
3178
+ #: wp-live-chat-support/wp-live-chat-support.php:3901
3179
+ #: wp-live-chat-support/wp-live-chat-support.php:5939
3180
+ msgid "Start Chat"
3181
+ msgstr "Start chat"
3182
+
3183
+ #: wp-live-chat-support/includes/deprecated.php:213
3184
+ #: wp-live-chat-support/includes/deprecated.php:413
3185
+ msgid "Connecting you to a sales person. Please be patient."
3186
+ msgstr "Forbinder dig til et salg person. Vær tålmodig."
3187
+
3188
+ #: wp-live-chat-support/includes/deprecated.php:216
3189
+ #: wp-live-chat-support/includes/deprecated.php:416
3190
+ #: wp-live-chat-support/wp-live-chat-support.php:867
3191
+ #: wp-live-chat-support/wp-live-chat-support.php:2593
3192
+ #: wp-live-chat-support/wp-live-chat-support.php:2646
3193
+ #: wp-live-chat-support/wp-live-chat-support.php:3905
3194
+ #: wp-live-chat-support/wp-live-chat-support.php:5943
3195
+ msgid "Reactivating your previous chat..."
3196
+ msgstr "Genaktivering din tidligere chat ..."
3197
+
3198
+ #: wp-live-chat-support/includes/deprecated.php:221
3199
+ #: wp-live-chat-support/includes/deprecated.php:421
3200
+ #: wp-live-chat-support/wp-live-chat-support.php:870
3201
+ #: wp-live-chat-support/wp-live-chat-support.php:3615
3202
+ #: wp-live-chat-support/wp-live-chat-support.php:3913
3203
+ #: wp-live-chat-support/wp-live-chat-support.php:5946
3204
+ msgid "Press ENTER to send your message"
3205
+ msgstr "Tryk på ENTER for at sende din besked"
3206
+
3207
+ #: wp-live-chat-support/includes/deprecated.php:225
3208
+ #: wp-live-chat-support/includes/deprecated.php:425
3209
+ #: wp-live-chat-support/wp-live-chat-support.php:2347
3210
+ #: wp-live-chat-support/wp-live-chat-support.php:3632
3211
+ msgid "Send"
3212
+ msgstr "Send"
3213
+
3214
+ #: wp-live-chat-support/includes/modal_control.php:24
3215
+ #: wp-live-chat-support/modules/node_server.php:1197
3216
+ msgid "Please Confirm"
3217
+ msgstr ""
3218
+
3219
+ #: wp-live-chat-support/includes/modal_control.php:28
3220
+ msgid "Are you sure?"
3221
+ msgstr ""
3222
+
3223
+ #: wp-live-chat-support/includes/modal_control.php:37
3224
+ #: wp-live-chat-support/modules/node_server.php:1198
3225
+ #: wp-live-chat-support/modules/webhooks_manager.php:331
3226
+ msgid "Confirm"
3227
+ msgstr ""
3228
+
3229
+ #: wp-live-chat-support/includes/notification_control.php:29
3230
+ #: wp-live-chat-support/modules/node_server_deprecated.php:70
3231
+ #, php-format
3232
+ msgid "User is browsing <small><a href='%s' target='_BLANK'>%s</a></small>"
3233
+ msgstr ""
3234
+
3235
+ #: wp-live-chat-support/includes/notification_control.php:133
3236
+ #: wp-live-chat-support/modules/node_server_deprecated.php:81
3237
+ #, fuzzy
3238
+ #| msgid "User has opened the chat window"
3239
+ msgid "has joined the chat."
3240
+ msgstr "Bruger har åbnet chatvinduet"
3241
+
3242
+ #: wp-live-chat-support/includes/settings_page.php:114
3243
+ #: wp-live-chat-support/modules/node_server.php:1203
3244
+ msgid "Agents"
3245
+ msgstr "Agenter"
3246
+
3247
+ #: wp-live-chat-support/includes/settings_page.php:171
3248
+ #, fuzzy
3249
+ #| msgid "Require Name And Email"
3250
+ msgid "Name and email"
3251
+ msgstr "Kræv navn og email"
3252
+
3253
+ #: wp-live-chat-support/includes/settings_page.php:231
3254
+ #, fuzzy
3255
+ #| msgid "Play a sound when a new message is received"
3256
+ msgid "Play a sound when there is a new visitor"
3257
+ msgstr "Afspil en lyd, når en ny besked modtages"
3258
+
3259
+ #: wp-live-chat-support/includes/settings_page.php:231
3260
+ #, fuzzy
3261
+ #| msgid ""
3262
+ #| "Disable this to mute the sound that is played when a new chat message is "
3263
+ #| "received"
3264
+ msgid "Disable this to mute the sound that is played when a new visitor arrives"
3265
+ msgstr ""
3266
+ "Deaktiver denne for at slå lyd, der afspilles, når en ny chat-besked modtages"
3267
+
3268
+ #: wp-live-chat-support/includes/settings_page.php:249
3269
+ msgid "Enable Font Awesome set"
3270
+ msgstr ""
3271
+
3272
+ #: wp-live-chat-support/includes/settings_page.php:249
3273
+ msgid "Disable this if you have Font Awesome set included with your theme"
3274
+ msgstr ""
3275
+
3276
+ #: wp-live-chat-support/includes/settings_page.php:257
3277
+ msgid "Enable chat dashboard and notifications on all admin pages"
3278
+ msgstr ""
3279
+
3280
+ #: wp-live-chat-support/includes/settings_page.php:257
3281
+ msgid "This will load the chat dashboard on every admin page."
3282
+ msgstr ""
3283
+
3284
+ #: wp-live-chat-support/includes/settings_page.php:268
3285
+ msgid "Include chat window on the following pages"
3286
+ msgstr "Medtag chat vindue på de følgende sider"
3287
+
3288
+ #: wp-live-chat-support/includes/settings_page.php:274
3289
+ #: wp-live-chat-support/includes/settings_page.php:289
3290
+ #: wp-live-chat-support/includes/settings_page.php:305
3291
+ #: wp-live-chat-support/includes/settings_page.php:354
3292
+ #: wp-live-chat-support/includes/settings_page.php:371
3293
+ #: wp-live-chat-support/includes/settings_page.php:387
3294
+ #: wp-live-chat-support/includes/settings_page.php:403
3295
+ #: wp-live-chat-support/includes/settings_page.php:419
3296
+ #: wp-live-chat-support/includes/settings_page.php:435
3297
+ #: wp-live-chat-support/includes/settings_page.php:452
3298
+ #: wp-live-chat-support/includes/settings_page.php:549
3299
+ #: wp-live-chat-support/includes/settings_page.php:562
3300
+ msgid "available in the"
3301
+ msgstr "Tilgængelig som"
3302
+
3303
+ #: wp-live-chat-support/includes/settings_page.php:275
3304
+ #: wp-live-chat-support/includes/settings_page.php:290
3305
+ #: wp-live-chat-support/includes/settings_page.php:306
3306
+ #: wp-live-chat-support/includes/settings_page.php:355
3307
+ #: wp-live-chat-support/includes/settings_page.php:372
3308
+ #: wp-live-chat-support/includes/settings_page.php:388
3309
+ #: wp-live-chat-support/includes/settings_page.php:404
3310
+ #: wp-live-chat-support/includes/settings_page.php:420
3311
+ #: wp-live-chat-support/includes/settings_page.php:436
3312
+ #: wp-live-chat-support/includes/settings_page.php:453
3313
+ #: wp-live-chat-support/includes/settings_page.php:550
3314
+ #: wp-live-chat-support/includes/settings_page.php:563
3315
+ #: wp-live-chat-support/wp-live-chat-support.php:4607
3316
+ #: wp-live-chat-support/wp-live-chat-support.php:5590
3317
+ #: wp-live-chat-support/wp-live-chat-support.php:5644
3318
+ msgid "Pro Add-on"
3319
+ msgstr "Pro Add-on"
3320
+
3321
+ #: wp-live-chat-support/includes/settings_page.php:276
3322
+ #: wp-live-chat-support/includes/settings_page.php:291
3323
+ #: wp-live-chat-support/includes/settings_page.php:307
3324
+ #: wp-live-chat-support/includes/settings_page.php:356
3325
+ #: wp-live-chat-support/includes/settings_page.php:373
3326
+ #: wp-live-chat-support/includes/settings_page.php:389
3327
+ #: wp-live-chat-support/includes/settings_page.php:405
3328
+ #: wp-live-chat-support/includes/settings_page.php:421
3329
+ #: wp-live-chat-support/includes/settings_page.php:437
3330
+ #: wp-live-chat-support/includes/settings_page.php:454
3331
+ #: wp-live-chat-support/includes/settings_page.php:551
3332
+ #: wp-live-chat-support/includes/settings_page.php:564
3333
+ msgid "only"
3334
+ msgstr "kun"
3335
+
3336
+ #: wp-live-chat-support/includes/settings_page.php:283
3337
+ msgid "Exclude chat window on the following pages"
3338
+ msgstr "Udeluk chatvinduet på de følgende sider"
3339
+
3340
+ #: wp-live-chat-support/includes/settings_page.php:348
3341
+ msgid "Display a typing animation as soon as someone starts typing."
3342
+ msgstr ""
3343
+
3344
+ #: wp-live-chat-support/includes/settings_page.php:449
3345
+ msgid "Alert me via email as soon as someone wants to chat"
3346
+ msgstr "Advare mig via e-mail, så snart nogen ønsker at chatte"
3347
+
3348
+ #: wp-live-chat-support/includes/settings_page.php:473
3349
+ #, fuzzy
3350
+ #| msgid "Display name and avatar in chat"
3351
+ msgid "Display details in chat message"
3352
+ msgstr "Vist navn og avatar i chatten"
3353
+
3354
+ #: wp-live-chat-support/includes/settings_page.php:477
3355
+ #, fuzzy
3356
+ #| msgid "Your Name"
3357
+ msgid "Show Name"
3358
+ msgstr "Dit navn"
3359
+
3360
+ #: wp-live-chat-support/includes/settings_page.php:479
3361
+ msgid "Show Avatar"
3362
+ msgstr ""
3363
+
3364
+ #: wp-live-chat-support/includes/settings_page.php:496
3365
+ #, fuzzy
3366
+ #| msgid "User has maximized the chat window"
3367
+ msgid "Display a timestamp in the chat window"
3368
+ msgstr "Bruger har maksimeret chatvinduet"
3369
+
3370
+ #: wp-live-chat-support/includes/settings_page.php:500
3371
+ #, fuzzy
3372
+ #| msgid "Date"
3373
+ msgid "Show Date"
3374
+ msgstr "Dato"
3375
+
3376
+ #: wp-live-chat-support/includes/settings_page.php:502
3377
+ #, fuzzy
3378
+ #| msgid "Time"
3379
+ msgid "Show Time"
3380
+ msgstr "Tid"
3381
+
3382
+ #: wp-live-chat-support/includes/settings_page.php:507
3383
+ msgid "Redirect user to thank you page when chat is ended"
3384
+ msgstr ""
3385
+
3386
+ #: wp-live-chat-support/includes/settings_page.php:507
3387
+ msgid ""
3388
+ "By checking this, users will be redirected to your thank you page when a chat "
3389
+ "is completed."
3390
+ msgstr ""
3391
+
3392
+ #: wp-live-chat-support/includes/settings_page.php:511
3393
+ msgid "Thank You Page URL"
3394
+ msgstr ""
3395
+
3396
+ #: wp-live-chat-support/includes/settings_page.php:521
3397
+ msgid "Disable Emojis"
3398
+ msgstr ""
3399
+
3400
+ #: wp-live-chat-support/includes/settings_page.php:624
3401
+ msgid "Custom fields"
3402
+ msgstr ""
3403
+
3404
+ #: wp-live-chat-support/includes/settings_page.php:632
3405
+ #, fuzzy
3406
+ #| msgid "Main Settings"
3407
+ msgid "Email settings"
3408
+ msgstr "Primære Indstillinger"
3409
+
3410
+ #: wp-live-chat-support/includes/settings_page.php:648
3411
+ msgid "Subject"
3412
+ msgstr ""
3413
+
3414
+ #: wp-live-chat-support/includes/settings_page.php:648
3415
+ msgid "User name will be appended to the end of the subject."
3416
+ msgstr ""
3417
+
3418
+ #: wp-live-chat-support/includes/settings_page.php:786
3419
+ #: wp-live-chat-support/includes/settings_page.php:787
3420
+ msgid "Classic"
3421
+ msgstr ""
3422
+
3423
+ #: wp-live-chat-support/includes/settings_page.php:790
3424
+ #: wp-live-chat-support/includes/settings_page.php:791
3425
+ msgid "Modern"
3426
+ msgstr ""
3427
+
3428
+ #: wp-live-chat-support/includes/settings_page.php:807
3429
+ #, fuzzy
3430
+ #| msgid "Colour Scheme 1"
3431
+ msgid "Color Scheme"
3432
+ msgstr "Farver"
3433
+
3434
+ #: wp-live-chat-support/includes/settings_page.php:862
3435
+ msgid "Choose"
3436
+ msgstr ""
3437
+
3438
+ #: wp-live-chat-support/includes/settings_page.php:863
3439
+ msgid "Your"
3440
+ msgstr ""
3441
+
3442
+ #: wp-live-chat-support/includes/settings_page.php:864
3443
+ msgid "Colors"
3444
+ msgstr ""
3445
+
3446
+ #: wp-live-chat-support/includes/settings_page.php:865
3447
+ msgid "Below"
3448
+ msgstr ""
3449
+
3450
+ #: wp-live-chat-support/includes/settings_page.php:884
3451
+ #, fuzzy
3452
+ #| msgid "Chat Dashboard"
3453
+ msgid "Chat background"
3454
+ msgstr "Chat Dashboard"
3455
+
3456
+ #: wp-live-chat-support/includes/settings_page.php:888
3457
+ msgid "Cloudy"
3458
+ msgstr ""
3459
+
3460
+ #: wp-live-chat-support/includes/settings_page.php:889
3461
+ msgid "Geometry"
3462
+ msgstr ""
3463
+
3464
+ #: wp-live-chat-support/includes/settings_page.php:890
3465
+ msgid "Tech"
3466
+ msgstr ""
3467
+
3468
+ #: wp-live-chat-support/includes/settings_page.php:897
3469
+ msgid "Palette Color 1"
3470
+ msgstr ""
3471
+
3472
+ #: wp-live-chat-support/includes/settings_page.php:903
3473
+ msgid "Palette Color 2"
3474
+ msgstr ""
3475
+
3476
+ #: wp-live-chat-support/includes/settings_page.php:909
3477
+ msgid "Palette Color 3"
3478
+ msgstr ""
3479
+
3480
+ #: wp-live-chat-support/includes/settings_page.php:915
3481
+ msgid "Palette Color 4"
3482
+ msgstr ""
3483
+
3484
+ #: wp-live-chat-support/includes/settings_page.php:925
3485
+ #, php-format
3486
+ msgid ""
3487
+ "Enable this if you are using a localization plugin. Should you wish to change "
3488
+ "the below strings with this option enabled, please visit the documentation %s"
3489
+ msgstr ""
3490
+
3491
+ #: wp-live-chat-support/includes/settings_page.php:967
3492
+ #, fuzzy
3493
+ #| msgid "Send message"
3494
+ msgid "Welcome message"
3495
+ msgstr "Send besked"
3496
+
3497
+ #: wp-live-chat-support/includes/settings_page.php:969
3498
+ msgid ""
3499
+ "This text is shown as soon as a user starts a chat and waits for an agent to "
3500
+ "join"
3501
+ msgstr ""
3502
+
3503
+ #: wp-live-chat-support/includes/settings_page.php:973
3504
+ msgid "No answer"
3505
+ msgstr ""
3506
+
3507
+ #: wp-live-chat-support/includes/settings_page.php:975
3508
+ #: wp-live-chat-support/wp-live-chat-support.php:4901
3509
+ #, fuzzy
3510
+ #| msgid "There is No Answer. Please Try Again Later"
3511
+ msgid "There is No Answer. Please Try Again Later."
3512
+ msgstr "Der er Intet svar. Prøv igen senere"
3513
+
3514
+ #: wp-live-chat-support/includes/settings_page.php:975
3515
+ #, fuzzy
3516
+ #| msgid "This text is shown above the user chat input field"
3517
+ msgid ""
3518
+ "This text is shown to the user when an agent has failed to answer a chat "
3519
+ msgstr "Denne tekst vises over feltet brugeren chat input"
3520
+
3521
+ #: wp-live-chat-support/includes/settings_page.php:982
3522
+ #: wp-live-chat-support/wp-live-chat-support.php:1426
3523
+ #: wp-live-chat-support/wp-live-chat-support.php:3914
3524
+ #, fuzzy
3525
+ #| msgid "Chat has been answered by another agent"
3526
+ msgid "The chat has been ended by the operator."
3527
+ msgstr "Chat er blevet besvaret af en anden agent"
3528
+
3529
+ #: wp-live-chat-support/includes/surveys.php:8
3530
+ #: wp-live-chat-support/includes/surveys.php:20
3531
+ #: wp-live-chat-support/includes/surveys.php:351
3532
+ msgid "Surveys & Lead Forms"
3533
+ msgstr ""
3534
+
3535
+ #: wp-live-chat-support/includes/surveys.php:23
3536
+ msgid "Enable Surveys & Lead Forms"
3537
+ msgstr ""
3538
+
3539
+ #: wp-live-chat-support/includes/surveys.php:23
3540
+ msgid ""
3541
+ "Enable surveys and lead forms within your live chat box, either before or "
3542
+ "after a live chat session."
3543
+ msgstr ""
3544
+
3545
+ #: wp-live-chat-support/includes/surveys.php:29
3546
+ msgid ""
3547
+ "Choosing a survey will reset the lead form selection: the items are "
3548
+ "alternatives, if you select a survey no lead form can be selected."
3549
+ msgstr ""
3550
+
3551
+ #: wp-live-chat-support/includes/surveys.php:32
3552
+ #, php-format
3553
+ msgid ""
3554
+ "No surveys created. Please <a href=\"%s\" target=\"_BLANK\" title="
3555
+ "\"NimbleSquirrel\">create a survey and then refresh this page.</a>"
3556
+ msgstr ""
3557
+
3558
+ #: wp-live-chat-support/includes/surveys.php:39
3559
+ msgid "Select a survey"
3560
+ msgstr ""
3561
+
3562
+ #: wp-live-chat-support/includes/surveys.php:65
3563
+ msgid ""
3564
+ "Choosing a lead form will reset the survey selection: the items are "
3565
+ "alternatives, if you select a lead form no survey can be selected."
3566
+ msgstr ""
3567
+
3568
+ #: wp-live-chat-support/includes/surveys.php:68
3569
+ #, php-format
3570
+ msgid ""
3571
+ "No lead forms created. Please <a href=\"%s\" target=\"_BLANK\" title="
3572
+ "\"NimbleSquirrel\">create a lead form and then refresh this page.</a>"
3573
+ msgstr ""
3574
+
3575
+ #: wp-live-chat-support/includes/surveys.php:75
3576
+ msgid "Select a lead form"
3577
+ msgstr ""
3578
+
3579
+ #: wp-live-chat-support/includes/surveys.php:97
3580
+ msgid "Display survey/form"
3581
+ msgstr ""
3582
+
3583
+ #: wp-live-chat-support/includes/surveys.php:100
3584
+ msgid "Before chat"
3585
+ msgstr ""
3586
+
3587
+ #: wp-live-chat-support/includes/surveys.php:101
3588
+ msgid "After chat"
3589
+ msgstr ""
3590
+
3591
+ #: wp-live-chat-support/includes/surveys.php:106
3592
+ msgid "Chat button text"
3593
+ msgstr ""
3594
+
3595
+ #: wp-live-chat-support/includes/surveys.php:112
3596
+ msgid "Change title of chat box when chat ended to"
3597
+ msgstr ""
3598
+
3599
+ #: wp-live-chat-support/includes/surveys.php:307
3600
+ #: wp-live-chat-support/wp-live-chat-support.php:864
3601
+ #: wp-live-chat-support/wp-live-chat-support.php:3902
3602
+ #: wp-live-chat-support/wp-live-chat-support.php:5940
3603
+ msgid "Or chat to an agent now"
3604
+ msgstr ""
3605
+
3606
+ #: wp-live-chat-support/includes/surveys.php:312
3607
+ #: wp-live-chat-support/wp-live-chat-support.php:858
3608
+ #: wp-live-chat-support/wp-live-chat-support.php:3911
3609
+ #: wp-live-chat-support/wp-live-chat-support.php:5934
3610
+ msgid "Leave a message"
3611
+ msgstr ""
3612
+
3613
+ #: wp-live-chat-support/includes/surveys.php:346
3614
+ msgid "WP Live Chat Surveys & Lead Forms with Nimble Squirrel"
3615
+ msgstr ""
3616
+
3617
+ #: wp-live-chat-support/includes/surveys.php:352
3618
+ msgid ""
3619
+ "To view your responses, click the button below and log in to your "
3620
+ "NimbleSquirrel account."
3621
+ msgstr ""
3622
+
3623
+ #: wp-live-chat-support/includes/surveys.php:355
3624
+ msgid ""
3625
+ "Need help? <a href='https://wp-livechat.com/contact-us/' "
3626
+ "target='_BLANK'>Contact us</a> and we'll get back to you as soon as possible!"
3627
+ msgstr ""
3628
+
3629
+ #: wp-live-chat-support/includes/surveys.php:365
3630
+ #, php-format
3631
+ msgid ""
3632
+ "Register on <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
3633
+ "\">NimbleSquirrel</a>"
3634
+ msgstr ""
3635
+
3636
+ #: wp-live-chat-support/includes/surveys.php:368
3637
+ #, php-format
3638
+ msgid ""
3639
+ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Create a survey</"
3640
+ "a>."
3641
+ msgstr ""
3642
+
3643
+ #: wp-live-chat-support/includes/surveys.php:375
3644
+ msgid "Add a Survey to your live chat box"
3645
+ msgstr ""
3646
+
3647
+ #: wp-live-chat-support/includes/surveys.php:376
3648
+ msgid "Three simple steps:"
3649
+ msgstr ""
3650
+
3651
+ #: wp-live-chat-support/includes/surveys.php:380
3652
+ msgid ""
3653
+ "Enable surveys in your live chat <a href='admin.php?page=wplivechat-menu-"
3654
+ "settings#tabs-survey'>settings page</a>."
3655
+ msgstr ""
3656
+
3657
+ #: wp-live-chat-support/includes/welcome_page.php:4
3658
+ #, fuzzy
3659
+ #| msgid "WP Live Chat Support"
3660
+ msgid "Welcome to WP Live Chat Support v8"
3661
+ msgstr "WP live chat support"
3662
+
3663
+ #: wp-live-chat-support/includes/welcome_page.php:6
3664
+ msgid ""
3665
+ "WP Live Chat Support is the most cost effective, feature rich, amazingly "
3666
+ "supported and most positively reviewed live chat plugin on WordPress!"
3667
+ msgstr ""
3668
+
3669
+ #: wp-live-chat-support/includes/welcome_page.php:8
3670
+ #, fuzzy
3671
+ #| msgid "You are not accepting chats"
3672
+ msgid "Skip intro and start accepting chats"
3673
+ msgstr "Du er ikke accepterer chats"
3674
+
3675
+ #: wp-live-chat-support/includes/welcome_page.php:28
3676
+ #, fuzzy
3677
+ #| msgid "Welcome to "
3678
+ msgid "Welcome"
3679
+ msgstr "Velkommen til"
3680
+
3681
+ #: wp-live-chat-support/includes/welcome_page.php:29
3682
+ msgid "Credits"
3683
+ msgstr ""
3684
+
3685
+ #: wp-live-chat-support/includes/welcome_page.php:37
3686
+ msgid "Incredibly fast server"
3687
+ msgstr ""
3688
+
3689
+ #: wp-live-chat-support/includes/welcome_page.php:39
3690
+ msgid "Use our server to handle the load and save 1000%+ on server resources!"
3691
+ msgstr ""
3692
+
3693
+ #: wp-live-chat-support/includes/welcome_page.php:42
3694
+ #, fuzzy
3695
+ #| msgid "Chat Dashboard"
3696
+ msgid "New Dashboard"
3697
+ msgstr "Chat Dashboard"
3698
+
3699
+ #: wp-live-chat-support/includes/welcome_page.php:43
3700
+ msgid "Handle all your chats in one area, on any admin page."
3701
+ msgstr ""
3702
+
3703
+ #: wp-live-chat-support/includes/welcome_page.php:46
3704
+ msgid "Emojis!"
3705
+ msgstr ""
3706
+
3707
+ #: wp-live-chat-support/includes/welcome_page.php:47
3708
+ msgid "Add a touch of your own personality with emojis!"
3709
+ msgstr ""
3710
+
3711
+ #: wp-live-chat-support/includes/welcome_page.php:54
3712
+ msgid "Typing Preview"
3713
+ msgstr ""
3714
+
3715
+ #: wp-live-chat-support/includes/welcome_page.php:56
3716
+ msgid "See what your customers are typing before they even send it!"
3717
+ msgstr ""
3718
+
3719
+ #: wp-live-chat-support/includes/welcome_page.php:59
3720
+ #, fuzzy
3721
+ #| msgid "Multiple Chats"
3722
+ msgid "Multiple Agents Per Chat"
3723
+ msgstr "Flere Chats"
3724
+
3725
+ #: wp-live-chat-support/includes/welcome_page.php:61
3726
+ msgid "More than one agent can join and be involved in a chat."
3727
+ msgstr ""
3728
+
3729
+ #: wp-live-chat-support/includes/welcome_page.php:64
3730
+ msgid "Agent to Agent Chat"
3731
+ msgstr ""
3732
+
3733
+ #: wp-live-chat-support/includes/welcome_page.php:66
3734
+ msgid "Chat directly to other agents on our new dashboard."
3735
+ msgstr ""
3736
+
3737
+ #: wp-live-chat-support/includes/welcome_page.php:71
3738
+ #, fuzzy
3739
+ #| msgid "Message"
3740
+ msgid "Edit Messages"
3741
+ msgstr "Besked"
3742
+
3743
+ #: wp-live-chat-support/includes/welcome_page.php:73
3744
+ msgid ""
3745
+ "Simply press the UP arrow or use the EDIT link to edit a message that you "
3746
+ "have already sent."
3747
+ msgstr ""
3748
+
3749
+ #: wp-live-chat-support/includes/welcome_page.php:76
3750
+ msgid "Event Monitoring"
3751
+ msgstr ""
3752
+
3753
+ #: wp-live-chat-support/includes/welcome_page.php:78
3754
+ msgid "Know exactly what the user is doing in real time."
3755
+ msgstr ""
3756
+
3757
+ #: wp-live-chat-support/includes/welcome_page.php:81
3758
+ msgid "iOS app"
3759
+ msgstr ""
3760
+
3761
+ #: wp-live-chat-support/includes/welcome_page.php:83
3762
+ msgid "The new iOS app is finally here!"
3763
+ msgstr ""
3764
+
3765
+ #: wp-live-chat-support/includes/welcome_page.php:91
3766
+ msgid "How did you find us?"
3767
+ msgstr "Hvordan fandt du os?"
3768
+
3769
+ #: wp-live-chat-support/includes/welcome_page.php:96
3770
+ msgid "WordPress.org plugin repository "
3771
+ msgstr "WordPress opbevaringssted"
3772
+
3773
+ #: wp-live-chat-support/includes/welcome_page.php:99
3774
+ msgid "Search Term"
3775
+ msgstr "Søg efter"
3776
+
3777
+ #: wp-live-chat-support/includes/welcome_page.php:103
3778
+ msgid "Google or other search Engine"
3779
+ msgstr "Google eller anden søgemaskine"
3780
+
3781
+ #: wp-live-chat-support/includes/welcome_page.php:109
3782
+ msgid "Friend recommendation"
3783
+ msgstr "Venne anbefaling"
3784
+
3785
+ #: wp-live-chat-support/includes/welcome_page.php:115
3786
+ msgid "Other"
3787
+ msgstr "Andet"
3788
+
3789
+ #: wp-live-chat-support/includes/welcome_page.php:119
3790
+ msgid "Please Explain"
3791
+ msgstr "Forklar venligst"
3792
+
3793
+ #: wp-live-chat-support/includes/welcome_page.php:128
3794
+ msgid "Submit"
3795
+ msgstr "Gennemfør"
3796
+
3797
+ #: wp-live-chat-support/includes/welcome_page.php:128
3798
+ msgid "Skip"
3799
+ msgstr "Spring over"
3800
+
3801
+ #: wp-live-chat-support/includes/welcome_page.php:137
3802
+ #, fuzzy
3803
+ #| msgid "WP Live Chat Support"
3804
+ msgid "New to WP Live Chat Support?"
3805
+ msgstr "WP live chat support"
3806
+
3807
+ #: wp-live-chat-support/includes/welcome_page.php:138
3808
+ msgid "You may want to"
3809
+ msgstr ""
3810
+
3811
+ #: wp-live-chat-support/includes/welcome_page.php:138
3812
+ #, fuzzy
3813
+ #| msgid "documentation"
3814
+ msgid "review our documentation"
3815
+ msgstr "dokumentation"
3816
+
3817
+ #: wp-live-chat-support/includes/welcome_page.php:138
3818
+ msgid ""
3819
+ "before you get started. If you're a tech-savvy individual, you may skip this "
3820
+ "step."
3821
+ msgstr ""
3822
+
3823
+ #: wp-live-chat-support/includes/welcome_page.php:141
3824
+ msgid "Help me!"
3825
+ msgstr ""
3826
+
3827
+ #: wp-live-chat-support/includes/welcome_page.php:142
3828
+ #, fuzzy
3829
+ #| msgid "Visitor"
3830
+ msgid "Visit our"
3831
+ msgstr "besøgende"
3832
+
3833
+ #: wp-live-chat-support/includes/welcome_page.php:142
3834
+ #, fuzzy
3835
+ #| msgid "Support"
3836
+ msgid "Support Desk"
3837
+ msgstr "Support"
3838
+
3839
+ #: wp-live-chat-support/includes/welcome_page.php:142
3840
+ msgid "for quick and friendly help. We'll answer your request within 24hours."
3841
+ msgstr ""
3842
+
3843
+ #: wp-live-chat-support/includes/welcome_page.php:145
3844
+ msgid "Feedback"
3845
+ msgstr "Feedback"
3846
+
3847
+ #: wp-live-chat-support/includes/welcome_page.php:146
3848
+ msgid "We need you to help us make this plugin better."
3849
+ msgstr ""
3850
+
3851
+ #: wp-live-chat-support/includes/welcome_page.php:146
3852
+ #, fuzzy
3853
+ #| msgid "Send Feedback"
3854
+ msgid "Send us your feedback"
3855
+ msgstr "Send feedback"
3856
+
3857
+ #: wp-live-chat-support/includes/welcome_page.php:146
3858
+ msgid "and we'll act on it as soon as humanly possible."
3859
+ msgstr ""
3860
+
3861
+ #: wp-live-chat-support/modules/api/wplc-api.php:44
3862
+ #: wp-live-chat-support/modules/api/wplc-api.php:71
3863
+ msgid "REST API"
3864
+ msgstr ""
3865
+
3866
+ #: wp-live-chat-support/modules/api/wplc-api.php:62
3867
+ msgid ""
3868
+ "To make use of the REST API, please ensure you are using a version of "
3869
+ "WordPress with the REST API included."
3870
+ msgstr ""
3871
+
3872
+ #: wp-live-chat-support/modules/api/wplc-api.php:64
3873
+ msgid ""
3874
+ "Alternatively, please install the official Rest API plugin from WordPress."
3875
+ msgstr ""
3876
+
3877
+ #: wp-live-chat-support/modules/api/wplc-api.php:76
3878
+ msgid "Secret Token"
3879
+ msgstr ""
3880
+
3881
+ #: wp-live-chat-support/modules/api/wplc-api.php:79
3882
+ msgid "No secret token found"
3883
+ msgstr ""
3884
+
3885
+ #: wp-live-chat-support/modules/api/wplc-api.php:80
3886
+ #: wp-live-chat-support/modules/beta_features.php:89
3887
+ msgid "Generate New"
3888
+ msgstr ""
3889
+
3890
+ #: wp-live-chat-support/modules/api/wplc-api.php:85
3891
+ msgid "Supported API Calls"
3892
+ msgstr ""
3893
+
3894
+ #: wp-live-chat-support/modules/api/wplc-api.php:89
3895
+ #: wp-live-chat-support/modules/api/wplc-api.php:97
3896
+ #: wp-live-chat-support/modules/api/wplc-api.php:105
3897
+ #: wp-live-chat-support/modules/api/wplc-api.php:113
3898
+ #: wp-live-chat-support/modules/api/wplc-api.php:121
3899
+ #: wp-live-chat-support/modules/api/wplc-api.php:130
3900
+ msgid "Try"
3901
+ msgstr ""
3902
+
3903
+ #: wp-live-chat-support/modules/api/wplc-api.php:138
3904
+ msgid "API Response Codes"
3905
+ msgstr ""
3906
+
3907
+ #: wp-live-chat-support/modules/api/wplc-api.php:281
3908
+ msgid "Rest Console "
3909
+ msgstr ""
3910
+
3911
+ #: wp-live-chat-support/modules/api/wplc-api.php:288
3912
+ msgid "Try it!"
3913
+ msgstr ""
3914
+
3915
+ #: wp-live-chat-support/modules/beta_features.php:14
3916
+ #, fuzzy
3917
+ #| msgid "Advanced Info"
3918
+ msgid "Advanced Features"
3919
+ msgstr "Avanceret Info"
3920
+
3921
+ #: wp-live-chat-support/modules/beta_features.php:33
3922
+ #, fuzzy
3923
+ #| msgid "No Quick Responses found"
3924
+ msgid "No token found"
3925
+ msgstr "Ingen hurtige svar fundet"
3926
+
3927
+ #: wp-live-chat-support/modules/beta_features.php:49
3928
+ #, fuzzy
3929
+ #| msgid "Cloud Server"
3930
+ msgid "Chat Server"
3931
+ msgstr "Cloud Server"
3932
+
3933
+ #: wp-live-chat-support/modules/beta_features.php:58
3934
+ #, fuzzy
3935
+ #| msgid "Use our server to host your chat server."
3936
+ msgid "Use our server to handle chats"
3937
+ msgstr "Brug vores server til at være vært for din chat-server."
3938
+
3939
+ #: wp-live-chat-support/modules/beta_features.php:58
3940
+ msgid ""
3941
+ "Disabling this will result in the plugin reverting back to using the legacy "
3942
+ "chat dashboard."
3943
+ msgstr ""
3944
+
3945
+ #: wp-live-chat-support/modules/beta_features.php:62
3946
+ msgid ""
3947
+ "Disabling this will revert the chat dashboard back to the legacy version."
3948
+ msgstr ""
3949
+
3950
+ #: wp-live-chat-support/modules/beta_features.php:67
3951
+ msgid "Server location"
3952
+ msgstr ""
3953
+
3954
+ #: wp-live-chat-support/modules/beta_features.php:67
3955
+ msgid "Select a server location that is near to you."
3956
+ msgstr ""
3957
+
3958
+ #: wp-live-chat-support/modules/beta_features.php:72
3959
+ msgid "Automatic (suggested)"
3960
+ msgstr ""
3961
+
3962
+ #: wp-live-chat-support/modules/beta_features.php:73
3963
+ #: wp-live-chat-support/modules/beta_features.php:74
3964
+ #, php-format
3965
+ msgid "United States - %s"
3966
+ msgstr ""
3967
+
3968
+ #: wp-live-chat-support/modules/beta_features.php:77
3969
+ #: wp-live-chat-support/modules/beta_features.php:78
3970
+ #, php-format
3971
+ msgid "Europe - %s"
3972
+ msgstr ""
3973
+
3974
+ #: wp-live-chat-support/modules/beta_features.php:85
3975
+ #, fuzzy
3976
+ #| msgid "Chat sessions"
3977
+ msgid "Chat server token"
3978
+ msgstr "Chat-sessioner"
3979
+
3980
+ #: wp-live-chat-support/modules/beta_features.php:85
3981
+ msgid ""
3982
+ "Security token for accessing chats on the node server. Changing this will "
3983
+ "remove current chats"
3984
+ msgstr ""
3985
+
3986
+ #: wp-live-chat-support/modules/beta_features.php:90
3987
+ msgid "Copy"
3988
+ msgstr ""
3989
+
3990
+ #: wp-live-chat-support/modules/beta_features.php:95
3991
+ msgid "Server end point override"
3992
+ msgstr ""
3993
+
3994
+ #: wp-live-chat-support/modules/beta_features.php:95
3995
+ msgid ""
3996
+ "Do not change this unless advised to do so by a WP Live Chat Support "
3997
+ "representative"
3998
+ msgstr ""
3999
+
4000
+ #: wp-live-chat-support/modules/beta_features.php:98
4001
+ msgid "Leave empty unless advised by a WP Live Chat Support representative"
4002
+ msgstr ""
4003
+
4004
+ #: wp-live-chat-support/modules/beta_features.php:104
4005
+ msgid "Limit chat ring amount"
4006
+ msgstr ""
4007
+
4008
+ #: wp-live-chat-support/modules/beta_features.php:104
4009
+ msgid "Limit the amount of time the new chat ringer will play"
4010
+ msgstr ""
4011
+
4012
+ #: wp-live-chat-support/modules/beta_features.php:113
4013
+ #: wp-live-chat-support/modules/node_server.php:733
4014
+ msgid "Did you know?"
4015
+ msgstr ""
4016
+
4017
+ #: wp-live-chat-support/modules/beta_features.php:113
4018
+ msgid ""
4019
+ "You can copy this node server token to multiple sites in order to manage more "
4020
+ "than one domain from a single chat dashboard"
4021
+ msgstr ""
4022
+
4023
+ #: wp-live-chat-support/modules/beta_features.php:167
4024
+ #, fuzzy
4025
+ #| msgid "End chat"
4026
+ msgid "End Chat"
4027
+ msgstr "Slut chat"
4028
+
4029
+ #: wp-live-chat-support/modules/documentation_suggestions.php:36
4030
+ #, php-format
4031
+ msgid ""
4032
+ "Upgrade to the <a href='%s' taget='_BLANK'>pro version</a> to automatically "
4033
+ "suggest relevant documentation pages on your own site while users are waiting "
4034
+ "for the agent to join the chat. As soon as the user sends a message, the "
4035
+ "system will locate relevant documents on your website and provide links to "
4036
+ "the user."
4037
+ msgstr ""
4038
+
4039
+ #: wp-live-chat-support/modules/gdpr.php:33
4040
+ msgid "Enbled GDPR Compliance"
4041
+ msgstr ""
4042
+
4043
+ #: wp-live-chat-support/modules/gdpr.php:33
4044
+ msgid "Disabling will disable all GDPR related options, this is not advised."
4045
+ msgstr ""
4046
+
4047
+ #: wp-live-chat-support/modules/gdpr.php:37
4048
+ msgid "Importance of GDPR Compliance"
4049
+ msgstr ""
4050
+
4051
+ #: wp-live-chat-support/modules/gdpr.php:43
4052
+ msgid "Company Name"
4053
+ msgstr ""
4054
+
4055
+ #: wp-live-chat-support/modules/gdpr.php:52
4056
+ msgid "Retention Purpose"
4057
+ msgstr ""
4058
+
4059
+ #: wp-live-chat-support/modules/gdpr.php:55
4060
+ #: wp-live-chat-support/modules/gdpr.php:373
4061
+ #, fuzzy
4062
+ #| msgid "Support"
4063
+ msgid "Chat/Support"
4064
+ msgstr "Support"
4065
+
4066
+ #: wp-live-chat-support/modules/gdpr.php:61
4067
+ msgid "Retention Period"
4068
+ msgstr ""
4069
+
4070
+ #: wp-live-chat-support/modules/gdpr.php:64
4071
+ msgid "days"
4072
+ msgstr ""
4073
+
4074
+ #: wp-live-chat-support/modules/gdpr.php:70
4075
+ msgid "Next Check"
4076
+ msgstr ""
4077
+
4078
+ #: wp-live-chat-support/modules/gdpr.php:71
4079
+ msgid ""
4080
+ "When the next cron will run to check for data which is older than our "
4081
+ "retention period."
4082
+ msgstr ""
4083
+
4084
+ #: wp-live-chat-support/modules/gdpr.php:85
4085
+ msgid "GDPR Notice"
4086
+ msgstr ""
4087
+
4088
+ #: wp-live-chat-support/modules/gdpr.php:86
4089
+ msgid ""
4090
+ "Users will be asked to accept the notice shown here, in the form of a check "
4091
+ "box."
4092
+ msgstr ""
4093
+
4094
+ #: wp-live-chat-support/modules/gdpr.php:137
4095
+ msgid "GDPR"
4096
+ msgstr ""
4097
+
4098
+ #: wp-live-chat-support/modules/gdpr.php:146
4099
+ #, fuzzy
4100
+ #| msgid "WP Live Chat Support"
4101
+ msgid "WP Live Chat Support - GDPR"
4102
+ msgstr "WP live chat support"
4103
+
4104
+ #: wp-live-chat-support/modules/gdpr.php:148
4105
+ msgid ""
4106
+ "Search is performed on chat sessions, messages, and offline messages. Data "
4107
+ "will also be deleted automatically per your retention policy."
4108
+ msgstr ""
4109
+
4110
+ #: wp-live-chat-support/modules/gdpr.php:159
4111
+ msgid "Name, Email, Message"
4112
+ msgstr ""
4113
+
4114
+ #: wp-live-chat-support/modules/gdpr.php:163
4115
+ #, fuzzy
4116
+ #| msgid "Search Term"
4117
+ msgid "Search"
4118
+ msgstr "Søg efter"
4119
+
4120
+ #: wp-live-chat-support/modules/gdpr.php:176
4121
+ #, php-format
4122
+ msgid "Search Results in %%TABLE%%"
4123
+ msgstr ""
4124
+
4125
+ #: wp-live-chat-support/modules/gdpr.php:202
4126
+ #, php-format
4127
+ msgid "Delete Chat (%%CID%%)"
4128
+ msgstr ""
4129
+
4130
+ #: wp-live-chat-support/modules/gdpr.php:203
4131
+ #, fuzzy, php-format
4132
+ #| msgid "Download Chat History"
4133
+ msgid "Download Chat (%%CID%%)"
4134
+ msgstr "Hent Chat History"
4135
+
4136
+ #: wp-live-chat-support/modules/gdpr.php:228
4137
+ msgid "Please perform a search using the input field above"
4138
+ msgstr ""
4139
+
4140
+ #: wp-live-chat-support/modules/gdpr.php:291
4141
+ #, fuzzy
4142
+ #| msgid "deleted"
4143
+ msgid "Data Deleted"
4144
+ msgstr "Slettede"
4145
 
4146
+ #: wp-live-chat-support/modules/gdpr.php:371
4147
+ #, php-format
4148
+ msgid ""
4149
+ "I agree for my personal data to be processed and for the use of cookies in "
4150
+ "order to engage in a chat processed by %%COMPANY%%, for the purpose of "
4151
+ "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
4152
+ msgstr ""
 
 
 
 
 
 
 
 
4153
 
4154
+ #: wp-live-chat-support/modules/gdpr.php:392
4155
+ #: wp-live-chat-support/modules/gdpr.php:672
4156
+ #: wp-live-chat-support/modules/gdpr.php:694
4157
+ msgid "Privacy Policy"
4158
+ msgstr ""
 
 
 
 
 
 
 
4159
 
4160
+ #: wp-live-chat-support/modules/gdpr.php:393
4161
+ #, php-format
4162
+ msgid ""
4163
+ "We use WP Live Chat Support as our live chat platform. By clicking below to "
4164
+ "submit this form, you acknowledge that the information you provide now and "
4165
+ "during the chat will be transferred to WP Live Chat Support for processing in "
4166
+ "accordance with their %%POLICY_LINK%%."
4167
+ msgstr ""
4168
 
4169
+ #: wp-live-chat-support/modules/gdpr.php:415
4170
+ #, php-format
4171
+ msgid ""
4172
+ "Please note as per the GDPR settings you have selected, all chat data will be "
4173
+ "retained for %%PERIOD%% day(s)."
4174
  msgstr ""
4175
 
4176
+ #: wp-live-chat-support/modules/gdpr.php:418
4177
+ #, php-format
4178
+ msgid ""
4179
+ "After this period of time, all chat data older than %%PERIOD%% day(s), will "
4180
+ "be permanently removed from your server. "
4181
+ msgstr ""
4182
 
4183
+ #: wp-live-chat-support/modules/gdpr.php:422
4184
+ msgid "GDPR - Data Retention"
 
4185
  msgstr ""
4186
 
4187
+ #: wp-live-chat-support/modules/gdpr.php:428
4188
+ #: wp-live-chat-support/modules/gdpr.php:674
4189
+ #, fuzzy
4190
+ #| msgid "Main Settings"
4191
+ msgid "Privacy Settings"
4192
+ msgstr "Primære Indstillinger"
4193
+
4194
+ #: wp-live-chat-support/modules/gdpr.php:443
4195
+ msgid "Once every 6 hours"
4196
  msgstr ""
4197
 
4198
+ #: wp-live-chat-support/modules/gdpr.php:557
4199
+ msgid "Delete Chat Data"
4200
  msgstr ""
4201
 
4202
+ #: wp-live-chat-support/modules/gdpr.php:558
4203
+ #, fuzzy
4204
+ #| msgid "Download Chat History"
4205
+ msgid "Download Chat Data"
4206
+ msgstr "Hent Chat History"
4207
+
4208
+ #: wp-live-chat-support/modules/gdpr.php:561
4209
+ #, fuzzy
4210
+ #| msgid "Chat enabled"
4211
+ msgid "Chat Ended"
4212
+ msgstr "Chat aktiveret"
4213
+
4214
+ #: wp-live-chat-support/modules/gdpr.php:640
4215
+ #, fuzzy
4216
+ #| msgid "complete"
4217
+ msgid "Complete"
4218
+ msgstr "afleveret"
4219
+
4220
+ #: wp-live-chat-support/modules/gdpr.php:665
4221
+ msgid ""
4222
+ "GDPR compliance has been disabled, read more about the implications of this "
4223
+ "here"
4224
  msgstr ""
4225
 
4226
+ #: wp-live-chat-support/modules/gdpr.php:666
4227
+ #, fuzzy
4228
+ #| msgid " with the Pro add-on of WP Live Chat Support"
4229
+ msgid "Additionally please take a look at WP Live Chat Support"
4230
+ msgstr "med Pro tilføjelse af WP live chat support"
4231
+
4232
+ #: wp-live-chat-support/modules/gdpr.php:667
4233
+ msgid ""
4234
+ "It is highly recommended that you enable GDPR compliance to ensure your user "
4235
+ "data is regulated."
4236
  msgstr ""
4237
 
4238
+ #: wp-live-chat-support/modules/gdpr.php:670
4239
+ msgid "Warning - GDPR Compliance Disabled - Action Required"
4240
  msgstr ""
4241
 
4242
+ #: wp-live-chat-support/modules/gdpr.php:671
4243
+ msgid "EU GDPR"
4244
  msgstr ""
4245
 
4246
+ #: wp-live-chat-support/modules/gdpr.php:675
4247
+ msgid "Dismiss & Accept Responsibility"
4248
  msgstr ""
4249
 
4250
+ #: wp-live-chat-support/modules/gdpr.php:692
4251
+ #, php-format
4252
+ msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
4253
  msgstr ""
4254
 
4255
+ #: wp-live-chat-support/modules/gdpr.php:743
4256
+ msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
4257
  msgstr ""
4258
 
4259
+ #: wp-live-chat-support/modules/google_analytics.php:12
4260
+ msgid "Google Analytics Integration"
4261
  msgstr ""
4262
 
4263
+ #: wp-live-chat-support/modules/google_analytics.php:17
4264
+ msgid "Enable Google Analytics Integration"
 
 
 
4265
  msgstr ""
4266
 
4267
+ #: wp-live-chat-support/modules/module_gif.php:144
4268
+ msgid "GIF Integration"
4269
  msgstr ""
4270
 
4271
+ #: wp-live-chat-support/modules/module_gif.php:150
4272
+ #, fuzzy
4273
+ #| msgid "Enable Encryption"
4274
+ msgid "Enable GIF Integration"
4275
+ msgstr "Aktiver kryptering"
4276
+
4277
+ #: wp-live-chat-support/modules/module_gif.php:150
4278
  msgid ""
4279
+ "If you enable GIF Integration you're going to be able to send GIFs by typing "
4280
+ "commands such as '/gif happy' when writing a message."
4281
  msgstr ""
4282
 
4283
+ #: wp-live-chat-support/modules/module_gif.php:158
4284
+ msgid "Select a GIF provider"
4285
+ msgstr ""
4286
+
4287
+ #: wp-live-chat-support/modules/module_gif.php:158
4288
  msgid ""
4289
+ "A GIF provider is the source of the GIFs that are going to show when you type "
4290
+ "a command like '/gif happy' on a message."
4291
  msgstr ""
4292
 
4293
+ #: wp-live-chat-support/modules/module_gif.php:162
4294
+ msgid "Giphy"
4295
  msgstr ""
4296
 
4297
+ #: wp-live-chat-support/modules/module_gif.php:163
4298
+ msgid "Tenor"
4299
  msgstr ""
4300
 
4301
+ #: wp-live-chat-support/modules/module_gif.php:169
4302
+ #: wp-live-chat-support/modules/module_gif.php:172
4303
+ #, fuzzy
4304
+ #| msgid "This API key is "
4305
+ msgid "Giphy API key"
4306
+ msgstr "Denne API-nøgle er"
4307
+
4308
+ #: wp-live-chat-support/modules/module_gif.php:169
4309
+ msgid "The API key created for you when you register an app on Giphy"
4310
  msgstr ""
4311
 
4312
+ #: wp-live-chat-support/modules/module_gif.php:177
4313
+ #: wp-live-chat-support/modules/module_gif.php:180
4314
+ #, fuzzy
4315
+ #| msgid "This API key is "
4316
+ msgid "Tenor API key"
4317
+ msgstr "Denne API-nøgle er"
4318
+
4319
+ #: wp-live-chat-support/modules/module_gif.php:177
4320
+ msgid "The API key created for you when you register an app on Tenor"
4321
  msgstr ""
4322
 
4323
+ #: wp-live-chat-support/modules/node_server.php:37
4324
+ msgid ""
4325
+ "Thank you for using WP Live Chat Support - Need assistance? Please get in "
4326
+ "touch here: "
4327
  msgstr ""
4328
 
4329
+ #: wp-live-chat-support/modules/node_server.php:38
4330
+ #: wp-live-chat-support/wp-live-chat-support.php:5195
4331
+ msgid "Contact us"
4332
+ msgstr "Kontakt os"
4333
+
4334
+ #: wp-live-chat-support/modules/node_server.php:206
4335
+ #: wp-live-chat-support/modules/node_server.php:217
4336
+ #: wp-live-chat-support/modules/node_server.php:279
4337
+ #: wp-live-chat-support/modules/node_server.php:289
4338
+ msgid "Success"
4339
  msgstr ""
4340
 
4341
+ #: wp-live-chat-support/modules/node_server.php:220
4342
+ #: wp-live-chat-support/modules/node_server.php:292
4343
+ msgid "Message data is corrupt"
 
 
4344
  msgstr ""
4345
 
4346
+ #: wp-live-chat-support/modules/node_server.php:226
4347
+ #: wp-live-chat-support/modules/node_server.php:298
4348
+ msgid "Message data array not set"
4349
+ msgstr ""
4350
+
4351
+ #: wp-live-chat-support/modules/node_server.php:229
4352
+ #: wp-live-chat-support/modules/node_server.php:301
4353
+ #, fuzzy
4354
+ #| msgid "Chat with us"
4355
+ msgid "Chat ID is not set"
4356
+ msgstr "Chat med os"
4357
+
4358
+ #: wp-live-chat-support/modules/node_server.php:233
4359
+ #: wp-live-chat-support/modules/node_server.php:305
4360
+ #, fuzzy
4361
+ #| msgid "No Quick Responses found"
4362
+ msgid "No security nonce found"
4363
+ msgstr "Ingen hurtige svar fundet"
4364
+
4365
+ #: wp-live-chat-support/modules/node_server.php:323
4366
+ #, fuzzy
4367
+ #| msgid "Error Log"
4368
+ msgid "Error"
4369
+ msgstr "Fejl Log"
4370
+
4371
+ #: wp-live-chat-support/modules/node_server.php:324
4372
+ msgid "Only chat agents can access this page."
4373
+ msgstr ""
4374
+
4375
+ #: wp-live-chat-support/modules/node_server.php:534
4376
+ #: wp-live-chat-support/wp-live-chat-support.php:6655
4377
+ #, fuzzy
4378
+ #| msgid "Sending message..."
4379
+ msgid "Sending transcript..."
4380
+ msgstr "Sender besked"
4381
+
4382
+ #: wp-live-chat-support/modules/node_server.php:535
4383
+ #: wp-live-chat-support/wp-live-chat-support.php:6656
4384
+ msgid "Sending Transcript"
4385
  msgstr ""
4386
 
4387
+ #: wp-live-chat-support/modules/node_server.php:537
4388
+ #: wp-live-chat-support/wp-live-chat-support.php:6658
4389
+ msgid "The chat transcript has been emailed."
4390
  msgstr ""
4391
 
4392
+ #: wp-live-chat-support/modules/node_server.php:538
4393
+ #: wp-live-chat-support/wp-live-chat-support.php:6659
4394
+ #, php-format
4395
  msgid ""
4396
+ "There was a problem emailing the chat. Please <a target='_BLANK' "
4397
+ "href='%s'>contact support</a>."
4398
+ msgstr ""
4399
+
4400
+ #: wp-live-chat-support/modules/node_server.php:576
4401
+ msgid "Connection Error"
4402
  msgstr ""
4403
 
4404
+ #: wp-live-chat-support/modules/node_server.php:577
4405
  msgid ""
4406
+ "We are having some trouble contacting the server. Please try again later."
 
4407
  msgstr ""
4408
 
4409
+ #: wp-live-chat-support/modules/node_server.php:623
4410
+ msgid "Chat is disabled in settings area, re-enable"
4411
+ msgstr ""
4412
+
4413
+ #: wp-live-chat-support/modules/node_server.php:653
4414
+ msgid "User received notification:"
4415
+ msgstr ""
4416
+
4417
+ #: wp-live-chat-support/modules/node_server.php:681
4418
+ #: wp-live-chat-support/wp-live-chat-support.php:2915
4419
+ #: wp-live-chat-support/wp-live-chat-support.php:2973
4420
+ msgid "New chat received"
4421
+ msgstr "Ny chat modtaget"
4422
+
4423
+ #: wp-live-chat-support/modules/node_server.php:682
4424
+ #: wp-live-chat-support/wp-live-chat-support.php:2917
4425
+ #: wp-live-chat-support/wp-live-chat-support.php:2975
4426
  msgid ""
4427
+ "A new chat has been received. Please go the 'Live Chat' page to accept the "
4428
+ "chat"
4429
  msgstr ""
4430
+ "En ny chat er blevet modtaget. Gå venligst \"Live Chat 'for at acceptere "
4431
+ "chatten"
4432
 
4433
+ #: wp-live-chat-support/modules/node_server.php:736
4434
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4435
+ msgid "Add unlimited agents"
4436
+ msgstr "Tilføj ubegrænset agenter"
4437
+
4438
+ #: wp-live-chat-support/modules/node_server.php:736
4439
+ #: wp-live-chat-support/modules/node_server.php:738
4440
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4441
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4442
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4443
+ msgid " with the Pro add-on of WP Live Chat Support"
4444
+ msgstr "med Pro tilføjelse af WP live chat support"
4445
+
4446
+ #: wp-live-chat-support/modules/node_server.php:736
4447
+ #: wp-live-chat-support/modules/node_server.php:738
4448
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4449
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4450
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4451
+ msgid "(once off payment)."
4452
+ msgstr "(en gang engangsbetaling)."
4453
+
4454
+ #: wp-live-chat-support/modules/node_server.php:737
4455
+ #: wp-live-chat-support/modules/node_server.php:745
4456
+ #: wp-live-chat-support/wp-live-chat-support.php:3189
4457
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4458
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
4459
+ msgid "With the Pro add-on of WP Live Chat Support, you can"
4460
+ msgstr "Med Pro tilføjelse af WP live chat support, kan du"
4461
+
4462
+ #: wp-live-chat-support/modules/node_server.php:737
4463
+ #: wp-live-chat-support/modules/node_server.php:746
4464
+ #: wp-live-chat-support/wp-live-chat-support.php:3190
4465
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4466
+ msgid "see who's online and initiate chats"
4467
+ msgstr "se hvem der er online og indlede chats"
4468
+
4469
+ #: wp-live-chat-support/modules/node_server.php:737
4470
+ #: wp-live-chat-support/modules/node_server.php:747
4471
+ #: wp-live-chat-support/wp-live-chat-support.php:3191
4472
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4473
+ msgid "initiate chats"
4474
+ msgstr "indled chats"
4475
+
4476
+ #: wp-live-chat-support/modules/node_server.php:737
4477
+ #: wp-live-chat-support/modules/node_server.php:748
4478
+ #: wp-live-chat-support/wp-live-chat-support.php:3192
4479
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4480
+ msgid "with your online visitors with the click of a button."
4481
+ msgstr "med dine online besøgende med et klik på en knap."
4482
+
4483
+ #: wp-live-chat-support/modules/node_server.php:737
4484
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4485
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
4486
+ msgid "Buy the Pro add-on now (once off payment)."
4487
+ msgstr "Køb Pro add-on nu (en gangs betaling)."
4488
+
4489
+ #: wp-live-chat-support/modules/node_server.php:738
4490
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4491
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4492
+ #, fuzzy
4493
+ #| msgid "Missed Chats"
4494
+ msgid "Transfer Chats"
4495
+ msgstr "Mistede Chats"
4496
+
4497
+ #: wp-live-chat-support/modules/node_server.php:743
4498
  #, php-format
4499
  msgid ""
4500
+ "Chat to other agents with the <a href=\"%s\" target=\"_BLANK\">Pro version</"
4501
  "a>."
4502
  msgstr ""
4503
 
4504
+ #: wp-live-chat-support/modules/node_server.php:749
4505
+ #: wp-live-chat-support/modules/node_server.php:750
4506
+ #: wp-live-chat-support/wp-live-chat-support.php:3193
4507
+ #: wp-live-chat-support/wp-live-chat-support.php:3195
4508
+ msgid "Buy the Pro add-on now."
4509
+ msgstr "Køb Pro add-on nu."
4510
+
4511
+ #: wp-live-chat-support/modules/node_server.php:757
4512
+ #, php-format
4513
+ msgid ""
4514
+ "Get detailed visitor events with the <a target=\"_BLANK\" href=\"%s\">Pro "
4515
+ "version</a>."
4516
  msgstr ""
4517
 
4518
+ #: wp-live-chat-support/modules/node_server.php:871
4519
+ #, fuzzy
4520
+ #| msgid "Dear Pro User"
4521
+ msgid "Dear Pro User,"
4522
+ msgstr "Kære Pro Bruger"
4523
+
4524
+ #: wp-live-chat-support/modules/node_server.php:872
4525
+ msgid "Your API Key could not be validated, some functionality may be limited"
4526
+ msgstr ""
4527
+
4528
+ #: wp-live-chat-support/modules/node_server.php:877
4529
+ msgid "You are not a verified agent, chat dashboard has been disabled"
4530
  msgstr ""
4531
 
4532
+ #: wp-live-chat-support/modules/node_server.php:921
4533
+ #, fuzzy
4534
+ #| msgid "WP Live Chat Support - Offline Message from "
4535
+ msgid "WP Live Chat Support - Offline Mode"
4536
+ msgstr "WP live chat support - Offline Meddelelse fra"
4537
+
4538
+ #: wp-live-chat-support/modules/node_server.php:940
4539
+ #, php-format
4540
  msgid ""
4541
+ "Chat is now in offline mode, please <a href='%s' target='_BLANK'>upgrade to "
4542
+ "Version 8</a> (or above) of the WP Live Chat Support Pro Add-on to ensure all "
4543
+ "functionality works as expected."
4544
  msgstr ""
4545
 
4546
+ #: wp-live-chat-support/modules/node_server.php:942
4547
+ #, php-format
4548
+ msgid ""
4549
+ "Chat is now in offline mode, please renew your API key by visiting the <a "
4550
+ "href='%s' target='_BLANK'>My Account</a> area, and receive updates."
4551
+ msgstr ""
4552
 
4553
+ #: wp-live-chat-support/modules/node_server.php:948
4554
+ msgid ""
4555
+ "Alternatively, please disable the node server option in the Live Chat "
4556
+ "settings area (Live Chat -> Settings -> Advanced Features)"
4557
  msgstr ""
4558
 
4559
+ #: wp-live-chat-support/modules/node_server.php:952
4560
+ msgid "Upgrade"
4561
  msgstr ""
4562
 
4563
+ #: wp-live-chat-support/modules/node_server.php:954
4564
+ msgid "Renew License"
4565
+ msgstr ""
4566
 
4567
+ #: wp-live-chat-support/modules/node_server.php:958
4568
+ #: wp-live-chat-support/wp-live-chat-support.php:1036
4569
+ msgid "Settings"
4570
+ msgstr "Indstillinger"
4571
 
4572
+ #: wp-live-chat-support/modules/node_server.php:961
4573
+ msgid "Whats new in Version 8"
4574
+ msgstr ""
4575
+
4576
+ #: wp-live-chat-support/modules/node_server.php:1041
4577
+ #, fuzzy
4578
+ #| msgid "Via WP Live Chat Support"
4579
+ msgid "Welcome to V8 of WP Live Chat Support"
4580
+ msgstr "Via WP live chat support"
4581
+
4582
+ #: wp-live-chat-support/modules/node_server.php:1042
4583
+ msgid ""
4584
+ "Did you know, this version features high speed message delivery, agent to "
4585
+ "agent chat, and a single window layout?"
4586
+ msgstr ""
4587
+
4588
+ #: wp-live-chat-support/modules/node_server.php:1043
4589
+ msgid ""
4590
+ "To activate this functionality please navigate to Live Chat -> Settings -> "
4591
+ "Advanced Features -> And enable our Chat Server option."
4592
+ msgstr ""
4593
+
4594
+ #: wp-live-chat-support/modules/node_server.php:1046
4595
+ msgid "Show me!"
4596
+ msgstr ""
4597
+
4598
+ #: wp-live-chat-support/modules/node_server.php:1047
4599
+ msgid "Don't Show This Again"
4600
+ msgstr ""
4601
+
4602
+ #: wp-live-chat-support/modules/node_server.php:1196
4603
+ msgid "Connecting..."
4604
+ msgstr ""
4605
+
4606
+ #: wp-live-chat-support/modules/node_server.php:1200
4607
+ #, fuzzy
4608
+ #| msgid "Active Chats"
4609
+ msgid " Active visitors"
4610
+ msgstr "Aktive Chats"
4611
+
4612
+ #: wp-live-chat-support/modules/node_server.php:1201
4613
+ #, fuzzy
4614
+ #| msgid "Agent(s) online"
4615
+ msgid "Agent(s) Online"
4616
+ msgstr "Agent (er) online"
4617
+
4618
+ #: wp-live-chat-support/modules/node_server.php:1202
4619
+ #, fuzzy
4620
+ #| msgid "View Chat History"
4621
+ msgid "Chat History"
4622
+ msgstr "Chat-historik"
4623
+
4624
+ #: wp-live-chat-support/modules/node_server.php:1206
4625
+ msgid "Department Transfer"
4626
+ msgstr ""
4627
+
4628
+ #: wp-live-chat-support/modules/node_server.php:1207
4629
+ #: wp-live-chat-support/modules/node_server.php:1211
4630
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4631
+ msgid "Direct User To Page"
4632
+ msgstr ""
4633
+
4634
+ #: wp-live-chat-support/modules/node_server.php:1208
4635
+ #, fuzzy
4636
+ #| msgid "Start live chat"
4637
+ msgid "Leave chat"
4638
+ msgstr "Start chat"
4639
+
4640
+ #: wp-live-chat-support/modules/node_server.php:1209
4641
+ #: wp-live-chat-support/wp-live-chat-support.php:3545
4642
+ msgid "End chat"
4643
+ msgstr "Slut chat"
4644
+
4645
+ #: wp-live-chat-support/modules/node_server.php:1212
4646
+ #, fuzzy
4647
+ #| msgid "Agents"
4648
+ msgid "Events"
4649
+ msgstr "Agenter"
4650
+
4651
+ #: wp-live-chat-support/modules/node_server.php:1213
4652
+ #, fuzzy
4653
+ #| msgid "End chat"
4654
+ msgid "Join chat"
4655
+ msgstr "Slut chat"
4656
+
4657
+ #: wp-live-chat-support/modules/node_server.php:1214
4658
+ msgid "Filters"
4659
+ msgstr ""
4660
+
4661
+ #: wp-live-chat-support/modules/node_server.php:1215
4662
+ #, fuzzy
4663
+ #| msgid "Visitors online"
4664
+ msgid "New Visitors (3 Min)"
4665
+ msgstr "Besøgende online"
4666
+
4667
+ #: wp-live-chat-support/modules/node_server.php:1217
4668
+ msgid "Clear Filters"
4669
+ msgstr ""
4670
+
4671
+ #: wp-live-chat-support/modules/node_server.php:1218
4672
+ #, fuzzy
4673
+ #| msgid "Active Chats"
4674
+ msgid "Active visitors"
4675
+ msgstr "Aktive Chats"
4676
+
4677
+ #: wp-live-chat-support/modules/node_server.php:1219
4678
+ #: wp-live-chat-support/wp-live-chat-support.php:3290
4679
+ msgid "Visitor"
4680
+ msgstr "besøgende"
4681
+
4682
+ #: wp-live-chat-support/modules/node_server.php:1220
4683
+ #, fuzzy
4684
+ #| msgid "Site Info"
4685
+ msgid "Info"
4686
+ msgstr "Side Info"
4687
+
4688
+ #: wp-live-chat-support/modules/node_server.php:1222
4689
+ #, fuzzy
4690
+ #| msgid "Status"
4691
+ msgid "Chat Status"
4692
+ msgstr "Status"
4693
+
4694
+ #: wp-live-chat-support/modules/node_server.php:1224
4695
+ #, fuzzy
4696
+ #| msgid "Search Term"
4697
+ msgid "Search Results"
4698
  msgstr "Søg efter"
4699
 
4700
+ #: wp-live-chat-support/modules/node_server.php:1225
4701
+ msgid "No emoji found"
4702
+ msgstr ""
4703
 
4704
+ #: wp-live-chat-support/modules/node_server_deprecated.php:272
4705
+ msgid "Chat has been ended."
4706
+ msgstr ""
4707
 
4708
+ #: wp-live-chat-support/modules/offline_messages_custom_fields.php:6
4709
+ #, php-format
4710
+ msgid ""
4711
+ "Use the <a href='%s'>Contact Form Ready</a> plugin (free) in order to "
4712
+ "customise the input fields of the offline message form.</a>"
4713
+ msgstr ""
4714
 
4715
+ #: wp-live-chat-support/modules/privacy.php:17
4716
+ #: wp-live-chat-support/modules/privacy.php:31
4717
+ msgid "Privacy"
4718
+ msgstr ""
4719
 
4720
+ #: wp-live-chat-support/modules/webhooks_manager.php:8
4721
+ #, fuzzy
4722
+ #| msgid "Agent(s) online"
4723
+ msgid "Agent Login"
4724
+ msgstr "Agent (er) online"
4725
 
4726
+ #: wp-live-chat-support/modules/webhooks_manager.php:9
4727
+ msgid "Device Linked"
4728
+ msgstr ""
4729
+
4730
+ #: wp-live-chat-support/modules/webhooks_manager.php:10
4731
+ msgid "Device Unlinked (Revoked)"
4732
+ msgstr ""
4733
+
4734
+ #: wp-live-chat-support/modules/webhooks_manager.php:11
4735
+ #, fuzzy
4736
+ #| msgid "Visitor"
4737
+ msgid "New Visitor"
4738
+ msgstr "besøgende"
4739
+
4740
+ #: wp-live-chat-support/modules/webhooks_manager.php:12
4741
+ #, fuzzy
4742
+ #| msgid "Chat Agent"
4743
+ msgid "Chat Request"
4744
+ msgstr "Chat Agent"
4745
+
4746
+ #: wp-live-chat-support/modules/webhooks_manager.php:13
4747
+ msgid "Agent Accept"
4748
+ msgstr ""
4749
+
4750
+ #: wp-live-chat-support/modules/webhooks_manager.php:14
4751
+ #, fuzzy
4752
+ #| msgid "Settings"
4753
+ msgid "Settings Changed"
4754
+ msgstr "Indstillinger"
4755
+
4756
+ #: wp-live-chat-support/modules/webhooks_manager.php:47
4757
+ msgid "Webhooks"
4758
+ msgstr ""
4759
+
4760
+ #: wp-live-chat-support/modules/webhooks_manager.php:60
4761
+ #, fuzzy
4762
+ #| msgid "WP Live Chat Support Feedback"
4763
+ msgid "WP Live Chat Support - Webhooks"
4764
+ msgstr "WP live chat support Feedback"
4765
+
4766
+ #: wp-live-chat-support/modules/webhooks_manager.php:82
4767
+ msgid "Webhook created"
4768
+ msgstr ""
4769
+
4770
+ #: wp-live-chat-support/modules/webhooks_manager.php:84
4771
+ msgid "Webhook could not be created"
4772
+ msgstr ""
4773
 
4774
+ #: wp-live-chat-support/modules/webhooks_manager.php:91
4775
+ msgid "Webhook edited"
4776
  msgstr ""
4777
 
4778
+ #: wp-live-chat-support/modules/webhooks_manager.php:93
4779
+ msgid "Webhook could not be edited"
 
 
4780
  msgstr ""
4781
 
4782
+ #: wp-live-chat-support/modules/webhooks_manager.php:101
4783
+ #, fuzzy
4784
+ #| msgid "deleted"
4785
+ msgid "Webhook deleted"
4786
+ msgstr "Slettede"
4787
+
4788
+ #: wp-live-chat-support/modules/webhooks_manager.php:103
4789
+ msgid "Webhook could not be delete"
4790
  msgstr ""
4791
 
4792
+ #: wp-live-chat-support/modules/webhooks_manager.php:227
4793
+ #: wp-live-chat-support/modules/webhooks_manager.php:282
4794
+ msgid "Event"
4795
  msgstr ""
4796
 
4797
+ #: wp-live-chat-support/modules/webhooks_manager.php:228
4798
+ #: wp-live-chat-support/modules/webhooks_manager.php:287
4799
+ msgid "Target URL"
4800
  msgstr ""
4801
 
4802
+ #: wp-live-chat-support/modules/webhooks_manager.php:229
4803
+ msgid "Push Devices"
4804
  msgstr ""
4805
 
4806
+ #: wp-live-chat-support/modules/webhooks_manager.php:230
4807
+ #: wp-live-chat-support/modules/webhooks_manager.php:302
4808
+ #, fuzzy
4809
+ #| msgid "Sending Method"
4810
+ msgid "Method"
4811
+ msgstr "Sender Metode"
4812
+
4813
+ #: wp-live-chat-support/modules/webhooks_manager.php:252
4814
+ msgid "No Webhooks"
4815
  msgstr ""
4816
 
4817
+ #: wp-live-chat-support/modules/webhooks_manager.php:288
4818
+ msgid ""
4819
+ "This field can be left empty if you intend on using only push notifications "
4820
+ "for online agents"
4821
  msgstr ""
4822
 
4823
+ #: wp-live-chat-support/modules/webhooks_manager.php:292
4824
+ msgid "Push to Online Agent Devices"
4825
  msgstr ""
4826
 
4827
+ #: wp-live-chat-support/modules/webhooks_manager.php:305
4828
+ msgid "GET"
 
 
 
 
 
4829
  msgstr ""
4830
 
4831
+ #: wp-live-chat-support/modules/webhooks_manager.php:306
4832
+ msgid "POST"
4833
  msgstr ""
4834
 
4835
+ #: wp-live-chat-support/modules/webhooks_manager.php:312
4836
+ #, fuzzy
4837
+ #| msgid "Save Settings"
4838
+ msgid "Save Changes"
4839
+ msgstr "Gem opsætning"
4840
+
4841
+ #: wp-live-chat-support/modules/webhooks_manager.php:326
4842
+ msgid "Are you sure you want to delete this webhook?"
4843
  msgstr ""
4844
 
4845
+ #: wp-live-chat-support/modules/webhooks_manager.php:439
4846
+ msgid "Event Triggered"
4847
  msgstr ""
4848
 
4849
+ #: wp-live-chat-support/wp-live-chat-support.php:853
4850
+ #: wp-live-chat-support/wp-live-chat-support.php:2397
4851
+ #: wp-live-chat-support/wp-live-chat-support.php:3906
4852
+ #: wp-live-chat-support/wp-live-chat-support.php:5929
4853
  msgid "Chat offline. Leave a message"
4854
  msgstr "Chat offline. Efterlad en besked"
4855
 
4856
+ #: wp-live-chat-support/wp-live-chat-support.php:854
4857
+ #: wp-live-chat-support/wp-live-chat-support.php:2096
4858
+ #: wp-live-chat-support/wp-live-chat-support.php:3907
4859
+ #: wp-live-chat-support/wp-live-chat-support.php:5930
4860
  msgid "Hello. Please input your details so that I may help you."
4861
  msgstr "Hej. Indtast venligst dine oplysninger, så jeg kan hjælpe dig."
4862
 
4863
+ #: wp-live-chat-support/wp-live-chat-support.php:855
4864
+ #: wp-live-chat-support/wp-live-chat-support.php:1439
4865
+ #: wp-live-chat-support/wp-live-chat-support.php:2135
4866
+ #: wp-live-chat-support/wp-live-chat-support.php:3908
4867
+ #: wp-live-chat-support/wp-live-chat-support.php:5931
4868
  msgid ""
4869
  "We are currently offline. Please leave a message and we'll get back to you "
4870
  "shortly."
4872
  "Vi er i øjeblikket offline. Indtal en besked, og vi vil vende tilbage til dig "
4873
  "snarest."
4874
 
4875
+ #: wp-live-chat-support/wp-live-chat-support.php:856
4876
+ #: wp-live-chat-support/wp-live-chat-support.php:1440
4877
+ #: wp-live-chat-support/wp-live-chat-support.php:3909
4878
+ #: wp-live-chat-support/wp-live-chat-support.php:5932
4879
  msgid "Sending message..."
4880
  msgstr "Sender besked"
4881
 
4882
+ #: wp-live-chat-support/wp-live-chat-support.php:857
4883
+ #: wp-live-chat-support/wp-live-chat-support.php:1441
4884
+ #: wp-live-chat-support/wp-live-chat-support.php:3910
4885
+ #: wp-live-chat-support/wp-live-chat-support.php:5933
4886
  msgid "Thank you for your message. We will be in contact soon."
4887
  msgstr "Tak for din besked. Vi vil være i kontakt snart."
4888
 
4889
+ #: wp-live-chat-support/wp-live-chat-support.php:859
4890
+ #: wp-live-chat-support/wp-live-chat-support.php:3912
4891
+ #: wp-live-chat-support/wp-live-chat-support.php:5935
4892
+ msgid "Send message"
4893
+ msgstr "Send besked"
4894
+
4895
+ #: wp-live-chat-support/wp-live-chat-support.php:862
4896
+ #: wp-live-chat-support/wp-live-chat-support.php:3900
4897
+ #: wp-live-chat-support/wp-live-chat-support.php:5938
4898
  msgid "Start live chat"
4899
  msgstr "Start chat"
4900
 
4901
+ #: wp-live-chat-support/wp-live-chat-support.php:865
4902
+ #: wp-live-chat-support/wp-live-chat-support.php:3903
4903
+ #: wp-live-chat-support/wp-live-chat-support.php:5941
4904
  msgid "Chat ended"
4905
  msgstr ""
4906
 
4907
+ #: wp-live-chat-support/wp-live-chat-support.php:866
4908
+ #: wp-live-chat-support/wp-live-chat-support.php:2191
4909
+ #: wp-live-chat-support/wp-live-chat-support.php:2294
4910
+ #: wp-live-chat-support/wp-live-chat-support.php:3904
4911
+ #: wp-live-chat-support/wp-live-chat-support.php:5942
4912
  msgid "Connecting. Please be patient..."
4913
  msgstr "Tilslutning. Vær tålmodig..."
4914
 
4915
+ #: wp-live-chat-support/wp-live-chat-support.php:868
4916
+ #: wp-live-chat-support/wp-live-chat-support.php:2298
4917
+ #: wp-live-chat-support/wp-live-chat-support.php:3916
4918
+ #: wp-live-chat-support/wp-live-chat-support.php:5944
4919
+ msgid "Welcome. How may I help you?"
4920
+ msgstr "Velkomst. Hvordan kan jeg hjælpe dig?"
4921
+
4922
+ #: wp-live-chat-support/wp-live-chat-support.php:871
4923
+ #: wp-live-chat-support/wp-live-chat-support.php:3915
4924
+ #: wp-live-chat-support/wp-live-chat-support.php:5947
4925
+ msgid "close"
4926
+ msgstr ""
4927
+
4928
+ #: wp-live-chat-support/wp-live-chat-support.php:914
4929
+ #: wp-live-chat-support/wp-live-chat-support.php:3874
4930
  msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
4931
  msgstr "Klik \\ 'Start Chat \\' for at starte en chat med en agent"
4932
 
4933
+ #: wp-live-chat-support/wp-live-chat-support.php:1037
4934
+ msgid "Surveys"
4935
+ msgstr ""
 
 
 
 
4936
 
4937
+ #: wp-live-chat-support/wp-live-chat-support.php:1054
4938
  msgid "History"
4939
  msgstr "Historik"
4940
 
4941
+ #: wp-live-chat-support/wp-live-chat-support.php:1055
4942
  msgid "Missed Chats"
4943
  msgstr "Mistede Chats"
4944
 
4945
+ #: wp-live-chat-support/wp-live-chat-support.php:1078
 
 
 
 
 
4946
  msgid "Extensions"
4947
  msgstr "Udvidelser"
4948
 
4949
+ #: wp-live-chat-support/wp-live-chat-support.php:1088
4950
  msgid "API Keys"
4951
  msgstr ""
4952
 
4953
+ #: wp-live-chat-support/wp-live-chat-support.php:1094
4954
  msgid "Premium Extension API Keys"
4955
  msgstr ""
4956
 
4957
+ #: wp-live-chat-support/wp-live-chat-support.php:1095
4958
  msgid ""
4959
  "To find and manage your premium API keys, please visit your <a "
4960
  "target='_BLANK' href='https://wp-livechat.com/my-account/'>my account</a> "
4961
  "page."
4962
  msgstr ""
4963
 
4964
+ #: wp-live-chat-support/wp-live-chat-support.php:1423
4965
+ msgid "Please enter your name"
 
4966
  msgstr ""
4967
 
4968
+ #: wp-live-chat-support/wp-live-chat-support.php:1424
4969
+ msgid "Please enter your email address"
 
4970
  msgstr ""
4971
 
4972
+ #: wp-live-chat-support/wp-live-chat-support.php:1425
4973
+ msgid "Connection to server lost. Please reload this page. Error: "
4974
+ msgstr ""
4975
 
4976
+ #: wp-live-chat-support/wp-live-chat-support.php:1427
4977
+ msgid "Please enter a message"
4978
+ msgstr ""
4979
 
4980
+ #: wp-live-chat-support/wp-live-chat-support.php:1428
4981
+ msgid "Disconnected, attempting to reconnect..."
 
 
4982
  msgstr ""
 
 
4983
 
4984
+ #: wp-live-chat-support/wp-live-chat-support.php:1475
4985
+ #: wp-live-chat-support/wp-live-chat-support.php:1476
4986
+ #: wp-live-chat-support/wp-live-chat-support.php:3667
4987
+ msgid " is typing..."
4988
+ msgstr ""
4989
+
4990
+ #: wp-live-chat-support/wp-live-chat-support.php:1479
4991
+ msgid " has joined."
4992
+ msgstr ""
4993
+
4994
+ #: wp-live-chat-support/wp-live-chat-support.php:1480
4995
+ msgid " has left."
4996
+ msgstr ""
4997
+
4998
+ #: wp-live-chat-support/wp-live-chat-support.php:1481
4999
+ #, fuzzy
5000
+ #| msgid "User has opened the chat window"
5001
+ msgid " has ended the chat."
5002
+ msgstr "Bruger har åbnet chatvinduet"
5003
+
5004
+ #: wp-live-chat-support/wp-live-chat-support.php:1482
5005
+ msgid " has disconnected."
5006
+ msgstr ""
5007
+
5008
+ #: wp-live-chat-support/wp-live-chat-support.php:1483
5009
+ msgid "(edited)"
5010
+ msgstr ""
5011
+
5012
+ #: wp-live-chat-support/wp-live-chat-support.php:1484
5013
+ #: wp-live-chat-support/wp-live-chat-support.php:2336
5014
+ #, fuzzy
5015
+ #| msgid "type here..."
5016
+ msgid "Type here"
5017
+ msgstr "Skriv her …"
5018
+
5019
+ #: wp-live-chat-support/wp-live-chat-support.php:1984
5020
+ #: wp-live-chat-support/wp-live-chat-support.php:2004
5021
+ msgid "Start chat"
5022
+ msgstr ""
5023
+
5024
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
5025
  msgid ""
5026
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
5027
  "strong>. Please"
5029
  "Du bruger en forældet version af <strong>WP live chat support Pro.</strong> "
5030
  "Be om"
5031
 
5032
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
5033
  msgid "update to at least version"
5034
  msgstr "opdatere til mindst version"
5035
 
5036
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
5037
  msgid "to ensure all functionality is in working order"
5038
  msgstr "at sikre al funktionalitet er i orden"
5039
 
5040
+ #: wp-live-chat-support/wp-live-chat-support.php:3078
5041
  msgid ""
5042
  "You're live chat box on your website has been temporarily disabled until the "
5043
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
5047
  "indtil Pro plugin er blevet opdateret. Dette er for at sikre en smidig og "
5048
  "problemfri brugeroplevelse for både dig selv og dine besøgende."
5049
 
5050
+ #: wp-live-chat-support/wp-live-chat-support.php:3079
5051
+ #: wp-live-chat-support/wp-live-chat-support.php:3099
5052
  msgid ""
5053
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
5054
  "plugins.php'>here</a> or <a href='https://wp-livechat.com/get-updated-"
5055
  "version/' target='_BLANK'>here</a>."
5056
  msgstr ""
5057
 
5058
+ #: wp-live-chat-support/wp-live-chat-support.php:3080
5059
+ #: wp-live-chat-support/wp-live-chat-support.php:3100
5060
  msgid "If you are having difficulty updating the plugin, please contact"
5061
  msgstr "Hvis du har problemer med at opdatere plugin, kan du kontakte"
5062
 
5063
+ #: wp-live-chat-support/wp-live-chat-support.php:3092
5064
  msgid ""
5065
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
5066
  "strong>."
5067
  msgstr ""
5068
  "Du bruger en forældet version af <strong>WP live chat support Pro.</strong>"
5069
 
5070
+ #: wp-live-chat-support/wp-live-chat-support.php:3094
5071
  msgid "Please update to the latest version of WP Live Chat Support Pro"
5072
  msgstr "Opdater til den nyeste version af WP live chat support Pro"
5073
 
5074
+ #: wp-live-chat-support/wp-live-chat-support.php:3095
5075
  msgid "Version 5.0.1"
5076
  msgstr "Version 5.0.1"
5077
 
5078
+ #: wp-live-chat-support/wp-live-chat-support.php:3096
5079
  msgid "to ensure everything is working correctly."
5080
  msgstr "at sikre, at alt fungerer korrekt."
5081
 
5082
+ #: wp-live-chat-support/wp-live-chat-support.php:3147
5083
  msgid "Congratulations"
5084
  msgstr "Tillykke"
5085
 
5086
+ #: wp-live-chat-support/wp-live-chat-support.php:3148
5087
  msgid "You are now accepting live chat requests on your site."
5088
  msgstr "Du er nu accepterer live chat anmodninger på dit websted."
5089
 
5090
+ #: wp-live-chat-support/wp-live-chat-support.php:3149
5091
  msgid "The live chat box has automatically been enabled on your website."
5092
  msgstr "Den live chat boks er automatisk blevet aktiveret på din hjemmeside."
5093
 
5094
+ #: wp-live-chat-support/wp-live-chat-support.php:3150
5095
  msgid "Chat notifications will start appearing once visitors send a request."
5096
  msgstr "Chat anmeldelser vil blive vist, når de besøgende sende en anmodning."
5097
 
5098
+ #: wp-live-chat-support/wp-live-chat-support.php:3151
5099
  msgid ""
5100
  "You may <a href='?page=wplivechat-menu-settings' target='_BLANK'>modify your "
5101
  "chat box settings here."
5103
  "Du kan <a href='?page=wplivechat-menu-settings' target='_BLANK'>ændre her "
5104
  "dine chat box indstillinger.</a>"
5105
 
5106
+ #: wp-live-chat-support/wp-live-chat-support.php:3152
5107
  msgid "Experiencing issues?"
5108
  msgstr "Oplever du problemer?"
5109
 
5110
+ #: wp-live-chat-support/wp-live-chat-support.php:3152
5111
  msgid "Visit our troubleshooting section."
5112
  msgstr "Besøg vores fejlfinding sektion."
5113
 
5114
+ #: wp-live-chat-support/wp-live-chat-support.php:3154
5115
  msgid "Hide"
5116
  msgstr "Skjul"
5117
 
5118
+ #: wp-live-chat-support/wp-live-chat-support.php:3249
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5119
  msgid ""
5120
  "Please note: This window must be open in order to receive new chat "
5121
  "notifications."
5122
  msgstr ""
5123
  "Bemærk: Dette vindue skal være åben for at modtage nye chat meddelelser."
5124
 
5125
+ #: wp-live-chat-support/wp-live-chat-support.php:3259
5126
+ #, php-format
5127
+ msgid "Need help? <a href=\"%s\" target=\"_BLANK\">contact us</a>."
5128
+ msgstr ""
5129
+
5130
+ #: wp-live-chat-support/wp-live-chat-support.php:3276
5131
  msgid "Visitors online"
5132
  msgstr "Besøgende online"
5133
 
5134
+ #: wp-live-chat-support/wp-live-chat-support.php:3291
 
 
 
 
5135
  msgid "Time"
5136
  msgstr "Tid"
5137
 
5138
+ #: wp-live-chat-support/wp-live-chat-support.php:3293
5139
  msgid "Device"
5140
  msgstr ""
5141
 
5142
+ #: wp-live-chat-support/wp-live-chat-support.php:3294
5143
  msgid "Data"
5144
  msgstr "Data"
5145
 
5146
+ #: wp-live-chat-support/wp-live-chat-support.php:3332
5147
  msgid "Chat Dashboard"
5148
  msgstr "Chat Dashboard"
5149
 
5150
+ #: wp-live-chat-support/wp-live-chat-support.php:3335
5151
  msgid "Oh no!"
5152
  msgstr ""
5153
 
5154
+ #: wp-live-chat-support/wp-live-chat-support.php:3338
5155
  msgid ""
5156
  "You do not have access to this page as <strong>you are not a chat agent</"
5157
  "strong>."
5158
  msgstr ""
5159
 
5160
+ #: wp-live-chat-support/wp-live-chat-support.php:3523
5161
  msgid "Previous"
5162
  msgstr "Foregående"
5163
 
5164
+ #: wp-live-chat-support/wp-live-chat-support.php:3534
 
 
 
 
5165
  msgid "Chat with"
5166
  msgstr "Chat med..."
5167
 
5168
+ #: wp-live-chat-support/wp-live-chat-support.php:3536
5169
+ msgid "Starting Time:"
5170
+ msgstr ""
5171
+
5172
+ #: wp-live-chat-support/wp-live-chat-support.php:3537
5173
+ msgid "Ending Time:"
5174
+ msgstr ""
5175
 
5176
+ #: wp-live-chat-support/wp-live-chat-support.php:3597
5177
+ #: wp-live-chat-support/wp-live-chat-support.php:5027
5178
  msgid "Add-ons"
5179
  msgstr "Add-ons"
5180
 
5181
+ #: wp-live-chat-support/wp-live-chat-support.php:3599
5182
  msgid "Get more add-ons"
5183
  msgstr ""
5184
 
5185
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
5186
  msgid "Add Quick Responses to your Live Chat"
5187
  msgstr "Føj hurtige svar til din live chat"
5188
 
5189
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
5190
  msgid "Pro version only"
5191
  msgstr "Kun pro version"
5192
 
5193
+ #: wp-live-chat-support/wp-live-chat-support.php:3626
5194
  msgid "type here..."
5195
  msgstr "Skriv her …"
5196
 
5197
+ #: wp-live-chat-support/wp-live-chat-support.php:3812
5198
+ msgid "is typing..."
5199
+ msgstr ""
5200
+
5201
+ #: wp-live-chat-support/wp-live-chat-support.php:3856
5202
  msgid "User has opened the chat window"
5203
  msgstr "Bruger har åbnet chatvinduet"
5204
 
5205
+ #: wp-live-chat-support/wp-live-chat-support.php:3857
5206
  msgid "User has minimized the chat window"
5207
  msgstr "Bruger har minimeret chatvinduet"
5208
 
5209
+ #: wp-live-chat-support/wp-live-chat-support.php:3858
5210
  msgid "User has maximized the chat window"
5211
  msgstr "Bruger har maksimeret chatvinduet"
5212
 
5213
+ #: wp-live-chat-support/wp-live-chat-support.php:3859
5214
  msgid "The chat has been ended"
5215
  msgstr ""
5216
 
5217
+ #: wp-live-chat-support/wp-live-chat-support.php:4491
5218
  msgid "Delete History"
5219
  msgstr "Slet Historie"
5220
 
5221
+ #: wp-live-chat-support/wp-live-chat-support.php:4508
5222
  msgid "No chats available at the moment"
5223
  msgstr "Ingen chats rådighed i øjeblikket"
5224
 
5225
+ #: wp-live-chat-support/wp-live-chat-support.php:4560
 
 
 
 
 
 
 
 
5226
  msgid "WP Live Chat History"
5227
  msgstr "WP live chat Historie"
5228
 
5229
+ #: wp-live-chat-support/wp-live-chat-support.php:4589
5230
  msgid "WP Live Chat Missed Chats"
5231
  msgstr "WP live chat Mistede Chats"
5232
 
5233
+ #: wp-live-chat-support/wp-live-chat-support.php:4604
5234
  msgid ""
5235
  "Please update to the latest version of WP Live Chat Support Pro to start "
5236
  "recording any offline messages."
5238
  "Opdater til den nyeste version af WP live chat support Pro for at starte "
5239
  "optagelsen eventuelle offline beskeder."
5240
 
5241
+ #: wp-live-chat-support/wp-live-chat-support.php:4607
5242
  msgid "This option is only available in the "
5243
  msgstr "Denne indstilling er kun tilgængelig i"
5244
 
5245
+ #: wp-live-chat-support/wp-live-chat-support.php:4619
5246
  msgid "WP Live Chat Offline Messages"
5247
  msgstr "WP live chat Offline Beskeder"
5248
 
5249
+ #: wp-live-chat-support/wp-live-chat-support.php:4640
5250
  msgid "Actions"
5251
  msgstr ""
5252
 
5253
+ #: wp-live-chat-support/wp-live-chat-support.php:4664
5254
  msgid "Delete Message"
5255
  msgstr ""
5256
 
5257
+ #: wp-live-chat-support/wp-live-chat-support.php:4794
5258
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
5259
  msgstr "Klik 'Start Chat' for at starte en chat med en agent"
5260
 
5261
+ #: wp-live-chat-support/wp-live-chat-support.php:4938
 
 
 
 
5262
  msgid "Thank You for your feedback!"
5263
  msgstr "Mange tak for din feedback"
5264
 
5265
+ #: wp-live-chat-support/wp-live-chat-support.php:4948
5266
+ msgid "Your settings have been saved."
5267
+ msgstr "Dine indstillinger er blevet gemt."
 
 
 
 
 
 
5268
 
5269
+ #: wp-live-chat-support/wp-live-chat-support.php:4993
5270
  msgid ""
5271
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
5272
  "issues while using WP Live Chat Support as a result of this. Please get in "
5276
  "problemer, mens du bruger WP live chat support som følge af dette. Venligst "
5277
  "komme i kontakt din host for at få denne funktion aktiveret."
5278
 
5279
+ #: wp-live-chat-support/wp-live-chat-support.php:4999
5280
  msgid ""
5281
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
5282
  "using WP Live Chat Support as a result of this. Please contact your host to "
5286
  "problemer, mens du bruger WP live chat support som følge af dette. Kontakt "
5287
  "venligst din vært til at komme i fejlsikret tilstand deaktiveret."
5288
 
5289
+ #: wp-live-chat-support/wp-live-chat-support.php:5027
5290
  msgid "Suggested Plugins"
5291
  msgstr "Foreslåede Plugins"
5292
 
5293
+ #: wp-live-chat-support/wp-live-chat-support.php:5038
5294
+ #: wp-live-chat-support/wp-live-chat-support.php:5039
5295
+ #: wp-live-chat-support/wp-live-chat-support.php:5040
5296
+ #: wp-live-chat-support/wp-live-chat-support.php:5045
5297
  msgid "Sola Support Tickets"
5298
  msgstr "Sola Support Tickets"
5299
 
5300
+ #: wp-live-chat-support/wp-live-chat-support.php:5043
5301
  msgid ""
5302
  "The easiest to use Help Desk & Support Ticket plugin. Create a support help "
5303
  "desk quickly and easily with Sola Support Tickets."
5305
  "Den nemmeste at bruge Help Desk & Support Ticket plugin. Opret en støtte "
5306
  "helpdesk hurtigt og nemt med Sola Support Billetter."
5307
 
5308
+ #: wp-live-chat-support/wp-live-chat-support.php:5045
5309
+ #: wp-live-chat-support/wp-live-chat-support.php:5056
5310
  msgid "Get this Plugin"
5311
  msgstr "Få denne plugin"
5312
 
5313
+ #: wp-live-chat-support/wp-live-chat-support.php:5049
5314
+ #: wp-live-chat-support/wp-live-chat-support.php:5050
5315
+ #: wp-live-chat-support/wp-live-chat-support.php:5051
5316
+ #: wp-live-chat-support/wp-live-chat-support.php:5056
5317
  msgid "Nifty Newsletters"
5318
  msgstr "Nifty Nyhedsbreve"
5319
 
5320
+ #: wp-live-chat-support/wp-live-chat-support.php:5054
5321
  msgid ""
5322
  "Create and send newsletters, automatic post notifications and autoresponders "
5323
  "that are modern and beautiful with Nifty Newsletters."
5325
  "Opret og send nyhedsbreve, automatiske indlæg notifikationer og autosvar, der "
5326
  "er moderne og smukke med Nifty nyhedsbreve."
5327
 
5328
+ #: wp-live-chat-support/wp-live-chat-support.php:5088
5329
  msgid "Price:"
5330
  msgstr "Priser:"
5331
 
5332
+ #: wp-live-chat-support/wp-live-chat-support.php:5090
5333
  msgid "Free"
5334
  msgstr "Gratis"
5335
 
5336
+ #: wp-live-chat-support/wp-live-chat-support.php:5091
5337
  msgid "Paid"
5338
  msgstr "Betalt"
5339
 
5340
+ #: wp-live-chat-support/wp-live-chat-support.php:5094
5341
  msgid "For:"
5342
  msgstr "I stedet for :"
5343
 
5344
+ #: wp-live-chat-support/wp-live-chat-support.php:5095
5345
  msgid "Both"
5346
  msgstr "Begge"
5347
 
5348
+ #: wp-live-chat-support/wp-live-chat-support.php:5096
5349
  msgid "Free version"
5350
  msgstr "Gratis version"
5351
 
5352
+ #: wp-live-chat-support/wp-live-chat-support.php:5097
5353
  msgid "Pro version"
5354
  msgstr "Pro version"
5355
 
5356
+ #: wp-live-chat-support/wp-live-chat-support.php:5129
5357
  msgid "Already installed"
5358
  msgstr "Allerede installeret"
5359
 
5360
+ #: wp-live-chat-support/wp-live-chat-support.php:5158
5361
  msgid "WP Live Chat Support"
5362
  msgstr "WP live chat support"
5363
 
5364
+ #: wp-live-chat-support/wp-live-chat-support.php:5163
 
 
 
 
5365
  msgid ""
5366
  "Getting started? Read through some of these articles to help you along your "
5367
  "way."
5369
  "Kom godt i gang? Læs gennem nogle af disse artikler for at hjælpe dig på din "
5370
  "vej."
5371
 
5372
+ #: wp-live-chat-support/wp-live-chat-support.php:5164
5373
  msgid "Documentation:"
5374
  msgstr "Dokumentation:"
5375
 
5376
+ #: wp-live-chat-support/wp-live-chat-support.php:5166
5377
  msgid "Minimum System Requirements"
5378
  msgstr "Mindste systemkrav"
5379
 
5380
+ #: wp-live-chat-support/wp-live-chat-support.php:5167
5381
  msgid "Do I have to be logged into the dashboard to chat with visitors?"
5382
  msgstr ""
5383
  "Behøver jeg at være logget ind i instrumentbrættet til at chatte med "
5384
  "besøgende?"
5385
 
5386
+ #: wp-live-chat-support/wp-live-chat-support.php:5168
5387
  msgid "What are Quick Responses?"
5388
  msgstr "Hvad er hurtige svar?"
5389
 
5390
+ #: wp-live-chat-support/wp-live-chat-support.php:5169
5391
  msgid "Can I use this plugin on my multi-site?"
5392
  msgstr "Kan jeg bruge dette plugin på min multi-site?"
5393
 
5394
+ #: wp-live-chat-support/wp-live-chat-support.php:5170
5395
  msgid "How do I disable APC Object Cache?"
5396
  msgstr "Hvordan deaktiverer jeg APC Object Cache?"
5397
 
5398
+ #: wp-live-chat-support/wp-live-chat-support.php:5171
5399
  msgid "Do you have a mobile app?"
5400
  msgstr "Har du en mobil app?"
5401
 
5402
+ #: wp-live-chat-support/wp-live-chat-support.php:5172
5403
  msgid "How do I check for JavaScript errors on my site?"
5404
  msgstr "Hvordan kan jeg kontrollere, om JavaScript-fejl på min hjemmeside?"
5405
 
5406
+ #: wp-live-chat-support/wp-live-chat-support.php:5176
5407
  msgid "Troubleshooting"
5408
  msgstr "Fejlfinding"
5409
 
5410
+ #: wp-live-chat-support/wp-live-chat-support.php:5178
5411
  msgid ""
5412
  "WP Live Chat Support has a diverse and wide range of features which may, "
5413
  "from time to time, run into conflicts with the thousands of themes and other "
5417
  "tid til anden, løbe ind konflikter med de tusindvis af temaer og andre "
5418
  "plugins på markedet."
5419
 
5420
+ #: wp-live-chat-support/wp-live-chat-support.php:5179
5421
  msgid "Common issues:"
5422
  msgstr "Almindelige problemer:"
5423
 
5424
+ #: wp-live-chat-support/wp-live-chat-support.php:5181
5425
  msgid "The chat box doesnt show up"
5426
  msgstr "Chatten dukke ikke op"
5427
 
5428
+ #: wp-live-chat-support/wp-live-chat-support.php:5182
5429
  msgid "The chat window disappears when I logout or go offline"
5430
  msgstr "Chatvinduet forsvinder, når jeg logger af eller gå offline"
5431
 
5432
+ #: wp-live-chat-support/wp-live-chat-support.php:5183
5433
  msgid "This chat has already been answered. Please close the chat window"
5434
  msgstr "Denne chat er allerede blevet besvaret. Luk chatvinduet"
5435
 
5436
+ #: wp-live-chat-support/wp-live-chat-support.php:5184
5437
  msgid "Messages only show when I refresh the chat window"
5438
  msgstr "Beskeder viser kun, når jeg opdatere chatvinduet"
5439
 
5440
+ #: wp-live-chat-support/wp-live-chat-support.php:5185
5441
  msgid "I'm not getting any notifications of a new chat"
5442
  msgstr "Jeg får ikke nogen meddelelser om en ny chat"
5443
 
5444
+ #: wp-live-chat-support/wp-live-chat-support.php:5186
5445
  msgid "The chat window never goes offline"
5446
  msgstr "Chatvinduet aldrig går offline"
5447
 
5448
+ #: wp-live-chat-support/wp-live-chat-support.php:5192
5449
  msgid "Still need help? Use one of these links below."
5450
  msgstr "Stadig brug for hjælp? Brug en af ​​disse links nedenfor."
5451
 
5452
+ #: wp-live-chat-support/wp-live-chat-support.php:5194
5453
  msgid "Support desk"
5454
  msgstr ""
5455
 
5456
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
 
 
 
 
5457
  msgid "Initiate Chats"
5458
  msgstr "Indled Chats"
5459
 
5460
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
 
 
 
 
 
5461
  msgid "Multiple Chats"
5462
  msgstr "Flere Chats"
5463
 
5464
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
5465
  msgid "accept and handle multiple chats."
5466
  msgstr "acceptere og håndtere flere chats."
5467
 
5468
+ #: wp-live-chat-support/wp-live-chat-support.php:5256
 
 
 
 
 
 
 
 
 
 
 
 
5469
  #, php-format
5470
  msgid ""
5471
  "Thank you for using <a href=\"%1$s\" target=\"_blank\">WP Live Chat Support</"
5476
  "a> Venligst <a href=\"%2$s\" target=\"_blank\">Bedøm os</a> på <a href=\"%2$s"
5477
  "\" target=\"_blank\">WordPress.org</a>"
5478
 
5479
+ #: wp-live-chat-support/wp-live-chat-support.php:5261
5480
  msgid "WP Live Chat Support is a product of"
5481
  msgstr "WP live chat support er et produkt af"
5482
 
5483
+ #: wp-live-chat-support/wp-live-chat-support.php:5382
5484
  msgid "Add as many agents as you need with the "
5485
  msgstr "Tilføj så mange agenter som du har brug med"
5486
 
5487
+ #: wp-live-chat-support/wp-live-chat-support.php:5382
5488
  msgid "Pro version."
5489
  msgstr ""
5490
 
5491
+ #: wp-live-chat-support/wp-live-chat-support.php:5386
5492
  #, php-format
5493
  msgid "Change the default chat agent from <strong>%1$s</strong> to "
5494
  msgstr ""
5495
 
5496
+ #: wp-live-chat-support/wp-live-chat-support.php:5544
5497
  msgid "Verify"
5498
  msgstr ""
5499
 
5500
+ #: wp-live-chat-support/wp-live-chat-support.php:5547
5501
  msgid "Status: "
5502
  msgstr ""
5503
 
5504
+ #: wp-live-chat-support/wp-live-chat-support.php:5550
5505
  msgid "Valid"
5506
  msgstr ""
5507
 
5508
+ #: wp-live-chat-support/wp-live-chat-support.php:5551
5509
+ #: wp-live-chat-support/wp-live-chat-support.php:5555
5510
  msgid "Manage this extension"
5511
  msgstr ""
5512
 
5513
+ #: wp-live-chat-support/wp-live-chat-support.php:5554
5514
  msgid "Invalid"
5515
  msgstr ""
5516
 
5517
+ #: wp-live-chat-support/wp-live-chat-support.php:5560
5518
  msgid "Linked Domains"
5519
  msgstr ""
5520
 
5521
+ #: wp-live-chat-support/wp-live-chat-support.php:5599
5522
+ #: wp-live-chat-support/wp-live-chat-support.php:5653
5523
  msgid ""
5524
  "Get unlimited agents, initiate chats, advanced chat box control, encryption "
5525
  "and more with the Pro add-on."
5526
  msgstr ""
5527
 
5528
+ #: wp-live-chat-support/wp-live-chat-support.php:5601
5529
+ #: wp-live-chat-support/wp-live-chat-support.php:5628
5530
+ #: wp-live-chat-support/wp-live-chat-support.php:5655
 
5531
  msgid "Get this extension"
5532
  msgstr "Få denne udvidelse"
5533
 
5534
+ #: wp-live-chat-support/wp-live-chat-support.php:5617
5535
  msgid "Mobile & Desktop App"
5536
  msgstr ""
5537
 
5538
+ #: wp-live-chat-support/wp-live-chat-support.php:5626
5539
  msgid ""
5540
  "Answer chats directly from your mobile phone or desktop with our mobile app "
5541
  "and desktop client"
5542
  msgstr ""
5543
 
5544
+ #: wp-live-chat-support/wp-live-chat-support.php:5673
5545
+ #: wp-live-chat-support/wp-live-chat-support.php:5694
 
 
 
 
 
 
5546
  msgid "Relevant Extensions"
5547
  msgstr ""
5548
 
5549
+ #: wp-live-chat-support/wp-live-chat-support.php:5719
5550
  msgid "Powered By WP Live Chat Support"
5551
  msgstr ""
5552
 
5553
+ #: wp-live-chat-support/wp-live-chat-support.php:5898
5554
  msgid ""
5555
  "Your API Key is Invalid. You are not eligible for future updates. Please "
5556
  "enter your API key <a href=\"admin.php?page=wplivechat-menu-api-keys-page"
5557
  "\">here</a>."
5558
  msgstr ""
5559
 
5560
+ #: wp-live-chat-support/wp-live-chat-support.php:6021
5561
  msgid "Advanced settings"
5562
  msgstr ""
5563
 
5564
+ #: wp-live-chat-support/wp-live-chat-support.php:6031
5565
  msgid "Only change these settings if you are experiencing performance issues."
5566
  msgstr ""
5567
 
5568
+ #: wp-live-chat-support/wp-live-chat-support.php:6038
5569
  msgid "What type of environment are you on?"
5570
  msgstr ""
5571
 
5572
+ #: wp-live-chat-support/wp-live-chat-support.php:6042
5573
  msgid "Shared hosting - low level plan"
5574
  msgstr ""
5575
 
5576
+ #: wp-live-chat-support/wp-live-chat-support.php:6043
5577
  msgid "Shared hosting - normal plan"
5578
  msgstr ""
5579
 
5580
+ #: wp-live-chat-support/wp-live-chat-support.php:6044
5581
  msgid "VPS"
5582
  msgstr ""
5583
 
5584
+ #: wp-live-chat-support/wp-live-chat-support.php:6045
5585
  msgid "Dedicated server"
5586
  msgstr ""
5587
 
5588
+ #: wp-live-chat-support/wp-live-chat-support.php:6051
5589
  msgid "Long poll setup"
5590
  msgstr ""
5591
 
5592
+ #: wp-live-chat-support/wp-live-chat-support.php:6051
5593
  msgid ""
5594
  "Only change these if you are an experienced developer or if you have received "
5595
  "these figures from the Code Cabin Support team."
5596
  msgstr ""
5597
 
5598
+ #: wp-live-chat-support/wp-live-chat-support.php:6059
5599
  msgid "Iterations"
5600
  msgstr ""
5601
 
5602
+ #: wp-live-chat-support/wp-live-chat-support.php:6063
5603
  msgid "Sleep between iterations"
5604
  msgstr ""
5605
 
5606
+ #: wp-live-chat-support/wp-live-chat-support.php:6066
5607
  msgid "microseconds"
5608
  msgstr ""
5609
 
5610
+ #: wp-live-chat-support/wp-live-chat-support.php:6092
5611
  msgid "View comprehensive reports regarding your chat and agent activity."
5612
  msgstr ""
5613
 
5614
+ #: wp-live-chat-support/wp-live-chat-support.php:6095
5615
  msgid "Reports"
5616
  msgstr ""
5617
 
5618
+ #: wp-live-chat-support/wp-live-chat-support.php:6097
5619
  msgid "Chat statistics"
5620
  msgstr ""
5621
 
5622
+ #: wp-live-chat-support/wp-live-chat-support.php:6098
5623
  msgid "Popular pages"
5624
  msgstr ""
5625
 
5626
+ #: wp-live-chat-support/wp-live-chat-support.php:6099
5627
  msgid ""
5628
  "ROI reporting and tracking (identify which agents produce the most sales)"
5629
  msgstr ""
5630
 
5631
+ #: wp-live-chat-support/wp-live-chat-support.php:6100
5632
  msgid ""
5633
  "User experience ratings (identify which agents produce the happiest customers)"
5634
  msgstr ""
5635
 
5636
+ #: wp-live-chat-support/wp-live-chat-support.php:6110
5637
+ #: wp-live-chat-support/wp-live-chat-support.php:6175
5638
+ #: wp-live-chat-support/wp-live-chat-support.php:6213
5639
  msgid "Get all this and more in the "
5640
  msgstr ""
5641
 
5642
+ #: wp-live-chat-support/wp-live-chat-support.php:6110
5643
+ #: wp-live-chat-support/wp-live-chat-support.php:6175
5644
+ #: wp-live-chat-support/wp-live-chat-support.php:6213
5645
  msgid "Pro add-on"
5646
  msgstr "Pro add-on"
5647
 
5648
+ #: wp-live-chat-support/wp-live-chat-support.php:6111
5649
+ #: wp-live-chat-support/wp-live-chat-support.php:6176
5650
+ #: wp-live-chat-support/wp-live-chat-support.php:6214
5651
  msgid "Upgrade Now"
5652
  msgstr ""
5653
 
5654
+ #: wp-live-chat-support/wp-live-chat-support.php:6157
5655
  msgid ""
5656
  "Create custom data triggers when users view a certain page, spend a certain "
5657
  "amount of time on a page, scroll past a certain point or when their mouse "
5658
  "leaves the window."
5659
  msgstr ""
5660
 
5661
+ #: wp-live-chat-support/wp-live-chat-support.php:6160
5662
  msgid "Trigger Types"
5663
  msgstr ""
5664
 
5665
+ #: wp-live-chat-support/wp-live-chat-support.php:6199
5666
+ msgid ""
5667
+ "Create custom fields, allowing your visitors to enter the data you need "
5668
+ "before starting a chat."
5669
+ msgstr ""
5670
+
5671
+ #: wp-live-chat-support/wp-live-chat-support.php:6200
5672
+ msgid "Custom Field Types"
5673
+ msgstr ""
5674
+
5675
+ #: wp-live-chat-support/wp-live-chat-support.php:6202
5676
+ #, fuzzy
5677
+ #| msgid "Offline Text Fields"
5678
+ msgid "Text Fields"
5679
+ msgstr "Offline Tekst Felter"
5680
+
5681
+ #: wp-live-chat-support/wp-live-chat-support.php:6203
5682
+ msgid "Dropdown Fields"
5683
+ msgstr ""
5684
+
5685
+ #: wp-live-chat-support/wp-live-chat-support.php:6234
5686
+ msgid "Display a 'Powered by' link in the chat box"
5687
+ msgstr ""
5688
+
5689
+ #: wp-live-chat-support/wp-live-chat-support.php:6234
5690
+ msgid ""
5691
+ "Checking this will display a 'Powered by WP Live Chat Support' caption at the "
5692
+ "bottom of your chatbox."
5693
+ msgstr ""
5694
+
5695
+ #: wp-live-chat-support/wp-live-chat-support.php:6276
5696
+ #, fuzzy
5697
+ #| msgid "WP Live Chat Support"
5698
+ msgid "Powered by WP Live Chat Support"
5699
+ msgstr "WP live chat support"
5700
+
5701
+ #: wp-live-chat-support/wp-live-chat-support.php:6314
5702
+ #: wp-live-chat-support/wp-live-chat-support.php:6334
5703
+ msgid "Custom Scripts"
5704
+ msgstr ""
5705
+
5706
+ #: wp-live-chat-support/wp-live-chat-support.php:6338
5707
+ msgid "Custom CSS"
5708
+ msgstr ""
5709
+
5710
+ #: wp-live-chat-support/wp-live-chat-support.php:6343
5711
+ msgid "Custom JS"
5712
+ msgstr ""
5713
+
5714
+ #: wp-live-chat-support/wp-live-chat-support.php:6422
5715
+ #, php-format
5716
+ msgid ""
5717
+ "WP Live Chat Support requires WP Live Chat Support Pro Version 7.0.0 or "
5718
+ "greater in order for departments to function as expected. Please update WP "
5719
+ "Live Chat Support %s"
5720
+ msgstr ""
5721
+
5722
+ #: wp-live-chat-support/wp-live-chat-support.php:6436
5723
+ msgid "Please update your Pro version to create a department"
5724
+ msgstr ""
5725
+
5726
+ #: wp-live-chat-support/wp-live-chat-support.php:6451
5727
+ #, php-format
5728
+ msgid ""
5729
+ "The Live Chat box is currently disabled on your website due to : <a href=\"%s"
5730
+ "\">General Settings</a>"
5731
+ msgstr ""
5732
+
5733
+ #: wp-live-chat-support/wp-live-chat-support.php:6571
5734
+ msgid "Deprecation Notice"
5735
+ msgstr ""
5736
+
5737
+ #: wp-live-chat-support/wp-live-chat-support.php:6572
5738
+ msgid ""
5739
+ "Please note, missed chat functionality is being deprecated as we will be "
5740
+ "moving to a customer oriented system in the near future. "
5741
+ msgstr ""
5742
+
5743
+ #: wp-live-chat-support/wp-live-chat-support.php:6573
5744
+ msgid ""
5745
+ "The new system will offer more insight into your user base while enhancing "
5746
+ "your experience when retrieving statistics and information. "
5747
+ msgstr ""
5748
+
5749
+ #: wp-live-chat-support/wp-live-chat-support.php:6574
5750
+ msgid ""
5751
+ "This area will remain active for the time being, however it is recommended "
5752
+ "that you prepare for this change in the near future. "
5753
+ msgstr ""
5754
+
5755
+ #: wp-live-chat-support/wp-live-chat-support.php:6615
5756
+ msgid ""
5757
+ "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
5758
+ "Live Chat Support 8.0.05 there is build in support for Email Transcript."
5759
+ msgstr ""
5760
+
5761
+ #: wp-live-chat-support/wp-live-chat-support.php:6628
5762
+ #, php-format
5763
+ msgid ""
5764
+ "Thank you for chatting with us. If you have any questions, please <a href="
5765
+ "\"%1$s\" target=\"_blank\" style=\"font-family: Arial, Helvetica, sans-serif; "
5766
+ "font-size: 13px; color: #FFF; font-weight: bold; text-decoration: underline;"
5767
+ "\">contact us</a>"
5768
+ msgstr ""
5769
+
5770
+ #: wp-live-chat-support/wp-live-chat-support.php:6645
5771
+ msgid "Email transcript to user"
5772
+ msgstr ""
5773
+
5774
+ #: wp-live-chat-support/wp-live-chat-support.php:6729
5775
+ #, php-format
5776
+ msgid "Your chat transcript from %1$s"
5777
+ msgstr ""
5778
+
5779
+ #: wp-live-chat-support/wp-live-chat-support.php:6858
5780
+ #, fuzzy
5781
+ #| msgid "Chat Window Settings"
5782
+ msgid "Chat Transcript Settings"
5783
+ msgstr "Chatvinduet Indstillinger"
5784
+
5785
+ #: wp-live-chat-support/wp-live-chat-support.php:6861
5786
+ msgid "Enable chat transcripts:"
5787
+ msgstr ""
5788
+
5789
+ #: wp-live-chat-support/wp-live-chat-support.php:6872
5790
+ msgid "Send transcripts to:"
5791
+ msgstr ""
5792
+
5793
+ #: wp-live-chat-support/wp-live-chat-support.php:6879
5794
+ #, fuzzy
5795
+ #| msgid "Username"
5796
+ msgid "User"
5797
+ msgstr "Brugernavn"
5798
+
5799
+ #: wp-live-chat-support/wp-live-chat-support.php:6890
5800
+ msgid "Send transcripts when chat ends:"
5801
+ msgstr ""
5802
+
5803
+ #: wp-live-chat-support/wp-live-chat-support.php:6901
5804
+ #, fuzzy
5805
+ #| msgid "Email"
5806
+ msgid "Email body"
5807
+ msgstr "e-mail"
5808
+
5809
+ #: wp-live-chat-support/wp-live-chat-support.php:6913
5810
+ #, fuzzy
5811
+ #| msgid "Email Address"
5812
+ msgid "Email header"
5813
+ msgstr "E-mail adresse"
5814
+
5815
+ #: wp-live-chat-support/wp-live-chat-support.php:6924
5816
+ msgid "Email footer"
5817
+ msgstr ""
5818
+
5819
+ #~ msgid ""
5820
+ #~ "Users will have to enter their Name and Email Address when starting a chat"
5821
+ #~ msgstr ""
5822
+ #~ "Brugere bliver nødt til at indtaste deres navn og e-mail adresse, når du "
5823
+ #~ "starter en chat"
5824
+
5825
+ #~ msgid "You are currently accepting chats"
5826
+ #~ msgstr "Du er i øjeblikket accepterer chats"
5827
 
5828
  #~ msgid ""
5829
+ #~ "There was a problem sending your feedback. Please log your feedback on "
5830
+ #~ msgstr ""
5831
+ #~ "Der var problemer med at sende din feedback. Du skal logge din feedback på"
5832
+
5833
+ #~ msgid "Dear User"
5834
+ #~ msgstr "Kære Bruger"
5835
 
5836
  #~ msgid ""
5837
  #~ "You're live chat box on your website has been temporarily disabled until "
5850
  #~ "Du kan opdatere din plugin <a href='./update-core.php'>her</a> eller <a "
5851
  #~ "href='./plugins.php'>her.</a>"
5852
 
 
 
 
 
 
 
 
5853
  #~ msgid "Rating Unavailable"
5854
  #~ msgstr "Bedømmelse Ikke tilgængelig"
5855
 
5859
  #~ msgid "Close Chat Window"
5860
  #~ msgstr "luk vindue"
5861
 
 
 
 
 
 
 
5862
  #~ msgid "User has closed and ended the chat"
5863
  #~ msgstr "Bruger har lukket og sluttede chatten"
5864
 
5865
  #~ msgid "Supplimentary Plugins"
5866
  #~ msgstr "Basale plugin"
5867
 
 
 
 
5868
  #~ msgid "Statistics"
5869
  #~ msgstr "Statistik"
5870
 
5874
  #~ msgid "Get offline messages with the "
5875
  #~ msgstr "Få offline meddelelser med"
5876
 
 
 
 
5877
  #~ msgid "Edit these text fields using the "
5878
  #~ msgstr "Redigere disse tekstfelter ved hjælp af"
5879
 
5880
  #~ msgid "Choose a colour scheme. Only available in the"
5881
  #~ msgstr "Vælg et farveskema. Kun tilgængelig i"
5882
 
 
 
 
5883
  #~ msgid "Colour Scheme 2"
5884
  #~ msgstr "Farver"
5885
 
languages/wplivechat-da_DK.mo CHANGED
Binary file
languages/wplivechat-da_DK.po CHANGED
@@ -1,112 +1,230 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
- "POT-Creation-Date: 2016-10-18 14:14+0200\n"
5
- "PO-Revision-Date: 2016-10-18 14:14+0200\n"
6
  "Last-Translator: Mikkel Jeppesen Juhl <mail@mikkeljuhl.com>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.10\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: ../..\n"
15
  "X-Poedit-SearchPath-0: wp-live-chat-support\n"
16
  "X-Poedit-SearchPath-1: wp-live-chat-support-pro\n"
17
  "X-Poedit-SearchPath-2: wp-live-chat-support-mobile-and-desktop-app\n"
18
- "X-Poedit-SearchPath-3: wp-live-chat-support-mobile-and-desktop-app\n"
19
 
20
- #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:47
 
21
  msgid "Mobile and Desktop App"
22
  msgstr ""
23
 
24
- #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:99
25
- msgid "Mobile and Desktop App Settings"
 
 
 
26
  msgstr ""
 
 
27
 
28
- #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:102
29
- msgid "Enable mobile and desktop app"
 
 
 
 
 
 
 
 
 
 
 
30
  msgstr ""
31
 
32
- #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:124
33
- msgid "App"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  msgstr ""
35
 
36
- #: wp-live-chat-support-pro/ajax-pro.php:269
 
 
 
 
 
37
  msgid "Guest"
38
  msgstr ""
39
 
40
- #: wp-live-chat-support-pro/ajax-pro.php:341
41
- #: wp-live-chat-support/ajax_new.php:286
42
- msgid "Admin has closed and ended the chat"
43
- msgstr "Administratoren har lukket chatten"
 
44
 
45
- #: wp-live-chat-support-pro/ajax-pro.php:376
46
- #: wp-live-chat-support/ajax_new.php:310
47
- msgid "There is No Answer. Please Try Again Later"
48
- msgstr "Der er intet svar. Prøv igen senere."
 
 
 
 
 
 
 
49
 
50
  #: wp-live-chat-support-pro/functions-pro.php:54
51
  #: wp-live-chat-support-pro/functions-pro.php:173
52
- #: wp-live-chat-support-pro/functions-pro.php:325
53
- #: wp-live-chat-support/functions.php:294
54
- #: wp-live-chat-support/functions.php:486
55
- #: wp-live-chat-support/modules/api/wplc-api-functions.php:458
56
- #: wp-live-chat-support/wp-live-chat-support.php:2485
57
  msgid "IP Address not recorded"
58
  msgstr ""
59
 
60
  #: wp-live-chat-support-pro/functions-pro.php:56
61
  #: wp-live-chat-support-pro/functions-pro.php:175
62
- #: wp-live-chat-support-pro/functions-pro.php:327
63
- #: wp-live-chat-support/functions.php:296
64
- #: wp-live-chat-support/functions.php:488
65
- #: wp-live-chat-support/wp-live-chat-support.php:2487
66
  msgid "Whois for"
67
  msgstr ""
68
 
69
  #: wp-live-chat-support-pro/functions-pro.php:61
70
- #: wp-live-chat-support-pro/functions-pro.php:333
71
- #: wp-live-chat-support/functions.php:301
72
- #: wp-live-chat-support/functions.php:443
73
- #: wp-live-chat-support/functions.php:1359
 
74
  msgid "Accept Chat"
75
  msgstr "Accepter chat"
76
 
77
  #: wp-live-chat-support-pro/functions-pro.php:63
78
- #: wp-live-chat-support-pro/functions-pro.php:335
79
- #: wp-live-chat-support/functions.php:303
80
  msgid "Incoming Chat"
81
  msgstr "Start chat"
82
 
83
  #: wp-live-chat-support-pro/functions-pro.php:63
84
- #: wp-live-chat-support-pro/functions-pro.php:335
85
- #: wp-live-chat-support/functions.php:303
86
  msgid "You have an incoming chat."
87
  msgstr ""
88
 
89
  #: wp-live-chat-support-pro/functions-pro.php:67
90
- #: wp-live-chat-support/functions.php:448
 
91
  msgid "Open Chat"
92
  msgstr "Åben chatvindue"
93
 
94
  #: wp-live-chat-support-pro/functions-pro.php:69
95
- #: wp-live-chat-support-pro/functions-pro.php:347
96
- #: wp-live-chat-support/functions.php:309
97
  msgid "Chat Active"
98
  msgstr "Aktiv"
99
 
100
  #: wp-live-chat-support-pro/functions-pro.php:69
101
- #: wp-live-chat-support-pro/functions-pro.php:347
102
- #: wp-live-chat-support/functions.php:309
103
  msgid "This chat is active"
104
  msgstr ""
105
 
106
  #: wp-live-chat-support-pro/functions-pro.php:74
107
  #: wp-live-chat-support-pro/functions-pro.php:160
108
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2349
109
- #: wp-live-chat-support/wp-live-chat-support.php:1690
110
  msgid "Initiate Chat"
111
  msgstr "Start chat"
112
 
@@ -116,14 +234,14 @@ msgid "You must be a chat agent to initiate chats"
116
  msgstr "Du skal være en chat agent for at starte chats"
117
 
118
  #: wp-live-chat-support-pro/functions-pro.php:99
119
- #: wp-live-chat-support/functions.php:511
120
- #: wp-live-chat-support/modules/api/wplc-api-functions.php:474
121
  msgid "New"
122
  msgstr ""
123
 
124
  #: wp-live-chat-support-pro/functions-pro.php:101
125
- #: wp-live-chat-support/functions.php:513
126
- #: wp-live-chat-support/modules/api/wplc-api-functions.php:476
127
  msgid "Returning"
128
  msgstr ""
129
 
@@ -132,37 +250,37 @@ msgid "Visitors on site"
132
  msgstr "Besøgende på siden"
133
 
134
  #: wp-live-chat-support-pro/functions-pro.php:207
135
- #: wp-live-chat-support-pro/functions-pro.php:377
136
- #: wp-live-chat-support/functions.php:332
137
- #: wp-live-chat-support/wp-live-chat-support.php:2522
138
  msgid "Site Info"
139
  msgstr ""
140
 
141
  #: wp-live-chat-support-pro/functions-pro.php:209
142
- #: wp-live-chat-support-pro/functions-pro.php:379
143
- #: wp-live-chat-support/functions.php:334
144
- #: wp-live-chat-support/wp-live-chat-support.php:2524
145
  msgid "Chat initiated on:"
146
  msgstr "Chat notifikationer"
147
 
148
  #: wp-live-chat-support-pro/functions-pro.php:213
149
- #: wp-live-chat-support-pro/functions-pro.php:383
150
- #: wp-live-chat-support/functions.php:338
151
- #: wp-live-chat-support/wp-live-chat-support.php:2528
152
  msgid "Advanced Info"
153
  msgstr ""
154
 
155
  #: wp-live-chat-support-pro/functions-pro.php:215
156
- #: wp-live-chat-support-pro/functions-pro.php:385
157
- #: wp-live-chat-support/functions.php:340
158
- #: wp-live-chat-support/wp-live-chat-support.php:2530
159
  msgid "Browser:"
160
  msgstr ""
161
 
162
  #: wp-live-chat-support-pro/functions-pro.php:216
163
- #: wp-live-chat-support-pro/functions-pro.php:386
164
- #: wp-live-chat-support/functions.php:341
165
- #: wp-live-chat-support/wp-live-chat-support.php:2531
166
  msgid "IP Address:"
167
  msgstr "E-mail adresse"
168
 
@@ -170,218 +288,250 @@ msgstr "E-mail adresse"
170
  msgid "No visitors on-line at the moment"
171
  msgstr "Ingen besøgende online i øjeblikket"
172
 
173
- #: wp-live-chat-support-pro/functions-pro.php:302
174
- #: wp-live-chat-support/functions.php:277
175
  msgid "No chat sessions available at the moment"
176
  msgstr "Ingen chat sessioner tilgængelig i øjeblikket."
177
 
178
- #: wp-live-chat-support-pro/functions-pro.php:304
179
- #: wp-live-chat-support/functions.php:279
 
180
  msgid "Active Chats"
181
  msgstr "Live chat"
182
 
183
- #: wp-live-chat-support-pro/functions-pro.php:339
184
  msgid "You must be a chat agent to answer chats"
185
  msgstr "Du skal være en chat agent for at kunne besvære chats."
186
 
187
- #: wp-live-chat-support-pro/functions-pro.php:345
188
- #: wp-live-chat-support/functions.php:307
189
  msgid "Open Chat Window"
190
  msgstr "Åben chatvindue"
191
 
192
- #: wp-live-chat-support-pro/functions-pro.php:349
193
  msgid "Chat has been answered by another agent"
194
  msgstr "Chatten blev besvaret af en anden agent."
195
 
196
- #: wp-live-chat-support-pro/functions-pro.php:350
197
  msgid "Chat answered by another agent"
198
  msgstr "Chatten blev besvaret af en anden agent."
199
 
200
- #: wp-live-chat-support-pro/functions-pro.php:409
201
- #: wp-live-chat-support/functions.php:1205
 
202
  msgid "WP Live Chat Support - Offline Message from "
203
  msgstr "WP Live Chat Support - Offline besked fra"
204
 
205
- #: wp-live-chat-support-pro/functions-pro.php:410
206
- #: wp-live-chat-support-pro/functions-pro.php:969
207
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:441
208
- #: wp-live-chat-support-pro/includes/wplc_roi.php:128
209
- #: wp-live-chat-support/functions.php:1206
210
- #: wp-live-chat-support/functions.php:1620
 
 
211
  #: wp-live-chat-support/includes/deprecated.php:192
212
  #: wp-live-chat-support/includes/deprecated.php:391
213
- #: wp-live-chat-support/includes/settings_page.php:256
214
- #: wp-live-chat-support/wp-live-chat-support.php:1371
215
- #: wp-live-chat-support/wp-live-chat-support.php:1529
216
- #: wp-live-chat-support/wp-live-chat-support.php:3072
217
- #: wp-live-chat-support/wp-live-chat-support.php:3183
 
 
 
218
  msgid "Name"
219
  msgstr "Navn"
220
 
221
- #: wp-live-chat-support-pro/functions-pro.php:410
222
- #: wp-live-chat-support-pro/functions-pro.php:970
223
- #: wp-live-chat-support/functions.php:1207
224
- #: wp-live-chat-support/functions.php:1621
225
  #: wp-live-chat-support/includes/deprecated.php:193
226
  #: wp-live-chat-support/includes/deprecated.php:392
227
- #: wp-live-chat-support/wp-live-chat-support.php:1372
228
- #: wp-live-chat-support/wp-live-chat-support.php:1530
229
- #: wp-live-chat-support/wp-live-chat-support.php:3073
230
- #: wp-live-chat-support/wp-live-chat-support.php:3184
 
 
231
  msgid "Email"
232
  msgstr "Email"
233
 
234
- #: wp-live-chat-support-pro/functions-pro.php:410
235
- #: wp-live-chat-support-pro/functions-pro.php:971
236
- #: wp-live-chat-support-pro/functions-pro.php:1546
237
- #: wp-live-chat-support/functions.php:1208
238
- #: wp-live-chat-support/wp-live-chat-support.php:1531
239
- #: wp-live-chat-support/wp-live-chat-support.php:3185
240
- #: wp-live-chat-support/wp-live-chat-support.php:4127
241
- #: wp-live-chat-support/wp-live-chat-support.php:4177
242
  msgid "Message"
243
  msgstr "Besked"
244
 
245
- #: wp-live-chat-support-pro/functions-pro.php:410
246
- #: wp-live-chat-support/functions.php:1209
247
  msgid "Via WP Live Chat Support"
248
  msgstr "Via WP Live Chat Support"
249
 
250
- #: wp-live-chat-support-pro/functions-pro.php:480
251
  msgid "Alert: Someone wants to chat with you on "
252
  msgstr "Besked: Nogen vil chatte med dig. "
253
 
254
- #: wp-live-chat-support-pro/functions-pro.php:481
255
  msgid "Someone wants to chat with you on your website"
256
  msgstr "Der er nogle der vil chatte med dig på dit website. "
257
 
258
- #: wp-live-chat-support-pro/functions-pro.php:481
259
  msgid "Log in"
260
  msgstr "Log in"
261
 
262
- #: wp-live-chat-support-pro/functions-pro.php:748
263
- #: wp-live-chat-support-pro/functions-pro.php:764
264
- #: wp-live-chat-support-pro/functions-pro.php:779
265
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2725
266
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2741
267
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2756
268
  msgid "Chat Agent"
269
  msgstr "Chat Agent"
270
 
271
- #: wp-live-chat-support-pro/functions-pro.php:753
272
- #: wp-live-chat-support-pro/functions-pro.php:769
273
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2730
274
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2746
275
  msgid "Make this user a chat agent"
276
  msgstr "Gør denne bruger til en chat agent"
277
 
278
- #: wp-live-chat-support-pro/functions-pro.php:783
279
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2760
280
  msgid "Your user role does not allow you to make yourself a chat agent."
281
  msgstr ""
282
 
283
- #: wp-live-chat-support-pro/functions-pro.php:784
284
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2761
285
  msgid "Please contact the administrator of this website to change this."
286
  msgstr ""
287
 
288
- #: wp-live-chat-support-pro/functions-pro.php:869
289
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3145
290
  msgid "Chat Agent Online"
291
  msgstr "Chat Agent Online"
292
 
293
- #: wp-live-chat-support-pro/functions-pro.php:871
294
- #: wp-live-chat-support-pro/functions-pro.php:876
295
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3147
296
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3152
297
  msgid "Chat Agents Online"
298
  msgstr "Chat Agenter Online"
299
 
300
- #: wp-live-chat-support-pro/functions-pro.php:968
301
- #: wp-live-chat-support/functions.php:1619
302
- #: wp-live-chat-support/wp-live-chat-support.php:3071
303
- #: wp-live-chat-support/wp-live-chat-support.php:3182
 
 
304
  msgid "Date"
305
  msgstr "Dato"
306
 
307
- #: wp-live-chat-support-pro/functions-pro.php:985
308
- #: wp-live-chat-support/wp-live-chat-support.php:3196
309
  msgid "You have not received any offline messages."
310
  msgstr ""
311
 
312
- #: wp-live-chat-support-pro/functions-pro.php:1410
313
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:788
314
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3500
315
- #: wp-live-chat-support/wp-live-chat-support.php:3770
316
  msgid "Administrator"
317
  msgstr ""
318
 
319
- #: wp-live-chat-support-pro/functions-pro.php:1411
320
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:794
321
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3506
322
- #: wp-live-chat-support/wp-live-chat-support.php:3779
323
  msgid "Editor"
324
  msgstr ""
325
 
326
- #: wp-live-chat-support-pro/functions-pro.php:1412
327
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:800
328
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3512
329
- #: wp-live-chat-support/wp-live-chat-support.php:3788
 
330
  msgid "Author"
331
  msgstr ""
332
 
333
- #: wp-live-chat-support-pro/functions-pro.php:1413
334
  msgid "Contributor"
335
  msgstr ""
336
 
337
- #: wp-live-chat-support-pro/functions-pro.php:1414
338
  msgid "Subscriber"
339
  msgstr ""
340
 
341
- #: wp-live-chat-support-pro/functions-pro.php:1544
342
- #: wp-live-chat-support/wp-live-chat-support.php:4125
343
- #: wp-live-chat-support/wp-live-chat-support.php:4175
 
344
  msgid "Chat ID"
345
  msgstr "Chat box"
346
 
347
- #: wp-live-chat-support-pro/functions-pro.php:1545
348
- #: wp-live-chat-support/wp-live-chat-support.php:4126
349
- #: wp-live-chat-support/wp-live-chat-support.php:4176
350
  msgid "From"
351
  msgstr ""
352
 
353
- #: wp-live-chat-support-pro/functions-pro.php:1547
354
- #: wp-live-chat-support/wp-live-chat-support.php:4128
355
- #: wp-live-chat-support/wp-live-chat-support.php:4178
356
  msgid "Timestamp"
357
  msgstr ""
358
 
359
- #: wp-live-chat-support-pro/functions-pro.php:1548
360
- #: wp-live-chat-support/wp-live-chat-support.php:4129
361
- #: wp-live-chat-support/wp-live-chat-support.php:4179
362
  msgid "Origin"
363
  msgstr ""
364
 
365
- #: wp-live-chat-support-pro/functions-pro.php:1560
366
- #: wp-live-chat-support/wp-live-chat-support.php:4134
367
- #: wp-live-chat-support/wp-live-chat-support.php:4184
368
  msgid "user"
369
  msgstr ""
370
 
371
- #: wp-live-chat-support-pro/functions-pro.php:1562
372
- #: wp-live-chat-support/wp-live-chat-support.php:4136
373
- #: wp-live-chat-support/wp-live-chat-support.php:4186
374
  msgid "agent"
375
  msgstr "Agenter"
376
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:48
378
- #: wp-live-chat-support/includes/settings_page.php:26
379
  msgid "WP Live Chat Support Settings"
380
  msgstr "WP Live Chat Support indstillinger"
381
 
382
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:71
383
- #: wp-live-chat-support/wp-live-chat-support.php:2142
384
- #: wp-live-chat-support/wp-live-chat-support.php:2157
385
  msgid "Dear Pro User"
386
  msgstr "Kære Pro Bruger"
387
 
@@ -396,6 +546,9 @@ msgid "You can obtain a copy of your API key "
396
  msgstr ""
397
 
398
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
 
 
 
399
  msgid "here"
400
  msgstr ""
401
 
@@ -412,28 +565,29 @@ msgid ""
412
  msgstr ""
413
 
414
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:83
415
- #: wp-live-chat-support/includes/settings_page.php:53
 
416
  msgid "General Settings"
417
  msgstr "Generelle indstillinger"
418
 
419
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:84
420
- #: wp-live-chat-support/includes/settings_page.php:58
421
  msgid "Chat Box"
422
  msgstr "Chat box"
423
 
424
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:85
425
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:383
426
- #: wp-live-chat-support/includes/settings_page.php:63
427
- #: wp-live-chat-support/includes/settings_page.php:400
428
- #: wp-live-chat-support/wp-live-chat-support.php:757
429
- #: wp-live-chat-support/wp-live-chat-support.php:760
430
  msgid "Offline Messages"
431
  msgstr "Offline beskeder"
432
 
433
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:86
434
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:485
435
- #: wp-live-chat-support/includes/settings_page.php:68
436
- #: wp-live-chat-support/includes/settings_page.php:541
437
  msgid "Styling"
438
  msgstr "Styling"
439
 
@@ -442,23 +596,22 @@ msgid "Chat Agents"
442
  msgstr "Chat agenter"
443
 
444
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:88
445
- #: wp-live-chat-support/includes/settings_page.php:78
446
  msgid "Blocked Visitors"
447
  msgstr ""
448
 
449
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:89
450
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:830
451
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:836
452
  msgid "Chat Experience Ratings"
453
  msgstr "Chat vindueindstillinger"
454
 
455
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:90
456
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1857
457
  msgid "Encryption"
458
  msgstr "Handling"
459
 
460
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:93
461
- #: wp-live-chat-support/includes/settings_page.php:91
462
  msgid "Main Settings"
463
  msgstr "Hovedindstillinger"
464
 
@@ -467,7 +620,6 @@ msgid "Find out more."
467
  msgstr ""
468
 
469
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:98
470
- #: wp-live-chat-support/wp-live-chat-support.php:3988
471
  msgid "Cloud Server"
472
  msgstr ""
473
 
@@ -475,11 +627,6 @@ msgstr ""
475
  msgid "Use our server to host your chat server."
476
  msgstr ""
477
 
478
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:107
479
- #: wp-live-chat-support/wp-live-chat-support.php:3901
480
- msgid "API Key"
481
- msgstr ""
482
-
483
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:112
484
  msgid "This API key is "
485
  msgstr ""
@@ -500,188 +647,241 @@ msgid ""
500
  msgstr ""
501
 
502
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:130
503
- #: wp-live-chat-support/includes/settings_page.php:94
504
  msgid "Chat enabled"
505
  msgstr "Chat aktiveret"
506
 
507
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:135
508
- #: wp-live-chat-support/functions.php:1609
509
- #: wp-live-chat-support/includes/settings_page.php:97
510
- #: wp-live-chat-support/wp-live-chat-support.php:3048
 
 
511
  msgid "Yes"
512
  msgstr "Ja"
513
 
514
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:138
515
- #: wp-live-chat-support/functions.php:1609
516
- #: wp-live-chat-support/includes/settings_page.php:98
517
- #: wp-live-chat-support/wp-live-chat-support.php:3048
 
 
518
  msgid "No"
519
  msgstr "Nej"
520
 
521
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
522
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1693
523
  msgid "Choose when I want to be online"
524
  msgstr ""
525
 
526
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
527
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1693
528
  msgid ""
529
  "Checking this will allow you to change your status to Online or Offline on "
530
  "the Live Chat page."
531
  msgstr ""
532
 
533
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
534
- #: wp-live-chat-support/includes/settings_page.php:116
535
  msgid "Hide Chat"
536
  msgstr "Skjul chat"
537
 
538
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
539
- #: wp-live-chat-support/includes/settings_page.php:116
540
  msgid "Hides chat for 24hrs when user clicks X"
541
  msgstr "Skjuler chat i 24 timer når brugeren klikker X"
542
 
543
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
544
- #: wp-live-chat-support/includes/settings_page.php:125
545
- msgid "Require Name And Email"
546
- msgstr ""
 
 
547
 
548
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
549
- #: wp-live-chat-support/includes/settings_page.php:125
550
- msgid ""
551
- "Users will have to enter their Name and Email Address when starting a chat"
 
 
 
 
 
 
 
 
 
 
 
 
 
552
  msgstr ""
553
 
554
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:172
555
- #: wp-live-chat-support/includes/settings_page.php:133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
556
  msgid "Input Field Replacement Text"
557
  msgstr ""
558
 
559
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:172
560
- #: wp-live-chat-support/includes/settings_page.php:133
561
  msgid "This is the text that will show in place of the Name And Email fields"
562
  msgstr ""
563
 
564
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:182
565
- #: wp-live-chat-support/includes/settings_page.php:141
566
  msgid "Use Logged In User Details"
567
  msgstr ""
568
 
569
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:182
570
- #: wp-live-chat-support/includes/settings_page.php:141
571
  msgid ""
572
  "A user's Name and Email Address will be used by default if they are logged "
573
  "in."
574
  msgstr ""
575
 
576
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
577
- #: wp-live-chat-support/includes/settings_page.php:149
578
  msgid "Enable On Mobile Devices"
579
  msgstr ""
580
 
581
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
582
- #: wp-live-chat-support/includes/settings_page.php:149
583
  msgid ""
584
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
585
  "devices. (Smartphones and Tablets)"
586
  msgstr ""
587
 
588
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
589
- #: wp-live-chat-support/includes/settings_page.php:157
590
  msgid "Record a visitor's IP Address"
591
  msgstr ""
592
 
593
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
594
- #: wp-live-chat-support/includes/settings_page.php:157
595
  msgid "Disable this to enable anonymity for your visitors"
596
  msgstr ""
597
 
598
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:213
599
- #: wp-live-chat-support/includes/settings_page.php:165
600
  msgid "Play a sound when a new message is received"
601
  msgstr ""
602
 
603
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:213
604
- #: wp-live-chat-support/includes/settings_page.php:165
605
  msgid ""
606
  "Disable this to mute the sound that is played when a new chat message is "
607
  "received"
608
  msgstr ""
609
 
610
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:222
611
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2135
612
  msgid "Include chat window on the following pages:"
613
  msgstr ""
614
 
615
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:222
616
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2135
617
- #: wp-live-chat-support/includes/settings_page.php:175
618
  msgid ""
619
  "Show the chat window on the following pages. Leave blank to show on all. "
620
  "(Use comma-separated Page ID's)"
621
  msgstr ""
622
 
623
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:232
624
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2143
625
  msgid "Exclude chat window on the following pages:"
626
  msgstr ""
627
 
628
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:232
629
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2143
630
- #: wp-live-chat-support/includes/settings_page.php:190
631
  msgid ""
632
  "Do not show the chat window on the following pages. Leave blank to show on "
633
  "all. (Use comma-separated Page ID's)"
634
  msgstr ""
635
 
636
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:242
637
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
638
  msgid "Allow any user to make themselves a chat agent"
639
  msgstr ""
640
 
641
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:242
642
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2151
643
  msgid ""
644
  "Checking this will allow any of your users to make themselves a chat agent "
645
  "when editing their profile."
646
  msgstr ""
647
 
648
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:255
649
- #: wp-live-chat-support/includes/settings_page.php:213
650
  msgid "Chat Window Settings"
651
  msgstr "Chat vindueindstillinger"
652
 
653
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:258
654
- #: wp-live-chat-support/includes/settings_page.php:216
655
  msgid "Chat box alignment"
656
  msgstr "Chat box justering"
657
 
658
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
659
- #: wp-live-chat-support/includes/settings_page.php:219
660
  msgid "Bottom left"
661
  msgstr "Bunden i venstre side"
662
 
663
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:266
664
- #: wp-live-chat-support/includes/settings_page.php:220
665
  msgid "Bottom right"
666
  msgstr "Bunden i højre side"
667
 
668
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:269
669
- #: wp-live-chat-support/includes/settings_page.php:221
670
  msgid "Left"
671
  msgstr "Venstre"
672
 
673
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:272
674
- #: wp-live-chat-support/includes/settings_page.php:222
675
  msgid "Right"
676
  msgstr "Højre"
677
 
678
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:278
679
- #: wp-live-chat-support/includes/settings_page.php:228
680
  msgid "Auto Pop-up"
681
  msgstr "Auto pop-up"
682
 
683
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:278
684
- #: wp-live-chat-support/includes/settings_page.php:228
685
  msgid ""
686
  "Expand the chat box automatically (prompts the user to enter their name and "
687
  "email address)."
@@ -689,223 +889,265 @@ msgstr ""
689
  "Udvid chatboksen automatisk (beder brugeren om at indtaste deres navn og e-"
690
  "mail-adresse)."
691
 
692
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
693
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:919
694
  msgid "Name "
695
  msgstr "Navn"
696
 
697
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:303
698
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:990
699
- #: wp-live-chat-support/includes/settings_page.php:272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
700
  msgid "Picture"
701
  msgstr "Billede"
702
 
703
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:311
704
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:998
705
- #: wp-live-chat-support/includes/settings_page.php:275
706
- #: wp-live-chat-support/includes/settings_page.php:291
 
707
  msgid "Upload Image"
708
  msgstr "Upload billede"
709
 
710
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:313
711
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1000
712
  msgid "Remove Image"
713
  msgstr "Fjern bilelde"
714
 
715
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:314
716
- msgid "Recomended Size 40px x 40px"
 
 
717
  msgstr "Anbefalet størrelse: 40x40."
718
 
719
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:320
720
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1008
721
- #: wp-live-chat-support/includes/settings_page.php:288
722
  msgid "Logo"
723
  msgstr "Loho"
724
 
725
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:328
726
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1016
727
  msgid "Upload Logo"
728
  msgstr "Upload logo"
729
 
730
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:330
731
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1018
732
  msgid "Remove Logo"
733
  msgstr "Fjern logo"
734
 
735
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:331
736
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1019
737
- msgid "Recomended Size 250px x 40px"
 
738
  msgstr "Anbefalet størrelse: 250x40"
739
 
740
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:337
741
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1025
742
- #: wp-live-chat-support/includes/settings_page.php:304
743
  msgid "Chat delay (seconds)"
744
  msgstr "Chat forsinkelser (sekunder)"
745
 
746
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:337
747
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1025
748
  msgid "How long it takes for your chat window to pop up"
749
  msgstr "Så lang tid tager det for dit chat vindue om at poppe op"
750
 
751
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:346
752
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1034
753
- #: wp-live-chat-support/includes/settings_page.php:320
754
  msgid "Chat notifications"
755
  msgstr "Chat notifikationer"
756
 
757
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:346
758
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1034
759
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
760
  msgstr "Underret mig via e-mail, så snart nogen ønsker at chatte"
761
 
762
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:356
763
- #: wp-live-chat-support/includes/settings_page.php:338
764
  msgid "Display name and avatar in chat"
765
  msgstr ""
766
 
767
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:356
768
- #: wp-live-chat-support/includes/settings_page.php:338
769
  msgid "Display the agent and user name above each message in the chat window."
770
  msgstr ""
771
 
772
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
773
- #: wp-live-chat-support/includes/settings_page.php:348
774
  msgid "Only show the chat window to users that are logged in"
775
  msgstr ""
776
 
777
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
778
- #: wp-live-chat-support/includes/settings_page.php:348
779
  msgid ""
780
  "By checking this, only users that are logged in will be able to chat with "
781
  "you."
782
  msgstr ""
783
 
784
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:387
785
- #: wp-live-chat-support/includes/settings_page.php:404
786
  msgid "Do not allow users to send offline messages"
787
  msgstr ""
788
 
789
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:387
790
- #: wp-live-chat-support/includes/settings_page.php:404
791
  msgid ""
792
  "The chat window will be hidden when it is offline. Users will not be able to "
793
  "send offline messages to you"
794
  msgstr ""
795
 
796
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:399
797
- #: wp-live-chat-support/includes/settings_page.php:416
798
  msgid "Email Address"
799
  msgstr "E-mail adresse"
800
 
801
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:399
802
- #: wp-live-chat-support/includes/settings_page.php:416
803
  msgid ""
804
  "Email address where offline messages are delivered to. Use comma separated "
805
  "email addresses to send to more than one email address"
806
  msgstr ""
807
 
808
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:412
809
- #: wp-live-chat-support/includes/settings_page.php:428
810
  msgid "Sending Method"
811
  msgstr "Metode til at sende"
812
 
813
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:413
814
- #: wp-live-chat-support/includes/settings_page.php:429
815
  msgid "WP Mail"
816
  msgstr "WP Mail"
817
 
818
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:414
819
- #: wp-live-chat-support/includes/settings_page.php:430
820
  msgid "PHP Mailer"
821
  msgstr "PHP Mailer"
822
 
823
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:430
824
- #: wp-live-chat-support/includes/settings_page.php:446
825
  msgid "Host"
826
  msgstr "Host"
827
 
828
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:438
829
- #: wp-live-chat-support/includes/settings_page.php:454
830
  msgid "Port"
831
  msgstr "Port"
832
 
833
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:446
834
- #: wp-live-chat-support/includes/settings_page.php:462
835
  msgid "Username"
836
  msgstr "Brugernavn"
837
 
838
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:454
839
- #: wp-live-chat-support/includes/settings_page.php:470
840
  msgid "Password"
841
  msgstr "Kodeord"
842
 
843
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:463
844
- #: wp-live-chat-support/includes/settings_page.php:479
845
  msgid "Offline Chat Box Title"
846
  msgstr "Offline chat box titel"
847
 
848
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:471
849
- #: wp-live-chat-support/includes/settings_page.php:487
850
  msgid "Offline Text Fields"
851
  msgstr "Offline tekstfelter"
852
 
853
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:504
854
- #: wp-live-chat-support/includes/settings_page.php:546
 
 
 
 
 
 
 
 
 
 
 
 
 
 
855
  msgid "Choose a theme"
856
  msgstr ""
857
 
858
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:509
859
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:512
860
  msgid "Theme 1"
861
  msgstr ""
862
 
863
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:515
864
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:518
865
  msgid "Theme 2"
866
  msgstr ""
867
 
868
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:521
869
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:524
870
  msgid "Theme 3"
871
  msgstr ""
872
 
873
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:527
874
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:530
875
  msgid "Theme 4"
876
  msgstr ""
877
 
878
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:533
879
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:536
880
  msgid "Theme 5"
881
  msgstr ""
882
 
883
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:539
884
  msgid "Theme 6"
885
  msgstr ""
886
 
887
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:542
888
  msgid "Custom. Enter Colour Values Below"
889
  msgstr ""
890
 
891
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:568
892
  msgid "Chat box fill color"
893
  msgstr "Chat box fyld farve"
894
 
895
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:574
896
  msgid "Chat box font color"
897
  msgstr "Chat box font color"
898
 
899
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:581
900
- #: wp-live-chat-support/includes/settings_page.php:677
901
  msgid "I'm using a localization plugin"
902
  msgstr ""
903
 
904
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:584
905
  msgid "documentation"
906
  msgstr "Gennemse dokumentationen."
907
 
908
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:589
909
  msgid ""
910
  "You will only be able to edit the strings shown in the chat window of the "
911
  "code now. <br/> This has been done to accommodate as many localization "
@@ -913,113 +1155,118 @@ msgid ""
913
  "strings, please consult the "
914
  msgstr ""
915
 
916
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:594
917
- #: wp-live-chat-support/includes/settings_page.php:685
918
  msgid "First Section Text"
919
  msgstr "Første tekst section"
920
 
921
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:601
922
- #: wp-live-chat-support/includes/settings_page.php:692
923
  msgid "Intro Text"
924
  msgstr "Introtekst"
925
 
926
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:607
927
- #: wp-live-chat-support/includes/settings_page.php:698
928
  msgid "Second Section Text"
929
  msgstr "Anden tekst section"
930
 
931
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:614
932
- #: wp-live-chat-support/includes/settings_page.php:705
933
  msgid "Reactivate Chat Section Text"
934
  msgstr "Genaktiver chat tekst sektion"
935
 
936
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:622
937
- #: wp-live-chat-support/includes/settings_page.php:713
938
  msgid "User chat welcome"
939
  msgstr "Bruger chat velkommen"
940
 
941
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:628
942
- #: wp-live-chat-support/includes/settings_page.php:719
943
  msgid "Other text"
944
  msgstr "Andet tekst"
945
 
946
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:630
947
- #: wp-live-chat-support/includes/settings_page.php:721
948
  msgid "This text is shown above the user chat input field"
949
  msgstr ""
950
 
951
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:662
 
 
 
 
 
952
  msgid ""
953
  "You are using an outdated version of WP Live Chat Support Basic. Please "
954
  "update your plugin to allow for animations to function"
955
  msgstr "Du bruger en forældet version af WP Live Chat Support Basic. "
956
 
957
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:666
958
- #: wp-live-chat-support/includes/settings_page.php:749
959
  msgid "Choose an animation"
960
  msgstr ""
961
 
962
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:674
963
- #: wp-live-chat-support/includes/settings_page.php:757
964
  msgid "Slide Up"
965
  msgstr ""
966
 
967
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:680
968
- #: wp-live-chat-support/includes/settings_page.php:763
969
  msgid "Slide From The Side"
970
  msgstr ""
971
 
972
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:686
973
- #: wp-live-chat-support/includes/settings_page.php:769
974
  msgid "Fade In"
975
  msgstr ""
976
 
977
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:692
978
- #: wp-live-chat-support/includes/settings_page.php:775
979
  msgid "No Animation"
980
  msgstr ""
981
 
982
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:750
983
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3462
984
- #: wp-live-chat-support/wp-live-chat-support.php:3739
985
  msgid "Current Users that are Chat Agents"
986
  msgstr ""
987
 
988
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:761
989
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3473
990
- #: wp-live-chat-support/wp-live-chat-support.php:3749
 
991
  msgid "Online"
992
  msgstr ""
993
 
994
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:771
995
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3331
996
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3483
997
- #: wp-live-chat-support/wp-live-chat-support.php:2123
 
998
  msgid "Remove"
999
  msgstr "Fjern logo"
1000
 
1001
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:780
1002
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3492
1003
- #: wp-live-chat-support/wp-live-chat-support.php:3799
1004
  msgid "Add New Agent"
1005
  msgstr ""
1006
 
1007
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:782
1008
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:798
1009
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3494
1010
- #: wp-live-chat-support/wp-live-chat-support.php:2559
1011
- #: wp-live-chat-support/wp-live-chat-support.php:3764
1012
  msgid "Select"
1013
  msgstr "Vælg"
1014
 
1015
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:804
1016
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3516
1017
- #: wp-live-chat-support/wp-live-chat-support.php:3800
1018
  msgid "Add Agent"
1019
  msgstr "Agenter"
1020
 
1021
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:810
1022
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3522
1023
  msgid ""
1024
  "Should you wish to add a user that has a role less than 'Author', please go "
1025
  "to the <a href='./users.php'>Users</a> page, select the relevant user, click "
@@ -1027,114 +1274,365 @@ msgid ""
1027
  "checkbox."
1028
  msgstr ""
1029
 
1030
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:811
1031
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3523
1032
  msgid "If there are no chat agents online, the chat will show as offline"
1033
  msgstr "Hvis der ikke er chat agenter online, vil chatten vises som offline."
1034
 
1035
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:815
1036
- #: wp-live-chat-support/includes/settings_page.php:802
1037
  msgid "Blocked Visitors - Based on IP Address"
1038
  msgstr ""
1039
 
1040
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:816
1041
- #: wp-live-chat-support/includes/settings_page.php:803
1042
  msgid "Enter each IP Address you would like to block on a new line"
1043
  msgstr ""
1044
 
1045
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:827
1046
- #: wp-live-chat-support/includes/settings_page.php:814
1047
  msgid ""
1048
  "Blocking a user's IP Address here will hide the chat window from them, "
1049
  "preventing them from chatting with you. Each IP Address must be on a new line"
1050
  msgstr ""
1051
 
1052
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:836
1053
  msgid ""
1054
  "are only available in the WP Live Chat Support Chat Experience Ratings add-on"
1055
  msgstr ""
1056
 
1057
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:840
1058
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1821
1059
  msgid "Chat Encryption"
1060
  msgstr "Chat notifikationer"
1061
 
1062
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:843
1063
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1824
1064
  msgid "Enable Encryption"
1065
  msgstr ""
1066
 
1067
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:843
1068
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1824
1069
  msgid ""
1070
  "All messages will be encrypted when being sent to and from the user and "
1071
  "agent."
1072
  msgstr ""
1073
 
1074
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:851
1075
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1834
1076
  msgid ""
1077
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1078
  msgstr ""
1079
 
1080
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:857
1081
- #: wp-live-chat-support/includes/settings_page.php:822
1082
  msgid "Save Settings"
1083
  msgstr "Gem indstillinger"
1084
 
1085
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:5
1086
- #: wp-live-chat-support-pro/includes/wplc_roi.php:83
1087
- msgid "Add New"
1088
- msgstr ""
 
1089
 
1090
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:8
1091
- #: wp-live-chat-support/wp-live-chat-support.php:4418
1092
- #: wp-live-chat-support/wp-live-chat-support.php:4448
1093
- msgid "WP Live Chat Support Triggers"
1094
- msgstr ""
1095
 
1096
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:16
1097
- #: wp-live-chat-support-pro/includes/wplc_roi.php:110
1098
- #: wp-live-chat-support/wp-live-chat-support.php:4402
1099
- #: wp-live-chat-support/wp-live-chat-support.php:4464
1100
- msgid "Update now"
1101
  msgstr ""
1102
 
1103
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:68
1104
- msgid "Trigger Name"
1105
  msgstr ""
1106
 
1107
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:73
1108
- msgid "Trigger Type"
1109
  msgstr ""
1110
 
1111
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:77
1112
- #: wp-live-chat-support/wp-live-chat-support.php:4454
1113
- msgid "Page Trigger"
 
1114
  msgstr ""
1115
 
1116
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:78
1117
- #: wp-live-chat-support/wp-live-chat-support.php:4455
1118
- msgid "Time Trigger"
1119
  msgstr ""
1120
 
1121
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:79
1122
- #: wp-live-chat-support/wp-live-chat-support.php:4456
1123
- msgid "Scroll Trigger"
 
1124
  msgstr ""
1125
 
1126
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:80
1127
- #: wp-live-chat-support/wp-live-chat-support.php:4457
1128
- msgid "Page Leave Trigger"
1129
- msgstr ""
 
1130
 
1131
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:81
1132
  msgid ""
1133
- "Note: When using page trigger with a the basic theme, no hovercard is shown "
1134
- "by default. We suggest using the time trigger for this instead."
1135
  msgstr ""
1136
 
1137
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1138
  msgid "Page ID"
1139
  msgstr ""
1140
 
@@ -1162,128 +1660,226 @@ msgstr ""
1162
  msgid "Content Replacement"
1163
  msgstr ""
1164
 
1165
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:114
1166
  msgid "Replace Content"
1167
  msgstr ""
1168
 
1169
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:119
1170
  msgid "Enable Trigger"
1171
  msgstr ""
1172
 
1173
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:125
1174
  #: wp-live-chat-support-pro/includes/wplc_roi.php:237
 
 
1175
  msgid "Close"
1176
  msgstr ""
1177
 
1178
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:134
 
1179
  #: wp-live-chat-support-pro/includes/wplc_roi.php:246
1180
  msgid "Please review your submission"
1181
  msgstr ""
1182
 
1183
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:275
1184
  msgid "Trigger has been edited."
1185
  msgstr ""
1186
 
1187
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:428
1188
  msgid "Conflict with page"
1189
  msgstr ""
1190
 
1191
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:430
1192
  msgid "Trigger ID: "
1193
  msgstr ""
1194
 
1195
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:440
1196
- #: wp-live-chat-support-pro/includes/wplc_roi.php:127
1197
- #: wp-live-chat-support/functions.php:1853
1198
- msgid "ID"
1199
  msgstr ""
1200
 
1201
  #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:442
1202
- #: wp-live-chat-support/wp-live-chat-support.php:2321
1203
- msgid "Type"
1204
- msgstr ""
1205
-
1206
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:443
1207
- #: wp-live-chat-support-pro/includes/wplc_roi.php:130
1208
  msgid "Page"
1209
  msgstr ""
1210
 
1211
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:444
1212
- msgid "Content"
 
 
1213
  msgstr ""
1214
 
1215
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:445
1216
- #: wp-live-chat-support/wp-live-chat-support.php:2324
1217
- #: wp-live-chat-support/wp-live-chat-support.php:3075
1218
- msgid "Status"
1219
- msgstr "Status"
1220
 
1221
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:446
1222
- #: wp-live-chat-support-pro/includes/wplc_roi.php:132
1223
- #: wp-live-chat-support/functions.php:1623
1224
- #: wp-live-chat-support/wp-live-chat-support.php:2325
1225
- #: wp-live-chat-support/wp-live-chat-support.php:3076
1226
- msgid "Action"
1227
- msgstr "Handling"
1228
 
1229
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:453
1230
- #: wp-live-chat-support-pro/includes/wplc_roi.php:139
1231
- msgid "Edit"
1232
  msgstr ""
1233
 
1234
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:454
1235
  #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:585
1236
- #: wp-live-chat-support-pro/includes/wplc_roi.php:140
1237
- #: wp-live-chat-support-pro/includes/wplc_roi.php:545
1238
- msgid "Delete"
 
 
 
 
1239
  msgstr ""
1240
 
1241
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:462
1242
- #: wp-live-chat-support-pro/includes/wplc_roi.php:656
1243
- #: wp-live-chat-support/wp-live-chat-support.php:3553
1244
- msgid "All"
 
 
 
1245
  msgstr ""
1246
 
1247
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:466
1248
- msgid "Click to change trigger status"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1249
  msgstr ""
1250
 
1251
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:476
1252
- msgid "No Triggers Found..."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1253
  msgstr ""
 
 
1254
 
1255
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:580
1256
- msgid "Are you sure you would like to delete trigger"
1257
  msgstr ""
1258
 
1259
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:586
1260
- #: wp-live-chat-support-pro/includes/wplc_roi.php:546
1261
- msgid "Cancel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1262
  msgstr ""
1263
 
1264
  #: wp-live-chat-support-pro/includes/wplc_roi.php:72
1265
  msgid "ROI Goals"
1266
  msgstr ""
1267
 
1268
- #: wp-live-chat-support-pro/includes/wplc_roi.php:86
 
 
 
 
 
 
1269
  msgid "WP Live Chat Support ROI Goals"
1270
  msgstr ""
1271
 
1272
- #: wp-live-chat-support-pro/includes/wplc_roi.php:129
1273
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3873
1274
  msgid "Overview"
1275
  msgstr ""
1276
 
1277
- #: wp-live-chat-support-pro/includes/wplc_roi.php:131
1278
- #: wp-live-chat-support/modules/api/wplc-api.php:76
1279
  msgid "Value"
1280
  msgstr ""
1281
 
1282
- #: wp-live-chat-support-pro/includes/wplc_roi.php:146
 
 
1283
  msgid "None"
1284
  msgstr ""
1285
 
1286
- #: wp-live-chat-support-pro/includes/wplc_roi.php:153
1287
  msgid "No ROI Goals Found..."
1288
  msgstr ""
1289
 
@@ -1323,529 +1919,1215 @@ msgstr ""
1323
  msgid "No Goals Found"
1324
  msgstr ""
1325
 
1326
- #: wp-live-chat-support-pro/includes/wplc_roi.php:657
1327
  msgid "Last 30 Days"
1328
  msgstr ""
1329
 
1330
- #: wp-live-chat-support-pro/includes/wplc_roi.php:658
1331
  msgid "Last 15 Days"
1332
  msgstr ""
1333
 
1334
- #: wp-live-chat-support-pro/includes/wplc_roi.php:659
1335
  msgid "Last 7 Days"
1336
  msgstr ""
1337
 
1338
- #: wp-live-chat-support-pro/includes/wplc_roi.php:660
1339
  msgid "Last 24 Hours"
1340
  msgstr ""
1341
 
1342
- #: wp-live-chat-support-pro/includes/wplc_roi.php:712
1343
  msgid "Value Per Conversion"
1344
  msgstr ""
1345
 
1346
- #: wp-live-chat-support-pro/includes/wplc_roi.php:718
1347
  msgid "Total Value"
1348
  msgstr ""
1349
 
1350
- #: wp-live-chat-support-pro/includes/wplc_roi.php:723
1351
  msgid "Total Conversions"
1352
  msgstr ""
1353
 
1354
- #: wp-live-chat-support-pro/includes/wplc_roi.php:757
1355
  msgid "Value By Date"
1356
  msgstr ""
1357
 
1358
- #: wp-live-chat-support-pro/includes/wplc_roi.php:760
1359
  msgid "Value By Agent"
1360
  msgstr ""
1361
 
1362
- #: wp-live-chat-support-pro/includes/wplc_roi.php:766
1363
  msgid "No data available yet..."
1364
  msgstr ""
1365
 
1366
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:511
1367
- #, php-format
1368
- msgid ""
1369
- "WP Live Chat Support Pro <strong>requires WP Live Chat Support version 6+</"
1370
- "strong> (basic version). Please <strong><a href=\"%1$s\">update the plugin</"
1371
- "a></strong> in order for the plugin to continue working correctly."
1372
  msgstr ""
1373
 
1374
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:597
1375
- msgid "WP Live Chat Support Pro"
1376
- msgstr ""
 
 
1377
 
1378
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:710
1379
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:721
1380
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3201
1381
- msgid "Quick Responses"
1382
- msgstr "Hurtig svar"
1383
 
1384
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:711
1385
- msgid "Quick Response"
1386
- msgstr "Hurtig svar"
 
 
1387
 
1388
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:712
1389
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:715
1390
- msgid "New Quick Response"
1391
- msgstr "Nyt hurtig svar"
1392
 
1393
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:713
1394
- msgid "Add New Quick Response"
1395
- msgstr "Tilføj nyt hurtig svar"
1396
 
1397
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:714
1398
- msgid "Edit Quick Response"
1399
- msgstr "Rediger hurtig svar"
 
 
1400
 
1401
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:716
1402
- msgid "All Quick Responses"
1403
- msgstr "All hurtig svar"
1404
 
1405
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:717
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1406
  msgid "View Quick Responses"
1407
  msgstr "Vis hurtig svar"
1408
 
1409
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:718
1410
  msgid "Search Quick Responses"
1411
  msgstr "Søg i hurtige svar"
1412
 
1413
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:719
1414
  msgid "No Quick Responses found"
1415
  msgstr "Ingen hurtig svar fundet"
1416
 
1417
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:720
1418
  msgid "No Quick Responses found in the Trash"
1419
  msgstr "Ingen hurtig svar fundet i skraldespanden."
1420
 
1421
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:725
1422
  msgid "Quick Responses for WP Live Chat Support Pro"
1423
  msgstr "Hurtig svar til WP Live Chat Support Pro"
1424
 
1425
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:791
1426
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:795
1427
- #: wp-live-chat-support/wp-live-chat-support.php:2559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1428
  msgid "Assign Quick Response"
1429
  msgstr "Tildel hurtig respons"
1430
 
1431
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:804
1432
  msgid "What is this?"
1433
  msgstr "Hvad er det?"
1434
 
1435
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:841
1436
- #, php-format
1437
- msgid "Incoming chat from %s (%s) on %s"
1438
- msgstr ""
1439
-
1440
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:847
1441
- #, php-format
1442
- msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
1443
- msgstr ""
1444
-
1445
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:895
1446
- #: wp-live-chat-support/includes/settings_page.php:239
1447
  msgid "Display typing indicator"
1448
  msgstr ""
1449
 
1450
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:895
1451
  msgid ""
1452
  "Display the \"typing...\" animation in the chat window as soon as an agent "
1453
  "or visitor is typing."
1454
  msgstr ""
1455
 
1456
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:902
1457
  #, php-format
1458
  msgid ""
1459
  "Please update your <a href='%s'>basic version</a> to make use of this "
1460
  "feature."
1461
  msgstr ""
1462
 
1463
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:910
1464
  msgid ""
1465
  "For non-cloud server users, please note that this will increase the amount "
1466
  "of server resources required."
1467
  msgstr ""
1468
 
1469
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:927
1470
  msgid "Use WordPress name instead"
1471
  msgstr ""
1472
 
1473
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:930
1474
  msgid "Note: 'Name' field will be ignored"
1475
  msgstr ""
1476
 
1477
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:948
1478
  msgid "Incoming chat ring tone"
1479
  msgstr ""
1480
 
1481
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:952
 
1482
  msgid "Default"
1483
  msgstr ""
1484
 
1485
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1001
 
 
 
 
 
 
 
 
 
 
 
 
1486
  msgid "Recomended Size 60px x 60px"
1487
  msgstr ""
1488
 
1489
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1043
 
 
 
 
1490
  msgid "User Experience"
1491
  msgstr ""
1492
 
1493
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1052
1494
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1082
1495
  #, php-format
1496
  msgid ""
1497
  "Please update your <a href='%s'>basic version</a> to make use of these "
1498
  "features."
1499
  msgstr ""
1500
 
1501
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1059
1502
  msgid "Enable Text Editor"
1503
  msgstr ""
1504
 
1505
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1059
1506
  msgid ""
1507
  "Adds advanced text editor features, such as links, text styling, and more!"
1508
  msgstr ""
1509
 
1510
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1063
1511
  msgid "Enable File Sharing"
1512
  msgstr ""
1513
 
1514
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1063
1515
  msgid "Adds file sharing to your chat box!"
1516
  msgstr ""
1517
 
1518
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1067
1519
  msgid "Enable Experience Ratings"
1520
  msgstr ""
1521
 
1522
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1067
1523
  msgid "Allows users to rate the chat experience with an agent."
1524
  msgstr ""
1525
 
1526
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1073
1527
- #: wp-live-chat-support/includes/settings_page.php:362
 
1528
  msgid "Social"
1529
  msgstr ""
1530
 
1531
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1090
1532
- #: wp-live-chat-support/includes/settings_page.php:367
1533
- msgid "Facebook URL"
1534
- msgstr ""
1535
-
1536
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1090
1537
- #: wp-live-chat-support/includes/settings_page.php:367
1538
  msgid "Link your Facebook page here. Leave blank to hide"
1539
  msgstr ""
1540
 
1541
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1091
1542
- #: wp-live-chat-support/includes/settings_page.php:369
1543
  msgid "Facebook URL..."
1544
  msgstr ""
1545
 
1546
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1094
1547
- #: wp-live-chat-support/includes/settings_page.php:380
1548
- msgid "Twitter URL"
1549
- msgstr ""
1550
-
1551
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1094
1552
- #: wp-live-chat-support/includes/settings_page.php:380
1553
  msgid "Link your Twitter page here. Leave blank to hide"
1554
  msgstr ""
1555
 
1556
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1095
1557
- #: wp-live-chat-support/includes/settings_page.php:382
1558
  msgid "Twitter URL..."
1559
  msgstr ""
1560
 
1561
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1118
1562
- msgid "Admin"
1563
- msgstr ""
 
 
1564
 
1565
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1612
1566
- msgid "You are currently accepting chats"
1567
- msgstr ""
 
 
1568
 
1569
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1613
1570
- msgid "You are not accepting chats"
1571
  msgstr ""
1572
 
1573
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1627
1574
  msgid ""
1575
  "You have set your status to offline. To view visitors and accept chats "
1576
  "please set your status to online using the switch above."
1577
  msgstr ""
1578
 
1579
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1833
1580
  msgid ""
1581
- "Please note: Chat messages will only be encrypted and decreypted if you have "
1582
  "inserted your WP Live Chat Support Pro API Key on the <a href=\"admin.php?"
1583
  "page=wplivechat-menu-api-keys-page\">API Keys page</a>."
1584
  msgstr ""
1585
 
1586
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2119
1587
  msgid "Exclude chat from 'Home' page:"
1588
  msgstr ""
1589
 
1590
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2119
1591
  msgid ""
1592
  "Leaving this unchecked will allow the chat window to display on your home "
1593
  "page."
1594
  msgstr ""
1595
 
1596
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2127
1597
  msgid "Exclude chat from 'Archive' pages:"
1598
  msgstr ""
1599
 
1600
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2127
1601
  msgid ""
1602
  "Leaving this unchecked will allow the chat window to display on your archive "
1603
  "pages."
1604
  msgstr ""
1605
 
1606
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2458
1607
  msgid "Attempting to open the chat window... Please be patient."
1608
  msgstr "Forsøger at åbne chat vinduet... Vent venligst."
1609
 
1610
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2516
1611
  msgid ""
1612
  "You are not a chat agent. Please make yourself a chat agent before trying to "
1613
  "chat to visitors"
1614
  msgstr ""
1615
 
1616
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2777
1617
  msgid "This chat has already been answered by another agent."
1618
  msgstr ""
1619
 
1620
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3084
1621
- #: wp-live-chat-support/wp-live-chat-support.php:2220
1622
  msgid "Agent(s) online"
1623
  msgstr "Chat Agenter Online"
1624
 
1625
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3202
1626
- #: wp-live-chat-support/wp-live-chat-support.php:731
1627
  msgid "Reporting"
1628
  msgstr ""
1629
 
1630
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3203
1631
- #: wp-live-chat-support/wp-live-chat-support.php:737
1632
  msgid "Triggers"
1633
  msgstr ""
1634
 
1635
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3679
1636
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3687
1637
- #: wp-live-chat-support/wp-live-chat-support.php:4298
 
 
 
 
 
 
 
 
 
 
1638
  msgid "Experience Rating"
1639
  msgstr ""
1640
 
1641
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3767
1642
  msgid "User Experience Ratings"
1643
  msgstr ""
1644
 
1645
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3774
1646
  msgid "Agent Statistics"
1647
  msgstr ""
1648
 
1649
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3820
1650
  msgid "Satisfaction Rating"
1651
  msgstr ""
1652
 
1653
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3821
1654
  msgid "Rating Count"
1655
  msgstr ""
1656
 
1657
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3821
1658
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3835
1659
  msgid "Good"
1660
  msgstr ""
1661
 
1662
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3821
1663
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3835
1664
  msgid "Bad"
1665
  msgstr ""
1666
 
1667
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3829
1668
  msgid "No Ratings for this agent"
1669
  msgstr ""
1670
 
1671
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3870
1672
- #: wp-live-chat-support/wp-live-chat-support.php:4379
1673
- #: wp-live-chat-support/wp-live-chat-support.php:4386
 
 
 
 
1674
  msgid "WP Live Chat Support Reporting"
1675
  msgstr ""
1676
 
1677
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3874
1678
  msgid "Popular Pages"
1679
  msgstr ""
1680
 
1681
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3892
1682
  msgid "Total Agents"
1683
  msgstr ""
1684
 
1685
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3892
1686
  msgid "Total number of agents that used the live chat"
1687
  msgstr ""
1688
 
1689
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3893
1690
  msgid "Total Chats"
1691
  msgstr ""
1692
 
1693
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3893
1694
  msgid "Total number of chats received"
1695
  msgstr ""
1696
 
1697
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3894
1698
  msgid "Total URLs"
1699
  msgstr ""
1700
 
1701
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3894
1702
  msgid "Total number of URLs a chat was initiated on"
1703
  msgstr ""
1704
 
1705
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3895
1706
  msgid "Chats per day"
1707
  msgstr ""
1708
 
1709
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3896
1710
  msgid "Popular pages a chat was initiated on"
1711
  msgstr ""
1712
 
1713
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3972
1714
- #: wp-live-chat-support/functions.php:1622
1715
- #: wp-live-chat-support/wp-live-chat-support.php:3074
1716
  msgid "URL"
1717
  msgstr "URL"
1718
 
1719
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3973
1720
  msgid "Count"
1721
  msgstr ""
1722
 
1723
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3993
1724
  msgid "Disable initiate chat feature:"
1725
  msgstr ""
1726
 
1727
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3993
1728
  msgid ""
1729
  "This will substantially improve performance. If you are experiencing "
1730
  "performance issues on your site, you should disable the initiate chat "
1731
  "feature and only enable it when you need it."
1732
  msgstr ""
1733
 
1734
- #: wp-live-chat-support/functions.php:451
1735
- msgid "Only chat agents can accept chats"
 
 
 
 
 
 
1736
  msgstr ""
1737
 
1738
- #: wp-live-chat-support/functions.php:654
1739
- #: wp-live-chat-support/wp-live-chat-support.php:567
1740
- #: wp-live-chat-support/wp-live-chat-support.php:1588
1741
- #: wp-live-chat-support/wp-live-chat-support.php:2697
1742
- #: wp-live-chat-support/wp-live-chat-support.php:4268
1743
- msgid "Welcome. How may I help you?"
1744
  msgstr ""
1745
 
1746
- #: wp-live-chat-support/functions.php:1003
1747
- msgid "complete"
1748
- msgstr "færdig"
1749
 
1750
- #: wp-live-chat-support/functions.php:1006
1751
- msgid "pending"
1752
- msgstr "venter"
1753
 
1754
- #: wp-live-chat-support/functions.php:1009
1755
- msgid "active"
1756
- msgstr "aktiv"
1757
 
1758
- #: wp-live-chat-support/functions.php:1012
1759
- msgid "deleted"
1760
- msgstr "slettet"
1761
 
1762
- #: wp-live-chat-support/functions.php:1015
1763
- msgid "browsing"
1764
- msgstr "browser"
1765
 
1766
- #: wp-live-chat-support/functions.php:1018
1767
- msgid "requesting chat"
1768
- msgstr "anmodede om chat"
 
 
1769
 
1770
- #: wp-live-chat-support/functions.php:1021
1771
- msgid "Chat Ended - User still browsing"
1772
- msgstr "Chat sluttet - brugeren browser stadig"
 
 
1773
 
1774
- #: wp-live-chat-support/functions.php:1024
1775
- msgid "User is browsing but doesn't want to chat"
1776
- msgstr "Brugeren browser, men vil ikke chatte"
 
1777
 
1778
- #: wp-live-chat-support/functions.php:1359
1779
- msgid "Get Pro Add-on to accept more chats"
1780
- msgstr "Få Pro add-on for at acceptere flere chats"
1781
 
1782
- #: wp-live-chat-support/functions.php:1597
1783
- #: wp-live-chat-support/wp-live-chat-support.php:3036
1784
- msgid "Error: Could not delete chat"
1785
  msgstr ""
1786
 
1787
- #: wp-live-chat-support/functions.php:1601
1788
- #: wp-live-chat-support/wp-live-chat-support.php:3040
1789
- msgid "Chat Deleted"
1790
  msgstr ""
1791
 
1792
- #: wp-live-chat-support/functions.php:1608
1793
- #: wp-live-chat-support/wp-live-chat-support.php:3047
1794
- msgid "Are you sure you would like to delete this chat?"
1795
  msgstr ""
1796
 
1797
- #: wp-live-chat-support/functions.php:1650
1798
- msgid "You have not missed any chat requests."
1799
  msgstr ""
1800
 
1801
- #: wp-live-chat-support/functions.php:1843
1802
- msgid "Open chat window via"
1803
  msgstr ""
1804
 
1805
- #: wp-live-chat-support/functions.php:1847
1806
- msgid "Click"
1807
  msgstr ""
1808
 
1809
- #: wp-live-chat-support/functions.php:1848
1810
- msgid "Hover"
1811
  msgstr ""
1812
 
1813
- #: wp-live-chat-support/functions.php:1850
1814
- msgid "element with"
1815
  msgstr ""
1816
 
1817
- #: wp-live-chat-support/functions.php:1852
1818
- msgid "Class"
1819
  msgstr ""
1820
 
1821
- #: wp-live-chat-support/includes/deprecated.php:151
1822
- #: wp-live-chat-support/includes/deprecated.php:348
1823
- #: wp-live-chat-support/wp-live-chat-support.php:559
1824
- #: wp-live-chat-support/wp-live-chat-support.php:1650
1825
- #: wp-live-chat-support/wp-live-chat-support.php:2683
1826
- #: wp-live-chat-support/wp-live-chat-support.php:4260
1827
- msgid "Questions?"
1828
- msgstr "Spørgsmål?"
1829
 
1830
- #: wp-live-chat-support/includes/deprecated.php:151
1831
- #: wp-live-chat-support/includes/deprecated.php:348
1832
- #: wp-live-chat-support/wp-live-chat-support.php:560
1833
- #: wp-live-chat-support/wp-live-chat-support.php:1651
1834
- #: wp-live-chat-support/wp-live-chat-support.php:2684
1835
- #: wp-live-chat-support/wp-live-chat-support.php:4261
1836
- msgid "Chat with us"
1837
- msgstr "Chat med os"
1838
 
1839
- #: wp-live-chat-support/includes/deprecated.php:158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1840
  #: wp-live-chat-support/includes/deprecated.php:355
1841
  msgid "Start Live Chat"
1842
  msgstr "Start chat"
1843
 
1844
  #: wp-live-chat-support/includes/deprecated.php:210
1845
  #: wp-live-chat-support/includes/deprecated.php:410
1846
- #: wp-live-chat-support/wp-live-chat-support.php:562
1847
- #: wp-live-chat-support/wp-live-chat-support.php:2686
1848
- #: wp-live-chat-support/wp-live-chat-support.php:4263
1849
  msgid "Start Chat"
1850
  msgstr "Start chat"
1851
 
@@ -1856,515 +3138,1804 @@ msgstr "Tilslutter dig til en salgsperson. Vent venligst."
1856
 
1857
  #: wp-live-chat-support/includes/deprecated.php:216
1858
  #: wp-live-chat-support/includes/deprecated.php:416
1859
- #: wp-live-chat-support/wp-live-chat-support.php:566
1860
- #: wp-live-chat-support/wp-live-chat-support.php:1784
1861
- #: wp-live-chat-support/wp-live-chat-support.php:1835
1862
- #: wp-live-chat-support/wp-live-chat-support.php:2690
1863
- #: wp-live-chat-support/wp-live-chat-support.php:4267
1864
  msgid "Reactivating your previous chat..."
1865
  msgstr "Genaktiverer din tidligere chat..."
1866
 
1867
  #: wp-live-chat-support/includes/deprecated.php:221
1868
  #: wp-live-chat-support/includes/deprecated.php:421
1869
- #: wp-live-chat-support/wp-live-chat-support.php:568
1870
- #: wp-live-chat-support/wp-live-chat-support.php:2558
1871
- #: wp-live-chat-support/wp-live-chat-support.php:2696
1872
- #: wp-live-chat-support/wp-live-chat-support.php:4269
1873
  msgid "Press ENTER to send your message"
1874
  msgstr "Tryk på ENTER for at sende din besked"
1875
 
1876
- #: wp-live-chat-support/includes/deprecated.php:225
1877
- #: wp-live-chat-support/includes/deprecated.php:425
1878
- #: wp-live-chat-support/wp-live-chat-support.php:1624
1879
- #: wp-live-chat-support/wp-live-chat-support.php:2573
1880
- msgid "Send"
1881
- msgstr "Send"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1882
 
1883
- #: wp-live-chat-support/includes/feedback-page.php:6
1884
- msgid "WP Live Chat Support Feedback"
1885
- msgstr "WP Live Chat Support Feedback"
 
 
1886
 
1887
- #: wp-live-chat-support/includes/feedback-page.php:11
1888
- msgid "Your Name"
1889
- msgstr "Dit navn"
 
 
1890
 
1891
- #: wp-live-chat-support/includes/feedback-page.php:19
1892
- msgid "Your Email"
1893
- msgstr "Din e-mail"
1894
 
1895
- #: wp-live-chat-support/includes/feedback-page.php:27
1896
- msgid "Your Website"
1897
- msgstr "Din hjemmeside"
1898
 
1899
- #: wp-live-chat-support/includes/feedback-page.php:35
1900
- #: wp-live-chat-support/wp-live-chat-support.php:766
1901
- msgid "Feedback"
1902
- msgstr "Feedback"
1903
 
1904
- #: wp-live-chat-support/includes/feedback-page.php:46
1905
- msgid "Send Feedback"
1906
- msgstr "Send feedback"
 
1907
 
1908
- #: wp-live-chat-support/includes/settings_page.php:73
1909
- msgid "Agents"
1910
- msgstr "Agenter"
1911
 
1912
- #: wp-live-chat-support/includes/settings_page.php:175
1913
- msgid "Include chat window on the following pages"
1914
  msgstr ""
1915
 
1916
- #: wp-live-chat-support/includes/settings_page.php:181
1917
- #: wp-live-chat-support/includes/settings_page.php:196
1918
- #: wp-live-chat-support/includes/settings_page.php:245
1919
- #: wp-live-chat-support/includes/settings_page.php:262
1920
- #: wp-live-chat-support/includes/settings_page.php:278
1921
- #: wp-live-chat-support/includes/settings_page.php:294
1922
- #: wp-live-chat-support/includes/settings_page.php:310
1923
- #: wp-live-chat-support/includes/settings_page.php:327
1924
- #: wp-live-chat-support/includes/settings_page.php:372
1925
- #: wp-live-chat-support/includes/settings_page.php:385
1926
- msgid "available in the"
1927
- msgstr "tilgængelige på "
1928
 
1929
- #: wp-live-chat-support/includes/settings_page.php:182
1930
- #: wp-live-chat-support/includes/settings_page.php:197
1931
- #: wp-live-chat-support/includes/settings_page.php:246
1932
- #: wp-live-chat-support/includes/settings_page.php:263
1933
- #: wp-live-chat-support/includes/settings_page.php:279
1934
- #: wp-live-chat-support/includes/settings_page.php:295
1935
- #: wp-live-chat-support/includes/settings_page.php:311
1936
- #: wp-live-chat-support/includes/settings_page.php:328
1937
- #: wp-live-chat-support/includes/settings_page.php:373
1938
- #: wp-live-chat-support/includes/settings_page.php:386
1939
- #: wp-live-chat-support/wp-live-chat-support.php:3153
1940
- #: wp-live-chat-support/wp-live-chat-support.php:3945
1941
- #: wp-live-chat-support/wp-live-chat-support.php:4013
1942
- msgid "Pro Add-on"
1943
- msgstr "Pro Add-on"
1944
 
1945
- #: wp-live-chat-support/includes/settings_page.php:183
1946
- #: wp-live-chat-support/includes/settings_page.php:198
1947
- #: wp-live-chat-support/includes/settings_page.php:247
1948
- #: wp-live-chat-support/includes/settings_page.php:264
1949
- #: wp-live-chat-support/includes/settings_page.php:280
1950
- #: wp-live-chat-support/includes/settings_page.php:296
1951
- #: wp-live-chat-support/includes/settings_page.php:312
1952
- #: wp-live-chat-support/includes/settings_page.php:329
1953
- #: wp-live-chat-support/includes/settings_page.php:374
1954
- #: wp-live-chat-support/includes/settings_page.php:387
1955
- msgid "only"
1956
- msgstr "kun"
1957
 
1958
- #: wp-live-chat-support/includes/settings_page.php:190
1959
- msgid "Exclude chat window on the following pages"
 
 
1960
  msgstr ""
1961
 
1962
- #: wp-live-chat-support/includes/settings_page.php:239
1963
- msgid "Display a typing animation as soon as someone starts typing."
1964
  msgstr ""
1965
 
1966
- #: wp-live-chat-support/includes/settings_page.php:324
1967
- msgid "Alert me via email as soon as someone wants to chat"
1968
- msgstr "Underret mig via e-mail, snart nogen ønsker at chatte"
 
 
1969
 
1970
- #: wp-live-chat-support/includes/settings_page.php:551
1971
- #: wp-live-chat-support/includes/settings_page.php:552
1972
- msgid "Classic"
1973
  msgstr ""
1974
 
1975
- #: wp-live-chat-support/includes/settings_page.php:555
1976
- #: wp-live-chat-support/includes/settings_page.php:556
1977
- msgid "Modern"
1978
  msgstr ""
1979
 
1980
- #: wp-live-chat-support/includes/settings_page.php:572
1981
- msgid "Colour Scheme"
 
1982
  msgstr ""
1983
 
1984
- #: wp-live-chat-support/includes/settings_page.php:627
1985
- msgid "Choose"
1986
  msgstr ""
1987
 
1988
- #: wp-live-chat-support/includes/settings_page.php:628
1989
- msgid "Your"
 
1990
  msgstr ""
1991
 
1992
- #: wp-live-chat-support/includes/settings_page.php:629
1993
- msgid "Colors"
1994
  msgstr ""
1995
 
1996
- #: wp-live-chat-support/includes/settings_page.php:630
1997
- msgid "Below"
 
 
1998
  msgstr ""
1999
 
2000
- #: wp-live-chat-support/includes/settings_page.php:652
2001
- msgid "Palette Color 1"
 
2002
  msgstr ""
2003
 
2004
- #: wp-live-chat-support/includes/settings_page.php:658
2005
- msgid "Palette Color 2"
 
 
 
2006
  msgstr ""
2007
 
2008
- #: wp-live-chat-support/includes/settings_page.php:664
2009
- msgid "Palette Color 3"
 
2010
  msgstr ""
2011
 
2012
- #: wp-live-chat-support/includes/settings_page.php:670
2013
- msgid "Palette Color 4"
 
2014
  msgstr ""
2015
 
2016
- #: wp-live-chat-support/includes/surveys.php:8
2017
- #: wp-live-chat-support/includes/surveys.php:21
2018
- #: wp-live-chat-support/includes/surveys.php:290
2019
- #: wp-live-chat-support/wp-live-chat-support.php:726
2020
- msgid "Surveys"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2021
  msgstr ""
2022
 
2023
- #: wp-live-chat-support/includes/surveys.php:24
2024
- msgid "Enable Surveys"
 
 
 
 
 
 
 
 
2025
  msgstr ""
2026
 
2027
- #: wp-live-chat-support/includes/surveys.php:24
2028
- msgid ""
2029
- "Enable surveys within your live chat box, either before or after a live chat "
2030
- "session."
2031
  msgstr ""
2032
 
2033
- #: wp-live-chat-support/includes/surveys.php:33
 
2034
  #, php-format
2035
  msgid ""
2036
- "No surveys created. Please <a href=\"%s\" target=\"_BLANK\" title="
2037
- "\"NimbleSquirrel\">create a survey and then refresh this page.</a>"
2038
  msgstr ""
2039
 
2040
- #: wp-live-chat-support/includes/surveys.php:40
2041
- msgid "Select a survey"
2042
  msgstr ""
2043
 
2044
- #: wp-live-chat-support/includes/surveys.php:66
2045
- msgid "Display survey"
 
2046
  msgstr ""
2047
 
2048
- #: wp-live-chat-support/includes/surveys.php:69
2049
- msgid "Before chat"
2050
  msgstr ""
2051
 
2052
- #: wp-live-chat-support/includes/surveys.php:70
2053
- msgid "After chat"
2054
  msgstr ""
2055
 
2056
- #: wp-live-chat-support/includes/surveys.php:75
2057
- msgid "Chat button text"
 
 
2058
  msgstr ""
2059
 
2060
- #: wp-live-chat-support/includes/surveys.php:81
2061
- msgid "Change title of chat box when chat ended to"
 
 
 
 
2062
  msgstr ""
2063
 
2064
- #: wp-live-chat-support/includes/surveys.php:246
2065
- #: wp-live-chat-support/wp-live-chat-support.php:563
2066
- #: wp-live-chat-support/wp-live-chat-support.php:2687
2067
- #: wp-live-chat-support/wp-live-chat-support.php:4264
2068
- msgid "Or chat to an agent now"
2069
  msgstr ""
2070
 
2071
- #: wp-live-chat-support/includes/surveys.php:251
2072
- #: wp-live-chat-support/wp-live-chat-support.php:1425
2073
- msgid "Leave a message"
2074
- msgstr ""
 
 
 
2075
 
2076
- #: wp-live-chat-support/includes/surveys.php:285
2077
- msgid "WP Live Chat Surveys with Nimble Squirrel"
 
 
 
 
2078
  msgstr ""
2079
 
2080
- #: wp-live-chat-support/includes/surveys.php:291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2081
  msgid ""
2082
- "To view your responses, click the button below and log in to your "
2083
- "NimbleSquirrel account."
2084
  msgstr ""
2085
 
2086
- #: wp-live-chat-support/includes/surveys.php:294
 
 
 
 
 
 
 
 
2087
  msgid ""
2088
- "Need help? <a href='https://wp-livechat.com/contact-us/' "
2089
- "target='_BLANK'>Contact us</a> and we'll get back to you as soon as possible!"
2090
  msgstr ""
2091
 
2092
- #: wp-live-chat-support/includes/surveys.php:304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2093
  #, php-format
2094
  msgid ""
2095
- "Register on <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
2096
- "\">NimbleSquirrel</a> (It's free.)"
 
2097
  msgstr ""
2098
 
2099
- #: wp-live-chat-support/includes/surveys.php:307
2100
  #, php-format
2101
  msgid ""
2102
- "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Create a survey</"
2103
- "a>."
2104
  msgstr ""
2105
 
2106
- #: wp-live-chat-support/includes/surveys.php:314
2107
- msgid "Add a Survey to your live chat box"
 
 
2108
  msgstr ""
2109
 
2110
- #: wp-live-chat-support/includes/surveys.php:315
2111
- msgid "Three simple steps:"
 
 
 
 
 
 
 
 
 
 
 
 
 
2112
  msgstr ""
2113
 
2114
- #: wp-live-chat-support/includes/surveys.php:319
 
 
 
 
 
 
2115
  msgid ""
2116
- "Enable surveys in your live chat <a href='admin.php?page=wplivechat-menu-"
2117
- "settings'>settings page</a>."
2118
  msgstr ""
2119
 
2120
- #: wp-live-chat-support/includes/update_control.class.php:122
2121
  msgid ""
2122
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
2123
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
2124
  msgstr ""
2125
- "Un uforventet HTTP fejl skete under API forespørgslen.</p> <p><a href=\"?\" "
2126
- "onclick=\"document.location.reload(); return false;\">Prøv igen.</a>"
2127
 
2128
- #: wp-live-chat-support/includes/update_control.class.php:127
2129
- msgid "An unknown error occurred"
2130
- msgstr "En ukendt fejl skete."
2131
 
2132
- #: wp-live-chat-support/includes/welcome_page.php:4
2133
- msgid "Welcome to "
2134
- msgstr "Velkommen til"
2135
 
2136
- #: wp-live-chat-support/includes/welcome_page.php:6
2137
- msgid "Version 6"
2138
  msgstr ""
2139
 
2140
- #: wp-live-chat-support/includes/welcome_page.php:8
2141
- msgid "The most popular live chat plugin!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2142
  msgstr ""
2143
 
2144
- #: wp-live-chat-support/includes/welcome_page.php:11
2145
- msgid "How did you find us?"
 
 
2146
  msgstr ""
2147
 
2148
- #: wp-live-chat-support/includes/welcome_page.php:16
2149
- msgid "WordPress.org plugin repository "
2150
- msgstr "WordPress.org plugin arkiv"
 
 
2151
 
2152
- #: wp-live-chat-support/includes/welcome_page.php:19
2153
- msgid "Search Term"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2154
  msgstr "Søgefrase"
2155
 
2156
- #: wp-live-chat-support/includes/welcome_page.php:23
2157
- msgid "Google or other search Engine"
2158
- msgstr "Google eller andre søgemaskiner"
2159
 
2160
- #: wp-live-chat-support/includes/welcome_page.php:29
2161
- msgid "Friend recommendation"
2162
- msgstr "Anbefaling af ven"
2163
 
2164
- #: wp-live-chat-support/includes/welcome_page.php:35
2165
- msgid "Other"
2166
- msgstr "Andre"
 
 
 
2167
 
2168
- #: wp-live-chat-support/includes/welcome_page.php:39
2169
- msgid "Please Explain"
2170
- msgstr "Forklar venligst"
 
2171
 
2172
- #: wp-live-chat-support/includes/welcome_page.php:48
2173
- msgid "Submit"
2174
- msgstr "Send"
 
 
2175
 
2176
- #: wp-live-chat-support/includes/welcome_page.php:50
2177
- msgid "Skip"
2178
- msgstr "Spring over"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2179
 
2180
- #: wp-live-chat-support/modules/api/wplc-api.php:44
2181
- msgid "Rest API"
2182
  msgstr ""
2183
 
2184
- #: wp-live-chat-support/modules/api/wplc-api.php:62
2185
- msgid ""
2186
- "To make use of the REST API, please ensure you are using a version of "
2187
- "WordPress with the REST API included."
2188
  msgstr ""
2189
 
2190
- #: wp-live-chat-support/modules/api/wplc-api.php:64
2191
- msgid ""
2192
- "Alternatively, please install the official Rest API plugin from WordPress."
 
 
 
 
 
2193
  msgstr ""
2194
 
2195
- #: wp-live-chat-support/modules/api/wplc-api.php:71
2196
- msgid "REST API"
 
2197
  msgstr ""
2198
 
2199
- #: wp-live-chat-support/modules/api/wplc-api.php:75
2200
- msgid "Option"
 
2201
  msgstr ""
2202
 
2203
- #: wp-live-chat-support/modules/api/wplc-api.php:82
2204
- msgid "Secret Token"
2205
  msgstr ""
2206
 
2207
- #: wp-live-chat-support/modules/api/wplc-api.php:85
2208
- msgid "No secret token found"
 
 
 
 
 
 
 
2209
  msgstr ""
2210
 
2211
- #: wp-live-chat-support/modules/api/wplc-api.php:86
2212
- msgid "Generate New"
 
 
2213
  msgstr ""
2214
 
2215
- #: wp-live-chat-support/modules/api/wplc-api.php:91
2216
- msgid "Supported API Calls"
2217
  msgstr ""
2218
 
2219
- #: wp-live-chat-support/modules/api/wplc-api.php:95
2220
- #: wp-live-chat-support/modules/api/wplc-api.php:103
2221
- #: wp-live-chat-support/modules/api/wplc-api.php:111
2222
- #: wp-live-chat-support/modules/api/wplc-api.php:119
2223
- #: wp-live-chat-support/modules/api/wplc-api.php:127
2224
- #: wp-live-chat-support/modules/api/wplc-api.php:136
2225
- msgid "Try"
2226
  msgstr ""
2227
 
2228
- #: wp-live-chat-support/modules/api/wplc-api.php:144
2229
- msgid "API Response Codes"
2230
  msgstr ""
2231
 
2232
- #: wp-live-chat-support/modules/api/wplc-api.php:288
2233
- msgid "Rest Console "
 
 
 
 
 
 
2234
  msgstr ""
2235
 
2236
- #: wp-live-chat-support/modules/api/wplc-api.php:295
2237
- msgid "Try it!"
2238
  msgstr ""
2239
 
2240
- #: wp-live-chat-support/wp-live-chat-support.php:554
2241
- #: wp-live-chat-support/wp-live-chat-support.php:1667
2242
- #: wp-live-chat-support/wp-live-chat-support.php:2691
2243
- #: wp-live-chat-support/wp-live-chat-support.php:4255
2244
  msgid "Chat offline. Leave a message"
2245
  msgstr ""
2246
 
2247
- #: wp-live-chat-support/wp-live-chat-support.php:555
2248
- #: wp-live-chat-support/wp-live-chat-support.php:1509
2249
- #: wp-live-chat-support/wp-live-chat-support.php:2692
2250
- #: wp-live-chat-support/wp-live-chat-support.php:4256
2251
  msgid "Hello. Please input your details so that I may help you."
2252
  msgstr ""
2253
 
2254
- #: wp-live-chat-support/wp-live-chat-support.php:556
2255
- #: wp-live-chat-support/wp-live-chat-support.php:956
2256
- #: wp-live-chat-support/wp-live-chat-support.php:1522
2257
- #: wp-live-chat-support/wp-live-chat-support.php:2693
2258
- #: wp-live-chat-support/wp-live-chat-support.php:4257
2259
  msgid ""
2260
  "We are currently offline. Please leave a message and we'll get back to you "
2261
  "shortly."
2262
  msgstr ""
2263
 
2264
- #: wp-live-chat-support/wp-live-chat-support.php:557
2265
- #: wp-live-chat-support/wp-live-chat-support.php:957
2266
- #: wp-live-chat-support/wp-live-chat-support.php:2694
2267
- #: wp-live-chat-support/wp-live-chat-support.php:4258
2268
  msgid "Sending message..."
2269
  msgstr "Send besked"
2270
 
2271
- #: wp-live-chat-support/wp-live-chat-support.php:558
2272
- #: wp-live-chat-support/wp-live-chat-support.php:958
2273
- #: wp-live-chat-support/wp-live-chat-support.php:2695
2274
- #: wp-live-chat-support/wp-live-chat-support.php:4259
2275
  msgid "Thank you for your message. We will be in contact soon."
2276
  msgstr "Tak for din feedback. Vi vil kontakte dig."
2277
 
2278
- #: wp-live-chat-support/wp-live-chat-support.php:561
2279
- #: wp-live-chat-support/wp-live-chat-support.php:2685
2280
- #: wp-live-chat-support/wp-live-chat-support.php:4262
 
 
 
 
 
 
2281
  msgid "Start live chat"
2282
  msgstr "Start chat"
2283
 
2284
- #: wp-live-chat-support/wp-live-chat-support.php:564
2285
- #: wp-live-chat-support/wp-live-chat-support.php:2688
2286
- #: wp-live-chat-support/wp-live-chat-support.php:4265
2287
  msgid "Chat ended"
2288
  msgstr ""
2289
 
2290
- #: wp-live-chat-support/wp-live-chat-support.php:565
2291
- #: wp-live-chat-support/wp-live-chat-support.php:1559
2292
- #: wp-live-chat-support/wp-live-chat-support.php:1584
2293
- #: wp-live-chat-support/wp-live-chat-support.php:2689
2294
- #: wp-live-chat-support/wp-live-chat-support.php:4266
2295
  msgid "Connecting. Please be patient..."
2296
  msgstr "Tilslutter dig til en salgsperson. Vent venligst."
2297
 
2298
- #: wp-live-chat-support/wp-live-chat-support.php:602
2299
- #: wp-live-chat-support/wp-live-chat-support.php:2663
2300
- msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
 
 
2301
  msgstr ""
2302
 
2303
- #: wp-live-chat-support/wp-live-chat-support.php:724
2304
- msgid "Live Chat"
2305
- msgstr "Live chat"
 
 
2306
 
2307
- #: wp-live-chat-support/wp-live-chat-support.php:725
2308
- msgid "Settings"
2309
- msgstr "Indstillinger"
 
 
 
 
 
2310
 
2311
- #: wp-live-chat-support/wp-live-chat-support.php:743
2312
  msgid "History"
2313
  msgstr "Historie"
2314
 
2315
- #: wp-live-chat-support/wp-live-chat-support.php:744
2316
  msgid "Missed Chats"
2317
  msgstr "Live chat"
2318
 
2319
- #: wp-live-chat-support/wp-live-chat-support.php:767
2320
- #: wp-live-chat-support/wp-live-chat-support.php:3656
2321
- msgid "Support"
2322
- msgstr ""
2323
-
2324
- #: wp-live-chat-support/wp-live-chat-support.php:768
2325
  msgid "Extensions"
2326
  msgstr "Chat besked"
2327
 
2328
- #: wp-live-chat-support/wp-live-chat-support.php:778
2329
  msgid "API Keys"
2330
  msgstr ""
2331
 
2332
- #: wp-live-chat-support/wp-live-chat-support.php:784
2333
  msgid "Premium Extension API Keys"
2334
  msgstr ""
2335
 
2336
- #: wp-live-chat-support/wp-live-chat-support.php:785
2337
  msgid ""
2338
  "To find and manage your premium API keys, please visit your <a "
2339
  "target='_BLANK' href='https://wp-livechat.com/my-account/'>my account</a> "
2340
  "page."
2341
  msgstr ""
2342
 
2343
- #: wp-live-chat-support/wp-live-chat-support.php:1264
2344
- #: wp-live-chat-support/wp-live-chat-support.php:1274
2345
- msgid "close"
2346
  msgstr ""
2347
 
2348
- #: wp-live-chat-support/wp-live-chat-support.php:1400
2349
- #: wp-live-chat-support/wp-live-chat-support.php:1419
2350
- msgid "Start chat"
2351
  msgstr ""
2352
 
2353
- #: wp-live-chat-support/wp-live-chat-support.php:1493
2354
- msgid "Send message"
2355
- msgstr "Send besked"
2356
 
2357
- #: wp-live-chat-support/wp-live-chat-support.php:2078
2358
- msgid "New chat received"
2359
  msgstr ""
2360
 
2361
- #: wp-live-chat-support/wp-live-chat-support.php:2080
2362
- msgid ""
2363
- "A new chat has been received. Please go the 'Live Chat' page to accept the "
2364
- "chat"
2365
  msgstr ""
2366
 
2367
- #: wp-live-chat-support/wp-live-chat-support.php:2143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2368
  msgid ""
2369
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
2370
  "strong>. Please"
@@ -2372,15 +4943,15 @@ msgstr ""
2372
  "Du bruger en gammel version a <strong>WP Live Chat Support Pro</strong>. "
2373
  "Opdater"
2374
 
2375
- #: wp-live-chat-support/wp-live-chat-support.php:2143
2376
  msgid "update to at least version"
2377
  msgstr "venligst til den nyeste version"
2378
 
2379
- #: wp-live-chat-support/wp-live-chat-support.php:2143
2380
  msgid "to ensure all functionality is in working order"
2381
  msgstr "for at sikre at alt funktionalitet virker ordenligt."
2382
 
2383
- #: wp-live-chat-support/wp-live-chat-support.php:2144
2384
  msgid ""
2385
  "You're live chat box on your website has been temporarily disabled until the "
2386
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
@@ -2390,20 +4961,20 @@ msgstr ""
2390
  "plugin er blevet opdateret. Dette er for at sikre en smidig og problemfri "
2391
  "brugeroplevelse for både dig selv og dine gæster."
2392
 
2393
- #: wp-live-chat-support/wp-live-chat-support.php:2145
2394
- #: wp-live-chat-support/wp-live-chat-support.php:2165
2395
  msgid ""
2396
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
2397
  "plugins.php'>here</a> or <a href='https://wp-livechat.com/get-updated-"
2398
  "version/' target='_BLANK'>here</a>."
2399
  msgstr ""
2400
 
2401
- #: wp-live-chat-support/wp-live-chat-support.php:2146
2402
- #: wp-live-chat-support/wp-live-chat-support.php:2166
2403
  msgid "If you are having difficulty updating the plugin, please contact"
2404
  msgstr "Hvis du har problemer med at opdatere plugin, skal du kontakte"
2405
 
2406
- #: wp-live-chat-support/wp-live-chat-support.php:2158
2407
  msgid ""
2408
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
2409
  "strong>."
@@ -2411,79 +4982,53 @@ msgstr ""
2411
  "Du bruger en gammel version a <strong>WP Live Chat Support Pro</strong>. "
2412
  "Opdater"
2413
 
2414
- #: wp-live-chat-support/wp-live-chat-support.php:2160
2415
  msgid "Please update to the latest version of WP Live Chat Support Pro"
2416
  msgstr "Du bruger en forældet version af WP Live Chat Support Basic. "
2417
 
2418
- #: wp-live-chat-support/wp-live-chat-support.php:2161
2419
  msgid "Version 5.0.1"
2420
  msgstr ""
2421
 
2422
- #: wp-live-chat-support/wp-live-chat-support.php:2162
2423
  msgid "to ensure everything is working correctly."
2424
  msgstr "for at sikre at alt funktionalitet virker ordenligt."
2425
 
2426
- #: wp-live-chat-support/wp-live-chat-support.php:2194
2427
  msgid "Congratulations"
2428
  msgstr ""
2429
 
2430
- #: wp-live-chat-support/wp-live-chat-support.php:2195
2431
  msgid "You are now accepting live chat requests on your site."
2432
  msgstr ""
2433
 
2434
- #: wp-live-chat-support/wp-live-chat-support.php:2196
2435
  msgid "The live chat box has automatically been enabled on your website."
2436
  msgstr ""
2437
 
2438
- #: wp-live-chat-support/wp-live-chat-support.php:2197
2439
  msgid "Chat notifications will start appearing once visitors send a request."
2440
  msgstr ""
2441
 
2442
- #: wp-live-chat-support/wp-live-chat-support.php:2198
2443
  msgid ""
2444
  "You may <a href='?page=wplivechat-menu-settings' target='_BLANK'>modify your "
2445
  "chat box settings here."
2446
  msgstr ""
2447
 
2448
- #: wp-live-chat-support/wp-live-chat-support.php:2199
2449
  msgid "Experiencing issues?"
2450
  msgstr ""
2451
 
2452
- #: wp-live-chat-support/wp-live-chat-support.php:2199
2453
  msgid "Visit our troubleshooting section."
2454
  msgstr ""
2455
 
2456
- #: wp-live-chat-support/wp-live-chat-support.php:2201
2457
  msgid "Hide"
2458
  msgstr "Skjul chat"
2459
 
2460
- #: wp-live-chat-support/wp-live-chat-support.php:2236
2461
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2462
- #: wp-live-chat-support/wp-live-chat-support.php:3677
2463
- msgid "With the Pro add-on of WP Live Chat Support, you can"
2464
- msgstr "Med Pro add-on af WP Live Chat Support, kan du"
2465
-
2466
- #: wp-live-chat-support/wp-live-chat-support.php:2237
2467
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2468
- msgid "see who's online and initiate chats"
2469
- msgstr " se hvem der er online og begynde chats"
2470
-
2471
- #: wp-live-chat-support/wp-live-chat-support.php:2238
2472
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2473
- msgid "initiate chats"
2474
- msgstr "Start chat"
2475
-
2476
- #: wp-live-chat-support/wp-live-chat-support.php:2239
2477
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2478
- msgid "with your online visitors with the click of a button."
2479
- msgstr "med dine besøgende med et klik på en knap"
2480
-
2481
- #: wp-live-chat-support/wp-live-chat-support.php:2240
2482
- #: wp-live-chat-support/wp-live-chat-support.php:2242
2483
- msgid "Buy the Pro add-on now."
2484
- msgstr "Køb Pro add-on nu for kun $29,95. Gratis opdateringer FOREVIGT."
2485
-
2486
- #: wp-live-chat-support/wp-live-chat-support.php:2296
2487
  msgid ""
2488
  "Please note: This window must be open in order to receive new chat "
2489
  "notifications."
@@ -2491,118 +5036,115 @@ msgstr ""
2491
  "Bemærk venligs: dette vindue skal være åben for at vi kan modtage nye chat "
2492
  "notifikationer."
2493
 
2494
- #: wp-live-chat-support/wp-live-chat-support.php:2307
2495
- msgid "Visitors online"
2496
- msgstr "Besøgende siden"
 
2497
 
2498
- #: wp-live-chat-support/wp-live-chat-support.php:2319
2499
- msgid "Visitor"
2500
  msgstr "Besøgende på siden"
2501
 
2502
- #: wp-live-chat-support/wp-live-chat-support.php:2320
2503
  msgid "Time"
2504
  msgstr ""
2505
 
2506
- #: wp-live-chat-support/wp-live-chat-support.php:2322
2507
  msgid "Device"
2508
  msgstr ""
2509
 
2510
- #: wp-live-chat-support/wp-live-chat-support.php:2323
2511
  msgid "Data"
2512
  msgstr "Brugerdata"
2513
 
2514
- #: wp-live-chat-support/wp-live-chat-support.php:2361
2515
  msgid "Chat Dashboard"
2516
  msgstr "Chat aktiveret"
2517
 
2518
- #: wp-live-chat-support/wp-live-chat-support.php:2364
2519
  msgid "Oh no!"
2520
  msgstr ""
2521
 
2522
- #: wp-live-chat-support/wp-live-chat-support.php:2367
2523
  msgid ""
2524
  "You do not have access to this page as <strong>you are not a chat agent</"
2525
  "strong>."
2526
  msgstr ""
2527
 
2528
- #: wp-live-chat-support/wp-live-chat-support.php:2479
2529
  msgid "Previous"
2530
  msgstr "Tidligere"
2531
 
2532
- #: wp-live-chat-support/wp-live-chat-support.php:2481
2533
- msgid "Active"
2534
- msgstr "Aktiv"
2535
-
2536
- #: wp-live-chat-support/wp-live-chat-support.php:2490
2537
  msgid "Chat with"
2538
  msgstr "Chat med"
2539
 
2540
- #: wp-live-chat-support/wp-live-chat-support.php:2493
2541
- msgid "End chat"
2542
- msgstr "Slut chat"
 
 
 
 
2543
 
2544
- #: wp-live-chat-support/wp-live-chat-support.php:2539
2545
- #: wp-live-chat-support/wp-live-chat-support.php:3491
2546
  msgid "Add-ons"
2547
  msgstr "Pro Add-on"
2548
 
2549
- #: wp-live-chat-support/wp-live-chat-support.php:2541
2550
  msgid "Get more add-ons"
2551
  msgstr ""
2552
 
2553
- #: wp-live-chat-support/wp-live-chat-support.php:2559
2554
  msgid "Add Quick Responses to your Live Chat"
2555
  msgstr "Tilføj hurtig svar til din live chat."
2556
 
2557
- #: wp-live-chat-support/wp-live-chat-support.php:2559
2558
  msgid "Pro version only"
2559
  msgstr "Kun tilgængelig i pro-versionen."
2560
 
2561
- #: wp-live-chat-support/wp-live-chat-support.php:2567
2562
  msgid "type here..."
2563
  msgstr ""
2564
 
2565
- #: wp-live-chat-support/wp-live-chat-support.php:2645
 
 
 
 
2566
  msgid "User has opened the chat window"
2567
  msgstr "Brugeren har åbnet chat vinduet."
2568
 
2569
- #: wp-live-chat-support/wp-live-chat-support.php:2646
2570
  msgid "User has minimized the chat window"
2571
  msgstr "Brugeren har minimeret chat vinduet."
2572
 
2573
- #: wp-live-chat-support/wp-live-chat-support.php:2647
2574
  msgid "User has maximized the chat window"
2575
  msgstr "Brugeren har makiseret chat vinduet."
2576
 
2577
- #: wp-live-chat-support/wp-live-chat-support.php:2648
2578
  msgid "The chat has been ended"
2579
  msgstr ""
2580
 
2581
- #: wp-live-chat-support/wp-live-chat-support.php:3065
2582
  msgid "Delete History"
2583
  msgstr "Historie"
2584
 
2585
- #: wp-live-chat-support/wp-live-chat-support.php:3082
2586
  msgid "No chats available at the moment"
2587
  msgstr "Ingen chats tilgængelige i øjeblikket"
2588
 
2589
- #: wp-live-chat-support/wp-live-chat-support.php:3093
2590
- msgid "View Chat History"
2591
- msgstr "WP Live Chat historie"
2592
-
2593
- #: wp-live-chat-support/wp-live-chat-support.php:3093
2594
- msgid "Download Chat History"
2595
- msgstr "WP Live Chat historie"
2596
-
2597
- #: wp-live-chat-support/wp-live-chat-support.php:3115
2598
  msgid "WP Live Chat History"
2599
  msgstr "WP Live Chat historie"
2600
 
2601
- #: wp-live-chat-support/wp-live-chat-support.php:3135
2602
  msgid "WP Live Chat Missed Chats"
2603
  msgstr "WP Live Chat historie"
2604
 
2605
- #: wp-live-chat-support/wp-live-chat-support.php:3150
2606
  msgid ""
2607
  "Please update to the latest version of WP Live Chat Support Pro to start "
2608
  "recording any offline messages."
@@ -2610,252 +5152,217 @@ msgstr ""
2610
  "Du bruger en gammel version a <strong>WP Live Chat Support Pro</strong>. "
2611
  "Opdater"
2612
 
2613
- #: wp-live-chat-support/wp-live-chat-support.php:3153
2614
  msgid "This option is only available in the "
2615
  msgstr "tilgængelige på "
2616
 
2617
- #: wp-live-chat-support/wp-live-chat-support.php:3165
2618
  msgid "WP Live Chat Offline Messages"
2619
  msgstr "WP Live Chat Support - Offline besked fra"
2620
 
2621
- #: wp-live-chat-support/wp-live-chat-support.php:3186
2622
  msgid "Actions"
2623
  msgstr ""
2624
 
2625
- #: wp-live-chat-support/wp-live-chat-support.php:3204
2626
  msgid "Delete Message"
2627
  msgstr ""
2628
 
2629
- #: wp-live-chat-support/wp-live-chat-support.php:3298
2630
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
2631
  msgstr ""
2632
 
2633
- #: wp-live-chat-support/wp-live-chat-support.php:3394
2634
- msgid "Your settings have been saved."
2635
- msgstr "Dine indstillinger er blevet gemt."
2636
-
2637
- #: wp-live-chat-support/wp-live-chat-support.php:3409
2638
  msgid "Thank You for your feedback!"
2639
  msgstr "Tak for din feedback"
2640
 
2641
- #: wp-live-chat-support/wp-live-chat-support.php:3413
2642
- #: wp-live-chat-support/wp-live-chat-support.php:3426
2643
- msgid "Thank you for your feedback. We will be in touch soon"
2644
- msgstr "Tak for din feedback. Vi vil kontakte dig."
2645
-
2646
- #: wp-live-chat-support/wp-live-chat-support.php:3429
2647
- msgid "There was a problem sending your feedback. Please log your feedback on "
2648
- msgstr ""
2649
- "Der var et problem med at sende din feedback. Notér venligst din feedback på"
2650
 
2651
- #: wp-live-chat-support/wp-live-chat-support.php:3463
2652
  msgid ""
2653
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
2654
  "issues while using WP Live Chat Support as a result of this. Please get in "
2655
  "contact your host to get this function enabled."
2656
  msgstr ""
2657
 
2658
- #: wp-live-chat-support/wp-live-chat-support.php:3469
2659
  msgid ""
2660
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
2661
  "using WP Live Chat Support as a result of this. Please contact your host to "
2662
  "get safe mode disabled."
2663
  msgstr ""
2664
 
2665
- #: wp-live-chat-support/wp-live-chat-support.php:3491
2666
  msgid "Suggested Plugins"
2667
  msgstr ""
2668
 
2669
- #: wp-live-chat-support/wp-live-chat-support.php:3502
2670
- #: wp-live-chat-support/wp-live-chat-support.php:3503
2671
- #: wp-live-chat-support/wp-live-chat-support.php:3504
2672
- #: wp-live-chat-support/wp-live-chat-support.php:3509
2673
  msgid "Sola Support Tickets"
2674
  msgstr ""
2675
 
2676
- #: wp-live-chat-support/wp-live-chat-support.php:3507
2677
  msgid ""
2678
  "The easiest to use Help Desk & Support Ticket plugin. Create a support help "
2679
  "desk quickly and easily with Sola Support Tickets."
2680
  msgstr ""
2681
 
2682
- #: wp-live-chat-support/wp-live-chat-support.php:3509
2683
- #: wp-live-chat-support/wp-live-chat-support.php:3520
2684
  msgid "Get this Plugin"
2685
  msgstr ""
2686
 
2687
- #: wp-live-chat-support/wp-live-chat-support.php:3513
2688
- #: wp-live-chat-support/wp-live-chat-support.php:3514
2689
- #: wp-live-chat-support/wp-live-chat-support.php:3515
2690
- #: wp-live-chat-support/wp-live-chat-support.php:3520
2691
  msgid "Nifty Newsletters"
2692
  msgstr ""
2693
 
2694
- #: wp-live-chat-support/wp-live-chat-support.php:3518
2695
  msgid ""
2696
  "Create and send newsletters, automatic post notifications and autoresponders "
2697
  "that are modern and beautiful with Nifty Newsletters."
2698
  msgstr ""
2699
 
2700
- #: wp-live-chat-support/wp-live-chat-support.php:3552
2701
  msgid "Price:"
2702
  msgstr ""
2703
 
2704
- #: wp-live-chat-support/wp-live-chat-support.php:3554
2705
  msgid "Free"
2706
  msgstr ""
2707
 
2708
- #: wp-live-chat-support/wp-live-chat-support.php:3555
2709
  msgid "Paid"
2710
  msgstr ""
2711
 
2712
- #: wp-live-chat-support/wp-live-chat-support.php:3558
2713
  msgid "For:"
2714
  msgstr ""
2715
 
2716
- #: wp-live-chat-support/wp-live-chat-support.php:3559
2717
  msgid "Both"
2718
  msgstr ""
2719
 
2720
- #: wp-live-chat-support/wp-live-chat-support.php:3560
2721
  msgid "Free version"
2722
  msgstr "Kun tilgængelig i pro-versionen."
2723
 
2724
- #: wp-live-chat-support/wp-live-chat-support.php:3561
2725
  msgid "Pro version"
2726
  msgstr "Kun tilgængelig i pro-versionen."
2727
 
2728
- #: wp-live-chat-support/wp-live-chat-support.php:3597
2729
  msgid "Already installed"
2730
  msgstr ""
2731
 
2732
- #: wp-live-chat-support/wp-live-chat-support.php:3624
2733
  msgid "WP Live Chat Support"
2734
  msgstr "Via WP Live Chat Support"
2735
 
2736
- #: wp-live-chat-support/wp-live-chat-support.php:3627
2737
- msgid "Documentation"
2738
- msgstr "Gennemse dokumentationen."
2739
-
2740
- #: wp-live-chat-support/wp-live-chat-support.php:3629
2741
  msgid ""
2742
  "Getting started? Read through some of these articles to help you along your "
2743
  "way."
2744
  msgstr ""
2745
 
2746
- #: wp-live-chat-support/wp-live-chat-support.php:3630
2747
  msgid "Documentation:"
2748
  msgstr "Gennemse dokumentationen."
2749
 
2750
- #: wp-live-chat-support/wp-live-chat-support.php:3632
2751
  msgid "Minimum System Requirements"
2752
  msgstr ""
2753
 
2754
- #: wp-live-chat-support/wp-live-chat-support.php:3633
2755
  msgid "Do I have to be logged into the dashboard to chat with visitors?"
2756
  msgstr ""
2757
 
2758
- #: wp-live-chat-support/wp-live-chat-support.php:3634
2759
  msgid "What are Quick Responses?"
2760
  msgstr "Søg i hurtige svar"
2761
 
2762
- #: wp-live-chat-support/wp-live-chat-support.php:3635
2763
  msgid "Can I use this plugin on my multi-site?"
2764
  msgstr ""
2765
 
2766
- #: wp-live-chat-support/wp-live-chat-support.php:3636
2767
  msgid "How do I disable APC Object Cache?"
2768
  msgstr ""
2769
 
2770
- #: wp-live-chat-support/wp-live-chat-support.php:3637
2771
  msgid "Do you have a mobile app?"
2772
  msgstr ""
2773
 
2774
- #: wp-live-chat-support/wp-live-chat-support.php:3638
2775
  msgid "How do I check for JavaScript errors on my site?"
2776
  msgstr ""
2777
 
2778
- #: wp-live-chat-support/wp-live-chat-support.php:3642
2779
  msgid "Troubleshooting"
2780
  msgstr ""
2781
 
2782
- #: wp-live-chat-support/wp-live-chat-support.php:3644
2783
  msgid ""
2784
  "WP Live Chat Support has a diverse and wide range of features which may, "
2785
  "from time to time, run into conflicts with the thousands of themes and other "
2786
  "plugins on the market."
2787
  msgstr ""
2788
 
2789
- #: wp-live-chat-support/wp-live-chat-support.php:3645
2790
  msgid "Common issues:"
2791
  msgstr ""
2792
 
2793
- #: wp-live-chat-support/wp-live-chat-support.php:3647
2794
  msgid "The chat box doesnt show up"
2795
  msgstr ""
2796
 
2797
- #: wp-live-chat-support/wp-live-chat-support.php:3648
2798
  msgid "The chat window disappears when I logout or go offline"
2799
  msgstr ""
2800
 
2801
- #: wp-live-chat-support/wp-live-chat-support.php:3649
2802
  msgid "This chat has already been answered. Please close the chat window"
2803
  msgstr "Chatten er allerede besvaret. Luk venligst chat vinduet."
2804
 
2805
- #: wp-live-chat-support/wp-live-chat-support.php:3650
2806
  msgid "Messages only show when I refresh the chat window"
2807
  msgstr "Brugeren har åbnet chat vinduet."
2808
 
2809
- #: wp-live-chat-support/wp-live-chat-support.php:3651
2810
  msgid "I'm not getting any notifications of a new chat"
2811
  msgstr ""
2812
 
2813
- #: wp-live-chat-support/wp-live-chat-support.php:3652
2814
  msgid "The chat window never goes offline"
2815
  msgstr ""
2816
 
2817
- #: wp-live-chat-support/wp-live-chat-support.php:3658
2818
  msgid "Still need help? Use one of these links below."
2819
  msgstr ""
2820
 
2821
- #: wp-live-chat-support/wp-live-chat-support.php:3660
2822
  msgid "Support desk"
2823
  msgstr ""
2824
 
2825
- #: wp-live-chat-support/wp-live-chat-support.php:3661
2826
- msgid "Contact us"
2827
- msgstr ""
2828
-
2829
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2830
  msgid "Initiate Chats"
2831
  msgstr "Start chat"
2832
 
2833
- #: wp-live-chat-support/wp-live-chat-support.php:3676
2834
- #: wp-live-chat-support/wp-live-chat-support.php:3677
2835
- msgid "Buy the Pro add-on now (once off payment)."
2836
- msgstr "Køb Pro add-on nu. Gratis opdateringer FOREVIGT."
2837
-
2838
- #: wp-live-chat-support/wp-live-chat-support.php:3677
2839
  msgid "Multiple Chats"
2840
  msgstr "Flere agenter"
2841
 
2842
- #: wp-live-chat-support/wp-live-chat-support.php:3677
2843
  msgid "accept and handle multiple chats."
2844
  msgstr ""
2845
 
2846
- #: wp-live-chat-support/wp-live-chat-support.php:3678
2847
- msgid "Add unlimited agents"
2848
- msgstr ""
2849
-
2850
- #: wp-live-chat-support/wp-live-chat-support.php:3678
2851
- msgid " with the Pro add-on of WP Live Chat Support"
2852
- msgstr "Med Pro add-on af WP Live Chat Support, kan du"
2853
-
2854
- #: wp-live-chat-support/wp-live-chat-support.php:3678
2855
- msgid "(once off payment)."
2856
- msgstr ""
2857
-
2858
- #: wp-live-chat-support/wp-live-chat-support.php:3692
2859
  #, php-format
2860
  msgid ""
2861
  "Thank you for using <a href=\"%1$s\" target=\"_blank\">WP Live Chat Support</"
@@ -2863,203 +5370,355 @@ msgid ""
2863
  "\" target=\"_blank\">WordPress.org</a>"
2864
  msgstr ""
2865
 
2866
- #: wp-live-chat-support/wp-live-chat-support.php:3697
2867
  msgid "WP Live Chat Support is a product of"
2868
  msgstr "Via WP Live Chat Support"
2869
 
2870
- #: wp-live-chat-support/wp-live-chat-support.php:3801
2871
  msgid "Add as many agents as you need with the "
2872
  msgstr ""
2873
 
2874
- #: wp-live-chat-support/wp-live-chat-support.php:3801
2875
  msgid "Pro version."
2876
  msgstr ""
2877
 
2878
- #: wp-live-chat-support/wp-live-chat-support.php:3805
2879
  #, php-format
2880
  msgid "Change the default chat agent from <strong>%1$s</strong> to "
2881
  msgstr ""
2882
 
2883
- #: wp-live-chat-support/wp-live-chat-support.php:3904
2884
  msgid "Verify"
2885
  msgstr ""
2886
 
2887
- #: wp-live-chat-support/wp-live-chat-support.php:3907
2888
  msgid "Status: "
2889
  msgstr ""
2890
 
2891
- #: wp-live-chat-support/wp-live-chat-support.php:3910
2892
  msgid "Valid"
2893
  msgstr ""
2894
 
2895
- #: wp-live-chat-support/wp-live-chat-support.php:3911
2896
- #: wp-live-chat-support/wp-live-chat-support.php:3915
2897
  msgid "Manage this extension"
2898
  msgstr ""
2899
 
2900
- #: wp-live-chat-support/wp-live-chat-support.php:3914
2901
  msgid "Invalid"
2902
  msgstr ""
2903
 
2904
- #: wp-live-chat-support/wp-live-chat-support.php:3920
2905
  msgid "Linked Domains"
2906
  msgstr ""
2907
 
2908
- #: wp-live-chat-support/wp-live-chat-support.php:3954
2909
- #: wp-live-chat-support/wp-live-chat-support.php:4022
2910
  msgid ""
2911
  "Get unlimited agents, initiate chats, advanced chat box control, encryption "
2912
  "and more with the Pro add-on."
2913
  msgstr ""
2914
 
2915
- #: wp-live-chat-support/wp-live-chat-support.php:3956
2916
- #: wp-live-chat-support/wp-live-chat-support.php:3978
2917
- #: wp-live-chat-support/wp-live-chat-support.php:3999
2918
- #: wp-live-chat-support/wp-live-chat-support.php:4024
2919
  msgid "Get this extension"
2920
  msgstr ""
2921
 
2922
- #: wp-live-chat-support/wp-live-chat-support.php:3967
2923
  msgid "Mobile & Desktop App"
2924
  msgstr ""
2925
 
2926
- #: wp-live-chat-support/wp-live-chat-support.php:3976
2927
  msgid ""
2928
  "Answer chats directly from your mobile phone or desktop with our mobile app "
2929
  "and desktop client"
2930
  msgstr ""
2931
 
2932
- #: wp-live-chat-support/wp-live-chat-support.php:3997
2933
- msgid ""
2934
- "Reduce the resources required by your server - use our cloud server to host "
2935
- "your chats."
2936
- msgstr ""
2937
-
2938
- #: wp-live-chat-support/wp-live-chat-support.php:4045
2939
- #: wp-live-chat-support/wp-live-chat-support.php:4066
2940
  msgid "Relevant Extensions"
2941
  msgstr ""
2942
 
2943
- #: wp-live-chat-support/wp-live-chat-support.php:4085
2944
  msgid "Powered By WP Live Chat Support"
2945
  msgstr ""
2946
 
2947
- #: wp-live-chat-support/wp-live-chat-support.php:4231
2948
  msgid ""
2949
  "Your API Key is Invalid. You are not eligible for future updates. Please "
2950
  "enter your API key <a href=\"admin.php?page=wplivechat-menu-api-keys-page"
2951
  "\">here</a>."
2952
  msgstr ""
2953
 
2954
- #: wp-live-chat-support/wp-live-chat-support.php:4317
2955
  msgid "Advanced settings"
2956
  msgstr ""
2957
 
2958
- #: wp-live-chat-support/wp-live-chat-support.php:4326
2959
  msgid "Only change these settings if you are experiencing performance issues."
2960
  msgstr ""
2961
 
2962
- #: wp-live-chat-support/wp-live-chat-support.php:4336
2963
  msgid "What type of environment are you on?"
2964
  msgstr ""
2965
 
2966
- #: wp-live-chat-support/wp-live-chat-support.php:4340
2967
  msgid "Shared hosting - low level plan"
2968
  msgstr ""
2969
 
2970
- #: wp-live-chat-support/wp-live-chat-support.php:4341
2971
  msgid "Shared hosting - normal plan"
2972
  msgstr ""
2973
 
2974
- #: wp-live-chat-support/wp-live-chat-support.php:4342
2975
  msgid "VPS"
2976
  msgstr ""
2977
 
2978
- #: wp-live-chat-support/wp-live-chat-support.php:4343
2979
  msgid "Dedicated server"
2980
  msgstr ""
2981
 
2982
- #: wp-live-chat-support/wp-live-chat-support.php:4349
2983
  msgid "Long poll setup"
2984
  msgstr ""
2985
 
2986
- #: wp-live-chat-support/wp-live-chat-support.php:4349
2987
  msgid ""
2988
  "Only change these if you are an experienced developer or if you have "
2989
  "received these figures from the Code Cabin Support team."
2990
  msgstr ""
2991
 
2992
- #: wp-live-chat-support/wp-live-chat-support.php:4357
2993
  msgid "Iterations"
2994
  msgstr ""
2995
 
2996
- #: wp-live-chat-support/wp-live-chat-support.php:4361
2997
  msgid "Sleep between iterations"
2998
  msgstr ""
2999
 
3000
- #: wp-live-chat-support/wp-live-chat-support.php:4364
3001
  msgid "microseconds"
3002
  msgstr ""
3003
 
3004
- #: wp-live-chat-support/wp-live-chat-support.php:4387
3005
  msgid "View comprehensive reports regarding your chat and agent activity."
3006
  msgstr ""
3007
 
3008
- #: wp-live-chat-support/wp-live-chat-support.php:4390
3009
  msgid "Reports"
3010
  msgstr ""
3011
 
3012
- #: wp-live-chat-support/wp-live-chat-support.php:4392
3013
  msgid "Chat statistics"
3014
  msgstr ""
3015
 
3016
- #: wp-live-chat-support/wp-live-chat-support.php:4393
3017
  msgid "Popular pages"
3018
  msgstr ""
3019
 
3020
- #: wp-live-chat-support/wp-live-chat-support.php:4394
3021
  msgid ""
3022
  "ROI reporting and tracking (identify which agents produce the most sales)"
3023
  msgstr ""
3024
 
3025
- #: wp-live-chat-support/wp-live-chat-support.php:4395
3026
  msgid ""
3027
  "User experience ratings (identify which agents produce the happiest "
3028
  "customers)"
3029
  msgstr ""
3030
 
3031
- #: wp-live-chat-support/wp-live-chat-support.php:4405
3032
- #: wp-live-chat-support/wp-live-chat-support.php:4467
 
3033
  msgid "Get all this and more in the "
3034
  msgstr ""
3035
 
3036
- #: wp-live-chat-support/wp-live-chat-support.php:4405
3037
- #: wp-live-chat-support/wp-live-chat-support.php:4467
 
3038
  msgid "Pro add-on"
3039
  msgstr "Pro Add-on"
3040
 
3041
- #: wp-live-chat-support/wp-live-chat-support.php:4406
3042
- #: wp-live-chat-support/wp-live-chat-support.php:4468
 
3043
  msgid "Upgrade Now"
3044
  msgstr ""
3045
 
3046
- #: wp-live-chat-support/wp-live-chat-support.php:4449
3047
  msgid ""
3048
  "Create custom data triggers when users view a certain page, spend a certain "
3049
  "amount of time on a page, scroll past a certain point or when their mouse "
3050
  "leaves the window."
3051
  msgstr ""
3052
 
3053
- #: wp-live-chat-support/wp-live-chat-support.php:4452
3054
  msgid "Trigger Types"
3055
  msgstr ""
3056
 
3057
- #~ msgid "Dear User"
3058
- #~ msgstr "Kære bruger"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3059
 
3060
  #~ msgid ""
3061
- #~ "You are using an outdated version of WP Live Chat Support Basic. Please"
3062
- #~ msgstr "Du bruger en forældet version af WP Live Chat Support Basic. "
 
 
 
 
 
3063
 
3064
  #~ msgid ""
3065
  #~ "You're live chat box on your website has been temporarily disabled until "
@@ -3077,13 +5736,6 @@ msgstr ""
3077
  #~ "Du kan opdatere dit plugin <a href='./update-core.php'>her</a> eller <a "
3078
  #~ "href='./plugins.php'>her</a>."
3079
 
3080
- #~ msgid ""
3081
- #~ "WP Live Chat Support Pro requires WP Live Chat Support to function. You "
3082
- #~ "can download the latest copy from"
3083
- #~ msgstr ""
3084
- #~ "WPLive Chat Support Pro kræver WP Live Chat Support til at fungere. Du "
3085
- #~ "kan hente den nyeste kopi fra"
3086
-
3087
  #, fuzzy
3088
  #~ msgid "Minimize Chat Window"
3089
  #~ msgstr "Åben chatvindue"
@@ -3092,18 +5744,9 @@ msgstr ""
3092
  #~ msgid "Close Chat Window"
3093
  #~ msgstr "Åben chatvindue"
3094
 
3095
- #~ msgid "Chat sessions"
3096
- #~ msgstr "Chat besked"
3097
-
3098
- #~ msgid "Unknown"
3099
- #~ msgstr "Ukendt"
3100
-
3101
  #~ msgid "User has closed and ended the chat"
3102
  #~ msgstr "Brugeren har lukket chatten."
3103
 
3104
- #~ msgid "Error Log"
3105
- #~ msgstr "Fejl log"
3106
-
3107
  #, fuzzy
3108
  #~ msgid "Statistics"
3109
  #~ msgstr "Status"
@@ -3114,9 +5757,6 @@ msgstr ""
3114
  #~ msgid "Get offline messages with the "
3115
  #~ msgstr "Få offline beskeder med"
3116
 
3117
- #~ msgid "Offline text"
3118
- #~ msgstr "Offline tekst"
3119
-
3120
  #~ msgid "Edit these text fields using the "
3121
  #~ msgstr "Rediger disse tekstfelder ved hjælp af"
3122
 
@@ -3159,9 +5799,6 @@ msgstr ""
3159
  #~ msgid "Get"
3160
  #~ msgstr "Få"
3161
 
3162
- #~ msgid "Multiple agent support"
3163
- #~ msgstr "Support for flere agenter"
3164
-
3165
  #~ msgid "Chat has been Accepted By Chat Agent "
3166
  #~ msgstr "Chat er blevet accepteret af chat agenten"
3167
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2018-07-18 20:19+0200\n"
5
+ "PO-Revision-Date: 2018-07-18 20:19+0200\n"
6
  "Last-Translator: Mikkel Jeppesen Juhl <mail@mikkeljuhl.com>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.4\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: ../..\n"
15
  "X-Poedit-SearchPath-0: wp-live-chat-support\n"
16
  "X-Poedit-SearchPath-1: wp-live-chat-support-pro\n"
17
  "X-Poedit-SearchPath-2: wp-live-chat-support-mobile-and-desktop-app\n"
 
18
 
19
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:38
20
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:69
21
  msgid "Mobile and Desktop App"
22
  msgstr ""
23
 
24
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:109
25
+ #: wp-live-chat-support/includes/update_control.class.php:133
26
+ msgid ""
27
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
28
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
29
  msgstr ""
30
+ "Un uforventet HTTP fejl skete under API forespørgslen.</p> <p><a href=\"?\" "
31
+ "onclick=\"document.location.reload(); return false;\">Prøv igen.</a>"
32
 
33
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:114
34
+ #: wp-live-chat-support/includes/update_control.class.php:138
35
+ msgid "An unknown error occurred"
36
+ msgstr "En ukendt fejl skete."
37
+
38
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/api/wplc-api-devices.php:599
39
+ #, fuzzy
40
+ #| msgid "Add Quick Responses to your Live Chat"
41
+ msgid "Add Quick Responses to your Live Chat with our Pro Add-on"
42
+ msgstr "Tilføj hurtig svar til din live chat."
43
+
44
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:22
45
+ msgid "Devices"
46
  msgstr ""
47
 
48
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:35
49
+ #, fuzzy
50
+ #| msgid "WP Live Chat Support Settings"
51
+ msgid "WP Live Chat Support - Devices"
52
+ msgstr "WP Live Chat Support indstillinger"
53
+
54
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:96
55
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:339
56
+ msgid "Device Name Not Found"
57
+ msgstr ""
58
+
59
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:97
60
+ msgid "Linked to"
61
+ msgstr ""
62
+
63
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:148
64
+ msgid "Add Device"
65
+ msgstr ""
66
+
67
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:149
68
+ msgid "Simply scan the QR code below"
69
+ msgstr ""
70
+
71
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:161
72
+ msgid "Or enter data manually"
73
+ msgstr ""
74
+
75
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:162
76
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:107
77
+ #: wp-live-chat-support/wp-live-chat-support.php:5541
78
+ msgid "API Key"
79
+ msgstr ""
80
+
81
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:165
82
+ #, fuzzy
83
+ #| msgid "Add Agent"
84
+ msgid "For Agent"
85
+ msgstr "Agenter"
86
+
87
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:167
88
+ #, fuzzy
89
+ #| msgid "Agents"
90
+ msgid "Agent ID"
91
+ msgstr "Agenter"
92
+
93
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:170
94
+ msgid "Rest End Point"
95
+ msgstr ""
96
+
97
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:177
98
+ msgid "Need a link to the app?"
99
+ msgstr ""
100
+
101
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:178
102
+ msgid "Go to PlayStore"
103
+ msgstr ""
104
+
105
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:181
106
+ msgid "Go to Apple Store"
107
+ msgstr ""
108
+
109
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:200
110
+ msgid "Device Limit Reached"
111
+ msgstr ""
112
+
113
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:201
114
+ msgid "Your maximum device limit has been reached"
115
+ msgstr ""
116
+
117
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:203
118
+ msgid "Increase your device limit to add additional devices"
119
+ msgstr ""
120
+
121
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:206
122
+ msgid "Increase Limit"
123
+ msgstr ""
124
+
125
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:207
126
+ msgid "Contact Us"
127
+ msgstr ""
128
+
129
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:525
130
+ #, fuzzy
131
+ #| msgid "View Chat History"
132
+ msgid "New Chat from"
133
+ msgstr "WP Live Chat historie"
134
+
135
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:525
136
+ msgid "Tap here to accept"
137
  msgstr ""
138
 
139
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:540
140
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:188
141
+ #: wp-live-chat-support/includes/settings_page.php:192
142
+ #: wp-live-chat-support/wp-live-chat-support.php:909
143
+ #: wp-live-chat-support/wp-live-chat-support.php:3875
144
+ #: wp-live-chat-support/wp-live-chat-support.php:4792
145
  msgid "Guest"
146
  msgstr ""
147
 
148
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:544
149
+ #, fuzzy
150
+ #| msgid "Message"
151
+ msgid "New Message"
152
+ msgstr "Besked"
153
 
154
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:117
155
+ msgid "Mobile and Desktop App Settings"
156
+ msgstr ""
157
+
158
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:120
159
+ msgid "Enable mobile and desktop app"
160
+ msgstr ""
161
+
162
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:142
163
+ msgid "App"
164
+ msgstr ""
165
 
166
  #: wp-live-chat-support-pro/functions-pro.php:54
167
  #: wp-live-chat-support-pro/functions-pro.php:173
168
+ #: wp-live-chat-support-pro/functions-pro.php:310
169
+ #: wp-live-chat-support/functions.php:426
170
+ #: wp-live-chat-support/functions.php:648
171
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:577
172
+ #: wp-live-chat-support/wp-live-chat-support.php:3529
173
  msgid "IP Address not recorded"
174
  msgstr ""
175
 
176
  #: wp-live-chat-support-pro/functions-pro.php:56
177
  #: wp-live-chat-support-pro/functions-pro.php:175
178
+ #: wp-live-chat-support-pro/functions-pro.php:312
179
+ #: wp-live-chat-support/functions.php:428
180
+ #: wp-live-chat-support/functions.php:650
181
+ #: wp-live-chat-support/wp-live-chat-support.php:3531
182
  msgid "Whois for"
183
  msgstr ""
184
 
185
  #: wp-live-chat-support-pro/functions-pro.php:61
186
+ #: wp-live-chat-support-pro/functions-pro.php:318
187
+ #: wp-live-chat-support/functions.php:433
188
+ #: wp-live-chat-support/functions.php:575
189
+ #: wp-live-chat-support/functions.php:589
190
+ #: wp-live-chat-support/functions.php:1858
191
  msgid "Accept Chat"
192
  msgstr "Accepter chat"
193
 
194
  #: wp-live-chat-support-pro/functions-pro.php:63
195
+ #: wp-live-chat-support-pro/functions-pro.php:320
196
+ #: wp-live-chat-support/functions.php:435
197
  msgid "Incoming Chat"
198
  msgstr "Start chat"
199
 
200
  #: wp-live-chat-support-pro/functions-pro.php:63
201
+ #: wp-live-chat-support-pro/functions-pro.php:320
202
+ #: wp-live-chat-support/functions.php:435
203
  msgid "You have an incoming chat."
204
  msgstr ""
205
 
206
  #: wp-live-chat-support-pro/functions-pro.php:67
207
+ #: wp-live-chat-support/functions.php:581
208
+ #: wp-live-chat-support/functions.php:594
209
  msgid "Open Chat"
210
  msgstr "Åben chatvindue"
211
 
212
  #: wp-live-chat-support-pro/functions-pro.php:69
213
+ #: wp-live-chat-support-pro/functions-pro.php:332
214
+ #: wp-live-chat-support/functions.php:441
215
  msgid "Chat Active"
216
  msgstr "Aktiv"
217
 
218
  #: wp-live-chat-support-pro/functions-pro.php:69
219
+ #: wp-live-chat-support-pro/functions-pro.php:332
220
+ #: wp-live-chat-support/functions.php:441
221
  msgid "This chat is active"
222
  msgstr ""
223
 
224
  #: wp-live-chat-support-pro/functions-pro.php:74
225
  #: wp-live-chat-support-pro/functions-pro.php:160
226
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2874
227
+ #: wp-live-chat-support/wp-live-chat-support.php:2420
228
  msgid "Initiate Chat"
229
  msgstr "Start chat"
230
 
234
  msgstr "Du skal være en chat agent for at starte chats"
235
 
236
  #: wp-live-chat-support-pro/functions-pro.php:99
237
+ #: wp-live-chat-support/functions.php:673
238
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:593
239
  msgid "New"
240
  msgstr ""
241
 
242
  #: wp-live-chat-support-pro/functions-pro.php:101
243
+ #: wp-live-chat-support/functions.php:675
244
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:595
245
  msgid "Returning"
246
  msgstr ""
247
 
250
  msgstr "Besøgende på siden"
251
 
252
  #: wp-live-chat-support-pro/functions-pro.php:207
253
+ #: wp-live-chat-support-pro/functions-pro.php:362
254
+ #: wp-live-chat-support/functions.php:464
255
+ #: wp-live-chat-support/wp-live-chat-support.php:3579
256
  msgid "Site Info"
257
  msgstr ""
258
 
259
  #: wp-live-chat-support-pro/functions-pro.php:209
260
+ #: wp-live-chat-support-pro/functions-pro.php:364
261
+ #: wp-live-chat-support/functions.php:466
262
+ #: wp-live-chat-support/wp-live-chat-support.php:3581
263
  msgid "Chat initiated on:"
264
  msgstr "Chat notifikationer"
265
 
266
  #: wp-live-chat-support-pro/functions-pro.php:213
267
+ #: wp-live-chat-support-pro/functions-pro.php:368
268
+ #: wp-live-chat-support/functions.php:470
269
+ #: wp-live-chat-support/wp-live-chat-support.php:3585
270
  msgid "Advanced Info"
271
  msgstr ""
272
 
273
  #: wp-live-chat-support-pro/functions-pro.php:215
274
+ #: wp-live-chat-support-pro/functions-pro.php:370
275
+ #: wp-live-chat-support/functions.php:472
276
+ #: wp-live-chat-support/wp-live-chat-support.php:3587
277
  msgid "Browser:"
278
  msgstr ""
279
 
280
  #: wp-live-chat-support-pro/functions-pro.php:216
281
+ #: wp-live-chat-support-pro/functions-pro.php:371
282
+ #: wp-live-chat-support/functions.php:473
283
+ #: wp-live-chat-support/wp-live-chat-support.php:3588
284
  msgid "IP Address:"
285
  msgstr "E-mail adresse"
286
 
288
  msgid "No visitors on-line at the moment"
289
  msgstr "Ingen besøgende online i øjeblikket"
290
 
291
+ #: wp-live-chat-support-pro/functions-pro.php:287
292
+ #: wp-live-chat-support/functions.php:409
293
  msgid "No chat sessions available at the moment"
294
  msgstr "Ingen chat sessioner tilgængelig i øjeblikket."
295
 
296
+ #: wp-live-chat-support-pro/functions-pro.php:289
297
+ #: wp-live-chat-support/functions.php:411
298
+ #: wp-live-chat-support/modules/node_server.php:1216
299
  msgid "Active Chats"
300
  msgstr "Live chat"
301
 
302
+ #: wp-live-chat-support-pro/functions-pro.php:324
303
  msgid "You must be a chat agent to answer chats"
304
  msgstr "Du skal være en chat agent for at kunne besvære chats."
305
 
306
+ #: wp-live-chat-support-pro/functions-pro.php:330
307
+ #: wp-live-chat-support/functions.php:439
308
  msgid "Open Chat Window"
309
  msgstr "Åben chatvindue"
310
 
311
+ #: wp-live-chat-support-pro/functions-pro.php:334
312
  msgid "Chat has been answered by another agent"
313
  msgstr "Chatten blev besvaret af en anden agent."
314
 
315
+ #: wp-live-chat-support-pro/functions-pro.php:335
316
  msgid "Chat answered by another agent"
317
  msgstr "Chatten blev besvaret af en anden agent."
318
 
319
+ #: wp-live-chat-support-pro/functions-pro.php:391
320
+ #: wp-live-chat-support/functions.php:1637
321
+ #: wp-live-chat-support/includes/settings_page.php:651
322
  msgid "WP Live Chat Support - Offline Message from "
323
  msgstr "WP Live Chat Support - Offline besked fra"
324
 
325
+ #: wp-live-chat-support-pro/functions-pro.php:392
326
+ #: wp-live-chat-support-pro/functions-pro.php:966
327
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:81
328
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:440
329
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:212
330
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:129
331
+ #: wp-live-chat-support/functions.php:1638
332
+ #: wp-live-chat-support/functions.php:2118
333
  #: wp-live-chat-support/includes/deprecated.php:192
334
  #: wp-live-chat-support/includes/deprecated.php:391
335
+ #: wp-live-chat-support/includes/settings_page.php:179
336
+ #: wp-live-chat-support/includes/settings_page.php:365
337
+ #: wp-live-chat-support/wp-live-chat-support.php:1926
338
+ #: wp-live-chat-support/wp-live-chat-support.php:1952
339
+ #: wp-live-chat-support/wp-live-chat-support.php:2142
340
+ #: wp-live-chat-support/wp-live-chat-support.php:4498
341
+ #: wp-live-chat-support/wp-live-chat-support.php:4637
342
+ #: wp-live-chat-support/wp-live-chat-support.php:6431
343
  msgid "Name"
344
  msgstr "Navn"
345
 
346
+ #: wp-live-chat-support-pro/functions-pro.php:392
347
+ #: wp-live-chat-support-pro/functions-pro.php:967
348
+ #: wp-live-chat-support/functions.php:1639
349
+ #: wp-live-chat-support/functions.php:2119
350
  #: wp-live-chat-support/includes/deprecated.php:193
351
  #: wp-live-chat-support/includes/deprecated.php:392
352
+ #: wp-live-chat-support/includes/settings_page.php:175
353
+ #: wp-live-chat-support/wp-live-chat-support.php:1927
354
+ #: wp-live-chat-support/wp-live-chat-support.php:1940
355
+ #: wp-live-chat-support/wp-live-chat-support.php:2143
356
+ #: wp-live-chat-support/wp-live-chat-support.php:4499
357
+ #: wp-live-chat-support/wp-live-chat-support.php:4638
358
  msgid "Email"
359
  msgstr "Email"
360
 
361
+ #: wp-live-chat-support-pro/functions-pro.php:392
362
+ #: wp-live-chat-support-pro/functions-pro.php:968
363
+ #: wp-live-chat-support-pro/functions-pro.php:1543
364
+ #: wp-live-chat-support/functions.php:1640
365
+ #: wp-live-chat-support/wp-live-chat-support.php:2144
366
+ #: wp-live-chat-support/wp-live-chat-support.php:4639
367
+ #: wp-live-chat-support/wp-live-chat-support.php:5768
368
+ #: wp-live-chat-support/wp-live-chat-support.php:5826
369
  msgid "Message"
370
  msgstr "Besked"
371
 
372
+ #: wp-live-chat-support-pro/functions-pro.php:392
373
+ #: wp-live-chat-support/functions.php:1641
374
  msgid "Via WP Live Chat Support"
375
  msgstr "Via WP Live Chat Support"
376
 
377
+ #: wp-live-chat-support-pro/functions-pro.php:461
378
  msgid "Alert: Someone wants to chat with you on "
379
  msgstr "Besked: Nogen vil chatte med dig. "
380
 
381
+ #: wp-live-chat-support-pro/functions-pro.php:462
382
  msgid "Someone wants to chat with you on your website"
383
  msgstr "Der er nogle der vil chatte med dig på dit website. "
384
 
385
+ #: wp-live-chat-support-pro/functions-pro.php:462
386
  msgid "Log in"
387
  msgstr "Log in"
388
 
389
+ #: wp-live-chat-support-pro/functions-pro.php:745
390
+ #: wp-live-chat-support-pro/functions-pro.php:761
391
+ #: wp-live-chat-support-pro/functions-pro.php:776
392
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3277
393
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3293
394
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3308
395
  msgid "Chat Agent"
396
  msgstr "Chat Agent"
397
 
398
+ #: wp-live-chat-support-pro/functions-pro.php:750
399
+ #: wp-live-chat-support-pro/functions-pro.php:766
400
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3282
401
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3298
402
  msgid "Make this user a chat agent"
403
  msgstr "Gør denne bruger til en chat agent"
404
 
405
+ #: wp-live-chat-support-pro/functions-pro.php:780
406
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3312
407
  msgid "Your user role does not allow you to make yourself a chat agent."
408
  msgstr ""
409
 
410
+ #: wp-live-chat-support-pro/functions-pro.php:781
411
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3313
412
  msgid "Please contact the administrator of this website to change this."
413
  msgstr ""
414
 
415
+ #: wp-live-chat-support-pro/functions-pro.php:866
416
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3721
417
  msgid "Chat Agent Online"
418
  msgstr "Chat Agent Online"
419
 
420
+ #: wp-live-chat-support-pro/functions-pro.php:868
421
+ #: wp-live-chat-support-pro/functions-pro.php:873
422
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3723
423
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3728
424
  msgid "Chat Agents Online"
425
  msgstr "Chat Agenter Online"
426
 
427
+ #: wp-live-chat-support-pro/functions-pro.php:965
428
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1010
429
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5014
430
+ #: wp-live-chat-support/functions.php:2117
431
+ #: wp-live-chat-support/wp-live-chat-support.php:4497
432
+ #: wp-live-chat-support/wp-live-chat-support.php:4636
433
  msgid "Date"
434
  msgstr "Dato"
435
 
436
+ #: wp-live-chat-support-pro/functions-pro.php:982
437
+ #: wp-live-chat-support/wp-live-chat-support.php:4656
438
  msgid "You have not received any offline messages."
439
  msgstr ""
440
 
441
+ #: wp-live-chat-support-pro/functions-pro.php:1407
442
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:871
443
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4080
444
+ #: wp-live-chat-support/wp-live-chat-support.php:5351
445
  msgid "Administrator"
446
  msgstr ""
447
 
448
+ #: wp-live-chat-support-pro/functions-pro.php:1408
449
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:877
450
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4086
451
+ #: wp-live-chat-support/wp-live-chat-support.php:5360
452
  msgid "Editor"
453
  msgstr ""
454
 
455
+ #: wp-live-chat-support-pro/functions-pro.php:1409
456
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:883
457
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1009
458
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4092
459
+ #: wp-live-chat-support/wp-live-chat-support.php:5369
460
  msgid "Author"
461
  msgstr ""
462
 
463
+ #: wp-live-chat-support-pro/functions-pro.php:1410
464
  msgid "Contributor"
465
  msgstr ""
466
 
467
+ #: wp-live-chat-support-pro/functions-pro.php:1411
468
  msgid "Subscriber"
469
  msgstr ""
470
 
471
+ #: wp-live-chat-support-pro/functions-pro.php:1541
472
+ #: wp-live-chat-support/modules/gdpr.php:207
473
+ #: wp-live-chat-support/wp-live-chat-support.php:5766
474
+ #: wp-live-chat-support/wp-live-chat-support.php:5824
475
  msgid "Chat ID"
476
  msgstr "Chat box"
477
 
478
+ #: wp-live-chat-support-pro/functions-pro.php:1542
479
+ #: wp-live-chat-support/wp-live-chat-support.php:5767
480
+ #: wp-live-chat-support/wp-live-chat-support.php:5825
481
  msgid "From"
482
  msgstr ""
483
 
484
+ #: wp-live-chat-support-pro/functions-pro.php:1544
485
+ #: wp-live-chat-support/wp-live-chat-support.php:5769
486
+ #: wp-live-chat-support/wp-live-chat-support.php:5827
487
  msgid "Timestamp"
488
  msgstr ""
489
 
490
+ #: wp-live-chat-support-pro/functions-pro.php:1545
491
+ #: wp-live-chat-support/wp-live-chat-support.php:5770
492
+ #: wp-live-chat-support/wp-live-chat-support.php:5828
493
  msgid "Origin"
494
  msgstr ""
495
 
496
+ #: wp-live-chat-support-pro/functions-pro.php:1557
497
+ #: wp-live-chat-support/wp-live-chat-support.php:5775
498
+ #: wp-live-chat-support/wp-live-chat-support.php:5833
499
  msgid "user"
500
  msgstr ""
501
 
502
+ #: wp-live-chat-support-pro/functions-pro.php:1559
503
+ #: wp-live-chat-support/wp-live-chat-support.php:5777
504
+ #: wp-live-chat-support/wp-live-chat-support.php:5835
505
  msgid "agent"
506
  msgstr "Agenter"
507
 
508
+ #: wp-live-chat-support-pro/includes/documentation_suggestions.php:134
509
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:471
510
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:492
511
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:551
512
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:583
513
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:402
514
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:424
515
+ #: wp-live-chat-support/includes/notification_control.php:36
516
+ #: wp-live-chat-support/includes/notification_control.php:75
517
+ #: wp-live-chat-support/includes/notification_control.php:138
518
+ #: wp-live-chat-support/modules/node_server_deprecated.php:214
519
+ #: wp-live-chat-support/modules/node_server_deprecated.php:234
520
+ #: wp-live-chat-support/modules/node_server_deprecated.php:277
521
+ #: wp-live-chat-support/modules/node_server_deprecated.php:291
522
+ #, fuzzy
523
+ #| msgid "Chat notifications"
524
+ msgid "System notification"
525
+ msgstr "Chat notifikationer"
526
+
527
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:48
528
+ #: wp-live-chat-support/includes/settings_page.php:66
529
  msgid "WP Live Chat Support Settings"
530
  msgstr "WP Live Chat Support indstillinger"
531
 
532
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:71
533
+ #: wp-live-chat-support/wp-live-chat-support.php:3076
534
+ #: wp-live-chat-support/wp-live-chat-support.php:3091
535
  msgid "Dear Pro User"
536
  msgstr "Kære Pro Bruger"
537
 
546
  msgstr ""
547
 
548
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
549
+ #: wp-live-chat-support/includes/settings_page.php:925
550
+ #: wp-live-chat-support/modules/node_server.php:624
551
+ #: wp-live-chat-support/wp-live-chat-support.php:6422
552
  msgid "here"
553
  msgstr ""
554
 
565
  msgstr ""
566
 
567
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:83
568
+ #: wp-live-chat-support/includes/settings_page.php:94
569
+ #: wp-live-chat-support/includes/settings_page.php:132
570
  msgid "General Settings"
571
  msgstr "Generelle indstillinger"
572
 
573
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:84
574
+ #: wp-live-chat-support/includes/settings_page.php:99
575
  msgid "Chat Box"
576
  msgstr "Chat box"
577
 
578
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:85
579
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:448
580
+ #: wp-live-chat-support/includes/settings_page.php:104
581
+ #: wp-live-chat-support/includes/settings_page.php:579
582
+ #: wp-live-chat-support/wp-live-chat-support.php:1068
583
+ #: wp-live-chat-support/wp-live-chat-support.php:1071
584
  msgid "Offline Messages"
585
  msgstr "Offline beskeder"
586
 
587
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:86
588
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:562
589
+ #: wp-live-chat-support/includes/settings_page.php:109
590
+ #: wp-live-chat-support/includes/settings_page.php:776
591
  msgid "Styling"
592
  msgstr "Styling"
593
 
596
  msgstr "Chat agenter"
597
 
598
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:88
599
+ #: wp-live-chat-support/includes/settings_page.php:119
600
  msgid "Blocked Visitors"
601
  msgstr ""
602
 
603
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:89
604
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:913
605
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:919
606
  msgid "Chat Experience Ratings"
607
  msgstr "Chat vindueindstillinger"
608
 
609
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:90
610
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2302
611
  msgid "Encryption"
612
  msgstr "Handling"
613
 
614
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:93
 
615
  msgid "Main Settings"
616
  msgstr "Hovedindstillinger"
617
 
620
  msgstr ""
621
 
622
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:98
 
623
  msgid "Cloud Server"
624
  msgstr ""
625
 
627
  msgid "Use our server to host your chat server."
628
  msgstr ""
629
 
 
 
 
 
 
630
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:112
631
  msgid "This API key is "
632
  msgstr ""
647
  msgstr ""
648
 
649
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:130
650
+ #: wp-live-chat-support/includes/settings_page.php:135
651
  msgid "Chat enabled"
652
  msgstr "Chat aktiveret"
653
 
654
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:135
655
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:264
656
+ #: wp-live-chat-support/functions.php:2107
657
+ #: wp-live-chat-support/includes/settings_page.php:138
658
+ #: wp-live-chat-support/modules/webhooks_manager.php:296
659
+ #: wp-live-chat-support/wp-live-chat-support.php:4468
660
  msgid "Yes"
661
  msgstr "Ja"
662
 
663
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:138
664
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:264
665
+ #: wp-live-chat-support/functions.php:2107
666
+ #: wp-live-chat-support/includes/settings_page.php:139
667
+ #: wp-live-chat-support/modules/webhooks_manager.php:295
668
+ #: wp-live-chat-support/wp-live-chat-support.php:4468
669
  msgid "No"
670
  msgstr "Nej"
671
 
672
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
673
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2138
674
  msgid "Choose when I want to be online"
675
  msgstr ""
676
 
677
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
678
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2138
679
  msgid ""
680
  "Checking this will allow you to change your status to Online or Offline on "
681
  "the Live Chat page."
682
  msgstr ""
683
 
684
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
685
+ #: wp-live-chat-support/includes/settings_page.php:157
686
  msgid "Hide Chat"
687
  msgstr "Skjul chat"
688
 
689
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
690
+ #: wp-live-chat-support/includes/settings_page.php:157
691
  msgid "Hides chat for 24hrs when user clicks X"
692
  msgstr "Skjuler chat i 24 timer når brugeren klikker X"
693
 
694
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
695
+ #: wp-live-chat-support/includes/settings_page.php:166
696
+ #, fuzzy
697
+ #| msgid "Offline Chat Box Title"
698
+ msgid "Required Chat Box Fields"
699
+ msgstr "Offline chat box titel"
700
 
701
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
702
+ #: wp-live-chat-support/includes/settings_page.php:166
703
+ msgid "Set default fields that will be displayed when users starting a chat"
704
+ msgstr ""
705
+
706
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:167
707
+ msgid "Show name and email"
708
+ msgstr ""
709
+
710
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:171
711
+ #, fuzzy
712
+ #| msgid "Your Email"
713
+ msgid "Show email"
714
+ msgstr "Din e-mail"
715
+
716
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:175
717
+ msgid "Show name"
718
  msgstr ""
719
 
720
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:179
721
+ #: wp-live-chat-support/includes/settings_page.php:183
722
+ msgid "No fields"
723
+ msgstr ""
724
+
725
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:185
726
+ #: wp-live-chat-support/includes/settings_page.php:189
727
+ msgid "Default visitor name"
728
+ msgstr ""
729
+
730
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:185
731
+ #: wp-live-chat-support/includes/settings_page.php:189
732
+ msgid "This name will be displayed for all not logged in visitors"
733
+ msgstr ""
734
+
735
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
736
+ #: wp-live-chat-support/includes/settings_page.php:197
737
  msgid "Input Field Replacement Text"
738
  msgstr ""
739
 
740
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
741
+ #: wp-live-chat-support/includes/settings_page.php:197
742
  msgid "This is the text that will show in place of the Name And Email fields"
743
  msgstr ""
744
 
745
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
746
+ #: wp-live-chat-support/includes/settings_page.php:205
747
  msgid "Use Logged In User Details"
748
  msgstr ""
749
 
750
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
751
+ #: wp-live-chat-support/includes/settings_page.php:205
752
  msgid ""
753
  "A user's Name and Email Address will be used by default if they are logged "
754
  "in."
755
  msgstr ""
756
 
757
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:214
758
+ #: wp-live-chat-support/includes/settings_page.php:213
759
  msgid "Enable On Mobile Devices"
760
  msgstr ""
761
 
762
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:214
763
+ #: wp-live-chat-support/includes/settings_page.php:213
764
  msgid ""
765
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
766
  "devices. (Smartphones and Tablets)"
767
  msgstr ""
768
 
769
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:224
770
+ #: wp-live-chat-support/includes/settings_page.php:221
771
  msgid "Record a visitor's IP Address"
772
  msgstr ""
773
 
774
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:224
775
+ #: wp-live-chat-support/includes/settings_page.php:221
776
  msgid "Disable this to enable anonymity for your visitors"
777
  msgstr ""
778
 
779
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:234
780
+ #: wp-live-chat-support/includes/settings_page.php:240
781
  msgid "Play a sound when a new message is received"
782
  msgstr ""
783
 
784
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:234
785
+ #: wp-live-chat-support/includes/settings_page.php:240
786
  msgid ""
787
  "Disable this to mute the sound that is played when a new chat message is "
788
  "received"
789
  msgstr ""
790
 
791
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:243
792
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2626
793
  msgid "Include chat window on the following pages:"
794
  msgstr ""
795
 
796
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:243
797
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2626
798
+ #: wp-live-chat-support/includes/settings_page.php:268
799
  msgid ""
800
  "Show the chat window on the following pages. Leave blank to show on all. "
801
  "(Use comma-separated Page ID's)"
802
  msgstr ""
803
 
804
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:253
805
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2634
806
  msgid "Exclude chat window on the following pages:"
807
  msgstr ""
808
 
809
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:253
810
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2634
811
+ #: wp-live-chat-support/includes/settings_page.php:283
812
  msgid ""
813
  "Do not show the chat window on the following pages. Leave blank to show on "
814
  "all. (Use comma-separated Page ID's)"
815
  msgstr ""
816
 
817
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
818
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2642
819
+ #: wp-live-chat-support/includes/settings_page.php:299
820
+ msgid "Exclude chat window on selected post types"
821
+ msgstr ""
822
+
823
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
824
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2642
825
+ #: wp-live-chat-support/includes/settings_page.php:299
826
+ msgid "Do not show the chat window on the following post types pages."
827
+ msgstr ""
828
+
829
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:283
830
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2662
831
+ #, fuzzy
832
+ #| msgid "No Quick Responses found"
833
+ msgid "No post types found."
834
+ msgstr "Ingen hurtig svar fundet"
835
+
836
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
837
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2668
838
  msgid "Allow any user to make themselves a chat agent"
839
  msgstr ""
840
 
841
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
842
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2668
843
  msgid ""
844
  "Checking this will allow any of your users to make themselves a chat agent "
845
  "when editing their profile."
846
  msgstr ""
847
 
848
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:302
849
+ #: wp-live-chat-support/includes/settings_page.php:320
850
  msgid "Chat Window Settings"
851
  msgstr "Chat vindueindstillinger"
852
 
853
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:305
854
+ #: wp-live-chat-support/includes/settings_page.php:323
855
  msgid "Chat box alignment"
856
  msgstr "Chat box justering"
857
 
858
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:310
859
+ #: wp-live-chat-support/includes/settings_page.php:326
860
  msgid "Bottom left"
861
  msgstr "Bunden i venstre side"
862
 
863
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:313
864
+ #: wp-live-chat-support/includes/settings_page.php:327
865
  msgid "Bottom right"
866
  msgstr "Bunden i højre side"
867
 
868
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:316
869
+ #: wp-live-chat-support/includes/settings_page.php:328
870
  msgid "Left"
871
  msgstr "Venstre"
872
 
873
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:319
874
+ #: wp-live-chat-support/includes/settings_page.php:329
875
  msgid "Right"
876
  msgstr "Højre"
877
 
878
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:325
879
+ #: wp-live-chat-support/includes/settings_page.php:335
880
  msgid "Auto Pop-up"
881
  msgstr "Auto pop-up"
882
 
883
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:325
884
+ #: wp-live-chat-support/includes/settings_page.php:335
885
  msgid ""
886
  "Expand the chat box automatically (prompts the user to enter their name and "
887
  "email address)."
889
  "Udvid chatboksen automatisk (beder brugeren om at indtaste deres navn og e-"
890
  "mail-adresse)."
891
 
892
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:336
893
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1239
894
  msgid "Name "
895
  msgstr "Navn"
896
 
897
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:352
898
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1373
899
+ #: wp-live-chat-support/includes/settings_page.php:381
900
+ msgid "Icon"
901
+ msgstr ""
902
+
903
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:360
904
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1381
905
+ #, fuzzy
906
+ #| msgid "Upload Logo"
907
+ msgid "Upload Icon"
908
+ msgstr "Upload logo"
909
+
910
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:362
911
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1383
912
+ #, fuzzy
913
+ #| msgid "Remove Logo"
914
+ msgid "Remove Icon"
915
+ msgstr "Fjern logo"
916
+
917
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:363
918
+ #, fuzzy
919
+ #| msgid "Recomended Size 250px x 40px"
920
+ msgid "Recommended Size 50px x 50px"
921
+ msgstr "Anbefalet størrelse: 250x40"
922
+
923
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
924
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1390
925
+ #: wp-live-chat-support/includes/settings_page.php:397
926
  msgid "Picture"
927
  msgstr "Billede"
928
 
929
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:376
930
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1398
931
+ #: wp-live-chat-support/includes/settings_page.php:384
932
+ #: wp-live-chat-support/includes/settings_page.php:400
933
+ #: wp-live-chat-support/includes/settings_page.php:416
934
  msgid "Upload Image"
935
  msgstr "Upload billede"
936
 
937
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:378
938
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1400
939
  msgid "Remove Image"
940
  msgstr "Fjern bilelde"
941
 
942
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:379
943
+ #, fuzzy
944
+ #| msgid "Recomended Size 40px x 40px"
945
+ msgid "Recommended Size 40px x 40px"
946
  msgstr "Anbefalet størrelse: 40x40."
947
 
948
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:385
949
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1408
950
+ #: wp-live-chat-support/includes/settings_page.php:413
951
  msgid "Logo"
952
  msgstr "Loho"
953
 
954
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:393
955
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1416
956
  msgid "Upload Logo"
957
  msgstr "Upload logo"
958
 
959
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:395
960
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1418
961
  msgid "Remove Logo"
962
  msgstr "Fjern logo"
963
 
964
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:396
965
+ #, fuzzy
966
+ #| msgid "Recomended Size 250px x 40px"
967
+ msgid "Recommended Size 250px x 40px"
968
  msgstr "Anbefalet størrelse: 250x40"
969
 
970
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:402
971
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1425
972
+ #: wp-live-chat-support/includes/settings_page.php:429
973
  msgid "Chat delay (seconds)"
974
  msgstr "Chat forsinkelser (sekunder)"
975
 
976
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:402
977
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1425
978
  msgid "How long it takes for your chat window to pop up"
979
  msgstr "Så lang tid tager det for dit chat vindue om at poppe op"
980
 
981
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:411
982
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1434
983
+ #: wp-live-chat-support/includes/settings_page.php:445
984
  msgid "Chat notifications"
985
  msgstr "Chat notifikationer"
986
 
987
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:411
988
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1434
989
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
990
  msgstr "Underret mig via e-mail, så snart nogen ønsker at chatte"
991
 
992
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:421
 
993
  msgid "Display name and avatar in chat"
994
  msgstr ""
995
 
996
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:421
 
997
  msgid "Display the agent and user name above each message in the chat window."
998
  msgstr ""
999
 
1000
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:433
1001
+ #: wp-live-chat-support/includes/settings_page.php:484
1002
  msgid "Only show the chat window to users that are logged in"
1003
  msgstr ""
1004
 
1005
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:433
1006
+ #: wp-live-chat-support/includes/settings_page.php:484
1007
  msgid ""
1008
  "By checking this, only users that are logged in will be able to chat with "
1009
  "you."
1010
  msgstr ""
1011
 
1012
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:452
1013
+ #: wp-live-chat-support/includes/settings_page.php:583
1014
  msgid "Do not allow users to send offline messages"
1015
  msgstr ""
1016
 
1017
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:452
1018
+ #: wp-live-chat-support/includes/settings_page.php:583
1019
  msgid ""
1020
  "The chat window will be hidden when it is offline. Users will not be able to "
1021
  "send offline messages to you"
1022
  msgstr ""
1023
 
1024
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:464
1025
+ #: wp-live-chat-support/includes/settings_page.php:638
1026
  msgid "Email Address"
1027
  msgstr "E-mail adresse"
1028
 
1029
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:464
1030
+ #: wp-live-chat-support/includes/settings_page.php:638
1031
  msgid ""
1032
  "Email address where offline messages are delivered to. Use comma separated "
1033
  "email addresses to send to more than one email address"
1034
  msgstr ""
1035
 
1036
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:477
1037
+ #: wp-live-chat-support/includes/settings_page.php:659
1038
  msgid "Sending Method"
1039
  msgstr "Metode til at sende"
1040
 
1041
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:478
1042
+ #: wp-live-chat-support/includes/settings_page.php:660
1043
  msgid "WP Mail"
1044
  msgstr "WP Mail"
1045
 
1046
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:479
1047
+ #: wp-live-chat-support/includes/settings_page.php:661
1048
  msgid "PHP Mailer"
1049
  msgstr "PHP Mailer"
1050
 
1051
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:495
1052
+ #: wp-live-chat-support/includes/settings_page.php:677
1053
  msgid "Host"
1054
  msgstr "Host"
1055
 
1056
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:503
1057
+ #: wp-live-chat-support/includes/settings_page.php:685
1058
  msgid "Port"
1059
  msgstr "Port"
1060
 
1061
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:511
1062
+ #: wp-live-chat-support/includes/settings_page.php:693
1063
  msgid "Username"
1064
  msgstr "Brugernavn"
1065
 
1066
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:519
1067
+ #: wp-live-chat-support/includes/settings_page.php:701
1068
  msgid "Password"
1069
  msgstr "Kodeord"
1070
 
1071
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:528
1072
+ #: wp-live-chat-support/includes/settings_page.php:594
1073
  msgid "Offline Chat Box Title"
1074
  msgstr "Offline chat box titel"
1075
 
1076
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:536
1077
+ #: wp-live-chat-support/includes/settings_page.php:602
1078
  msgid "Offline Text Fields"
1079
  msgstr "Offline tekstfelter"
1080
 
1081
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:546
1082
+ #: wp-live-chat-support/includes/settings_page.php:612
1083
+ #, fuzzy
1084
+ #| msgid "Offline text"
1085
+ msgid "Offline Button Text"
1086
+ msgstr "Offline tekst"
1087
+
1088
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:552
1089
+ #: wp-live-chat-support/includes/settings_page.php:618
1090
+ #, fuzzy
1091
+ #| msgid "Offline text"
1092
+ msgid "Offline Send Button Text"
1093
+ msgstr "Offline tekst"
1094
+
1095
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:581
1096
+ #: wp-live-chat-support/includes/settings_page.php:781
1097
  msgid "Choose a theme"
1098
  msgstr ""
1099
 
1100
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:586
1101
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:589
1102
  msgid "Theme 1"
1103
  msgstr ""
1104
 
1105
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:592
1106
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:595
1107
  msgid "Theme 2"
1108
  msgstr ""
1109
 
1110
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:598
1111
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:601
1112
  msgid "Theme 3"
1113
  msgstr ""
1114
 
1115
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:604
1116
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:607
1117
  msgid "Theme 4"
1118
  msgstr ""
1119
 
1120
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:610
1121
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:613
1122
  msgid "Theme 5"
1123
  msgstr ""
1124
 
1125
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:616
1126
  msgid "Theme 6"
1127
  msgstr ""
1128
 
1129
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:619
1130
  msgid "Custom. Enter Colour Values Below"
1131
  msgstr ""
1132
 
1133
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:645
1134
  msgid "Chat box fill color"
1135
  msgstr "Chat box fyld farve"
1136
 
1137
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:651
1138
  msgid "Chat box font color"
1139
  msgstr "Chat box font color"
1140
 
1141
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:658
1142
+ #: wp-live-chat-support/includes/settings_page.php:922
1143
  msgid "I'm using a localization plugin"
1144
  msgstr ""
1145
 
1146
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:661
1147
  msgid "documentation"
1148
  msgstr "Gennemse dokumentationen."
1149
 
1150
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:666
1151
  msgid ""
1152
  "You will only be able to edit the strings shown in the chat window of the "
1153
  "code now. <br/> This has been done to accommodate as many localization "
1155
  "strings, please consult the "
1156
  msgstr ""
1157
 
1158
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:671
1159
+ #: wp-live-chat-support/includes/settings_page.php:931
1160
  msgid "First Section Text"
1161
  msgstr "Første tekst section"
1162
 
1163
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:678
1164
+ #: wp-live-chat-support/includes/settings_page.php:938
1165
  msgid "Intro Text"
1166
  msgstr "Introtekst"
1167
 
1168
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:684
1169
+ #: wp-live-chat-support/includes/settings_page.php:944
1170
  msgid "Second Section Text"
1171
  msgstr "Anden tekst section"
1172
 
1173
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:691
1174
+ #: wp-live-chat-support/includes/settings_page.php:951
1175
  msgid "Reactivate Chat Section Text"
1176
  msgstr "Genaktiver chat tekst sektion"
1177
 
1178
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:699
 
1179
  msgid "User chat welcome"
1180
  msgstr "Bruger chat velkommen"
1181
 
1182
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:705
1183
+ #: wp-live-chat-support/includes/settings_page.php:979
1184
  msgid "Other text"
1185
  msgstr "Andet tekst"
1186
 
1187
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:707
 
1188
  msgid "This text is shown above the user chat input field"
1189
  msgstr ""
1190
 
1191
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:711
1192
+ #: wp-live-chat-support/includes/settings_page.php:987
1193
+ msgid "Close Button Text"
1194
+ msgstr ""
1195
+
1196
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:745
1197
  msgid ""
1198
  "You are using an outdated version of WP Live Chat Support Basic. Please "
1199
  "update your plugin to allow for animations to function"
1200
  msgstr "Du bruger en forældet version af WP Live Chat Support Basic. "
1201
 
1202
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:749
1203
+ #: wp-live-chat-support/includes/settings_page.php:995
1204
  msgid "Choose an animation"
1205
  msgstr ""
1206
 
1207
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:757
1208
+ #: wp-live-chat-support/includes/settings_page.php:1003
1209
  msgid "Slide Up"
1210
  msgstr ""
1211
 
1212
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:763
1213
+ #: wp-live-chat-support/includes/settings_page.php:1009
1214
  msgid "Slide From The Side"
1215
  msgstr ""
1216
 
1217
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:769
1218
+ #: wp-live-chat-support/includes/settings_page.php:1015
1219
  msgid "Fade In"
1220
  msgstr ""
1221
 
1222
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:775
1223
+ #: wp-live-chat-support/includes/settings_page.php:1021
1224
  msgid "No Animation"
1225
  msgstr ""
1226
 
1227
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:833
1228
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4042
1229
+ #: wp-live-chat-support/wp-live-chat-support.php:5320
1230
  msgid "Current Users that are Chat Agents"
1231
  msgstr ""
1232
 
1233
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:844
1234
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2056
1235
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4053
1236
+ #: wp-live-chat-support/wp-live-chat-support.php:5330
1237
  msgid "Online"
1238
  msgstr ""
1239
 
1240
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:854
1241
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3908
1242
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4063
1243
+ #: wp-live-chat-support/modules/node_server.php:901
1244
+ #: wp-live-chat-support/wp-live-chat-support.php:3055
1245
  msgid "Remove"
1246
  msgstr "Fjern logo"
1247
 
1248
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:863
1249
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4072
1250
+ #: wp-live-chat-support/wp-live-chat-support.php:5380
1251
  msgid "Add New Agent"
1252
  msgstr ""
1253
 
1254
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:865
1255
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1097
1256
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4074
1257
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
1258
+ #: wp-live-chat-support/wp-live-chat-support.php:5345
1259
  msgid "Select"
1260
  msgstr "Vælg"
1261
 
1262
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:887
1263
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4096
1264
+ #: wp-live-chat-support/wp-live-chat-support.php:5381
1265
  msgid "Add Agent"
1266
  msgstr "Agenter"
1267
 
1268
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:893
1269
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4102
1270
  msgid ""
1271
  "Should you wish to add a user that has a role less than 'Author', please go "
1272
  "to the <a href='./users.php'>Users</a> page, select the relevant user, click "
1274
  "checkbox."
1275
  msgstr ""
1276
 
1277
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:894
1278
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4103
1279
  msgid "If there are no chat agents online, the chat will show as offline"
1280
  msgstr "Hvis der ikke er chat agenter online, vil chatten vises som offline."
1281
 
1282
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:898
1283
+ #: wp-live-chat-support/includes/settings_page.php:1048
1284
  msgid "Blocked Visitors - Based on IP Address"
1285
  msgstr ""
1286
 
1287
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:899
1288
+ #: wp-live-chat-support/includes/settings_page.php:1052
1289
  msgid "Enter each IP Address you would like to block on a new line"
1290
  msgstr ""
1291
 
1292
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:910
1293
+ #: wp-live-chat-support/includes/settings_page.php:1063
1294
  msgid ""
1295
  "Blocking a user's IP Address here will hide the chat window from them, "
1296
  "preventing them from chatting with you. Each IP Address must be on a new line"
1297
  msgstr ""
1298
 
1299
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:919
1300
  msgid ""
1301
  "are only available in the WP Live Chat Support Chat Experience Ratings add-on"
1302
  msgstr ""
1303
 
1304
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:923
1305
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2266
1306
  msgid "Chat Encryption"
1307
  msgstr "Chat notifikationer"
1308
 
1309
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:926
1310
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2269
1311
  msgid "Enable Encryption"
1312
  msgstr ""
1313
 
1314
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:926
1315
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2269
1316
  msgid ""
1317
  "All messages will be encrypted when being sent to and from the user and "
1318
  "agent."
1319
  msgstr ""
1320
 
1321
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:934
1322
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2279
1323
  msgid ""
1324
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1325
  msgstr ""
1326
 
1327
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:940
1328
+ #: wp-live-chat-support/includes/settings_page.php:1074
1329
  msgid "Save Settings"
1330
  msgstr "Gem indstillinger"
1331
 
1332
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:7
1333
+ #, fuzzy
1334
+ #| msgid "WP Live Chat Support Settings"
1335
+ msgid "WP Live Chat Support - User Fields"
1336
+ msgstr "WP Live Chat Support indstillinger"
1337
 
1338
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:11
1339
+ #, fuzzy
1340
+ #| msgid "Username"
1341
+ msgid "User tagline"
1342
+ msgstr "Brugernavn"
1343
 
1344
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:17
1345
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:30
1346
+ msgid "This will show up at the top of the chatbox - Leave blank to disable."
 
 
1347
  msgstr ""
1348
 
1349
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:24
1350
+ msgid "User bio"
1351
  msgstr ""
1352
 
1353
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:37
1354
+ msgid "User social accounts"
1355
  msgstr ""
1356
 
1357
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:42
1358
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1494
1359
+ #: wp-live-chat-support/includes/settings_page.php:557
1360
+ msgid "Twitter URL"
1361
  msgstr ""
1362
 
1363
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:46
1364
+ msgid "LinkedIn URL"
 
1365
  msgstr ""
1366
 
1367
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:50
1368
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1490
1369
+ #: wp-live-chat-support/includes/settings_page.php:544
1370
+ msgid "Facebook URL"
1371
  msgstr ""
1372
 
1373
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:54
1374
+ #, fuzzy
1375
+ #| msgid "Your Website"
1376
+ msgid "Website URL"
1377
+ msgstr "Din hjemmeside"
1378
 
1379
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:56
1380
  msgid ""
1381
+ "This will show up at the top of the chatbox, in the agent's description - "
1382
+ "Leave each item blank to disable it."
1383
  msgstr ""
1384
 
1385
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:276
1386
+ msgid "Twitter"
1387
+ msgstr ""
1388
+
1389
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:279
1390
+ msgid "LinkedIn"
1391
+ msgstr ""
1392
+
1393
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:282
1394
+ msgid "Facebook"
1395
+ msgstr ""
1396
+
1397
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:285
1398
+ #, fuzzy
1399
+ #| msgid "Your Website"
1400
+ msgid "Website"
1401
+ msgstr "Din hjemmeside"
1402
+
1403
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:60
1404
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:5
1405
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:143
1406
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:83
1407
+ #: wp-live-chat-support/modules/webhooks_manager.php:57
1408
+ #: wp-live-chat-support/modules/webhooks_manager.php:312
1409
+ msgid "Add New"
1410
+ msgstr ""
1411
+
1412
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:64
1413
+ #: wp-live-chat-support/wp-live-chat-support.php:6191
1414
+ #: wp-live-chat-support/wp-live-chat-support.php:6198
1415
+ #, fuzzy
1416
+ #| msgid "WP Live Chat Support Settings"
1417
+ msgid "WP Live Chat Support Custom Fields"
1418
+ msgstr "WP Live Chat Support indstillinger"
1419
+
1420
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:70
1421
+ msgid ""
1422
+ "Please ensure you are using version WP Live Chat Support 7.0.0 or newer, to "
1423
+ "allow for full functionality of custom fields."
1424
+ msgstr ""
1425
+
1426
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:71
1427
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:16
1428
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:156
1429
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:192
1430
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:111
1431
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:62
1432
+ #: wp-live-chat-support/wp-live-chat-support.php:6107
1433
+ #: wp-live-chat-support/wp-live-chat-support.php:6172
1434
+ #: wp-live-chat-support/wp-live-chat-support.php:6210
1435
+ msgid "Update now"
1436
+ msgstr ""
1437
+
1438
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:80
1439
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:439
1440
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:211
1441
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:128
1442
+ #: wp-live-chat-support/functions.php:2369
1443
+ #: wp-live-chat-support/wp-live-chat-support.php:6430
1444
+ msgid "ID"
1445
+ msgstr ""
1446
+
1447
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:82
1448
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:441
1449
+ #: wp-live-chat-support/wp-live-chat-support.php:3292
1450
+ msgid "Type"
1451
+ msgstr ""
1452
+
1453
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:83
1454
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:443
1455
+ msgid "Content"
1456
+ msgstr ""
1457
+
1458
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:84
1459
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:444
1460
+ #: wp-live-chat-support/wp-live-chat-support.php:3295
1461
+ #: wp-live-chat-support/wp-live-chat-support.php:4501
1462
+ msgid "Status"
1463
+ msgstr "Status"
1464
+
1465
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:85
1466
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:445
1467
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:213
1468
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:133
1469
+ #: wp-live-chat-support/functions.php:2121
1470
+ #: wp-live-chat-support/modules/webhooks_manager.php:231
1471
+ #: wp-live-chat-support/wp-live-chat-support.php:3296
1472
+ #: wp-live-chat-support/wp-live-chat-support.php:4502
1473
+ #: wp-live-chat-support/wp-live-chat-support.php:6432
1474
+ msgid "Action"
1475
+ msgstr "Handling"
1476
+
1477
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:115
1478
+ #: wp-live-chat-support/wp-live-chat-support.php:3525
1479
+ msgid "Active"
1480
+ msgstr "Aktiv"
1481
+
1482
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:117
1483
+ #, fuzzy
1484
+ #| msgid "active"
1485
+ msgid "Inactive"
1486
+ msgstr "aktiv"
1487
+
1488
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:122
1489
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:452
1490
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:220
1491
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:140
1492
+ #: wp-live-chat-support/modules/webhooks_manager.php:243
1493
+ msgid "Edit"
1494
+ msgstr ""
1495
+
1496
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:123
1497
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:453
1498
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:584
1499
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:221
1500
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:498
1501
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:141
1502
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:545
1503
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5349
1504
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5420
1505
+ #: wp-live-chat-support/modules/webhooks_manager.php:244
1506
+ msgid "Delete"
1507
+ msgstr ""
1508
+
1509
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:133
1510
+ msgid "Create your first custom field"
1511
+ msgstr ""
1512
+
1513
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:151
1514
+ msgid "Create a Custom Field"
1515
+ msgstr ""
1516
+
1517
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:156
1518
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:217
1519
+ msgid "Field Name"
1520
+ msgstr ""
1521
+
1522
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:160
1523
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:225
1524
+ msgid "Field Type"
1525
+ msgstr ""
1526
+
1527
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:163
1528
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:230
1529
+ msgid "Text"
1530
+ msgstr ""
1531
+
1532
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:164
1533
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:231
1534
+ msgid "Drop Down"
1535
+ msgstr ""
1536
+
1537
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:169
1538
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:221
1539
+ msgid "Default Field Value"
1540
+ msgstr ""
1541
+
1542
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:173
1543
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:236
1544
+ msgid "Drop Down Contents"
1545
+ msgstr ""
1546
+
1547
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:174
1548
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:237
1549
+ msgid "Enter each option on a new line"
1550
+ msgstr ""
1551
+
1552
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:178
1553
+ msgid "Create Custom Field"
1554
+ msgstr ""
1555
+
1556
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:212
1557
+ msgid "Edit a Custom Field"
1558
+ msgstr ""
1559
+
1560
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:241
1561
+ msgid "Update Custom Field"
1562
+ msgstr ""
1563
+
1564
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:250
1565
+ msgid "Custom Field Not Found"
1566
+ msgstr ""
1567
+
1568
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:251
1569
+ msgid "Back"
1570
+ msgstr ""
1571
+
1572
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:263
1573
+ msgid "Are you sure you want to delete this custom field?"
1574
+ msgstr ""
1575
+
1576
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:299
1577
+ #, fuzzy
1578
+ #| msgid "Offline Text Fields"
1579
+ msgid "Text Field"
1580
+ msgstr "Offline tekstfelter"
1581
+
1582
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:302
1583
+ msgid "Dropdown"
1584
+ msgstr ""
1585
+
1586
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:305
1587
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4521
1588
+ msgid "Unknown"
1589
+ msgstr "Ukendt"
1590
+
1591
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:367
1592
+ msgid "Custom Field Data"
1593
+ msgstr ""
1594
+
1595
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:8
1596
+ #: wp-live-chat-support/wp-live-chat-support.php:6126
1597
+ #: wp-live-chat-support/wp-live-chat-support.php:6156
1598
+ msgid "WP Live Chat Support Triggers"
1599
+ msgstr ""
1600
+
1601
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:68
1602
+ msgid "Trigger Name"
1603
+ msgstr ""
1604
+
1605
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:73
1606
+ msgid "Trigger Type"
1607
+ msgstr ""
1608
+
1609
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:77
1610
+ #: wp-live-chat-support/wp-live-chat-support.php:6162
1611
+ msgid "Page Trigger"
1612
+ msgstr ""
1613
+
1614
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:78
1615
+ #: wp-live-chat-support/wp-live-chat-support.php:6163
1616
+ msgid "Time Trigger"
1617
+ msgstr ""
1618
+
1619
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:79
1620
+ #: wp-live-chat-support/wp-live-chat-support.php:6164
1621
+ msgid "Scroll Trigger"
1622
+ msgstr ""
1623
+
1624
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:80
1625
+ #: wp-live-chat-support/wp-live-chat-support.php:6165
1626
+ msgid "Page Leave Trigger"
1627
+ msgstr ""
1628
+
1629
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:81
1630
+ msgid ""
1631
+ "Note: When using page trigger with a the basic theme, no hovercard is shown "
1632
+ "by default. We suggest using the time trigger for this instead."
1633
+ msgstr ""
1634
+
1635
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:87
1636
  msgid "Page ID"
1637
  msgstr ""
1638
 
1660
  msgid "Content Replacement"
1661
  msgstr ""
1662
 
1663
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:113
1664
  msgid "Replace Content"
1665
  msgstr ""
1666
 
1667
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:118
1668
  msgid "Enable Trigger"
1669
  msgstr ""
1670
 
1671
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:124
1672
  #: wp-live-chat-support-pro/includes/wplc_roi.php:237
1673
+ #: wp-live-chat-support/modules/node_server.php:536
1674
+ #: wp-live-chat-support/wp-live-chat-support.php:6657
1675
  msgid "Close"
1676
  msgstr ""
1677
 
1678
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:133
1679
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:296
1680
  #: wp-live-chat-support-pro/includes/wplc_roi.php:246
1681
  msgid "Please review your submission"
1682
  msgstr ""
1683
 
1684
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:273
1685
  msgid "Trigger has been edited."
1686
  msgstr ""
1687
 
1688
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:426
1689
  msgid "Conflict with page"
1690
  msgstr ""
1691
 
1692
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:428
1693
  msgid "Trigger ID: "
1694
  msgstr ""
1695
 
1696
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:429
1697
+ msgid ""
1698
+ "It is possible that this trigger may override another trigger, or be "
1699
+ "overridden by another trigger."
1700
  msgstr ""
1701
 
1702
  #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:442
1703
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:131
1704
+ #: wp-live-chat-support/modules/node_server.php:1221
 
 
 
 
1705
  msgid "Page"
1706
  msgstr ""
1707
 
1708
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:461
1709
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:657
1710
+ #: wp-live-chat-support/wp-live-chat-support.php:5089
1711
+ msgid "All"
1712
  msgstr ""
1713
 
1714
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:465
1715
+ msgid "Click to change trigger status"
1716
+ msgstr ""
 
 
1717
 
1718
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:475
1719
+ msgid "No Triggers Found..."
1720
+ msgstr ""
 
 
 
 
1721
 
1722
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:579
1723
+ msgid "Are you sure you would like to delete trigger"
 
1724
  msgstr ""
1725
 
 
1726
  #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:585
1727
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:287
1728
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:499
1729
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:546
1730
+ #: wp-live-chat-support/includes/modal_control.php:36
1731
+ #: wp-live-chat-support/modules/node_server.php:1199
1732
+ #: wp-live-chat-support/modules/webhooks_manager.php:332
1733
+ msgid "Cancel"
1734
  msgstr ""
1735
 
1736
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:53
1737
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:57
1738
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:91
1739
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:577
1740
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:696
1741
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:92
1742
+ msgid "No Department"
1743
  msgstr ""
1744
 
1745
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:79
1746
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:163
1747
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:563
1748
+ #, fuzzy
1749
+ #| msgid "Please update to the latest version of WP Live Chat Support Pro"
1750
+ msgid ""
1751
+ "Departments are not currently supported with the Cloud Server of WP Live "
1752
+ "Chat Support."
1753
+ msgstr "Du bruger en forældet version af WP Live Chat Support Basic. "
1754
+
1755
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:87
1756
+ #, fuzzy
1757
+ #| msgid "Chat Agent"
1758
+ msgid "Chat Department"
1759
+ msgstr "Chat Agent"
1760
+
1761
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:132
1762
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:538
1763
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:556
1764
+ msgid "Departments"
1765
  msgstr ""
1766
 
1767
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:145
1768
+ #, fuzzy
1769
+ #| msgid "Main Settings"
1770
+ msgid "Department Settings"
1771
+ msgstr "Hovedindstillinger"
1772
+
1773
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:148
1774
+ #, fuzzy
1775
+ #| msgid "WP Live Chat Support Settings"
1776
+ msgid "WP Live Chat Support Departments"
1777
+ msgstr "WP Live Chat Support indstillinger"
1778
+
1779
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:156
1780
+ #, fuzzy, php-format
1781
+ #| msgid ""
1782
+ #| "WP Live Chat Support Pro requires WP Live Chat Support to function. You "
1783
+ #| "can download the latest copy from"
1784
+ msgid ""
1785
+ "WP Live Chat Support Pro requires WP Live Chat Support Version 7.0.0 or "
1786
+ "greater in order for departments to function as expected. Please update WP "
1787
+ "Live Chat Support %s"
1788
  msgstr ""
1789
+ "WPLive Chat Support Pro kræver WP Live Chat Support til at fungere. Du kan "
1790
+ "hente den nyeste kopi fra"
1791
 
1792
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:231
1793
+ msgid "No Departments Found..."
1794
  msgstr ""
1795
 
1796
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:281
1797
+ msgid "Department Name"
1798
+ msgstr ""
1799
+
1800
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:357
1801
+ msgid "Department has been edited."
1802
+ msgstr ""
1803
+
1804
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:493
1805
+ msgid "Are you sure you would like to delete department"
1806
+ msgstr ""
1807
+
1808
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:572
1809
+ msgid "Default Department"
1810
+ msgstr ""
1811
+
1812
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:573
1813
+ msgid "Default department a new chat is assigned to"
1814
+ msgstr ""
1815
+
1816
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:588
1817
+ msgid "Create or Edit Departments"
1818
+ msgstr ""
1819
+
1820
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:594
1821
+ msgid "User Department Selection"
1822
+ msgstr ""
1823
+
1824
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:595
1825
+ msgid "Allow user to select a department before starting a chat?"
1826
+ msgstr ""
1827
+
1828
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:604
1829
+ msgid ""
1830
+ "Note: Chats will be transferred in the event that agents are not available "
1831
+ "within the selected department"
1832
+ msgstr ""
1833
+
1834
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:615
1835
+ #, php-format
1836
+ msgid "Create departments <a href='%s'>here</a>."
1837
+ msgstr ""
1838
+
1839
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:675
1840
+ msgid "Department you have been assigned to as an agent"
1841
+ msgstr ""
1842
+
1843
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:675
1844
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:41
1845
+ #: wp-live-chat-support/modules/node_server.php:1223
1846
+ msgid "Department"
1847
+ msgstr ""
1848
+
1849
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:785
1850
+ msgid "Select Department"
1851
  msgstr ""
1852
 
1853
  #: wp-live-chat-support-pro/includes/wplc_roi.php:72
1854
  msgid "ROI Goals"
1855
  msgstr ""
1856
 
1857
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:84
1858
+ #, fuzzy
1859
+ #| msgid "View Quick Responses"
1860
+ msgid "View Reports"
1861
+ msgstr "Vis hurtig svar"
1862
+
1863
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:87
1864
  msgid "WP Live Chat Support ROI Goals"
1865
  msgstr ""
1866
 
1867
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:130
1868
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4468
1869
  msgid "Overview"
1870
  msgstr ""
1871
 
1872
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:132
 
1873
  msgid "Value"
1874
  msgstr ""
1875
 
1876
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:147
1877
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:22
1878
+ #: wp-live-chat-support/includes/settings_page.php:892
1879
  msgid "None"
1880
  msgstr ""
1881
 
1882
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:154
1883
  msgid "No ROI Goals Found..."
1884
  msgstr ""
1885
 
1919
  msgid "No Goals Found"
1920
  msgstr ""
1921
 
1922
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:658
1923
  msgid "Last 30 Days"
1924
  msgstr ""
1925
 
1926
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:659
1927
  msgid "Last 15 Days"
1928
  msgstr ""
1929
 
1930
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:660
1931
  msgid "Last 7 Days"
1932
  msgstr ""
1933
 
1934
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:661
1935
  msgid "Last 24 Hours"
1936
  msgstr ""
1937
 
1938
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:713
1939
  msgid "Value Per Conversion"
1940
  msgstr ""
1941
 
1942
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:719
1943
  msgid "Total Value"
1944
  msgstr ""
1945
 
1946
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:724
1947
  msgid "Total Conversions"
1948
  msgstr ""
1949
 
1950
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:758
1951
  msgid "Value By Date"
1952
  msgstr ""
1953
 
1954
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:761
1955
  msgid "Value By Agent"
1956
  msgstr ""
1957
 
1958
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:767
1959
  msgid "No data available yet..."
1960
  msgstr ""
1961
 
1962
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:13
1963
+ #: wp-live-chat-support/modules/node_server.php:1205
1964
+ #: wp-live-chat-support/modules/node_server.php:1210
1965
+ msgid "Transfer"
 
 
1966
  msgstr ""
1967
 
1968
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:25
1969
+ #, fuzzy
1970
+ #| msgid "Start Chat"
1971
+ msgid "Transfer Chat"
1972
+ msgstr "Start chat"
1973
 
1974
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:39
1975
+ msgid "Would you like to transfer this chat to"
1976
+ msgstr ""
 
 
1977
 
1978
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:40
1979
+ #, fuzzy
1980
+ #| msgid "Agents"
1981
+ msgid "Agent"
1982
+ msgstr "Agenter"
1983
 
1984
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:46
1985
+ msgid "Please select an agent to transfer to"
1986
+ msgstr ""
 
1987
 
1988
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:53
1989
+ msgid "Please select a department to transfer to"
1990
+ msgstr ""
1991
 
1992
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:71
1993
+ #, fuzzy
1994
+ #| msgid "Agents"
1995
+ msgid "No Agent"
1996
+ msgstr "Agenter"
1997
 
1998
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:77
1999
+ msgid "You"
2000
+ msgstr ""
2001
 
2002
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:118
2003
+ #, fuzzy
2004
+ #| msgid "Chat Agents Online"
2005
+ msgid "Checking if agent is online"
2006
+ msgstr "Chat Agenter Online"
2007
+
2008
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:119
2009
+ msgid "Agent is not online, transfer cannot be made"
2010
+ msgstr ""
2011
+
2012
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:121
2013
+ msgid "Checking if agents in department are online"
2014
+ msgstr ""
2015
+
2016
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:122
2017
+ msgid ""
2018
+ "No agent within the department are available to accept the transfer, "
2019
+ "transfer cannot be made"
2020
+ msgstr ""
2021
+
2022
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:124
2023
+ msgid "Agent(s) available, safe to transfer"
2024
+ msgstr ""
2025
+
2026
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:126
2027
+ msgid "Transfer Complete. Closing Window..."
2028
+ msgstr ""
2029
+
2030
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:127
2031
+ #, fuzzy
2032
+ #| msgid "There is No Answer. Please Try Again Later"
2033
+ msgid "Transfer Failed. Please try again later..."
2034
+ msgstr "Der er intet svar. Prøv igen senere."
2035
+
2036
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:372
2037
+ msgid "Transfer for"
2038
+ msgstr ""
2039
+
2040
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:375
2041
+ #, fuzzy
2042
+ #| msgid "Accept Chat"
2043
+ msgid "Accept Transfer"
2044
+ msgstr "Accepter chat"
2045
+
2046
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:458
2047
+ #: wp-live-chat-support/modules/node_server_deprecated.php:193
2048
+ msgid ""
2049
+ "Department took too long to respond, we are transferring this chat to the "
2050
+ "next available agent."
2051
+ msgstr ""
2052
+
2053
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:460
2054
+ #: wp-live-chat-support/modules/node_server_deprecated.php:195
2055
+ msgid ""
2056
+ "took too long to respond, we are transferring this chat to the next "
2057
+ "available agent."
2058
+ msgstr ""
2059
+
2060
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:463
2061
+ #: wp-live-chat-support/modules/node_server_deprecated.php:198
2062
+ #, fuzzy
2063
+ #| msgid "Chat answered by another agent"
2064
+ msgid "has transferred the chat."
2065
+ msgstr "Chatten blev besvaret af en anden agent."
2066
+
2067
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:486
2068
+ #: wp-live-chat-support/modules/node_server_deprecated.php:201
2069
+ msgid "User received this message"
2070
+ msgstr ""
2071
+
2072
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:532
2073
+ #: wp-live-chat-support/modules/node_server_deprecated.php:153
2074
+ #, fuzzy
2075
+ #| msgid "No chats available at the moment"
2076
+ msgid "No agents available in"
2077
+ msgstr "Ingen chats tilgængelige i øjeblikket"
2078
+
2079
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:534
2080
+ #: wp-live-chat-support/modules/node_server_deprecated.php:155
2081
+ msgid "selected department"
2082
+ msgstr ""
2083
+
2084
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:538
2085
+ #: wp-live-chat-support/modules/node_server_deprecated.php:159
2086
+ msgid "automatically transferring you to"
2087
+ msgstr ""
2088
+
2089
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:540
2090
+ #: wp-live-chat-support/modules/node_server_deprecated.php:161
2091
+ #, fuzzy
2092
+ #| msgid "No chats available at the moment"
2093
+ msgid "the next available department"
2094
+ msgstr "Ingen chats tilgængelige i øjeblikket"
2095
+
2096
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:566
2097
+ #: wp-live-chat-support/modules/node_server_deprecated.php:168
2098
+ msgid "User has been transfered from "
2099
+ msgstr ""
2100
+
2101
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:568
2102
+ #: wp-live-chat-support/modules/node_server_deprecated.php:170
2103
+ msgid "department"
2104
+ msgstr ""
2105
+
2106
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:574
2107
+ #: wp-live-chat-support/modules/node_server_deprecated.php:176
2108
+ msgid " to "
2109
+ msgstr ""
2110
+
2111
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:576
2112
+ #: wp-live-chat-support/modules/node_server_deprecated.php:178
2113
+ msgid "as there were no agents online"
2114
+ msgstr ""
2115
+
2116
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:40
2117
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:306
2118
+ #: wp-live-chat-support/modules/node_server.php:223
2119
+ #: wp-live-chat-support/modules/node_server.php:295
2120
+ #, fuzzy
2121
+ #| msgid "Action"
2122
+ msgid "Action not set"
2123
+ msgstr "Handling"
2124
+
2125
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:257
2126
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1162
2127
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5557
2128
+ #, php-format
2129
+ msgid "Incoming chat from %s (%s) on %s"
2130
+ msgstr ""
2131
+
2132
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:263
2133
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1168
2134
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5563
2135
+ #, php-format
2136
+ msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
2137
+ msgstr ""
2138
+
2139
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:560
2140
+ msgid "Security Violation - MIME Type not allowed"
2141
+ msgstr ""
2142
+
2143
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:563
2144
+ msgid "File could not be uploaded"
2145
+ msgstr ""
2146
+
2147
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:566
2148
+ msgid "Security Violation - Does not match allowed file types"
2149
+ msgstr ""
2150
+
2151
+ #: wp-live-chat-support-pro/modules/api/wplc-api-functions.php:569
2152
+ msgid "Security Violation - File unsafe"
2153
+ msgstr ""
2154
+
2155
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:9
2156
+ #: wp-live-chat-support/modules/documentation_suggestions.php:10
2157
+ #, fuzzy
2158
+ #| msgid "Documentation"
2159
+ msgid "Doc Suggestions"
2160
+ msgstr "Gennemse dokumentationen."
2161
+
2162
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:27
2163
+ #: wp-live-chat-support/modules/documentation_suggestions.php:23
2164
+ #, fuzzy
2165
+ #| msgid "Documentation"
2166
+ msgid "Documentation Suggestions"
2167
+ msgstr "Gennemse dokumentationen."
2168
+
2169
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:33
2170
+ #: wp-live-chat-support/modules/documentation_suggestions.php:28
2171
+ msgid "Enable Documentation Suggestions"
2172
+ msgstr ""
2173
+
2174
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:33
2175
+ msgid ""
2176
+ "When a user sends a message the plugin will automatically detect if there "
2177
+ "are posts or pages that can be suggested to the user in order for the user "
2178
+ "to get more information about what they are asking. This is useful when the "
2179
+ "user has typed their message and is still waiting for an agent to answer "
2180
+ "their chat."
2181
+ msgstr ""
2182
+
2183
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:172
2184
+ msgid "The following was sent to the user as suggested documents:"
2185
+ msgstr ""
2186
+
2187
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:174
2188
+ msgid "While you wait for the agent, perhaps these documents may help?"
2189
+ msgstr ""
2190
+
2191
+ #: wp-live-chat-support-pro/modules/gdpr_pro.php:15
2192
+ msgid ""
2193
+ "Pro is active - Deleting a chat will resilt in user experience ratings being "
2194
+ "deleted along with chat data"
2195
+ msgstr ""
2196
+
2197
+ #: wp-live-chat-support-pro/modules/gdpr_pro.php:24
2198
+ msgid "Pro data will also be removed as a part of this automatic process."
2199
+ msgstr ""
2200
+
2201
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:82
2202
+ msgid "Disable Typing Previews"
2203
+ msgstr ""
2204
+
2205
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:82
2206
+ msgid ""
2207
+ "This option disables the typing preview from showing up to agents, which "
2208
+ "means agents will not be able to see what the user is typing in realtime."
2209
+ msgstr ""
2210
+
2211
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:132
2212
+ msgid ""
2213
+ "You can transfer chats from within a chat by clicking on the in chat menu, "
2214
+ "and selecting Transfer Chat or Transfer Department"
2215
+ msgstr ""
2216
+
2217
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:133
2218
+ msgid ""
2219
+ "You can share files quickly when in a chat, by simply dragging a file into "
2220
+ "the chat window!"
2221
+ msgstr ""
2222
+
2223
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:134
2224
+ msgid "You can now move between chats without ending/closing an open chat"
2225
+ msgstr ""
2226
+
2227
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:181
2228
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:925
2229
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:936
2230
+ msgid "Quick Responses"
2231
+ msgstr "Hurtig svar"
2232
+
2233
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:190
2234
+ #, fuzzy
2235
+ #| msgid "No Quick Responses found"
2236
+ msgid "No quick responses found"
2237
+ msgstr "Ingen hurtig svar fundet"
2238
+
2239
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:190
2240
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:928
2241
+ msgid "Add New Quick Response"
2242
+ msgstr "Tilføj nyt hurtig svar"
2243
+
2244
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:208
2245
+ #, fuzzy
2246
+ #| msgid "WP Live Chat Support Settings"
2247
+ msgid "WP Live Chat Support - Update Suggested"
2248
+ msgstr "WP Live Chat Support indstillinger"
2249
+
2250
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:209
2251
+ #, fuzzy
2252
+ #| msgid ""
2253
+ #| "You are using an outdated version of WP Live Chat Support Basic. Please"
2254
+ msgid ""
2255
+ "We have detected that you are using a heavily out-dated version of WP Live "
2256
+ "Chat Support"
2257
+ msgstr "Du bruger en forældet version af WP Live Chat Support Basic. "
2258
+
2259
+ #: wp-live-chat-support-pro/modules/node_server_pro.php:210
2260
+ msgid "It is highly recommended that you update to version 8 or above. "
2261
+ msgstr ""
2262
+
2263
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:641
2264
+ #, php-format
2265
+ msgid ""
2266
+ "WP Live Chat Support Pro <strong>requires WP Live Chat Support version 6+</"
2267
+ "strong> (basic version). Please <strong><a href=\"%1$s\">update the plugin</"
2268
+ "a></strong> in order for the plugin to continue working correctly."
2269
+ msgstr ""
2270
+
2271
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:680
2272
+ #: wp-live-chat-support/ajax_new.php:196
2273
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:829
2274
+ #: wp-live-chat-support/wp-live-chat-support.php:6884
2275
+ msgid "Admin"
2276
+ msgstr ""
2277
+
2278
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:783
2279
+ msgid "WP Live Chat Support Pro"
2280
+ msgstr ""
2281
+
2282
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:926
2283
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5004
2284
+ msgid "Quick Response"
2285
+ msgstr "Hurtig svar"
2286
+
2287
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:927
2288
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:930
2289
+ msgid "New Quick Response"
2290
+ msgstr "Nyt hurtig svar"
2291
+
2292
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:929
2293
+ msgid "Edit Quick Response"
2294
+ msgstr "Rediger hurtig svar"
2295
+
2296
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:931
2297
+ msgid "All Quick Responses"
2298
+ msgstr "All hurtig svar"
2299
+
2300
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:932
2301
  msgid "View Quick Responses"
2302
  msgstr "Vis hurtig svar"
2303
 
2304
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:933
2305
  msgid "Search Quick Responses"
2306
  msgstr "Søg i hurtige svar"
2307
 
2308
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:934
2309
  msgid "No Quick Responses found"
2310
  msgstr "Ingen hurtig svar fundet"
2311
 
2312
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:935
2313
  msgid "No Quick Responses found in the Trash"
2314
  msgstr "Ingen hurtig svar fundet i skraldespanden."
2315
 
2316
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:940
2317
  msgid "Quick Responses for WP Live Chat Support Pro"
2318
  msgstr "Hurtig svar til WP Live Chat Support Pro"
2319
 
2320
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:971
2321
+ msgid "Sort Order"
2322
+ msgstr ""
2323
+
2324
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1007
2325
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5013
2326
+ msgid "Title"
2327
+ msgstr ""
2328
+
2329
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1008
2330
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5021
2331
+ msgid "Order"
2332
+ msgstr ""
2333
+
2334
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1090
2335
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1094
2336
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
2337
  msgid "Assign Quick Response"
2338
  msgstr "Tildel hurtig respons"
2339
 
2340
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1103
2341
  msgid "What is this?"
2342
  msgstr "Hvad er det?"
2343
 
2344
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1215
2345
+ #: wp-live-chat-support/includes/settings_page.php:348
 
 
 
 
 
 
 
 
 
 
2346
  msgid "Display typing indicator"
2347
  msgstr ""
2348
 
2349
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1215
2350
  msgid ""
2351
  "Display the \"typing...\" animation in the chat window as soon as an agent "
2352
  "or visitor is typing."
2353
  msgstr ""
2354
 
2355
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1222
2356
  #, php-format
2357
  msgid ""
2358
  "Please update your <a href='%s'>basic version</a> to make use of this "
2359
  "feature."
2360
  msgstr ""
2361
 
2362
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1230
2363
  msgid ""
2364
  "For non-cloud server users, please note that this will increase the amount "
2365
  "of server resources required."
2366
  msgstr ""
2367
 
2368
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1247
2369
  msgid "Use WordPress name instead"
2370
  msgstr ""
2371
 
2372
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1250
2373
  msgid "Note: 'Name' field will be ignored"
2374
  msgstr ""
2375
 
2376
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1268
2377
  msgid "Incoming chat ring tone"
2378
  msgstr ""
2379
 
2380
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1273
2381
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1333
2382
  msgid "Default"
2383
  msgstr ""
2384
 
2385
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1328
2386
+ #, fuzzy
2387
+ #| msgid "Incoming Chat"
2388
+ msgid "Incoming message tone"
2389
+ msgstr "Start chat"
2390
+
2391
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1384
2392
+ #, fuzzy
2393
+ #| msgid "Recomended Size 250px x 40px"
2394
+ msgid "Recomended Size 50px x 50px"
2395
+ msgstr "Anbefalet størrelse: 250x40"
2396
+
2397
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1401
2398
  msgid "Recomended Size 60px x 60px"
2399
  msgstr ""
2400
 
2401
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1419
2402
+ msgid "Recomended Size 250px x 40px"
2403
+ msgstr "Anbefalet størrelse: 250x40"
2404
+
2405
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1443
2406
  msgid "User Experience"
2407
  msgstr ""
2408
 
2409
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1452
2410
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1482
2411
  #, php-format
2412
  msgid ""
2413
  "Please update your <a href='%s'>basic version</a> to make use of these "
2414
  "features."
2415
  msgstr ""
2416
 
2417
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1459
2418
  msgid "Enable Text Editor"
2419
  msgstr ""
2420
 
2421
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1459
2422
  msgid ""
2423
  "Adds advanced text editor features, such as links, text styling, and more!"
2424
  msgstr ""
2425
 
2426
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1463
2427
  msgid "Enable File Sharing"
2428
  msgstr ""
2429
 
2430
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1463
2431
  msgid "Adds file sharing to your chat box!"
2432
  msgstr ""
2433
 
2434
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1467
2435
  msgid "Enable Experience Ratings"
2436
  msgstr ""
2437
 
2438
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1467
2439
  msgid "Allows users to rate the chat experience with an agent."
2440
  msgstr ""
2441
 
2442
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1473
2443
+ #: wp-live-chat-support/includes/settings_page.php:539
2444
+ #: wp-live-chat-support/includes/settings_page.php:891
2445
  msgid "Social"
2446
  msgstr ""
2447
 
2448
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1490
2449
+ #: wp-live-chat-support/includes/settings_page.php:544
 
 
 
 
 
2450
  msgid "Link your Facebook page here. Leave blank to hide"
2451
  msgstr ""
2452
 
2453
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1491
2454
+ #: wp-live-chat-support/includes/settings_page.php:546
2455
  msgid "Facebook URL..."
2456
  msgstr ""
2457
 
2458
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1494
2459
+ #: wp-live-chat-support/includes/settings_page.php:557
 
 
 
 
 
2460
  msgid "Link your Twitter page here. Leave blank to hide"
2461
  msgstr ""
2462
 
2463
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1495
2464
+ #: wp-live-chat-support/includes/settings_page.php:559
2465
  msgid "Twitter URL..."
2466
  msgstr ""
2467
 
2468
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2055
2469
+ #, fuzzy
2470
+ #| msgid "Chat Agents Online"
2471
+ msgid "Status (Online)"
2472
+ msgstr "Chat Agenter Online"
2473
 
2474
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2057
2475
+ #, fuzzy
2476
+ #| msgid "Offline text"
2477
+ msgid "Offline"
2478
+ msgstr "Offline tekst"
2479
 
2480
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2058
2481
+ msgid "Status (Offline)"
2482
  msgstr ""
2483
 
2484
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2072
2485
  msgid ""
2486
  "You have set your status to offline. To view visitors and accept chats "
2487
  "please set your status to online using the switch above."
2488
  msgstr ""
2489
 
2490
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2278
2491
  msgid ""
2492
+ "Please note: Chat messages will only be encrypted and decrypted if you have "
2493
  "inserted your WP Live Chat Support Pro API Key on the <a href=\"admin.php?"
2494
  "page=wplivechat-menu-api-keys-page\">API Keys page</a>."
2495
  msgstr ""
2496
 
2497
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2610
2498
  msgid "Exclude chat from 'Home' page:"
2499
  msgstr ""
2500
 
2501
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2610
2502
  msgid ""
2503
  "Leaving this unchecked will allow the chat window to display on your home "
2504
  "page."
2505
  msgstr ""
2506
 
2507
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2618
2508
  msgid "Exclude chat from 'Archive' pages:"
2509
  msgstr ""
2510
 
2511
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2618
2512
  msgid ""
2513
  "Leaving this unchecked will allow the chat window to display on your archive "
2514
  "pages."
2515
  msgstr ""
2516
 
2517
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3000
2518
  msgid "Attempting to open the chat window... Please be patient."
2519
  msgstr "Forsøger at åbne chat vinduet... Vent venligst."
2520
 
2521
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3058
2522
  msgid ""
2523
  "You are not a chat agent. Please make yourself a chat agent before trying to "
2524
  "chat to visitors"
2525
  msgstr ""
2526
 
2527
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3332
2528
  msgid "This chat has already been answered by another agent."
2529
  msgstr ""
2530
 
2531
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3654
2532
+ #: wp-live-chat-support/wp-live-chat-support.php:3173
2533
  msgid "Agent(s) online"
2534
  msgstr "Chat Agenter Online"
2535
 
2536
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3778
2537
+ #: wp-live-chat-support/wp-live-chat-support.php:1042
2538
  msgid "Reporting"
2539
  msgstr ""
2540
 
2541
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3779
2542
+ #: wp-live-chat-support/wp-live-chat-support.php:1048
2543
  msgid "Triggers"
2544
  msgstr ""
2545
 
2546
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3780
2547
+ msgid "Custom Fields"
2548
+ msgstr ""
2549
+
2550
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3911
2551
+ #: wp-live-chat-support/modules/node_server.php:904
2552
+ #: wp-live-chat-support/wp-live-chat-support.php:3058
2553
+ msgid "Typing..."
2554
+ msgstr ""
2555
+
2556
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4260
2557
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4268
2558
+ #: wp-live-chat-support/wp-live-chat-support.php:5988
2559
  msgid "Experience Rating"
2560
  msgstr ""
2561
 
2562
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4348
2563
  msgid "User Experience Ratings"
2564
  msgstr ""
2565
 
2566
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4355
2567
  msgid "Agent Statistics"
2568
  msgstr ""
2569
 
2570
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4401
2571
  msgid "Satisfaction Rating"
2572
  msgstr ""
2573
 
2574
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2575
  msgid "Rating Count"
2576
  msgstr ""
2577
 
2578
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2579
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4416
2580
  msgid "Good"
2581
  msgstr ""
2582
 
2583
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4402
2584
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4416
2585
  msgid "Bad"
2586
  msgstr ""
2587
 
2588
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4410
2589
  msgid "No Ratings for this agent"
2590
  msgstr ""
2591
 
2592
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4419
2593
+ msgid "View"
2594
+ msgstr ""
2595
+
2596
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4465
2597
+ #: wp-live-chat-support/wp-live-chat-support.php:6084
2598
+ #: wp-live-chat-support/wp-live-chat-support.php:6091
2599
  msgid "WP Live Chat Support Reporting"
2600
  msgstr ""
2601
 
2602
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4469
2603
  msgid "Popular Pages"
2604
  msgstr ""
2605
 
2606
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4487
2607
  msgid "Total Agents"
2608
  msgstr ""
2609
 
2610
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4487
2611
  msgid "Total number of agents that used the live chat"
2612
  msgstr ""
2613
 
2614
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4488
2615
  msgid "Total Chats"
2616
  msgstr ""
2617
 
2618
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4488
2619
  msgid "Total number of chats received"
2620
  msgstr ""
2621
 
2622
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4489
2623
  msgid "Total URLs"
2624
  msgstr ""
2625
 
2626
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4489
2627
  msgid "Total number of URLs a chat was initiated on"
2628
  msgstr ""
2629
 
2630
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4490
2631
  msgid "Chats per day"
2632
  msgstr ""
2633
 
2634
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4491
2635
  msgid "Popular pages a chat was initiated on"
2636
  msgstr ""
2637
 
2638
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4567
2639
+ #: wp-live-chat-support/functions.php:2120
2640
+ #: wp-live-chat-support/wp-live-chat-support.php:4500
2641
  msgid "URL"
2642
  msgstr "URL"
2643
 
2644
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4568
2645
  msgid "Count"
2646
  msgstr ""
2647
 
2648
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4594
2649
  msgid "Disable initiate chat feature:"
2650
  msgstr ""
2651
 
2652
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4594
2653
  msgid ""
2654
  "This will substantially improve performance. If you are experiencing "
2655
  "performance issues on your site, you should disable the initiate chat "
2656
  "feature and only enable it when you need it."
2657
  msgstr ""
2658
 
2659
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4698
2660
+ #, fuzzy
2661
+ #| msgid "Thank you for your feedback. We will be in touch soon"
2662
+ msgid "Thank you for inquiry. We will get back to you shortly"
2663
+ msgstr "Tak for din feedback. Vi vil kontakte dig."
2664
+
2665
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4857
2666
+ msgid "Enable an Auto Responder"
2667
  msgstr ""
2668
 
2669
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4857
2670
+ msgid "Send your visitors an email as soon as they send you an offline message"
 
 
 
 
2671
  msgstr ""
2672
 
2673
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4863
2674
+ msgid "Auto Responder 'From' Name"
2675
+ msgstr ""
2676
 
2677
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4869
2678
+ msgid "Auto Responder 'From' Email Address"
2679
+ msgstr ""
2680
 
2681
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4875
2682
+ msgid "Auto Responder Subject Line"
2683
+ msgstr ""
2684
 
2685
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4881
2686
+ msgid "Auto Responder Body"
2687
+ msgstr ""
2688
 
2689
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2690
+ msgid "HTML and the following shortcodes can be used"
2691
+ msgstr ""
2692
 
2693
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2694
+ #, fuzzy
2695
+ #| msgid "Username"
2696
+ msgid "User's name"
2697
+ msgstr "Brugernavn"
2698
 
2699
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4884
2700
+ #, fuzzy
2701
+ #| msgid "Email Address"
2702
+ msgid "User's email address"
2703
+ msgstr "E-mail adresse"
2704
 
2705
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4897
2706
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4913
2707
+ msgid "Business Hours"
2708
+ msgstr ""
2709
 
2710
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4917
2711
+ msgid "Enable Business Hours"
2712
+ msgstr ""
2713
 
2714
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4923
2715
+ msgid "Display Interval"
 
2716
  msgstr ""
2717
 
2718
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4927
2719
+ msgid "Daily"
 
2720
  msgstr ""
2721
 
2722
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4928
2723
+ msgid "Week Days"
 
2724
  msgstr ""
2725
 
2726
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4929
2727
+ msgid "Weekends"
2728
  msgstr ""
2729
 
2730
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4944
2731
+ msgid " Between "
2732
  msgstr ""
2733
 
2734
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4961
2735
+ msgid " and "
2736
  msgstr ""
2737
 
2738
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4984
2739
+ msgid "Current Site Time"
2740
  msgstr ""
2741
 
2742
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5009
2743
+ msgid "Order by"
2744
  msgstr ""
2745
 
2746
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5015
2747
+ msgid "Number"
2748
  msgstr ""
2749
 
2750
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5025
2751
+ #, fuzzy
2752
+ #| msgid "pending"
2753
+ msgid "Descending"
2754
+ msgstr "venter"
 
 
 
2755
 
2756
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5026
2757
+ #, fuzzy
2758
+ #| msgid "pending"
2759
+ msgid "Ascending"
2760
+ msgstr "venter"
 
 
 
2761
 
2762
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5194
2763
+ #, php-format
2764
+ msgid ""
2765
+ "The Live Chat box is currently disabled on your website due to : <a href=\"%s"
2766
+ "\">Business Hours Settings</a>"
2767
+ msgstr ""
2768
+
2769
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5250
2770
+ msgid "Edit Profile"
2771
+ msgstr ""
2772
+
2773
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5261
2774
+ #: wp-live-chat-support/modules/node_server.php:1204
2775
+ msgid "Drag Files Here"
2776
+ msgstr ""
2777
+
2778
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5277
2779
+ msgid "Enable Voice Notes on admin side"
2780
+ msgstr ""
2781
+
2782
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5279
2783
+ msgid ""
2784
+ "Enabling this will allow you to record the voice during the chat and send it "
2785
+ "to visitor once you hold on CTRL + SPACEBAR in main chat window"
2786
+ msgstr ""
2787
+
2788
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5290
2789
+ msgid "Enable Voice Notes on visitor side"
2790
+ msgstr ""
2791
+
2792
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5292
2793
+ msgid ""
2794
+ "Enabling this will allow the visitors to record the voice during the chat "
2795
+ "and send it to agent once they hold on CTRL + SPACEBAR"
2796
+ msgstr ""
2797
+
2798
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5350
2799
+ #, fuzzy
2800
+ #| msgid "Send"
2801
+ msgid "Send..."
2802
+ msgstr "Send"
2803
+
2804
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5351
2805
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5422
2806
+ msgid "Play voice note"
2807
+ msgstr ""
2808
+
2809
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5421
2810
+ msgid "Save..."
2811
+ msgstr ""
2812
+
2813
+ #: wp-live-chat-support/ajax_new.php:336
2814
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:948
2815
+ msgid "Admin has closed and ended the chat"
2816
+ msgstr "Administratoren har lukket chatten"
2817
+
2818
+ #: wp-live-chat-support/functions.php:583
2819
+ #, fuzzy
2820
+ #| msgid "Chat answered by another agent"
2821
+ msgid "In progress with another agent"
2822
+ msgstr "Chatten blev besvaret af en anden agent."
2823
+
2824
+ #: wp-live-chat-support/functions.php:597
2825
+ msgid "Only chat agents can accept chats"
2826
+ msgstr ""
2827
+
2828
+ #: wp-live-chat-support/functions.php:854
2829
+ msgid "No agent was able to answer your chat request. Please try again."
2830
+ msgstr ""
2831
+
2832
+ #: wp-live-chat-support/functions.php:868
2833
+ #, fuzzy
2834
+ #| msgid "requesting chat"
2835
+ msgid "Request new chat"
2836
+ msgstr "anmodede om chat"
2837
+
2838
+ #: wp-live-chat-support/functions.php:1379
2839
+ msgid "complete"
2840
+ msgstr "færdig"
2841
+
2842
+ #: wp-live-chat-support/functions.php:1382
2843
+ msgid "pending"
2844
+ msgstr "venter"
2845
+
2846
+ #: wp-live-chat-support/functions.php:1385
2847
+ msgid "active"
2848
+ msgstr "aktiv"
2849
+
2850
+ #: wp-live-chat-support/functions.php:1388
2851
+ msgid "deleted"
2852
+ msgstr "slettet"
2853
+
2854
+ #: wp-live-chat-support/functions.php:1391
2855
+ msgid "browsing"
2856
+ msgstr "browser"
2857
+
2858
+ #: wp-live-chat-support/functions.php:1394
2859
+ msgid "requesting chat"
2860
+ msgstr "anmodede om chat"
2861
+
2862
+ #: wp-live-chat-support/functions.php:1397
2863
+ msgid "Chat Ended - User still browsing"
2864
+ msgstr "Chat sluttet - brugeren browser stadig"
2865
+
2866
+ #: wp-live-chat-support/functions.php:1400
2867
+ msgid "User is browsing but doesn't want to chat"
2868
+ msgstr "Brugeren browser, men vil ikke chatte"
2869
+
2870
+ #: wp-live-chat-support/functions.php:1693
2871
+ #: wp-live-chat-support/wp-live-chat-support.php:869
2872
+ #: wp-live-chat-support/wp-live-chat-support.php:3917
2873
+ #: wp-live-chat-support/wp-live-chat-support.php:5945
2874
+ msgid ""
2875
+ "Please standby for an agent. While you wait for the agent you may type your "
2876
+ "message."
2877
+ msgstr ""
2878
+
2879
+ #: wp-live-chat-support/functions.php:1858
2880
+ msgid "Get Pro Add-on to accept more chats"
2881
+ msgstr "Få Pro add-on for at acceptere flere chats"
2882
+
2883
+ #: wp-live-chat-support/functions.php:2095
2884
+ #: wp-live-chat-support/wp-live-chat-support.php:4456
2885
+ msgid "Error: Could not delete chat"
2886
+ msgstr ""
2887
+
2888
+ #: wp-live-chat-support/functions.php:2099
2889
+ #: wp-live-chat-support/wp-live-chat-support.php:4460
2890
+ msgid "Chat Deleted"
2891
+ msgstr ""
2892
+
2893
+ #: wp-live-chat-support/functions.php:2106
2894
+ #: wp-live-chat-support/wp-live-chat-support.php:4467
2895
+ msgid "Are you sure you would like to delete this chat?"
2896
+ msgstr ""
2897
+
2898
+ #: wp-live-chat-support/functions.php:2145
2899
+ msgid "You have not missed any chat requests."
2900
+ msgstr ""
2901
+
2902
+ #: wp-live-chat-support/functions.php:2153
2903
+ #: wp-live-chat-support/wp-live-chat-support.php:4521
2904
+ msgid "View Chat History"
2905
+ msgstr "WP Live Chat historie"
2906
+
2907
+ #: wp-live-chat-support/functions.php:2153
2908
+ #: wp-live-chat-support/wp-live-chat-support.php:4521
2909
+ msgid "Download Chat History"
2910
+ msgstr "WP Live Chat historie"
2911
+
2912
+ #: wp-live-chat-support/functions.php:2173
2913
+ #: wp-live-chat-support/wp-live-chat-support.php:4540
2914
+ #: wp-live-chat-support/wp-live-chat-support.php:4676
2915
+ msgid "&laquo;"
2916
+ msgstr ""
2917
+
2918
+ #: wp-live-chat-support/functions.php:2174
2919
+ #: wp-live-chat-support/wp-live-chat-support.php:4541
2920
+ #: wp-live-chat-support/wp-live-chat-support.php:4677
2921
+ msgid "&raquo;"
2922
+ msgstr ""
2923
+
2924
+ #: wp-live-chat-support/functions.php:2359
2925
+ msgid "Open chat window via"
2926
+ msgstr ""
2927
+
2928
+ #: wp-live-chat-support/functions.php:2363
2929
+ msgid "Click"
2930
+ msgstr ""
2931
+
2932
+ #: wp-live-chat-support/functions.php:2364
2933
+ msgid "Hover"
2934
+ msgstr ""
2935
+
2936
+ #: wp-live-chat-support/functions.php:2366
2937
+ msgid "element with"
2938
+ msgstr ""
2939
+
2940
+ #: wp-live-chat-support/functions.php:2368
2941
+ msgid "Class"
2942
+ msgstr ""
2943
+
2944
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/block.js:44
2945
+ #, fuzzy
2946
+ #| msgid "Via WP Live Chat Support"
2947
+ msgid "WP Live Chat Trigger (WP Live Chat Support)"
2948
+ msgstr "Via WP Live Chat Support"
2949
+
2950
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:21
2951
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:42
2952
+ msgid "Gutenberg Blocks"
2953
+ msgstr ""
2954
+
2955
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:46
2956
+ msgid "Enable Gutenberg Blocks"
2957
+ msgstr ""
2958
+
2959
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:54
2960
+ msgid "Gutenberg Block Size"
2961
+ msgstr ""
2962
+
2963
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:65
2964
+ #, fuzzy
2965
+ #| msgid "Upload Logo"
2966
+ msgid "Block Logo"
2967
+ msgstr "Upload logo"
2968
+
2969
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:76
2970
+ #, fuzzy
2971
+ #| msgid "Intro Text"
2972
+ msgid "Block Text"
2973
+ msgstr "Introtekst"
2974
+
2975
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:84
2976
+ msgid "Display Icon"
2977
+ msgstr ""
2978
+
2979
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:90
2980
+ msgid "Block Icon"
2981
+ msgstr ""
2982
+
2983
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:98
2984
+ msgid "Block Preview"
2985
+ msgstr ""
2986
+
2987
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:106
2988
+ msgid "Custom HTML Template"
2989
+ msgstr ""
2990
+
2991
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:108
2992
+ msgid "Displays the chosen logo"
2993
+ msgstr ""
2994
+
2995
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:109
2996
+ msgid "Displays the chosen custom text"
2997
+ msgstr ""
2998
+
2999
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:110
3000
+ msgid "Displays the chosen icon"
3001
+ msgstr ""
3002
+
3003
+ #: wp-live-chat-support/includes/blocks/wplc-chat-box/index.php:210
3004
+ #: wp-live-chat-support/wp-live-chat-support.php:1035
3005
+ msgid "Live Chat"
3006
+ msgstr "Live chat"
3007
+
3008
+ #: wp-live-chat-support/includes/blocks/wplc-inline-chat-box/block.js:13
3009
+ #, fuzzy
3010
+ #| msgid "Via WP Live Chat Support"
3011
+ msgid "WP Live Chat Box (WP Live Chat Support)"
3012
+ msgstr "Via WP Live Chat Support"
3013
+
3014
+ #: wp-live-chat-support/includes/credits.php:2
3015
+ msgid ""
3016
+ "WP Live Chat Support is supported by an international team of developers."
3017
+ msgstr ""
3018
+
3019
+ #: wp-live-chat-support/includes/credits.php:3
3020
+ msgid "Project Leaders"
3021
+ msgstr ""
3022
+
3023
+ #: wp-live-chat-support/includes/credits.php:9
3024
+ msgid "Founder"
3025
+ msgstr ""
3026
+
3027
+ #: wp-live-chat-support/includes/credits.php:9
3028
+ #: wp-live-chat-support/includes/credits.php:14
3029
+ #: wp-live-chat-support/includes/credits.php:26
3030
+ #: wp-live-chat-support/includes/credits.php:32
3031
+ #: wp-live-chat-support/includes/credits.php:38
3032
+ #: wp-live-chat-support/includes/credits.php:57
3033
+ #: wp-live-chat-support/includes/credits.php:63
3034
+ msgid "Developer"
3035
+ msgstr ""
3036
+
3037
+ #: wp-live-chat-support/includes/credits.php:9
3038
+ #: wp-live-chat-support/includes/credits.php:14
3039
+ #: wp-live-chat-support/includes/credits.php:26
3040
+ #: wp-live-chat-support/includes/credits.php:32
3041
+ #: wp-live-chat-support/includes/credits.php:38
3042
+ #: wp-live-chat-support/includes/credits.php:45
3043
+ #: wp-live-chat-support/includes/credits.php:57
3044
+ #: wp-live-chat-support/includes/credits.php:63
3045
+ #: wp-live-chat-support/wp-live-chat-support.php:1077
3046
+ #: wp-live-chat-support/wp-live-chat-support.php:5190
3047
+ msgid "Support"
3048
+ msgstr ""
3049
+
3050
+ #: wp-live-chat-support/includes/credits.php:14
3051
+ msgid "Project Manager"
3052
+ msgstr ""
3053
+
3054
+ #: wp-live-chat-support/includes/credits.php:17
3055
+ msgid "Contributors"
3056
+ msgstr ""
3057
+
3058
+ #: wp-live-chat-support/includes/credits.php:26
3059
+ #: wp-live-chat-support/includes/credits.php:32
3060
+ #: wp-live-chat-support/includes/credits.php:38
3061
+ #: wp-live-chat-support/includes/credits.php:75
3062
+ #, fuzzy
3063
+ #| msgid "Settings"
3064
+ msgid "Testing"
3065
+ msgstr "Indstillinger"
3066
+
3067
+ #: wp-live-chat-support/includes/credits.php:51
3068
+ #, fuzzy
3069
+ #| msgid "Main Settings"
3070
+ msgid "Marketing"
3071
+ msgstr "Hovedindstillinger"
3072
+
3073
+ #: wp-live-chat-support/includes/credits.php:69
3074
+ msgid "Marketing &amp; Support"
3075
+ msgstr ""
3076
+
3077
+ #: wp-live-chat-support/includes/credits.php:75
3078
+ #: wp-live-chat-support/wp-live-chat-support.php:5161
3079
+ msgid "Documentation"
3080
+ msgstr "Gennemse dokumentationen."
3081
+
3082
+ #: wp-live-chat-support/includes/credits.php:81
3083
+ msgid "InfoSec"
3084
+ msgstr ""
3085
+
3086
+ #: wp-live-chat-support/includes/credits.php:86
3087
+ msgid "CSS"
3088
+ msgstr ""
3089
+
3090
+ #: wp-live-chat-support/includes/credits.php:89
3091
+ msgid "Want to see your name on this page?"
3092
+ msgstr ""
3093
+
3094
+ #: wp-live-chat-support/includes/credits.php:89
3095
+ msgid "Get involved on GitHub."
3096
+ msgstr ""
3097
+
3098
+ #: wp-live-chat-support/includes/credits.php:91
3099
+ #: wp-live-chat-support/includes/welcome_page.php:150
3100
+ msgid "OK! Let's start"
3101
+ msgstr ""
3102
+
3103
+ #: wp-live-chat-support/includes/deprecated.php:151
3104
+ #: wp-live-chat-support/includes/deprecated.php:348
3105
+ #: wp-live-chat-support/wp-live-chat-support.php:860
3106
+ #: wp-live-chat-support/wp-live-chat-support.php:2378
3107
+ #: wp-live-chat-support/wp-live-chat-support.php:3898
3108
+ #: wp-live-chat-support/wp-live-chat-support.php:5936
3109
+ msgid "Questions?"
3110
+ msgstr "Spørgsmål?"
3111
+
3112
+ #: wp-live-chat-support/includes/deprecated.php:151
3113
+ #: wp-live-chat-support/includes/deprecated.php:348
3114
+ #: wp-live-chat-support/wp-live-chat-support.php:861
3115
+ #: wp-live-chat-support/wp-live-chat-support.php:2379
3116
+ #: wp-live-chat-support/wp-live-chat-support.php:3899
3117
+ #: wp-live-chat-support/wp-live-chat-support.php:5937
3118
+ msgid "Chat with us"
3119
+ msgstr "Chat med os"
3120
+
3121
+ #: wp-live-chat-support/includes/deprecated.php:158
3122
  #: wp-live-chat-support/includes/deprecated.php:355
3123
  msgid "Start Live Chat"
3124
  msgstr "Start chat"
3125
 
3126
  #: wp-live-chat-support/includes/deprecated.php:210
3127
  #: wp-live-chat-support/includes/deprecated.php:410
3128
+ #: wp-live-chat-support/wp-live-chat-support.php:863
3129
+ #: wp-live-chat-support/wp-live-chat-support.php:3901
3130
+ #: wp-live-chat-support/wp-live-chat-support.php:5939
3131
  msgid "Start Chat"
3132
  msgstr "Start chat"
3133
 
3138
 
3139
  #: wp-live-chat-support/includes/deprecated.php:216
3140
  #: wp-live-chat-support/includes/deprecated.php:416
3141
+ #: wp-live-chat-support/wp-live-chat-support.php:867
3142
+ #: wp-live-chat-support/wp-live-chat-support.php:2593
3143
+ #: wp-live-chat-support/wp-live-chat-support.php:2646
3144
+ #: wp-live-chat-support/wp-live-chat-support.php:3905
3145
+ #: wp-live-chat-support/wp-live-chat-support.php:5943
3146
  msgid "Reactivating your previous chat..."
3147
  msgstr "Genaktiverer din tidligere chat..."
3148
 
3149
  #: wp-live-chat-support/includes/deprecated.php:221
3150
  #: wp-live-chat-support/includes/deprecated.php:421
3151
+ #: wp-live-chat-support/wp-live-chat-support.php:870
3152
+ #: wp-live-chat-support/wp-live-chat-support.php:3615
3153
+ #: wp-live-chat-support/wp-live-chat-support.php:3913
3154
+ #: wp-live-chat-support/wp-live-chat-support.php:5946
3155
  msgid "Press ENTER to send your message"
3156
  msgstr "Tryk på ENTER for at sende din besked"
3157
 
3158
+ #: wp-live-chat-support/includes/deprecated.php:225
3159
+ #: wp-live-chat-support/includes/deprecated.php:425
3160
+ #: wp-live-chat-support/wp-live-chat-support.php:2347
3161
+ #: wp-live-chat-support/wp-live-chat-support.php:3632
3162
+ msgid "Send"
3163
+ msgstr "Send"
3164
+
3165
+ #: wp-live-chat-support/includes/modal_control.php:24
3166
+ #: wp-live-chat-support/modules/node_server.php:1197
3167
+ msgid "Please Confirm"
3168
+ msgstr ""
3169
+
3170
+ #: wp-live-chat-support/includes/modal_control.php:28
3171
+ msgid "Are you sure?"
3172
+ msgstr ""
3173
+
3174
+ #: wp-live-chat-support/includes/modal_control.php:37
3175
+ #: wp-live-chat-support/modules/node_server.php:1198
3176
+ #: wp-live-chat-support/modules/webhooks_manager.php:331
3177
+ msgid "Confirm"
3178
+ msgstr ""
3179
+
3180
+ #: wp-live-chat-support/includes/notification_control.php:29
3181
+ #: wp-live-chat-support/modules/node_server_deprecated.php:70
3182
+ #, php-format
3183
+ msgid "User is browsing <small><a href='%s' target='_BLANK'>%s</a></small>"
3184
+ msgstr ""
3185
+
3186
+ #: wp-live-chat-support/includes/notification_control.php:133
3187
+ #: wp-live-chat-support/modules/node_server_deprecated.php:81
3188
+ #, fuzzy
3189
+ #| msgid "User has opened the chat window"
3190
+ msgid "has joined the chat."
3191
+ msgstr "Brugeren har åbnet chat vinduet."
3192
+
3193
+ #: wp-live-chat-support/includes/settings_page.php:114
3194
+ #: wp-live-chat-support/modules/node_server.php:1203
3195
+ msgid "Agents"
3196
+ msgstr "Agenter"
3197
+
3198
+ #: wp-live-chat-support/includes/settings_page.php:171
3199
+ msgid "Name and email"
3200
+ msgstr ""
3201
+
3202
+ #: wp-live-chat-support/includes/settings_page.php:231
3203
+ msgid "Play a sound when there is a new visitor"
3204
+ msgstr ""
3205
+
3206
+ #: wp-live-chat-support/includes/settings_page.php:231
3207
+ msgid ""
3208
+ "Disable this to mute the sound that is played when a new visitor arrives"
3209
+ msgstr ""
3210
+
3211
+ #: wp-live-chat-support/includes/settings_page.php:249
3212
+ msgid "Enable Font Awesome set"
3213
+ msgstr ""
3214
+
3215
+ #: wp-live-chat-support/includes/settings_page.php:249
3216
+ msgid "Disable this if you have Font Awesome set included with your theme"
3217
+ msgstr ""
3218
+
3219
+ #: wp-live-chat-support/includes/settings_page.php:257
3220
+ msgid "Enable chat dashboard and notifications on all admin pages"
3221
+ msgstr ""
3222
+
3223
+ #: wp-live-chat-support/includes/settings_page.php:257
3224
+ msgid "This will load the chat dashboard on every admin page."
3225
+ msgstr ""
3226
+
3227
+ #: wp-live-chat-support/includes/settings_page.php:268
3228
+ msgid "Include chat window on the following pages"
3229
+ msgstr ""
3230
+
3231
+ #: wp-live-chat-support/includes/settings_page.php:274
3232
+ #: wp-live-chat-support/includes/settings_page.php:289
3233
+ #: wp-live-chat-support/includes/settings_page.php:305
3234
+ #: wp-live-chat-support/includes/settings_page.php:354
3235
+ #: wp-live-chat-support/includes/settings_page.php:371
3236
+ #: wp-live-chat-support/includes/settings_page.php:387
3237
+ #: wp-live-chat-support/includes/settings_page.php:403
3238
+ #: wp-live-chat-support/includes/settings_page.php:419
3239
+ #: wp-live-chat-support/includes/settings_page.php:435
3240
+ #: wp-live-chat-support/includes/settings_page.php:452
3241
+ #: wp-live-chat-support/includes/settings_page.php:549
3242
+ #: wp-live-chat-support/includes/settings_page.php:562
3243
+ msgid "available in the"
3244
+ msgstr "tilgængelige på "
3245
+
3246
+ #: wp-live-chat-support/includes/settings_page.php:275
3247
+ #: wp-live-chat-support/includes/settings_page.php:290
3248
+ #: wp-live-chat-support/includes/settings_page.php:306
3249
+ #: wp-live-chat-support/includes/settings_page.php:355
3250
+ #: wp-live-chat-support/includes/settings_page.php:372
3251
+ #: wp-live-chat-support/includes/settings_page.php:388
3252
+ #: wp-live-chat-support/includes/settings_page.php:404
3253
+ #: wp-live-chat-support/includes/settings_page.php:420
3254
+ #: wp-live-chat-support/includes/settings_page.php:436
3255
+ #: wp-live-chat-support/includes/settings_page.php:453
3256
+ #: wp-live-chat-support/includes/settings_page.php:550
3257
+ #: wp-live-chat-support/includes/settings_page.php:563
3258
+ #: wp-live-chat-support/wp-live-chat-support.php:4607
3259
+ #: wp-live-chat-support/wp-live-chat-support.php:5590
3260
+ #: wp-live-chat-support/wp-live-chat-support.php:5644
3261
+ msgid "Pro Add-on"
3262
+ msgstr "Pro Add-on"
3263
+
3264
+ #: wp-live-chat-support/includes/settings_page.php:276
3265
+ #: wp-live-chat-support/includes/settings_page.php:291
3266
+ #: wp-live-chat-support/includes/settings_page.php:307
3267
+ #: wp-live-chat-support/includes/settings_page.php:356
3268
+ #: wp-live-chat-support/includes/settings_page.php:373
3269
+ #: wp-live-chat-support/includes/settings_page.php:389
3270
+ #: wp-live-chat-support/includes/settings_page.php:405
3271
+ #: wp-live-chat-support/includes/settings_page.php:421
3272
+ #: wp-live-chat-support/includes/settings_page.php:437
3273
+ #: wp-live-chat-support/includes/settings_page.php:454
3274
+ #: wp-live-chat-support/includes/settings_page.php:551
3275
+ #: wp-live-chat-support/includes/settings_page.php:564
3276
+ msgid "only"
3277
+ msgstr "kun"
3278
+
3279
+ #: wp-live-chat-support/includes/settings_page.php:283
3280
+ msgid "Exclude chat window on the following pages"
3281
+ msgstr ""
3282
+
3283
+ #: wp-live-chat-support/includes/settings_page.php:348
3284
+ msgid "Display a typing animation as soon as someone starts typing."
3285
+ msgstr ""
3286
+
3287
+ #: wp-live-chat-support/includes/settings_page.php:449
3288
+ msgid "Alert me via email as soon as someone wants to chat"
3289
+ msgstr "Underret mig via e-mail, så snart nogen ønsker at chatte"
3290
+
3291
+ #: wp-live-chat-support/includes/settings_page.php:473
3292
+ msgid "Display details in chat message"
3293
+ msgstr ""
3294
+
3295
+ #: wp-live-chat-support/includes/settings_page.php:477
3296
+ #, fuzzy
3297
+ #| msgid "Your Name"
3298
+ msgid "Show Name"
3299
+ msgstr "Dit navn"
3300
+
3301
+ #: wp-live-chat-support/includes/settings_page.php:479
3302
+ msgid "Show Avatar"
3303
+ msgstr ""
3304
+
3305
+ #: wp-live-chat-support/includes/settings_page.php:496
3306
+ #, fuzzy
3307
+ #| msgid "User has maximized the chat window"
3308
+ msgid "Display a timestamp in the chat window"
3309
+ msgstr "Brugeren har makiseret chat vinduet."
3310
+
3311
+ #: wp-live-chat-support/includes/settings_page.php:500
3312
+ #, fuzzy
3313
+ #| msgid "Date"
3314
+ msgid "Show Date"
3315
+ msgstr "Dato"
3316
+
3317
+ #: wp-live-chat-support/includes/settings_page.php:502
3318
+ msgid "Show Time"
3319
+ msgstr ""
3320
+
3321
+ #: wp-live-chat-support/includes/settings_page.php:507
3322
+ msgid "Redirect user to thank you page when chat is ended"
3323
+ msgstr ""
3324
+
3325
+ #: wp-live-chat-support/includes/settings_page.php:507
3326
+ msgid ""
3327
+ "By checking this, users will be redirected to your thank you page when a "
3328
+ "chat is completed."
3329
+ msgstr ""
3330
+
3331
+ #: wp-live-chat-support/includes/settings_page.php:511
3332
+ msgid "Thank You Page URL"
3333
+ msgstr ""
3334
+
3335
+ #: wp-live-chat-support/includes/settings_page.php:521
3336
+ msgid "Disable Emojis"
3337
+ msgstr ""
3338
+
3339
+ #: wp-live-chat-support/includes/settings_page.php:624
3340
+ msgid "Custom fields"
3341
+ msgstr ""
3342
+
3343
+ #: wp-live-chat-support/includes/settings_page.php:632
3344
+ #, fuzzy
3345
+ #| msgid "Main Settings"
3346
+ msgid "Email settings"
3347
+ msgstr "Hovedindstillinger"
3348
+
3349
+ #: wp-live-chat-support/includes/settings_page.php:648
3350
+ msgid "Subject"
3351
+ msgstr ""
3352
+
3353
+ #: wp-live-chat-support/includes/settings_page.php:648
3354
+ msgid "User name will be appended to the end of the subject."
3355
+ msgstr ""
3356
+
3357
+ #: wp-live-chat-support/includes/settings_page.php:786
3358
+ #: wp-live-chat-support/includes/settings_page.php:787
3359
+ msgid "Classic"
3360
+ msgstr ""
3361
+
3362
+ #: wp-live-chat-support/includes/settings_page.php:790
3363
+ #: wp-live-chat-support/includes/settings_page.php:791
3364
+ msgid "Modern"
3365
+ msgstr ""
3366
+
3367
+ #: wp-live-chat-support/includes/settings_page.php:807
3368
+ msgid "Color Scheme"
3369
+ msgstr ""
3370
+
3371
+ #: wp-live-chat-support/includes/settings_page.php:862
3372
+ msgid "Choose"
3373
+ msgstr ""
3374
+
3375
+ #: wp-live-chat-support/includes/settings_page.php:863
3376
+ msgid "Your"
3377
+ msgstr ""
3378
+
3379
+ #: wp-live-chat-support/includes/settings_page.php:864
3380
+ msgid "Colors"
3381
+ msgstr ""
3382
+
3383
+ #: wp-live-chat-support/includes/settings_page.php:865
3384
+ msgid "Below"
3385
+ msgstr ""
3386
+
3387
+ #: wp-live-chat-support/includes/settings_page.php:884
3388
+ #, fuzzy
3389
+ #| msgid "Chat Dashboard"
3390
+ msgid "Chat background"
3391
+ msgstr "Chat aktiveret"
3392
+
3393
+ #: wp-live-chat-support/includes/settings_page.php:888
3394
+ msgid "Cloudy"
3395
+ msgstr ""
3396
+
3397
+ #: wp-live-chat-support/includes/settings_page.php:889
3398
+ msgid "Geometry"
3399
+ msgstr ""
3400
+
3401
+ #: wp-live-chat-support/includes/settings_page.php:890
3402
+ msgid "Tech"
3403
+ msgstr ""
3404
+
3405
+ #: wp-live-chat-support/includes/settings_page.php:897
3406
+ msgid "Palette Color 1"
3407
+ msgstr ""
3408
+
3409
+ #: wp-live-chat-support/includes/settings_page.php:903
3410
+ msgid "Palette Color 2"
3411
+ msgstr ""
3412
+
3413
+ #: wp-live-chat-support/includes/settings_page.php:909
3414
+ msgid "Palette Color 3"
3415
+ msgstr ""
3416
+
3417
+ #: wp-live-chat-support/includes/settings_page.php:915
3418
+ msgid "Palette Color 4"
3419
+ msgstr ""
3420
+
3421
+ #: wp-live-chat-support/includes/settings_page.php:925
3422
+ #, php-format
3423
+ msgid ""
3424
+ "Enable this if you are using a localization plugin. Should you wish to "
3425
+ "change the below strings with this option enabled, please visit the "
3426
+ "documentation %s"
3427
+ msgstr ""
3428
+
3429
+ #: wp-live-chat-support/includes/settings_page.php:967
3430
+ #, fuzzy
3431
+ #| msgid "Send message"
3432
+ msgid "Welcome message"
3433
+ msgstr "Send besked"
3434
+
3435
+ #: wp-live-chat-support/includes/settings_page.php:969
3436
+ msgid ""
3437
+ "This text is shown as soon as a user starts a chat and waits for an agent to "
3438
+ "join"
3439
+ msgstr ""
3440
+
3441
+ #: wp-live-chat-support/includes/settings_page.php:973
3442
+ msgid "No answer"
3443
+ msgstr ""
3444
+
3445
+ #: wp-live-chat-support/includes/settings_page.php:975
3446
+ #: wp-live-chat-support/wp-live-chat-support.php:4901
3447
+ #, fuzzy
3448
+ #| msgid "There is No Answer. Please Try Again Later"
3449
+ msgid "There is No Answer. Please Try Again Later."
3450
+ msgstr "Der er intet svar. Prøv igen senere."
3451
+
3452
+ #: wp-live-chat-support/includes/settings_page.php:975
3453
+ msgid ""
3454
+ "This text is shown to the user when an agent has failed to answer a chat "
3455
+ msgstr ""
3456
+
3457
+ #: wp-live-chat-support/includes/settings_page.php:982
3458
+ #: wp-live-chat-support/wp-live-chat-support.php:1426
3459
+ #: wp-live-chat-support/wp-live-chat-support.php:3914
3460
+ #, fuzzy
3461
+ #| msgid "Chat has been answered by another agent"
3462
+ msgid "The chat has been ended by the operator."
3463
+ msgstr "Chatten blev besvaret af en anden agent."
3464
+
3465
+ #: wp-live-chat-support/includes/surveys.php:8
3466
+ #: wp-live-chat-support/includes/surveys.php:20
3467
+ #: wp-live-chat-support/includes/surveys.php:351
3468
+ msgid "Surveys & Lead Forms"
3469
+ msgstr ""
3470
+
3471
+ #: wp-live-chat-support/includes/surveys.php:23
3472
+ msgid "Enable Surveys & Lead Forms"
3473
+ msgstr ""
3474
+
3475
+ #: wp-live-chat-support/includes/surveys.php:23
3476
+ msgid ""
3477
+ "Enable surveys and lead forms within your live chat box, either before or "
3478
+ "after a live chat session."
3479
+ msgstr ""
3480
+
3481
+ #: wp-live-chat-support/includes/surveys.php:29
3482
+ msgid ""
3483
+ "Choosing a survey will reset the lead form selection: the items are "
3484
+ "alternatives, if you select a survey no lead form can be selected."
3485
+ msgstr ""
3486
+
3487
+ #: wp-live-chat-support/includes/surveys.php:32
3488
+ #, php-format
3489
+ msgid ""
3490
+ "No surveys created. Please <a href=\"%s\" target=\"_BLANK\" title="
3491
+ "\"NimbleSquirrel\">create a survey and then refresh this page.</a>"
3492
+ msgstr ""
3493
+
3494
+ #: wp-live-chat-support/includes/surveys.php:39
3495
+ msgid "Select a survey"
3496
+ msgstr ""
3497
+
3498
+ #: wp-live-chat-support/includes/surveys.php:65
3499
+ msgid ""
3500
+ "Choosing a lead form will reset the survey selection: the items are "
3501
+ "alternatives, if you select a lead form no survey can be selected."
3502
+ msgstr ""
3503
+
3504
+ #: wp-live-chat-support/includes/surveys.php:68
3505
+ #, php-format
3506
+ msgid ""
3507
+ "No lead forms created. Please <a href=\"%s\" target=\"_BLANK\" title="
3508
+ "\"NimbleSquirrel\">create a lead form and then refresh this page.</a>"
3509
+ msgstr ""
3510
+
3511
+ #: wp-live-chat-support/includes/surveys.php:75
3512
+ msgid "Select a lead form"
3513
+ msgstr ""
3514
+
3515
+ #: wp-live-chat-support/includes/surveys.php:97
3516
+ msgid "Display survey/form"
3517
+ msgstr ""
3518
+
3519
+ #: wp-live-chat-support/includes/surveys.php:100
3520
+ msgid "Before chat"
3521
+ msgstr ""
3522
+
3523
+ #: wp-live-chat-support/includes/surveys.php:101
3524
+ msgid "After chat"
3525
+ msgstr ""
3526
+
3527
+ #: wp-live-chat-support/includes/surveys.php:106
3528
+ msgid "Chat button text"
3529
+ msgstr ""
3530
+
3531
+ #: wp-live-chat-support/includes/surveys.php:112
3532
+ msgid "Change title of chat box when chat ended to"
3533
+ msgstr ""
3534
+
3535
+ #: wp-live-chat-support/includes/surveys.php:307
3536
+ #: wp-live-chat-support/wp-live-chat-support.php:864
3537
+ #: wp-live-chat-support/wp-live-chat-support.php:3902
3538
+ #: wp-live-chat-support/wp-live-chat-support.php:5940
3539
+ msgid "Or chat to an agent now"
3540
+ msgstr ""
3541
+
3542
+ #: wp-live-chat-support/includes/surveys.php:312
3543
+ #: wp-live-chat-support/wp-live-chat-support.php:858
3544
+ #: wp-live-chat-support/wp-live-chat-support.php:3911
3545
+ #: wp-live-chat-support/wp-live-chat-support.php:5934
3546
+ msgid "Leave a message"
3547
+ msgstr ""
3548
+
3549
+ #: wp-live-chat-support/includes/surveys.php:346
3550
+ msgid "WP Live Chat Surveys & Lead Forms with Nimble Squirrel"
3551
+ msgstr ""
3552
+
3553
+ #: wp-live-chat-support/includes/surveys.php:352
3554
+ msgid ""
3555
+ "To view your responses, click the button below and log in to your "
3556
+ "NimbleSquirrel account."
3557
+ msgstr ""
3558
+
3559
+ #: wp-live-chat-support/includes/surveys.php:355
3560
+ msgid ""
3561
+ "Need help? <a href='https://wp-livechat.com/contact-us/' "
3562
+ "target='_BLANK'>Contact us</a> and we'll get back to you as soon as possible!"
3563
+ msgstr ""
3564
+
3565
+ #: wp-live-chat-support/includes/surveys.php:365
3566
+ #, php-format
3567
+ msgid ""
3568
+ "Register on <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
3569
+ "\">NimbleSquirrel</a>"
3570
+ msgstr ""
3571
+
3572
+ #: wp-live-chat-support/includes/surveys.php:368
3573
+ #, php-format
3574
+ msgid ""
3575
+ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Create a survey</"
3576
+ "a>."
3577
+ msgstr ""
3578
+
3579
+ #: wp-live-chat-support/includes/surveys.php:375
3580
+ msgid "Add a Survey to your live chat box"
3581
+ msgstr ""
3582
+
3583
+ #: wp-live-chat-support/includes/surveys.php:376
3584
+ msgid "Three simple steps:"
3585
+ msgstr ""
3586
+
3587
+ #: wp-live-chat-support/includes/surveys.php:380
3588
+ msgid ""
3589
+ "Enable surveys in your live chat <a href='admin.php?page=wplivechat-menu-"
3590
+ "settings#tabs-survey'>settings page</a>."
3591
+ msgstr ""
3592
+
3593
+ #: wp-live-chat-support/includes/welcome_page.php:4
3594
+ #, fuzzy
3595
+ #| msgid "WP Live Chat Support"
3596
+ msgid "Welcome to WP Live Chat Support v8"
3597
+ msgstr "Via WP Live Chat Support"
3598
+
3599
+ #: wp-live-chat-support/includes/welcome_page.php:6
3600
+ msgid ""
3601
+ "WP Live Chat Support is the most cost effective, feature rich, amazingly "
3602
+ "supported and most positively reviewed live chat plugin on WordPress!"
3603
+ msgstr ""
3604
+
3605
+ #: wp-live-chat-support/includes/welcome_page.php:8
3606
+ msgid "Skip intro and start accepting chats"
3607
+ msgstr ""
3608
+
3609
+ #: wp-live-chat-support/includes/welcome_page.php:28
3610
+ #, fuzzy
3611
+ #| msgid "Welcome to "
3612
+ msgid "Welcome"
3613
+ msgstr "Velkommen til"
3614
+
3615
+ #: wp-live-chat-support/includes/welcome_page.php:29
3616
+ msgid "Credits"
3617
+ msgstr ""
3618
+
3619
+ #: wp-live-chat-support/includes/welcome_page.php:37
3620
+ msgid "Incredibly fast server"
3621
+ msgstr ""
3622
+
3623
+ #: wp-live-chat-support/includes/welcome_page.php:39
3624
+ msgid "Use our server to handle the load and save 1000%+ on server resources!"
3625
+ msgstr ""
3626
+
3627
+ #: wp-live-chat-support/includes/welcome_page.php:42
3628
+ #, fuzzy
3629
+ #| msgid "Chat Dashboard"
3630
+ msgid "New Dashboard"
3631
+ msgstr "Chat aktiveret"
3632
+
3633
+ #: wp-live-chat-support/includes/welcome_page.php:43
3634
+ msgid "Handle all your chats in one area, on any admin page."
3635
+ msgstr ""
3636
+
3637
+ #: wp-live-chat-support/includes/welcome_page.php:46
3638
+ msgid "Emojis!"
3639
+ msgstr ""
3640
+
3641
+ #: wp-live-chat-support/includes/welcome_page.php:47
3642
+ msgid "Add a touch of your own personality with emojis!"
3643
+ msgstr ""
3644
+
3645
+ #: wp-live-chat-support/includes/welcome_page.php:54
3646
+ msgid "Typing Preview"
3647
+ msgstr ""
3648
+
3649
+ #: wp-live-chat-support/includes/welcome_page.php:56
3650
+ msgid "See what your customers are typing before they even send it!"
3651
+ msgstr ""
3652
+
3653
+ #: wp-live-chat-support/includes/welcome_page.php:59
3654
+ #, fuzzy
3655
+ #| msgid "Multiple agent support"
3656
+ msgid "Multiple Agents Per Chat"
3657
+ msgstr "Support for flere agenter"
3658
+
3659
+ #: wp-live-chat-support/includes/welcome_page.php:61
3660
+ msgid "More than one agent can join and be involved in a chat."
3661
+ msgstr ""
3662
+
3663
+ #: wp-live-chat-support/includes/welcome_page.php:64
3664
+ msgid "Agent to Agent Chat"
3665
+ msgstr ""
3666
+
3667
+ #: wp-live-chat-support/includes/welcome_page.php:66
3668
+ msgid "Chat directly to other agents on our new dashboard."
3669
+ msgstr ""
3670
+
3671
+ #: wp-live-chat-support/includes/welcome_page.php:71
3672
+ #, fuzzy
3673
+ #| msgid "Message"
3674
+ msgid "Edit Messages"
3675
+ msgstr "Besked"
3676
+
3677
+ #: wp-live-chat-support/includes/welcome_page.php:73
3678
+ msgid ""
3679
+ "Simply press the UP arrow or use the EDIT link to edit a message that you "
3680
+ "have already sent."
3681
+ msgstr ""
3682
+
3683
+ #: wp-live-chat-support/includes/welcome_page.php:76
3684
+ msgid "Event Monitoring"
3685
+ msgstr ""
3686
+
3687
+ #: wp-live-chat-support/includes/welcome_page.php:78
3688
+ msgid "Know exactly what the user is doing in real time."
3689
+ msgstr ""
3690
+
3691
+ #: wp-live-chat-support/includes/welcome_page.php:81
3692
+ msgid "iOS app"
3693
+ msgstr ""
3694
+
3695
+ #: wp-live-chat-support/includes/welcome_page.php:83
3696
+ msgid "The new iOS app is finally here!"
3697
+ msgstr ""
3698
+
3699
+ #: wp-live-chat-support/includes/welcome_page.php:91
3700
+ msgid "How did you find us?"
3701
+ msgstr ""
3702
+
3703
+ #: wp-live-chat-support/includes/welcome_page.php:96
3704
+ msgid "WordPress.org plugin repository "
3705
+ msgstr "WordPress.org plugin arkiv"
3706
+
3707
+ #: wp-live-chat-support/includes/welcome_page.php:99
3708
+ msgid "Search Term"
3709
+ msgstr "Søgefrase"
3710
+
3711
+ #: wp-live-chat-support/includes/welcome_page.php:103
3712
+ msgid "Google or other search Engine"
3713
+ msgstr "Google eller andre søgemaskiner"
3714
+
3715
+ #: wp-live-chat-support/includes/welcome_page.php:109
3716
+ msgid "Friend recommendation"
3717
+ msgstr "Anbefaling af ven"
3718
+
3719
+ #: wp-live-chat-support/includes/welcome_page.php:115
3720
+ msgid "Other"
3721
+ msgstr "Andre"
3722
+
3723
+ #: wp-live-chat-support/includes/welcome_page.php:119
3724
+ msgid "Please Explain"
3725
+ msgstr "Forklar venligst"
3726
+
3727
+ #: wp-live-chat-support/includes/welcome_page.php:128
3728
+ msgid "Submit"
3729
+ msgstr "Send"
3730
+
3731
+ #: wp-live-chat-support/includes/welcome_page.php:128
3732
+ msgid "Skip"
3733
+ msgstr "Spring over"
3734
+
3735
+ #: wp-live-chat-support/includes/welcome_page.php:137
3736
+ #, fuzzy
3737
+ #| msgid "WP Live Chat Support"
3738
+ msgid "New to WP Live Chat Support?"
3739
+ msgstr "Via WP Live Chat Support"
3740
+
3741
+ #: wp-live-chat-support/includes/welcome_page.php:138
3742
+ msgid "You may want to"
3743
+ msgstr ""
3744
+
3745
+ #: wp-live-chat-support/includes/welcome_page.php:138
3746
+ #, fuzzy
3747
+ #| msgid "documentation"
3748
+ msgid "review our documentation"
3749
+ msgstr "Gennemse dokumentationen."
3750
+
3751
+ #: wp-live-chat-support/includes/welcome_page.php:138
3752
+ msgid ""
3753
+ "before you get started. If you're a tech-savvy individual, you may skip this "
3754
+ "step."
3755
+ msgstr ""
3756
+
3757
+ #: wp-live-chat-support/includes/welcome_page.php:141
3758
+ msgid "Help me!"
3759
+ msgstr ""
3760
+
3761
+ #: wp-live-chat-support/includes/welcome_page.php:142
3762
+ #, fuzzy
3763
+ #| msgid "Visitor"
3764
+ msgid "Visit our"
3765
+ msgstr "Besøgende på siden"
3766
+
3767
+ #: wp-live-chat-support/includes/welcome_page.php:142
3768
+ msgid "Support Desk"
3769
+ msgstr ""
3770
+
3771
+ #: wp-live-chat-support/includes/welcome_page.php:142
3772
+ msgid "for quick and friendly help. We'll answer your request within 24hours."
3773
+ msgstr ""
3774
+
3775
+ #: wp-live-chat-support/includes/welcome_page.php:145
3776
+ msgid "Feedback"
3777
+ msgstr "Feedback"
3778
+
3779
+ #: wp-live-chat-support/includes/welcome_page.php:146
3780
+ msgid "We need you to help us make this plugin better."
3781
+ msgstr ""
3782
+
3783
+ #: wp-live-chat-support/includes/welcome_page.php:146
3784
+ #, fuzzy
3785
+ #| msgid "Send Feedback"
3786
+ msgid "Send us your feedback"
3787
+ msgstr "Send feedback"
3788
+
3789
+ #: wp-live-chat-support/includes/welcome_page.php:146
3790
+ msgid "and we'll act on it as soon as humanly possible."
3791
+ msgstr ""
3792
+
3793
+ #: wp-live-chat-support/modules/api/wplc-api.php:44
3794
+ #: wp-live-chat-support/modules/api/wplc-api.php:71
3795
+ msgid "REST API"
3796
+ msgstr ""
3797
+
3798
+ #: wp-live-chat-support/modules/api/wplc-api.php:62
3799
+ msgid ""
3800
+ "To make use of the REST API, please ensure you are using a version of "
3801
+ "WordPress with the REST API included."
3802
+ msgstr ""
3803
+
3804
+ #: wp-live-chat-support/modules/api/wplc-api.php:64
3805
+ msgid ""
3806
+ "Alternatively, please install the official Rest API plugin from WordPress."
3807
+ msgstr ""
3808
+
3809
+ #: wp-live-chat-support/modules/api/wplc-api.php:76
3810
+ msgid "Secret Token"
3811
+ msgstr ""
3812
+
3813
+ #: wp-live-chat-support/modules/api/wplc-api.php:79
3814
+ msgid "No secret token found"
3815
+ msgstr ""
3816
+
3817
+ #: wp-live-chat-support/modules/api/wplc-api.php:80
3818
+ #: wp-live-chat-support/modules/beta_features.php:89
3819
+ msgid "Generate New"
3820
+ msgstr ""
3821
+
3822
+ #: wp-live-chat-support/modules/api/wplc-api.php:85
3823
+ msgid "Supported API Calls"
3824
+ msgstr ""
3825
+
3826
+ #: wp-live-chat-support/modules/api/wplc-api.php:89
3827
+ #: wp-live-chat-support/modules/api/wplc-api.php:97
3828
+ #: wp-live-chat-support/modules/api/wplc-api.php:105
3829
+ #: wp-live-chat-support/modules/api/wplc-api.php:113
3830
+ #: wp-live-chat-support/modules/api/wplc-api.php:121
3831
+ #: wp-live-chat-support/modules/api/wplc-api.php:130
3832
+ msgid "Try"
3833
+ msgstr ""
3834
+
3835
+ #: wp-live-chat-support/modules/api/wplc-api.php:138
3836
+ msgid "API Response Codes"
3837
+ msgstr ""
3838
+
3839
+ #: wp-live-chat-support/modules/api/wplc-api.php:281
3840
+ msgid "Rest Console "
3841
+ msgstr ""
3842
+
3843
+ #: wp-live-chat-support/modules/api/wplc-api.php:288
3844
+ msgid "Try it!"
3845
+ msgstr ""
3846
+
3847
+ #: wp-live-chat-support/modules/beta_features.php:14
3848
+ msgid "Advanced Features"
3849
+ msgstr ""
3850
+
3851
+ #: wp-live-chat-support/modules/beta_features.php:33
3852
+ #, fuzzy
3853
+ #| msgid "No Quick Responses found"
3854
+ msgid "No token found"
3855
+ msgstr "Ingen hurtig svar fundet"
3856
+
3857
+ #: wp-live-chat-support/modules/beta_features.php:49
3858
+ #, fuzzy
3859
+ #| msgid "Chat Active"
3860
+ msgid "Chat Server"
3861
+ msgstr "Aktiv"
3862
+
3863
+ #: wp-live-chat-support/modules/beta_features.php:58
3864
+ msgid "Use our server to handle chats"
3865
+ msgstr ""
3866
+
3867
+ #: wp-live-chat-support/modules/beta_features.php:58
3868
+ msgid ""
3869
+ "Disabling this will result in the plugin reverting back to using the legacy "
3870
+ "chat dashboard."
3871
+ msgstr ""
3872
+
3873
+ #: wp-live-chat-support/modules/beta_features.php:62
3874
+ msgid ""
3875
+ "Disabling this will revert the chat dashboard back to the legacy version."
3876
+ msgstr ""
3877
+
3878
+ #: wp-live-chat-support/modules/beta_features.php:67
3879
+ msgid "Server location"
3880
+ msgstr ""
3881
+
3882
+ #: wp-live-chat-support/modules/beta_features.php:67
3883
+ msgid "Select a server location that is near to you."
3884
+ msgstr ""
3885
+
3886
+ #: wp-live-chat-support/modules/beta_features.php:72
3887
+ msgid "Automatic (suggested)"
3888
+ msgstr ""
3889
+
3890
+ #: wp-live-chat-support/modules/beta_features.php:73
3891
+ #: wp-live-chat-support/modules/beta_features.php:74
3892
+ #, php-format
3893
+ msgid "United States - %s"
3894
+ msgstr ""
3895
+
3896
+ #: wp-live-chat-support/modules/beta_features.php:77
3897
+ #: wp-live-chat-support/modules/beta_features.php:78
3898
+ #, php-format
3899
+ msgid "Europe - %s"
3900
+ msgstr ""
3901
+
3902
+ #: wp-live-chat-support/modules/beta_features.php:85
3903
+ #, fuzzy
3904
+ #| msgid "Chat sessions"
3905
+ msgid "Chat server token"
3906
+ msgstr "Chat besked"
3907
+
3908
+ #: wp-live-chat-support/modules/beta_features.php:85
3909
+ msgid ""
3910
+ "Security token for accessing chats on the node server. Changing this will "
3911
+ "remove current chats"
3912
+ msgstr ""
3913
+
3914
+ #: wp-live-chat-support/modules/beta_features.php:90
3915
+ msgid "Copy"
3916
+ msgstr ""
3917
+
3918
+ #: wp-live-chat-support/modules/beta_features.php:95
3919
+ msgid "Server end point override"
3920
+ msgstr ""
3921
+
3922
+ #: wp-live-chat-support/modules/beta_features.php:95
3923
+ msgid ""
3924
+ "Do not change this unless advised to do so by a WP Live Chat Support "
3925
+ "representative"
3926
+ msgstr ""
3927
+
3928
+ #: wp-live-chat-support/modules/beta_features.php:98
3929
+ msgid "Leave empty unless advised by a WP Live Chat Support representative"
3930
+ msgstr ""
3931
+
3932
+ #: wp-live-chat-support/modules/beta_features.php:104
3933
+ msgid "Limit chat ring amount"
3934
+ msgstr ""
3935
+
3936
+ #: wp-live-chat-support/modules/beta_features.php:104
3937
+ msgid "Limit the amount of time the new chat ringer will play"
3938
+ msgstr ""
3939
+
3940
+ #: wp-live-chat-support/modules/beta_features.php:113
3941
+ #: wp-live-chat-support/modules/node_server.php:733
3942
+ msgid "Did you know?"
3943
+ msgstr ""
3944
+
3945
+ #: wp-live-chat-support/modules/beta_features.php:113
3946
+ msgid ""
3947
+ "You can copy this node server token to multiple sites in order to manage "
3948
+ "more than one domain from a single chat dashboard"
3949
+ msgstr ""
3950
+
3951
+ #: wp-live-chat-support/modules/beta_features.php:167
3952
+ #, fuzzy
3953
+ #| msgid "End chat"
3954
+ msgid "End Chat"
3955
+ msgstr "Slut chat"
3956
+
3957
+ #: wp-live-chat-support/modules/documentation_suggestions.php:36
3958
+ #, php-format
3959
+ msgid ""
3960
+ "Upgrade to the <a href='%s' taget='_BLANK'>pro version</a> to automatically "
3961
+ "suggest relevant documentation pages on your own site while users are "
3962
+ "waiting for the agent to join the chat. As soon as the user sends a message, "
3963
+ "the system will locate relevant documents on your website and provide links "
3964
+ "to the user."
3965
+ msgstr ""
3966
+
3967
+ #: wp-live-chat-support/modules/gdpr.php:33
3968
+ msgid "Enbled GDPR Compliance"
3969
+ msgstr ""
3970
+
3971
+ #: wp-live-chat-support/modules/gdpr.php:33
3972
+ msgid "Disabling will disable all GDPR related options, this is not advised."
3973
+ msgstr ""
3974
+
3975
+ #: wp-live-chat-support/modules/gdpr.php:37
3976
+ msgid "Importance of GDPR Compliance"
3977
+ msgstr ""
3978
+
3979
+ #: wp-live-chat-support/modules/gdpr.php:43
3980
+ msgid "Company Name"
3981
+ msgstr ""
3982
+
3983
+ #: wp-live-chat-support/modules/gdpr.php:52
3984
+ msgid "Retention Purpose"
3985
+ msgstr ""
3986
+
3987
+ #: wp-live-chat-support/modules/gdpr.php:55
3988
+ #: wp-live-chat-support/modules/gdpr.php:373
3989
+ #, fuzzy
3990
+ #| msgid "WP Live Chat Support"
3991
+ msgid "Chat/Support"
3992
+ msgstr "Via WP Live Chat Support"
3993
+
3994
+ #: wp-live-chat-support/modules/gdpr.php:61
3995
+ msgid "Retention Period"
3996
+ msgstr ""
3997
+
3998
+ #: wp-live-chat-support/modules/gdpr.php:64
3999
+ msgid "days"
4000
+ msgstr ""
4001
+
4002
+ #: wp-live-chat-support/modules/gdpr.php:70
4003
+ msgid "Next Check"
4004
+ msgstr ""
4005
+
4006
+ #: wp-live-chat-support/modules/gdpr.php:71
4007
+ msgid ""
4008
+ "When the next cron will run to check for data which is older than our "
4009
+ "retention period."
4010
+ msgstr ""
4011
+
4012
+ #: wp-live-chat-support/modules/gdpr.php:85
4013
+ msgid "GDPR Notice"
4014
+ msgstr ""
4015
+
4016
+ #: wp-live-chat-support/modules/gdpr.php:86
4017
+ msgid ""
4018
+ "Users will be asked to accept the notice shown here, in the form of a check "
4019
+ "box."
4020
+ msgstr ""
4021
+
4022
+ #: wp-live-chat-support/modules/gdpr.php:137
4023
+ msgid "GDPR"
4024
+ msgstr ""
4025
+
4026
+ #: wp-live-chat-support/modules/gdpr.php:146
4027
+ #, fuzzy
4028
+ #| msgid "WP Live Chat Support"
4029
+ msgid "WP Live Chat Support - GDPR"
4030
+ msgstr "Via WP Live Chat Support"
4031
+
4032
+ #: wp-live-chat-support/modules/gdpr.php:148
4033
+ msgid ""
4034
+ "Search is performed on chat sessions, messages, and offline messages. Data "
4035
+ "will also be deleted automatically per your retention policy."
4036
+ msgstr ""
4037
+
4038
+ #: wp-live-chat-support/modules/gdpr.php:159
4039
+ msgid "Name, Email, Message"
4040
+ msgstr ""
4041
+
4042
+ #: wp-live-chat-support/modules/gdpr.php:163
4043
+ #, fuzzy
4044
+ #| msgid "Search Term"
4045
+ msgid "Search"
4046
+ msgstr "Søgefrase"
4047
+
4048
+ #: wp-live-chat-support/modules/gdpr.php:176
4049
+ #, php-format
4050
+ msgid "Search Results in %%TABLE%%"
4051
+ msgstr ""
4052
+
4053
+ #: wp-live-chat-support/modules/gdpr.php:202
4054
+ #, php-format
4055
+ msgid "Delete Chat (%%CID%%)"
4056
+ msgstr ""
4057
+
4058
+ #: wp-live-chat-support/modules/gdpr.php:203
4059
+ #, fuzzy, php-format
4060
+ #| msgid "Download Chat History"
4061
+ msgid "Download Chat (%%CID%%)"
4062
+ msgstr "WP Live Chat historie"
4063
+
4064
+ #: wp-live-chat-support/modules/gdpr.php:228
4065
+ msgid "Please perform a search using the input field above"
4066
+ msgstr ""
4067
+
4068
+ #: wp-live-chat-support/modules/gdpr.php:291
4069
+ #, fuzzy
4070
+ #| msgid "deleted"
4071
+ msgid "Data Deleted"
4072
+ msgstr "slettet"
4073
+
4074
+ #: wp-live-chat-support/modules/gdpr.php:371
4075
+ #, php-format
4076
+ msgid ""
4077
+ "I agree for my personal data to be processed and for the use of cookies in "
4078
+ "order to engage in a chat processed by %%COMPANY%%, for the purpose of "
4079
+ "%%PURPOSE%%, for the time of %%PERIOD%% day(s) as per the GDPR."
4080
+ msgstr ""
4081
+
4082
+ #: wp-live-chat-support/modules/gdpr.php:392
4083
+ #: wp-live-chat-support/modules/gdpr.php:672
4084
+ #: wp-live-chat-support/modules/gdpr.php:694
4085
+ msgid "Privacy Policy"
4086
+ msgstr ""
4087
+
4088
+ #: wp-live-chat-support/modules/gdpr.php:393
4089
+ #, php-format
4090
+ msgid ""
4091
+ "We use WP Live Chat Support as our live chat platform. By clicking below to "
4092
+ "submit this form, you acknowledge that the information you provide now and "
4093
+ "during the chat will be transferred to WP Live Chat Support for processing "
4094
+ "in accordance with their %%POLICY_LINK%%."
4095
+ msgstr ""
4096
+
4097
+ #: wp-live-chat-support/modules/gdpr.php:415
4098
+ #, php-format
4099
+ msgid ""
4100
+ "Please note as per the GDPR settings you have selected, all chat data will "
4101
+ "be retained for %%PERIOD%% day(s)."
4102
+ msgstr ""
4103
+
4104
+ #: wp-live-chat-support/modules/gdpr.php:418
4105
+ #, php-format
4106
+ msgid ""
4107
+ "After this period of time, all chat data older than %%PERIOD%% day(s), will "
4108
+ "be permanently removed from your server. "
4109
+ msgstr ""
4110
+
4111
+ #: wp-live-chat-support/modules/gdpr.php:422
4112
+ msgid "GDPR - Data Retention"
4113
+ msgstr ""
4114
+
4115
+ #: wp-live-chat-support/modules/gdpr.php:428
4116
+ #: wp-live-chat-support/modules/gdpr.php:674
4117
+ #, fuzzy
4118
+ #| msgid "Main Settings"
4119
+ msgid "Privacy Settings"
4120
+ msgstr "Hovedindstillinger"
4121
+
4122
+ #: wp-live-chat-support/modules/gdpr.php:443
4123
+ msgid "Once every 6 hours"
4124
+ msgstr ""
4125
+
4126
+ #: wp-live-chat-support/modules/gdpr.php:557
4127
+ msgid "Delete Chat Data"
4128
+ msgstr ""
4129
+
4130
+ #: wp-live-chat-support/modules/gdpr.php:558
4131
+ #, fuzzy
4132
+ #| msgid "Download Chat History"
4133
+ msgid "Download Chat Data"
4134
+ msgstr "WP Live Chat historie"
4135
+
4136
+ #: wp-live-chat-support/modules/gdpr.php:561
4137
+ #, fuzzy
4138
+ #| msgid "Chat enabled"
4139
+ msgid "Chat Ended"
4140
+ msgstr "Chat aktiveret"
4141
+
4142
+ #: wp-live-chat-support/modules/gdpr.php:640
4143
+ #, fuzzy
4144
+ #| msgid "complete"
4145
+ msgid "Complete"
4146
+ msgstr "færdig"
4147
+
4148
+ #: wp-live-chat-support/modules/gdpr.php:665
4149
+ msgid ""
4150
+ "GDPR compliance has been disabled, read more about the implications of this "
4151
+ "here"
4152
+ msgstr ""
4153
 
4154
+ #: wp-live-chat-support/modules/gdpr.php:666
4155
+ #, fuzzy
4156
+ #| msgid " with the Pro add-on of WP Live Chat Support"
4157
+ msgid "Additionally please take a look at WP Live Chat Support"
4158
+ msgstr "Med Pro add-on af WP Live Chat Support, kan du"
4159
 
4160
+ #: wp-live-chat-support/modules/gdpr.php:667
4161
+ msgid ""
4162
+ "It is highly recommended that you enable GDPR compliance to ensure your user "
4163
+ "data is regulated."
4164
+ msgstr ""
4165
 
4166
+ #: wp-live-chat-support/modules/gdpr.php:670
4167
+ msgid "Warning - GDPR Compliance Disabled - Action Required"
4168
+ msgstr ""
4169
 
4170
+ #: wp-live-chat-support/modules/gdpr.php:671
4171
+ msgid "EU GDPR"
4172
+ msgstr ""
4173
 
4174
+ #: wp-live-chat-support/modules/gdpr.php:675
4175
+ msgid "Dismiss & Accept Responsibility"
4176
+ msgstr ""
 
4177
 
4178
+ #: wp-live-chat-support/modules/gdpr.php:692
4179
+ #, php-format
4180
+ msgid "Please refer to our %%PRIVACY_LINK%% for information on Data Processing"
4181
+ msgstr ""
4182
 
4183
+ #: wp-live-chat-support/modules/gdpr.php:743
4184
+ msgid "GDPR Compliance Enabled - Server Selection Limited to EU"
4185
+ msgstr ""
4186
 
4187
+ #: wp-live-chat-support/modules/google_analytics.php:12
4188
+ msgid "Google Analytics Integration"
4189
  msgstr ""
4190
 
4191
+ #: wp-live-chat-support/modules/google_analytics.php:17
4192
+ msgid "Enable Google Analytics Integration"
4193
+ msgstr ""
 
 
 
 
 
 
 
 
 
4194
 
4195
+ #: wp-live-chat-support/modules/module_gif.php:144
4196
+ msgid "GIF Integration"
4197
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
4198
 
4199
+ #: wp-live-chat-support/modules/module_gif.php:150
4200
+ msgid "Enable GIF Integration"
4201
+ msgstr ""
 
 
 
 
 
 
 
 
 
4202
 
4203
+ #: wp-live-chat-support/modules/module_gif.php:150
4204
+ msgid ""
4205
+ "If you enable GIF Integration you're going to be able to send GIFs by typing "
4206
+ "commands such as '/gif happy' when writing a message."
4207
  msgstr ""
4208
 
4209
+ #: wp-live-chat-support/modules/module_gif.php:158
4210
+ msgid "Select a GIF provider"
4211
  msgstr ""
4212
 
4213
+ #: wp-live-chat-support/modules/module_gif.php:158
4214
+ msgid ""
4215
+ "A GIF provider is the source of the GIFs that are going to show when you "
4216
+ "type a command like '/gif happy' on a message."
4217
+ msgstr ""
4218
 
4219
+ #: wp-live-chat-support/modules/module_gif.php:162
4220
+ msgid "Giphy"
 
4221
  msgstr ""
4222
 
4223
+ #: wp-live-chat-support/modules/module_gif.php:163
4224
+ msgid "Tenor"
 
4225
  msgstr ""
4226
 
4227
+ #: wp-live-chat-support/modules/module_gif.php:169
4228
+ #: wp-live-chat-support/modules/module_gif.php:172
4229
+ msgid "Giphy API key"
4230
  msgstr ""
4231
 
4232
+ #: wp-live-chat-support/modules/module_gif.php:169
4233
+ msgid "The API key created for you when you register an app on Giphy"
4234
  msgstr ""
4235
 
4236
+ #: wp-live-chat-support/modules/module_gif.php:177
4237
+ #: wp-live-chat-support/modules/module_gif.php:180
4238
+ msgid "Tenor API key"
4239
  msgstr ""
4240
 
4241
+ #: wp-live-chat-support/modules/module_gif.php:177
4242
+ msgid "The API key created for you when you register an app on Tenor"
4243
  msgstr ""
4244
 
4245
+ #: wp-live-chat-support/modules/node_server.php:37
4246
+ msgid ""
4247
+ "Thank you for using WP Live Chat Support - Need assistance? Please get in "
4248
+ "touch here: "
4249
  msgstr ""
4250
 
4251
+ #: wp-live-chat-support/modules/node_server.php:38
4252
+ #: wp-live-chat-support/wp-live-chat-support.php:5195
4253
+ msgid "Contact us"
4254
  msgstr ""
4255
 
4256
+ #: wp-live-chat-support/modules/node_server.php:206
4257
+ #: wp-live-chat-support/modules/node_server.php:217
4258
+ #: wp-live-chat-support/modules/node_server.php:279
4259
+ #: wp-live-chat-support/modules/node_server.php:289
4260
+ msgid "Success"
4261
  msgstr ""
4262
 
4263
+ #: wp-live-chat-support/modules/node_server.php:220
4264
+ #: wp-live-chat-support/modules/node_server.php:292
4265
+ msgid "Message data is corrupt"
4266
  msgstr ""
4267
 
4268
+ #: wp-live-chat-support/modules/node_server.php:226
4269
+ #: wp-live-chat-support/modules/node_server.php:298
4270
+ msgid "Message data array not set"
4271
  msgstr ""
4272
 
4273
+ #: wp-live-chat-support/modules/node_server.php:229
4274
+ #: wp-live-chat-support/modules/node_server.php:301
4275
+ #, fuzzy
4276
+ #| msgid "Chat with us"
4277
+ msgid "Chat ID is not set"
4278
+ msgstr "Chat med os"
4279
+
4280
+ #: wp-live-chat-support/modules/node_server.php:233
4281
+ #: wp-live-chat-support/modules/node_server.php:305
4282
+ #, fuzzy
4283
+ #| msgid "No Quick Responses found"
4284
+ msgid "No security nonce found"
4285
+ msgstr "Ingen hurtig svar fundet"
4286
+
4287
+ #: wp-live-chat-support/modules/node_server.php:323
4288
+ #, fuzzy
4289
+ #| msgid "Error Log"
4290
+ msgid "Error"
4291
+ msgstr "Fejl log"
4292
+
4293
+ #: wp-live-chat-support/modules/node_server.php:324
4294
+ msgid "Only chat agents can access this page."
4295
  msgstr ""
4296
 
4297
+ #: wp-live-chat-support/modules/node_server.php:534
4298
+ #: wp-live-chat-support/wp-live-chat-support.php:6655
4299
+ #, fuzzy
4300
+ #| msgid "Sending message..."
4301
+ msgid "Sending transcript..."
4302
+ msgstr "Send besked"
4303
+
4304
+ #: wp-live-chat-support/modules/node_server.php:535
4305
+ #: wp-live-chat-support/wp-live-chat-support.php:6656
4306
+ msgid "Sending Transcript"
4307
  msgstr ""
4308
 
4309
+ #: wp-live-chat-support/modules/node_server.php:537
4310
+ #: wp-live-chat-support/wp-live-chat-support.php:6658
4311
+ msgid "The chat transcript has been emailed."
 
4312
  msgstr ""
4313
 
4314
+ #: wp-live-chat-support/modules/node_server.php:538
4315
+ #: wp-live-chat-support/wp-live-chat-support.php:6659
4316
  #, php-format
4317
  msgid ""
4318
+ "There was a problem emailing the chat. Please <a target='_BLANK' "
4319
+ "href='%s'>contact support</a>."
4320
  msgstr ""
4321
 
4322
+ #: wp-live-chat-support/modules/node_server.php:576
4323
+ msgid "Connection Error"
4324
  msgstr ""
4325
 
4326
+ #: wp-live-chat-support/modules/node_server.php:577
4327
+ msgid ""
4328
+ "We are having some trouble contacting the server. Please try again later."
4329
  msgstr ""
4330
 
4331
+ #: wp-live-chat-support/modules/node_server.php:623
4332
+ msgid "Chat is disabled in settings area, re-enable"
4333
  msgstr ""
4334
 
4335
+ #: wp-live-chat-support/modules/node_server.php:653
4336
+ msgid "User received notification:"
4337
  msgstr ""
4338
 
4339
+ #: wp-live-chat-support/modules/node_server.php:681
4340
+ #: wp-live-chat-support/wp-live-chat-support.php:2915
4341
+ #: wp-live-chat-support/wp-live-chat-support.php:2973
4342
+ msgid "New chat received"
4343
  msgstr ""
4344
 
4345
+ #: wp-live-chat-support/modules/node_server.php:682
4346
+ #: wp-live-chat-support/wp-live-chat-support.php:2917
4347
+ #: wp-live-chat-support/wp-live-chat-support.php:2975
4348
+ msgid ""
4349
+ "A new chat has been received. Please go the 'Live Chat' page to accept the "
4350
+ "chat"
4351
  msgstr ""
4352
 
4353
+ #: wp-live-chat-support/modules/node_server.php:736
4354
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4355
+ msgid "Add unlimited agents"
 
 
4356
  msgstr ""
4357
 
4358
+ #: wp-live-chat-support/modules/node_server.php:736
4359
+ #: wp-live-chat-support/modules/node_server.php:738
4360
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4361
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4362
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4363
+ msgid " with the Pro add-on of WP Live Chat Support"
4364
+ msgstr "Med Pro add-on af WP Live Chat Support, kan du"
4365
 
4366
+ #: wp-live-chat-support/modules/node_server.php:736
4367
+ #: wp-live-chat-support/modules/node_server.php:738
4368
+ #: wp-live-chat-support/wp-live-chat-support.php:5233
4369
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4370
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4371
+ msgid "(once off payment)."
4372
  msgstr ""
4373
 
4374
+ #: wp-live-chat-support/modules/node_server.php:737
4375
+ #: wp-live-chat-support/modules/node_server.php:745
4376
+ #: wp-live-chat-support/wp-live-chat-support.php:3189
4377
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4378
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
4379
+ msgid "With the Pro add-on of WP Live Chat Support, you can"
4380
+ msgstr "Med Pro add-on af WP Live Chat Support, kan du"
4381
+
4382
+ #: wp-live-chat-support/modules/node_server.php:737
4383
+ #: wp-live-chat-support/modules/node_server.php:746
4384
+ #: wp-live-chat-support/wp-live-chat-support.php:3190
4385
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4386
+ msgid "see who's online and initiate chats"
4387
+ msgstr " se hvem der er online og begynde chats"
4388
+
4389
+ #: wp-live-chat-support/modules/node_server.php:737
4390
+ #: wp-live-chat-support/modules/node_server.php:747
4391
+ #: wp-live-chat-support/wp-live-chat-support.php:3191
4392
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4393
+ msgid "initiate chats"
4394
+ msgstr "Start chat"
4395
+
4396
+ #: wp-live-chat-support/modules/node_server.php:737
4397
+ #: wp-live-chat-support/modules/node_server.php:748
4398
+ #: wp-live-chat-support/wp-live-chat-support.php:3192
4399
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4400
+ msgid "with your online visitors with the click of a button."
4401
+ msgstr "med dine besøgende med et klik på en knap"
4402
+
4403
+ #: wp-live-chat-support/modules/node_server.php:737
4404
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
4405
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
4406
+ msgid "Buy the Pro add-on now (once off payment)."
4407
+ msgstr "Køb Pro add-on nu. Gratis opdateringer FOREVIGT."
4408
+
4409
+ #: wp-live-chat-support/modules/node_server.php:738
4410
+ #: wp-live-chat-support/wp-live-chat-support.php:5234
4411
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4412
+ #, fuzzy
4413
+ #| msgid "Missed Chats"
4414
+ msgid "Transfer Chats"
4415
+ msgstr "Live chat"
4416
+
4417
+ #: wp-live-chat-support/modules/node_server.php:743
4418
+ #, php-format
4419
  msgid ""
4420
+ "Chat to other agents with the <a href=\"%s\" target=\"_BLANK\">Pro version</"
4421
+ "a>."
4422
  msgstr ""
4423
 
4424
+ #: wp-live-chat-support/modules/node_server.php:749
4425
+ #: wp-live-chat-support/modules/node_server.php:750
4426
+ #: wp-live-chat-support/wp-live-chat-support.php:3193
4427
+ #: wp-live-chat-support/wp-live-chat-support.php:3195
4428
+ msgid "Buy the Pro add-on now."
4429
+ msgstr "Køb Pro add-on nu for kun $29,95. Gratis opdateringer FOREVIGT."
4430
+
4431
+ #: wp-live-chat-support/modules/node_server.php:757
4432
+ #, php-format
4433
  msgid ""
4434
+ "Get detailed visitor events with the <a target=\"_BLANK\" href=\"%s\">Pro "
4435
+ "version</a>."
4436
  msgstr ""
4437
 
4438
+ #: wp-live-chat-support/modules/node_server.php:871
4439
+ #, fuzzy
4440
+ #| msgid "Dear Pro User"
4441
+ msgid "Dear Pro User,"
4442
+ msgstr "Kære Pro Bruger"
4443
+
4444
+ #: wp-live-chat-support/modules/node_server.php:872
4445
+ msgid "Your API Key could not be validated, some functionality may be limited"
4446
+ msgstr ""
4447
+
4448
+ #: wp-live-chat-support/modules/node_server.php:877
4449
+ msgid "You are not a verified agent, chat dashboard has been disabled"
4450
+ msgstr ""
4451
+
4452
+ #: wp-live-chat-support/modules/node_server.php:921
4453
+ #, fuzzy
4454
+ #| msgid "WP Live Chat Support - Offline Message from "
4455
+ msgid "WP Live Chat Support - Offline Mode"
4456
+ msgstr "WP Live Chat Support - Offline besked fra"
4457
+
4458
+ #: wp-live-chat-support/modules/node_server.php:940
4459
  #, php-format
4460
  msgid ""
4461
+ "Chat is now in offline mode, please <a href='%s' target='_BLANK'>upgrade to "
4462
+ "Version 8</a> (or above) of the WP Live Chat Support Pro Add-on to ensure "
4463
+ "all functionality works as expected."
4464
  msgstr ""
4465
 
4466
+ #: wp-live-chat-support/modules/node_server.php:942
4467
  #, php-format
4468
  msgid ""
4469
+ "Chat is now in offline mode, please renew your API key by visiting the <a "
4470
+ "href='%s' target='_BLANK'>My Account</a> area, and receive updates."
4471
  msgstr ""
4472
 
4473
+ #: wp-live-chat-support/modules/node_server.php:948
4474
+ msgid ""
4475
+ "Alternatively, please disable the node server option in the Live Chat "
4476
+ "settings area (Live Chat -> Settings -> Advanced Features)"
4477
  msgstr ""
4478
 
4479
+ #: wp-live-chat-support/modules/node_server.php:952
4480
+ msgid "Upgrade"
4481
+ msgstr ""
4482
+
4483
+ #: wp-live-chat-support/modules/node_server.php:954
4484
+ msgid "Renew License"
4485
+ msgstr ""
4486
+
4487
+ #: wp-live-chat-support/modules/node_server.php:958
4488
+ #: wp-live-chat-support/wp-live-chat-support.php:1036
4489
+ msgid "Settings"
4490
+ msgstr "Indstillinger"
4491
+
4492
+ #: wp-live-chat-support/modules/node_server.php:961
4493
+ msgid "Whats new in Version 8"
4494
  msgstr ""
4495
 
4496
+ #: wp-live-chat-support/modules/node_server.php:1041
4497
+ #, fuzzy
4498
+ #| msgid "Via WP Live Chat Support"
4499
+ msgid "Welcome to V8 of WP Live Chat Support"
4500
+ msgstr "Via WP Live Chat Support"
4501
+
4502
+ #: wp-live-chat-support/modules/node_server.php:1042
4503
  msgid ""
4504
+ "Did you know, this version features high speed message delivery, agent to "
4505
+ "agent chat, and a single window layout?"
4506
  msgstr ""
4507
 
4508
+ #: wp-live-chat-support/modules/node_server.php:1043
4509
  msgid ""
4510
+ "To activate this functionality please navigate to Live Chat -> Settings -> "
4511
+ "Advanced Features -> And enable our Chat Server option."
4512
  msgstr ""
 
 
4513
 
4514
+ #: wp-live-chat-support/modules/node_server.php:1046
4515
+ msgid "Show me!"
4516
+ msgstr ""
4517
 
4518
+ #: wp-live-chat-support/modules/node_server.php:1047
4519
+ msgid "Don't Show This Again"
4520
+ msgstr ""
4521
 
4522
+ #: wp-live-chat-support/modules/node_server.php:1196
4523
+ msgid "Connecting..."
4524
  msgstr ""
4525
 
4526
+ #: wp-live-chat-support/modules/node_server.php:1200
4527
+ #, fuzzy
4528
+ #| msgid "Active Chats"
4529
+ msgid " Active visitors"
4530
+ msgstr "Live chat"
4531
+
4532
+ #: wp-live-chat-support/modules/node_server.php:1201
4533
+ #, fuzzy
4534
+ #| msgid "Agent(s) online"
4535
+ msgid "Agent(s) Online"
4536
+ msgstr "Chat Agenter Online"
4537
+
4538
+ #: wp-live-chat-support/modules/node_server.php:1202
4539
+ #, fuzzy
4540
+ #| msgid "View Chat History"
4541
+ msgid "Chat History"
4542
+ msgstr "WP Live Chat historie"
4543
+
4544
+ #: wp-live-chat-support/modules/node_server.php:1206
4545
+ msgid "Department Transfer"
4546
  msgstr ""
4547
 
4548
+ #: wp-live-chat-support/modules/node_server.php:1207
4549
+ #: wp-live-chat-support/modules/node_server.php:1211
4550
+ #: wp-live-chat-support/wp-live-chat-support.php:5235
4551
+ msgid "Direct User To Page"
4552
  msgstr ""
4553
 
4554
+ #: wp-live-chat-support/modules/node_server.php:1208
4555
+ #, fuzzy
4556
+ #| msgid "Start live chat"
4557
+ msgid "Leave chat"
4558
+ msgstr "Start chat"
4559
 
4560
+ #: wp-live-chat-support/modules/node_server.php:1209
4561
+ #: wp-live-chat-support/wp-live-chat-support.php:3545
4562
+ msgid "End chat"
4563
+ msgstr "Slut chat"
4564
+
4565
+ #: wp-live-chat-support/modules/node_server.php:1212
4566
+ #, fuzzy
4567
+ #| msgid "Agents"
4568
+ msgid "Events"
4569
+ msgstr "Agenter"
4570
+
4571
+ #: wp-live-chat-support/modules/node_server.php:1213
4572
+ #, fuzzy
4573
+ #| msgid "End chat"
4574
+ msgid "Join chat"
4575
+ msgstr "Slut chat"
4576
+
4577
+ #: wp-live-chat-support/modules/node_server.php:1214
4578
+ msgid "Filters"
4579
+ msgstr ""
4580
+
4581
+ #: wp-live-chat-support/modules/node_server.php:1215
4582
+ #, fuzzy
4583
+ #| msgid "Visitors online"
4584
+ msgid "New Visitors (3 Min)"
4585
+ msgstr "Besøgende på siden"
4586
+
4587
+ #: wp-live-chat-support/modules/node_server.php:1217
4588
+ msgid "Clear Filters"
4589
+ msgstr ""
4590
+
4591
+ #: wp-live-chat-support/modules/node_server.php:1218
4592
+ #, fuzzy
4593
+ #| msgid "Active Chats"
4594
+ msgid "Active visitors"
4595
+ msgstr "Live chat"
4596
+
4597
+ #: wp-live-chat-support/modules/node_server.php:1219
4598
+ #: wp-live-chat-support/wp-live-chat-support.php:3290
4599
+ msgid "Visitor"
4600
+ msgstr "Besøgende på siden"
4601
+
4602
+ #: wp-live-chat-support/modules/node_server.php:1220
4603
+ msgid "Info"
4604
+ msgstr ""
4605
+
4606
+ #: wp-live-chat-support/modules/node_server.php:1222
4607
+ #, fuzzy
4608
+ #| msgid "Status"
4609
+ msgid "Chat Status"
4610
+ msgstr "Status"
4611
+
4612
+ #: wp-live-chat-support/modules/node_server.php:1224
4613
+ #, fuzzy
4614
+ #| msgid "Search Term"
4615
+ msgid "Search Results"
4616
  msgstr "Søgefrase"
4617
 
4618
+ #: wp-live-chat-support/modules/node_server.php:1225
4619
+ msgid "No emoji found"
4620
+ msgstr ""
4621
 
4622
+ #: wp-live-chat-support/modules/node_server_deprecated.php:272
4623
+ msgid "Chat has been ended."
4624
+ msgstr ""
4625
 
4626
+ #: wp-live-chat-support/modules/offline_messages_custom_fields.php:6
4627
+ #, php-format
4628
+ msgid ""
4629
+ "Use the <a href='%s'>Contact Form Ready</a> plugin (free) in order to "
4630
+ "customise the input fields of the offline message form.</a>"
4631
+ msgstr ""
4632
 
4633
+ #: wp-live-chat-support/modules/privacy.php:17
4634
+ #: wp-live-chat-support/modules/privacy.php:31
4635
+ msgid "Privacy"
4636
+ msgstr ""
4637
 
4638
+ #: wp-live-chat-support/modules/webhooks_manager.php:8
4639
+ #, fuzzy
4640
+ #| msgid "Agent(s) online"
4641
+ msgid "Agent Login"
4642
+ msgstr "Chat Agenter Online"
4643
 
4644
+ #: wp-live-chat-support/modules/webhooks_manager.php:9
4645
+ msgid "Device Linked"
4646
+ msgstr ""
4647
+
4648
+ #: wp-live-chat-support/modules/webhooks_manager.php:10
4649
+ msgid "Device Unlinked (Revoked)"
4650
+ msgstr ""
4651
+
4652
+ #: wp-live-chat-support/modules/webhooks_manager.php:11
4653
+ #, fuzzy
4654
+ #| msgid "Visitor"
4655
+ msgid "New Visitor"
4656
+ msgstr "Besøgende på siden"
4657
+
4658
+ #: wp-live-chat-support/modules/webhooks_manager.php:12
4659
+ #, fuzzy
4660
+ #| msgid "Chat Agent"
4661
+ msgid "Chat Request"
4662
+ msgstr "Chat Agent"
4663
+
4664
+ #: wp-live-chat-support/modules/webhooks_manager.php:13
4665
+ msgid "Agent Accept"
4666
+ msgstr ""
4667
+
4668
+ #: wp-live-chat-support/modules/webhooks_manager.php:14
4669
+ #, fuzzy
4670
+ #| msgid "Settings"
4671
+ msgid "Settings Changed"
4672
+ msgstr "Indstillinger"
4673
+
4674
+ #: wp-live-chat-support/modules/webhooks_manager.php:47
4675
+ msgid "Webhooks"
4676
+ msgstr ""
4677
+
4678
+ #: wp-live-chat-support/modules/webhooks_manager.php:60
4679
+ #, fuzzy
4680
+ #| msgid "WP Live Chat Support Feedback"
4681
+ msgid "WP Live Chat Support - Webhooks"
4682
+ msgstr "WP Live Chat Support Feedback"
4683
+
4684
+ #: wp-live-chat-support/modules/webhooks_manager.php:82
4685
+ msgid "Webhook created"
4686
+ msgstr ""
4687
+
4688
+ #: wp-live-chat-support/modules/webhooks_manager.php:84
4689
+ msgid "Webhook could not be created"
4690
+ msgstr ""
4691
 
4692
+ #: wp-live-chat-support/modules/webhooks_manager.php:91
4693
+ msgid "Webhook edited"
4694
  msgstr ""
4695
 
4696
+ #: wp-live-chat-support/modules/webhooks_manager.php:93
4697
+ msgid "Webhook could not be edited"
 
 
4698
  msgstr ""
4699
 
4700
+ #: wp-live-chat-support/modules/webhooks_manager.php:101
4701
+ #, fuzzy
4702
+ #| msgid "deleted"
4703
+ msgid "Webhook deleted"
4704
+ msgstr "slettet"
4705
+
4706
+ #: wp-live-chat-support/modules/webhooks_manager.php:103
4707
+ msgid "Webhook could not be delete"
4708
  msgstr ""
4709
 
4710
+ #: wp-live-chat-support/modules/webhooks_manager.php:227
4711
+ #: wp-live-chat-support/modules/webhooks_manager.php:282
4712
+ msgid "Event"
4713
  msgstr ""
4714
 
4715
+ #: wp-live-chat-support/modules/webhooks_manager.php:228
4716
+ #: wp-live-chat-support/modules/webhooks_manager.php:287
4717
+ msgid "Target URL"
4718
  msgstr ""
4719
 
4720
+ #: wp-live-chat-support/modules/webhooks_manager.php:229
4721
+ msgid "Push Devices"
4722
  msgstr ""
4723
 
4724
+ #: wp-live-chat-support/modules/webhooks_manager.php:230
4725
+ #: wp-live-chat-support/modules/webhooks_manager.php:302
4726
+ #, fuzzy
4727
+ #| msgid "Sending Method"
4728
+ msgid "Method"
4729
+ msgstr "Metode til at sende"
4730
+
4731
+ #: wp-live-chat-support/modules/webhooks_manager.php:252
4732
+ msgid "No Webhooks"
4733
  msgstr ""
4734
 
4735
+ #: wp-live-chat-support/modules/webhooks_manager.php:288
4736
+ msgid ""
4737
+ "This field can be left empty if you intend on using only push notifications "
4738
+ "for online agents"
4739
  msgstr ""
4740
 
4741
+ #: wp-live-chat-support/modules/webhooks_manager.php:292
4742
+ msgid "Push to Online Agent Devices"
4743
  msgstr ""
4744
 
4745
+ #: wp-live-chat-support/modules/webhooks_manager.php:305
4746
+ msgid "GET"
 
 
 
 
 
4747
  msgstr ""
4748
 
4749
+ #: wp-live-chat-support/modules/webhooks_manager.php:306
4750
+ msgid "POST"
4751
  msgstr ""
4752
 
4753
+ #: wp-live-chat-support/modules/webhooks_manager.php:312
4754
+ #, fuzzy
4755
+ #| msgid "Save Settings"
4756
+ msgid "Save Changes"
4757
+ msgstr "Gem indstillinger"
4758
+
4759
+ #: wp-live-chat-support/modules/webhooks_manager.php:326
4760
+ msgid "Are you sure you want to delete this webhook?"
4761
  msgstr ""
4762
 
4763
+ #: wp-live-chat-support/modules/webhooks_manager.php:439
4764
+ msgid "Event Triggered"
4765
  msgstr ""
4766
 
4767
+ #: wp-live-chat-support/wp-live-chat-support.php:853
4768
+ #: wp-live-chat-support/wp-live-chat-support.php:2397
4769
+ #: wp-live-chat-support/wp-live-chat-support.php:3906
4770
+ #: wp-live-chat-support/wp-live-chat-support.php:5929
4771
  msgid "Chat offline. Leave a message"
4772
  msgstr ""
4773
 
4774
+ #: wp-live-chat-support/wp-live-chat-support.php:854
4775
+ #: wp-live-chat-support/wp-live-chat-support.php:2096
4776
+ #: wp-live-chat-support/wp-live-chat-support.php:3907
4777
+ #: wp-live-chat-support/wp-live-chat-support.php:5930
4778
  msgid "Hello. Please input your details so that I may help you."
4779
  msgstr ""
4780
 
4781
+ #: wp-live-chat-support/wp-live-chat-support.php:855
4782
+ #: wp-live-chat-support/wp-live-chat-support.php:1439
4783
+ #: wp-live-chat-support/wp-live-chat-support.php:2135
4784
+ #: wp-live-chat-support/wp-live-chat-support.php:3908
4785
+ #: wp-live-chat-support/wp-live-chat-support.php:5931
4786
  msgid ""
4787
  "We are currently offline. Please leave a message and we'll get back to you "
4788
  "shortly."
4789
  msgstr ""
4790
 
4791
+ #: wp-live-chat-support/wp-live-chat-support.php:856
4792
+ #: wp-live-chat-support/wp-live-chat-support.php:1440
4793
+ #: wp-live-chat-support/wp-live-chat-support.php:3909
4794
+ #: wp-live-chat-support/wp-live-chat-support.php:5932
4795
  msgid "Sending message..."
4796
  msgstr "Send besked"
4797
 
4798
+ #: wp-live-chat-support/wp-live-chat-support.php:857
4799
+ #: wp-live-chat-support/wp-live-chat-support.php:1441
4800
+ #: wp-live-chat-support/wp-live-chat-support.php:3910
4801
+ #: wp-live-chat-support/wp-live-chat-support.php:5933
4802
  msgid "Thank you for your message. We will be in contact soon."
4803
  msgstr "Tak for din feedback. Vi vil kontakte dig."
4804
 
4805
+ #: wp-live-chat-support/wp-live-chat-support.php:859
4806
+ #: wp-live-chat-support/wp-live-chat-support.php:3912
4807
+ #: wp-live-chat-support/wp-live-chat-support.php:5935
4808
+ msgid "Send message"
4809
+ msgstr "Send besked"
4810
+
4811
+ #: wp-live-chat-support/wp-live-chat-support.php:862
4812
+ #: wp-live-chat-support/wp-live-chat-support.php:3900
4813
+ #: wp-live-chat-support/wp-live-chat-support.php:5938
4814
  msgid "Start live chat"
4815
  msgstr "Start chat"
4816
 
4817
+ #: wp-live-chat-support/wp-live-chat-support.php:865
4818
+ #: wp-live-chat-support/wp-live-chat-support.php:3903
4819
+ #: wp-live-chat-support/wp-live-chat-support.php:5941
4820
  msgid "Chat ended"
4821
  msgstr ""
4822
 
4823
+ #: wp-live-chat-support/wp-live-chat-support.php:866
4824
+ #: wp-live-chat-support/wp-live-chat-support.php:2191
4825
+ #: wp-live-chat-support/wp-live-chat-support.php:2294
4826
+ #: wp-live-chat-support/wp-live-chat-support.php:3904
4827
+ #: wp-live-chat-support/wp-live-chat-support.php:5942
4828
  msgid "Connecting. Please be patient..."
4829
  msgstr "Tilslutter dig til en salgsperson. Vent venligst."
4830
 
4831
+ #: wp-live-chat-support/wp-live-chat-support.php:868
4832
+ #: wp-live-chat-support/wp-live-chat-support.php:2298
4833
+ #: wp-live-chat-support/wp-live-chat-support.php:3916
4834
+ #: wp-live-chat-support/wp-live-chat-support.php:5944
4835
+ msgid "Welcome. How may I help you?"
4836
  msgstr ""
4837
 
4838
+ #: wp-live-chat-support/wp-live-chat-support.php:871
4839
+ #: wp-live-chat-support/wp-live-chat-support.php:3915
4840
+ #: wp-live-chat-support/wp-live-chat-support.php:5947
4841
+ msgid "close"
4842
+ msgstr ""
4843
 
4844
+ #: wp-live-chat-support/wp-live-chat-support.php:914
4845
+ #: wp-live-chat-support/wp-live-chat-support.php:3874
4846
+ msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
4847
+ msgstr ""
4848
+
4849
+ #: wp-live-chat-support/wp-live-chat-support.php:1037
4850
+ msgid "Surveys"
4851
+ msgstr ""
4852
 
4853
+ #: wp-live-chat-support/wp-live-chat-support.php:1054
4854
  msgid "History"
4855
  msgstr "Historie"
4856
 
4857
+ #: wp-live-chat-support/wp-live-chat-support.php:1055
4858
  msgid "Missed Chats"
4859
  msgstr "Live chat"
4860
 
4861
+ #: wp-live-chat-support/wp-live-chat-support.php:1078
 
 
 
 
 
4862
  msgid "Extensions"
4863
  msgstr "Chat besked"
4864
 
4865
+ #: wp-live-chat-support/wp-live-chat-support.php:1088
4866
  msgid "API Keys"
4867
  msgstr ""
4868
 
4869
+ #: wp-live-chat-support/wp-live-chat-support.php:1094
4870
  msgid "Premium Extension API Keys"
4871
  msgstr ""
4872
 
4873
+ #: wp-live-chat-support/wp-live-chat-support.php:1095
4874
  msgid ""
4875
  "To find and manage your premium API keys, please visit your <a "
4876
  "target='_BLANK' href='https://wp-livechat.com/my-account/'>my account</a> "
4877
  "page."
4878
  msgstr ""
4879
 
4880
+ #: wp-live-chat-support/wp-live-chat-support.php:1423
4881
+ msgid "Please enter your name"
 
4882
  msgstr ""
4883
 
4884
+ #: wp-live-chat-support/wp-live-chat-support.php:1424
4885
+ msgid "Please enter your email address"
 
4886
  msgstr ""
4887
 
4888
+ #: wp-live-chat-support/wp-live-chat-support.php:1425
4889
+ msgid "Connection to server lost. Please reload this page. Error: "
4890
+ msgstr ""
4891
 
4892
+ #: wp-live-chat-support/wp-live-chat-support.php:1427
4893
+ msgid "Please enter a message"
4894
  msgstr ""
4895
 
4896
+ #: wp-live-chat-support/wp-live-chat-support.php:1428
4897
+ msgid "Disconnected, attempting to reconnect..."
 
 
4898
  msgstr ""
4899
 
4900
+ #: wp-live-chat-support/wp-live-chat-support.php:1475
4901
+ #: wp-live-chat-support/wp-live-chat-support.php:1476
4902
+ #: wp-live-chat-support/wp-live-chat-support.php:3667
4903
+ msgid " is typing..."
4904
+ msgstr ""
4905
+
4906
+ #: wp-live-chat-support/wp-live-chat-support.php:1479
4907
+ msgid " has joined."
4908
+ msgstr ""
4909
+
4910
+ #: wp-live-chat-support/wp-live-chat-support.php:1480
4911
+ msgid " has left."
4912
+ msgstr ""
4913
+
4914
+ #: wp-live-chat-support/wp-live-chat-support.php:1481
4915
+ #, fuzzy
4916
+ #| msgid "User has opened the chat window"
4917
+ msgid " has ended the chat."
4918
+ msgstr "Brugeren har åbnet chat vinduet."
4919
+
4920
+ #: wp-live-chat-support/wp-live-chat-support.php:1482
4921
+ msgid " has disconnected."
4922
+ msgstr ""
4923
+
4924
+ #: wp-live-chat-support/wp-live-chat-support.php:1483
4925
+ msgid "(edited)"
4926
+ msgstr ""
4927
+
4928
+ #: wp-live-chat-support/wp-live-chat-support.php:1484
4929
+ #: wp-live-chat-support/wp-live-chat-support.php:2336
4930
+ msgid "Type here"
4931
+ msgstr ""
4932
+
4933
+ #: wp-live-chat-support/wp-live-chat-support.php:1984
4934
+ #: wp-live-chat-support/wp-live-chat-support.php:2004
4935
+ msgid "Start chat"
4936
+ msgstr ""
4937
+
4938
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
4939
  msgid ""
4940
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
4941
  "strong>. Please"
4943
  "Du bruger en gammel version a <strong>WP Live Chat Support Pro</strong>. "
4944
  "Opdater"
4945
 
4946
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
4947
  msgid "update to at least version"
4948
  msgstr "venligst til den nyeste version"
4949
 
4950
+ #: wp-live-chat-support/wp-live-chat-support.php:3077
4951
  msgid "to ensure all functionality is in working order"
4952
  msgstr "for at sikre at alt funktionalitet virker ordenligt."
4953
 
4954
+ #: wp-live-chat-support/wp-live-chat-support.php:3078
4955
  msgid ""
4956
  "You're live chat box on your website has been temporarily disabled until the "
4957
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
4961
  "plugin er blevet opdateret. Dette er for at sikre en smidig og problemfri "
4962
  "brugeroplevelse for både dig selv og dine gæster."
4963
 
4964
+ #: wp-live-chat-support/wp-live-chat-support.php:3079
4965
+ #: wp-live-chat-support/wp-live-chat-support.php:3099
4966
  msgid ""
4967
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
4968
  "plugins.php'>here</a> or <a href='https://wp-livechat.com/get-updated-"
4969
  "version/' target='_BLANK'>here</a>."
4970
  msgstr ""
4971
 
4972
+ #: wp-live-chat-support/wp-live-chat-support.php:3080
4973
+ #: wp-live-chat-support/wp-live-chat-support.php:3100
4974
  msgid "If you are having difficulty updating the plugin, please contact"
4975
  msgstr "Hvis du har problemer med at opdatere plugin, skal du kontakte"
4976
 
4977
+ #: wp-live-chat-support/wp-live-chat-support.php:3092
4978
  msgid ""
4979
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
4980
  "strong>."
4982
  "Du bruger en gammel version a <strong>WP Live Chat Support Pro</strong>. "
4983
  "Opdater"
4984
 
4985
+ #: wp-live-chat-support/wp-live-chat-support.php:3094
4986
  msgid "Please update to the latest version of WP Live Chat Support Pro"
4987
  msgstr "Du bruger en forældet version af WP Live Chat Support Basic. "
4988
 
4989
+ #: wp-live-chat-support/wp-live-chat-support.php:3095
4990
  msgid "Version 5.0.1"
4991
  msgstr ""
4992
 
4993
+ #: wp-live-chat-support/wp-live-chat-support.php:3096
4994
  msgid "to ensure everything is working correctly."
4995
  msgstr "for at sikre at alt funktionalitet virker ordenligt."
4996
 
4997
+ #: wp-live-chat-support/wp-live-chat-support.php:3147
4998
  msgid "Congratulations"
4999
  msgstr ""
5000
 
5001
+ #: wp-live-chat-support/wp-live-chat-support.php:3148
5002
  msgid "You are now accepting live chat requests on your site."
5003
  msgstr ""
5004
 
5005
+ #: wp-live-chat-support/wp-live-chat-support.php:3149
5006
  msgid "The live chat box has automatically been enabled on your website."
5007
  msgstr ""
5008
 
5009
+ #: wp-live-chat-support/wp-live-chat-support.php:3150
5010
  msgid "Chat notifications will start appearing once visitors send a request."
5011
  msgstr ""
5012
 
5013
+ #: wp-live-chat-support/wp-live-chat-support.php:3151
5014
  msgid ""
5015
  "You may <a href='?page=wplivechat-menu-settings' target='_BLANK'>modify your "
5016
  "chat box settings here."
5017
  msgstr ""
5018
 
5019
+ #: wp-live-chat-support/wp-live-chat-support.php:3152
5020
  msgid "Experiencing issues?"
5021
  msgstr ""
5022
 
5023
+ #: wp-live-chat-support/wp-live-chat-support.php:3152
5024
  msgid "Visit our troubleshooting section."
5025
  msgstr ""
5026
 
5027
+ #: wp-live-chat-support/wp-live-chat-support.php:3154
5028
  msgid "Hide"
5029
  msgstr "Skjul chat"
5030
 
5031
+ #: wp-live-chat-support/wp-live-chat-support.php:3249
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5032
  msgid ""
5033
  "Please note: This window must be open in order to receive new chat "
5034
  "notifications."
5036
  "Bemærk venligs: dette vindue skal være åben for at vi kan modtage nye chat "
5037
  "notifikationer."
5038
 
5039
+ #: wp-live-chat-support/wp-live-chat-support.php:3259
5040
+ #, php-format
5041
+ msgid "Need help? <a href=\"%s\" target=\"_BLANK\">contact us</a>."
5042
+ msgstr ""
5043
 
5044
+ #: wp-live-chat-support/wp-live-chat-support.php:3276
5045
+ msgid "Visitors online"
5046
  msgstr "Besøgende på siden"
5047
 
5048
+ #: wp-live-chat-support/wp-live-chat-support.php:3291
5049
  msgid "Time"
5050
  msgstr ""
5051
 
5052
+ #: wp-live-chat-support/wp-live-chat-support.php:3293
5053
  msgid "Device"
5054
  msgstr ""
5055
 
5056
+ #: wp-live-chat-support/wp-live-chat-support.php:3294
5057
  msgid "Data"
5058
  msgstr "Brugerdata"
5059
 
5060
+ #: wp-live-chat-support/wp-live-chat-support.php:3332
5061
  msgid "Chat Dashboard"
5062
  msgstr "Chat aktiveret"
5063
 
5064
+ #: wp-live-chat-support/wp-live-chat-support.php:3335
5065
  msgid "Oh no!"
5066
  msgstr ""
5067
 
5068
+ #: wp-live-chat-support/wp-live-chat-support.php:3338
5069
  msgid ""
5070
  "You do not have access to this page as <strong>you are not a chat agent</"
5071
  "strong>."
5072
  msgstr ""
5073
 
5074
+ #: wp-live-chat-support/wp-live-chat-support.php:3523
5075
  msgid "Previous"
5076
  msgstr "Tidligere"
5077
 
5078
+ #: wp-live-chat-support/wp-live-chat-support.php:3534
 
 
 
 
5079
  msgid "Chat with"
5080
  msgstr "Chat med"
5081
 
5082
+ #: wp-live-chat-support/wp-live-chat-support.php:3536
5083
+ msgid "Starting Time:"
5084
+ msgstr ""
5085
+
5086
+ #: wp-live-chat-support/wp-live-chat-support.php:3537
5087
+ msgid "Ending Time:"
5088
+ msgstr ""
5089
 
5090
+ #: wp-live-chat-support/wp-live-chat-support.php:3597
5091
+ #: wp-live-chat-support/wp-live-chat-support.php:5027
5092
  msgid "Add-ons"
5093
  msgstr "Pro Add-on"
5094
 
5095
+ #: wp-live-chat-support/wp-live-chat-support.php:3599
5096
  msgid "Get more add-ons"
5097
  msgstr ""
5098
 
5099
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
5100
  msgid "Add Quick Responses to your Live Chat"
5101
  msgstr "Tilføj hurtig svar til din live chat."
5102
 
5103
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
5104
  msgid "Pro version only"
5105
  msgstr "Kun tilgængelig i pro-versionen."
5106
 
5107
+ #: wp-live-chat-support/wp-live-chat-support.php:3626
5108
  msgid "type here..."
5109
  msgstr ""
5110
 
5111
+ #: wp-live-chat-support/wp-live-chat-support.php:3812
5112
+ msgid "is typing..."
5113
+ msgstr ""
5114
+
5115
+ #: wp-live-chat-support/wp-live-chat-support.php:3856
5116
  msgid "User has opened the chat window"
5117
  msgstr "Brugeren har åbnet chat vinduet."
5118
 
5119
+ #: wp-live-chat-support/wp-live-chat-support.php:3857
5120
  msgid "User has minimized the chat window"
5121
  msgstr "Brugeren har minimeret chat vinduet."
5122
 
5123
+ #: wp-live-chat-support/wp-live-chat-support.php:3858
5124
  msgid "User has maximized the chat window"
5125
  msgstr "Brugeren har makiseret chat vinduet."
5126
 
5127
+ #: wp-live-chat-support/wp-live-chat-support.php:3859
5128
  msgid "The chat has been ended"
5129
  msgstr ""
5130
 
5131
+ #: wp-live-chat-support/wp-live-chat-support.php:4491
5132
  msgid "Delete History"
5133
  msgstr "Historie"
5134
 
5135
+ #: wp-live-chat-support/wp-live-chat-support.php:4508
5136
  msgid "No chats available at the moment"
5137
  msgstr "Ingen chats tilgængelige i øjeblikket"
5138
 
5139
+ #: wp-live-chat-support/wp-live-chat-support.php:4560
 
 
 
 
 
 
 
 
5140
  msgid "WP Live Chat History"
5141
  msgstr "WP Live Chat historie"
5142
 
5143
+ #: wp-live-chat-support/wp-live-chat-support.php:4589
5144
  msgid "WP Live Chat Missed Chats"
5145
  msgstr "WP Live Chat historie"
5146
 
5147
+ #: wp-live-chat-support/wp-live-chat-support.php:4604
5148
  msgid ""
5149
  "Please update to the latest version of WP Live Chat Support Pro to start "
5150
  "recording any offline messages."
5152
  "Du bruger en gammel version a <strong>WP Live Chat Support Pro</strong>. "
5153
  "Opdater"
5154
 
5155
+ #: wp-live-chat-support/wp-live-chat-support.php:4607
5156
  msgid "This option is only available in the "
5157
  msgstr "tilgængelige på "
5158
 
5159
+ #: wp-live-chat-support/wp-live-chat-support.php:4619
5160
  msgid "WP Live Chat Offline Messages"
5161
  msgstr "WP Live Chat Support - Offline besked fra"
5162
 
5163
+ #: wp-live-chat-support/wp-live-chat-support.php:4640
5164
  msgid "Actions"
5165
  msgstr ""
5166
 
5167
+ #: wp-live-chat-support/wp-live-chat-support.php:4664
5168
  msgid "Delete Message"
5169
  msgstr ""
5170
 
5171
+ #: wp-live-chat-support/wp-live-chat-support.php:4794
5172
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
5173
  msgstr ""
5174
 
5175
+ #: wp-live-chat-support/wp-live-chat-support.php:4938
 
 
 
 
5176
  msgid "Thank You for your feedback!"
5177
  msgstr "Tak for din feedback"
5178
 
5179
+ #: wp-live-chat-support/wp-live-chat-support.php:4948
5180
+ msgid "Your settings have been saved."
5181
+ msgstr "Dine indstillinger er blevet gemt."
 
 
 
 
 
 
5182
 
5183
+ #: wp-live-chat-support/wp-live-chat-support.php:4993
5184
  msgid ""
5185
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
5186
  "issues while using WP Live Chat Support as a result of this. Please get in "
5187
  "contact your host to get this function enabled."
5188
  msgstr ""
5189
 
5190
+ #: wp-live-chat-support/wp-live-chat-support.php:4999
5191
  msgid ""
5192
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
5193
  "using WP Live Chat Support as a result of this. Please contact your host to "
5194
  "get safe mode disabled."
5195
  msgstr ""
5196
 
5197
+ #: wp-live-chat-support/wp-live-chat-support.php:5027
5198
  msgid "Suggested Plugins"
5199
  msgstr ""
5200
 
5201
+ #: wp-live-chat-support/wp-live-chat-support.php:5038
5202
+ #: wp-live-chat-support/wp-live-chat-support.php:5039
5203
+ #: wp-live-chat-support/wp-live-chat-support.php:5040
5204
+ #: wp-live-chat-support/wp-live-chat-support.php:5045
5205
  msgid "Sola Support Tickets"
5206
  msgstr ""
5207
 
5208
+ #: wp-live-chat-support/wp-live-chat-support.php:5043
5209
  msgid ""
5210
  "The easiest to use Help Desk & Support Ticket plugin. Create a support help "
5211
  "desk quickly and easily with Sola Support Tickets."
5212
  msgstr ""
5213
 
5214
+ #: wp-live-chat-support/wp-live-chat-support.php:5045
5215
+ #: wp-live-chat-support/wp-live-chat-support.php:5056
5216
  msgid "Get this Plugin"
5217
  msgstr ""
5218
 
5219
+ #: wp-live-chat-support/wp-live-chat-support.php:5049
5220
+ #: wp-live-chat-support/wp-live-chat-support.php:5050
5221
+ #: wp-live-chat-support/wp-live-chat-support.php:5051
5222
+ #: wp-live-chat-support/wp-live-chat-support.php:5056
5223
  msgid "Nifty Newsletters"
5224
  msgstr ""
5225
 
5226
+ #: wp-live-chat-support/wp-live-chat-support.php:5054
5227
  msgid ""
5228
  "Create and send newsletters, automatic post notifications and autoresponders "
5229
  "that are modern and beautiful with Nifty Newsletters."
5230
  msgstr ""
5231
 
5232
+ #: wp-live-chat-support/wp-live-chat-support.php:5088
5233
  msgid "Price:"
5234
  msgstr ""
5235
 
5236
+ #: wp-live-chat-support/wp-live-chat-support.php:5090
5237
  msgid "Free"
5238
  msgstr ""
5239
 
5240
+ #: wp-live-chat-support/wp-live-chat-support.php:5091
5241
  msgid "Paid"
5242
  msgstr ""
5243
 
5244
+ #: wp-live-chat-support/wp-live-chat-support.php:5094
5245
  msgid "For:"
5246
  msgstr ""
5247
 
5248
+ #: wp-live-chat-support/wp-live-chat-support.php:5095
5249
  msgid "Both"
5250
  msgstr ""
5251
 
5252
+ #: wp-live-chat-support/wp-live-chat-support.php:5096
5253
  msgid "Free version"
5254
  msgstr "Kun tilgængelig i pro-versionen."
5255
 
5256
+ #: wp-live-chat-support/wp-live-chat-support.php:5097
5257
  msgid "Pro version"
5258
  msgstr "Kun tilgængelig i pro-versionen."
5259
 
5260
+ #: wp-live-chat-support/wp-live-chat-support.php:5129
5261
  msgid "Already installed"
5262
  msgstr ""
5263
 
5264
+ #: wp-live-chat-support/wp-live-chat-support.php:5158
5265
  msgid "WP Live Chat Support"
5266
  msgstr "Via WP Live Chat Support"
5267
 
5268
+ #: wp-live-chat-support/wp-live-chat-support.php:5163
 
 
 
 
5269
  msgid ""
5270
  "Getting started? Read through some of these articles to help you along your "
5271
  "way."
5272
  msgstr ""
5273
 
5274
+ #: wp-live-chat-support/wp-live-chat-support.php:5164
5275
  msgid "Documentation:"
5276
  msgstr "Gennemse dokumentationen."
5277
 
5278
+ #: wp-live-chat-support/wp-live-chat-support.php:5166
5279
  msgid "Minimum System Requirements"
5280
  msgstr ""
5281
 
5282
+ #: wp-live-chat-support/wp-live-chat-support.php:5167
5283
  msgid "Do I have to be logged into the dashboard to chat with visitors?"
5284
  msgstr ""
5285
 
5286
+ #: wp-live-chat-support/wp-live-chat-support.php:5168
5287
  msgid "What are Quick Responses?"
5288
  msgstr "Søg i hurtige svar"
5289
 
5290
+ #: wp-live-chat-support/wp-live-chat-support.php:5169
5291
  msgid "Can I use this plugin on my multi-site?"
5292
  msgstr ""
5293
 
5294
+ #: wp-live-chat-support/wp-live-chat-support.php:5170
5295
  msgid "How do I disable APC Object Cache?"
5296
  msgstr ""
5297
 
5298
+ #: wp-live-chat-support/wp-live-chat-support.php:5171
5299
  msgid "Do you have a mobile app?"
5300
  msgstr ""
5301
 
5302
+ #: wp-live-chat-support/wp-live-chat-support.php:5172
5303
  msgid "How do I check for JavaScript errors on my site?"
5304
  msgstr ""
5305
 
5306
+ #: wp-live-chat-support/wp-live-chat-support.php:5176
5307
  msgid "Troubleshooting"
5308
  msgstr ""
5309
 
5310
+ #: wp-live-chat-support/wp-live-chat-support.php:5178
5311
  msgid ""
5312
  "WP Live Chat Support has a diverse and wide range of features which may, "
5313
  "from time to time, run into conflicts with the thousands of themes and other "
5314
  "plugins on the market."
5315
  msgstr ""
5316
 
5317
+ #: wp-live-chat-support/wp-live-chat-support.php:5179
5318
  msgid "Common issues:"
5319
  msgstr ""
5320
 
5321
+ #: wp-live-chat-support/wp-live-chat-support.php:5181
5322
  msgid "The chat box doesnt show up"
5323
  msgstr ""
5324
 
5325
+ #: wp-live-chat-support/wp-live-chat-support.php:5182
5326
  msgid "The chat window disappears when I logout or go offline"
5327
  msgstr ""
5328
 
5329
+ #: wp-live-chat-support/wp-live-chat-support.php:5183
5330
  msgid "This chat has already been answered. Please close the chat window"
5331
  msgstr "Chatten er allerede besvaret. Luk venligst chat vinduet."
5332
 
5333
+ #: wp-live-chat-support/wp-live-chat-support.php:5184
5334
  msgid "Messages only show when I refresh the chat window"
5335
  msgstr "Brugeren har åbnet chat vinduet."
5336
 
5337
+ #: wp-live-chat-support/wp-live-chat-support.php:5185
5338
  msgid "I'm not getting any notifications of a new chat"
5339
  msgstr ""
5340
 
5341
+ #: wp-live-chat-support/wp-live-chat-support.php:5186
5342
  msgid "The chat window never goes offline"
5343
  msgstr ""
5344
 
5345
+ #: wp-live-chat-support/wp-live-chat-support.php:5192
5346
  msgid "Still need help? Use one of these links below."
5347
  msgstr ""
5348
 
5349
+ #: wp-live-chat-support/wp-live-chat-support.php:5194
5350
  msgid "Support desk"
5351
  msgstr ""
5352
 
5353
+ #: wp-live-chat-support/wp-live-chat-support.php:5231
 
 
 
 
5354
  msgid "Initiate Chats"
5355
  msgstr "Start chat"
5356
 
5357
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
 
 
 
 
 
5358
  msgid "Multiple Chats"
5359
  msgstr "Flere agenter"
5360
 
5361
+ #: wp-live-chat-support/wp-live-chat-support.php:5232
5362
  msgid "accept and handle multiple chats."
5363
  msgstr ""
5364
 
5365
+ #: wp-live-chat-support/wp-live-chat-support.php:5256
 
 
 
 
 
 
 
 
 
 
 
 
5366
  #, php-format
5367
  msgid ""
5368
  "Thank you for using <a href=\"%1$s\" target=\"_blank\">WP Live Chat Support</"
5370
  "\" target=\"_blank\">WordPress.org</a>"
5371
  msgstr ""
5372
 
5373
+ #: wp-live-chat-support/wp-live-chat-support.php:5261
5374
  msgid "WP Live Chat Support is a product of"
5375
  msgstr "Via WP Live Chat Support"
5376
 
5377
+ #: wp-live-chat-support/wp-live-chat-support.php:5382
5378
  msgid "Add as many agents as you need with the "
5379
  msgstr ""
5380
 
5381
+ #: wp-live-chat-support/wp-live-chat-support.php:5382
5382
  msgid "Pro version."
5383
  msgstr ""
5384
 
5385
+ #: wp-live-chat-support/wp-live-chat-support.php:5386
5386
  #, php-format
5387
  msgid "Change the default chat agent from <strong>%1$s</strong> to "
5388
  msgstr ""
5389
 
5390
+ #: wp-live-chat-support/wp-live-chat-support.php:5544
5391
  msgid "Verify"
5392
  msgstr ""
5393
 
5394
+ #: wp-live-chat-support/wp-live-chat-support.php:5547
5395
  msgid "Status: "
5396
  msgstr ""
5397
 
5398
+ #: wp-live-chat-support/wp-live-chat-support.php:5550
5399
  msgid "Valid"
5400
  msgstr ""
5401
 
5402
+ #: wp-live-chat-support/wp-live-chat-support.php:5551
5403
+ #: wp-live-chat-support/wp-live-chat-support.php:5555
5404
  msgid "Manage this extension"
5405
  msgstr ""
5406
 
5407
+ #: wp-live-chat-support/wp-live-chat-support.php:5554
5408
  msgid "Invalid"
5409
  msgstr ""
5410
 
5411
+ #: wp-live-chat-support/wp-live-chat-support.php:5560
5412
  msgid "Linked Domains"
5413
  msgstr ""
5414
 
5415
+ #: wp-live-chat-support/wp-live-chat-support.php:5599
5416
+ #: wp-live-chat-support/wp-live-chat-support.php:5653
5417
  msgid ""
5418
  "Get unlimited agents, initiate chats, advanced chat box control, encryption "
5419
  "and more with the Pro add-on."
5420
  msgstr ""
5421
 
5422
+ #: wp-live-chat-support/wp-live-chat-support.php:5601
5423
+ #: wp-live-chat-support/wp-live-chat-support.php:5628
5424
+ #: wp-live-chat-support/wp-live-chat-support.php:5655
 
5425
  msgid "Get this extension"
5426
  msgstr ""
5427
 
5428
+ #: wp-live-chat-support/wp-live-chat-support.php:5617
5429
  msgid "Mobile & Desktop App"
5430
  msgstr ""
5431
 
5432
+ #: wp-live-chat-support/wp-live-chat-support.php:5626
5433
  msgid ""
5434
  "Answer chats directly from your mobile phone or desktop with our mobile app "
5435
  "and desktop client"
5436
  msgstr ""
5437
 
5438
+ #: wp-live-chat-support/wp-live-chat-support.php:5673
5439
+ #: wp-live-chat-support/wp-live-chat-support.php:5694
 
 
 
 
 
 
5440
  msgid "Relevant Extensions"
5441
  msgstr ""
5442
 
5443
+ #: wp-live-chat-support/wp-live-chat-support.php:5719
5444
  msgid "Powered By WP Live Chat Support"
5445
  msgstr ""
5446
 
5447
+ #: wp-live-chat-support/wp-live-chat-support.php:5898
5448
  msgid ""
5449
  "Your API Key is Invalid. You are not eligible for future updates. Please "
5450
  "enter your API key <a href=\"admin.php?page=wplivechat-menu-api-keys-page"
5451
  "\">here</a>."
5452
  msgstr ""
5453
 
5454
+ #: wp-live-chat-support/wp-live-chat-support.php:6021
5455
  msgid "Advanced settings"
5456
  msgstr ""
5457
 
5458
+ #: wp-live-chat-support/wp-live-chat-support.php:6031
5459
  msgid "Only change these settings if you are experiencing performance issues."
5460
  msgstr ""
5461
 
5462
+ #: wp-live-chat-support/wp-live-chat-support.php:6038
5463
  msgid "What type of environment are you on?"
5464
  msgstr ""
5465
 
5466
+ #: wp-live-chat-support/wp-live-chat-support.php:6042
5467
  msgid "Shared hosting - low level plan"
5468
  msgstr ""
5469
 
5470
+ #: wp-live-chat-support/wp-live-chat-support.php:6043
5471
  msgid "Shared hosting - normal plan"
5472
  msgstr ""
5473
 
5474
+ #: wp-live-chat-support/wp-live-chat-support.php:6044
5475
  msgid "VPS"
5476
  msgstr ""
5477
 
5478
+ #: wp-live-chat-support/wp-live-chat-support.php:6045
5479
  msgid "Dedicated server"
5480
  msgstr ""
5481
 
5482
+ #: wp-live-chat-support/wp-live-chat-support.php:6051
5483
  msgid "Long poll setup"
5484
  msgstr ""
5485
 
5486
+ #: wp-live-chat-support/wp-live-chat-support.php:6051
5487
  msgid ""
5488
  "Only change these if you are an experienced developer or if you have "
5489
  "received these figures from the Code Cabin Support team."
5490
  msgstr ""
5491
 
5492
+ #: wp-live-chat-support/wp-live-chat-support.php:6059
5493
  msgid "Iterations"
5494
  msgstr ""
5495
 
5496
+ #: wp-live-chat-support/wp-live-chat-support.php:6063
5497
  msgid "Sleep between iterations"
5498
  msgstr ""
5499
 
5500
+ #: wp-live-chat-support/wp-live-chat-support.php:6066
5501
  msgid "microseconds"
5502
  msgstr ""
5503
 
5504
+ #: wp-live-chat-support/wp-live-chat-support.php:6092
5505
  msgid "View comprehensive reports regarding your chat and agent activity."
5506
  msgstr ""
5507
 
5508
+ #: wp-live-chat-support/wp-live-chat-support.php:6095
5509
  msgid "Reports"
5510
  msgstr ""
5511
 
5512
+ #: wp-live-chat-support/wp-live-chat-support.php:6097
5513
  msgid "Chat statistics"
5514
  msgstr ""
5515
 
5516
+ #: wp-live-chat-support/wp-live-chat-support.php:6098
5517
  msgid "Popular pages"
5518
  msgstr ""
5519
 
5520
+ #: wp-live-chat-support/wp-live-chat-support.php:6099
5521
  msgid ""
5522
  "ROI reporting and tracking (identify which agents produce the most sales)"
5523
  msgstr ""
5524
 
5525
+ #: wp-live-chat-support/wp-live-chat-support.php:6100
5526
  msgid ""
5527
  "User experience ratings (identify which agents produce the happiest "
5528
  "customers)"
5529
  msgstr ""
5530
 
5531
+ #: wp-live-chat-support/wp-live-chat-support.php:6110
5532
+ #: wp-live-chat-support/wp-live-chat-support.php:6175
5533
+ #: wp-live-chat-support/wp-live-chat-support.php:6213
5534
  msgid "Get all this and more in the "
5535
  msgstr ""
5536
 
5537
+ #: wp-live-chat-support/wp-live-chat-support.php:6110
5538
+ #: wp-live-chat-support/wp-live-chat-support.php:6175
5539
+ #: wp-live-chat-support/wp-live-chat-support.php:6213
5540
  msgid "Pro add-on"
5541
  msgstr "Pro Add-on"
5542
 
5543
+ #: wp-live-chat-support/wp-live-chat-support.php:6111
5544
+ #: wp-live-chat-support/wp-live-chat-support.php:6176
5545
+ #: wp-live-chat-support/wp-live-chat-support.php:6214
5546
  msgid "Upgrade Now"
5547
  msgstr ""
5548
 
5549
+ #: wp-live-chat-support/wp-live-chat-support.php:6157
5550
  msgid ""
5551
  "Create custom data triggers when users view a certain page, spend a certain "
5552
  "amount of time on a page, scroll past a certain point or when their mouse "
5553
  "leaves the window."
5554
  msgstr ""
5555
 
5556
+ #: wp-live-chat-support/wp-live-chat-support.php:6160
5557
  msgid "Trigger Types"
5558
  msgstr ""
5559
 
5560
+ #: wp-live-chat-support/wp-live-chat-support.php:6199
5561
+ msgid ""
5562
+ "Create custom fields, allowing your visitors to enter the data you need "
5563
+ "before starting a chat."
5564
+ msgstr ""
5565
+
5566
+ #: wp-live-chat-support/wp-live-chat-support.php:6200
5567
+ msgid "Custom Field Types"
5568
+ msgstr ""
5569
+
5570
+ #: wp-live-chat-support/wp-live-chat-support.php:6202
5571
+ #, fuzzy
5572
+ #| msgid "Offline Text Fields"
5573
+ msgid "Text Fields"
5574
+ msgstr "Offline tekstfelter"
5575
+
5576
+ #: wp-live-chat-support/wp-live-chat-support.php:6203
5577
+ msgid "Dropdown Fields"
5578
+ msgstr ""
5579
+
5580
+ #: wp-live-chat-support/wp-live-chat-support.php:6234
5581
+ msgid "Display a 'Powered by' link in the chat box"
5582
+ msgstr ""
5583
+
5584
+ #: wp-live-chat-support/wp-live-chat-support.php:6234
5585
+ msgid ""
5586
+ "Checking this will display a 'Powered by WP Live Chat Support' caption at "
5587
+ "the bottom of your chatbox."
5588
+ msgstr ""
5589
+
5590
+ #: wp-live-chat-support/wp-live-chat-support.php:6276
5591
+ #, fuzzy
5592
+ #| msgid "WP Live Chat Support"
5593
+ msgid "Powered by WP Live Chat Support"
5594
+ msgstr "Via WP Live Chat Support"
5595
+
5596
+ #: wp-live-chat-support/wp-live-chat-support.php:6314
5597
+ #: wp-live-chat-support/wp-live-chat-support.php:6334
5598
+ msgid "Custom Scripts"
5599
+ msgstr ""
5600
+
5601
+ #: wp-live-chat-support/wp-live-chat-support.php:6338
5602
+ msgid "Custom CSS"
5603
+ msgstr ""
5604
+
5605
+ #: wp-live-chat-support/wp-live-chat-support.php:6343
5606
+ msgid "Custom JS"
5607
+ msgstr ""
5608
+
5609
+ #: wp-live-chat-support/wp-live-chat-support.php:6422
5610
+ #, php-format
5611
+ msgid ""
5612
+ "WP Live Chat Support requires WP Live Chat Support Pro Version 7.0.0 or "
5613
+ "greater in order for departments to function as expected. Please update WP "
5614
+ "Live Chat Support %s"
5615
+ msgstr ""
5616
+
5617
+ #: wp-live-chat-support/wp-live-chat-support.php:6436
5618
+ msgid "Please update your Pro version to create a department"
5619
+ msgstr ""
5620
+
5621
+ #: wp-live-chat-support/wp-live-chat-support.php:6451
5622
+ #, php-format
5623
+ msgid ""
5624
+ "The Live Chat box is currently disabled on your website due to : <a href=\"%s"
5625
+ "\">General Settings</a>"
5626
+ msgstr ""
5627
+
5628
+ #: wp-live-chat-support/wp-live-chat-support.php:6571
5629
+ msgid "Deprecation Notice"
5630
+ msgstr ""
5631
+
5632
+ #: wp-live-chat-support/wp-live-chat-support.php:6572
5633
+ msgid ""
5634
+ "Please note, missed chat functionality is being deprecated as we will be "
5635
+ "moving to a customer oriented system in the near future. "
5636
+ msgstr ""
5637
+
5638
+ #: wp-live-chat-support/wp-live-chat-support.php:6573
5639
+ msgid ""
5640
+ "The new system will offer more insight into your user base while enhancing "
5641
+ "your experience when retrieving statistics and information. "
5642
+ msgstr ""
5643
+
5644
+ #: wp-live-chat-support/wp-live-chat-support.php:6574
5645
+ msgid ""
5646
+ "This area will remain active for the time being, however it is recommended "
5647
+ "that you prepare for this change in the near future. "
5648
+ msgstr ""
5649
+
5650
+ #: wp-live-chat-support/wp-live-chat-support.php:6615
5651
+ msgid ""
5652
+ "Please deactivate WP Live Chat Suport - Email Transcript plugin. Since WP "
5653
+ "Live Chat Support 8.0.05 there is build in support for Email Transcript."
5654
+ msgstr ""
5655
+
5656
+ #: wp-live-chat-support/wp-live-chat-support.php:6628
5657
+ #, php-format
5658
+ msgid ""
5659
+ "Thank you for chatting with us. If you have any questions, please <a href="
5660
+ "\"%1$s\" target=\"_blank\" style=\"font-family: Arial, Helvetica, sans-"
5661
+ "serif; font-size: 13px; color: #FFF; font-weight: bold; text-decoration: "
5662
+ "underline;\">contact us</a>"
5663
+ msgstr ""
5664
+
5665
+ #: wp-live-chat-support/wp-live-chat-support.php:6645
5666
+ msgid "Email transcript to user"
5667
+ msgstr ""
5668
+
5669
+ #: wp-live-chat-support/wp-live-chat-support.php:6729
5670
+ #, php-format
5671
+ msgid "Your chat transcript from %1$s"
5672
+ msgstr ""
5673
+
5674
+ #: wp-live-chat-support/wp-live-chat-support.php:6858
5675
+ #, fuzzy
5676
+ #| msgid "Chat Window Settings"
5677
+ msgid "Chat Transcript Settings"
5678
+ msgstr "Chat vindueindstillinger"
5679
+
5680
+ #: wp-live-chat-support/wp-live-chat-support.php:6861
5681
+ msgid "Enable chat transcripts:"
5682
+ msgstr ""
5683
+
5684
+ #: wp-live-chat-support/wp-live-chat-support.php:6872
5685
+ msgid "Send transcripts to:"
5686
+ msgstr ""
5687
+
5688
+ #: wp-live-chat-support/wp-live-chat-support.php:6879
5689
+ #, fuzzy
5690
+ #| msgid "Username"
5691
+ msgid "User"
5692
+ msgstr "Brugernavn"
5693
+
5694
+ #: wp-live-chat-support/wp-live-chat-support.php:6890
5695
+ msgid "Send transcripts when chat ends:"
5696
+ msgstr ""
5697
+
5698
+ #: wp-live-chat-support/wp-live-chat-support.php:6901
5699
+ #, fuzzy
5700
+ #| msgid "Email"
5701
+ msgid "Email body"
5702
+ msgstr "Email"
5703
+
5704
+ #: wp-live-chat-support/wp-live-chat-support.php:6913
5705
+ #, fuzzy
5706
+ #| msgid "Email Address"
5707
+ msgid "Email header"
5708
+ msgstr "E-mail adresse"
5709
+
5710
+ #: wp-live-chat-support/wp-live-chat-support.php:6924
5711
+ msgid "Email footer"
5712
+ msgstr ""
5713
 
5714
  #~ msgid ""
5715
+ #~ "There was a problem sending your feedback. Please log your feedback on "
5716
+ #~ msgstr ""
5717
+ #~ "Der var et problem med at sende din feedback. Notér venligst din feedback "
5718
+ #~ "på"
5719
+
5720
+ #~ msgid "Dear User"
5721
+ #~ msgstr "Kære bruger"
5722
 
5723
  #~ msgid ""
5724
  #~ "You're live chat box on your website has been temporarily disabled until "
5736
  #~ "Du kan opdatere dit plugin <a href='./update-core.php'>her</a> eller <a "
5737
  #~ "href='./plugins.php'>her</a>."
5738
 
 
 
 
 
 
 
 
5739
  #, fuzzy
5740
  #~ msgid "Minimize Chat Window"
5741
  #~ msgstr "Åben chatvindue"
5744
  #~ msgid "Close Chat Window"
5745
  #~ msgstr "Åben chatvindue"
5746
 
 
 
 
 
 
 
5747
  #~ msgid "User has closed and ended the chat"
5748
  #~ msgstr "Brugeren har lukket chatten."
5749
 
 
 
 
5750
  #, fuzzy
5751
  #~ msgid "Statistics"
5752
  #~ msgstr "Status"
5757
  #~ msgid "Get offline messages with the "
5758
  #~ msgstr "Få offline beskeder med"
5759
 
 
 
 
5760
  #~ msgid "Edit these text fields using the "
5761
  #~ msgstr "Rediger disse tekstfelder ved hjælp af"
5762
 
5799
  #~ msgid "Get"
5800
  #~ msgstr "Få"
5801
 
 
 
 
5802
  #~ msgid "Chat has been Accepted By Chat Agent "
5803
  #~ msgstr "Chat er blevet accepteret af chat agenten"
5804
 
languages/wplivechat-de_CH.mo ADDED
Binary file
languages/wplivechat-de_CH.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Live Chat Support v4.2.10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-09-22 10:30+0200\n"
6
- "PO-Revision-Date: 2016-09-22 10:31+0200\n"
7
  "Last-Translator: Zoran Horvat <zoran.horvat@outlook.com>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
@@ -11,125 +11,241 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.8.7\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
  "X-Poedit-Basepath: ../..\n"
19
  "X-Textdomain-Support: yes\n"
20
- "X-Poedit-SearchPath-0: wp-live-chat-support/ajax_new.php\n"
21
- "X-Poedit-SearchPath-1: wp-live-chat-support/functions.php\n"
22
- "X-Poedit-SearchPath-2: wp-live-chat-support/wp-live-chat-support.php\n"
23
- "X-Poedit-SearchPath-3: wp-live-chat-support/modules/api/wplc-api.php\n"
24
- "X-Poedit-SearchPath-4: wp-live-chat-support/modules/api/wplc-api-functions."
25
- "php\n"
26
- "X-Poedit-SearchPath-5: wp-live-chat-support/modules/api/wplc-api-routes.php\n"
27
- "X-Poedit-SearchPath-6: wp-live-chat-support/includes/deprecated.php\n"
28
- "X-Poedit-SearchPath-7: wp-live-chat-support/includes/feedback-page.php\n"
29
- "X-Poedit-SearchPath-8: wp-live-chat-support/includes/Mobile_Detect.php\n"
30
- "X-Poedit-SearchPath-9: wp-live-chat-support/includes/settings_page.php\n"
31
- "X-Poedit-SearchPath-10: wp-live-chat-support/includes/surveys.php\n"
32
- "X-Poedit-SearchPath-11: wp-live-chat-support/includes/update_control.class."
33
- "php\n"
34
- "X-Poedit-SearchPath-12: wp-live-chat-support/includes/welcome_page.php\n"
35
- "X-Poedit-SearchPath-13: wp-live-chat-support-pro/includes/aes_fast.php\n"
36
- "X-Poedit-SearchPath-14: wp-live-chat-support-pro/includes/cryptoHelpers.php\n"
37
- "X-Poedit-SearchPath-15: wp-live-chat-support-pro/includes/settings_page_pro."
38
- "php\n"
39
- "X-Poedit-SearchPath-16: wp-live-chat-support-pro/includes/wplc_data_triggers."
40
- "php\n"
41
- "X-Poedit-SearchPath-17: wp-live-chat-support-pro/ajax-pro.php\n"
42
- "X-Poedit-SearchPath-18: wp-live-chat-support-pro/ajax-pro-xmp.php\n"
43
- "X-Poedit-SearchPath-19: wp-live-chat-support-pro/functions-external.php\n"
44
- "X-Poedit-SearchPath-20: wp-live-chat-support-pro/functions-pro.php\n"
45
- "X-Poedit-SearchPath-21: wp-live-chat-support-pro/wp-live-chat-support-pro."
46
- "php\n"
47
-
48
- #: wp-live-chat-support-pro/ajax-pro.php:269
49
- msgid "Guest"
50
  msgstr ""
51
 
52
  # @ wplivechat
53
- #: wp-live-chat-support-pro/ajax-pro.php:341
54
- #: wp-live-chat-support/ajax_new.php:286
55
- msgid "Admin has closed and ended the chat"
56
- msgstr "Der Administrator hat den Chat geschlossen und beendet"
 
 
 
 
 
57
 
58
  # @ wplivechat
59
- #: wp-live-chat-support-pro/ajax-pro.php:376
60
- #: wp-live-chat-support/ajax_new.php:310
61
- msgid "There is No Answer. Please Try Again Later"
62
- msgstr "Keine Antwort. Bitte versuchen Sie es später erneut."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  # @ wplivechat
65
  #: wp-live-chat-support-pro/functions-pro.php:54
66
  #: wp-live-chat-support-pro/functions-pro.php:173
67
- #: wp-live-chat-support-pro/functions-pro.php:325
68
- #: wp-live-chat-support/functions.php:294
69
- #: wp-live-chat-support/functions.php:486
70
- #: wp-live-chat-support/modules/api/wplc-api-functions.php:458
71
- #: wp-live-chat-support/wp-live-chat-support.php:2478
72
  msgid "IP Address not recorded"
73
  msgstr "IP Adresse nicht erfasst"
74
 
75
  # @ wplivechat
76
  #: wp-live-chat-support-pro/functions-pro.php:56
77
  #: wp-live-chat-support-pro/functions-pro.php:175
78
- #: wp-live-chat-support-pro/functions-pro.php:327
79
- #: wp-live-chat-support/functions.php:296
80
- #: wp-live-chat-support/functions.php:488
81
- #: wp-live-chat-support/wp-live-chat-support.php:2480
82
  msgid "Whois for"
83
  msgstr "Whois für"
84
 
85
  # @ wplivechat
86
  #: wp-live-chat-support-pro/functions-pro.php:61
87
- #: wp-live-chat-support-pro/functions-pro.php:333
88
- #: wp-live-chat-support/functions.php:301
89
- #: wp-live-chat-support/functions.php:443
90
- #: wp-live-chat-support/functions.php:1359
 
91
  msgid "Accept Chat"
92
  msgstr "Chat annehmen"
93
 
94
  # @ wplivechat
95
  #: wp-live-chat-support-pro/functions-pro.php:63
96
- #: wp-live-chat-support-pro/functions-pro.php:335
97
- #: wp-live-chat-support/functions.php:303
98
  msgid "Incoming Chat"
99
  msgstr "Chat beginnen"
100
 
101
  # @ wplivechat
102
  #: wp-live-chat-support-pro/functions-pro.php:63
103
- #: wp-live-chat-support-pro/functions-pro.php:335
104
- #: wp-live-chat-support/functions.php:303
105
  msgid "You have an incoming chat."
106
  msgstr "Sie haben einen eingehenden Chat."
107
 
108
  # @ wplivechat
109
  #: wp-live-chat-support-pro/functions-pro.php:67
110
- #: wp-live-chat-support/functions.php:448
 
111
  msgid "Open Chat"
112
  msgstr "Chat-Fenster öffnen"
113
 
114
  # @ wplivechat
115
  #: wp-live-chat-support-pro/functions-pro.php:69
116
- #: wp-live-chat-support-pro/functions-pro.php:347
117
- #: wp-live-chat-support/functions.php:309
118
  msgid "Chat Active"
119
  msgstr "Aktiver Chat"
120
 
121
  # @ wplivechat
122
  #: wp-live-chat-support-pro/functions-pro.php:69
123
- #: wp-live-chat-support-pro/functions-pro.php:347
124
- #: wp-live-chat-support/functions.php:309
125
  msgid "This chat is active"
126
  msgstr "Dieser Chat ist aktiv"
127
 
128
  # @ wplivechat
129
  #: wp-live-chat-support-pro/functions-pro.php:74
130
  #: wp-live-chat-support-pro/functions-pro.php:160
131
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2349
132
- #: wp-live-chat-support/wp-live-chat-support.php:1683
133
  msgid "Initiate Chat"
134
  msgstr "Chat starten"
135
 
@@ -139,14 +255,14 @@ msgid "You must be a chat agent to initiate chats"
139
  msgstr ""
140
 
141
  #: wp-live-chat-support-pro/functions-pro.php:99
142
- #: wp-live-chat-support/functions.php:511
143
- #: wp-live-chat-support/modules/api/wplc-api-functions.php:474
144
  msgid "New"
145
  msgstr ""
146
 
147
  #: wp-live-chat-support-pro/functions-pro.php:101
148
- #: wp-live-chat-support/functions.php:513
149
- #: wp-live-chat-support/modules/api/wplc-api-functions.php:476
150
  msgid "Returning"
151
  msgstr ""
152
 
@@ -157,41 +273,41 @@ msgstr "Besucher auf der Seite"
157
 
158
  # @ wplivechat
159
  #: wp-live-chat-support-pro/functions-pro.php:207
160
- #: wp-live-chat-support-pro/functions-pro.php:377
161
- #: wp-live-chat-support/functions.php:332
162
- #: wp-live-chat-support/wp-live-chat-support.php:2515
163
  msgid "Site Info"
164
  msgstr "Seiteninformation"
165
 
166
  # @ wplivechat
167
  #: wp-live-chat-support-pro/functions-pro.php:209
168
- #: wp-live-chat-support-pro/functions-pro.php:379
169
- #: wp-live-chat-support/functions.php:334
170
- #: wp-live-chat-support/wp-live-chat-support.php:2517
171
  msgid "Chat initiated on:"
172
  msgstr "Chat-Benachrichtigungen"
173
 
174
  # @ wplivechat
175
  #: wp-live-chat-support-pro/functions-pro.php:213
176
- #: wp-live-chat-support-pro/functions-pro.php:383
177
- #: wp-live-chat-support/functions.php:338
178
- #: wp-live-chat-support/wp-live-chat-support.php:2521
179
  msgid "Advanced Info"
180
  msgstr "Erweiterte Information"
181
 
182
  # @ wplivechat
183
  #: wp-live-chat-support-pro/functions-pro.php:215
184
- #: wp-live-chat-support-pro/functions-pro.php:385
185
- #: wp-live-chat-support/functions.php:340
186
- #: wp-live-chat-support/wp-live-chat-support.php:2523
187
  msgid "Browser:"
188
  msgstr "Browser:"
189
 
190
  # @ wplivechat
191
  #: wp-live-chat-support-pro/functions-pro.php:216
192
- #: wp-live-chat-support-pro/functions-pro.php:386
193
- #: wp-live-chat-support/functions.php:341
194
- #: wp-live-chat-support/wp-live-chat-support.php:2524
195
  msgid "IP Address:"
196
  msgstr "IP Adresse:"
197
 
@@ -201,233 +317,267 @@ msgid "No visitors on-line at the moment"
201
  msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
202
 
203
  # @ wplivechat
204
- #: wp-live-chat-support-pro/functions-pro.php:302
205
- #: wp-live-chat-support/functions.php:277
206
  msgid "No chat sessions available at the moment"
207
  msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
208
 
209
  # @ wplivechat
210
- #: wp-live-chat-support-pro/functions-pro.php:304
211
- #: wp-live-chat-support/functions.php:279
 
212
  msgid "Active Chats"
213
  msgstr "Live-Chat"
214
 
215
- #: wp-live-chat-support-pro/functions-pro.php:339
216
  msgid "You must be a chat agent to answer chats"
217
  msgstr ""
218
 
219
  # @ wplivechat
220
- #: wp-live-chat-support-pro/functions-pro.php:345
221
- #: wp-live-chat-support/functions.php:307
222
  msgid "Open Chat Window"
223
  msgstr "Chat-Fenster öffnen"
224
 
225
- #: wp-live-chat-support-pro/functions-pro.php:349
226
  msgid "Chat has been answered by another agent"
227
  msgstr ""
228
 
229
- #: wp-live-chat-support-pro/functions-pro.php:350
230
  msgid "Chat answered by another agent"
231
  msgstr ""
232
 
233
  # @ wplivechat
234
- #: wp-live-chat-support-pro/functions-pro.php:409
235
- #: wp-live-chat-support/functions.php:1205
 
236
  msgid "WP Live Chat Support - Offline Message from "
237
  msgstr "WP Live Chat Support - Offline-Nachricht von"
238
 
239
  # @ wplivechat
240
- #: wp-live-chat-support-pro/functions-pro.php:410
241
- #: wp-live-chat-support-pro/functions-pro.php:969
 
242
  #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:440
243
- #: wp-live-chat-support/functions.php:1206
244
- #: wp-live-chat-support/functions.php:1620
 
 
245
  #: wp-live-chat-support/includes/deprecated.php:192
246
  #: wp-live-chat-support/includes/deprecated.php:391
247
- #: wp-live-chat-support/includes/settings_page.php:256
248
- #: wp-live-chat-support/wp-live-chat-support.php:1364
249
- #: wp-live-chat-support/wp-live-chat-support.php:1522
250
- #: wp-live-chat-support/wp-live-chat-support.php:3065
251
- #: wp-live-chat-support/wp-live-chat-support.php:3176
 
 
 
252
  msgid "Name"
253
  msgstr "Name"
254
 
255
  # @ wplivechat
256
- #: wp-live-chat-support-pro/functions-pro.php:410
257
- #: wp-live-chat-support-pro/functions-pro.php:970
258
- #: wp-live-chat-support/functions.php:1207
259
- #: wp-live-chat-support/functions.php:1621
260
  #: wp-live-chat-support/includes/deprecated.php:193
261
  #: wp-live-chat-support/includes/deprecated.php:392
262
- #: wp-live-chat-support/wp-live-chat-support.php:1365
263
- #: wp-live-chat-support/wp-live-chat-support.php:1523
264
- #: wp-live-chat-support/wp-live-chat-support.php:3066
265
- #: wp-live-chat-support/wp-live-chat-support.php:3177
 
 
266
  msgid "Email"
267
  msgstr "E-Mail"
268
 
269
  # @ wplivechat
270
- #: wp-live-chat-support-pro/functions-pro.php:410
271
- #: wp-live-chat-support-pro/functions-pro.php:971
272
- #: wp-live-chat-support-pro/functions-pro.php:1546
273
- #: wp-live-chat-support/functions.php:1208
274
- #: wp-live-chat-support/wp-live-chat-support.php:1524
275
- #: wp-live-chat-support/wp-live-chat-support.php:3178
276
- #: wp-live-chat-support/wp-live-chat-support.php:4120
277
- #: wp-live-chat-support/wp-live-chat-support.php:4170
278
  msgid "Message"
279
  msgstr "Offline-Nachrichten"
280
 
281
  # @ wplivechat
282
- #: wp-live-chat-support-pro/functions-pro.php:410
283
- #: wp-live-chat-support/functions.php:1209
284
  msgid "Via WP Live Chat Support"
285
  msgstr "WP Live Chat Support"
286
 
287
- #: wp-live-chat-support-pro/functions-pro.php:480
288
  msgid "Alert: Someone wants to chat with you on "
289
  msgstr ""
290
 
291
- #: wp-live-chat-support-pro/functions-pro.php:481
292
  msgid "Someone wants to chat with you on your website"
293
  msgstr ""
294
 
295
- #: wp-live-chat-support-pro/functions-pro.php:481
296
  msgid "Log in"
297
  msgstr ""
298
 
299
  # @ wplivechat
300
- #: wp-live-chat-support-pro/functions-pro.php:748
301
- #: wp-live-chat-support-pro/functions-pro.php:764
302
- #: wp-live-chat-support-pro/functions-pro.php:779
303
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2725
304
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2741
305
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2756
306
  msgid "Chat Agent"
307
  msgstr "Aktiver Chat"
308
 
309
- #: wp-live-chat-support-pro/functions-pro.php:753
310
- #: wp-live-chat-support-pro/functions-pro.php:769
311
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2730
312
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2746
313
  msgid "Make this user a chat agent"
314
  msgstr ""
315
 
316
- #: wp-live-chat-support-pro/functions-pro.php:783
317
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2760
318
  msgid "Your user role does not allow you to make yourself a chat agent."
319
  msgstr ""
320
 
321
- #: wp-live-chat-support-pro/functions-pro.php:784
322
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2761
323
  msgid "Please contact the administrator of this website to change this."
324
  msgstr ""
325
 
326
  # @ wplivechat
327
- #: wp-live-chat-support-pro/functions-pro.php:869
328
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3145
329
  msgid "Chat Agent Online"
330
  msgstr "Aktiver Chat"
331
 
332
  # @ wplivechat
333
- #: wp-live-chat-support-pro/functions-pro.php:871
334
- #: wp-live-chat-support-pro/functions-pro.php:876
335
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3147
336
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3152
337
  msgid "Chat Agents Online"
338
  msgstr "Aktiver Chat"
339
 
340
  # @ wplivechat
341
- #: wp-live-chat-support-pro/functions-pro.php:968
342
- #: wp-live-chat-support/functions.php:1619
343
- #: wp-live-chat-support/wp-live-chat-support.php:3064
344
- #: wp-live-chat-support/wp-live-chat-support.php:3175
 
 
345
  msgid "Date"
346
  msgstr "Datum"
347
 
348
  # @ wplivechat
349
- #: wp-live-chat-support-pro/functions-pro.php:985
350
- #: wp-live-chat-support/wp-live-chat-support.php:3189
351
  msgid "You have not received any offline messages."
352
  msgstr "Sie haben keine Chat-Anfragen verpasst."
353
 
354
- #: wp-live-chat-support-pro/functions-pro.php:1410
355
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:788
356
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3500
357
- #: wp-live-chat-support/wp-live-chat-support.php:3763
358
  msgid "Administrator"
359
  msgstr ""
360
 
361
- #: wp-live-chat-support-pro/functions-pro.php:1411
362
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:794
363
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3506
364
- #: wp-live-chat-support/wp-live-chat-support.php:3772
365
  msgid "Editor"
366
  msgstr ""
367
 
368
- #: wp-live-chat-support-pro/functions-pro.php:1412
369
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:800
370
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3512
371
- #: wp-live-chat-support/wp-live-chat-support.php:3781
 
372
  msgid "Author"
373
  msgstr ""
374
 
375
- #: wp-live-chat-support-pro/functions-pro.php:1413
376
  msgid "Contributor"
377
  msgstr ""
378
 
379
- #: wp-live-chat-support-pro/functions-pro.php:1414
380
  msgid "Subscriber"
381
  msgstr ""
382
 
383
  # @ wplivechat
384
- #: wp-live-chat-support-pro/functions-pro.php:1544
385
- #: wp-live-chat-support/wp-live-chat-support.php:4118
386
- #: wp-live-chat-support/wp-live-chat-support.php:4168
 
387
  msgid "Chat ID"
388
  msgstr "Chat-Box"
389
 
390
- #: wp-live-chat-support-pro/functions-pro.php:1545
391
- #: wp-live-chat-support/wp-live-chat-support.php:4119
392
- #: wp-live-chat-support/wp-live-chat-support.php:4169
393
  msgid "From"
394
  msgstr ""
395
 
396
- #: wp-live-chat-support-pro/functions-pro.php:1547
397
- #: wp-live-chat-support/wp-live-chat-support.php:4121
398
- #: wp-live-chat-support/wp-live-chat-support.php:4171
399
  msgid "Timestamp"
400
  msgstr ""
401
 
402
- #: wp-live-chat-support-pro/functions-pro.php:1548
403
- #: wp-live-chat-support/wp-live-chat-support.php:4122
404
- #: wp-live-chat-support/wp-live-chat-support.php:4172
405
  msgid "Origin"
406
  msgstr ""
407
 
408
- #: wp-live-chat-support-pro/functions-pro.php:1560
409
- #: wp-live-chat-support/wp-live-chat-support.php:4127
410
- #: wp-live-chat-support/wp-live-chat-support.php:4177
411
  msgid "user"
412
  msgstr ""
413
 
414
  # @ wplivechat
415
- #: wp-live-chat-support-pro/functions-pro.php:1562
416
- #: wp-live-chat-support/wp-live-chat-support.php:4129
417
- #: wp-live-chat-support/wp-live-chat-support.php:4179
418
  msgid "agent"
419
  msgstr "Agenten"
420
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
421
  # @ wplivechat
422
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:48
423
- #: wp-live-chat-support/includes/settings_page.php:26
424
  msgid "WP Live Chat Support Settings"
425
  msgstr "WP Live Chat Support Einstellungen"
426
 
427
  # @ wplivechat
428
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:71
429
- #: wp-live-chat-support/wp-live-chat-support.php:2135
430
- #: wp-live-chat-support/wp-live-chat-support.php:2150
431
  msgid "Dear Pro User"
432
  msgstr "Lieber Pro Benutzer,"
433
 
@@ -442,6 +592,9 @@ msgid "You can obtain a copy of your API key "
442
  msgstr ""
443
 
444
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
 
 
 
445
  msgid "here"
446
  msgstr ""
447
 
@@ -459,31 +612,32 @@ msgstr ""
459
 
460
  # @ wplivechat
461
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:83
462
- #: wp-live-chat-support/includes/settings_page.php:53
 
463
  msgid "General Settings"
464
  msgstr "Generelle Einstellungen"
465
 
466
  # @ wplivechat
467
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:84
468
- #: wp-live-chat-support/includes/settings_page.php:58
469
  msgid "Chat Box"
470
  msgstr "Chat-Box"
471
 
472
  # @ wplivechat
473
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:85
474
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:383
475
- #: wp-live-chat-support/includes/settings_page.php:63
476
- #: wp-live-chat-support/includes/settings_page.php:400
477
- #: wp-live-chat-support/wp-live-chat-support.php:750
478
- #: wp-live-chat-support/wp-live-chat-support.php:753
479
  msgid "Offline Messages"
480
  msgstr "Offline-Nachrichten"
481
 
482
  # @ wplivechat
483
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:86
484
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:485
485
- #: wp-live-chat-support/includes/settings_page.php:68
486
- #: wp-live-chat-support/includes/settings_page.php:541
487
  msgid "Styling"
488
  msgstr "Styling"
489
 
@@ -494,25 +648,24 @@ msgstr "Agenten"
494
 
495
  # @ wplivechat
496
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:88
497
- #: wp-live-chat-support/includes/settings_page.php:78
498
  msgid "Blocked Visitors"
499
  msgstr "Blockierte Besucher"
500
 
501
  # @ wplivechat
502
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:89
503
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:830
504
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:836
505
  msgid "Chat Experience Ratings"
506
  msgstr "Chat-Fenster Einstellungen"
507
 
508
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:90
509
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1857
510
  msgid "Encryption"
511
  msgstr ""
512
 
513
  # @ wplivechat
514
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:93
515
- #: wp-live-chat-support/includes/settings_page.php:91
516
  msgid "Main Settings"
517
  msgstr "Haupeinstellungen"
518
 
@@ -521,7 +674,6 @@ msgid "Find out more."
521
  msgstr ""
522
 
523
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:98
524
- #: wp-live-chat-support/wp-live-chat-support.php:3981
525
  msgid "Cloud Server"
526
  msgstr ""
527
 
@@ -529,11 +681,6 @@ msgstr ""
529
  msgid "Use our server to host your chat server."
530
  msgstr ""
531
 
532
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:107
533
- #: wp-live-chat-support/wp-live-chat-support.php:3894
534
- msgid "API Key"
535
- msgstr ""
536
-
537
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:112
538
  msgid "This API key is "
539
  msgstr ""
@@ -555,35 +702,39 @@ msgstr ""
555
 
556
  # @ wplivechat
557
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:130
558
- #: wp-live-chat-support/includes/settings_page.php:94
559
  msgid "Chat enabled"
560
  msgstr "Chat freigegeben"
561
 
562
  # @ wplivechat
563
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:135
564
- #: wp-live-chat-support/functions.php:1609
565
- #: wp-live-chat-support/includes/settings_page.php:97
566
- #: wp-live-chat-support/wp-live-chat-support.php:3041
 
 
567
  msgid "Yes"
568
  msgstr "Ja"
569
 
570
  # @ wplivechat
571
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:138
572
- #: wp-live-chat-support/functions.php:1609
573
- #: wp-live-chat-support/includes/settings_page.php:98
574
- #: wp-live-chat-support/wp-live-chat-support.php:3041
 
 
575
  msgid "No"
576
  msgstr "Nein"
577
 
578
  # @ wplivechat
579
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
580
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1693
581
  msgid "Choose when I want to be online"
582
  msgstr "Auswählen wann ich online sein werde"
583
 
584
  # @ wplivechat
585
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
586
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1693
587
  msgid ""
588
  "Checking this will allow you to change your status to Online or Offline on "
589
  "the Live Chat page."
@@ -593,54 +744,82 @@ msgstr ""
593
 
594
  # @ wplivechat
595
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
596
- #: wp-live-chat-support/includes/settings_page.php:116
597
  msgid "Hide Chat"
598
  msgstr "Chat verstecken"
599
 
600
  # @ wplivechat
601
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
602
- #: wp-live-chat-support/includes/settings_page.php:116
603
  msgid "Hides chat for 24hrs when user clicks X"
604
  msgstr "Chat für 24 Stunden verstecken, wenn der Benutzer auf [X] klickt"
605
 
606
  # @ wplivechat
607
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
608
- #: wp-live-chat-support/includes/settings_page.php:125
609
- msgid "Require Name And Email"
610
- msgstr "Name und E-Mail benötigt"
 
 
611
 
612
- # @ wplivechat
613
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
614
- #: wp-live-chat-support/includes/settings_page.php:125
615
- msgid ""
616
- "Users will have to enter their Name and Email Address when starting a chat"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
617
  msgstr ""
618
- "Benutzer müssen beim Starten eines Chats ihren Namen und Email-Adresse "
619
- "eingeben"
620
 
621
  # @ wplivechat
622
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:172
623
- #: wp-live-chat-support/includes/settings_page.php:133
624
  msgid "Input Field Replacement Text"
625
  msgstr "Eingabefeld Ersetzungstext"
626
 
627
  # @ wplivechat
628
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:172
629
- #: wp-live-chat-support/includes/settings_page.php:133
630
  msgid "This is the text that will show in place of the Name And Email fields"
631
  msgstr ""
632
  "Dies ist der Text, der an Stelle des Namens und des E-Mail-Feldes angezeigt "
633
  "wird"
634
 
635
  # @ wplivechat
636
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:182
637
- #: wp-live-chat-support/includes/settings_page.php:141
638
  msgid "Use Logged In User Details"
639
  msgstr "Verwenden der Benutzer-Details des angemeldeten Nutzers"
640
 
641
  # @ wplivechat
642
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:182
643
- #: wp-live-chat-support/includes/settings_page.php:141
644
  msgid ""
645
  "A user's Name and Email Address will be used by default if they are logged "
646
  "in."
@@ -649,14 +828,14 @@ msgstr ""
649
  "angemeldet sind."
650
 
651
  # @ wplivechat
652
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
653
- #: wp-live-chat-support/includes/settings_page.php:149
654
  msgid "Enable On Mobile Devices"
655
  msgstr "Aktiviert auf mobilen Geräten:"
656
 
657
  # @ wplivechat
658
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
659
- #: wp-live-chat-support/includes/settings_page.php:149
660
  msgid ""
661
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
662
  "devices. (Smartphones and Tablets)"
@@ -665,41 +844,41 @@ msgstr ""
665
  "wird. (Smartphones und Tablets)"
666
 
667
  # @ wplivechat
668
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
669
- #: wp-live-chat-support/includes/settings_page.php:157
670
  msgid "Record a visitor's IP Address"
671
  msgstr "IP Adresse des Besuchers aufzeichnen"
672
 
673
  # @ wplivechat
674
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
675
- #: wp-live-chat-support/includes/settings_page.php:157
676
  msgid "Disable this to enable anonymity for your visitors"
677
  msgstr ""
678
  "Deaktivieren Sie diese Einstellung, um die Anonymität für Ihre Besucher zu "
679
  "gewährleisten"
680
 
681
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:213
682
- #: wp-live-chat-support/includes/settings_page.php:165
683
  msgid "Play a sound when a new message is received"
684
  msgstr ""
685
 
686
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:213
687
- #: wp-live-chat-support/includes/settings_page.php:165
688
  msgid ""
689
  "Disable this to mute the sound that is played when a new chat message is "
690
  "received"
691
  msgstr ""
692
 
693
  # @ wplivechat
694
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:222
695
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2135
696
  msgid "Include chat window on the following pages:"
697
  msgstr "Chat-Fenster auf den folgenden Seiten hinzufügen:"
698
 
699
  # @ wplivechat
700
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:222
701
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2135
702
- #: wp-live-chat-support/includes/settings_page.php:175
703
  msgid ""
704
  "Show the chat window on the following pages. Leave blank to show on all. "
705
  "(Use comma-separated Page ID's)"
@@ -709,15 +888,15 @@ msgstr ""
709
  "Seiten ID´s)"
710
 
711
  # @ wplivechat
712
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:232
713
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2143
714
  msgid "Exclude chat window on the following pages:"
715
  msgstr "Das Chat-Fenster auf den folgenden Seiten ausschließen:"
716
 
717
  # @ wplivechat
718
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:232
719
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2143
720
- #: wp-live-chat-support/includes/settings_page.php:190
721
  msgid ""
722
  "Do not show the chat window on the following pages. Leave blank to show on "
723
  "all. (Use comma-separated Page ID's)"
@@ -726,63 +905,89 @@ msgstr ""
726
  "Leer lassen, um es auf allen Seiten zu zeigen. (Verwenden Sie Komma "
727
  "getrennte Seiten ID´s)"
728
 
729
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:242
730
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
731
  msgid "Allow any user to make themselves a chat agent"
732
  msgstr ""
733
 
734
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:242
735
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2151
736
  msgid ""
737
  "Checking this will allow any of your users to make themselves a chat agent "
738
  "when editing their profile."
739
  msgstr ""
740
 
741
  # @ wplivechat
742
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:255
743
- #: wp-live-chat-support/includes/settings_page.php:213
744
  msgid "Chat Window Settings"
745
  msgstr "Chat-Fenster Einstellungen"
746
 
747
  # @ wplivechat
748
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:258
749
- #: wp-live-chat-support/includes/settings_page.php:216
750
  msgid "Chat box alignment"
751
  msgstr "Chat-Box Ausrichtung"
752
 
753
  # @ wplivechat
754
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
755
- #: wp-live-chat-support/includes/settings_page.php:219
756
  msgid "Bottom left"
757
  msgstr "Unten links"
758
 
759
  # @ wplivechat
760
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:266
761
- #: wp-live-chat-support/includes/settings_page.php:220
762
  msgid "Bottom right"
763
  msgstr "Unten rechts"
764
 
765
  # @ wplivechat
766
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:269
767
- #: wp-live-chat-support/includes/settings_page.php:221
768
  msgid "Left"
769
  msgstr "Links"
770
 
771
  # @ wplivechat
772
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:272
773
- #: wp-live-chat-support/includes/settings_page.php:222
774
  msgid "Right"
775
  msgstr "Rechts"
776
 
777
  # @ wplivechat
778
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:278
779
- #: wp-live-chat-support/includes/settings_page.php:228
780
  msgid "Auto Pop-up"
781
  msgstr "Auto Pop-up:"
782
 
783
  # @ wplivechat
784
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:278
785
- #: wp-live-chat-support/includes/settings_page.php:228
786
  msgid ""
787
  "Expand the chat box automatically (prompts the user to enter their name and "
788
  "email address)."
@@ -791,106 +996,127 @@ msgstr ""
791
  "seinen Namen und E-Mail-Adresse einzugeben)."
792
 
793
  # @ wplivechat
794
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
795
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:919
796
  msgid "Name "
797
  msgstr "Name"
798
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
799
  # @ wplivechat
800
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:303
801
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:990
802
- #: wp-live-chat-support/includes/settings_page.php:272
803
  msgid "Picture"
804
  msgstr "Bild"
805
 
806
  # @ wplivechat
807
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:311
808
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:998
809
- #: wp-live-chat-support/includes/settings_page.php:275
810
- #: wp-live-chat-support/includes/settings_page.php:291
 
811
  msgid "Upload Image"
812
  msgstr "Bild hochladen"
813
 
814
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:313
815
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1000
816
  msgid "Remove Image"
817
  msgstr ""
818
 
819
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:314
820
- msgid "Recomended Size 40px x 40px"
821
  msgstr ""
822
 
823
  # @ wplivechat
824
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:320
825
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1008
826
- #: wp-live-chat-support/includes/settings_page.php:288
827
  msgid "Logo"
828
  msgstr "Logo"
829
 
830
  # @ wplivechat
831
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:328
832
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1016
833
  msgid "Upload Logo"
834
  msgstr "Bild hochladen"
835
 
836
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:330
837
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1018
838
  msgid "Remove Logo"
839
  msgstr ""
840
 
841
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:331
842
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1019
843
- msgid "Recomended Size 250px x 40px"
844
  msgstr ""
845
 
846
  # @ wplivechat
847
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:337
848
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1025
849
- #: wp-live-chat-support/includes/settings_page.php:304
850
  msgid "Chat delay (seconds)"
851
  msgstr "Chat-Verzögerung (Sekunden)"
852
 
853
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:337
854
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1025
855
  msgid "How long it takes for your chat window to pop up"
856
  msgstr ""
857
 
858
  # @ wplivechat
859
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:346
860
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1034
861
- #: wp-live-chat-support/includes/settings_page.php:320
862
  msgid "Chat notifications"
863
  msgstr "Chat-Benachrichtigungen"
864
 
865
  # @ wplivechat
866
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:346
867
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1034
868
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
869
  msgstr "Verständige Sie mich per E-Mail sobald jemand chatten möchte"
870
 
871
  # @ wplivechat
872
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:356
873
- #: wp-live-chat-support/includes/settings_page.php:338
874
  msgid "Display name and avatar in chat"
875
  msgstr "Anzeige des Namens und des Avatars im Chat:"
876
 
877
  # @ wplivechat
878
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:356
879
- #: wp-live-chat-support/includes/settings_page.php:338
880
  msgid "Display the agent and user name above each message in the chat window."
881
  msgstr ""
882
  "Zeigen Sie im Chat-Fenster den Agenten und den Benutzernamen über jeder "
883
  "Nachricht."
884
 
885
  # @ wplivechat
886
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
887
- #: wp-live-chat-support/includes/settings_page.php:348
888
  msgid "Only show the chat window to users that are logged in"
889
  msgstr "Das Chat-Fenster wird nur Benutzern angezeigt, die angemeldet sind:"
890
 
891
  # @ wplivechat
892
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
893
- #: wp-live-chat-support/includes/settings_page.php:348
894
  msgid ""
895
  "By checking this, only users that are logged in will be able to chat with "
896
  "you."
@@ -899,14 +1125,14 @@ msgstr ""
899
  "der Lage sein, mit Ihnen zu chatten."
900
 
901
  # @ wplivechat
902
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:387
903
- #: wp-live-chat-support/includes/settings_page.php:404
904
  msgid "Do not allow users to send offline messages"
905
  msgstr "Benutzer können keine Offline-Nachrichten senden:"
906
 
907
  # @ wplivechat
908
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:387
909
- #: wp-live-chat-support/includes/settings_page.php:404
910
  msgid ""
911
  "The chat window will be hidden when it is offline. Users will not be able to "
912
  "send offline messages to you"
@@ -915,124 +1141,140 @@ msgstr ""
915
  "werden nicht in der Lage sein, Offline-Nachrichten an Sie zu schicken"
916
 
917
  # @ wplivechat
918
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:399
919
- #: wp-live-chat-support/includes/settings_page.php:416
920
  msgid "Email Address"
921
  msgstr "E-Mail Adresse"
922
 
923
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:399
924
- #: wp-live-chat-support/includes/settings_page.php:416
925
  msgid ""
926
  "Email address where offline messages are delivered to. Use comma separated "
927
  "email addresses to send to more than one email address"
928
  msgstr ""
929
 
930
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:412
931
- #: wp-live-chat-support/includes/settings_page.php:428
932
  msgid "Sending Method"
933
  msgstr ""
934
 
935
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:413
936
- #: wp-live-chat-support/includes/settings_page.php:429
937
  msgid "WP Mail"
938
  msgstr ""
939
 
940
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:414
941
- #: wp-live-chat-support/includes/settings_page.php:430
942
  msgid "PHP Mailer"
943
  msgstr ""
944
 
945
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:430
946
- #: wp-live-chat-support/includes/settings_page.php:446
947
  msgid "Host"
948
  msgstr ""
949
 
950
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:438
951
- #: wp-live-chat-support/includes/settings_page.php:454
952
  msgid "Port"
953
  msgstr ""
954
 
955
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:446
956
- #: wp-live-chat-support/includes/settings_page.php:462
957
  msgid "Username"
958
  msgstr ""
959
 
960
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:454
961
- #: wp-live-chat-support/includes/settings_page.php:470
962
  msgid "Password"
963
  msgstr ""
964
 
965
  # @ wplivechat
966
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:463
967
- #: wp-live-chat-support/includes/settings_page.php:479
968
  msgid "Offline Chat Box Title"
969
  msgstr "Offline-Text"
970
 
971
  # @ wplivechat
972
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:471
973
- #: wp-live-chat-support/includes/settings_page.php:487
974
  msgid "Offline Text Fields"
975
  msgstr "Offline-Text"
976
 
977
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:504
978
- #: wp-live-chat-support/includes/settings_page.php:546
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
979
  msgid "Choose a theme"
980
  msgstr ""
981
 
982
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:509
983
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:512
984
  msgid "Theme 1"
985
  msgstr ""
986
 
987
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:515
988
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:518
989
  msgid "Theme 2"
990
  msgstr ""
991
 
992
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:521
993
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:524
994
  msgid "Theme 3"
995
  msgstr ""
996
 
997
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:527
998
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:530
999
  msgid "Theme 4"
1000
  msgstr ""
1001
 
1002
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:533
1003
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:536
1004
  msgid "Theme 5"
1005
  msgstr ""
1006
 
1007
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:539
1008
  msgid "Theme 6"
1009
  msgstr ""
1010
 
1011
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:542
1012
  msgid "Custom. Enter Colour Values Below"
1013
  msgstr ""
1014
 
1015
  # @ wplivechat
1016
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:568
1017
  msgid "Chat box fill color"
1018
  msgstr "Chat-Box Füllfarbe"
1019
 
1020
  # @ wplivechat
1021
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:574
1022
  msgid "Chat box font color"
1023
  msgstr "Chat-Box Textfarbe"
1024
 
1025
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:581
1026
- #: wp-live-chat-support/includes/settings_page.php:677
1027
  msgid "I'm using a localization plugin"
1028
  msgstr ""
1029
 
1030
  # @ wplivechat
1031
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:584
1032
  msgid "documentation"
1033
  msgstr "Dokumentation"
1034
 
1035
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:589
1036
  msgid ""
1037
  "You will only be able to edit the strings shown in the chat window of the "
1038
  "code now. <br/> This has been done to accommodate as many localization "
@@ -1041,46 +1283,49 @@ msgid ""
1041
  msgstr ""
1042
 
1043
  # @ wplivechat
1044
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:594
1045
- #: wp-live-chat-support/includes/settings_page.php:685
1046
  msgid "First Section Text"
1047
  msgstr "Text erste Sektion"
1048
 
1049
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:601
1050
- #: wp-live-chat-support/includes/settings_page.php:692
1051
  msgid "Intro Text"
1052
  msgstr ""
1053
 
1054
  # @ wplivechat
1055
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:607
1056
- #: wp-live-chat-support/includes/settings_page.php:698
1057
  msgid "Second Section Text"
1058
  msgstr "Text zweite Sektion"
1059
 
1060
  # @ wplivechat
1061
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:614
1062
- #: wp-live-chat-support/includes/settings_page.php:705
1063
  msgid "Reactivate Chat Section Text"
1064
  msgstr "Text für reaktivierten Chat"
1065
 
1066
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:622
1067
- #: wp-live-chat-support/includes/settings_page.php:713
1068
  msgid "User chat welcome"
1069
  msgstr ""
1070
 
1071
  # @ wplivechat
1072
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:628
1073
- #: wp-live-chat-support/includes/settings_page.php:719
1074
  msgid "Other text"
1075
  msgstr "Weitere"
1076
 
1077
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:630
1078
- #: wp-live-chat-support/includes/settings_page.php:721
1079
  msgid "This text is shown above the user chat input field"
1080
  msgstr ""
1081
 
 
 
 
 
 
1082
  # @ wplivechat
1083
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:662
1084
  msgid ""
1085
  "You are using an outdated version of WP Live Chat Support Basic. Please "
1086
  "update your plugin to allow for animations to function"
@@ -1089,78 +1334,80 @@ msgstr ""
1089
  "Pro<strong>."
1090
 
1091
  # @ sola_t
1092
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:666
1093
- #: wp-live-chat-support/includes/settings_page.php:749
1094
  msgid "Choose an animation"
1095
  msgstr "Wählen Sie eine Animation (nur Pro)"
1096
 
1097
  # @ wplivechat
1098
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:674
1099
- #: wp-live-chat-support/includes/settings_page.php:757
1100
  msgid "Slide Up"
1101
  msgstr "Hochsliden"
1102
 
1103
  # @ wplivechat
1104
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:680
1105
- #: wp-live-chat-support/includes/settings_page.php:763
1106
  msgid "Slide From The Side"
1107
  msgstr "Slide von der Seite"
1108
 
1109
  # @ wplivechat
1110
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:686
1111
- #: wp-live-chat-support/includes/settings_page.php:769
1112
  msgid "Fade In"
1113
  msgstr "Einblenden"
1114
 
1115
  # @ wplivechat
1116
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:692
1117
- #: wp-live-chat-support/includes/settings_page.php:775
1118
  msgid "No Animation"
1119
  msgstr "Keine Animation"
1120
 
1121
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:750
1122
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3462
1123
- #: wp-live-chat-support/wp-live-chat-support.php:3732
1124
  msgid "Current Users that are Chat Agents"
1125
  msgstr ""
1126
 
1127
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:761
1128
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3473
1129
- #: wp-live-chat-support/wp-live-chat-support.php:3742
 
1130
  msgid "Online"
1131
  msgstr ""
1132
 
1133
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:771
1134
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3331
1135
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3483
1136
- #: wp-live-chat-support/wp-live-chat-support.php:2116
 
1137
  msgid "Remove"
1138
  msgstr ""
1139
 
1140
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:780
1141
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3492
1142
- #: wp-live-chat-support/wp-live-chat-support.php:3792
1143
  msgid "Add New Agent"
1144
  msgstr ""
1145
 
1146
  # @ wplivechat
1147
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:782
1148
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:798
1149
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3494
1150
- #: wp-live-chat-support/wp-live-chat-support.php:2552
1151
- #: wp-live-chat-support/wp-live-chat-support.php:3757
1152
  msgid "Select"
1153
  msgstr "Auswählen"
1154
 
1155
  # @ wplivechat
1156
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:804
1157
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3516
1158
- #: wp-live-chat-support/wp-live-chat-support.php:3793
1159
  msgid "Add Agent"
1160
  msgstr "Agenten"
1161
 
1162
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:810
1163
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3522
1164
  msgid ""
1165
  "Should you wish to add a user that has a role less than 'Author', please go "
1166
  "to the <a href='./users.php'>Users</a> page, select the relevant user, click "
@@ -1168,28 +1415,28 @@ msgid ""
1168
  "checkbox."
1169
  msgstr ""
1170
 
1171
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:811
1172
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3523
1173
  msgid "If there are no chat agents online, the chat will show as offline"
1174
  msgstr ""
1175
 
1176
  # @ wplivechat
1177
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:815
1178
- #: wp-live-chat-support/includes/settings_page.php:802
1179
  msgid "Blocked Visitors - Based on IP Address"
1180
  msgstr "Blockierte Besucher - basierend auf der IP-Adresse"
1181
 
1182
  # @ wplivechat
1183
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:816
1184
- #: wp-live-chat-support/includes/settings_page.php:803
1185
  msgid "Enter each IP Address you would like to block on a new line"
1186
  msgstr ""
1187
  "Geben Sie jede IP-Adresse ein, die Sie in einer neuen Zeile blockieren "
1188
  "möchten"
1189
 
1190
  # @ wplivechat
1191
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:827
1192
- #: wp-live-chat-support/includes/settings_page.php:814
1193
  msgid ""
1194
  "Blocking a user's IP Address here will hide the chat window from them, "
1195
  "preventing them from chatting with you. Each IP Address must be on a new line"
@@ -1199,1301 +1446,3875 @@ msgstr ""
1199
  "Adresse muss in einer neuen Zeile sein."
1200
 
1201
  # @ wplivechat
1202
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:836
1203
  msgid ""
1204
  "are only available in the WP Live Chat Support Chat Experience Ratings add-on"
1205
  msgstr "Installation der WP Live Chat Support Pro Add-ons"
1206
 
1207
  # @ wplivechat
1208
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:840
1209
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1821
1210
  msgid "Chat Encryption"
1211
  msgstr "Chat-Benachrichtigungen"
1212
 
1213
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:843
1214
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1824
1215
  msgid "Enable Encryption"
1216
  msgstr ""
1217
 
1218
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:843
1219
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1824
1220
  msgid ""
1221
  "All messages will be encrypted when being sent to and from the user and "
1222
  "agent."
1223
  msgstr ""
1224
 
1225
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:851
1226
- #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1834
1227
  msgid ""
1228
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1229
  msgstr ""
1230
 
1231
  # @ wplivechat
1232
- #: wp-live-chat-support-pro/includes/settings_page_pro.php:857
1233
- #: wp-live-chat-support/includes/settings_page.php:822
1234
  msgid "Save Settings"
1235
  msgstr "Einstellungen speichern"
1236
 
1237
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:5
1238
- msgid "Add New"
 
 
 
 
 
 
 
1239
  msgstr ""
1240
 
1241
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:8
1242
- #: wp-live-chat-support/wp-live-chat-support.php:4411
1243
- #: wp-live-chat-support/wp-live-chat-support.php:4441
1244
- msgid "WP Live Chat Support Triggers"
1245
  msgstr ""
1246
 
1247
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:16
1248
- #: wp-live-chat-support/wp-live-chat-support.php:4395
1249
- #: wp-live-chat-support/wp-live-chat-support.php:4457
1250
- msgid "Update now"
1251
  msgstr ""
1252
 
1253
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:68
1254
- msgid "Trigger Name"
1255
  msgstr ""
1256
 
1257
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:73
1258
- msgid "Trigger Type"
 
 
1259
  msgstr ""
1260
 
1261
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:77
1262
- #: wp-live-chat-support/wp-live-chat-support.php:4447
1263
- msgid "Page Trigger"
1264
  msgstr ""
1265
 
1266
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:78
1267
- #: wp-live-chat-support/wp-live-chat-support.php:4448
1268
- msgid "Time Trigger"
 
1269
  msgstr ""
1270
 
1271
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:79
1272
- #: wp-live-chat-support/wp-live-chat-support.php:4449
1273
- msgid "Scroll Trigger"
 
 
 
 
 
 
 
 
1274
  msgstr ""
1275
 
1276
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:80
1277
- #: wp-live-chat-support/wp-live-chat-support.php:4450
1278
- msgid "Page Leave Trigger"
1279
- msgstr ""
1280
-
1281
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:81
1282
- msgid ""
1283
- "Note: When using page trigger with a the basic theme, no hovercard is shown "
1284
- "by default. We suggest using the time trigger for this instead."
1285
- msgstr ""
1286
-
1287
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:87
1288
- msgid "Page ID"
1289
- msgstr ""
1290
-
1291
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:88
1292
- msgid "Note: Leave empty for 'all' pages"
1293
- msgstr ""
1294
-
1295
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:92
1296
- msgid "Show After"
1297
- msgstr ""
1298
-
1299
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:93
1300
- msgid "Seconds"
1301
- msgstr ""
1302
-
1303
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:97
1304
- msgid "Show After Scrolled"
1305
- msgstr ""
1306
-
1307
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:98
1308
- msgid "(%) Percent of page height"
1309
  msgstr ""
1310
 
1311
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:102
1312
- msgid "Content Replacement"
1313
- msgstr ""
1314
-
1315
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:114
1316
- msgid "Replace Content"
1317
  msgstr ""
1318
 
1319
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:119
1320
- msgid "Enable Trigger"
1321
  msgstr ""
1322
 
1323
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:125
1324
- msgid "Close"
1325
- msgstr ""
 
 
 
1326
 
1327
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:134
1328
- msgid "Please review your submission"
 
 
 
 
 
1329
  msgstr ""
1330
 
1331
- #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:275
1332
- msgid "Trigger has been edited."
1333
- msgstr
2
  msgstr ""
3
  "Project-Id-Version: WP Live Chat Support v4.2.10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-07-18 20:20+0200\n"
6
+ "PO-Revision-Date: 2018-07-18 20:20+0200\n"
7
  "Last-Translator: Zoran Horvat <zoran.horvat@outlook.com>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 2.0.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
  "X-Poedit-Basepath: ../..\n"
19
  "X-Textdomain-Support: yes\n"
20
+ "X-Poedit-SearchPath-0: wp-live-chat-support\n"
21
+ "X-Poedit-SearchPath-1: wp-live-chat-support-pro\n"
22
+ "X-Poedit-SearchPath-2: wp-live-chat-support-mobile-and-desktop-app\n"
23
+
24
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:38
25
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:69
26
+ msgid "Mobile and Desktop App"
27
+ msgstr ""
28
+
29
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:109
30
+ #: wp-live-chat-support/includes/update_control.class.php:133
31
+ msgid ""
32
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
33
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
34
+ msgstr ""
35
+
36
+ #: wp-live-chat-support-mobile-and-desktop-app/includes/update_control.php:114
37
+ #: wp-live-chat-support/includes/update_control.class.php:138
38
+ msgid "An unknown error occurred"
 
 
 
 
 
 
 
 
 
 
 
39
  msgstr ""
40
 
41
  # @ wplivechat
42
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/api/wplc-api-devices.php:599
43
+ #, fuzzy
44
+ #| msgid "Add Quick Responses to your Live Chat"
45
+ msgid "Add Quick Responses to your Live Chat with our Pro Add-on"
46
+ msgstr "Fügen Sie blitzschnelle Antworten zu Ihrem Live-Chat"
47
+
48
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:22
49
+ msgid "Devices"
50
+ msgstr ""
51
 
52
  # @ wplivechat
53
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:35
54
+ #, fuzzy
55
+ #| msgid "WP Live Chat Support Settings"
56
+ msgid "WP Live Chat Support - Devices"
57
+ msgstr "WP Live Chat Support Einstellungen"
58
+
59
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:96
60
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:339
61
+ msgid "Device Name Not Found"
62
+ msgstr ""
63
+
64
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:97
65
+ msgid "Linked to"
66
+ msgstr ""
67
+
68
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:148
69
+ msgid "Add Device"
70
+ msgstr ""
71
+
72
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:149
73
+ msgid "Simply scan the QR code below"
74
+ msgstr ""
75
+
76
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:161
77
+ msgid "Or enter data manually"
78
+ msgstr ""
79
+
80
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:162
81
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:107
82
+ #: wp-live-chat-support/wp-live-chat-support.php:5541
83
+ msgid "API Key"
84
+ msgstr ""
85
+
86
+ # @ wplivechat
87
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:165
88
+ #, fuzzy
89
+ #| msgid "Add Agent"
90
+ msgid "For Agent"
91
+ msgstr "Agenten"
92
+
93
+ # @ wplivechat
94
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:167
95
+ #, fuzzy
96
+ #| msgid "Agents"
97
+ msgid "Agent ID"
98
+ msgstr "Agenten"
99
+
100
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:170
101
+ msgid "Rest End Point"
102
+ msgstr ""
103
+
104
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:177
105
+ msgid "Need a link to the app?"
106
+ msgstr ""
107
+
108
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:178
109
+ msgid "Go to PlayStore"
110
+ msgstr ""
111
+
112
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:181
113
+ msgid "Go to Apple Store"
114
+ msgstr ""
115
+
116
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:200
117
+ msgid "Device Limit Reached"
118
+ msgstr ""
119
+
120
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:201
121
+ msgid "Your maximum device limit has been reached"
122
+ msgstr ""
123
+
124
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:203
125
+ msgid "Increase your device limit to add additional devices"
126
+ msgstr ""
127
+
128
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:206
129
+ msgid "Increase Limit"
130
+ msgstr ""
131
+
132
+ # @ wplivechat
133
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:207
134
+ #, fuzzy
135
+ #| msgid "Contact us"
136
+ msgid "Contact Us"
137
+ msgstr "Kontaktieren Sie uns"
138
+
139
+ # @ wplivechat
140
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:525
141
+ #, fuzzy
142
+ #| msgid "View Chat History"
143
+ msgid "New Chat from"
144
+ msgstr "WP Live Chat Historie"
145
+
146
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:525
147
+ msgid "Tap here to accept"
148
+ msgstr ""
149
+
150
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:540
151
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:188
152
+ #: wp-live-chat-support/includes/settings_page.php:192
153
+ #: wp-live-chat-support/wp-live-chat-support.php:909
154
+ #: wp-live-chat-support/wp-live-chat-support.php:3875
155
+ #: wp-live-chat-support/wp-live-chat-support.php:4792
156
+ msgid "Guest"
157
+ msgstr ""
158
+
159
+ # @ wplivechat
160
+ #: wp-live-chat-support-mobile-and-desktop-app/modules/device_manager.php:544
161
+ #, fuzzy
162
+ #| msgid "Message"
163
+ msgid "New Message"
164
+ msgstr "Offline-Nachrichten"
165
+
166
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:117
167
+ msgid "Mobile and Desktop App Settings"
168
+ msgstr ""
169
+
170
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:120
171
+ msgid "Enable mobile and desktop app"
172
+ msgstr ""
173
+
174
+ #: wp-live-chat-support-mobile-and-desktop-app/wp-live-chat-support-mobile-and-desktop-app.php:142
175
+ msgid "App"
176
+ msgstr ""
177
 
178
  # @ wplivechat
179
  #: wp-live-chat-support-pro/functions-pro.php:54
180
  #: wp-live-chat-support-pro/functions-pro.php:173
181
+ #: wp-live-chat-support-pro/functions-pro.php:310
182
+ #: wp-live-chat-support/functions.php:426
183
+ #: wp-live-chat-support/functions.php:648
184
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:577
185
+ #: wp-live-chat-support/wp-live-chat-support.php:3529
186
  msgid "IP Address not recorded"
187
  msgstr "IP Adresse nicht erfasst"
188
 
189
  # @ wplivechat
190
  #: wp-live-chat-support-pro/functions-pro.php:56
191
  #: wp-live-chat-support-pro/functions-pro.php:175
192
+ #: wp-live-chat-support-pro/functions-pro.php:312
193
+ #: wp-live-chat-support/functions.php:428
194
+ #: wp-live-chat-support/functions.php:650
195
+ #: wp-live-chat-support/wp-live-chat-support.php:3531
196
  msgid "Whois for"
197
  msgstr "Whois für"
198
 
199
  # @ wplivechat
200
  #: wp-live-chat-support-pro/functions-pro.php:61
201
+ #: wp-live-chat-support-pro/functions-pro.php:318
202
+ #: wp-live-chat-support/functions.php:433
203
+ #: wp-live-chat-support/functions.php:575
204
+ #: wp-live-chat-support/functions.php:589
205
+ #: wp-live-chat-support/functions.php:1858
206
  msgid "Accept Chat"
207
  msgstr "Chat annehmen"
208
 
209
  # @ wplivechat
210
  #: wp-live-chat-support-pro/functions-pro.php:63
211
+ #: wp-live-chat-support-pro/functions-pro.php:320
212
+ #: wp-live-chat-support/functions.php:435
213
  msgid "Incoming Chat"
214
  msgstr "Chat beginnen"
215
 
216
  # @ wplivechat
217
  #: wp-live-chat-support-pro/functions-pro.php:63
218
+ #: wp-live-chat-support-pro/functions-pro.php:320
219
+ #: wp-live-chat-support/functions.php:435
220
  msgid "You have an incoming chat."
221
  msgstr "Sie haben einen eingehenden Chat."
222
 
223
  # @ wplivechat
224
  #: wp-live-chat-support-pro/functions-pro.php:67
225
+ #: wp-live-chat-support/functions.php:581
226
+ #: wp-live-chat-support/functions.php:594
227
  msgid "Open Chat"
228
  msgstr "Chat-Fenster öffnen"
229
 
230
  # @ wplivechat
231
  #: wp-live-chat-support-pro/functions-pro.php:69
232
+ #: wp-live-chat-support-pro/functions-pro.php:332
233
+ #: wp-live-chat-support/functions.php:441
234
  msgid "Chat Active"
235
  msgstr "Aktiver Chat"
236
 
237
  # @ wplivechat
238
  #: wp-live-chat-support-pro/functions-pro.php:69
239
+ #: wp-live-chat-support-pro/functions-pro.php:332
240
+ #: wp-live-chat-support/functions.php:441
241
  msgid "This chat is active"
242
  msgstr "Dieser Chat ist aktiv"
243
 
244
  # @ wplivechat
245
  #: wp-live-chat-support-pro/functions-pro.php:74
246
  #: wp-live-chat-support-pro/functions-pro.php:160
247
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2874
248
+ #: wp-live-chat-support/wp-live-chat-support.php:2420
249
  msgid "Initiate Chat"
250
  msgstr "Chat starten"
251
 
255
  msgstr ""
256
 
257
  #: wp-live-chat-support-pro/functions-pro.php:99
258
+ #: wp-live-chat-support/functions.php:673
259
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:593
260
  msgid "New"
261
  msgstr ""
262
 
263
  #: wp-live-chat-support-pro/functions-pro.php:101
264
+ #: wp-live-chat-support/functions.php:675
265
+ #: wp-live-chat-support/modules/api/wplc-api-functions.php:595
266
  msgid "Returning"
267
  msgstr ""
268
 
273
 
274
  # @ wplivechat
275
  #: wp-live-chat-support-pro/functions-pro.php:207
276
+ #: wp-live-chat-support-pro/functions-pro.php:362
277
+ #: wp-live-chat-support/functions.php:464
278
+ #: wp-live-chat-support/wp-live-chat-support.php:3579
279
  msgid "Site Info"
280
  msgstr "Seiteninformation"
281
 
282
  # @ wplivechat
283
  #: wp-live-chat-support-pro/functions-pro.php:209
284
+ #: wp-live-chat-support-pro/functions-pro.php:364
285
+ #: wp-live-chat-support/functions.php:466
286
+ #: wp-live-chat-support/wp-live-chat-support.php:3581
287
  msgid "Chat initiated on:"
288
  msgstr "Chat-Benachrichtigungen"
289
 
290
  # @ wplivechat
291
  #: wp-live-chat-support-pro/functions-pro.php:213
292
+ #: wp-live-chat-support-pro/functions-pro.php:368
293
+ #: wp-live-chat-support/functions.php:470
294
+ #: wp-live-chat-support/wp-live-chat-support.php:3585
295
  msgid "Advanced Info"
296
  msgstr "Erweiterte Information"
297
 
298
  # @ wplivechat
299
  #: wp-live-chat-support-pro/functions-pro.php:215
300
+ #: wp-live-chat-support-pro/functions-pro.php:370
301
+ #: wp-live-chat-support/functions.php:472
302
+ #: wp-live-chat-support/wp-live-chat-support.php:3587
303
  msgid "Browser:"
304
  msgstr "Browser:"
305
 
306
  # @ wplivechat
307
  #: wp-live-chat-support-pro/functions-pro.php:216
308
+ #: wp-live-chat-support-pro/functions-pro.php:371
309
+ #: wp-live-chat-support/functions.php:473
310
+ #: wp-live-chat-support/wp-live-chat-support.php:3588
311
  msgid "IP Address:"
312
  msgstr "IP Adresse:"
313
 
317
  msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
318
 
319
  # @ wplivechat
320
+ #: wp-live-chat-support-pro/functions-pro.php:287
321
+ #: wp-live-chat-support/functions.php:409
322
  msgid "No chat sessions available at the moment"
323
  msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
324
 
325
  # @ wplivechat
326
+ #: wp-live-chat-support-pro/functions-pro.php:289
327
+ #: wp-live-chat-support/functions.php:411
328
+ #: wp-live-chat-support/modules/node_server.php:1216
329
  msgid "Active Chats"
330
  msgstr "Live-Chat"
331
 
332
+ #: wp-live-chat-support-pro/functions-pro.php:324
333
  msgid "You must be a chat agent to answer chats"
334
  msgstr ""
335
 
336
  # @ wplivechat
337
+ #: wp-live-chat-support-pro/functions-pro.php:330
338
+ #: wp-live-chat-support/functions.php:439
339
  msgid "Open Chat Window"
340
  msgstr "Chat-Fenster öffnen"
341
 
342
+ #: wp-live-chat-support-pro/functions-pro.php:334
343
  msgid "Chat has been answered by another agent"
344
  msgstr ""
345
 
346
+ #: wp-live-chat-support-pro/functions-pro.php:335
347
  msgid "Chat answered by another agent"
348
  msgstr ""
349
 
350
  # @ wplivechat
351
+ #: wp-live-chat-support-pro/functions-pro.php:391
352
+ #: wp-live-chat-support/functions.php:1637
353
+ #: wp-live-chat-support/includes/settings_page.php:651
354
  msgid "WP Live Chat Support - Offline Message from "
355
  msgstr "WP Live Chat Support - Offline-Nachricht von"
356
 
357
  # @ wplivechat
358
+ #: wp-live-chat-support-pro/functions-pro.php:392
359
+ #: wp-live-chat-support-pro/functions-pro.php:966
360
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:81
361
  #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:440
362
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:212
363
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:129
364
+ #: wp-live-chat-support/functions.php:1638
365
+ #: wp-live-chat-support/functions.php:2118
366
  #: wp-live-chat-support/includes/deprecated.php:192
367
  #: wp-live-chat-support/includes/deprecated.php:391
368
+ #: wp-live-chat-support/includes/settings_page.php:179
369
+ #: wp-live-chat-support/includes/settings_page.php:365
370
+ #: wp-live-chat-support/wp-live-chat-support.php:1926
371
+ #: wp-live-chat-support/wp-live-chat-support.php:1952
372
+ #: wp-live-chat-support/wp-live-chat-support.php:2142
373
+ #: wp-live-chat-support/wp-live-chat-support.php:4498
374
+ #: wp-live-chat-support/wp-live-chat-support.php:4637
375
+ #: wp-live-chat-support/wp-live-chat-support.php:6431
376
  msgid "Name"
377
  msgstr "Name"
378
 
379
  # @ wplivechat
380
+ #: wp-live-chat-support-pro/functions-pro.php:392
381
+ #: wp-live-chat-support-pro/functions-pro.php:967
382
+ #: wp-live-chat-support/functions.php:1639
383
+ #: wp-live-chat-support/functions.php:2119
384
  #: wp-live-chat-support/includes/deprecated.php:193
385
  #: wp-live-chat-support/includes/deprecated.php:392
386
+ #: wp-live-chat-support/includes/settings_page.php:175
387
+ #: wp-live-chat-support/wp-live-chat-support.php:1927
388
+ #: wp-live-chat-support/wp-live-chat-support.php:1940
389
+ #: wp-live-chat-support/wp-live-chat-support.php:2143
390
+ #: wp-live-chat-support/wp-live-chat-support.php:4499
391
+ #: wp-live-chat-support/wp-live-chat-support.php:4638
392
  msgid "Email"
393
  msgstr "E-Mail"
394
 
395
  # @ wplivechat
396
+ #: wp-live-chat-support-pro/functions-pro.php:392
397
+ #: wp-live-chat-support-pro/functions-pro.php:968
398
+ #: wp-live-chat-support-pro/functions-pro.php:1543
399
+ #: wp-live-chat-support/functions.php:1640
400
+ #: wp-live-chat-support/wp-live-chat-support.php:2144
401
+ #: wp-live-chat-support/wp-live-chat-support.php:4639
402
+ #: wp-live-chat-support/wp-live-chat-support.php:5768
403
+ #: wp-live-chat-support/wp-live-chat-support.php:5826
404
  msgid "Message"
405
  msgstr "Offline-Nachrichten"
406
 
407
  # @ wplivechat
408
+ #: wp-live-chat-support-pro/functions-pro.php:392
409
+ #: wp-live-chat-support/functions.php:1641
410
  msgid "Via WP Live Chat Support"
411
  msgstr "WP Live Chat Support"
412
 
413
+ #: wp-live-chat-support-pro/functions-pro.php:461
414
  msgid "Alert: Someone wants to chat with you on "
415
  msgstr ""
416
 
417
+ #: wp-live-chat-support-pro/functions-pro.php:462
418
  msgid "Someone wants to chat with you on your website"
419
  msgstr ""
420
 
421
+ #: wp-live-chat-support-pro/functions-pro.php:462
422
  msgid "Log in"
423
  msgstr ""
424
 
425
  # @ wplivechat
426
+ #: wp-live-chat-support-pro/functions-pro.php:745
427
+ #: wp-live-chat-support-pro/functions-pro.php:761
428
+ #: wp-live-chat-support-pro/functions-pro.php:776
429
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3277
430
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3293
431
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3308
432
  msgid "Chat Agent"
433
  msgstr "Aktiver Chat"
434
 
435
+ #: wp-live-chat-support-pro/functions-pro.php:750
436
+ #: wp-live-chat-support-pro/functions-pro.php:766
437
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3282
438
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3298
439
  msgid "Make this user a chat agent"
440
  msgstr ""
441
 
442
+ #: wp-live-chat-support-pro/functions-pro.php:780
443
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3312
444
  msgid "Your user role does not allow you to make yourself a chat agent."
445
  msgstr ""
446
 
447
+ #: wp-live-chat-support-pro/functions-pro.php:781
448
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3313
449
  msgid "Please contact the administrator of this website to change this."
450
  msgstr ""
451
 
452
  # @ wplivechat
453
+ #: wp-live-chat-support-pro/functions-pro.php:866
454
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3721
455
  msgid "Chat Agent Online"
456
  msgstr "Aktiver Chat"
457
 
458
  # @ wplivechat
459
+ #: wp-live-chat-support-pro/functions-pro.php:868
460
+ #: wp-live-chat-support-pro/functions-pro.php:873
461
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3723
462
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3728
463
  msgid "Chat Agents Online"
464
  msgstr "Aktiver Chat"
465
 
466
  # @ wplivechat
467
+ #: wp-live-chat-support-pro/functions-pro.php:965
468
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1010
469
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:5014
470
+ #: wp-live-chat-support/functions.php:2117
471
+ #: wp-live-chat-support/wp-live-chat-support.php:4497
472
+ #: wp-live-chat-support/wp-live-chat-support.php:4636
473
  msgid "Date"
474
  msgstr "Datum"
475
 
476
  # @ wplivechat
477
+ #: wp-live-chat-support-pro/functions-pro.php:982
478
+ #: wp-live-chat-support/wp-live-chat-support.php:4656
479
  msgid "You have not received any offline messages."
480
  msgstr "Sie haben keine Chat-Anfragen verpasst."
481
 
482
+ #: wp-live-chat-support-pro/functions-pro.php:1407
483
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:871
484
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4080
485
+ #: wp-live-chat-support/wp-live-chat-support.php:5351
486
  msgid "Administrator"
487
  msgstr ""
488
 
489
+ #: wp-live-chat-support-pro/functions-pro.php:1408
490
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:877
491
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4086
492
+ #: wp-live-chat-support/wp-live-chat-support.php:5360
493
  msgid "Editor"
494
  msgstr ""
495
 
496
+ #: wp-live-chat-support-pro/functions-pro.php:1409
497
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:883
498
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1009
499
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4092
500
+ #: wp-live-chat-support/wp-live-chat-support.php:5369
501
  msgid "Author"
502
  msgstr ""
503
 
504
+ #: wp-live-chat-support-pro/functions-pro.php:1410
505
  msgid "Contributor"
506
  msgstr ""
507
 
508
+ #: wp-live-chat-support-pro/functions-pro.php:1411
509
  msgid "Subscriber"
510
  msgstr ""
511
 
512
  # @ wplivechat
513
+ #: wp-live-chat-support-pro/functions-pro.php:1541
514
+ #: wp-live-chat-support/modules/gdpr.php:207
515
+ #: wp-live-chat-support/wp-live-chat-support.php:5766
516
+ #: wp-live-chat-support/wp-live-chat-support.php:5824
517
  msgid "Chat ID"
518
  msgstr "Chat-Box"
519
 
520
+ #: wp-live-chat-support-pro/functions-pro.php:1542
521
+ #: wp-live-chat-support/wp-live-chat-support.php:5767
522
+ #: wp-live-chat-support/wp-live-chat-support.php:5825
523
  msgid "From"
524
  msgstr ""
525
 
526
+ #: wp-live-chat-support-pro/functions-pro.php:1544
527
+ #: wp-live-chat-support/wp-live-chat-support.php:5769
528
+ #: wp-live-chat-support/wp-live-chat-support.php:5827
529
  msgid "Timestamp"
530
  msgstr ""
531
 
532
+ #: wp-live-chat-support-pro/functions-pro.php:1545
533
+ #: wp-live-chat-support/wp-live-chat-support.php:5770
534
+ #: wp-live-chat-support/wp-live-chat-support.php:5828
535
  msgid "Origin"
536
  msgstr ""
537
 
538
+ #: wp-live-chat-support-pro/functions-pro.php:1557
539
+ #: wp-live-chat-support/wp-live-chat-support.php:5775
540
+ #: wp-live-chat-support/wp-live-chat-support.php:5833
541
  msgid "user"
542
  msgstr ""
543
 
544
  # @ wplivechat
545
+ #: wp-live-chat-support-pro/functions-pro.php:1559
546
+ #: wp-live-chat-support/wp-live-chat-support.php:5777
547
+ #: wp-live-chat-support/wp-live-chat-support.php:5835
548
  msgid "agent"
549
  msgstr "Agenten"
550
 
551
+ # @ wplivechat
552
+ #: wp-live-chat-support-pro/includes/documentation_suggestions.php:134
553
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:471
554
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:492
555
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:551
556
+ #: wp-live-chat-support-pro/includes/wplc_transfer_chats.php:583
557
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:402
558
+ #: wp-live-chat-support-pro/modules/documentation_suggestions.php:424
559
+ #: wp-live-chat-support/includes/notification_control.php:36
560
+ #: wp-live-chat-support/includes/notification_control.php:75
561
+ #: wp-live-chat-support/includes/notification_control.php:138
562
+ #: wp-live-chat-support/modules/node_server_deprecated.php:214
563
+ #: wp-live-chat-support/modules/node_server_deprecated.php:234
564
+ #: wp-live-chat-support/modules/node_server_deprecated.php:277
565
+ #: wp-live-chat-support/modules/node_server_deprecated.php:291
566
+ #, fuzzy
567
+ #| msgid "Chat notifications"
568
+ msgid "System notification"
569
+ msgstr "Chat-Benachrichtigungen"
570
+
571
  # @ wplivechat
572
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:48
573
+ #: wp-live-chat-support/includes/settings_page.php:66
574
  msgid "WP Live Chat Support Settings"
575
  msgstr "WP Live Chat Support Einstellungen"
576
 
577
  # @ wplivechat
578
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:71
579
+ #: wp-live-chat-support/wp-live-chat-support.php:3076
580
+ #: wp-live-chat-support/wp-live-chat-support.php:3091
581
  msgid "Dear Pro User"
582
  msgstr "Lieber Pro Benutzer,"
583
 
592
  msgstr ""
593
 
594
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
595
+ #: wp-live-chat-support/includes/settings_page.php:925
596
+ #: wp-live-chat-support/modules/node_server.php:624
597
+ #: wp-live-chat-support/wp-live-chat-support.php:6422
598
  msgid "here"
599
  msgstr ""
600
 
612
 
613
  # @ wplivechat
614
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:83
615
+ #: wp-live-chat-support/includes/settings_page.php:94
616
+ #: wp-live-chat-support/includes/settings_page.php:132
617
  msgid "General Settings"
618
  msgstr "Generelle Einstellungen"
619
 
620
  # @ wplivechat
621
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:84
622
+ #: wp-live-chat-support/includes/settings_page.php:99
623
  msgid "Chat Box"
624
  msgstr "Chat-Box"
625
 
626
  # @ wplivechat
627
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:85
628
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:448
629
+ #: wp-live-chat-support/includes/settings_page.php:104
630
+ #: wp-live-chat-support/includes/settings_page.php:579
631
+ #: wp-live-chat-support/wp-live-chat-support.php:1068
632
+ #: wp-live-chat-support/wp-live-chat-support.php:1071
633
  msgid "Offline Messages"
634
  msgstr "Offline-Nachrichten"
635
 
636
  # @ wplivechat
637
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:86
638
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:562
639
+ #: wp-live-chat-support/includes/settings_page.php:109
640
+ #: wp-live-chat-support/includes/settings_page.php:776
641
  msgid "Styling"
642
  msgstr "Styling"
643
 
648
 
649
  # @ wplivechat
650
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:88
651
+ #: wp-live-chat-support/includes/settings_page.php:119
652
  msgid "Blocked Visitors"
653
  msgstr "Blockierte Besucher"
654
 
655
  # @ wplivechat
656
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:89
657
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:913
658
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:919
659
  msgid "Chat Experience Ratings"
660
  msgstr "Chat-Fenster Einstellungen"
661
 
662
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:90
663
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2302
664
  msgid "Encryption"
665
  msgstr ""
666
 
667
  # @ wplivechat
668
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:93
 
669
  msgid "Main Settings"
670
  msgstr "Haupeinstellungen"
671
 
674
  msgstr ""
675
 
676
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:98
 
677
  msgid "Cloud Server"
678
  msgstr ""
679
 
681
  msgid "Use our server to host your chat server."
682
  msgstr ""
683
 
 
 
 
 
 
684
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:112
685
  msgid "This API key is "
686
  msgstr ""
702
 
703
  # @ wplivechat
704
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:130
705
+ #: wp-live-chat-support/includes/settings_page.php:135
706
  msgid "Chat enabled"
707
  msgstr "Chat freigegeben"
708
 
709
  # @ wplivechat
710
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:135
711
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:264
712
+ #: wp-live-chat-support/functions.php:2107
713
+ #: wp-live-chat-support/includes/settings_page.php:138
714
+ #: wp-live-chat-support/modules/webhooks_manager.php:296
715
+ #: wp-live-chat-support/wp-live-chat-support.php:4468
716
  msgid "Yes"
717
  msgstr "Ja"
718
 
719
  # @ wplivechat
720
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:138
721
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:264
722
+ #: wp-live-chat-support/functions.php:2107
723
+ #: wp-live-chat-support/includes/settings_page.php:139
724
+ #: wp-live-chat-support/modules/webhooks_manager.php:295
725
+ #: wp-live-chat-support/wp-live-chat-support.php:4468
726
  msgid "No"
727
  msgstr "Nein"
728
 
729
  # @ wplivechat
730
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
731
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2138
732
  msgid "Choose when I want to be online"
733
  msgstr "Auswählen wann ich online sein werde"
734
 
735
  # @ wplivechat
736
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
737
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2138
738
  msgid ""
739
  "Checking this will allow you to change your status to Online or Offline on "
740
  "the Live Chat page."
744
 
745
  # @ wplivechat
746
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
747
+ #: wp-live-chat-support/includes/settings_page.php:157
748
  msgid "Hide Chat"
749
  msgstr "Chat verstecken"
750
 
751
  # @ wplivechat
752
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
753
+ #: wp-live-chat-support/includes/settings_page.php:157
754
  msgid "Hides chat for 24hrs when user clicks X"
755
  msgstr "Chat für 24 Stunden verstecken, wenn der Benutzer auf [X] klickt"
756
 
757
  # @ wplivechat
758
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
759
+ #: wp-live-chat-support/includes/settings_page.php:166
760
+ #, fuzzy
761
+ #| msgid "Offline Chat Box Title"
762
+ msgid "Required Chat Box Fields"
763
+ msgstr "Offline-Text"
764
 
 
765
  #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
766
+ #: wp-live-chat-support/includes/settings_page.php:166
767
+ msgid "Set default fields that will be displayed when users starting a chat"
768
+ msgstr ""
769
+
770
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:167
771
+ msgid "Show name and email"
772
+ msgstr ""
773
+
774
+ # @ wplivechat
775
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:171
776
+ #, fuzzy
777
+ #| msgid "Your Email"
778
+ msgid "Show email"
779
+ msgstr "Ihre E-Mail:"
780
+
781
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:175
782
+ msgid "Show name"
783
+ msgstr ""
784
+
785
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:179
786
+ #: wp-live-chat-support/includes/settings_page.php:183
787
+ msgid "No fields"
788
+ msgstr ""
789
+
790
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:185
791
+ #: wp-live-chat-support/includes/settings_page.php:189
792
+ msgid "Default visitor name"
793
+ msgstr ""
794
+
795
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:185
796
+ #: wp-live-chat-support/includes/settings_page.php:189
797
+ msgid "This name will be displayed for all not logged in visitors"
798
  msgstr ""
 
 
799
 
800
  # @ wplivechat
801
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
802
+ #: wp-live-chat-support/includes/settings_page.php:197
803
  msgid "Input Field Replacement Text"
804
  msgstr "Eingabefeld Ersetzungstext"
805
 
806
  # @ wplivechat
807
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
808
+ #: wp-live-chat-support/includes/settings_page.php:197
809
  msgid "This is the text that will show in place of the Name And Email fields"
810
  msgstr ""
811
  "Dies ist der Text, der an Stelle des Namens und des E-Mail-Feldes angezeigt "
812
  "wird"
813
 
814
  # @ wplivechat
815
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
816
+ #: wp-live-chat-support/includes/settings_page.php:205
817
  msgid "Use Logged In User Details"
818
  msgstr "Verwenden der Benutzer-Details des angemeldeten Nutzers"
819
 
820
  # @ wplivechat
821
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
822
+ #: wp-live-chat-support/includes/settings_page.php:205
823
  msgid ""
824
  "A user's Name and Email Address will be used by default if they are logged "
825
  "in."
828
  "angemeldet sind."
829
 
830
  # @ wplivechat
831
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:214
832
+ #: wp-live-chat-support/includes/settings_page.php:213
833
  msgid "Enable On Mobile Devices"
834
  msgstr "Aktiviert auf mobilen Geräten:"
835
 
836
  # @ wplivechat
837
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:214
838
+ #: wp-live-chat-support/includes/settings_page.php:213
839
  msgid ""
840
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
841
  "devices. (Smartphones and Tablets)"
844
  "wird. (Smartphones und Tablets)"
845
 
846
  # @ wplivechat
847
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:224
848
+ #: wp-live-chat-support/includes/settings_page.php:221
849
  msgid "Record a visitor's IP Address"
850
  msgstr "IP Adresse des Besuchers aufzeichnen"
851
 
852
  # @ wplivechat
853
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:224
854
+ #: wp-live-chat-support/includes/settings_page.php:221
855
  msgid "Disable this to enable anonymity for your visitors"
856
  msgstr ""
857
  "Deaktivieren Sie diese Einstellung, um die Anonymität für Ihre Besucher zu "
858
  "gewährleisten"
859
 
860
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:234
861
+ #: wp-live-chat-support/includes/settings_page.php:240
862
  msgid "Play a sound when a new message is received"
863
  msgstr ""
864
 
865
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:234
866
+ #: wp-live-chat-support/includes/settings_page.php:240
867
  msgid ""
868
  "Disable this to mute the sound that is played when a new chat message is "
869
  "received"
870
  msgstr ""
871
 
872
  # @ wplivechat
873
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:243
874
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2626
875
  msgid "Include chat window on the following pages:"
876
  msgstr "Chat-Fenster auf den folgenden Seiten hinzufügen:"
877
 
878
  # @ wplivechat
879
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:243
880
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2626
881
+ #: wp-live-chat-support/includes/settings_page.php:268
882
  msgid ""
883
  "Show the chat window on the following pages. Leave blank to show on all. "
884
  "(Use comma-separated Page ID's)"
888
  "Seiten ID´s)"
889
 
890
  # @ wplivechat
891
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:253
892
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2634
893
  msgid "Exclude chat window on the following pages:"
894
  msgstr "Das Chat-Fenster auf den folgenden Seiten ausschließen:"
895
 
896
  # @ wplivechat
897
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:253
898
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2634
899
+ #: wp-live-chat-support/includes/settings_page.php:283
900
  msgid ""
901
  "Do not show the chat window on the following pages. Leave blank to show on "
902
  "all. (Use comma-separated Page ID's)"
905
  "Leer lassen, um es auf allen Seiten zu zeigen. (Verwenden Sie Komma "
906
  "getrennte Seiten ID´s)"
907
 
908
+ # @ wplivechat
909
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
910
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2642
911
+ #: wp-live-chat-support/includes/settings_page.php:299
912
+ #, fuzzy
913
+ #| msgid "Exclude chat window on the following pages"
914
+ msgid "Exclude chat window on selected post types"
915
+ msgstr "Das Chat-Fenster auf den folgenden Seiten ausschließen:"
916
+
917
+ # @ wplivechat
918
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
919
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2642
920
+ #: wp-live-chat-support/includes/settings_page.php:299
921
+ #, fuzzy
922
+ #| msgid "Include chat window on the following pages"
923
+ msgid "Do not show the chat window on the following post types pages."
924
+ msgstr "Chat-Fenster auf den folgenden Seiten hinzufügen:"
925
+
926
+ # @ wplivechat
927
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:283
928
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2662
929
+ #, fuzzy
930
+ #| msgid "No Quick Responses found"
931
+ msgid "No post types found."
932
+ msgstr "Blitzschnelle Antwort zuweisen"
933
+
934
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
935
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2668
936
  msgid "Allow any user to make themselves a chat agent"
937
  msgstr ""
938
 
939
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
940
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2668
941
  msgid ""
942
  "Checking this will allow any of your users to make themselves a chat agent "
943
  "when editing their profile."
944
  msgstr ""
945
 
946
  # @ wplivechat
947
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:302
948
+ #: wp-live-chat-support/includes/settings_page.php:320
949
  msgid "Chat Window Settings"
950
  msgstr "Chat-Fenster Einstellungen"
951
 
952
  # @ wplivechat
953
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:305
954
+ #: wp-live-chat-support/includes/settings_page.php:323
955
  msgid "Chat box alignment"
956
  msgstr "Chat-Box Ausrichtung"
957
 
958
  # @ wplivechat
959
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:310
960
+ #: wp-live-chat-support/includes/settings_page.php:326
961
  msgid "Bottom left"
962
  msgstr "Unten links"
963
 
964
  # @ wplivechat
965
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:313
966
+ #: wp-live-chat-support/includes/settings_page.php:327
967
  msgid "Bottom right"
968
  msgstr "Unten rechts"
969
 
970
  # @ wplivechat
971
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:316
972
+ #: wp-live-chat-support/includes/settings_page.php:328
973
  msgid "Left"
974
  msgstr "Links"
975
 
976
  # @ wplivechat
977
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:319
978
+ #: wp-live-chat-support/includes/settings_page.php:329
979
  msgid "Right"
980
  msgstr "Rechts"
981
 
982
  # @ wplivechat
983
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:325
984
+ #: wp-live-chat-support/includes/settings_page.php:335
985
  msgid "Auto Pop-up"
986
  msgstr "Auto Pop-up:"
987
 
988
  # @ wplivechat
989
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:325
990
+ #: wp-live-chat-support/includes/settings_page.php:335
991
  msgid ""
992
  "Expand the chat box automatically (prompts the user to enter their name and "
993
  "email address)."
996
  "seinen Namen und E-Mail-Adresse einzugeben)."
997
 
998
  # @ wplivechat
999
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:336
1000
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1239
1001
  msgid "Name "
1002
  msgstr "Name"
1003
 
1004
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:352
1005
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1373
1006
+ #: wp-live-chat-support/includes/settings_page.php:381
1007
+ msgid "Icon"
1008
+ msgstr ""
1009
+
1010
+ # @ wplivechat
1011
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:360
1012
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1381
1013
+ #, fuzzy
1014
+ #| msgid "Upload Logo"
1015
+ msgid "Upload Icon"
1016
+ msgstr "Bild hochladen"
1017
+
1018
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:362
1019
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1383
1020
+ msgid "Remove Icon"
1021
+ msgstr ""
1022
+
1023
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:363
1024
+ msgid "Recommended Size 50px x 50px"
1025
+ msgstr ""
1026
+
1027
  # @ wplivechat
1028
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
1029
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1390
1030
+ #: wp-live-chat-support/includes/settings_page.php:397
1031
  msgid "Picture"
1032
  msgstr "Bild"
1033
 
1034
  # @ wplivechat
1035
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:376
1036
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1398
1037
+ #: wp-live-chat-support/includes/settings_page.php:384
1038
+ #: wp-live-chat-support/includes/settings_page.php:400
1039
+ #: wp-live-chat-support/includes/settings_page.php:416
1040
  msgid "Upload Image"
1041
  msgstr "Bild hochladen"
1042
 
1043
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:378
1044
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1400
1045
  msgid "Remove Image"
1046
  msgstr ""
1047
 
1048
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:379
1049
+ msgid "Recommended Size 40px x 40px"
1050
  msgstr ""
1051
 
1052
  # @ wplivechat
1053
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:385
1054
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1408
1055
+ #: wp-live-chat-support/includes/settings_page.php:413
1056
  msgid "Logo"
1057
  msgstr "Logo"
1058
 
1059
  # @ wplivechat
1060
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:393
1061
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1416
1062
  msgid "Upload Logo"
1063
  msgstr "Bild hochladen"
1064
 
1065
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:395
1066
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1418
1067
  msgid "Remove Logo"
1068
  msgstr ""
1069
 
1070
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:396
1071
+ msgid "Recommended Size 250px x 40px"
 
1072
  msgstr ""
1073
 
1074
  # @ wplivechat
1075
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:402
1076
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1425
1077
+ #: wp-live-chat-support/includes/settings_page.php:429
1078
  msgid "Chat delay (seconds)"
1079
  msgstr "Chat-Verzögerung (Sekunden)"
1080
 
1081
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:402
1082
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1425
1083
  msgid "How long it takes for your chat window to pop up"
1084
  msgstr ""
1085
 
1086
  # @ wplivechat
1087
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:411
1088
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1434
1089
+ #: wp-live-chat-support/includes/settings_page.php:445
1090
  msgid "Chat notifications"
1091
  msgstr "Chat-Benachrichtigungen"
1092
 
1093
  # @ wplivechat
1094
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:411
1095
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1434
1096
  msgid "Alert me via email as soon as someone wants to chat (while online only)"
1097
  msgstr "Verständige Sie mich per E-Mail sobald jemand chatten möchte"
1098
 
1099
  # @ wplivechat
1100
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:421
 
1101
  msgid "Display name and avatar in chat"
1102
  msgstr "Anzeige des Namens und des Avatars im Chat:"
1103
 
1104
  # @ wplivechat
1105
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:421
 
1106
  msgid "Display the agent and user name above each message in the chat window."
1107
  msgstr ""
1108
  "Zeigen Sie im Chat-Fenster den Agenten und den Benutzernamen über jeder "
1109
  "Nachricht."
1110
 
1111
  # @ wplivechat
1112
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:433
1113
+ #: wp-live-chat-support/includes/settings_page.php:484
1114
  msgid "Only show the chat window to users that are logged in"
1115
  msgstr "Das Chat-Fenster wird nur Benutzern angezeigt, die angemeldet sind:"
1116
 
1117
  # @ wplivechat
1118
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:433
1119
+ #: wp-live-chat-support/includes/settings_page.php:484
1120
  msgid ""
1121
  "By checking this, only users that are logged in will be able to chat with "
1122
  "you."
1125
  "der Lage sein, mit Ihnen zu chatten."
1126
 
1127
  # @ wplivechat
1128
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:452
1129
+ #: wp-live-chat-support/includes/settings_page.php:583
1130
  msgid "Do not allow users to send offline messages"
1131
  msgstr "Benutzer können keine Offline-Nachrichten senden:"
1132
 
1133
  # @ wplivechat
1134
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:452
1135
+ #: wp-live-chat-support/includes/settings_page.php:583
1136
  msgid ""
1137
  "The chat window will be hidden when it is offline. Users will not be able to "
1138
  "send offline messages to you"
1141
  "werden nicht in der Lage sein, Offline-Nachrichten an Sie zu schicken"
1142
 
1143
  # @ wplivechat
1144
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:464
1145
+ #: wp-live-chat-support/includes/settings_page.php:638
1146
  msgid "Email Address"
1147
  msgstr "E-Mail Adresse"
1148
 
1149
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:464
1150
+ #: wp-live-chat-support/includes/settings_page.php:638
1151
  msgid ""
1152
  "Email address where offline messages are delivered to. Use comma separated "
1153
  "email addresses to send to more than one email address"
1154
  msgstr ""
1155
 
1156
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:477
1157
+ #: wp-live-chat-support/includes/settings_page.php:659
1158
  msgid "Sending Method"
1159
  msgstr ""
1160
 
1161
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:478
1162
+ #: wp-live-chat-support/includes/settings_page.php:660
1163
  msgid "WP Mail"
1164
  msgstr ""
1165
 
1166
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:479
1167
+ #: wp-live-chat-support/includes/settings_page.php:661
1168
  msgid "PHP Mailer"
1169
  msgstr ""
1170
 
1171
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:495
1172
+ #: wp-live-chat-support/includes/settings_page.php:677
1173
  msgid "Host"
1174
  msgstr ""
1175
 
1176
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:503
1177
+ #: wp-live-chat-support/includes/settings_page.php:685
1178
  msgid "Port"
1179
  msgstr ""
1180
 
1181
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:511
1182
+ #: wp-live-chat-support/includes/settings_page.php:693
1183
  msgid "Username"
1184
  msgstr ""
1185
 
1186
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:519
1187
+ #: wp-live-chat-support/includes/settings_page.php:701
1188
  msgid "Password"
1189
  msgstr ""
1190
 
1191
  # @ wplivechat
1192
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:528
1193
+ #: wp-live-chat-support/includes/settings_page.php:594
1194
  msgid "Offline Chat Box Title"
1195
  msgstr "Offline-Text"
1196
 
1197
  # @ wplivechat
1198
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:536
1199
+ #: wp-live-chat-support/includes/settings_page.php:602
1200
  msgid "Offline Text Fields"
1201
  msgstr "Offline-Text"
1202
 
1203
+ # @ wplivechat
1204
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:546
1205
+ #: wp-live-chat-support/includes/settings_page.php:612
1206
+ #, fuzzy
1207
+ #| msgid "Offline text"
1208
+ msgid "Offline Button Text"
1209
+ msgstr "Offline-Text"
1210
+
1211
+ # @ wplivechat
1212
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:552
1213
+ #: wp-live-chat-support/includes/settings_page.php:618
1214
+ #, fuzzy
1215
+ #| msgid "Offline text"
1216
+ msgid "Offline Send Button Text"
1217
+ msgstr "Offline-Text"
1218
+
1219
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:581
1220
+ #: wp-live-chat-support/includes/settings_page.php:781
1221
  msgid "Choose a theme"
1222
  msgstr ""
1223
 
1224
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:586
1225
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:589
1226
  msgid "Theme 1"
1227
  msgstr ""
1228
 
1229
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:592
1230
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:595
1231
  msgid "Theme 2"
1232
  msgstr ""
1233
 
1234
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:598
1235
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:601
1236
  msgid "Theme 3"
1237
  msgstr ""
1238
 
1239
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:604
1240
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:607
1241
  msgid "Theme 4"
1242
  msgstr ""
1243
 
1244
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:610
1245
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:613
1246
  msgid "Theme 5"
1247
  msgstr ""
1248
 
1249
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:616
1250
  msgid "Theme 6"
1251
  msgstr ""
1252
 
1253
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:619
1254
  msgid "Custom. Enter Colour Values Below"
1255
  msgstr ""
1256
 
1257
  # @ wplivechat
1258
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:645
1259
  msgid "Chat box fill color"
1260
  msgstr "Chat-Box Füllfarbe"
1261
 
1262
  # @ wplivechat
1263
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:651
1264
  msgid "Chat box font color"
1265
  msgstr "Chat-Box Textfarbe"
1266
 
1267
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:658
1268
+ #: wp-live-chat-support/includes/settings_page.php:922
1269
  msgid "I'm using a localization plugin"
1270
  msgstr ""
1271
 
1272
  # @ wplivechat
1273
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:661
1274
  msgid "documentation"
1275
  msgstr "Dokumentation"
1276
 
1277
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:666
1278
  msgid ""
1279
  "You will only be able to edit the strings shown in the chat window of the "
1280
  "code now. <br/> This has been done to accommodate as many localization "
1283
  msgstr ""
1284
 
1285
  # @ wplivechat
1286
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:671
1287
+ #: wp-live-chat-support/includes/settings_page.php:931
1288
  msgid "First Section Text"
1289
  msgstr "Text erste Sektion"
1290
 
1291
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:678
1292
+ #: wp-live-chat-support/includes/settings_page.php:938
1293
  msgid "Intro Text"
1294
  msgstr ""
1295
 
1296
  # @ wplivechat
1297
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:684
1298
+ #: wp-live-chat-support/includes/settings_page.php:944
1299
  msgid "Second Section Text"
1300
  msgstr "Text zweite Sektion"
1301
 
1302
  # @ wplivechat
1303
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:691
1304
+ #: wp-live-chat-support/includes/settings_page.php:951
1305
  msgid "Reactivate Chat Section Text"
1306
  msgstr "Text für reaktivierten Chat"
1307
 
1308
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:699
 
1309
  msgid "User chat welcome"
1310
  msgstr ""
1311
 
1312
  # @ wplivechat
1313
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:705
1314
+ #: wp-live-chat-support/includes/settings_page.php:979
1315
  msgid "Other text"
1316
  msgstr "Weitere"
1317
 
1318
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:707
 
1319
  msgid "This text is shown above the user chat input field"
1320
  msgstr ""
1321
 
1322
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:711
1323
+ #: wp-live-chat-support/includes/settings_page.php:987
1324
+ msgid "Close Button Text"
1325
+ msgstr ""
1326
+
1327
  # @ wplivechat
1328
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:745
1329
  msgid ""
1330
  "You are using an outdated version of WP Live Chat Support Basic. Please "
1331
  "update your plugin to allow for animations to function"
1334
  "Pro<strong>."
1335
 
1336
  # @ sola_t
1337
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:749
1338
+ #: wp-live-chat-support/includes/settings_page.php:995
1339
  msgid "Choose an animation"
1340
  msgstr "Wählen Sie eine Animation (nur Pro)"
1341
 
1342
  # @ wplivechat
1343
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:757
1344
+ #: wp-live-chat-support/includes/settings_page.php:1003
1345
  msgid "Slide Up"
1346
  msgstr "Hochsliden"
1347
 
1348
  # @ wplivechat
1349
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:763
1350
+ #: wp-live-chat-support/includes/settings_page.php:1009
1351
  msgid "Slide From The Side"
1352
  msgstr "Slide von der Seite"
1353
 
1354
  # @ wplivechat
1355
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:769
1356
+ #: wp-live-chat-support/includes/settings_page.php:1015
1357
  msgid "Fade In"
1358
  msgstr "Einblenden"
1359
 
1360
  # @ wplivechat
1361
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:775
1362
+ #: wp-live-chat-support/includes/settings_page.php:1021
1363
  msgid "No Animation"
1364
  msgstr "Keine Animation"
1365
 
1366
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:833
1367
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4042
1368
+ #: wp-live-chat-support/wp-live-chat-support.php:5320
1369
  msgid "Current Users that are Chat Agents"
1370
  msgstr ""
1371
 
1372
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:844
1373
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2056
1374
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4053
1375
+ #: wp-live-chat-support/wp-live-chat-support.php:5330
1376
  msgid "Online"
1377
  msgstr ""
1378
 
1379
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:854
1380
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3908
1381
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4063
1382
+ #: wp-live-chat-support/modules/node_server.php:901
1383
+ #: wp-live-chat-support/wp-live-chat-support.php:3055
1384
  msgid "Remove"
1385
  msgstr ""
1386
 
1387
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:863
1388
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4072
1389
+ #: wp-live-chat-support/wp-live-chat-support.php:5380
1390
  msgid "Add New Agent"
1391
  msgstr ""
1392
 
1393
  # @ wplivechat
1394
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:865
1395
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1097
1396
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4074
1397
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
1398
+ #: wp-live-chat-support/wp-live-chat-support.php:5345
1399
  msgid "Select"
1400
  msgstr "Auswählen"
1401
 
1402
  # @ wplivechat
1403
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:887
1404
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4096
1405
+ #: wp-live-chat-support/wp-live-chat-support.php:5381
1406
  msgid "Add Agent"
1407
  msgstr "Agenten"
1408
 
1409
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:893
1410
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4102
1411
  msgid ""
1412
  "Should you wish to add a user that has a role less than 'Author', please go "
1413
  "to the <a href='./users.php'>Users</a> page, select the relevant user, click "
1415
  "checkbox."
1416
  msgstr ""
1417
 
1418
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:894
1419
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:4103
1420
  msgid "If there are no chat agents online, the chat will show as offline"
1421
  msgstr ""
1422
 
1423
  # @ wplivechat
1424
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:898
1425
+ #: wp-live-chat-support/includes/settings_page.php:1048
1426
  msgid "Blocked Visitors - Based on IP Address"
1427
  msgstr "Blockierte Besucher - basierend auf der IP-Adresse"
1428
 
1429
  # @ wplivechat
1430
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:899
1431
+ #: wp-live-chat-support/includes/settings_page.php:1052
1432
  msgid "Enter each IP Address you would like to block on a new line"
1433
  msgstr ""
1434
  "Geben Sie jede IP-Adresse ein, die Sie in einer neuen Zeile blockieren "
1435
  "möchten"
1436
 
1437
  # @ wplivechat
1438
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:910
1439
+ #: wp-live-chat-support/includes/settings_page.php:1063
1440
  msgid ""
1441
  "Blocking a user's IP Address here will hide the chat window from them, "
1442
  "preventing them from chatting with you. Each IP Address must be on a new line"
1446
  "Adresse muss in einer neuen Zeile sein."
1447
 
1448
  # @ wplivechat
1449
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:919
1450
  msgid ""
1451
  "are only available in the WP Live Chat Support Chat Experience Ratings add-on"
1452
  msgstr "Installation der WP Live Chat Support Pro Add-ons"
1453
 
1454
  # @ wplivechat
1455
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:923
1456
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2266
1457
  msgid "Chat Encryption"
1458
  msgstr "Chat-Benachrichtigungen"
1459
 
1460
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:926
1461
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2269
1462
  msgid "Enable Encryption"
1463
  msgstr ""
1464
 
1465
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:926
1466
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2269
1467
  msgid ""
1468
  "All messages will be encrypted when being sent to and from the user and "
1469
  "agent."
1470
  msgstr ""
1471
 
1472
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:934
1473
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2279
1474
  msgid ""
1475
  "Once enabled, all messages sent will be encrypted. This cannot be undone."
1476
  msgstr ""
1477
 
1478
  # @ wplivechat
1479
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:940
1480
+ #: wp-live-chat-support/includes/settings_page.php:1074
1481
  msgid "Save Settings"
1482
  msgstr "Einstellungen speichern"
1483
 
1484
+ # @ wplivechat
1485
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:7
1486
+ #, fuzzy
1487
+ #| msgid "WP Live Chat Support Settings"
1488
+ msgid "WP Live Chat Support - User Fields"
1489
+ msgstr "WP Live Chat Support Einstellungen"
1490
+
1491
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:11
1492
+ msgid "User tagline"
1493
  msgstr ""
1494
 
1495
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:17
1496
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:30
1497
+ msgid "This will show up at the top of the chatbox - Leave blank to disable."
 
1498
  msgstr ""
1499
 
1500
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:24
1501
+ msgid "User bio"
 
 
1502
  msgstr ""
1503
 
1504
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:37
1505
+ msgid "User social accounts"
1506
  msgstr ""
1507
 
1508
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:42
1509
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1494
1510
+ #: wp-live-chat-support/includes/settings_page.php:557
1511
+ msgid "Twitter URL"
1512
  msgstr ""
1513
 
1514
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:46
1515
+ msgid "LinkedIn URL"
 
1516
  msgstr ""
1517
 
1518
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:50
1519
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1490
1520
+ #: wp-live-chat-support/includes/settings_page.php:544
1521
+ msgid "Facebook URL"
1522
  msgstr ""
1523
 
1524
+ # @ wplivechat
1525
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:54
1526
+ #, fuzzy
1527
+ #| msgid "Your Website"
1528
+ msgid "Website URL"
1529
+ msgstr "Ihre Website:"
1530
+
1531
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:56
1532
+ msgid ""
1533
+ "This will show up at the top of the chatbox, in the agent's description - "
1534
+ "Leave each item blank to disable it."
1535
  msgstr ""
1536
 
1537
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:276
1538
+ msgid "Twitter"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1539
  msgstr ""
1540
 
1541
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:279
1542
+ msgid "LinkedIn"
 
 
 
 
1543
  msgstr ""
1544
 
1545
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:282
1546
+ msgid "Facebook"
1547
  msgstr ""
1548
 
1549
+ # @ wplivechat
1550
+ #: wp-live-chat-support-pro/includes/wplc_agent_data.php:285
1551
+ #, fuzzy
1552
+ #| msgid "Your Website"
1553
+ msgid "Website"
1554
+ msgstr "Ihre Website:"
1555
 
1556
+ #: wp-live-chat-support-pro/includes/wplc_custom_fields.php:60
1557
+ #: wp-live-chat-support-pro/includes/wplc_data_triggers.php:5
1558
+ #: wp-live-chat-support-pro/includes/wplc_departments.php:143
1559
+ #: wp-live-chat-support-pro/includes/wplc_roi.php:83
1560
+ #: wp-live-chat-support/modules/webhooks_manager.php:57
1561
+ #: wp-live-chat-support/modules/webhooks_manager.php:312
1562
+ msgid "Add New"
1563
  msgstr ""
1564