Version Description
- 2014-08-22 - Low priority =
- Code improvements (PHP warnings - set_time_limit caused warnings on some hosts)
Download this release
Release Info
Developer | WP-LiveChat |
Plugin | WP Live Chat Support |
Version | 4.1.5 |
Comparing to | |
See all releases |
Code changes from version 4.1.4 to 4.1.5
- ajax.php +3 -3
- functions.php +1 -17
- languages/wplivechat-de_DE.mo +0 -0
- languages/wplivechat-de_DE.po +816 -0
- languages/wplivechat-es_ES.mo +0 -0
- languages/wplivechat-es_ES.po +815 -0
- languages/wplivechat-ru_RU.mo +0 -0
- languages/wplivechat-ru_RU.po +812 -0
- readme.txt +10 -0
- wp-live-chat-support.php +6 -3
ajax.php
CHANGED
@@ -81,7 +81,7 @@ $check = 1;
|
|
81 |
if ($check == 1) {
|
82 |
|
83 |
if($_POST['action'] == 'wplc_admin_long_poll'){
|
84 |
-
if (defined('WPLC_TIMEOUT')) { set_time_limit(WPLC_TIMEOUT); } else { set_time_limit(120); }
|
85 |
//sleep(6);
|
86 |
$i = 1;
|
87 |
while($i <= $iterations){
|
@@ -122,7 +122,7 @@ if ($check == 1) {
|
|
122 |
}
|
123 |
}
|
124 |
if($_POST['action'] == "wplc_admin_long_poll_chat"){
|
125 |
-
if (defined('WPLC_TIMEOUT')) { set_time_limit(WPLC_TIMEOUT); } else { set_time_limit(120); }
|
126 |
$i = 1;
|
127 |
$array = array();
|
128 |
while($i <= $iterations){
|
@@ -178,7 +178,7 @@ if ($check == 1) {
|
|
178 |
//User Ajax
|
179 |
|
180 |
if($_POST['action'] == 'wplc_call_to_server_visitor'){
|
181 |
-
if (defined('WPLC_TIMEOUT')) { set_time_limit(WPLC_TIMEOUT); } else { set_time_limit(120); }
|
182 |
$i = 1;
|
183 |
$array = array("check" => false);
|
184 |
|
81 |
if ($check == 1) {
|
82 |
|
83 |
if($_POST['action'] == 'wplc_admin_long_poll'){
|
84 |
+
if (defined('WPLC_TIMEOUT')) { @set_time_limit(WPLC_TIMEOUT); } else { @set_time_limit(120); }
|
85 |
//sleep(6);
|
86 |
$i = 1;
|
87 |
while($i <= $iterations){
|
122 |
}
|
123 |
}
|
124 |
if($_POST['action'] == "wplc_admin_long_poll_chat"){
|
125 |
+
if (defined('WPLC_TIMEOUT')) { @set_time_limit(WPLC_TIMEOUT); } else { @set_time_limit(120); }
|
126 |
$i = 1;
|
127 |
$array = array();
|
128 |
while($i <= $iterations){
|
178 |
//User Ajax
|
179 |
|
180 |
if($_POST['action'] == 'wplc_call_to_server_visitor'){
|
181 |
+
if (defined('WPLC_TIMEOUT')) { @set_time_limit(WPLC_TIMEOUT); } else { @set_time_limit(120); }
|
182 |
$i = 1;
|
183 |
$array = array("check" => false);
|
184 |
|
functions.php
CHANGED
@@ -78,23 +78,7 @@ function wplc_record_chat_msg($from,$cid,$msg) {
|
|
78 |
$orig = '1';
|
79 |
}
|
80 |
|
81 |
-
|
82 |
-
include 'includes/XMPPHP/XMPP.php';
|
83 |
-
|
84 |
-
#Use XMPPHP_Log::LEVEL_VERBOSE to get more logging for error reports
|
85 |
-
#If this doesn't work, are you running 64-bit PHP with < 5.2.6?
|
86 |
-
$conn = new XMPPHP_XMPP('talk.google.com', 5222, '', '', 'xmpphp', 'gmail.com', $printlog=false, $loglevel=XMPPHP_Log::LEVEL_INFO);
|
87 |
-
|
88 |
-
try {
|
89 |
-
$conn->connect();
|
90 |
-
$conn->processUntil('session_start');
|
91 |
-
$conn->presence();
|
92 |
-
$conn->message($fromemail, $msg);
|
93 |
-
$conn->disconnect();
|
94 |
-
} catch(XMPPHP_Exception $e) {
|
95 |
-
die($e->getMessage());
|
96 |
-
}
|
97 |
-
*/
|
98 |
$ins_array = array(
|
99 |
'chat_sess_id' => $cid,
|
100 |
'timestamp' => date("Y-m-d H:i:s"),
|
78 |
$orig = '1';
|
79 |
}
|
80 |
|
81 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
$ins_array = array(
|
83 |
'chat_sess_id' => $cid,
|
84 |
'timestamp' => date("Y-m-d H:i:s"),
|
languages/wplivechat-de_DE.mo
ADDED
Binary file
|
languages/wplivechat-de_DE.po
ADDED
@@ -0,0 +1,816 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: wplc\n"
|
4 |
+
"POT-Creation-Date: 2014-06-30 15:16+0200\n"
|
5 |
+
"PO-Revision-Date: 2014-08-06 11:29+0200\n"
|
6 |
+
"Last-Translator: Zoran Horvat <zoran.horvat@outlook.com>\n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"X-Generator: Poedit 1.5.7\n"
|
12 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
15 |
+
"live-chat-support\n"
|
16 |
+
"X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
17 |
+
"live-chat-support-pro\n"
|
18 |
+
|
19 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax.php:209
|
20 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:212
|
21 |
+
msgid "Admin has closed and ended the chat"
|
22 |
+
msgstr "Der Administrator hat den Chat geschlossen und beendet"
|
23 |
+
|
24 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax.php:233
|
25 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:245
|
26 |
+
msgid "There is No Answer. Please Try Again Later"
|
27 |
+
msgstr "Keine Antwort. Bitte versuchen Sie es später erneut."
|
28 |
+
|
29 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:145
|
30 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:23
|
31 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:100
|
32 |
+
msgid "IP"
|
33 |
+
msgstr "IP"
|
34 |
+
|
35 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:146
|
36 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:169
|
37 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:71
|
38 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:24
|
39 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:101
|
40 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
41 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:303
|
42 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:401
|
43 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:419
|
44 |
+
msgid "Name"
|
45 |
+
msgstr "Name"
|
46 |
+
|
47 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:147
|
48 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:171
|
49 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:25
|
50 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:102
|
51 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
52 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:304
|
53 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:403
|
54 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:420
|
55 |
+
msgid "Email"
|
56 |
+
msgstr "E-Mail"
|
57 |
+
|
58 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:148
|
59 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:26
|
60 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:103
|
61 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:305
|
62 |
+
msgid "URL"
|
63 |
+
msgstr "URL"
|
64 |
+
|
65 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:149
|
66 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:27
|
67 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:104
|
68 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:306
|
69 |
+
msgid "Status"
|
70 |
+
msgstr "Status"
|
71 |
+
|
72 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:150
|
73 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:28
|
74 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:105
|
75 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:307
|
76 |
+
msgid "Action"
|
77 |
+
msgstr "Aktion"
|
78 |
+
|
79 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:156
|
80 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:111
|
81 |
+
msgid "No chat sessions available at the moment"
|
82 |
+
msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
|
83 |
+
|
84 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:393
|
85 |
+
msgid "complete"
|
86 |
+
msgstr "Beendet"
|
87 |
+
|
88 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:396
|
89 |
+
msgid "pending"
|
90 |
+
msgstr "in Warteschleife"
|
91 |
+
|
92 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:399
|
93 |
+
msgid "active"
|
94 |
+
msgstr "Aktiv"
|
95 |
+
|
96 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:402
|
97 |
+
msgid "deleted"
|
98 |
+
msgstr "Gelöscht"
|
99 |
+
|
100 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:405
|
101 |
+
msgid "browsing"
|
102 |
+
msgstr "surft"
|
103 |
+
|
104 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:408
|
105 |
+
msgid "requesting chat"
|
106 |
+
msgstr "Frage Chat an"
|
107 |
+
|
108 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:411
|
109 |
+
msgid "Chat Ended - User still browsing"
|
110 |
+
msgstr "Chat beendet - Benutzer surft noch"
|
111 |
+
|
112 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:414
|
113 |
+
msgid "User is browsing but doesn't want to chat"
|
114 |
+
msgstr "Benutzer surft aber will nicht chatten"
|
115 |
+
|
116 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:466
|
117 |
+
msgid "Get Pro Add-on to accept more chats"
|
118 |
+
msgstr "Hole dir das Pro Add-on und akzeptiere mehrere Chats"
|
119 |
+
|
120 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:81
|
121 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:436
|
122 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1198
|
123 |
+
msgid "Live Chat"
|
124 |
+
msgstr "Live Chat"
|
125 |
+
|
126 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:82
|
127 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1199
|
128 |
+
msgid "Settings"
|
129 |
+
msgstr "Einstellungen"
|
130 |
+
|
131 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:83
|
132 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1200
|
133 |
+
msgid "History"
|
134 |
+
msgstr "Historie"
|
135 |
+
|
136 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:84
|
137 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
|
138 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1201
|
139 |
+
msgid "Feedback"
|
140 |
+
msgstr "Feedback"
|
141 |
+
|
142 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:159
|
143 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:208
|
144 |
+
msgid "Questions?"
|
145 |
+
msgstr "Fragen?"
|
146 |
+
|
147 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:159
|
148 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:209
|
149 |
+
msgid "Chat with us"
|
150 |
+
msgstr "Reden Sie mit uns!"
|
151 |
+
|
152 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:173
|
153 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:215
|
154 |
+
msgid "Start Chat"
|
155 |
+
msgstr "Chat starten"
|
156 |
+
|
157 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:180
|
158 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
|
159 |
+
msgid "Connecting you to a sales person. Please be patient."
|
160 |
+
msgstr "Sie werden mit einem Mitarbeiter verbunden. Bitte um etwas Geduld."
|
161 |
+
|
162 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:183
|
163 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:224
|
164 |
+
msgid "Reactivating your previous chat..."
|
165 |
+
msgstr "Der vorherige Chat wird reaktiviert..."
|
166 |
+
|
167 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:187
|
168 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:681
|
169 |
+
msgid "Press ENTER to send your message"
|
170 |
+
msgstr "ENTER drücken um die Nachricht zu senden"
|
171 |
+
|
172 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:191
|
173 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:544
|
174 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:456
|
175 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:684
|
176 |
+
msgid "Send"
|
177 |
+
msgstr "Senden"
|
178 |
+
|
179 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:402
|
180 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:202
|
181 |
+
msgid "Dear Pro User"
|
182 |
+
msgstr "Lieber Pro Benutzer"
|
183 |
+
|
184 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
185 |
+
msgid "You are using an outdated version of WP Live Chat Support Pro. Please"
|
186 |
+
msgstr "Du benutzt eine veraltete Version von WP Live Chat Support Pro. Bitte"
|
187 |
+
|
188 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
189 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
190 |
+
msgid "update to at least version"
|
191 |
+
msgstr "aktualisieren Sie auf die neueste Version"
|
192 |
+
|
193 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
194 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
195 |
+
msgid "to ensure all functionality is in working order"
|
196 |
+
msgstr "um sicherzustellen, dass alle Funktionen zuverlässig arbeiten"
|
197 |
+
|
198 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:405
|
199 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:215
|
200 |
+
msgid "If you are having difficulty updating the plugin, please contact"
|
201 |
+
msgstr ""
|
202 |
+
"Wenn Sie Schwierigkeiten haben das Plugin zu aktualisieren, kontaktieren Sie "
|
203 |
+
"bitte"
|
204 |
+
|
205 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:430
|
206 |
+
msgid "Experiencing problems with the plugin?"
|
207 |
+
msgstr "Du hast Probleme mit dem Plugin?"
|
208 |
+
|
209 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:432
|
210 |
+
msgid "Review the documentation."
|
211 |
+
msgstr "Lese die Dokumentation"
|
212 |
+
|
213 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:433
|
214 |
+
msgid "Or ask a question on our"
|
215 |
+
msgstr "oder stelle eine Frage an unser"
|
216 |
+
|
217 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:455
|
218 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:562
|
219 |
+
msgid "Visitors on site"
|
220 |
+
msgstr "Besucher auf der Seite"
|
221 |
+
|
222 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
223 |
+
msgid "With the Pro add-on of WP Live Chat Support, you can"
|
224 |
+
msgstr "Mit dem Pro add-on von WP Live Chat Support kannst du"
|
225 |
+
|
226 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
227 |
+
msgid "see who's online and initiate chats"
|
228 |
+
msgstr "beobachten wer online ist und Chats"
|
229 |
+
|
230 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
231 |
+
msgid "with your online visitors with the click of a button."
|
232 |
+
msgstr "mit deinen Besuchern über einen Knopfdruck starten"
|
233 |
+
|
234 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
235 |
+
msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates FOREVER."
|
236 |
+
msgstr ""
|
237 |
+
"Kaufe das Pro add-on jetzt für nur $29,95. Kostenlose Updates für IMMER. "
|
238 |
+
|
239 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
240 |
+
msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates Forever."
|
241 |
+
msgstr ""
|
242 |
+
"Kaufe das Pro add-on jetzt für nur $29,95. Kostenlose Updates für immer."
|
243 |
+
|
244 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:516
|
245 |
+
msgid "Previous"
|
246 |
+
msgstr "Vorherig"
|
247 |
+
|
248 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:516
|
249 |
+
msgid "Active"
|
250 |
+
msgstr "Aktiv"
|
251 |
+
|
252 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:534
|
253 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:672
|
254 |
+
msgid "End chat"
|
255 |
+
msgstr "Chat beenden"
|
256 |
+
|
257 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:644
|
258 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:799
|
259 |
+
msgid "User has opened the chat window"
|
260 |
+
msgstr "Benutzer hat das Chat-Fenster geöffnet"
|
261 |
+
|
262 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:649
|
263 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:804
|
264 |
+
msgid "User has minimized the chat window"
|
265 |
+
msgstr "Benutzer hat das Chat-Fenster minimiert"
|
266 |
+
|
267 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:654
|
268 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:809
|
269 |
+
msgid "User has maximized the chat window"
|
270 |
+
msgstr "Benutzer hat das Chat-Fenster maximiert"
|
271 |
+
|
272 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:659
|
273 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:814
|
274 |
+
msgid "User has closed and ended the chat"
|
275 |
+
msgstr "Benutzer hat das Chat-Fenster geschossen und den Chat beendet"
|
276 |
+
|
277 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:856
|
278 |
+
msgid "WP Live Chat History"
|
279 |
+
msgstr "WP Live Chat Historie"
|
280 |
+
|
281 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:861
|
282 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
|
283 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:78
|
284 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:94
|
285 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:110
|
286 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:126
|
287 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:143
|
288 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:164
|
289 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:178
|
290 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:228
|
291 |
+
msgid "Pro Add-on"
|
292 |
+
msgstr "Pro Add-on"
|
293 |
+
|
294 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:885
|
295 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:514
|
296 |
+
msgid "Your settings have been saved."
|
297 |
+
msgstr "Deine Einstellungen wurden gespeichert"
|
298 |
+
|
299 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:900
|
300 |
+
msgid "Thank You for your feedback!"
|
301 |
+
msgstr "Danke für Ihr Feedback!"
|
302 |
+
|
303 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:904
|
304 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:917
|
305 |
+
msgid "Thank you for your feedback. We will be in touch soon"
|
306 |
+
msgstr "Danke für Ihr Feedback. Wir melden uns bald"
|
307 |
+
|
308 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:921
|
309 |
+
msgid "There was a problem sending your feedback. Please log your feedback on "
|
310 |
+
msgstr ""
|
311 |
+
"Es gab ein Problem beim senden deines Feedback. Bitte trage dein Feedback "
|
312 |
+
"ein unter"
|
313 |
+
|
314 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
|
315 |
+
msgid "WP Live Chat Support Feedback"
|
316 |
+
msgstr "WP Live Chat Support Feedback"
|
317 |
+
|
318 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:8
|
319 |
+
msgid "We'd love to hear your comments and/or suggestions"
|
320 |
+
msgstr ""
|
321 |
+
"Wir würden uns freuen Kommentare und/oder Vorschläge von dir zu bekommen"
|
322 |
+
|
323 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:13
|
324 |
+
msgid "Your Name"
|
325 |
+
msgstr "Ihn Name"
|
326 |
+
|
327 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:21
|
328 |
+
msgid "Your Email"
|
329 |
+
msgstr "Ihe E-Mail"
|
330 |
+
|
331 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:29
|
332 |
+
msgid "Your Website"
|
333 |
+
msgstr "Ihe Website"
|
334 |
+
|
335 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:48
|
336 |
+
msgid "Send Feedback"
|
337 |
+
msgstr "Feedback senden"
|
338 |
+
|
339 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:6
|
340 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:17
|
341 |
+
msgid "WP Live Chat Support Settings"
|
342 |
+
msgstr "WP Live Chat Support Einstellungen"
|
343 |
+
|
344 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
|
345 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:29
|
346 |
+
msgid "General Settings"
|
347 |
+
msgstr "Generelle Einstellungen"
|
348 |
+
|
349 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
|
350 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:30
|
351 |
+
msgid "Chat Box"
|
352 |
+
msgstr "Chat Box"
|
353 |
+
|
354 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
|
355 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:153
|
356 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
|
357 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:141
|
358 |
+
msgid "Offline Messages"
|
359 |
+
msgstr "Offline Nachrichten"
|
360 |
+
|
361 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
|
362 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:190
|
363 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
|
364 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:226
|
365 |
+
msgid "Styling"
|
366 |
+
msgstr "Styling"
|
367 |
+
|
368 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:23
|
369 |
+
msgid "Agents"
|
370 |
+
msgstr "Agenten"
|
371 |
+
|
372 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:26
|
373 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
|
374 |
+
msgid "Main Settings"
|
375 |
+
msgstr "Haupeinstellungen"
|
376 |
+
|
377 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:29
|
378 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:39
|
379 |
+
msgid "Chat enabled"
|
380 |
+
msgstr "Chat freigegeben"
|
381 |
+
|
382 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:32
|
383 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:42
|
384 |
+
msgid "Yes"
|
385 |
+
msgstr "Ja"
|
386 |
+
|
387 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
|
388 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:43
|
389 |
+
msgid "No"
|
390 |
+
msgstr "Nein"
|
391 |
+
|
392 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
|
393 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:49
|
394 |
+
msgid "Hide Chat"
|
395 |
+
msgstr "Chat verstecken"
|
396 |
+
|
397 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
|
398 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:50
|
399 |
+
msgid "Hides chat for 24hrs when user clicks X"
|
400 |
+
msgstr "Chat für 24 Stunden verstecken wenn der Benutzer auf [X] klickt"
|
401 |
+
|
402 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
|
403 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:77
|
404 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:93
|
405 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
|
406 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
|
407 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
|
408 |
+
msgid "available in the"
|
409 |
+
msgstr "available in the"
|
410 |
+
|
411 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
|
412 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:79
|
413 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:95
|
414 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:111
|
415 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:127
|
416 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:144
|
417 |
+
msgid "only"
|
418 |
+
msgstr "."
|
419 |
+
|
420 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:57
|
421 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
|
422 |
+
msgid "Chat Window Settings"
|
423 |
+
msgstr "Chat Fenster Einstellungen"
|
424 |
+
|
425 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:60
|
426 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:63
|
427 |
+
msgid "Chat box alignment"
|
428 |
+
msgstr "Chat Box Ausrichtung"
|
429 |
+
|
430 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
|
431 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:66
|
432 |
+
msgid "Bottom left"
|
433 |
+
msgstr "Unten links"
|
434 |
+
|
435 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
|
436 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:67
|
437 |
+
msgid "Bottom right"
|
438 |
+
msgstr "Unten rechts"
|
439 |
+
|
440 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:87
|
441 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:86
|
442 |
+
msgid "Picture"
|
443 |
+
msgstr "Bild"
|
444 |
+
|
445 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:90
|
446 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:106
|
447 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:94
|
448 |
+
msgid "Upload Image"
|
449 |
+
msgstr "Bild hochladen"
|
450 |
+
|
451 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:103
|
452 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:103
|
453 |
+
msgid "Logo"
|
454 |
+
msgstr "Logo"
|
455 |
+
|
456 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:119
|
457 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:120
|
458 |
+
msgid "Chat delay (seconds)"
|
459 |
+
msgstr "Chat Verzögerung (Sekunden)"
|
460 |
+
|
461 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
|
462 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
|
463 |
+
msgid "Chat notifications"
|
464 |
+
msgstr "Chat Benachrichtigungen"
|
465 |
+
|
466 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:139
|
467 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:133
|
468 |
+
msgid "Alert me via email as soon as someone wants to chat"
|
469 |
+
msgstr "Verständige mich per E-Mail sobald jemand chatten möchte"
|
470 |
+
|
471 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:157
|
472 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:145
|
473 |
+
msgid "Email Address"
|
474 |
+
msgstr "E-Mail Adresse"
|
475 |
+
|
476 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:163
|
477 |
+
msgid "Get offline messages with the "
|
478 |
+
msgstr "Erhalte offline Nachrichten mit dem"
|
479 |
+
|
480 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:172
|
481 |
+
msgid "Offline text"
|
482 |
+
msgstr "Offline Text"
|
483 |
+
|
484 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:177
|
485 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:227
|
486 |
+
msgid "Edit these text fields using the "
|
487 |
+
msgstr "Bearbeite diese Textfelder mittels"
|
488 |
+
|
489 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:193
|
490 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
|
491 |
+
msgid "Chat box fill color"
|
492 |
+
msgstr "Chat Box Füllfarbe"
|
493 |
+
|
494 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:199
|
495 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:235
|
496 |
+
msgid "Chat box font color"
|
497 |
+
msgstr "Chat Box Textfarbe"
|
498 |
+
|
499 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:206
|
500 |
+
msgid "First section text"
|
501 |
+
msgstr "Text erste Sektion"
|
502 |
+
|
503 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:213
|
504 |
+
msgid "Second section text"
|
505 |
+
msgstr "Text zweite Sektion"
|
506 |
+
|
507 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:222
|
508 |
+
msgid "Reactivate chat section text"
|
509 |
+
msgstr "Text für reaktivierten Chat"
|
510 |
+
|
511 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:239
|
512 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:294
|
513 |
+
msgid "Multiple Agents"
|
514 |
+
msgstr "Mehrere Agenten"
|
515 |
+
|
516 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
517 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
518 |
+
msgid "Get"
|
519 |
+
msgstr "Hole dir die"
|
520 |
+
|
521 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
522 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
523 |
+
msgid "Multiple agent support"
|
524 |
+
msgstr "Mehrfach-Agenten Unterstützung"
|
525 |
+
|
526 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
527 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
528 |
+
msgid "for only $39.95"
|
529 |
+
msgstr "für nur $39,95"
|
530 |
+
|
531 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:243
|
532 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:299
|
533 |
+
msgid "Save Settings"
|
534 |
+
msgstr "Einstellungen speichern"
|
535 |
+
|
536 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
|
537 |
+
msgid "Welcome to "
|
538 |
+
msgstr "Willkommen zu"
|
539 |
+
|
540 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
|
541 |
+
msgid "WordPress.org plugin repository "
|
542 |
+
msgstr "WordPress.org Plugin Verzeichnis "
|
543 |
+
|
544 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:18
|
545 |
+
msgid "Search Term"
|
546 |
+
msgstr "Suchbegriff"
|
547 |
+
|
548 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:22
|
549 |
+
msgid "Google or other search Engine"
|
550 |
+
msgstr "Google oder eine andere Suchmaschine"
|
551 |
+
|
552 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:28
|
553 |
+
msgid "Friend recommendation"
|
554 |
+
msgstr "Empfehlung eines Freundes"
|
555 |
+
|
556 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:34
|
557 |
+
msgid "Other"
|
558 |
+
msgstr "Weitere"
|
559 |
+
|
560 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:38
|
561 |
+
msgid "Please Explain"
|
562 |
+
msgstr "Bitte erläutern"
|
563 |
+
|
564 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:47
|
565 |
+
msgid "Submit"
|
566 |
+
msgstr "Senden"
|
567 |
+
|
568 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:49
|
569 |
+
msgid "Skip"
|
570 |
+
msgstr "Überspringen"
|
571 |
+
|
572 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:46
|
573 |
+
msgid "Initiate Chat"
|
574 |
+
msgstr "Chat beginnen"
|
575 |
+
|
576 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:48
|
577 |
+
msgid "You must be a chat agent to initiate chats"
|
578 |
+
msgstr "Du musst Agent sein um Chats einzuleiten"
|
579 |
+
|
580 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:66
|
581 |
+
msgid "No visitors on-line at the moment"
|
582 |
+
msgstr "Zur Zeit keine Besucher online"
|
583 |
+
|
584 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:125
|
585 |
+
msgid "Accept Chat"
|
586 |
+
msgstr "Chat annehmen"
|
587 |
+
|
588 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:128
|
589 |
+
msgid "You must be a chat agent to answer chats"
|
590 |
+
msgstr "Du musst ein Agent sein um Chats beantworten zu können"
|
591 |
+
|
592 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:135
|
593 |
+
msgid "Open Chat Window"
|
594 |
+
msgstr "Chat Fenster öffnen"
|
595 |
+
|
596 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:138
|
597 |
+
msgid "Chat has been answered by another agent"
|
598 |
+
msgstr "Chat wurde durch einen anderen Agenten beantwortet"
|
599 |
+
|
600 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:141
|
601 |
+
msgid "Chat has been Accpted By Chat Agent "
|
602 |
+
msgstr "Chat wurde durch einen anderen Agenten akzeptiert"
|
603 |
+
|
604 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:170
|
605 |
+
msgid "WP Live Chat Support - Offline Message from"
|
606 |
+
msgstr "WP Live Chat Support - Offline nachrivht von"
|
607 |
+
|
608 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
609 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:421
|
610 |
+
msgid "Message"
|
611 |
+
msgstr "Nachricht"
|
612 |
+
|
613 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
614 |
+
msgid "Via WP Live Chat Support"
|
615 |
+
msgstr "Via WP Live Chat Support"
|
616 |
+
|
617 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:225
|
618 |
+
msgid "Alert: Someone wants to chat with you on "
|
619 |
+
msgstr "Achtung: Jemand will mit dir chatten auf"
|
620 |
+
|
621 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:226
|
622 |
+
msgid "Someone wants to chat with you on your website"
|
623 |
+
msgstr "Jemand möchte mit dir auf deiner Website chatten"
|
624 |
+
|
625 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:226
|
626 |
+
msgid "Log in"
|
627 |
+
msgstr "Anmelden"
|
628 |
+
|
629 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:203
|
630 |
+
msgid ""
|
631 |
+
"WP Live Chat Support Pro requires WP Live Chat Support to function. You Can "
|
632 |
+
"download the latest copy from"
|
633 |
+
msgstr ""
|
634 |
+
"WP Live Chat Support Pro erfordert WP Live Chat Support um zu funktionieren. "
|
635 |
+
"Du kannst die letzte Version herunterladen von"
|
636 |
+
|
637 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:212
|
638 |
+
msgid "Dear User"
|
639 |
+
msgstr "Lieber Benutzer"
|
640 |
+
|
641 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
642 |
+
msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
|
643 |
+
msgstr ""
|
644 |
+
"Du benutzt eine veraltete Version von WP Live Chat Support Basic. Bitte"
|
645 |
+
|
646 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:302
|
647 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:661
|
648 |
+
msgid "Date"
|
649 |
+
msgstr "Datum"
|
650 |
+
|
651 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:313
|
652 |
+
msgid "No chats available at the moment"
|
653 |
+
msgstr "Zur Zeit sind keine Chats aktiv"
|
654 |
+
|
655 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:423
|
656 |
+
msgid "Send message"
|
657 |
+
msgstr "Sende Nachricht"
|
658 |
+
|
659 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:535
|
660 |
+
msgid "Chat sessions"
|
661 |
+
msgstr "Chat Sitzung"
|
662 |
+
|
663 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:557
|
664 |
+
msgid ""
|
665 |
+
"Please note: This window must be open in order to receive new chat "
|
666 |
+
"notifications."
|
667 |
+
msgstr ""
|
668 |
+
"Bitte beachten: Dieses Fenster muss geöffnet bleiben um Chat-"
|
669 |
+
"Benachrichtigungen zu empfangen."
|
670 |
+
|
671 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:651
|
672 |
+
msgid "Chat with"
|
673 |
+
msgstr "Chatten mit"
|
674 |
+
|
675 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:658
|
676 |
+
msgid "Email address"
|
677 |
+
msgstr "E-Mail Adresse"
|
678 |
+
|
679 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:659
|
680 |
+
msgid "IP Address"
|
681 |
+
msgstr "IP Adresse"
|
682 |
+
|
683 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:660
|
684 |
+
msgid "From URL"
|
685 |
+
msgstr "Von URL"
|
686 |
+
|
687 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:660
|
688 |
+
msgid "open"
|
689 |
+
msgstr "öffnen"
|
690 |
+
|
691 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:667
|
692 |
+
msgid "Attempting to open the chat window... Please be patient."
|
693 |
+
msgstr "Versuche das Chat-Fenster zu öffnen... Bitte um etwas geduld."
|
694 |
+
|
695 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:735
|
696 |
+
msgid "This chat has already been answered. Please close the chat window"
|
697 |
+
msgstr ""
|
698 |
+
"Dieser Chat wurde bereits beantwortet. Bitte schließen Sie dieses Chat "
|
699 |
+
"Fenster."
|
700 |
+
|
701 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1111
|
702 |
+
msgid ""
|
703 |
+
"An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
|
704 |
+
"\" onclick=\"document.location.reload(); return false;\">Try again</a>"
|
705 |
+
msgstr ""
|
706 |
+
"Ein unerwarteter HTTP Fehler ist beim API Aufruf aufgetreten.</p> <p><a href="
|
707 |
+
"\"?\" onclick=\"document.location.reload(); return false;\">Nochmal "
|
708 |
+
"versuchen</a>"
|
709 |
+
|
710 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1116
|
711 |
+
msgid "An unknown error occurred"
|
712 |
+
msgstr "Ein unbekannter Fehler ist aufgetreten"
|
713 |
+
|
714 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1203
|
715 |
+
msgid "Error Log"
|
716 |
+
msgstr "Fehler Log"
|
717 |
+
|
718 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
|
719 |
+
msgid "Chat Agents"
|
720 |
+
msgstr "Chat Agenten"
|
721 |
+
|
722 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:74
|
723 |
+
msgid "Name "
|
724 |
+
msgstr "Name"
|
725 |
+
|
726 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
|
727 |
+
msgid "Remove Image"
|
728 |
+
msgstr "Bild entfernen"
|
729 |
+
|
730 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:97
|
731 |
+
msgid "Recomended Size 40px x 40px"
|
732 |
+
msgstr "Empfohlene Größe 40px x 40px"
|
733 |
+
|
734 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:111
|
735 |
+
msgid "Upload Logo"
|
736 |
+
msgstr "Logo hochladen"
|
737 |
+
|
738 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:113
|
739 |
+
msgid "Remove Logo"
|
740 |
+
msgstr "Logo entfernen"
|
741 |
+
|
742 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:114
|
743 |
+
msgid "Recomended Size 250px x 40px"
|
744 |
+
msgstr "Empfohlene Größe 250px x 40px"
|
745 |
+
|
746 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:123
|
747 |
+
msgid "how long it takes for your chat window to pop up"
|
748 |
+
msgstr "Wie lange es dauern soll bis das Chat Fenster erscheint"
|
749 |
+
|
750 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:134
|
751 |
+
msgid "(while online only)"
|
752 |
+
msgstr "(nur solange online)"
|
753 |
+
|
754 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
|
755 |
+
msgid "Email address where offline messages are delivered to"
|
756 |
+
msgstr "E-Mail Adresse an die die offline Nachrichten gesendet werden"
|
757 |
+
|
758 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:157
|
759 |
+
msgid "Sending Method"
|
760 |
+
msgstr "Methode zum senden"
|
761 |
+
|
762 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:158
|
763 |
+
msgid "WP Mail"
|
764 |
+
msgstr "WP Mail"
|
765 |
+
|
766 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:159
|
767 |
+
msgid "PHP Mailer"
|
768 |
+
msgstr "PHP Mailer"
|
769 |
+
|
770 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:171
|
771 |
+
msgid "Host"
|
772 |
+
msgstr "Host"
|
773 |
+
|
774 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:179
|
775 |
+
msgid "Port"
|
776 |
+
msgstr "Port"
|
777 |
+
|
778 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:187
|
779 |
+
msgid "Username"
|
780 |
+
msgstr "Benutzername"
|
781 |
+
|
782 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:195
|
783 |
+
msgid "Password"
|
784 |
+
msgstr "Kennwort"
|
785 |
+
|
786 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:204
|
787 |
+
msgid "Offline Chat Box Title"
|
788 |
+
msgstr "Offline Chat Box Titel"
|
789 |
+
|
790 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:212
|
791 |
+
msgid "Offline Text Fields"
|
792 |
+
msgstr "Offline Textfelder"
|
793 |
+
|
794 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
|
795 |
+
msgid "First Section Text"
|
796 |
+
msgstr "Text erste Sektion"
|
797 |
+
|
798 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:250
|
799 |
+
msgid "Intro Text"
|
800 |
+
msgstr "Intro Text"
|
801 |
+
|
802 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:256
|
803 |
+
msgid "Second Section Text"
|
804 |
+
msgstr "Text zweite Sektion"
|
805 |
+
|
806 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:263
|
807 |
+
msgid "Reactivate Chat Section Text"
|
808 |
+
msgstr "Reaktivierter Chat Text"
|
809 |
+
|
810 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:271
|
811 |
+
msgid "User chat welcome"
|
812 |
+
msgstr "Chat Benutzer Willkommensnachricht"
|
813 |
+
|
814 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:280
|
815 |
+
msgid "Other text"
|
816 |
+
msgstr "Weiterer Text"
|
languages/wplivechat-es_ES.mo
ADDED
Binary file
|
languages/wplivechat-es_ES.po
ADDED
@@ -0,0 +1,815 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: wplc\n"
|
4 |
+
"POT-Creation-Date: 2014-06-30 15:16+0200\n"
|
5 |
+
"PO-Revision-Date: 2014-08-12 11:33-0500\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"X-Generator: Poedit 1.5.7\n"
|
12 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
15 |
+
"live-chat-support\n"
|
16 |
+
"X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
17 |
+
"live-chat-support-pro\n"
|
18 |
+
|
19 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax.php:209
|
20 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:212
|
21 |
+
msgid "Admin has closed and ended the chat"
|
22 |
+
msgstr "El administrador ha cerrado y terminado el chat"
|
23 |
+
|
24 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax.php:233
|
25 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:245
|
26 |
+
msgid "There is No Answer. Please Try Again Later"
|
27 |
+
msgstr "No hay respuesta. Por favor intenta nuevamente más tarde"
|
28 |
+
|
29 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:145
|
30 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:23
|
31 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:100
|
32 |
+
msgid "IP"
|
33 |
+
msgstr "IP"
|
34 |
+
|
35 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:146
|
36 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:169
|
37 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:71
|
38 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:24
|
39 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:101
|
40 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
41 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:303
|
42 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:401
|
43 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:419
|
44 |
+
msgid "Name"
|
45 |
+
msgstr "Nombre"
|
46 |
+
|
47 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:147
|
48 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:171
|
49 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:25
|
50 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:102
|
51 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
52 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:304
|
53 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:403
|
54 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:420
|
55 |
+
msgid "Email"
|
56 |
+
msgstr "Email"
|
57 |
+
|
58 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:148
|
59 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:26
|
60 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:103
|
61 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:305
|
62 |
+
msgid "URL"
|
63 |
+
msgstr "URL"
|
64 |
+
|
65 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:149
|
66 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:27
|
67 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:104
|
68 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:306
|
69 |
+
msgid "Status"
|
70 |
+
msgstr "Estado"
|
71 |
+
|
72 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:150
|
73 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:28
|
74 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:105
|
75 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:307
|
76 |
+
msgid "Action"
|
77 |
+
msgstr "Acción"
|
78 |
+
|
79 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:156
|
80 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:111
|
81 |
+
msgid "No chat sessions available at the moment"
|
82 |
+
msgstr "No hay sesiones de chat activas en el momento"
|
83 |
+
|
84 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:393
|
85 |
+
msgid "complete"
|
86 |
+
msgstr "completo"
|
87 |
+
|
88 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:396
|
89 |
+
msgid "pending"
|
90 |
+
msgstr "pendiente"
|
91 |
+
|
92 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:399
|
93 |
+
msgid "active"
|
94 |
+
msgstr "acitvo"
|
95 |
+
|
96 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:402
|
97 |
+
msgid "deleted"
|
98 |
+
msgstr "eliminado"
|
99 |
+
|
100 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:405
|
101 |
+
msgid "browsing"
|
102 |
+
msgstr "buscando"
|
103 |
+
|
104 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:408
|
105 |
+
msgid "requesting chat"
|
106 |
+
msgstr "solicitando chat"
|
107 |
+
|
108 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:411
|
109 |
+
msgid "Chat Ended - User still browsing"
|
110 |
+
msgstr "Chat terminado - El usuario aún está navegando"
|
111 |
+
|
112 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:414
|
113 |
+
msgid "User is browsing but doesn't want to chat"
|
114 |
+
msgstr "El usuario está navegando pero no desea chatear"
|
115 |
+
|
116 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:466
|
117 |
+
msgid "Get Pro Add-on to accept more chats"
|
118 |
+
msgstr "Consigue la versión Pro para aceptar más chats"
|
119 |
+
|
120 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:81
|
121 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:436
|
122 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1198
|
123 |
+
msgid "Live Chat"
|
124 |
+
msgstr "Live Chat"
|
125 |
+
|
126 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:82
|
127 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1199
|
128 |
+
msgid "Settings"
|
129 |
+
msgstr "Ajustes"
|
130 |
+
|
131 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:83
|
132 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1200
|
133 |
+
msgid "History"
|
134 |
+
msgstr "Archivo"
|
135 |
+
|
136 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:84
|
137 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
|
138 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1201
|
139 |
+
msgid "Feedback"
|
140 |
+
msgstr "Retroalimentación"
|
141 |
+
|
142 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:159
|
143 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:208
|
144 |
+
msgid "Questions?"
|
145 |
+
msgstr "¿Tienes preguntas?"
|
146 |
+
|
147 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:159
|
148 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:209
|
149 |
+
msgid "Chat with us"
|
150 |
+
msgstr "Chatea con nosotros"
|
151 |
+
|
152 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:173
|
153 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:215
|
154 |
+
msgid "Start Chat"
|
155 |
+
msgstr "Iniciar Chat"
|
156 |
+
|
157 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:180
|
158 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
|
159 |
+
msgid "Connecting you to a sales person. Please be patient."
|
160 |
+
msgstr ""
|
161 |
+
"Te estamos conectando con un representante de ventas. Espera por favor."
|
162 |
+
|
163 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:183
|
164 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:224
|
165 |
+
msgid "Reactivating your previous chat..."
|
166 |
+
msgstr "Reactivando tu chat anterior..."
|
167 |
+
|
168 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:187
|
169 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:681
|
170 |
+
msgid "Press ENTER to send your message"
|
171 |
+
msgstr "Presiona ENTER para enviar tu mensaje"
|
172 |
+
|
173 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:191
|
174 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:544
|
175 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:456
|
176 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:684
|
177 |
+
msgid "Send"
|
178 |
+
msgstr "Enviar"
|
179 |
+
|
180 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:402
|
181 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:202
|
182 |
+
msgid "Dear Pro User"
|
183 |
+
msgstr "Querido usuario Pro"
|
184 |
+
|
185 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
186 |
+
msgid "You are using an outdated version of WP Live Chat Support Pro. Please"
|
187 |
+
msgstr ""
|
188 |
+
"Estás usando una versión desactualizada de WP Live Chat Support Pro. Por "
|
189 |
+
"favor"
|
190 |
+
|
191 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
192 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
193 |
+
msgid "update to at least version"
|
194 |
+
msgstr "actualiza a la última versión"
|
195 |
+
|
196 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
197 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
198 |
+
msgid "to ensure all functionality is in working order"
|
199 |
+
msgstr "para asegurarte de que todo funcione correctamente"
|
200 |
+
|
201 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:405
|
202 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:215
|
203 |
+
msgid "If you are having difficulty updating the plugin, please contact"
|
204 |
+
msgstr "Si tienes dificultades actualizando el plugin, por favor contáctanos"
|
205 |
+
|
206 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:430
|
207 |
+
msgid "Experiencing problems with the plugin?"
|
208 |
+
msgstr "¿Experimentando dificultades con el plugin?"
|
209 |
+
|
210 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:432
|
211 |
+
msgid "Review the documentation."
|
212 |
+
msgstr "Revisa la documentación."
|
213 |
+
|
214 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:433
|
215 |
+
msgid "Or ask a question on our"
|
216 |
+
msgstr "O realiza una consulta en nuestro"
|
217 |
+
|
218 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:455
|
219 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:562
|
220 |
+
msgid "Visitors on site"
|
221 |
+
msgstr "Visitantes en el sitio"
|
222 |
+
|
223 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
224 |
+
msgid "With the Pro add-on of WP Live Chat Support, you can"
|
225 |
+
msgstr "Con la versión Pro de WP Live Chat Support, podrás"
|
226 |
+
|
227 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
228 |
+
msgid "see who's online and initiate chats"
|
229 |
+
msgstr "ver quién está en línea e iniciar chats"
|
230 |
+
|
231 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
232 |
+
msgid "with your online visitors with the click of a button."
|
233 |
+
msgstr "con tus visitantes conectados con un clic."
|
234 |
+
|
235 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
236 |
+
msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates FOREVER."
|
237 |
+
msgstr ""
|
238 |
+
"Compra la versión Pro ahora y por solo $29.95 de una sola vez. "
|
239 |
+
"Actualizaciones gratis POR SIEMPRE."
|
240 |
+
|
241 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
242 |
+
msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates Forever."
|
243 |
+
msgstr ""
|
244 |
+
"Compra la versión Pro ahora y por solo $29.95 de una sola vez. "
|
245 |
+
"Actualizaciones gratis por siempre."
|
246 |
+
|
247 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:516
|
248 |
+
msgid "Previous"
|
249 |
+
msgstr "Anterior"
|
250 |
+
|
251 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:516
|
252 |
+
msgid "Active"
|
253 |
+
msgstr "Activo"
|
254 |
+
|
255 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:534
|
256 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:672
|
257 |
+
msgid "End chat"
|
258 |
+
msgstr "Terminar chat"
|
259 |
+
|
260 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:644
|
261 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:799
|
262 |
+
msgid "User has opened the chat window"
|
263 |
+
msgstr "El usuario ha abierto la ventana de chat"
|
264 |
+
|
265 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:649
|
266 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:804
|
267 |
+
msgid "User has minimized the chat window"
|
268 |
+
msgstr "El usuario ha minimizado la ventana del chat"
|
269 |
+
|
270 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:654
|
271 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:809
|
272 |
+
msgid "User has maximized the chat window"
|
273 |
+
msgstr "El usuario ha maximizado la ventana del chat"
|
274 |
+
|
275 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:659
|
276 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:814
|
277 |
+
msgid "User has closed and ended the chat"
|
278 |
+
msgstr "El usuario ha cerrado y terminado el chat"
|
279 |
+
|
280 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:856
|
281 |
+
msgid "WP Live Chat History"
|
282 |
+
msgstr "Archivo de WP Live Chat"
|
283 |
+
|
284 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:861
|
285 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
|
286 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:78
|
287 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:94
|
288 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:110
|
289 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:126
|
290 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:143
|
291 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:164
|
292 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:178
|
293 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:228
|
294 |
+
msgid "Pro Add-on"
|
295 |
+
msgstr "Versión Pro"
|
296 |
+
|
297 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:885
|
298 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:514
|
299 |
+
msgid "Your settings have been saved."
|
300 |
+
msgstr "Tus ajustes han sido guardados"
|
301 |
+
|
302 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:900
|
303 |
+
msgid "Thank You for your feedback!"
|
304 |
+
msgstr "¡Gracias por tus comentarios!"
|
305 |
+
|
306 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:904
|
307 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:917
|
308 |
+
msgid "Thank you for your feedback. We will be in touch soon"
|
309 |
+
msgstr "Gracias por tus comentarios. Te contactaremos pronto"
|
310 |
+
|
311 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:921
|
312 |
+
msgid "There was a problem sending your feedback. Please log your feedback on "
|
313 |
+
msgstr "Hubo un problema enviando tu comentario. Por favor intenta nuevamente"
|
314 |
+
|
315 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
|
316 |
+
msgid "WP Live Chat Support Feedback"
|
317 |
+
msgstr "Comentarios sobre WP Live Chat Support"
|
318 |
+
|
319 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:8
|
320 |
+
msgid "We'd love to hear your comments and/or suggestions"
|
321 |
+
msgstr "Nos encantaría escuchar tus comentarios y/o sugerencias"
|
322 |
+
|
323 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:13
|
324 |
+
msgid "Your Name"
|
325 |
+
msgstr "Tu Nombre"
|
326 |
+
|
327 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:21
|
328 |
+
msgid "Your Email"
|
329 |
+
msgstr "Tu Email"
|
330 |
+
|
331 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:29
|
332 |
+
msgid "Your Website"
|
333 |
+
msgstr "Tu Sitio Web"
|
334 |
+
|
335 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:48
|
336 |
+
msgid "Send Feedback"
|
337 |
+
msgstr "Enviar Comentario"
|
338 |
+
|
339 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:6
|
340 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:17
|
341 |
+
msgid "WP Live Chat Support Settings"
|
342 |
+
msgstr "Ajustes de WP Live Chat Support"
|
343 |
+
|
344 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
|
345 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:29
|
346 |
+
msgid "General Settings"
|
347 |
+
msgstr "Ajustes Generales"
|
348 |
+
|
349 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
|
350 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:30
|
351 |
+
msgid "Chat Box"
|
352 |
+
msgstr "Ventana de Chat"
|
353 |
+
|
354 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
|
355 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:153
|
356 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
|
357 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:141
|
358 |
+
msgid "Offline Messages"
|
359 |
+
msgstr "Mensajes offline"
|
360 |
+
|
361 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
|
362 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:190
|
363 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
|
364 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:226
|
365 |
+
msgid "Styling"
|
366 |
+
msgstr "Estilos"
|
367 |
+
|
368 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:23
|
369 |
+
msgid "Agents"
|
370 |
+
msgstr "Agentes"
|
371 |
+
|
372 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:26
|
373 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
|
374 |
+
msgid "Main Settings"
|
375 |
+
msgstr "Ajustes Principales"
|
376 |
+
|
377 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:29
|
378 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:39
|
379 |
+
msgid "Chat enabled"
|
380 |
+
msgstr "Chat habilitado"
|
381 |
+
|
382 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:32
|
383 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:42
|
384 |
+
msgid "Yes"
|
385 |
+
msgstr "Sí"
|
386 |
+
|
387 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
|
388 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:43
|
389 |
+
msgid "No"
|
390 |
+
msgstr "No"
|
391 |
+
|
392 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
|
393 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:49
|
394 |
+
msgid "Hide Chat"
|
395 |
+
msgstr "Ocultar Chat"
|
396 |
+
|
397 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
|
398 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:50
|
399 |
+
msgid "Hides chat for 24hrs when user clicks X"
|
400 |
+
msgstr "Oculta el chat por 24hrs cuando el usuario hace clic en la X"
|
401 |
+
|
402 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
|
403 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:77
|
404 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:93
|
405 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
|
406 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
|
407 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
|
408 |
+
msgid "available in the"
|
409 |
+
msgstr "disponible en el"
|
410 |
+
|
411 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
|
412 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:79
|
413 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:95
|
414 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:111
|
415 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:127
|
416 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:144
|
417 |
+
msgid "only"
|
418 |
+
msgstr "solamente"
|
419 |
+
|
420 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:57
|
421 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
|
422 |
+
msgid "Chat Window Settings"
|
423 |
+
msgstr "Ajustes de la ventana de Chat"
|
424 |
+
|
425 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:60
|
426 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:63
|
427 |
+
msgid "Chat box alignment"
|
428 |
+
msgstr "Alineación de la ventana de Chat"
|
429 |
+
|
430 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
|
431 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:66
|
432 |
+
msgid "Bottom left"
|
433 |
+
msgstr "Abajo a la izquierda"
|
434 |
+
|
435 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
|
436 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:67
|
437 |
+
msgid "Bottom right"
|
438 |
+
msgstr "Abajo a la derecha"
|
439 |
+
|
440 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:87
|
441 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:86
|
442 |
+
msgid "Picture"
|
443 |
+
msgstr "Imagen"
|
444 |
+
|
445 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:90
|
446 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:106
|
447 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:94
|
448 |
+
msgid "Upload Image"
|
449 |
+
msgstr "Subir imagen"
|
450 |
+
|
451 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:103
|
452 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:103
|
453 |
+
msgid "Logo"
|
454 |
+
msgstr "Logo"
|
455 |
+
|
456 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:119
|
457 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:120
|
458 |
+
msgid "Chat delay (seconds)"
|
459 |
+
msgstr "Demora del chat (seguntos)"
|
460 |
+
|
461 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
|
462 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
|
463 |
+
msgid "Chat notifications"
|
464 |
+
msgstr "Noficaciones del chat"
|
465 |
+
|
466 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:139
|
467 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:133
|
468 |
+
msgid "Alert me via email as soon as someone wants to chat"
|
469 |
+
msgstr "Notificarme por email tan pronto alguien desea iniciar un chat"
|
470 |
+
|
471 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:157
|
472 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:145
|
473 |
+
msgid "Email Address"
|
474 |
+
msgstr "Dirección de Email"
|
475 |
+
|
476 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:163
|
477 |
+
msgid "Get offline messages with the "
|
478 |
+
msgstr "Recibir mensajes offline con el"
|
479 |
+
|
480 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:172
|
481 |
+
msgid "Offline text"
|
482 |
+
msgstr "Texto offline"
|
483 |
+
|
484 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:177
|
485 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:227
|
486 |
+
msgid "Edit these text fields using the "
|
487 |
+
msgstr "Edita estos campos de texto usando la"
|
488 |
+
|
489 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:193
|
490 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
|
491 |
+
msgid "Chat box fill color"
|
492 |
+
msgstr "Color de relleno de la ventana de chat"
|
493 |
+
|
494 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:199
|
495 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:235
|
496 |
+
msgid "Chat box font color"
|
497 |
+
msgstr "Color de texto de la ventana de chat"
|
498 |
+
|
499 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:206
|
500 |
+
msgid "First section text"
|
501 |
+
msgstr "Texto primera sección"
|
502 |
+
|
503 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:213
|
504 |
+
msgid "Second section text"
|
505 |
+
msgstr "Texto segunda sección"
|
506 |
+
|
507 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:222
|
508 |
+
msgid "Reactivate chat section text"
|
509 |
+
msgstr "Texto de Reactivar el chat"
|
510 |
+
|
511 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:239
|
512 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:294
|
513 |
+
msgid "Multiple Agents"
|
514 |
+
msgstr "Múltiples Agentes"
|
515 |
+
|
516 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
517 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
518 |
+
msgid "Get"
|
519 |
+
msgstr "Obtener"
|
520 |
+
|
521 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
522 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
523 |
+
msgid "Multiple agent support"
|
524 |
+
msgstr "Múltiples agentes de soporte"
|
525 |
+
|
526 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
527 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
528 |
+
msgid "for only $39.95"
|
529 |
+
msgstr "por solo $39.95"
|
530 |
+
|
531 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:243
|
532 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:299
|
533 |
+
msgid "Save Settings"
|
534 |
+
msgstr "Guardar Ajustes"
|
535 |
+
|
536 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
|
537 |
+
msgid "Welcome to "
|
538 |
+
msgstr "Bienvenido a"
|
539 |
+
|
540 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
|
541 |
+
msgid "WordPress.org plugin repository "
|
542 |
+
msgstr "Repositorio de plugins de Wordpress.org"
|
543 |
+
|
544 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:18
|
545 |
+
msgid "Search Term"
|
546 |
+
msgstr "Término de búsqueda"
|
547 |
+
|
548 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:22
|
549 |
+
msgid "Google or other search Engine"
|
550 |
+
msgstr "Google u otro motor de búsqueda"
|
551 |
+
|
552 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:28
|
553 |
+
msgid "Friend recommendation"
|
554 |
+
msgstr "Recomendación de un amigo"
|
555 |
+
|
556 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:34
|
557 |
+
msgid "Other"
|
558 |
+
msgstr "Otro"
|
559 |
+
|
560 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:38
|
561 |
+
msgid "Please Explain"
|
562 |
+
msgstr "Por favor explica"
|
563 |
+
|
564 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:47
|
565 |
+
msgid "Submit"
|
566 |
+
msgstr "Enviar"
|
567 |
+
|
568 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:49
|
569 |
+
msgid "Skip"
|
570 |
+
msgstr "Saltar"
|
571 |
+
|
572 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:46
|
573 |
+
msgid "Initiate Chat"
|
574 |
+
msgstr "Iniciar Chat"
|
575 |
+
|
576 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:48
|
577 |
+
msgid "You must be a chat agent to initiate chats"
|
578 |
+
msgstr "Debes ser un agente para iniciar chats"
|
579 |
+
|
580 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:66
|
581 |
+
msgid "No visitors on-line at the moment"
|
582 |
+
msgstr "No hay visitantes en línea en este momento"
|
583 |
+
|
584 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:125
|
585 |
+
msgid "Accept Chat"
|
586 |
+
msgstr "Aceptar Chat"
|
587 |
+
|
588 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:128
|
589 |
+
msgid "You must be a chat agent to answer chats"
|
590 |
+
msgstr "Debes ser un agente para responder chats"
|
591 |
+
|
592 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:135
|
593 |
+
msgid "Open Chat Window"
|
594 |
+
msgstr "Abrir ventana de Chat"
|
595 |
+
|
596 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:138
|
597 |
+
msgid "Chat has been answered by another agent"
|
598 |
+
msgstr "El chat ha sido contestado por otro agente"
|
599 |
+
|
600 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:141
|
601 |
+
msgid "Chat has been Accpted By Chat Agent "
|
602 |
+
msgstr "El Chat Ha Cido Aceptado Por Otro Agente"
|
603 |
+
|
604 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:170
|
605 |
+
msgid "WP Live Chat Support - Offline Message from"
|
606 |
+
msgstr "WP Live Chat Support - Mensaje offline de"
|
607 |
+
|
608 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
609 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:421
|
610 |
+
msgid "Message"
|
611 |
+
msgstr "Mensaje"
|
612 |
+
|
613 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
614 |
+
msgid "Via WP Live Chat Support"
|
615 |
+
msgstr "Vía WP Live Chat Support"
|
616 |
+
|
617 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:225
|
618 |
+
msgid "Alert: Someone wants to chat with you on "
|
619 |
+
msgstr "Alerta: Alguien quiere chatear contigo"
|
620 |
+
|
621 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:226
|
622 |
+
msgid "Someone wants to chat with you on your website"
|
623 |
+
msgstr "Alguien quiere chatear contigo en tu sitio web"
|
624 |
+
|
625 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:226
|
626 |
+
msgid "Log in"
|
627 |
+
msgstr "Ingresar"
|
628 |
+
|
629 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:203
|
630 |
+
msgid ""
|
631 |
+
"WP Live Chat Support Pro requires WP Live Chat Support to function. You Can "
|
632 |
+
"download the latest copy from"
|
633 |
+
msgstr ""
|
634 |
+
"WP Live Chat Support Pro requiere WP Live Chat Support para funcionar. "
|
635 |
+
"Puedes descargar la última versión desde"
|
636 |
+
|
637 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:212
|
638 |
+
msgid "Dear User"
|
639 |
+
msgstr "Querido Usuario"
|
640 |
+
|
641 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
642 |
+
msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
|
643 |
+
msgstr ""
|
644 |
+
"Estás usando una versión desactualizada de WP Live Chat Support Básico. Por "
|
645 |
+
"favor"
|
646 |
+
|
647 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:302
|
648 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:661
|
649 |
+
msgid "Date"
|
650 |
+
msgstr "Fecha"
|
651 |
+
|
652 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:313
|
653 |
+
msgid "No chats available at the moment"
|
654 |
+
msgstr "No hay chats disponibles en el momento"
|
655 |
+
|
656 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:423
|
657 |
+
msgid "Send message"
|
658 |
+
msgstr "Enviar mensaje"
|
659 |
+
|
660 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:535
|
661 |
+
msgid "Chat sessions"
|
662 |
+
msgstr "Sesiones de Chat"
|
663 |
+
|
664 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:557
|
665 |
+
msgid ""
|
666 |
+
"Please note: This window must be open in order to receive new chat "
|
667 |
+
"notifications."
|
668 |
+
msgstr ""
|
669 |
+
"Atención: Esta ventana debe permanecer abierta para poder recibir nuevas "
|
670 |
+
"notificaciones de chat."
|
671 |
+
|
672 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:651
|
673 |
+
msgid "Chat with"
|
674 |
+
msgstr "Chatear con"
|
675 |
+
|
676 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:658
|
677 |
+
msgid "Email address"
|
678 |
+
msgstr "Dirección de Email"
|
679 |
+
|
680 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:659
|
681 |
+
msgid "IP Address"
|
682 |
+
msgstr "Dirección IP"
|
683 |
+
|
684 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:660
|
685 |
+
msgid "From URL"
|
686 |
+
msgstr "De URL"
|
687 |
+
|
688 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:660
|
689 |
+
msgid "open"
|
690 |
+
msgstr "abierto"
|
691 |
+
|
692 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:667
|
693 |
+
msgid "Attempting to open the chat window... Please be patient."
|
694 |
+
msgstr "Intentando abrir ventana de chat... Por favor espera."
|
695 |
+
|
696 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:735
|
697 |
+
msgid "This chat has already been answered. Please close the chat window"
|
698 |
+
msgstr "Este chat ya ha sido contestado. Por favor cierra la ventana de chat."
|
699 |
+
|
700 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1111
|
701 |
+
msgid ""
|
702 |
+
"An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
|
703 |
+
"\" onclick=\"document.location.reload(); return false;\">Try again</a>"
|
704 |
+
msgstr ""
|
705 |
+
"Un Error Inesperado HTTP ha ocurrido durante la petición a la API.</p> <p><a "
|
706 |
+
"href=\"?\" onclick=\"document.location.reload(); return false;\">Intentar de "
|
707 |
+
"nuevo</a>"
|
708 |
+
|
709 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1116
|
710 |
+
msgid "An unknown error occurred"
|
711 |
+
msgstr "Ha ocurrido un error desconocido"
|
712 |
+
|
713 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1203
|
714 |
+
msgid "Error Log"
|
715 |
+
msgstr "Registro de errores"
|
716 |
+
|
717 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
|
718 |
+
msgid "Chat Agents"
|
719 |
+
msgstr "Agentes de Chat"
|
720 |
+
|
721 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:74
|
722 |
+
msgid "Name "
|
723 |
+
msgstr "Nombre"
|
724 |
+
|
725 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
|
726 |
+
msgid "Remove Image"
|
727 |
+
msgstr "Quitar Imagen"
|
728 |
+
|
729 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:97
|
730 |
+
msgid "Recomended Size 40px x 40px"
|
731 |
+
msgstr "Tamaño recomendado 40px x 40px"
|
732 |
+
|
733 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:111
|
734 |
+
msgid "Upload Logo"
|
735 |
+
msgstr "Subir Logo"
|
736 |
+
|
737 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:113
|
738 |
+
msgid "Remove Logo"
|
739 |
+
msgstr "Quitar Logo"
|
740 |
+
|
741 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:114
|
742 |
+
msgid "Recomended Size 250px x 40px"
|
743 |
+
msgstr "Tamaño recomendado 250px x 40px"
|
744 |
+
|
745 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:123
|
746 |
+
msgid "how long it takes for your chat window to pop up"
|
747 |
+
msgstr "que tanto tarda tu ventana de chat en abrirse"
|
748 |
+
|
749 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:134
|
750 |
+
msgid "(while online only)"
|
751 |
+
msgstr "(mientras esté online solamente)"
|
752 |
+
|
753 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
|
754 |
+
msgid "Email address where offline messages are delivered to"
|
755 |
+
msgstr "Dirección de email a la que se enviarán los mensajes offline"
|
756 |
+
|
757 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:157
|
758 |
+
msgid "Sending Method"
|
759 |
+
msgstr "Método de Envío"
|
760 |
+
|
761 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:158
|
762 |
+
msgid "WP Mail"
|
763 |
+
msgstr "WP Mail"
|
764 |
+
|
765 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:159
|
766 |
+
msgid "PHP Mailer"
|
767 |
+
msgstr "PHP Mailer"
|
768 |
+
|
769 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:171
|
770 |
+
msgid "Host"
|
771 |
+
msgstr "Servidor"
|
772 |
+
|
773 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:179
|
774 |
+
msgid "Port"
|
775 |
+
msgstr "Puerto"
|
776 |
+
|
777 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:187
|
778 |
+
msgid "Username"
|
779 |
+
msgstr "Nombre de usuario"
|
780 |
+
|
781 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:195
|
782 |
+
msgid "Password"
|
783 |
+
msgstr "Contraseña"
|
784 |
+
|
785 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:204
|
786 |
+
msgid "Offline Chat Box Title"
|
787 |
+
msgstr "Título de la ventana de chat Offline"
|
788 |
+
|
789 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:212
|
790 |
+
msgid "Offline Text Fields"
|
791 |
+
msgstr "Campos de Texto Offline"
|
792 |
+
|
793 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
|
794 |
+
msgid "First Section Text"
|
795 |
+
msgstr "Texto primera sección"
|
796 |
+
|
797 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:250
|
798 |
+
msgid "Intro Text"
|
799 |
+
msgstr "Texto introducción"
|
800 |
+
|
801 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:256
|
802 |
+
msgid "Second Section Text"
|
803 |
+
msgstr "Texto segunda sección"
|
804 |
+
|
805 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:263
|
806 |
+
msgid "Reactivate Chat Section Text"
|
807 |
+
msgstr "Texto de Reactivar sesión de Chat"
|
808 |
+
|
809 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:271
|
810 |
+
msgid "User chat welcome"
|
811 |
+
msgstr "Bienvenida a usuario del chat"
|
812 |
+
|
813 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:280
|
814 |
+
msgid "Other text"
|
815 |
+
msgstr "Otro texto"
|
languages/wplivechat-ru_RU.mo
ADDED
Binary file
|
languages/wplivechat-ru_RU.po
ADDED
@@ -0,0 +1,812 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: wplc\n"
|
4 |
+
"POT-Creation-Date: 2014-06-30 15:16+0200\n"
|
5 |
+
"PO-Revision-Date: 2014-08-08 15:46+0200\n"
|
6 |
+
"Last-Translator: Igor Butsky <igor.butsky@gmail.com>\n"
|
7 |
+
"Language-Team: Igor Butsky <igor.butsky@gmail.com>\n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"X-Generator: Poedit 1.6.5\n"
|
12 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"Language: ru_RU\n"
|
15 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
16 |
+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
17 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
18 |
+
"live-chat-support\n"
|
19 |
+
"X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
20 |
+
"live-chat-support-pro\n"
|
21 |
+
|
22 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax.php:209
|
23 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:212
|
24 |
+
msgid "Admin has closed and ended the chat"
|
25 |
+
msgstr "Администратор закрыл и закончил чат"
|
26 |
+
|
27 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax.php:233
|
28 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:245
|
29 |
+
msgid "There is No Answer. Please Try Again Later"
|
30 |
+
msgstr "Нет ответа. Пожалуйста, попробуйте позже."
|
31 |
+
|
32 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:145
|
33 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:23
|
34 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:100
|
35 |
+
msgid "IP"
|
36 |
+
msgstr "IP"
|
37 |
+
|
38 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:146
|
39 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:169
|
40 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:71
|
41 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:24
|
42 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:101
|
43 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
44 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:303
|
45 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:401
|
46 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:419
|
47 |
+
msgid "Name"
|
48 |
+
msgstr "Имя"
|
49 |
+
|
50 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:147
|
51 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:171
|
52 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:25
|
53 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:102
|
54 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
55 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:304
|
56 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:403
|
57 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:420
|
58 |
+
msgid "Email"
|
59 |
+
msgstr "Email"
|
60 |
+
|
61 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:148
|
62 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:26
|
63 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:103
|
64 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:305
|
65 |
+
msgid "URL"
|
66 |
+
msgstr "Сайт"
|
67 |
+
|
68 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:149
|
69 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:27
|
70 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:104
|
71 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:306
|
72 |
+
msgid "Status"
|
73 |
+
msgstr "Статус"
|
74 |
+
|
75 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:150
|
76 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:28
|
77 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:105
|
78 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:307
|
79 |
+
msgid "Action"
|
80 |
+
msgstr "Действие"
|
81 |
+
|
82 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:156
|
83 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:111
|
84 |
+
msgid "No chat sessions available at the moment"
|
85 |
+
msgstr "На текущий момент нет доступных сессий чата"
|
86 |
+
|
87 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:393
|
88 |
+
msgid "complete"
|
89 |
+
msgstr "завершен"
|
90 |
+
|
91 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:396
|
92 |
+
msgid "pending"
|
93 |
+
msgstr "в обработке"
|
94 |
+
|
95 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:399
|
96 |
+
msgid "active"
|
97 |
+
msgstr "активен"
|
98 |
+
|
99 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:402
|
100 |
+
msgid "deleted"
|
101 |
+
msgstr "удален"
|
102 |
+
|
103 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:405
|
104 |
+
msgid "browsing"
|
105 |
+
msgstr "серфинг"
|
106 |
+
|
107 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:408
|
108 |
+
msgid "requesting chat"
|
109 |
+
msgstr "запрашивает чат"
|
110 |
+
|
111 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:411
|
112 |
+
msgid "Chat Ended - User still browsing"
|
113 |
+
msgstr "Чат окончен - Пользователь продолжает пребывание на сайте"
|
114 |
+
|
115 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:414
|
116 |
+
msgid "User is browsing but doesn't want to chat"
|
117 |
+
msgstr "Пользователь находится на сайте, однако не хочет общаться в чате"
|
118 |
+
|
119 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:466
|
120 |
+
msgid "Get Pro Add-on to accept more chats"
|
121 |
+
msgstr "Получите Pro Add-on для поддержки большего количества чатов"
|
122 |
+
|
123 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:81
|
124 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:436
|
125 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1198
|
126 |
+
msgid "Live Chat"
|
127 |
+
msgstr "Онлайн чат"
|
128 |
+
|
129 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:82
|
130 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1199
|
131 |
+
msgid "Settings"
|
132 |
+
msgstr "Настройки"
|
133 |
+
|
134 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:83
|
135 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1200
|
136 |
+
msgid "History"
|
137 |
+
msgstr "История"
|
138 |
+
|
139 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:84
|
140 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
|
141 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1201
|
142 |
+
msgid "Feedback"
|
143 |
+
msgstr "Отзыв"
|
144 |
+
|
145 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:159
|
146 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:208
|
147 |
+
msgid "Questions?"
|
148 |
+
msgstr "Вопросы?"
|
149 |
+
|
150 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:159
|
151 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:209
|
152 |
+
msgid "Chat with us"
|
153 |
+
msgstr "Связаться с нами"
|
154 |
+
|
155 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:173
|
156 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:215
|
157 |
+
msgid "Start Chat"
|
158 |
+
msgstr "Начать чат"
|
159 |
+
|
160 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:180
|
161 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
|
162 |
+
msgid "Connecting you to a sales person. Please be patient."
|
163 |
+
msgstr "Соединение со специалистом. Пожалуйста, ожидайте."
|
164 |
+
|
165 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:183
|
166 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:224
|
167 |
+
msgid "Reactivating your previous chat..."
|
168 |
+
msgstr "Восстановление Вашего предыдущего чата..."
|
169 |
+
|
170 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:187
|
171 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:681
|
172 |
+
msgid "Press ENTER to send your message"
|
173 |
+
msgstr "Нажмите ENTER, чтобы отправить Ваше сообщение"
|
174 |
+
|
175 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:191
|
176 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:544
|
177 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:456
|
178 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:684
|
179 |
+
msgid "Send"
|
180 |
+
msgstr "Отправить"
|
181 |
+
|
182 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:402
|
183 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:202
|
184 |
+
msgid "Dear Pro User"
|
185 |
+
msgstr "Уважаемый Pro пользователь"
|
186 |
+
|
187 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
188 |
+
msgid "You are using an outdated version of WP Live Chat Support Pro. Please"
|
189 |
+
msgstr "Вы используете устаревшую версию WP Live Chat Support Pro. Пожалуйста"
|
190 |
+
|
191 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
192 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
193 |
+
msgid "update to at least version"
|
194 |
+
msgstr "обновитесь до последней версии"
|
195 |
+
|
196 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
197 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
198 |
+
msgid "to ensure all functionality is in working order"
|
199 |
+
msgstr "для того, чтобы убедиться в том, что все функции работают корректно."
|
200 |
+
|
201 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:405
|
202 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:215
|
203 |
+
msgid "If you are having difficulty updating the plugin, please contact"
|
204 |
+
msgstr ""
|
205 |
+
"Если у Вас возникают проблемы с обновлением плагина, пожалуйста, свяжитесь"
|
206 |
+
|
207 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:430
|
208 |
+
msgid "Experiencing problems with the plugin?"
|
209 |
+
msgstr "Возникают проблемы с плагином?"
|
210 |
+
|
211 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:432
|
212 |
+
msgid "Review the documentation."
|
213 |
+
msgstr "Просмотреть документацию."
|
214 |
+
|
215 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:433
|
216 |
+
msgid "Or ask a question on our"
|
217 |
+
msgstr "Или задайте вопрос на нашем"
|
218 |
+
|
219 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:455
|
220 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:562
|
221 |
+
msgid "Visitors on site"
|
222 |
+
msgstr "Посетители на сайте"
|
223 |
+
|
224 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
225 |
+
msgid "With the Pro add-on of WP Live Chat Support, you can"
|
226 |
+
msgstr "С помощью версии Pro плагина WP Live Chat Support Вы можете"
|
227 |
+
|
228 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
229 |
+
msgid "see who's online and initiate chats"
|
230 |
+
msgstr "видеть, кто находится онлайн и инициировать чаты"
|
231 |
+
|
232 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
233 |
+
msgid "with your online visitors with the click of a button."
|
234 |
+
msgstr "с Вашими пользователями, находящимися онлайн, по клику на кнопку."
|
235 |
+
|
236 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
237 |
+
msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates FOREVER."
|
238 |
+
msgstr ""
|
239 |
+
"Купите Pro add-on сейчас всего за $29.95. Бесплатные обновления НАВСЕГДА."
|
240 |
+
|
241 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
242 |
+
msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates Forever."
|
243 |
+
msgstr ""
|
244 |
+
"Купите Pro add-on сейчас всего за $29.95. Бесплатные обновления навсегда."
|
245 |
+
|
246 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:516
|
247 |
+
msgid "Previous"
|
248 |
+
msgstr "Предыдущий"
|
249 |
+
|
250 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:516
|
251 |
+
msgid "Active"
|
252 |
+
msgstr "Активный"
|
253 |
+
|
254 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:534
|
255 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:672
|
256 |
+
msgid "End chat"
|
257 |
+
msgstr "Завершить чат"
|
258 |
+
|
259 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:644
|
260 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:799
|
261 |
+
msgid "User has opened the chat window"
|
262 |
+
msgstr "Пользователь открыл окно чата"
|
263 |
+
|
264 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:649
|
265 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:804
|
266 |
+
msgid "User has minimized the chat window"
|
267 |
+
msgstr "Пользователь свернул окно чата"
|
268 |
+
|
269 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:654
|
270 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:809
|
271 |
+
msgid "User has maximized the chat window"
|
272 |
+
msgstr "Пользователь развернул окно чата"
|
273 |
+
|
274 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:659
|
275 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:814
|
276 |
+
msgid "User has closed and ended the chat"
|
277 |
+
msgstr "Пользователь закрыл окно чата и звершил его"
|
278 |
+
|
279 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:856
|
280 |
+
msgid "WP Live Chat History"
|
281 |
+
msgstr "История WP Live Chat"
|
282 |
+
|
283 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:861
|
284 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
|
285 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:78
|
286 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:94
|
287 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:110
|
288 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:126
|
289 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:143
|
290 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:164
|
291 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:178
|
292 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:228
|
293 |
+
msgid "Pro Add-on"
|
294 |
+
msgstr "Pro Add-on"
|
295 |
+
|
296 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:885
|
297 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:514
|
298 |
+
msgid "Your settings have been saved."
|
299 |
+
msgstr "Ваши настройки были сохранены"
|
300 |
+
|
301 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:900
|
302 |
+
msgid "Thank You for your feedback!"
|
303 |
+
msgstr "Спасибо за Ваш отзыв!"
|
304 |
+
|
305 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:904
|
306 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:917
|
307 |
+
msgid "Thank you for your feedback. We will be in touch soon"
|
308 |
+
msgstr "Спасибо за Ваш отзыв. Мы свяжемся с Вами в ближайшее время"
|
309 |
+
|
310 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:921
|
311 |
+
msgid "There was a problem sending your feedback. Please log your feedback on "
|
312 |
+
msgstr ""
|
313 |
+
"Возникла проблема при отправке Вашего отзыва. Пожалуйста, сохраните Ваш отзыв"
|
314 |
+
|
315 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
|
316 |
+
msgid "WP Live Chat Support Feedback"
|
317 |
+
msgstr "Отзывы WP Live Chat Support "
|
318 |
+
|
319 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:8
|
320 |
+
msgid "We'd love to hear your comments and/or suggestions"
|
321 |
+
msgstr "Мы хотели бы услышать Ваши комментарии и/или предложения"
|
322 |
+
|
323 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:13
|
324 |
+
msgid "Your Name"
|
325 |
+
msgstr "Ваше имя"
|
326 |
+
|
327 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:21
|
328 |
+
msgid "Your Email"
|
329 |
+
msgstr "Ваш Email"
|
330 |
+
|
331 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:29
|
332 |
+
msgid "Your Website"
|
333 |
+
msgstr "Ваш сайт"
|
334 |
+
|
335 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:48
|
336 |
+
msgid "Send Feedback"
|
337 |
+
msgstr "Отправить отзыв"
|
338 |
+
|
339 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:6
|
340 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:17
|
341 |
+
msgid "WP Live Chat Support Settings"
|
342 |
+
msgstr "Настройки поддержки WP Live Chat"
|
343 |
+
|
344 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
|
345 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:29
|
346 |
+
msgid "General Settings"
|
347 |
+
msgstr "Общие настройки"
|
348 |
+
|
349 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
|
350 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:30
|
351 |
+
msgid "Chat Box"
|
352 |
+
msgstr "Окно чата"
|
353 |
+
|
354 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
|
355 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:153
|
356 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
|
357 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:141
|
358 |
+
msgid "Offline Messages"
|
359 |
+
msgstr "Оффлайн сообщения"
|
360 |
+
|
361 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
|
362 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:190
|
363 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
|
364 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:226
|
365 |
+
msgid "Styling"
|
366 |
+
msgstr "Внешний вид"
|
367 |
+
|
368 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:23
|
369 |
+
msgid "Agents"
|
370 |
+
msgstr "Менеджеры"
|
371 |
+
|
372 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:26
|
373 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
|
374 |
+
msgid "Main Settings"
|
375 |
+
msgstr "Основные настройки"
|
376 |
+
|
377 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:29
|
378 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:39
|
379 |
+
msgid "Chat enabled"
|
380 |
+
msgstr "Чат включен"
|
381 |
+
|
382 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:32
|
383 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:42
|
384 |
+
msgid "Yes"
|
385 |
+
msgstr "Да"
|
386 |
+
|
387 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
|
388 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:43
|
389 |
+
msgid "No"
|
390 |
+
msgstr "Нет"
|
391 |
+
|
392 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
|
393 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:49
|
394 |
+
msgid "Hide Chat"
|
395 |
+
msgstr "Скрыть чат"
|
396 |
+
|
397 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
|
398 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:50
|
399 |
+
msgid "Hides chat for 24hrs when user clicks X"
|
400 |
+
msgstr "Скрывает чат на 24 часа, когда пользователь нажимает Х"
|
401 |
+
|
402 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
|
403 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:77
|
404 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:93
|
405 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
|
406 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
|
407 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
|
408 |
+
msgid "available in the"
|
409 |
+
msgstr "доступно только в "
|
410 |
+
|
411 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
|
412 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:79
|
413 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:95
|
414 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:111
|
415 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:127
|
416 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:144
|
417 |
+
msgid "only"
|
418 |
+
msgstr " "
|
419 |
+
|
420 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:57
|
421 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
|
422 |
+
msgid "Chat Window Settings"
|
423 |
+
msgstr "Настройки окна чата"
|
424 |
+
|
425 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:60
|
426 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:63
|
427 |
+
msgid "Chat box alignment"
|
428 |
+
msgstr "Положение окна чата"
|
429 |
+
|
430 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
|
431 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:66
|
432 |
+
msgid "Bottom left"
|
433 |
+
msgstr "Внизу слева"
|
434 |
+
|
435 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
|
436 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:67
|
437 |
+
msgid "Bottom right"
|
438 |
+
msgstr "Внизу справа"
|
439 |
+
|
440 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:87
|
441 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:86
|
442 |
+
msgid "Picture"
|
443 |
+
msgstr "Изображение"
|
444 |
+
|
445 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:90
|
446 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:106
|
447 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:94
|
448 |
+
msgid "Upload Image"
|
449 |
+
msgstr "Загрузить изображение"
|
450 |
+
|
451 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:103
|
452 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:103
|
453 |
+
msgid "Logo"
|
454 |
+
msgstr "Лого"
|
455 |
+
|
456 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:119
|
457 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:120
|
458 |
+
msgid "Chat delay (seconds)"
|
459 |
+
msgstr "Задержка чата (в секундах)"
|
460 |
+
|
461 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
|
462 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
|
463 |
+
msgid "Chat notifications"
|
464 |
+
msgstr "Уведомления чата"
|
465 |
+
|
466 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:139
|
467 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:133
|
468 |
+
msgid "Alert me via email as soon as someone wants to chat"
|
469 |
+
msgstr "Уведомлять на email как только кто-то хочет начать чат"
|
470 |
+
|
471 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:157
|
472 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:145
|
473 |
+
msgid "Email Address"
|
474 |
+
msgstr "Email адрес"
|
475 |
+
|
476 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:163
|
477 |
+
msgid "Get offline messages with the "
|
478 |
+
msgstr "Получение оффлайн сообщения с помощью"
|
479 |
+
|
480 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:172
|
481 |
+
msgid "Offline text"
|
482 |
+
msgstr "Оффлайн текст"
|
483 |
+
|
484 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:177
|
485 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:227
|
486 |
+
msgid "Edit these text fields using the "
|
487 |
+
msgstr "Редактирование этих текстовых полей доступно в"
|
488 |
+
|
489 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:193
|
490 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
|
491 |
+
msgid "Chat box fill color"
|
492 |
+
msgstr "Цвет заливки окна чата"
|
493 |
+
|
494 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:199
|
495 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:235
|
496 |
+
msgid "Chat box font color"
|
497 |
+
msgstr "Цвет шрифта окна чата"
|
498 |
+
|
499 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:206
|
500 |
+
msgid "First section text"
|
501 |
+
msgstr "Текст первой секции"
|
502 |
+
|
503 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:213
|
504 |
+
msgid "Second section text"
|
505 |
+
msgstr "Текст второй секции"
|
506 |
+
|
507 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:222
|
508 |
+
msgid "Reactivate chat section text"
|
509 |
+
msgstr "Текст восстановления чата"
|
510 |
+
|
511 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:239
|
512 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:294
|
513 |
+
msgid "Multiple Agents"
|
514 |
+
msgstr "Менеджеры чата"
|
515 |
+
|
516 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
517 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
518 |
+
msgid "Get"
|
519 |
+
msgstr "Получить"
|
520 |
+
|
521 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
522 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
523 |
+
msgid "Multiple agent support"
|
524 |
+
msgstr "Поддержку нескольких менеджеров"
|
525 |
+
|
526 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
527 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
528 |
+
msgid "for only $39.95"
|
529 |
+
msgstr "всего за $39.95"
|
530 |
+
|
531 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:243
|
532 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:299
|
533 |
+
msgid "Save Settings"
|
534 |
+
msgstr "Сохранить настройки"
|
535 |
+
|
536 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
|
537 |
+
msgid "Welcome to "
|
538 |
+
msgstr "Добро пожаловать в "
|
539 |
+
|
540 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
|
541 |
+
msgid "WordPress.org plugin repository "
|
542 |
+
msgstr "Репозиторий плагинов WordPress.org"
|
543 |
+
|
544 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:18
|
545 |
+
msgid "Search Term"
|
546 |
+
msgstr "Поисковый запрос"
|
547 |
+
|
548 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:22
|
549 |
+
msgid "Google or other search Engine"
|
550 |
+
msgstr "Google или другая поисковая система"
|
551 |
+
|
552 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:28
|
553 |
+
msgid "Friend recommendation"
|
554 |
+
msgstr "Рекомендация друга"
|
555 |
+
|
556 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:34
|
557 |
+
msgid "Other"
|
558 |
+
msgstr "Другое"
|
559 |
+
|
560 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:38
|
561 |
+
msgid "Please Explain"
|
562 |
+
msgstr "Пожалуйста, поясните"
|
563 |
+
|
564 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:47
|
565 |
+
msgid "Submit"
|
566 |
+
msgstr "Отправить"
|
567 |
+
|
568 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:49
|
569 |
+
msgid "Skip"
|
570 |
+
msgstr "Пропустить"
|
571 |
+
|
572 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:46
|
573 |
+
msgid "Initiate Chat"
|
574 |
+
msgstr "Инициировать чат"
|
575 |
+
|
576 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:48
|
577 |
+
msgid "You must be a chat agent to initiate chats"
|
578 |
+
msgstr "Вы должны быть менеджером чата для того, чтобы инициировать чаты"
|
579 |
+
|
580 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:66
|
581 |
+
msgid "No visitors on-line at the moment"
|
582 |
+
msgstr "На текущий момент нет посетителей онлайн"
|
583 |
+
|
584 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:125
|
585 |
+
msgid "Accept Chat"
|
586 |
+
msgstr "Принять чат"
|
587 |
+
|
588 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:128
|
589 |
+
msgid "You must be a chat agent to answer chats"
|
590 |
+
msgstr "Вы должны быть менеджером чата для того, чтобы отвечать на чаты"
|
591 |
+
|
592 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:135
|
593 |
+
msgid "Open Chat Window"
|
594 |
+
msgstr "Открыть окно чата"
|
595 |
+
|
596 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:138
|
597 |
+
msgid "Chat has been answered by another agent"
|
598 |
+
msgstr "На чат ответил другой менеджер"
|
599 |
+
|
600 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:141
|
601 |
+
msgid "Chat has been Accpted By Chat Agent "
|
602 |
+
msgstr "Чат был принят менеджером чата"
|
603 |
+
|
604 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:170
|
605 |
+
msgid "WP Live Chat Support - Offline Message from"
|
606 |
+
msgstr "WP Live Chat Support - Оффлайн сообщение от"
|
607 |
+
|
608 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
609 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:421
|
610 |
+
msgid "Message"
|
611 |
+
msgstr "Сообщение"
|
612 |
+
|
613 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
614 |
+
msgid "Via WP Live Chat Support"
|
615 |
+
msgstr "С помощью WP Live Chat Support"
|
616 |
+
|
617 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:225
|
618 |
+
msgid "Alert: Someone wants to chat with you on "
|
619 |
+
msgstr "Внимание: Кто-то хочет начать чат с Вами на "
|
620 |
+
|
621 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:226
|
622 |
+
msgid "Someone wants to chat with you on your website"
|
623 |
+
msgstr "Кто-то хочет начать чат с Вами на Вашем сайте"
|
624 |
+
|
625 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:226
|
626 |
+
msgid "Log in"
|
627 |
+
msgstr "Войти"
|
628 |
+
|
629 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:203
|
630 |
+
msgid ""
|
631 |
+
"WP Live Chat Support Pro requires WP Live Chat Support to function. You Can "
|
632 |
+
"download the latest copy from"
|
633 |
+
msgstr ""
|
634 |
+
"WP Live Chat Support Pro требует наличия WP Live Chat Support для работы. Вы "
|
635 |
+
"можете скачать свежую версию с"
|
636 |
+
|
637 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:212
|
638 |
+
msgid "Dear User"
|
639 |
+
msgstr "Ув.Пользователь"
|
640 |
+
|
641 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
642 |
+
msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
|
643 |
+
msgstr "Вы используете устаревшую WP Live Chat Support Basic. Пожалуйста"
|
644 |
+
|
645 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:302
|
646 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:661
|
647 |
+
msgid "Date"
|
648 |
+
msgstr "Дата"
|
649 |
+
|
650 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:313
|
651 |
+
msgid "No chats available at the moment"
|
652 |
+
msgstr "На текущий момент нет доступных чатов"
|
653 |
+
|
654 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:423
|
655 |
+
msgid "Send message"
|
656 |
+
msgstr "Отправить сообщение"
|
657 |
+
|
658 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:535
|
659 |
+
msgid "Chat sessions"
|
660 |
+
msgstr "Сессии чата"
|
661 |
+
|
662 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:557
|
663 |
+
msgid ""
|
664 |
+
"Please note: This window must be open in order to receive new chat "
|
665 |
+
"notifications."
|
666 |
+
msgstr ""
|
667 |
+
"Обратите внимание: Это окно должно быть открыто для того, чтобы получать "
|
668 |
+
"уведомления о новых чатах."
|
669 |
+
|
670 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:651
|
671 |
+
msgid "Chat with"
|
672 |
+
msgstr "Чат с"
|
673 |
+
|
674 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:658
|
675 |
+
msgid "Email address"
|
676 |
+
msgstr "Email адрес"
|
677 |
+
|
678 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:659
|
679 |
+
msgid "IP Address"
|
680 |
+
msgstr "IP адрес"
|
681 |
+
|
682 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:660
|
683 |
+
msgid "From URL"
|
684 |
+
msgstr "Ссылка от"
|
685 |
+
|
686 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:660
|
687 |
+
msgid "open"
|
688 |
+
msgstr "открыть"
|
689 |
+
|
690 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:667
|
691 |
+
msgid "Attempting to open the chat window... Please be patient."
|
692 |
+
msgstr "Пытаемся открыть окно чата... Пожалуйста, ожидайте."
|
693 |
+
|
694 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:735
|
695 |
+
msgid "This chat has already been answered. Please close the chat window"
|
696 |
+
msgstr "На этот чат уже был дан ответ. Пожалуйста, закройте окно чата"
|
697 |
+
|
698 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1111
|
699 |
+
msgid ""
|
700 |
+
"An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
|
701 |
+
"\" onclick=\"document.location.reload(); return false;\">Try again</a>"
|
702 |
+
msgstr ""
|
703 |
+
"Возникла неизвестная ошибка HTTP во время API запроса.</p> <p><a href=\"?\" "
|
704 |
+
"onclick=\"document.location.reload(); return false;\">Попробовать еще раз</a>"
|
705 |
+
|
706 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1116
|
707 |
+
msgid "An unknown error occurred"
|
708 |
+
msgstr "Возникла непредвиденная ошибка"
|
709 |
+
|
710 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1203
|
711 |
+
msgid "Error Log"
|
712 |
+
msgstr "Лог ошибок"
|
713 |
+
|
714 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
|
715 |
+
msgid "Chat Agents"
|
716 |
+
msgstr "Имя"
|
717 |
+
|
718 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:74
|
719 |
+
msgid "Name "
|
720 |
+
msgstr "Имя"
|
721 |
+
|
722 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
|
723 |
+
msgid "Remove Image"
|
724 |
+
msgstr "Удалить изображение"
|
725 |
+
|
726 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:97
|
727 |
+
msgid "Recomended Size 40px x 40px"
|
728 |
+
msgstr "Рекомендуемый размер 40px x 40px"
|
729 |
+
|
730 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:111
|
731 |
+
msgid "Upload Logo"
|
732 |
+
msgstr "Загрузить лого"
|
733 |
+
|
734 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:113
|
735 |
+
msgid "Remove Logo"
|
736 |
+
msgstr "Удалить лого"
|
737 |
+
|
738 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:114
|
739 |
+
msgid "Recomended Size 250px x 40px"
|
740 |
+
msgstr "Рекомендуемый размер 250px x 40px"
|
741 |
+
|
742 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:123
|
743 |
+
msgid "how long it takes for your chat window to pop up"
|
744 |
+
msgstr "через какое время всплывет окно Вашего чата "
|
745 |
+
|
746 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:134
|
747 |
+
msgid "(while online only)"
|
748 |
+
msgstr "(только когда онлайн)"
|
749 |
+
|
750 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
|
751 |
+
msgid "Email address where offline messages are delivered to"
|
752 |
+
msgstr "Email адрес, на который будут доставлены оффлайн сообщения"
|
753 |
+
|
754 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:157
|
755 |
+
msgid "Sending Method"
|
756 |
+
msgstr "Метод отправки"
|
757 |
+
|
758 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:158
|
759 |
+
msgid "WP Mail"
|
760 |
+
msgstr "WP Mail"
|
761 |
+
|
762 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:159
|
763 |
+
msgid "PHP Mailer"
|
764 |
+
msgstr "PHP Mailer"
|
765 |
+
|
766 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:171
|
767 |
+
msgid "Host"
|
768 |
+
msgstr "Хост"
|
769 |
+
|
770 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:179
|
771 |
+
msgid "Port"
|
772 |
+
msgstr "Порт"
|
773 |
+
|
774 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:187
|
775 |
+
msgid "Username"
|
776 |
+
msgstr "Имя пользователя"
|
777 |
+
|
778 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:195
|
779 |
+
msgid "Password"
|
780 |
+
msgstr "Пароль"
|
781 |
+
|
782 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:204
|
783 |
+
msgid "Offline Chat Box Title"
|
784 |
+
msgstr "Заголовок оффлайн окна чата"
|
785 |
+
|
786 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:212
|
787 |
+
msgid "Offline Text Fields"
|
788 |
+
msgstr "Поля оффлайн текста"
|
789 |
+
|
790 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
|
791 |
+
msgid "First Section Text"
|
792 |
+
msgstr "Текст первой секции"
|
793 |
+
|
794 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:250
|
795 |
+
msgid "Intro Text"
|
796 |
+
msgstr "Вступительный текст"
|
797 |
+
|
798 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:256
|
799 |
+
msgid "Second Section Text"
|
800 |
+
msgstr "Текст второй секции"
|
801 |
+
|
802 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:263
|
803 |
+
msgid "Reactivate Chat Section Text"
|
804 |
+
msgstr "Текст восстановления чата"
|
805 |
+
|
806 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:271
|
807 |
+
msgid "User chat welcome"
|
808 |
+
msgstr "Приветствие пользователя в чате"
|
809 |
+
|
810 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:280
|
811 |
+
msgid "Other text"
|
812 |
+
msgstr "Другой текст"
|
readme.txt
CHANGED
@@ -38,6 +38,11 @@ The most cost effective Live Chat plugin. Chat with your visitors for free! WP L
|
|
38 |
* World-class support
|
39 |
* Fully customizable live chat experience
|
40 |
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
Get the [WP Live Chat Support Pro Add-on](http://wp-livechat.com/purchase-pro/) for only $29.95 once off!
|
43 |
|
@@ -58,6 +63,8 @@ Get a free copy of the WP Live Chat Support Pro version in exchange for translat
|
|
58 |
|
59 |
* English
|
60 |
* Brazilian (Gustavo Silva)
|
|
|
|
|
61 |
* Chinese - Simplified^
|
62 |
* Chinese - Traditional^
|
63 |
* Italian^
|
@@ -110,6 +117,9 @@ It is highly recommended that you upgrade to WP Live Chat Support version 4.1.4
|
|
110 |
|
111 |
== Changelog ==
|
112 |
|
|
|
|
|
|
|
113 |
= 4.1.4 2014-07-31 =
|
114 |
* Significant performance improvements
|
115 |
* Brazilian translation added - thank you Gustavo Silva
|
38 |
* World-class support
|
39 |
* Fully customizable live chat experience
|
40 |
|
41 |
+
= Coming soon =
|
42 |
+
* Triggers - Build custom live chat triggers. For example, if a user has been idle for more than 2 minutes, initiate a live chat and send a response.
|
43 |
+
* Quick responses - Create "quick responses" for your live chat window (click to insert a response)
|
44 |
+
* XMP notifications - Get notified about new live chats in Gtalk, ICQ, Yahoo! messenger, etc.
|
45 |
+
|
46 |
|
47 |
Get the [WP Live Chat Support Pro Add-on](http://wp-livechat.com/purchase-pro/) for only $29.95 once off!
|
48 |
|
63 |
|
64 |
* English
|
65 |
* Brazilian (Gustavo Silva)
|
66 |
+
* Russian (Igor Butsky)
|
67 |
+
* Spanish (Sergio Castrillon)
|
68 |
* Chinese - Simplified^
|
69 |
* Chinese - Traditional^
|
70 |
* Italian^
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
+
= 4.1.5 - 2014-08-22 - Low priority =
|
121 |
+
* Code improvements (PHP warnings - set_time_limit caused warnings on some hosts)
|
122 |
+
|
123 |
= 4.1.4 2014-07-31 =
|
124 |
* Significant performance improvements
|
125 |
* Brazilian translation added - thank you Gustavo Silva
|
wp-live-chat-support.php
CHANGED
@@ -3,13 +3,16 @@
|
|
3 |
Plugin Name: WP Live Chat Support
|
4 |
Plugin URI: http://www.wp-livechat.com
|
5 |
Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP Live Chat Support. No third party connection required!
|
6 |
-
Version: 4.1.
|
7 |
Author: WP-LiveChat
|
8 |
Author URI: http://www.wp-livechat.com
|
9 |
*/
|
10 |
|
11 |
|
12 |
-
/* 4.1.
|
|
|
|
|
|
|
13 |
* Significant performance improvements
|
14 |
* Brazilian translation added - thank you Gustavo Silva
|
15 |
*
|
@@ -46,7 +49,7 @@ global $wplc_tblname_chats;
|
|
46 |
global $wplc_tblname_msgs;
|
47 |
$wplc_tblname_chats = $wpdb->prefix . "wplc_chat_sessions";
|
48 |
$wplc_tblname_msgs = $wpdb->prefix . "wplc_chat_msgs";
|
49 |
-
$wplc_version = "4.1.
|
50 |
|
51 |
define('WPLC_BASIC_PLUGIN_DIR',dirname(__FILE__));
|
52 |
define('WPLC_BASIC_PLUGIN_URL',plugins_url()."/wp-live-chat-support/");
|
3 |
Plugin Name: WP Live Chat Support
|
4 |
Plugin URI: http://www.wp-livechat.com
|
5 |
Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP Live Chat Support. No third party connection required!
|
6 |
+
Version: 4.1.5
|
7 |
Author: WP-LiveChat
|
8 |
Author URI: http://www.wp-livechat.com
|
9 |
*/
|
10 |
|
11 |
|
12 |
+
/* 4.1.5
|
13 |
+
* Code improvements (PHP warnings - set_time_limit caused warnings on some hosts)
|
14 |
+
*
|
15 |
+
* 4.1.4
|
16 |
* Significant performance improvements
|
17 |
* Brazilian translation added - thank you Gustavo Silva
|
18 |
*
|
49 |
global $wplc_tblname_msgs;
|
50 |
$wplc_tblname_chats = $wpdb->prefix . "wplc_chat_sessions";
|
51 |
$wplc_tblname_msgs = $wpdb->prefix . "wplc_chat_msgs";
|
52 |
+
$wplc_version = "4.1.5";
|
53 |
|
54 |
define('WPLC_BASIC_PLUGIN_DIR',dirname(__FILE__));
|
55 |
define('WPLC_BASIC_PLUGIN_URL',plugins_url()."/wp-live-chat-support/");
|