Version Description
2014-09-25 - Low priority = * Code improvements (JavaScript errors fixed in IE) * New WP Live Chat Support Translations Added: * - Slovakian (Thank You Dana Kadarova) * - German (Thank You Dennis Klingr) * - Hebrew (Thank You David Cohen)
Download this release
Release Info
Developer | WP-LiveChat |
Plugin | WP Live Chat Support |
Version | 4.1.6 |
Comparing to | |
See all releases |
Code changes from version 4.1.5 to 4.1.6
- ajax.php +2 -14
- js/wplc_u.js +1 -1
- languages/wplivechat-he_IL.mo +0 -0
- languages/wplivechat-he_IL.po +811 -0
- languages/wplivechat-sk_SK.mo +0 -0
- languages/wplivechat-sk_SK.po +811 -0
- readme.txt +16 -4
- screenshot-4.jpg +0 -0
- screenshot-5.jpg +0 -0
- wp-live-chat-support.php +11 -4
ajax.php
CHANGED
@@ -10,30 +10,18 @@ ini_set('html_errors', 0);
|
|
10 |
define('SHORTINIT', true);
|
11 |
|
12 |
|
13 |
-
//$absolute_path = __FILE__;
|
14 |
-
|
15 |
-
//$path_to_file = explode( 'wp-content', $absolute_path );
|
16 |
-
|
17 |
-
//$path_to_wp = $path_to_file[0];
|
18 |
-
|
19 |
-
// changed the path to wp-load to get from post
|
20 |
-
|
21 |
require_once( '../../../wp-load.php' );
|
22 |
|
23 |
-
//function untrailingslashit($string) {
|
24 |
-
// return rtrim($string, '/');
|
25 |
-
//}
|
26 |
-
|
27 |
|
28 |
define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins' ); // full path, no trailing slash
|
29 |
|
30 |
-
$iterations =
|
31 |
/* time in microseconds between updating the user on the page within the DB (lower number = higher resource usage) */
|
32 |
define('WPLC_DELAY_BETWEEN_UPDATES',500000);
|
33 |
/* time in microseconds between long poll loop (lower number = higher resource usage) */
|
34 |
define('WPLC_DELAY_BETWEEN_LOOPS',500000);
|
35 |
/* this needs to take into account the previous constants so that we dont run out of time, which in turn returns a 503 error */
|
36 |
-
define('WPLC_TIMEOUT',((WPLC_DELAY_BETWEEN_UPDATES + WPLC_DELAY_BETWEEN_LOOPS))*$iterations);
|
37 |
|
38 |
|
39 |
|
10 |
define('SHORTINIT', true);
|
11 |
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
require_once( '../../../wp-load.php' );
|
14 |
|
|
|
|
|
|
|
|
|
15 |
|
16 |
define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins' ); // full path, no trailing slash
|
17 |
|
18 |
+
$iterations = 55;
|
19 |
/* time in microseconds between updating the user on the page within the DB (lower number = higher resource usage) */
|
20 |
define('WPLC_DELAY_BETWEEN_UPDATES',500000);
|
21 |
/* time in microseconds between long poll loop (lower number = higher resource usage) */
|
22 |
define('WPLC_DELAY_BETWEEN_LOOPS',500000);
|
23 |
/* this needs to take into account the previous constants so that we dont run out of time, which in turn returns a 503 error */
|
24 |
+
define('WPLC_TIMEOUT',(((WPLC_DELAY_BETWEEN_UPDATES + WPLC_DELAY_BETWEEN_LOOPS))*$iterations)/1000000);
|
25 |
|
26 |
|
27 |
|
js/wplc_u.js
CHANGED
@@ -154,7 +154,7 @@ jQuery(document).ready(function() {
|
|
154 |
complete: function(response){
|
155 |
//console.log(wplc_run);
|
156 |
if (wplc_run) {
|
157 |
-
setTimeout(wplc_call_to_server_chat(data), 1500);
|
158 |
|
159 |
}
|
160 |
},
|
154 |
complete: function(response){
|
155 |
//console.log(wplc_run);
|
156 |
if (wplc_run) {
|
157 |
+
setTimeout(function() { wplc_call_to_server_chat(data); }, 1500);
|
158 |
|
159 |
}
|
160 |
},
|
languages/wplivechat-he_IL.mo
ADDED
Binary file
|
languages/wplivechat-he_IL.po
ADDED
@@ -0,0 +1,811 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-27 17:01+0200\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.6.7\n"
|
12 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"Language: he_IL\n"
|
16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
17 |
+
"live-chat-support\n"
|
18 |
+
"X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
19 |
+
"live-chat-support-pro\n"
|
20 |
+
|
21 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax.php:209
|
22 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:212
|
23 |
+
msgid "Admin has closed and ended the chat"
|
24 |
+
msgstr "מנהל סגר וסיים את השיחה"
|
25 |
+
|
26 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax.php:233
|
27 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:245
|
28 |
+
msgid "There is No Answer. Please Try Again Later"
|
29 |
+
msgstr "אין מענה. אנא נסה שנית מאוחר יותר"
|
30 |
+
|
31 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:145
|
32 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:23
|
33 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:100
|
34 |
+
msgid "IP"
|
35 |
+
msgstr "איי פי"
|
36 |
+
|
37 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:146
|
38 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:169
|
39 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:71
|
40 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:24
|
41 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:101
|
42 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
43 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:303
|
44 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:401
|
45 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:419
|
46 |
+
msgid "Name"
|
47 |
+
msgstr "שם"
|
48 |
+
|
49 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:147
|
50 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:171
|
51 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:25
|
52 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:102
|
53 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
54 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:304
|
55 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:403
|
56 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:420
|
57 |
+
msgid "Email"
|
58 |
+
msgstr "כתובת דואר אלקטרוני"
|
59 |
+
|
60 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:148
|
61 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:26
|
62 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:103
|
63 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:305
|
64 |
+
msgid "URL"
|
65 |
+
msgstr "כתובת אתר"
|
66 |
+
|
67 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:149
|
68 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:27
|
69 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:104
|
70 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:306
|
71 |
+
msgid "Status"
|
72 |
+
msgstr "מצב"
|
73 |
+
|
74 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:150
|
75 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:28
|
76 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:105
|
77 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:307
|
78 |
+
msgid "Action"
|
79 |
+
msgstr "פעולה"
|
80 |
+
|
81 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:156
|
82 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:111
|
83 |
+
msgid "No chat sessions available at the moment"
|
84 |
+
msgstr "אין שיחות זמינות כרגע"
|
85 |
+
|
86 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:393
|
87 |
+
msgid "complete"
|
88 |
+
msgstr "הושלם"
|
89 |
+
|
90 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:396
|
91 |
+
msgid "pending"
|
92 |
+
msgstr "ממתין"
|
93 |
+
|
94 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:399
|
95 |
+
msgid "active"
|
96 |
+
msgstr "פעיל"
|
97 |
+
|
98 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:402
|
99 |
+
msgid "deleted"
|
100 |
+
msgstr "נמחק"
|
101 |
+
|
102 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:405
|
103 |
+
msgid "browsing"
|
104 |
+
msgstr "גולש"
|
105 |
+
|
106 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:408
|
107 |
+
msgid "requesting chat"
|
108 |
+
msgstr "מבקש שיחה"
|
109 |
+
|
110 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:411
|
111 |
+
msgid "Chat Ended - User still browsing"
|
112 |
+
msgstr "השיחה הסתיימה - המשתמש עדיין גולש"
|
113 |
+
|
114 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:414
|
115 |
+
msgid "User is browsing but doesn't want to chat"
|
116 |
+
msgstr "המשתמש גולש אבל אינו מעוניין בשיחה"
|
117 |
+
|
118 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:466
|
119 |
+
msgid "Get Pro Add-on to accept more chats"
|
120 |
+
msgstr "קנה את התוסף פרו כדי לקבל עוד שיחות"
|
121 |
+
|
122 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:81
|
123 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:436
|
124 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1198
|
125 |
+
msgid "Live Chat"
|
126 |
+
msgstr "צ'אט חי"
|
127 |
+
|
128 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:82
|
129 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1199
|
130 |
+
msgid "Settings"
|
131 |
+
msgstr "הגדרות"
|
132 |
+
|
133 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:83
|
134 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1200
|
135 |
+
msgid "History"
|
136 |
+
msgstr "היסטוריה"
|
137 |
+
|
138 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:84
|
139 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
|
140 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1201
|
141 |
+
msgid "Feedback"
|
142 |
+
msgstr "משוב"
|
143 |
+
|
144 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:159
|
145 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:208
|
146 |
+
msgid "Questions?"
|
147 |
+
msgstr "שאלות?"
|
148 |
+
|
149 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:159
|
150 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:209
|
151 |
+
msgid "Chat with us"
|
152 |
+
msgstr "שוחח איתנו"
|
153 |
+
|
154 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:173
|
155 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:215
|
156 |
+
msgid "Start Chat"
|
157 |
+
msgstr "התחל שיחה"
|
158 |
+
|
159 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:180
|
160 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
|
161 |
+
msgid "Connecting you to a sales person. Please be patient."
|
162 |
+
msgstr "אנא המתן, מחבר אותך לנציג מכירות."
|
163 |
+
|
164 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:183
|
165 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:224
|
166 |
+
msgid "Reactivating your previous chat..."
|
167 |
+
msgstr "מפעיל מחדש את שיחתך הקודמת..."
|
168 |
+
|
169 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:187
|
170 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:681
|
171 |
+
msgid "Press ENTER to send your message"
|
172 |
+
msgstr "לחץ אנטר (ENTER) על מנת לשלוח את הודעתך"
|
173 |
+
|
174 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:191
|
175 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:544
|
176 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:456
|
177 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:684
|
178 |
+
msgid "Send"
|
179 |
+
msgstr "שלח"
|
180 |
+
|
181 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:402
|
182 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:202
|
183 |
+
msgid "Dear Pro User"
|
184 |
+
msgstr "משתמש פרו (מקצועי) יקר"
|
185 |
+
|
186 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
187 |
+
msgid "You are using an outdated version of WP Live Chat Support Pro. Please"
|
188 |
+
msgstr "הגרסה בה אתה משתמש של WP Live Chat Support מיושנת. אנא"
|
189 |
+
|
190 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
191 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
192 |
+
msgid "update to at least version"
|
193 |
+
msgstr "עדכן לכל הפחות לגרסה"
|
194 |
+
|
195 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
|
196 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
197 |
+
msgid "to ensure all functionality is in working order"
|
198 |
+
msgstr "על מנת לוודא שכל הפונקציות במצב פעיל"
|
199 |
+
|
200 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:405
|
201 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:215
|
202 |
+
msgid "If you are having difficulty updating the plugin, please contact"
|
203 |
+
msgstr "אם אתה נתקל בבעיות בעדכון התוסף, אנא צור קשר"
|
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 "חווה בעיות עם התוסף?"
|
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 "קרא את התיעוד."
|
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 "או שאל שאלה ב"
|
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 "מבקרים באתר"
|
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 "באמצעות תוסף פרו (מקצועי) של WP Live Chat Support, אתה יכול"
|
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 "לראות מי מחובר וליזום שיחות"
|
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 "עם מבקרים מחוברים בלחיצת כפתור."
|
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 |
+
"קנה את התוסף פרו (מקצועי) עכשיו תמורת תשלום חד פעמי של 29.95$. עדכונים חינם "
|
238 |
+
"לנצח. "
|
239 |
+
|
240 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
241 |
+
msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates Forever."
|
242 |
+
msgstr ""
|
243 |
+
"קנה את התוסף פרו (מקצועי) עכשיו תמורת תשלום חד פעמי של 29.95$. עדכונים חינם "
|
244 |
+
"לנצח. "
|
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 "תוסף פרו (מקצועי)"
|
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 |
+
#: 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"
|
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 |
+
|
322 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:13
|
323 |
+
msgid "Your Name"
|
324 |
+
msgstr "שמך"
|
325 |
+
|
326 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:21
|
327 |
+
msgid "Your Email"
|
328 |
+
msgstr "כתובת הדואר אלקטרוני"
|
329 |
+
|
330 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:29
|
331 |
+
msgid "Your Website"
|
332 |
+
msgstr "האתר שלך"
|
333 |
+
|
334 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:48
|
335 |
+
msgid "Send Feedback"
|
336 |
+
msgstr "שלח משוב"
|
337 |
+
|
338 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:6
|
339 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:17
|
340 |
+
msgid "WP Live Chat Support Settings"
|
341 |
+
msgstr "הגדרות WP Live Chat Support"
|
342 |
+
|
343 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
|
344 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:29
|
345 |
+
msgid "General Settings"
|
346 |
+
msgstr "הגדרות כלליות"
|
347 |
+
|
348 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
|
349 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:30
|
350 |
+
msgid "Chat Box"
|
351 |
+
msgstr "תיבת שיחה"
|
352 |
+
|
353 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
|
354 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:153
|
355 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
|
356 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:141
|
357 |
+
msgid "Offline Messages"
|
358 |
+
msgstr "הודעת 'לא מחובר'"
|
359 |
+
|
360 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
|
361 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:190
|
362 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
|
363 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:226
|
364 |
+
msgid "Styling"
|
365 |
+
msgstr "עיצוב"
|
366 |
+
|
367 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:23
|
368 |
+
msgid "Agents"
|
369 |
+
msgstr "מפעילים"
|
370 |
+
|
371 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:26
|
372 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
|
373 |
+
msgid "Main Settings"
|
374 |
+
msgstr "הגדרות ראשיות"
|
375 |
+
|
376 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:29
|
377 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:39
|
378 |
+
msgid "Chat enabled"
|
379 |
+
msgstr "אפשר צ'אט"
|
380 |
+
|
381 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:32
|
382 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:42
|
383 |
+
msgid "Yes"
|
384 |
+
msgstr "כן"
|
385 |
+
|
386 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
|
387 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:43
|
388 |
+
msgid "No"
|
389 |
+
msgstr "לא"
|
390 |
+
|
391 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
|
392 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:49
|
393 |
+
msgid "Hide Chat"
|
394 |
+
msgstr "הסתר צ'אט"
|
395 |
+
|
396 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
|
397 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:50
|
398 |
+
msgid "Hides chat for 24hrs when user clicks X"
|
399 |
+
msgstr "מסתיר את הצ'אט ל-24 שעות כאשר המשתמש לוחץ על X"
|
400 |
+
|
401 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
|
402 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:77
|
403 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:93
|
404 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
|
405 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
|
406 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
|
407 |
+
msgid "available in the"
|
408 |
+
msgstr "זמין ב"
|
409 |
+
|
410 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
|
411 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:79
|
412 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:95
|
413 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:111
|
414 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:127
|
415 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:144
|
416 |
+
msgid "only"
|
417 |
+
msgstr "בלבד"
|
418 |
+
|
419 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:57
|
420 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
|
421 |
+
msgid "Chat Window Settings"
|
422 |
+
msgstr "הגדרות חלון צ'אט"
|
423 |
+
|
424 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:60
|
425 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:63
|
426 |
+
msgid "Chat box alignment"
|
427 |
+
msgstr "יישור תיבת צ'אט"
|
428 |
+
|
429 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
|
430 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:66
|
431 |
+
msgid "Bottom left"
|
432 |
+
msgstr "שמאלי תחתון"
|
433 |
+
|
434 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
|
435 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:67
|
436 |
+
msgid "Bottom right"
|
437 |
+
msgstr "ימני תחתון"
|
438 |
+
|
439 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:87
|
440 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:86
|
441 |
+
msgid "Picture"
|
442 |
+
msgstr "תמונה"
|
443 |
+
|
444 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:90
|
445 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:106
|
446 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:94
|
447 |
+
msgid "Upload Image"
|
448 |
+
msgstr "העלה תמונה"
|
449 |
+
|
450 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:103
|
451 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:103
|
452 |
+
msgid "Logo"
|
453 |
+
msgstr "לוגו"
|
454 |
+
|
455 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:119
|
456 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:120
|
457 |
+
msgid "Chat delay (seconds)"
|
458 |
+
msgstr "עכבת צ'אט (שניות)"
|
459 |
+
|
460 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
|
461 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
|
462 |
+
msgid "Chat notifications"
|
463 |
+
msgstr "הודעות צ'אט"
|
464 |
+
|
465 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:139
|
466 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:133
|
467 |
+
msgid "Alert me via email as soon as someone wants to chat"
|
468 |
+
msgstr "שלח לי הודעה בדואר אלקטרוני בעת שמישהו רוצה לשוחח"
|
469 |
+
|
470 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:157
|
471 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:145
|
472 |
+
msgid "Email Address"
|
473 |
+
msgstr "כתובת דואל אלקטרוני"
|
474 |
+
|
475 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:163
|
476 |
+
msgid "Get offline messages with the "
|
477 |
+
msgstr "קבל הודעות 'לא מחובר', רק באמצעות "
|
478 |
+
|
479 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:172
|
480 |
+
msgid "Offline text"
|
481 |
+
msgstr "טקסט לא מחובר"
|
482 |
+
|
483 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:177
|
484 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:227
|
485 |
+
msgid "Edit these text fields using the "
|
486 |
+
msgstr "ערוך שדות טקסט אלו באמצעות "
|
487 |
+
|
488 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:193
|
489 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
|
490 |
+
msgid "Chat box fill color"
|
491 |
+
msgstr "צבע מילוי תיבת צ'אט"
|
492 |
+
|
493 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:199
|
494 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:235
|
495 |
+
msgid "Chat box font color"
|
496 |
+
msgstr "צבע פונט תיבת צ'אט"
|
497 |
+
|
498 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:206
|
499 |
+
msgid "First section text"
|
500 |
+
msgstr "טקסט חלק ראשון"
|
501 |
+
|
502 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:213
|
503 |
+
msgid "Second section text"
|
504 |
+
msgstr "טקסט חלק שני"
|
505 |
+
|
506 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:222
|
507 |
+
msgid "Reactivate chat section text"
|
508 |
+
msgstr "טקסט הפעל צ'אט מחדש"
|
509 |
+
|
510 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:239
|
511 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:294
|
512 |
+
msgid "Multiple Agents"
|
513 |
+
msgstr "מפעילים מרובים"
|
514 |
+
|
515 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
516 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
517 |
+
msgid "Get"
|
518 |
+
msgstr "קבל"
|
519 |
+
|
520 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
521 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
522 |
+
msgid "Multiple agent support"
|
523 |
+
msgstr "תמיכת מפעילים מרובים"
|
524 |
+
|
525 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
526 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
527 |
+
msgid "for only $39.95"
|
528 |
+
msgstr "תמורת 39.95$ בלבד"
|
529 |
+
|
530 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:243
|
531 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:299
|
532 |
+
msgid "Save Settings"
|
533 |
+
msgstr "שמור הגדרות"
|
534 |
+
|
535 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
|
536 |
+
msgid "Welcome to "
|
537 |
+
msgstr "ברוכים הבאים "
|
538 |
+
|
539 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
|
540 |
+
msgid "WordPress.org plugin repository "
|
541 |
+
msgstr "מאגר תוסף WordPress.org "
|
542 |
+
|
543 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:18
|
544 |
+
msgid "Search Term"
|
545 |
+
msgstr "חפש מונח"
|
546 |
+
|
547 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:22
|
548 |
+
msgid "Google or other search Engine"
|
549 |
+
msgstr "גוגל או מנוע חיפוש אחר"
|
550 |
+
|
551 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:28
|
552 |
+
msgid "Friend recommendation"
|
553 |
+
msgstr "המלץ לחבר"
|
554 |
+
|
555 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:34
|
556 |
+
msgid "Other"
|
557 |
+
msgstr "אחר"
|
558 |
+
|
559 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:38
|
560 |
+
msgid "Please Explain"
|
561 |
+
msgstr "אנא הסבר"
|
562 |
+
|
563 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:47
|
564 |
+
msgid "Submit"
|
565 |
+
msgstr "שלח"
|
566 |
+
|
567 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:49
|
568 |
+
msgid "Skip"
|
569 |
+
msgstr "דלג"
|
570 |
+
|
571 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:46
|
572 |
+
msgid "Initiate Chat"
|
573 |
+
msgstr "זום שיחה"
|
574 |
+
|
575 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:48
|
576 |
+
msgid "You must be a chat agent to initiate chats"
|
577 |
+
msgstr "עליך להיות מפעיל צ'אט על מנת ליזום שיחות"
|
578 |
+
|
579 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:66
|
580 |
+
msgid "No visitors on-line at the moment"
|
581 |
+
msgstr "אין מבקרים מחוברים כעת"
|
582 |
+
|
583 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:125
|
584 |
+
msgid "Accept Chat"
|
585 |
+
msgstr "קבל שיחה"
|
586 |
+
|
587 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:128
|
588 |
+
msgid "You must be a chat agent to answer chats"
|
589 |
+
msgstr "עלייך להיות מפעיל צ'אט על מנת לענות לשיחות"
|
590 |
+
|
591 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:135
|
592 |
+
msgid "Open Chat Window"
|
593 |
+
msgstr "פתח חלון שיחה"
|
594 |
+
|
595 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:138
|
596 |
+
msgid "Chat has been answered by another agent"
|
597 |
+
msgstr "השיחה נענתה על ידי מפעיל אחר"
|
598 |
+
|
599 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:141
|
600 |
+
msgid "Chat has been Accpted By Chat Agent "
|
601 |
+
msgstr "השיחה נענתה על ידי מפעיל"
|
602 |
+
|
603 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:170
|
604 |
+
msgid "WP Live Chat Support - Offline Message from"
|
605 |
+
msgstr "WP Live Chat Support - הודעת 'לא מחובר' מ"
|
606 |
+
|
607 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
608 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:421
|
609 |
+
msgid "Message"
|
610 |
+
msgstr "הודעה"
|
611 |
+
|
612 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
613 |
+
msgid "Via WP Live Chat Support"
|
614 |
+
msgstr "דרך WP Live Chat Support "
|
615 |
+
|
616 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:225
|
617 |
+
msgid "Alert: Someone wants to chat with you on "
|
618 |
+
msgstr "שים לב: מישהו רוצה לשוחח איתך"
|
619 |
+
|
620 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:226
|
621 |
+
msgid "Someone wants to chat with you on your website"
|
622 |
+
msgstr "מישהו רוצה לשוחח עמך באתר שלך"
|
623 |
+
|
624 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:226
|
625 |
+
msgid "Log in"
|
626 |
+
msgstr "התחבר"
|
627 |
+
|
628 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:203
|
629 |
+
msgid ""
|
630 |
+
"WP Live Chat Support Pro requires WP Live Chat Support to function. You Can "
|
631 |
+
"download the latest copy from"
|
632 |
+
msgstr ""
|
633 |
+
"WP Live Chat Support Pro דורשת ש WP Live Chat Support יפעל. ניתן להוריד את "
|
634 |
+
"העותק האחרון מ"
|
635 |
+
|
636 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:212
|
637 |
+
msgid "Dear User"
|
638 |
+
msgstr "משתמש יקר"
|
639 |
+
|
640 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
641 |
+
msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
|
642 |
+
msgstr "הגרסה בה אתה משתמש של WP Live Chat Support Basic מיושנת. אנא"
|
643 |
+
|
644 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:302
|
645 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:661
|
646 |
+
msgid "Date"
|
647 |
+
msgstr "תאריך"
|
648 |
+
|
649 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:313
|
650 |
+
msgid "No chats available at the moment"
|
651 |
+
msgstr "אין שיחות זמינות ברגע זה"
|
652 |
+
|
653 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:423
|
654 |
+
msgid "Send message"
|
655 |
+
msgstr "שלח הודעה"
|
656 |
+
|
657 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:535
|
658 |
+
msgid "Chat sessions"
|
659 |
+
msgstr "שיחות"
|
660 |
+
|
661 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:557
|
662 |
+
msgid ""
|
663 |
+
"Please note: This window must be open in order to receive new chat "
|
664 |
+
"notifications."
|
665 |
+
msgstr ""
|
666 |
+
"אנא שים לב: חלון זה חייב להיות להיות פתוח כדי לקבל התרעות על שיחות חדשות."
|
667 |
+
|
668 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:651
|
669 |
+
msgid "Chat with"
|
670 |
+
msgstr "שוחח עם "
|
671 |
+
|
672 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:658
|
673 |
+
msgid "Email address"
|
674 |
+
msgstr "כתובת דואר אלקטרוני"
|
675 |
+
|
676 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:659
|
677 |
+
msgid "IP Address"
|
678 |
+
msgstr "כתובת איי פי"
|
679 |
+
|
680 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:660
|
681 |
+
msgid "From URL"
|
682 |
+
msgstr "מכתובת אתר"
|
683 |
+
|
684 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:660
|
685 |
+
msgid "open"
|
686 |
+
msgstr "פתח"
|
687 |
+
|
688 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:667
|
689 |
+
msgid "Attempting to open the chat window... Please be patient."
|
690 |
+
msgstr "מנסה לפתוח את חלון הצ'אט... אנא העזר/י בסבלנות."
|
691 |
+
|
692 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:735
|
693 |
+
msgid "This chat has already been answered. Please close the chat window"
|
694 |
+
msgstr "צ'אט זה קיבל מענה. אנא סגור/סגרי את חלון הצ'אט"
|
695 |
+
|
696 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1111
|
697 |
+
msgid ""
|
698 |
+
"An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
|
699 |
+
"\" onclick=\"document.location.reload(); return false;\">Try again</a>"
|
700 |
+
msgstr ""
|
701 |
+
"התרחשה שגיאת HTTP לא צפויה במהלך בקשת הAPI (ממשק תכנות יישומים). . </p> "
|
702 |
+
"<p><a href=\"?\" onclick=\"document.location.reload(); return false;\">Try "
|
703 |
+
"again</a>"
|
704 |
+
|
705 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1116
|
706 |
+
msgid "An unknown error occurred"
|
707 |
+
msgstr "התרחשה שגיאה לא מזוהה"
|
708 |
+
|
709 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1203
|
710 |
+
msgid "Error Log"
|
711 |
+
msgstr "דוח שגיאות"
|
712 |
+
|
713 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
|
714 |
+
msgid "Chat Agents"
|
715 |
+
msgstr "מפעילי צ'אט"
|
716 |
+
|
717 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:74
|
718 |
+
msgid "Name "
|
719 |
+
msgstr "שם"
|
720 |
+
|
721 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
|
722 |
+
msgid "Remove Image"
|
723 |
+
msgstr "הסר תמונה"
|
724 |
+
|
725 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:97
|
726 |
+
msgid "Recomended Size 40px x 40px"
|
727 |
+
msgstr "גודל מומלץ 40 על 40 פיקסלים"
|
728 |
+
|
729 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:111
|
730 |
+
msgid "Upload Logo"
|
731 |
+
msgstr "העלה לוגו"
|
732 |
+
|
733 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:113
|
734 |
+
msgid "Remove Logo"
|
735 |
+
msgstr "הסר לוגו"
|
736 |
+
|
737 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:114
|
738 |
+
msgid "Recomended Size 250px x 40px"
|
739 |
+
msgstr "גודל מומלץ 250 על 40 פיקסלים"
|
740 |
+
|
741 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:123
|
742 |
+
msgid "how long it takes for your chat window to pop up"
|
743 |
+
msgstr "הזמן שיקח לחלון הצ'ט לקפוץ"
|
744 |
+
|
745 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:134
|
746 |
+
msgid "(while online only)"
|
747 |
+
msgstr "(כאשר מחובר/ת בלבד)"
|
748 |
+
|
749 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
|
750 |
+
msgid "Email address where offline messages are delivered to"
|
751 |
+
msgstr "כתובת אליה ימסרו הודעות כאשר הצ'אט במצב לא מחובר"
|
752 |
+
|
753 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:157
|
754 |
+
msgid "Sending Method"
|
755 |
+
msgstr "שיטת שליחה"
|
756 |
+
|
757 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:158
|
758 |
+
msgid "WP Mail"
|
759 |
+
msgstr "מייל וורדפרס"
|
760 |
+
|
761 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:159
|
762 |
+
msgid "PHP Mailer"
|
763 |
+
msgstr "דיוור PHP"
|
764 |
+
|
765 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:171
|
766 |
+
msgid "Host"
|
767 |
+
msgstr "מארח"
|
768 |
+
|
769 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:179
|
770 |
+
msgid "Port"
|
771 |
+
msgstr "פורט"
|
772 |
+
|
773 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:187
|
774 |
+
msgid "Username"
|
775 |
+
msgstr "שם משתמש"
|
776 |
+
|
777 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:195
|
778 |
+
msgid "Password"
|
779 |
+
msgstr "סיסמה"
|
780 |
+
|
781 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:204
|
782 |
+
msgid "Offline Chat Box Title"
|
783 |
+
msgstr "הודעת תיבת צ'אט 'לא מחובר'"
|
784 |
+
|
785 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:212
|
786 |
+
msgid "Offline Text Fields"
|
787 |
+
msgstr "שדות טקסט 'לא מחובר'"
|
788 |
+
|
789 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
|
790 |
+
msgid "First Section Text"
|
791 |
+
msgstr "טקסט חלק ראשון"
|
792 |
+
|
793 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:250
|
794 |
+
msgid "Intro Text"
|
795 |
+
msgstr "טקסט מבוא"
|
796 |
+
|
797 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:256
|
798 |
+
msgid "Second Section Text"
|
799 |
+
msgstr "טקסט חלק שני"
|
800 |
+
|
801 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:263
|
802 |
+
msgid "Reactivate Chat Section Text"
|
803 |
+
msgstr "טקסט חלק הפעל צ'אט מחדש"
|
804 |
+
|
805 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:271
|
806 |
+
msgid "User chat welcome"
|
807 |
+
msgstr "קבלת פני משתמש צ'אט"
|
808 |
+
|
809 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:280
|
810 |
+
msgid "Other text"
|
811 |
+
msgstr "טקסט אחר"
|
languages/wplivechat-sk_SK.mo
ADDED
Binary file
|
languages/wplivechat-sk_SK.po
ADDED
@@ -0,0 +1,811 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-09-15 17:53+0100\n"
|
6 |
+
"Last-Translator: dkadar <dana.kadarova@gst.sk>\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.4\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 "Administrátor uzavrel a ukončil 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 "Zatiaľ žiadna odpoveď. Prosím, skúste neskôr."
|
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 "Meno"
|
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 adresa stránky"
|
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 "Stav"
|
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 "Aktivita"
|
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 "V tejto chvíli neprebieha žiadna diskusia"
|
83 |
+
|
84 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:393
|
85 |
+
msgid "complete"
|
86 |
+
msgstr "ukončená"
|
87 |
+
|
88 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:396
|
89 |
+
msgid "pending"
|
90 |
+
msgstr "prebiehajúca"
|
91 |
+
|
92 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:399
|
93 |
+
msgid "active"
|
94 |
+
msgstr "aktívna"
|
95 |
+
|
96 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:402
|
97 |
+
msgid "deleted"
|
98 |
+
msgstr "zrušená"
|
99 |
+
|
100 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:405
|
101 |
+
msgid "browsing"
|
102 |
+
msgstr "prezerajúci si web"
|
103 |
+
|
104 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:408
|
105 |
+
msgid "requesting chat"
|
106 |
+
msgstr "vyžadujúci 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 "Diskusia ukončená - Užívateľ si prezerá stránku"
|
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 "Užívateľ si prezerá stránku, ale neželá si diskutovať"
|
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 "Kúpte si Pro Add-on verziu, aby ste mohli prijať viacero chat-ov"
|
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 "Chat naživo"
|
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 "Nastavenia"
|
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 "História"
|
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 "Spätná väzba"
|
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 "Otázky?"
|
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 "Pýtajte sa nás"
|
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 "Začnite diskusiu"
|
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 "Pripájame Vás k našim agentom, prosíme o chvíľu strpenia."
|
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 "Znovu sa aktivuje Váš predošlý chat..."
|
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 "Prosím stlačte ENTER na odoslanie Vašej správy"
|
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 "Poslať"
|
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 "Milý užívateľ Pro verzie,"
|
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 "používate neaktuálnu verziu WP Live Chat Support Pro. Prosím"
|
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 "aktualizujte si Vašu verziu,"
|
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 "aby ste zabezpečili jej riadne fungovanie. "
|
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 "Ak máte problémy s aktualizáciou, prosím kontaktujte"
|
202 |
+
|
203 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:430
|
204 |
+
msgid "Experiencing problems with the plugin?"
|
205 |
+
msgstr "Máte problémy s plugin-om?"
|
206 |
+
|
207 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:432
|
208 |
+
msgid "Review the documentation."
|
209 |
+
msgstr "Prezrite si dokumentáciu"
|
210 |
+
|
211 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:433
|
212 |
+
msgid "Or ask a question on our"
|
213 |
+
msgstr "alebo sa obráťte na"
|
214 |
+
|
215 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:455
|
216 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:562
|
217 |
+
msgid "Visitors on site"
|
218 |
+
msgstr "Návštevníci stránky"
|
219 |
+
|
220 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
221 |
+
msgid "With the Pro add-on of WP Live Chat Support, you can"
|
222 |
+
msgstr "S verziou Pro add-on of WP Live Chat Support "
|
223 |
+
|
224 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
225 |
+
msgid "see who's online and initiate chats"
|
226 |
+
msgstr "uvidíte, kto je online a môžete zahájiť chat"
|
227 |
+
|
228 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
229 |
+
msgid "with your online visitors with the click of a button."
|
230 |
+
msgstr "s návštevníkmi vašej stránky jediným kliknutím."
|
231 |
+
|
232 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
233 |
+
msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates FOREVER."
|
234 |
+
msgstr ""
|
235 |
+
"Kúpte si verziu Pro add-on len za jednorázový poplatok $29.95 Aktualizácie "
|
236 |
+
"zdarma bez časového obmedzenia."
|
237 |
+
|
238 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
|
239 |
+
msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates Forever."
|
240 |
+
msgstr ""
|
241 |
+
"Kúpte si verziu Pro add-on len za jednorázový poplatok $29.95 Aktualizácie "
|
242 |
+
"zdarma bez časového obmedzenia."
|
243 |
+
|
244 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:516
|
245 |
+
msgid "Previous"
|
246 |
+
msgstr "Predošlý"
|
247 |
+
|
248 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:516
|
249 |
+
msgid "Active"
|
250 |
+
msgstr "Aktívny"
|
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 "Ukončiť chat"
|
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 "Používateľ otvoril okienko chat-u"
|
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 "Používateľ minimalizoval okienko chat-u"
|
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 "Používateľ maximalizoval okienko chat-u"
|
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 "Používateľ zatvoril okienko a ukončil chat"
|
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 história"
|
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 verzia"
|
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 "Vaše nastavenia sa uložili."
|
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 "Ďakujeme vám za poskytnutie spätnej väzby!"
|
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 "Ďakujeme vám za poskytnutie spätnej väzby! Ozveme sa vám čoskoro."
|
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 |
+
"Zaznamenali sme problém s odoslaním vášho odkazu. Prosím nahrajte váš odkaz."
|
312 |
+
|
313 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
|
314 |
+
msgid "WP Live Chat Support Feedback"
|
315 |
+
msgstr "WP Live Chat Support odkaz"
|
316 |
+
|
317 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:8
|
318 |
+
msgid "We'd love to hear your comments and/or suggestions"
|
319 |
+
msgstr "Boli by sme radi, keby ste nám poslali vaše návrhy a/alebo komentáre"
|
320 |
+
|
321 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:13
|
322 |
+
msgid "Your Name"
|
323 |
+
msgstr "Vaše meno"
|
324 |
+
|
325 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:21
|
326 |
+
msgid "Your Email"
|
327 |
+
msgstr "Vaša Emailová adresa"
|
328 |
+
|
329 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:29
|
330 |
+
msgid "Your Website"
|
331 |
+
msgstr "Vaša web stránka"
|
332 |
+
|
333 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:48
|
334 |
+
msgid "Send Feedback"
|
335 |
+
msgstr "Pošlite spätnú väzbu"
|
336 |
+
|
337 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:6
|
338 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:17
|
339 |
+
msgid "WP Live Chat Support Settings"
|
340 |
+
msgstr "Nastavenia WP Live Chat Support"
|
341 |
+
|
342 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
|
343 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:29
|
344 |
+
msgid "General Settings"
|
345 |
+
msgstr "Všeobecné nastavenia"
|
346 |
+
|
347 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
|
348 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:30
|
349 |
+
msgid "Chat Box"
|
350 |
+
msgstr "Okienko Chat-u"
|
351 |
+
|
352 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
|
353 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:153
|
354 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
|
355 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:141
|
356 |
+
msgid "Offline Messages"
|
357 |
+
msgstr "Offline správy"
|
358 |
+
|
359 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
|
360 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:190
|
361 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
|
362 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:226
|
363 |
+
msgid "Styling"
|
364 |
+
msgstr "Štýl"
|
365 |
+
|
366 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:23
|
367 |
+
msgid "Agents"
|
368 |
+
msgstr "Agenti"
|
369 |
+
|
370 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:26
|
371 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
|
372 |
+
msgid "Main Settings"
|
373 |
+
msgstr "Hlavné nastavenia"
|
374 |
+
|
375 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:29
|
376 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:39
|
377 |
+
msgid "Chat enabled"
|
378 |
+
msgstr "Chat aktívny"
|
379 |
+
|
380 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:32
|
381 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:42
|
382 |
+
msgid "Yes"
|
383 |
+
msgstr "Áno"
|
384 |
+
|
385 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
|
386 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:43
|
387 |
+
msgid "No"
|
388 |
+
msgstr "Nie"
|
389 |
+
|
390 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
|
391 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:49
|
392 |
+
msgid "Hide Chat"
|
393 |
+
msgstr "Skryť chat"
|
394 |
+
|
395 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
|
396 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:50
|
397 |
+
msgid "Hides chat for 24hrs when user clicks X"
|
398 |
+
msgstr "Chat sa skryje na 24 hodín, ak používateľ zaklikne x"
|
399 |
+
|
400 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
|
401 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:77
|
402 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:93
|
403 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
|
404 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
|
405 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
|
406 |
+
msgid "available in the"
|
407 |
+
msgstr "k disoizícii v"
|
408 |
+
|
409 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
|
410 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:79
|
411 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:95
|
412 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:111
|
413 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:127
|
414 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:144
|
415 |
+
msgid "only"
|
416 |
+
msgstr "len"
|
417 |
+
|
418 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:57
|
419 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
|
420 |
+
msgid "Chat Window Settings"
|
421 |
+
msgstr "Nastavenia okienka chat-u"
|
422 |
+
|
423 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:60
|
424 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:63
|
425 |
+
msgid "Chat box alignment"
|
426 |
+
msgstr "Zarovnanie okienka chat-u"
|
427 |
+
|
428 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
|
429 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:66
|
430 |
+
msgid "Bottom left"
|
431 |
+
msgstr "Vľavo dole"
|
432 |
+
|
433 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
|
434 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:67
|
435 |
+
msgid "Bottom right"
|
436 |
+
msgstr "Vpravo dole"
|
437 |
+
|
438 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:87
|
439 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:86
|
440 |
+
msgid "Picture"
|
441 |
+
msgstr "Obrázok"
|
442 |
+
|
443 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:90
|
444 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:106
|
445 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:94
|
446 |
+
msgid "Upload Image"
|
447 |
+
msgstr "Nahrať obrázok"
|
448 |
+
|
449 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:103
|
450 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:103
|
451 |
+
msgid "Logo"
|
452 |
+
msgstr "Logo"
|
453 |
+
|
454 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:119
|
455 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:120
|
456 |
+
msgid "Chat delay (seconds)"
|
457 |
+
msgstr "Oneskorenie chat-u (v sekundách)"
|
458 |
+
|
459 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
|
460 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
|
461 |
+
msgid "Chat notifications"
|
462 |
+
msgstr "Upozornenia chat-u"
|
463 |
+
|
464 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:139
|
465 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:133
|
466 |
+
msgid "Alert me via email as soon as someone wants to chat"
|
467 |
+
msgstr ""
|
468 |
+
"Upozorniť ma prostredníctvom emailu hneď, ako bude niekto chcieť chat-ovať"
|
469 |
+
|
470 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:157
|
471 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:145
|
472 |
+
msgid "Email Address"
|
473 |
+
msgstr "Emailová adresa"
|
474 |
+
|
475 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:163
|
476 |
+
msgid "Get offline messages with the "
|
477 |
+
msgstr "Obdržte offline správy s"
|
478 |
+
|
479 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:172
|
480 |
+
msgid "Offline text"
|
481 |
+
msgstr "Offline text"
|
482 |
+
|
483 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:177
|
484 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:227
|
485 |
+
msgid "Edit these text fields using the "
|
486 |
+
msgstr "Upravte tieto textove polia a použite"
|
487 |
+
|
488 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:193
|
489 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
|
490 |
+
msgid "Chat box fill color"
|
491 |
+
msgstr "Farba výplne okienka chatu"
|
492 |
+
|
493 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:199
|
494 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:235
|
495 |
+
msgid "Chat box font color"
|
496 |
+
msgstr "Farba textu okienka chatu"
|
497 |
+
|
498 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:206
|
499 |
+
msgid "First section text"
|
500 |
+
msgstr "Text prvej sekcie"
|
501 |
+
|
502 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:213
|
503 |
+
msgid "Second section text"
|
504 |
+
msgstr "Text druhej sekcie"
|
505 |
+
|
506 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:222
|
507 |
+
msgid "Reactivate chat section text"
|
508 |
+
msgstr "Znovu aktivovať text chatu"
|
509 |
+
|
510 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:239
|
511 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:294
|
512 |
+
msgid "Multiple Agents"
|
513 |
+
msgstr "Viacerí agenti"
|
514 |
+
|
515 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
516 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
517 |
+
msgid "Get"
|
518 |
+
msgstr "Obdržte"
|
519 |
+
|
520 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
521 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
522 |
+
msgid "Multiple agent support"
|
523 |
+
msgstr "podporu viacerých agentov"
|
524 |
+
|
525 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:240
|
526 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
|
527 |
+
msgid "for only $39.95"
|
528 |
+
msgstr "len za $39.95"
|
529 |
+
|
530 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:243
|
531 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:299
|
532 |
+
msgid "Save Settings"
|
533 |
+
msgstr "Uložiť nastavenia"
|
534 |
+
|
535 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
|
536 |
+
msgid "Welcome to "
|
537 |
+
msgstr "Vitajte v"
|
538 |
+
|
539 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
|
540 |
+
msgid "WordPress.org plugin repository "
|
541 |
+
msgstr "depozitári WordPress.org plugin-ov"
|
542 |
+
|
543 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:18
|
544 |
+
msgid "Search Term"
|
545 |
+
msgstr "Hľadajte výraz"
|
546 |
+
|
547 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:22
|
548 |
+
msgid "Google or other search Engine"
|
549 |
+
msgstr "Google alebo iný vyhľadávač"
|
550 |
+
|
551 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:28
|
552 |
+
msgid "Friend recommendation"
|
553 |
+
msgstr "Odporúčanie priateľa"
|
554 |
+
|
555 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:34
|
556 |
+
msgid "Other"
|
557 |
+
msgstr "Iné"
|
558 |
+
|
559 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:38
|
560 |
+
msgid "Please Explain"
|
561 |
+
msgstr "Prosím vysvetlite"
|
562 |
+
|
563 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:47
|
564 |
+
msgid "Submit"
|
565 |
+
msgstr "Pošlite"
|
566 |
+
|
567 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:49
|
568 |
+
msgid "Skip"
|
569 |
+
msgstr "Vynechajte"
|
570 |
+
|
571 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:46
|
572 |
+
msgid "Initiate Chat"
|
573 |
+
msgstr "Začnite chat / diskusiu"
|
574 |
+
|
575 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:48
|
576 |
+
msgid "You must be a chat agent to initiate chats"
|
577 |
+
msgstr "Musíte byť agent chatu, aby ste mohli zahájiť chat"
|
578 |
+
|
579 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:66
|
580 |
+
msgid "No visitors on-line at the moment"
|
581 |
+
msgstr "Momentálne nie sú online žiadni návštevníci"
|
582 |
+
|
583 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:125
|
584 |
+
msgid "Accept Chat"
|
585 |
+
msgstr "Prijať chat"
|
586 |
+
|
587 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:128
|
588 |
+
msgid "You must be a chat agent to answer chats"
|
589 |
+
msgstr "Musíte byť agentom chatu, aby ste mohli odpovedať na chat"
|
590 |
+
|
591 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:135
|
592 |
+
msgid "Open Chat Window"
|
593 |
+
msgstr "Otvorte okienko chatu"
|
594 |
+
|
595 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:138
|
596 |
+
msgid "Chat has been answered by another agent"
|
597 |
+
msgstr "Na chat už odpovedal iný agent "
|
598 |
+
|
599 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:141
|
600 |
+
msgid "Chat has been Accpted By Chat Agent "
|
601 |
+
msgstr "Chat akceptoval agent chatu"
|
602 |
+
|
603 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:170
|
604 |
+
msgid "WP Live Chat Support - Offline Message from"
|
605 |
+
msgstr "WP Live Chat Support - Offline správa od"
|
606 |
+
|
607 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
608 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:421
|
609 |
+
msgid "Message"
|
610 |
+
msgstr "Správa"
|
611 |
+
|
612 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
613 |
+
msgid "Via WP Live Chat Support"
|
614 |
+
msgstr "prostredníctvom WP Live Chat Support-u"
|
615 |
+
|
616 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:225
|
617 |
+
msgid "Alert: Someone wants to chat with you on "
|
618 |
+
msgstr "Upozornenie: Niekto chce s Vami chat-ovať o"
|
619 |
+
|
620 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:226
|
621 |
+
msgid "Someone wants to chat with you on your website"
|
622 |
+
msgstr "Niekto chce s Vami chat-ovať na Vašej stránke"
|
623 |
+
|
624 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:226
|
625 |
+
msgid "Log in"
|
626 |
+
msgstr "Prihlásenie"
|
627 |
+
|
628 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:203
|
629 |
+
msgid ""
|
630 |
+
"WP Live Chat Support Pro requires WP Live Chat Support to function. You Can "
|
631 |
+
"download the latest copy from"
|
632 |
+
msgstr ""
|
633 |
+
"WP Live Chat Support Pro verzia vyžaduje na fungovanie WP Live Chat Support. "
|
634 |
+
"Najaktuálnejšiu verziu si môžete stiahnuť z"
|
635 |
+
|
636 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:212
|
637 |
+
msgid "Dear User"
|
638 |
+
msgstr "Milý užívateľ,"
|
639 |
+
|
640 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:213
|
641 |
+
msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
|
642 |
+
msgstr "používate neaktuálnu verziu WP Live Chat Support Basic. Prosím"
|
643 |
+
|
644 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:302
|
645 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:661
|
646 |
+
msgid "Date"
|
647 |
+
msgstr "Dátum"
|
648 |
+
|
649 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:313
|
650 |
+
msgid "No chats available at the moment"
|
651 |
+
msgstr "Momentálne nie je k dispozícii žiaden chat"
|
652 |
+
|
653 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:423
|
654 |
+
msgid "Send message"
|
655 |
+
msgstr "Poslať správu"
|
656 |
+
|
657 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:535
|
658 |
+
msgid "Chat sessions"
|
659 |
+
msgstr "Chat-ové diskusie"
|
660 |
+
|
661 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:557
|
662 |
+
msgid ""
|
663 |
+
"Please note: This window must be open in order to receive new chat "
|
664 |
+
"notifications."
|
665 |
+
msgstr ""
|
666 |
+
"Poznámka: Toto okienko musí byť otvorené, aby ste mohli dostať upozornenie "
|
667 |
+
"na nový chat"
|
668 |
+
|
669 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:651
|
670 |
+
msgid "Chat with"
|
671 |
+
msgstr "Chat-ovať s"
|
672 |
+
|
673 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:658
|
674 |
+
msgid "Email address"
|
675 |
+
msgstr "Emailová adresa"
|
676 |
+
|
677 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:659
|
678 |
+
msgid "IP Address"
|
679 |
+
msgstr "IP adresa"
|
680 |
+
|
681 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:660
|
682 |
+
msgid "From URL"
|
683 |
+
msgstr "z URL adresy"
|
684 |
+
|
685 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:660
|
686 |
+
msgid "open"
|
687 |
+
msgstr "otvoriť"
|
688 |
+
|
689 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:667
|
690 |
+
msgid "Attempting to open the chat window... Please be patient."
|
691 |
+
msgstr "Pokúšam sa otvoriť okienko chat-u...Prosím o trpezlivosť."
|
692 |
+
|
693 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:735
|
694 |
+
msgid "This chat has already been answered. Please close the chat window"
|
695 |
+
msgstr "Na tento chat sme už odpovedali. Prosím, zatvorte okienko chat-u."
|
696 |
+
|
697 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1111
|
698 |
+
msgid ""
|
699 |
+
"An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
|
700 |
+
"\" onclick=\"document.location.reload(); return false;\">Try again</a>"
|
701 |
+
msgstr ""
|
702 |
+
"Počas API žiadosti nastala neočakávaná HTTP chyba. </p> <p><a href=\"?\" "
|
703 |
+
"onclick=\"document.location.reload(); return false;\">Skúste znova</a> "
|
704 |
+
|
705 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1116
|
706 |
+
msgid "An unknown error occurred"
|
707 |
+
msgstr "Objavila sa neznáma chyba"
|
708 |
+
|
709 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1203
|
710 |
+
msgid "Error Log"
|
711 |
+
msgstr "Chybové prihlásenie"
|
712 |
+
|
713 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
|
714 |
+
msgid "Chat Agents"
|
715 |
+
msgstr "Agenti chat-u"
|
716 |
+
|
717 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:74
|
718 |
+
msgid "Name "
|
719 |
+
msgstr "Meno"
|
720 |
+
|
721 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
|
722 |
+
msgid "Remove Image"
|
723 |
+
msgstr "Odstráňte obrázok"
|
724 |
+
|
725 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:97
|
726 |
+
msgid "Recomended Size 40px x 40px"
|
727 |
+
msgstr "Odporúčaná veľkosť 40px x 40px"
|
728 |
+
|
729 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:111
|
730 |
+
msgid "Upload Logo"
|
731 |
+
msgstr "Nahrať logo"
|
732 |
+
|
733 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:113
|
734 |
+
msgid "Remove Logo"
|
735 |
+
msgstr "Odstrániť logo"
|
736 |
+
|
737 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:114
|
738 |
+
msgid "Recomended Size 250px x 40px"
|
739 |
+
msgstr "Odporúčaná veľkosť 250px x 40px"
|
740 |
+
|
741 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:123
|
742 |
+
msgid "how long it takes for your chat window to pop up"
|
743 |
+
msgstr "ako dlho trvá, kým sa Vám objaví chat-ovacie okienko"
|
744 |
+
|
745 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:134
|
746 |
+
msgid "(while online only)"
|
747 |
+
msgstr "(len kým ste online)"
|
748 |
+
|
749 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
|
750 |
+
msgid "Email address where offline messages are delivered to"
|
751 |
+
msgstr "Emailová adresa, kam sa odosielajú offline správy"
|
752 |
+
|
753 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:157
|
754 |
+
msgid "Sending Method"
|
755 |
+
msgstr "Spôsob odoslania"
|
756 |
+
|
757 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:158
|
758 |
+
msgid "WP Mail"
|
759 |
+
msgstr "WP mail"
|
760 |
+
|
761 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:159
|
762 |
+
msgid "PHP Mailer"
|
763 |
+
msgstr "PHP poštový admin"
|
764 |
+
|
765 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:171
|
766 |
+
msgid "Host"
|
767 |
+
msgstr "Host"
|
768 |
+
|
769 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:179
|
770 |
+
msgid "Port"
|
771 |
+
msgstr "Port"
|
772 |
+
|
773 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:187
|
774 |
+
msgid "Username"
|
775 |
+
msgstr "Používateľské meno"
|
776 |
+
|
777 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:195
|
778 |
+
msgid "Password"
|
779 |
+
msgstr "Heslo"
|
780 |
+
|
781 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:204
|
782 |
+
msgid "Offline Chat Box Title"
|
783 |
+
msgstr "Názov offline okienka chat-u"
|
784 |
+
|
785 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:212
|
786 |
+
msgid "Offline Text Fields"
|
787 |
+
msgstr "Offline textové polia"
|
788 |
+
|
789 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
|
790 |
+
msgid "First Section Text"
|
791 |
+
msgstr "Text prvej sekcie"
|
792 |
+
|
793 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:250
|
794 |
+
msgid "Intro Text"
|
795 |
+
msgstr "Úvodný text"
|
796 |
+
|
797 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:256
|
798 |
+
msgid "Second Section Text"
|
799 |
+
msgstr "Text druhej sekcie"
|
800 |
+
|
801 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:263
|
802 |
+
msgid "Reactivate Chat Section Text"
|
803 |
+
msgstr "Znovu aktivovať text chat-u"
|
804 |
+
|
805 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:271
|
806 |
+
msgid "User chat welcome"
|
807 |
+
msgstr "Vitajte v užívateľskom chat-e"
|
808 |
+
|
809 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:280
|
810 |
+
msgid "Other text"
|
811 |
+
msgstr "Iný text"
|
readme.txt
CHANGED
@@ -34,7 +34,7 @@ The most cost effective Live Chat plugin. Chat with your visitors for free! WP L
|
|
34 |
* Set up your user profile
|
35 |
* Add your company logo to the live chat window
|
36 |
* Add your photo to the live chat window
|
37 |
-
* Edit all text fields
|
38 |
* World-class support
|
39 |
* Fully customizable live chat experience
|
40 |
|
@@ -62,9 +62,12 @@ Once the live chat plugin is activated, click on "Live Chat" in the left menu na
|
|
62 |
Get a free copy of the WP Live Chat Support Pro version in exchange for translating our plugin!
|
63 |
|
64 |
* English
|
65 |
-
*
|
66 |
-
* Russian (Igor Butsky)
|
67 |
* Spanish (Sergio Castrillon)
|
|
|
|
|
|
|
|
|
68 |
* Chinese - Simplified^
|
69 |
* Chinese - Traditional^
|
70 |
* Italian^
|
@@ -108,6 +111,8 @@ If the live chat box still does not appear on your website, please go through th
|
|
108 |
1. Front-end of WP Live Chat Support
|
109 |
2. Back-end of WP Live Chat Support
|
110 |
3. Settings page of WP Live Chat Support
|
|
|
|
|
111 |
|
112 |
|
113 |
== Upgrade Notice ==
|
@@ -117,7 +122,14 @@ It is highly recommended that you upgrade to WP Live Chat Support version 4.1.4
|
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
-
= 4.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
* Code improvements (PHP warnings - set_time_limit caused warnings on some hosts)
|
122 |
|
123 |
= 4.1.4 2014-07-31 =
|
34 |
* Set up your user profile
|
35 |
* Add your company logo to the live chat window
|
36 |
* Add your photo to the live chat window
|
37 |
+
* Edit all text fields shown on the live chat box
|
38 |
* World-class support
|
39 |
* Fully customizable live chat experience
|
40 |
|
62 |
Get a free copy of the WP Live Chat Support Pro version in exchange for translating our plugin!
|
63 |
|
64 |
* English
|
65 |
+
* German (Dennis Klinger)
|
|
|
66 |
* Spanish (Sergio Castrillon)
|
67 |
+
* Russian (Igor Butsky)
|
68 |
+
* Brazilian (Gustavo Silva)
|
69 |
+
* Hebrew (David Cohen)
|
70 |
+
* Slovakian (Dana Kadarova)
|
71 |
* Chinese - Simplified^
|
72 |
* Chinese - Traditional^
|
73 |
* Italian^
|
111 |
1. Front-end of WP Live Chat Support
|
112 |
2. Back-end of WP Live Chat Support
|
113 |
3. Settings page of WP Live Chat Support
|
114 |
+
4. "Leave a message" functionality available in WP Live Chat Support Pro
|
115 |
+
5. Initiate a live chat with a visitor on your website (pro version)
|
116 |
|
117 |
|
118 |
== Upgrade Notice ==
|
122 |
|
123 |
== Changelog ==
|
124 |
|
125 |
+
= 4.1.6 2014-09-25 - Low priority =
|
126 |
+
* Code improvements (JavaScript errors fixed in IE)
|
127 |
+
* New WP Live Chat Support Translations Added:
|
128 |
+
* - Slovakian (Thank You Dana Kadarova)
|
129 |
+
* - German (Thank You Dennis Klingr)
|
130 |
+
* - Hebrew (Thank You David Cohen)
|
131 |
+
|
132 |
+
= 4.1.5 2014-08-22 - Low priority =
|
133 |
* Code improvements (PHP warnings - set_time_limit caused warnings on some hosts)
|
134 |
|
135 |
= 4.1.4 2014-07-31 =
|
screenshot-4.jpg
ADDED
Binary file
|
screenshot-5.jpg
ADDED
Binary file
|
wp-live-chat-support.php
CHANGED
@@ -3,13 +3,20 @@
|
|
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 |
* Code improvements (PHP warnings - set_time_limit caused warnings on some hosts)
|
14 |
*
|
15 |
* 4.1.4
|
@@ -49,7 +56,7 @@ global $wplc_tblname_chats;
|
|
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.
|
53 |
|
54 |
define('WPLC_BASIC_PLUGIN_DIR',dirname(__FILE__));
|
55 |
define('WPLC_BASIC_PLUGIN_URL',plugins_url()."/wp-live-chat-support/");
|
@@ -441,7 +448,7 @@ function wplc_admin_javascript() {
|
|
441 |
complete: function(response){
|
442 |
//console.log(wplc_run);
|
443 |
if (wplc_run) {
|
444 |
-
setTimeout(wplc_call_to_server(data), 1500);
|
445 |
}
|
446 |
},
|
447 |
timeout: 120000
|
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.6
|
7 |
Author: WP-LiveChat
|
8 |
Author URI: http://www.wp-livechat.com
|
9 |
*/
|
10 |
|
11 |
|
12 |
+
/* 4.1.6
|
13 |
+
* Code improvements (JavaScript errors fixed in IE)
|
14 |
+
* New WP Live Chat Support Translations Added:
|
15 |
+
* - Slovakian (Thank You Dana Kadarova)
|
16 |
+
* - German (Thank You Dennis Klingr)
|
17 |
+
* - Hebrew (Thank You David Cohen)
|
18 |
+
*
|
19 |
+
* 4.1.5
|
20 |
* Code improvements (PHP warnings - set_time_limit caused warnings on some hosts)
|
21 |
*
|
22 |
* 4.1.4
|
56 |
global $wplc_tblname_msgs;
|
57 |
$wplc_tblname_chats = $wpdb->prefix . "wplc_chat_sessions";
|
58 |
$wplc_tblname_msgs = $wpdb->prefix . "wplc_chat_msgs";
|
59 |
+
$wplc_version = "4.1.6";
|
60 |
|
61 |
define('WPLC_BASIC_PLUGIN_DIR',dirname(__FILE__));
|
62 |
define('WPLC_BASIC_PLUGIN_URL',plugins_url()."/wp-live-chat-support/");
|
448 |
complete: function(response){
|
449 |
//console.log(wplc_run);
|
450 |
if (wplc_run) {
|
451 |
+
setTimeout(function() { wplc_call_to_server(data); }, 1500);
|
452 |
}
|
453 |
},
|
454 |
timeout: 120000
|