Version Description
- 2015-10-06 - Low priority =
- Added a live chat extension page
- Corrected internationalization
Download this release
Release Info
Developer | WP-LiveChat |
Plugin | WP Live Chat Support |
Version | 5.0.7 |
Comparing to | |
See all releases |
Code changes from version 5.0.6 to 5.0.7
- css/chat-style.css +32 -0
- images/add-on0.jpg +0 -0
- images/add-on1.jpg +0 -0
- images/add-on3.jpg +0 -0
- images/codecabin.png +0 -0
- images/plugin1.jpg +0 -0
- images/plugin2.jpg +0 -0
- includes/settings_page.php +1 -0
- languages/wplivechat-de_DE.mo +0 -0
- languages/wplivechat-de_DE.po +1655 -404
- readme.txt +6 -1
- wp-live-chat-support.php +148 -5
css/chat-style.css
CHANGED
@@ -133,6 +133,38 @@
|
|
133 |
clear:both;
|
134 |
|
135 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
/*.admin_visitor_advanced_info {
|
137 |
clear:both;
|
138 |
font-size:0.9em;
|
133 |
clear:both;
|
134 |
|
135 |
}
|
136 |
+
|
137 |
+
|
138 |
+
.wplc-extension {
|
139 |
+
|
140 |
+
float: left;
|
141 |
+
margin: 0 15px 15px 0;
|
142 |
+
background: #fff;
|
143 |
+
border: 1px solid #ccc;
|
144 |
+
width: 320px;
|
145 |
+
padding: 14px;
|
146 |
+
height: 315px;
|
147 |
+
position: relative;
|
148 |
+
|
149 |
+
}
|
150 |
+
.wplc-extension h3 {
|
151 |
+
margin: 0 0 8px;
|
152 |
+
font-size: 13px;
|
153 |
+
|
154 |
+
}
|
155 |
+
.wplc-extension .wp-post-image {
|
156 |
+
width: 100%;
|
157 |
+
height: auto;
|
158 |
+
}
|
159 |
+
.wplc-extension .button-secondary {
|
160 |
+
position: absolute;
|
161 |
+
bottom: 14px;
|
162 |
+
left: 14px;
|
163 |
+
}
|
164 |
+
.wplc-plugin {
|
165 |
+
height: 250px;
|
166 |
+
}
|
167 |
+
|
168 |
/*.admin_visitor_advanced_info {
|
169 |
clear:both;
|
170 |
font-size:0.9em;
|
images/add-on0.jpg
ADDED
Binary file
|
images/add-on1.jpg
ADDED
Binary file
|
images/add-on3.jpg
ADDED
Binary file
|
images/codecabin.png
ADDED
Binary file
|
images/plugin1.jpg
ADDED
Binary file
|
images/plugin2.jpg
ADDED
Binary file
|
includes/settings_page.php
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
<div class="wrap">
|
2 |
<style>
|
3 |
.wplc_light_grey{
|
1 |
+
<?php wplc_stats("settings"); ?>
|
2 |
<div class="wrap">
|
3 |
<style>
|
4 |
.wplc_light_grey{
|
languages/wplivechat-de_DE.mo
CHANGED
Binary file
|
languages/wplivechat-de_DE.po
CHANGED
@@ -2,209 +2,576 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP Live Chat Support v4.2.10\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Zoran Horvat <zoran.horvat@outlook.com>\n"
|
8 |
"Language-Team: \n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
"X-Generator: Poedit 1.6.10\n"
|
14 |
-
"X-Poedit-SourceCharset:
|
15 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
"X-Poedit-Basepath: .\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
# @ wplivechat
|
24 |
-
#: ajax.php:
|
|
|
25 |
msgid "Admin has closed and ended the chat"
|
26 |
msgstr "Der Administrator hat den Chat geschlossen und beendet"
|
27 |
|
28 |
# @ wplivechat
|
29 |
-
#: ajax.php:
|
|
|
30 |
msgid "There is No Answer. Please Try Again Later"
|
31 |
msgstr "Keine Antwort. Bitte versuchen Sie es später erneut."
|
32 |
|
33 |
# @ wplivechat
|
34 |
-
#: wp-live-chat-support.php:
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
#:
|
|
|
40 |
msgid "IP Address not recorded"
|
41 |
-
msgstr ""
|
42 |
|
43 |
# @ wplivechat
|
44 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
msgid "Whois for"
|
46 |
msgstr "Whois für"
|
47 |
|
48 |
# @ wplivechat
|
49 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
msgid "Site Info"
|
51 |
msgstr "Seiteninformation"
|
52 |
|
53 |
# @ wplivechat
|
54 |
-
#:
|
|
|
|
|
|
|
|
|
55 |
msgid "Chat initiated on:"
|
56 |
msgstr "Chat-Benachrichtigungen"
|
57 |
|
58 |
# @ wplivechat
|
59 |
-
#:
|
|
|
|
|
|
|
|
|
60 |
msgid "Advanced Info"
|
61 |
msgstr "Erweiterte Information"
|
62 |
|
63 |
# @ wplivechat
|
64 |
-
#:
|
|
|
|
|
|
|
|
|
65 |
msgid "Browser:"
|
66 |
msgstr "Browser:"
|
67 |
|
68 |
# @ wplivechat
|
69 |
-
#:
|
|
|
|
|
|
|
|
|
70 |
msgid "IP Address:"
|
71 |
msgstr "IP Adresse:"
|
72 |
|
73 |
# @ wplivechat
|
74 |
-
#: functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
msgid "No chat sessions available at the moment"
|
76 |
msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
|
77 |
|
78 |
# @ wplivechat
|
79 |
-
#: functions.php:
|
|
|
80 |
msgid "Active Chats"
|
81 |
msgstr "Live-Chat"
|
82 |
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
msgstr "Chat annehmen"
|
87 |
-
|
88 |
-
# @ wplivechat
|
89 |
-
#: functions.php:214
|
90 |
-
msgid "Incoming Chat"
|
91 |
-
msgstr "Chat beginnen"
|
92 |
-
|
93 |
-
# @ wplivechat
|
94 |
-
#: functions.php:214
|
95 |
-
msgid "You have an incoming chat."
|
96 |
-
msgstr "Sie haben einen eingehenden Chat."
|
97 |
|
98 |
# @ wplivechat
|
99 |
-
#: functions.php:
|
|
|
100 |
msgid "Open Chat Window"
|
101 |
msgstr "Chat-Fenster öffnen"
|
102 |
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
|
|
|
|
|
|
107 |
|
108 |
# @ wplivechat
|
109 |
-
#: functions.php:
|
110 |
-
|
111 |
-
|
|
|
112 |
|
113 |
# @ wplivechat
|
114 |
-
#: functions.php:
|
115 |
-
#: wp-live-chat-support.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
msgid "Name"
|
117 |
msgstr "Name"
|
118 |
|
119 |
# @ wplivechat
|
120 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgid "Email"
|
122 |
msgstr "E-Mail"
|
123 |
|
124 |
# @ wplivechat
|
125 |
-
#: functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
msgid "Date"
|
127 |
msgstr "Datum"
|
128 |
|
129 |
# @ wplivechat
|
130 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
msgid "WP Live Chat Support Settings"
|
132 |
msgstr "WP Live Chat Support Einstellungen"
|
133 |
|
134 |
# @ wplivechat
|
135 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
msgid "General Settings"
|
137 |
msgstr "Generelle Einstellungen"
|
138 |
|
139 |
# @ wplivechat
|
140 |
-
#: includes/
|
|
|
141 |
msgid "Chat Box"
|
142 |
msgstr "Chat-Box"
|
143 |
|
144 |
# @ wplivechat
|
145 |
-
#:
|
|
|
|
|
|
|
|
|
146 |
msgid "Offline Messages"
|
147 |
msgstr "Offline-Nachrichten"
|
148 |
|
149 |
# @ wplivechat
|
150 |
-
#:
|
|
|
|
|
|
|
151 |
msgid "Styling"
|
152 |
msgstr "Styling"
|
153 |
|
154 |
# @ wplivechat
|
155 |
-
#:
|
156 |
-
|
157 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
|
159 |
# @ wplivechat
|
160 |
-
#: includes/
|
|
|
161 |
msgid "Main Settings"
|
162 |
msgstr "Haupeinstellungen"
|
163 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
# @ wplivechat
|
165 |
-
#: includes/
|
|
|
166 |
msgid "Chat enabled"
|
167 |
msgstr "Chat freigegeben"
|
168 |
|
169 |
# @ wplivechat
|
170 |
-
#: includes/
|
|
|
171 |
msgid "Yes"
|
172 |
msgstr "Ja"
|
173 |
|
174 |
# @ wplivechat
|
175 |
-
#: includes/
|
|
|
176 |
msgid "No"
|
177 |
msgstr "Nein"
|
178 |
|
179 |
# @ wplivechat
|
180 |
-
#: includes/
|
|
|
181 |
msgid "Choose when I want to be online"
|
182 |
-
msgstr ""
|
183 |
|
184 |
# @ wplivechat
|
185 |
-
#: includes/
|
|
|
|
|
186 |
msgid ""
|
187 |
-
"Checking this will allow you to change your status to
|
188 |
-
"
|
189 |
msgstr ""
|
|
|
|
|
190 |
|
191 |
# @ wplivechat
|
192 |
-
#: includes/
|
|
|
193 |
msgid "Hide Chat"
|
194 |
msgstr "Chat verstecken"
|
195 |
|
196 |
# @ wplivechat
|
197 |
-
#: includes/
|
|
|
198 |
msgid "Hides chat for 24hrs when user clicks X"
|
199 |
msgstr "Chat für 24 Stunden verstecken, wenn der Benutzer auf [X] klickt"
|
200 |
|
201 |
# @ wplivechat
|
202 |
-
#: includes/
|
|
|
203 |
msgid "Require Name And Email"
|
204 |
msgstr "Name und E-Mail benötigt"
|
205 |
|
206 |
# @ wplivechat
|
207 |
-
#: includes/
|
|
|
208 |
msgid ""
|
209 |
"Users will have to enter their Name and Email Address when starting a chat"
|
210 |
msgstr ""
|
@@ -212,24 +579,28 @@ msgstr ""
|
|
212 |
"eingeben"
|
213 |
|
214 |
# @ wplivechat
|
215 |
-
#: includes/
|
|
|
216 |
msgid "Input Field Replacement Text"
|
217 |
msgstr "Eingabefeld Ersetzungstext"
|
218 |
|
219 |
# @ wplivechat
|
220 |
-
#: includes/
|
|
|
221 |
msgid "This is the text that will show in place of the Name And Email fields"
|
222 |
msgstr ""
|
223 |
"Dies ist der Text, der an Stelle des Namens und des E-Mail-Feldes angezeigt "
|
224 |
"wird"
|
225 |
|
226 |
# @ wplivechat
|
227 |
-
#: includes/
|
|
|
228 |
msgid "Use Logged In User Details"
|
229 |
msgstr "Verwenden der Benutzer-Details des angemeldeten Nutzers"
|
230 |
|
231 |
# @ wplivechat
|
232 |
-
#: includes/
|
|
|
233 |
msgid ""
|
234 |
"A user's Name and Email Address will be used by default if they are logged "
|
235 |
"in."
|
@@ -238,12 +609,14 @@ msgstr ""
|
|
238 |
"angemeldet sind."
|
239 |
|
240 |
# @ wplivechat
|
241 |
-
#: includes/
|
|
|
242 |
msgid "Enable On Mobile Devices"
|
243 |
msgstr "Aktiviert auf mobilen Geräten:"
|
244 |
|
245 |
# @ wplivechat
|
246 |
-
#: includes/
|
|
|
247 |
msgid ""
|
248 |
"Disabling this will mean that the Chat Box will not be displayed on mobile "
|
249 |
"devices. (Smartphones and Tablets)"
|
@@ -252,22 +625,39 @@ msgstr ""
|
|
252 |
"wird. (Smartphones und Tablets)"
|
253 |
|
254 |
# @ wplivechat
|
255 |
-
#: includes/
|
|
|
256 |
msgid "Record a visitor's IP Address"
|
257 |
-
msgstr ""
|
258 |
|
259 |
# @ wplivechat
|
260 |
-
#: includes/
|
|
|
261 |
msgid "Disable this to enable anonymity for your visitors"
|
262 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
263 |
|
264 |
# @ wplivechat
|
265 |
-
#: includes/
|
266 |
msgid "Include chat window on the following pages:"
|
267 |
msgstr "Chat-Fenster auf den folgenden Seiten hinzufügen:"
|
268 |
|
269 |
# @ wplivechat
|
270 |
-
#: includes/
|
|
|
271 |
msgid ""
|
272 |
"Show the chat window on the following pages. Leave blank to show on all. "
|
273 |
"(Use comma-separated Page ID's)"
|
@@ -277,12 +667,13 @@ msgstr ""
|
|
277 |
"Seiten ID´s)"
|
278 |
|
279 |
# @ wplivechat
|
280 |
-
#: includes/
|
281 |
msgid "Exclude chat window on the following pages:"
|
282 |
msgstr "Das Chat-Fenster auf den folgenden Seiten ausschließen:"
|
283 |
|
284 |
# @ wplivechat
|
285 |
-
#: includes/
|
|
|
286 |
msgid ""
|
287 |
"Do not show the chat window on the following pages. Leave blank to show on "
|
288 |
"all. (Use comma-separated Page ID's)"
|
@@ -291,43 +682,61 @@ msgstr ""
|
|
291 |
"Leer lassen, um es auf allen Seiten zu zeigen. (Verwenden Sie Komma "
|
292 |
"getrennte Seiten ID´s)"
|
293 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
# @ wplivechat
|
295 |
-
#: includes/
|
|
|
296 |
msgid "Chat Window Settings"
|
297 |
msgstr "Chat-Fenster Einstellungen"
|
298 |
|
299 |
# @ wplivechat
|
300 |
-
#: includes/
|
|
|
301 |
msgid "Chat box alignment"
|
302 |
msgstr "Chat-Box Ausrichtung"
|
303 |
|
304 |
# @ wplivechat
|
305 |
-
#: includes/
|
|
|
306 |
msgid "Bottom left"
|
307 |
msgstr "Unten links"
|
308 |
|
309 |
# @ wplivechat
|
310 |
-
#: includes/
|
|
|
311 |
msgid "Bottom right"
|
312 |
msgstr "Unten rechts"
|
313 |
|
314 |
# @ wplivechat
|
315 |
-
#: includes/
|
|
|
316 |
msgid "Left"
|
317 |
msgstr "Links"
|
318 |
|
319 |
# @ wplivechat
|
320 |
-
#: includes/
|
|
|
321 |
msgid "Right"
|
322 |
msgstr "Rechts"
|
323 |
|
324 |
# @ wplivechat
|
325 |
-
#: includes/
|
|
|
326 |
msgid "Auto Pop-up"
|
327 |
msgstr "Auto Pop-up:"
|
328 |
|
329 |
# @ wplivechat
|
330 |
-
#: includes/
|
|
|
331 |
msgid ""
|
332 |
"Expand the chat box automatically (prompts the user to enter their name and "
|
333 |
"email address)."
|
@@ -336,54 +745,97 @@ msgstr ""
|
|
336 |
"seinen Namen und E-Mail-Adresse einzugeben)."
|
337 |
|
338 |
# @ wplivechat
|
339 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
340 |
msgid "Picture"
|
341 |
msgstr "Bild"
|
342 |
|
343 |
# @ wplivechat
|
344 |
-
#:
|
|
|
|
|
345 |
msgid "Upload Image"
|
346 |
msgstr "Bild hochladen"
|
347 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
348 |
# @ wplivechat
|
349 |
-
#: includes/
|
|
|
350 |
msgid "Logo"
|
351 |
msgstr "Logo"
|
352 |
|
353 |
# @ wplivechat
|
354 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
355 |
msgid "Chat delay (seconds)"
|
356 |
msgstr "Chat-Verzögerung (Sekunden)"
|
357 |
|
|
|
|
|
|
|
|
|
358 |
# @ wplivechat
|
359 |
-
#: includes/
|
|
|
360 |
msgid "Chat notifications"
|
361 |
msgstr "Chat-Benachrichtigungen"
|
362 |
|
363 |
# @ wplivechat
|
364 |
-
#: includes/
|
365 |
-
|
|
|
366 |
msgstr "Verständige Sie mich per E-Mail sobald jemand chatten möchte"
|
367 |
|
368 |
# @ wplivechat
|
369 |
-
#: includes/
|
|
|
370 |
msgid "Display name and avatar in chat"
|
371 |
msgstr "Anzeige des Namens und des Avatars im Chat:"
|
372 |
|
373 |
# @ wplivechat
|
374 |
-
#: includes/
|
|
|
375 |
msgid "Display the agent and user name above each message in the chat window."
|
376 |
msgstr ""
|
377 |
"Zeigen Sie im Chat-Fenster den Agenten und den Benutzernamen über jeder "
|
378 |
"Nachricht."
|
379 |
|
380 |
# @ wplivechat
|
381 |
-
#: includes/
|
|
|
382 |
msgid "Only show the chat window to users that are logged in"
|
383 |
msgstr "Das Chat-Fenster wird nur Benutzern angezeigt, die angemeldet sind:"
|
384 |
|
385 |
# @ wplivechat
|
386 |
-
#: includes/
|
|
|
387 |
msgid ""
|
388 |
"By checking this, only users that are logged in will be able to chat with "
|
389 |
"you."
|
@@ -392,12 +844,14 @@ msgstr ""
|
|
392 |
"der Lage sein, mit Ihnen zu chatten."
|
393 |
|
394 |
# @ wplivechat
|
395 |
-
#: includes/
|
|
|
396 |
msgid "Do not allow users to send offline messages"
|
397 |
msgstr "Benutzer können keine Offline-Nachrichten senden:"
|
398 |
|
399 |
# @ wplivechat
|
400 |
-
#: includes/
|
|
|
401 |
msgid ""
|
402 |
"The chat window will be hidden when it is offline. Users will not be able to "
|
403 |
"send offline messages to you"
|
@@ -406,126 +860,597 @@ msgstr ""
|
|
406 |
"werden nicht in der Lage sein, Offline-Nachrichten an Sie zu schicken"
|
407 |
|
408 |
# @ wplivechat
|
409 |
-
#: includes/
|
|
|
410 |
msgid "Email Address"
|
411 |
msgstr "E-Mail Adresse"
|
412 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
413 |
# @ wplivechat
|
414 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
415 |
msgid "Chat box fill color"
|
416 |
msgstr "Chat-Box Füllfarbe"
|
417 |
|
418 |
# @ wplivechat
|
419 |
-
#: includes/
|
|
|
420 |
msgid "Chat box font color"
|
421 |
msgstr "Chat-Box Textfarbe"
|
422 |
|
|
|
|
|
|
|
|
|
423 |
# @ wplivechat
|
424 |
-
#: includes/
|
425 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
426 |
msgstr ""
|
427 |
|
428 |
# @ wplivechat
|
429 |
-
#: includes/
|
430 |
-
|
|
|
|
|
|
|
|
|
|
|
431 |
msgstr ""
|
432 |
|
433 |
# @ wplivechat
|
434 |
-
#: includes/
|
435 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
436 |
msgstr ""
|
437 |
|
438 |
# @ wplivechat
|
439 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
440 |
msgid "No Animation"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
441 |
msgstr ""
|
442 |
|
443 |
# @ wplivechat
|
444 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
445 |
msgid "Save Settings"
|
446 |
msgstr "Einstellungen speichern"
|
447 |
|
448 |
# @ wplivechat
|
449 |
-
#: wp-live-chat-support.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
450 |
msgid "update to at least version"
|
451 |
msgstr "aktualisieren Sie auf die neueste Version"
|
452 |
|
453 |
# @ wplivechat
|
454 |
-
#: wp-live-chat-support.php:
|
|
|
455 |
msgid "to ensure all functionality is in working order"
|
456 |
msgstr "um sicherzustellen, dass alle Funktionen zuverlässig arbeiten"
|
457 |
|
458 |
# @ wplivechat
|
459 |
-
#: wp-live-chat-support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
460 |
msgid "If you are having difficulty updating the plugin, please contact"
|
461 |
msgstr ""
|
462 |
"Wenn Sie Schwierigkeiten haben das Plugin zu aktualisieren, kontaktieren Sie "
|
463 |
"uns bitte unter"
|
464 |
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
|
|
|
|
|
|
|
|
|
|
469 |
|
470 |
# @ wplivechat
|
471 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
472 |
msgid "Questions?"
|
473 |
msgstr "Fragen?"
|
474 |
|
475 |
# @ wplivechat
|
476 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
477 |
msgid "Chat with us"
|
478 |
msgstr "Chatten Sie mit uns!"
|
479 |
|
480 |
# @ wplivechat
|
481 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
482 |
msgid "Start Chat"
|
483 |
msgstr "Chat starten"
|
484 |
|
485 |
# @ wplivechat
|
486 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
487 |
msgid "Reactivating your previous chat..."
|
488 |
msgstr "Der vorherige Chat wird reaktiviert..."
|
489 |
|
490 |
# @ wplivechat
|
491 |
-
#:
|
|
|
|
|
|
|
492 |
msgid "Chat offline. Leave a message"
|
493 |
msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
|
494 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
495 |
# @ wplivechat
|
496 |
-
#: wp-live-chat-support
|
|
|
|
|
|
|
|
|
|
|
497 |
msgid "Press ENTER to send your message"
|
498 |
msgstr "ENTER drücken um die Nachricht zu senden"
|
499 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
500 |
# @ wplivechat
|
501 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
502 |
msgid "URL"
|
503 |
msgstr "URL"
|
504 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
505 |
# @ wplivechat
|
506 |
-
#: wp-live-chat-support
|
|
|
|
|
|
|
|
|
507 |
msgid "Send"
|
508 |
msgstr "Senden"
|
509 |
|
510 |
# @ wplivechat
|
511 |
-
#: wp-live-chat-support.php:
|
512 |
-
|
513 |
-
msgstr ""
|
514 |
-
"Bitte klicken Sie 'Starte Chat', um einen Chat mit einem Agenten zu "
|
515 |
-
"initiieren"
|
516 |
-
|
517 |
-
# @ wplivechat
|
518 |
-
#: wp-live-chat-support.php:1476
|
519 |
msgid "Your settings have been saved."
|
520 |
msgstr "Ihre Einstellungen wurden gespeichert."
|
521 |
|
522 |
# @ wplivechat
|
523 |
-
#: wp-live-chat-support.php:
|
524 |
msgid "Chat sessions"
|
525 |
msgstr "Chat-Sitzung"
|
526 |
|
527 |
# @ wplivechat
|
528 |
-
#: wp-live-chat-support.php:
|
|
|
529 |
msgid ""
|
530 |
"Please note: This window must be open in order to receive new chat "
|
531 |
"notifications."
|
@@ -533,368 +1458,590 @@ msgstr ""
|
|
533 |
"Bitte beachten: Dieses Fenster muss geöffnet bleiben um Chat-"
|
534 |
"Benachrichtigungen zu empfangen."
|
535 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
536 |
# @ wplivechat
|
537 |
-
#: wp-live-chat-support.php:
|
|
|
538 |
msgid "End chat"
|
539 |
msgstr "Chat beenden"
|
540 |
|
541 |
# @ wplivechat
|
542 |
-
#: wp-live-chat-support.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
543 |
msgid "This chat has already been answered. Please close the chat window"
|
544 |
msgstr ""
|
545 |
"Dieser Chat wurde bereits beantwortet. Bitte schließen Sie dieses Chat-"
|
546 |
"Fenster."
|
547 |
|
548 |
# @ wplivechat
|
549 |
-
#: wp-live-chat-support.php:
|
|
|
550 |
msgid "User has opened the chat window"
|
551 |
msgstr "Benutzer hat das Chat-Fenster geöffnet"
|
552 |
|
553 |
# @ wplivechat
|
554 |
-
#: wp-live-chat-support.php:
|
|
|
555 |
msgid "User has minimized the chat window"
|
556 |
msgstr "Benutzer hat das Chat-Fenster minimiert"
|
557 |
|
558 |
# @ wplivechat
|
559 |
-
#: wp-live-chat-support.php:
|
|
|
560 |
msgid "User has maximized the chat window"
|
561 |
msgstr "Benutzer hat das Chat-Fenster maximiert"
|
562 |
|
563 |
# @ wplivechat
|
564 |
-
#: wp-live-chat-support.php:
|
|
|
565 |
msgid "User has closed and ended the chat"
|
566 |
msgstr "Benutzer hat das Chat-Fenster geschlossen und den Chat beendet"
|
567 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
568 |
# @ wplivechat
|
569 |
-
#: wp-live-chat-support.php:
|
|
|
570 |
msgid "Live Chat"
|
571 |
msgstr "Live-Chat"
|
572 |
|
573 |
# @ wplivechat
|
574 |
-
#: wp-live-chat-support.php:
|
|
|
575 |
msgid "Settings"
|
576 |
msgstr "Einstellungen"
|
577 |
|
578 |
# @ wplivechat
|
579 |
-
#: wp-live-chat-support.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
580 |
msgid "History"
|
581 |
msgstr "Historie"
|
582 |
|
583 |
# @ wplivechat
|
584 |
-
#: wp-live-chat-support.php:
|
|
|
585 |
msgid "Missed Chats"
|
586 |
msgstr "Verpasste Chats"
|
587 |
|
588 |
# @ wplivechat
|
589 |
-
#:
|
|
|
|
|
590 |
msgid "Feedback"
|
591 |
msgstr "Feedback"
|
592 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
593 |
# @ wplivechat
|
594 |
-
#: wp-live-chat-support.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
595 |
msgid "Assign Quick Response"
|
596 |
msgstr "Blitzschnelle Antwort zuweisen"
|
597 |
|
598 |
# @ wplivechat
|
599 |
-
#: wp-live-chat-support.php:
|
600 |
-
|
601 |
-
|
|
|
602 |
|
603 |
# @ wplivechat
|
604 |
-
#: functions.php:
|
605 |
msgid "complete"
|
606 |
msgstr "Beendet"
|
607 |
|
608 |
# @ wplivechat
|
609 |
-
#: functions.php:
|
610 |
msgid "pending"
|
611 |
msgstr "in Warteschleife"
|
612 |
|
613 |
# @ wplivechat
|
614 |
-
#: functions.php:
|
615 |
msgid "active"
|
616 |
msgstr "Aktiv"
|
617 |
|
618 |
# @ wplivechat
|
619 |
-
#: functions.php:
|
620 |
msgid "deleted"
|
621 |
msgstr "Gelöscht"
|
622 |
|
623 |
# @ wplivechat
|
624 |
-
#: functions.php:
|
625 |
msgid "browsing"
|
626 |
msgstr "surft"
|
627 |
|
628 |
# @ wplivechat
|
629 |
-
#: functions.php:
|
630 |
msgid "requesting chat"
|
631 |
msgstr "Frage Chat an"
|
632 |
|
633 |
# @ wplivechat
|
634 |
-
#: functions.php:
|
635 |
msgid "Chat Ended - User still browsing"
|
636 |
msgstr "Chat beendet - Benutzer surft noch"
|
637 |
|
638 |
# @ wplivechat
|
639 |
-
#: functions.php:
|
640 |
msgid "User is browsing but doesn't want to chat"
|
641 |
msgstr "Benutzer surft aber will nicht chatten"
|
642 |
|
643 |
# @ wplivechat
|
644 |
-
#: functions.php:
|
645 |
msgid "Get Pro Add-on to accept more chats"
|
646 |
msgstr "Holen Sie sich das Pro Add-on und akzeptieren mehrere Chats"
|
647 |
|
648 |
# @ wplivechat
|
649 |
-
#: functions.php:
|
650 |
msgid "You have not missed any chat requests."
|
651 |
msgstr "Sie haben keine Chat-Anfragen verpasst."
|
652 |
|
653 |
# @ wplivechat
|
654 |
-
#: includes/feedback-page.php:7
|
655 |
msgid "WP Live Chat Support Feedback"
|
656 |
msgstr "WP Live Chat Support Feedback"
|
657 |
|
658 |
# @ wplivechat
|
659 |
-
#: includes/feedback-page.php:8
|
660 |
msgid "We'd love to hear your comments and/or suggestions"
|
661 |
msgstr ""
|
662 |
"Wir würden uns freuen Kommentare und/oder Vorschläge von Ihnen zu bekommen"
|
663 |
|
664 |
# @ wplivechat
|
665 |
-
#: includes/feedback-page.php:13
|
666 |
msgid "Your Name"
|
667 |
msgstr "Ihr Name:"
|
668 |
|
669 |
# @ wplivechat
|
670 |
-
#: includes/feedback-page.php:21
|
671 |
msgid "Your Email"
|
672 |
msgstr "Ihre E-Mail:"
|
673 |
|
674 |
# @ wplivechat
|
675 |
-
#: includes/feedback-page.php:29
|
676 |
msgid "Your Website"
|
677 |
msgstr "Ihre Website:"
|
678 |
|
679 |
# @ wplivechat
|
680 |
-
#: includes/feedback-page.php:48
|
681 |
msgid "Send Feedback"
|
682 |
msgstr "Feedback senden"
|
683 |
|
684 |
# @ wplivechat
|
685 |
-
#: includes/settings_page.php:
|
686 |
msgid "Agents"
|
687 |
msgstr "Agenten"
|
688 |
|
689 |
# @ wplivechat
|
690 |
-
#:
|
691 |
-
#:
|
692 |
-
#:
|
693 |
-
#:
|
694 |
-
#: includes/settings_page.php:
|
|
|
|
|
|
|
|
|
695 |
msgid "available in the"
|
696 |
msgstr "verfügbar in"
|
697 |
|
698 |
# @ wplivechat
|
699 |
-
#:
|
700 |
-
#:
|
701 |
-
#:
|
702 |
-
#:
|
703 |
-
#:
|
704 |
-
#:
|
705 |
-
#:
|
706 |
-
#: wp-live-chat-support.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
707 |
msgid "Pro Add-on"
|
708 |
msgstr "Pro Add-on"
|
709 |
|
710 |
# @ wplivechat
|
711 |
-
#:
|
712 |
-
#:
|
713 |
-
#:
|
714 |
-
#:
|
715 |
-
#: includes/settings_page.php:
|
|
|
|
|
|
|
|
|
716 |
msgid "only"
|
717 |
msgstr "nur"
|
718 |
|
719 |
# @ wplivechat
|
720 |
-
#: includes/settings_page.php:
|
721 |
-
|
722 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
723 |
|
724 |
# @ wplivechat
|
725 |
-
#: includes/settings_page.php:
|
726 |
msgid "Get offline messages with the "
|
727 |
msgstr "Erhalte Offline-Nachrichten mit dem"
|
728 |
|
729 |
# @ wplivechat
|
730 |
-
#: includes/settings_page.php:
|
731 |
msgid "Offline text"
|
732 |
msgstr "Offline-Text"
|
733 |
|
734 |
# @ wplivechat
|
735 |
-
#:
|
|
|
736 |
msgid "Edit these text fields using the "
|
737 |
msgstr "Bearbeiten Sie diese Textfelder mittels"
|
738 |
|
739 |
# @ sola_t
|
740 |
-
#: includes/settings_page.php:
|
741 |
msgid "Choose a colour scheme. Only available in the"
|
742 |
msgstr "Diese Option ist verfügbar in der"
|
743 |
|
744 |
# @ wplivechat
|
745 |
-
#:
|
746 |
-
msgid "Pro add-on"
|
747 |
-
msgstr "Pro Add-on"
|
748 |
-
|
749 |
-
# @ wplivechat
|
750 |
-
#: includes/settings_page.php:347
|
751 |
msgid "Colour Scheme 1"
|
752 |
-
msgstr ""
|
753 |
|
754 |
# @ wplivechat
|
755 |
-
#: includes/settings_page.php:
|
756 |
msgid "Colour Scheme 2"
|
757 |
-
msgstr ""
|
758 |
|
759 |
# @ wplivechat
|
760 |
-
#: includes/settings_page.php:
|
761 |
msgid "Colour Scheme 3"
|
762 |
-
msgstr ""
|
763 |
|
764 |
# @ wplivechat
|
765 |
-
#: includes/settings_page.php:
|
766 |
msgid "Colour Scheme 4"
|
767 |
-
msgstr ""
|
768 |
|
769 |
# @ wplivechat
|
770 |
-
#: includes/settings_page.php:
|
771 |
msgid "Colour Scheme 5"
|
772 |
-
msgstr ""
|
773 |
|
774 |
# @ wplivechat
|
775 |
-
#: includes/settings_page.php:
|
776 |
msgid "Colour Scheme 6"
|
777 |
-
msgstr ""
|
778 |
|
779 |
# @ wplivechat
|
780 |
-
#: includes/settings_page.php:
|
781 |
msgid "First section text"
|
782 |
msgstr "Text erste Sektion"
|
783 |
|
784 |
# @ wplivechat
|
785 |
-
#: includes/settings_page.php:
|
786 |
msgid "Second section text"
|
787 |
msgstr "Text zweite Sektion"
|
788 |
|
789 |
# @ wplivechat
|
790 |
-
#:
|
|
|
|
|
791 |
msgid "Connecting you to a sales person. Please be patient."
|
792 |
msgstr "Sie werden mit einem Mitarbeiter verbunden. Bitte um etwas Geduld."
|
793 |
|
794 |
# @ wplivechat
|
795 |
-
#: includes/settings_page.php:
|
796 |
msgid "Reactivate chat section text"
|
797 |
msgstr "Text für reaktivierten Chat"
|
798 |
|
799 |
-
# @
|
800 |
-
#: includes/settings_page.php:
|
801 |
-
|
802 |
-
|
|
|
803 |
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
-
msgstr "Holen Sie sich"
|
808 |
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
msgstr "Mehrfach-Agenten Unterstützung"
|
813 |
|
814 |
# @ wplivechat
|
815 |
-
#: includes/settings_page.php:
|
816 |
-
|
817 |
-
|
|
|
818 |
|
819 |
-
|
820 |
-
|
821 |
-
msgid "Choose an animation (Pro Only)"
|
822 |
msgstr ""
|
823 |
|
824 |
# @ wplivechat
|
825 |
-
#: includes/welcome_page.php:4
|
826 |
msgid "Welcome to "
|
827 |
msgstr "Willkommen zu"
|
828 |
|
829 |
# @ wplivechat
|
830 |
-
#: includes/welcome_page.php:6
|
831 |
-
|
|
|
832 |
msgstr "Version 4"
|
833 |
|
834 |
# @ wplivechat
|
835 |
-
#: includes/welcome_page.php:8
|
836 |
msgid "Provide Instant Live Chat Support!"
|
837 |
msgstr "Via WP Live Chat Support"
|
838 |
|
839 |
# @ wplivechat
|
840 |
-
#: includes/welcome_page.php:10
|
841 |
msgid "How did you find us?"
|
842 |
msgstr "Wie sind Sie auf uns aufmerksam geworden?"
|
843 |
|
844 |
# @ wplivechat
|
845 |
-
#: includes/welcome_page.php:15
|
846 |
msgid "WordPress.org plugin repository "
|
847 |
msgstr "WordPress.org Plugin Verzeichnis "
|
848 |
|
849 |
# @ wplivechat
|
850 |
-
#: includes/welcome_page.php:18
|
851 |
msgid "Search Term"
|
852 |
msgstr "Suchbegriff"
|
853 |
|
854 |
# @ wplivechat
|
855 |
-
#: includes/welcome_page.php:22
|
856 |
msgid "Google or other search Engine"
|
857 |
msgstr "Google oder eine andere Suchmaschine"
|
858 |
|
859 |
# @ wplivechat
|
860 |
-
#: includes/welcome_page.php:28
|
861 |
msgid "Friend recommendation"
|
862 |
msgstr "Empfehlung eines Freundes"
|
863 |
|
864 |
# @ wplivechat
|
865 |
-
#: includes/welcome_page.php:34
|
866 |
msgid "Other"
|
867 |
msgstr "Weitere"
|
868 |
|
869 |
# @ wplivechat
|
870 |
-
#: includes/welcome_page.php:38
|
871 |
msgid "Please Explain"
|
872 |
msgstr "Bitte erläutern"
|
873 |
|
874 |
# @ wplivechat
|
875 |
-
#: includes/welcome_page.php:47
|
876 |
msgid "Submit"
|
877 |
msgstr "Senden"
|
878 |
|
879 |
# @ wplivechat
|
880 |
-
#: includes/welcome_page.php:49
|
881 |
msgid "Skip"
|
882 |
msgstr "Überspringen"
|
883 |
|
884 |
# @ wplivechat
|
885 |
-
#: wp-live-chat-support
|
|
|
886 |
msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
|
887 |
msgstr ""
|
888 |
-
"Bitte klicken Sie \\
|
889 |
"initiieren"
|
890 |
|
891 |
# @ wplivechat
|
892 |
-
#: wp-live-chat-support.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
893 |
msgid "Start Live Chat"
|
894 |
msgstr "Live-Chat starten"
|
895 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
896 |
# @ wplivechat
|
897 |
-
#: wp-live-chat-support.php:
|
898 |
msgid ""
|
899 |
"You are using an outdated version of <strong>WP Live Chat Support Pro</"
|
900 |
"strong>. Please"
|
@@ -903,7 +2050,7 @@ msgstr ""
|
|
903 |
"Pro<strong>. Bitte"
|
904 |
|
905 |
# @ wplivechat
|
906 |
-
#: wp-live-chat-support.php:
|
907 |
msgid ""
|
908 |
"You're live chat box on your website has been temporarily disabled until the "
|
909 |
"Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
|
@@ -914,7 +2061,8 @@ msgstr ""
|
|
914 |
"stressfreie Nutzererfahrung für sich und Ihre Besucher sicherzustellen."
|
915 |
|
916 |
# @ wplivechat
|
917 |
-
#: wp-live-chat-support
|
|
|
918 |
msgid ""
|
919 |
"You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
|
920 |
"plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
|
@@ -925,7 +2073,7 @@ msgstr ""
|
|
925 |
"updated-version/' target='_BLANK'>hier</a>."
|
926 |
|
927 |
# @ wplivechat
|
928 |
-
#: wp-live-chat-support.php:
|
929 |
msgid ""
|
930 |
"You are using an outdated version of <strong>WP Live Chat Support Pro</"
|
931 |
"strong>."
|
@@ -934,126 +2082,162 @@ msgstr ""
|
|
934 |
"Pro<strong>."
|
935 |
|
936 |
# @ wplivechat
|
937 |
-
#: wp-live-chat-support.php:
|
938 |
msgid "Please update to the latest version of WP Live Chat Support Pro"
|
939 |
-
msgstr "Bitte auf die aktuellste WP Live Chat Support Pro"
|
940 |
|
941 |
# @ wplivechat
|
942 |
-
#: wp-live-chat-support.php:
|
943 |
-
|
944 |
-
|
|
|
945 |
|
946 |
# @ wplivechat
|
947 |
-
#: wp-live-chat-support.php:
|
948 |
-
|
949 |
-
|
|
|
950 |
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
msgstr "Sie haben Probleme mit dem Plugin?"
|
955 |
|
956 |
# @ wplivechat
|
957 |
-
#: wp-live-chat-support.php:
|
958 |
-
|
959 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
960 |
|
961 |
# @ wplivechat
|
962 |
-
#: wp-live-chat-support.php:
|
963 |
-
|
964 |
-
|
|
|
965 |
|
966 |
# @ wplivechat
|
967 |
-
#: wp-live-chat-support.php:
|
968 |
-
|
969 |
-
|
|
|
970 |
|
971 |
# @ wplivechat
|
972 |
-
#: wp-live-chat-support.php:
|
|
|
|
|
973 |
msgid "With the Pro add-on of WP Live Chat Support, you can"
|
974 |
msgstr "Mit dem Pro add-on von WP Live Chat Support können Sie"
|
975 |
|
976 |
# @ wplivechat
|
977 |
-
#: wp-live-chat-support
|
|
|
978 |
msgid "see who's online and initiate chats"
|
979 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
980 |
|
981 |
# @ wplivechat
|
982 |
-
#: wp-live-chat-support.php:
|
|
|
983 |
msgid "with your online visitors with the click of a button."
|
984 |
msgstr "mit Ihren Besuchern über einen Knopfdruck starten"
|
985 |
|
986 |
# @ wplivechat
|
987 |
-
#: wp-live-chat-support.php:
|
988 |
-
|
|
|
|
|
|
|
|
|
989 |
msgstr ""
|
990 |
"Kaufen Sie das Pro add-on jetzt für nur $19,95. Kostenlose Updates für "
|
991 |
"IMMER. "
|
992 |
|
993 |
# @ wplivechat
|
994 |
-
#: wp-live-chat-support.php:
|
995 |
-
msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
|
996 |
-
msgstr ""
|
997 |
-
"Kaufen Sie das Pro add-on jetzt für nur $19,95. Kostenlose Updates sind "
|
998 |
-
"dauerhaft inkludiert."
|
999 |
-
|
1000 |
-
# @ wplivechat
|
1001 |
-
#: wp-live-chat-support.php:952
|
1002 |
msgid "Previous"
|
1003 |
msgstr "Vorherig"
|
1004 |
|
1005 |
# @ wplivechat
|
1006 |
-
#: wp-live-chat-support.php:
|
1007 |
msgid "Active"
|
1008 |
msgstr "Aktiv"
|
1009 |
|
1010 |
# @ wplivechat
|
1011 |
-
#: wp-live-chat-support.php:
|
1012 |
msgid "Chat with"
|
1013 |
msgstr "Chatten mit"
|
1014 |
|
1015 |
# @ wplivechat
|
1016 |
-
#: wp-live-chat-support.php:
|
1017 |
msgid "Add Quick Responses to your Live Chat"
|
1018 |
msgstr "Fügen Sie blitzschnelle Antworten zu Ihrem Live-Chat"
|
1019 |
|
1020 |
# @ wplivechat
|
1021 |
-
#: wp-live-chat-support.php:
|
1022 |
msgid "Pro version only"
|
1023 |
msgstr "Nur Pro-Version"
|
1024 |
|
1025 |
# @ wplivechat
|
1026 |
-
#: wp-live-chat-support.php:
|
1027 |
msgid "type here..."
|
1028 |
msgstr "antworten Sie hier ..."
|
1029 |
|
1030 |
# @ wplivechat
|
1031 |
-
#: wp-live-chat-support.php:
|
1032 |
msgid "WP Live Chat History"
|
1033 |
msgstr "WP Live Chat Historie"
|
1034 |
|
1035 |
# @ wplivechat
|
1036 |
-
#: wp-live-chat-support.php:
|
|
|
1037 |
msgid "This option is only available in the "
|
1038 |
msgstr "Diese Option ist verfügbar in der"
|
1039 |
|
1040 |
# @ wplivechat
|
1041 |
-
#: wp-live-chat-support
|
1042 |
-
|
|
|
1043 |
msgstr "Jetzt einmalig für nur $ 19.95!"
|
1044 |
|
1045 |
# @ wplivechat
|
1046 |
-
#: wp-live-chat-support.php:
|
1047 |
msgid "WP Live Chat Missed Chats"
|
1048 |
msgstr "WP Live Chat Historie"
|
1049 |
|
1050 |
# @ wplivechat
|
1051 |
-
#: wp-live-chat-support.php:
|
1052 |
msgid "WP Live Chat Offline Messages"
|
1053 |
msgstr "WP Live Chat Support - Offline-Nachricht von"
|
1054 |
|
1055 |
# @ wplivechat
|
1056 |
-
#: wp-live-chat-support.php:
|
1057 |
msgid ""
|
1058 |
"Please update to the latest version of WP Live Chat Support Pro to start "
|
1059 |
"recording any offline messages."
|
@@ -1062,202 +2246,269 @@ msgstr ""
|
|
1062 |
"Pro um offline Nachrichten angezeigt zu bekommen."
|
1063 |
|
1064 |
# @ wplivechat
|
1065 |
-
#: wp-live-chat-support.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1066 |
msgid "Thank You for your feedback!"
|
1067 |
msgstr "Danke für Ihr Feedback!"
|
1068 |
|
1069 |
# @ wplc
|
1070 |
-
#: wp-live-chat-support
|
|
|
1071 |
msgid "Thank you for your feedback. We will be in touch soon"
|
1072 |
msgstr "Danke für Ihr Feedback. Wir melden uns bald"
|
1073 |
|
1074 |
# @ wplc
|
1075 |
-
#: wp-live-chat-support.php:
|
1076 |
msgid "There was a problem sending your feedback. Please log your feedback on "
|
1077 |
msgstr ""
|
1078 |
"Es gab ein Problem beim senden Ihres Feedbacks. Bitte tragen Sie Ihr "
|
1079 |
"Feedback ein unter"
|
1080 |
|
1081 |
# @ wplivechat
|
1082 |
-
#: wp-live-chat-support.php:
|
1083 |
msgid ""
|
1084 |
"WPLC: set_time_limit() is not enabled on this server. You may experience "
|
1085 |
"issues while using WP Live Chat Support as a result of this. Please get in "
|
1086 |
"contact your host to get this function enabled."
|
1087 |
msgstr ""
|
|
|
|
|
|
|
|
|
1088 |
|
1089 |
# @ wplivechat
|
1090 |
-
#: wp-live-chat-support.php:
|
1091 |
msgid ""
|
1092 |
"WPLC: Safe mode is enabled on this server. You may experience issues while "
|
1093 |
"using WP Live Chat Support as a result of this. Please contact your host to "
|
1094 |
"get safe mode disabled."
|
1095 |
msgstr ""
|
|
|
|
|
|
|
1096 |
|
1097 |
# @ wplivechat
|
1098 |
-
#:
|
1099 |
-
msgid "Blocked Visitors"
|
1100 |
-
msgstr ""
|
1101 |
-
|
1102 |
-
# @ wplivechat
|
1103 |
-
#: includes/settings_page.php:463
|
1104 |
-
msgid "Blocked Visitors - Based on IP Address"
|
1105 |
-
msgstr ""
|
1106 |
-
|
1107 |
-
# @ wplivechat
|
1108 |
-
#: includes/settings_page.php:464
|
1109 |
-
msgid ""
|
1110 |
-
"Block visitors from chatting to you based on their IP address using the "
|
1111 |
-
msgstr ""
|
1112 |
-
|
1113 |
-
# @ wplivechat
|
1114 |
-
#: includes/settings_page.php:466
|
1115 |
-
msgid "Enter each IP Address you would like to block on a new line"
|
1116 |
-
msgstr ""
|
1117 |
-
|
1118 |
-
# @ wplivechat
|
1119 |
-
#: includes/settings_page.php:467
|
1120 |
-
msgid ""
|
1121 |
-
"Blocking a user's IP Address here will hide the chat window from them, "
|
1122 |
-
"preventing them from chatting with you. Each IP Address must be on a new line"
|
1123 |
-
msgstr ""
|
1124 |
-
|
1125 |
-
# @ wplivechat
|
1126 |
-
#: wp-live-chat-support.php:263 wp-live-chat-support.php:1600
|
1127 |
-
msgid "Support"
|
1128 |
-
msgstr ""
|
1129 |
-
|
1130 |
-
# @ wplivechat
|
1131 |
-
#: wp-live-chat-support.php:1562
|
1132 |
msgid "WP Live Chat Support"
|
1133 |
-
msgstr ""
|
1134 |
|
1135 |
# @ wplivechat
|
1136 |
-
#: wp-live-chat-support.php:
|
1137 |
msgid "Documentation"
|
1138 |
-
msgstr ""
|
1139 |
|
1140 |
# @ wplivechat
|
1141 |
-
#: wp-live-chat-support.php:
|
1142 |
msgid ""
|
1143 |
"Getting started? Read through some of these articles to help you along your "
|
1144 |
"way."
|
1145 |
msgstr ""
|
|
|
|
|
1146 |
|
1147 |
# @ wplivechat
|
1148 |
-
#: wp-live-chat-support.php:
|
1149 |
msgid "Documentation:"
|
1150 |
-
msgstr ""
|
1151 |
-
|
1152 |
-
# @ wplivechat
|
1153 |
-
#: wp-live-chat-support.php:1570
|
1154 |
-
msgid "Installing the WP Live Chat Support Pro add-on"
|
1155 |
-
msgstr ""
|
1156 |
-
|
1157 |
-
# @ wplivechat
|
1158 |
-
#: wp-live-chat-support.php:1571
|
1159 |
-
msgid "Running the WP Live Chat Support plugin for the first time (Pro)"
|
1160 |
-
msgstr ""
|
1161 |
-
|
1162 |
-
# @ wplivechat
|
1163 |
-
#: wp-live-chat-support.php:1572
|
1164 |
-
msgid "Upgrading your licence (Pro)"
|
1165 |
-
msgstr ""
|
1166 |
|
1167 |
# @ wplivechat
|
1168 |
-
#: wp-live-chat-support.php:
|
1169 |
msgid "Minimum System Requirements"
|
1170 |
-
msgstr ""
|
1171 |
-
|
1172 |
-
# @ wplivechat
|
1173 |
-
#: wp-live-chat-support.php:1575
|
1174 |
-
msgid "FAQ's:"
|
1175 |
-
msgstr ""
|
1176 |
|
1177 |
# @ wplivechat
|
1178 |
-
#: wp-live-chat-support.php:
|
1179 |
-
msgid "
|
1180 |
-
msgstr ""
|
1181 |
|
1182 |
# @ wplivechat
|
1183 |
-
#: wp-live-chat-support.php:
|
1184 |
msgid "What are Quick Responses?"
|
1185 |
-
msgstr ""
|
1186 |
|
1187 |
# @ wplivechat
|
1188 |
-
#: wp-live-chat-support.php:
|
1189 |
msgid "Can I use this plugin on my multi-site?"
|
1190 |
-
msgstr ""
|
1191 |
|
1192 |
# @ wplivechat
|
1193 |
-
#: wp-live-chat-support.php:
|
1194 |
msgid "How do I disable APC Object Cache?"
|
1195 |
-
msgstr ""
|
1196 |
|
1197 |
# @ wplivechat
|
1198 |
-
#: wp-live-chat-support.php:
|
1199 |
msgid "Do you have a mobile app?"
|
1200 |
-
msgstr ""
|
1201 |
|
1202 |
# @ wplivechat
|
1203 |
-
#: wp-live-chat-support.php:
|
1204 |
-
msgid "
|
1205 |
-
msgstr ""
|
1206 |
|
1207 |
# @ wplivechat
|
1208 |
-
#: wp-live-chat-support.php:
|
1209 |
msgid "Troubleshooting"
|
1210 |
-
msgstr ""
|
1211 |
|
1212 |
# @ wplivechat
|
1213 |
-
#: wp-live-chat-support.php:
|
|
|
1214 |
msgid ""
|
1215 |
-
"WP Live Chat Support
|
1216 |
"from time to time, run into conflicts with the thousands of themes and other "
|
1217 |
"plugins on the market."
|
1218 |
msgstr ""
|
|
|
|
|
|
|
1219 |
|
1220 |
# @ wplivechat
|
1221 |
-
#: wp-live-chat-support.php:
|
1222 |
msgid "Common issues:"
|
1223 |
-
msgstr ""
|
1224 |
|
1225 |
# @ wplivechat
|
1226 |
-
#: wp-live-chat-support.php:
|
1227 |
msgid "The chat box doesnt show up"
|
1228 |
-
msgstr ""
|
1229 |
|
1230 |
# @ wplivechat
|
1231 |
-
#: wp-live-chat-support.php:
|
1232 |
msgid "The chat window disappears when I logout or go offline"
|
1233 |
-
msgstr ""
|
1234 |
|
1235 |
# @ wplivechat
|
1236 |
-
#: wp-live-chat-support.php:
|
1237 |
msgid "Messages only show when I refresh the chat window"
|
1238 |
msgstr ""
|
|
|
1239 |
|
1240 |
# @ wplivechat
|
1241 |
-
#: wp-live-chat-support.php:
|
1242 |
msgid "I'm not getting any notifications of a new chat"
|
1243 |
-
msgstr ""
|
1244 |
|
1245 |
# @ wplivechat
|
1246 |
-
#: wp-live-chat-support.php:
|
1247 |
msgid "The chat window never goes offline"
|
1248 |
-
msgstr ""
|
1249 |
|
1250 |
# @ wplivechat
|
1251 |
-
#: wp-live-chat-support.php:
|
1252 |
msgid "Still need help? Use one of these links below."
|
1253 |
-
msgstr ""
|
1254 |
|
1255 |
# @ wplivechat
|
1256 |
-
#: wp-live-chat-support.php:
|
1257 |
msgid "Support forum"
|
1258 |
-
msgstr ""
|
1259 |
|
1260 |
# @ wplivechat
|
1261 |
-
#: wp-live-chat-support.php:
|
1262 |
msgid "Contact us"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1263 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP Live Chat Support v4.2.10\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-10-06 12:56+0200\n"
|
6 |
+
"PO-Revision-Date: 2015-10-06 12:56+0200\n"
|
7 |
"Last-Translator: Zoran Horvat <zoran.horvat@outlook.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
+
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
"X-Generator: Poedit 1.6.10\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
17 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
18 |
"X-Poedit-Basepath: .\n"
|
19 |
"X-Textdomain-Support: yes\n"
|
20 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
21 |
+
"live-chat-support\n"
|
22 |
+
"X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
23 |
+
"live-chat-support-pro\n"
|
24 |
+
|
25 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:248
|
26 |
+
msgid "Guest"
|
27 |
+
msgstr ""
|
28 |
|
29 |
# @ wplivechat
|
30 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:320
|
31 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax_new.php:214
|
32 |
msgid "Admin has closed and ended the chat"
|
33 |
msgstr "Der Administrator hat den Chat geschlossen und beendet"
|
34 |
|
35 |
# @ wplivechat
|
36 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:355
|
37 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax_new.php:238
|
38 |
msgid "There is No Answer. Please Try Again Later"
|
39 |
msgstr "Keine Antwort. Bitte versuchen Sie es später erneut."
|
40 |
|
41 |
# @ wplivechat
|
42 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:50
|
43 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:169
|
44 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:321
|
45 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1659
|
46 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:288
|
47 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:446
|
48 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1824
|
49 |
msgid "IP Address not recorded"
|
50 |
+
msgstr "IP Adresse nicht erfasst"
|
51 |
|
52 |
# @ wplivechat
|
53 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:52
|
54 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:171
|
55 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:323
|
56 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1661
|
57 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:290
|
58 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:448
|
59 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1826
|
60 |
msgid "Whois for"
|
61 |
msgstr "Whois für"
|
62 |
|
63 |
# @ wplivechat
|
64 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:57
|
65 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:329
|
66 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:295
|
67 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:453
|
68 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:1025
|
69 |
+
msgid "Accept Chat"
|
70 |
+
msgstr "Chat annehmen"
|
71 |
+
|
72 |
+
# @ wplivechat
|
73 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:59
|
74 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:331
|
75 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:297
|
76 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:455
|
77 |
+
msgid "Incoming Chat"
|
78 |
+
msgstr "Chat beginnen"
|
79 |
+
|
80 |
+
# @ wplivechat
|
81 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:59
|
82 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:331
|
83 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:297
|
84 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:455
|
85 |
+
msgid "You have an incoming chat."
|
86 |
+
msgstr "Sie haben einen eingehenden Chat."
|
87 |
+
|
88 |
+
# @ wplivechat
|
89 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:63
|
90 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:462
|
91 |
+
#, fuzzy
|
92 |
+
msgid "Open Chat"
|
93 |
+
msgstr "Chat-Fenster öffnen"
|
94 |
+
|
95 |
+
# @ wplivechat
|
96 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:65
|
97 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:343
|
98 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:303
|
99 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:464
|
100 |
+
msgid "Chat Active"
|
101 |
+
msgstr "Aktiver Chat"
|
102 |
+
|
103 |
+
# @ wplivechat
|
104 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:65
|
105 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:343
|
106 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:303
|
107 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:464
|
108 |
+
msgid "This chat is active"
|
109 |
+
msgstr "Dieser Chat ist aktiv"
|
110 |
+
|
111 |
+
# @ wplivechat
|
112 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:70
|
113 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:156
|
114 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:467
|
115 |
+
#, fuzzy
|
116 |
+
msgid "Initiate Chat"
|
117 |
+
msgstr "Chat starten"
|
118 |
+
|
119 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:72
|
120 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:158
|
121 |
+
msgid "You must be a chat agent to initiate chats"
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:95
|
125 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:488
|
126 |
+
msgid "New"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:97
|
130 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:490
|
131 |
+
msgid "Returning"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
# @ wplivechat
|
135 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:139
|
136 |
+
msgid "Visitors on site"
|
137 |
+
msgstr "Besucher auf der Seite"
|
138 |
+
|
139 |
+
# @ wplivechat
|
140 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:203
|
141 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:373
|
142 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1698
|
143 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:326
|
144 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1848
|
145 |
msgid "Site Info"
|
146 |
msgstr "Seiteninformation"
|
147 |
|
148 |
# @ wplivechat
|
149 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:205
|
150 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:375
|
151 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1700
|
152 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:328
|
153 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1850
|
154 |
msgid "Chat initiated on:"
|
155 |
msgstr "Chat-Benachrichtigungen"
|
156 |
|
157 |
# @ wplivechat
|
158 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:209
|
159 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:379
|
160 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1704
|
161 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:332
|
162 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1854
|
163 |
msgid "Advanced Info"
|
164 |
msgstr "Erweiterte Information"
|
165 |
|
166 |
# @ wplivechat
|
167 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:211
|
168 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:381
|
169 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1706
|
170 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:334
|
171 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1856
|
172 |
msgid "Browser:"
|
173 |
msgstr "Browser:"
|
174 |
|
175 |
# @ wplivechat
|
176 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:212
|
177 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:382
|
178 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1707
|
179 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:335
|
180 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1857
|
181 |
msgid "IP Address:"
|
182 |
msgstr "IP Adresse:"
|
183 |
|
184 |
# @ wplivechat
|
185 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:255
|
186 |
+
#, fuzzy
|
187 |
+
msgid "No visitors on-line at the moment"
|
188 |
+
msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
|
189 |
+
|
190 |
+
# @ wplivechat
|
191 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:298
|
192 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:271
|
193 |
msgid "No chat sessions available at the moment"
|
194 |
msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
|
195 |
|
196 |
# @ wplivechat
|
197 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:300
|
198 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:273
|
199 |
msgid "Active Chats"
|
200 |
msgstr "Live-Chat"
|
201 |
|
202 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:335
|
203 |
+
msgid "You must be a chat agent to answer chats"
|
204 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
|
206 |
# @ wplivechat
|
207 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:341
|
208 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:301
|
209 |
msgid "Open Chat Window"
|
210 |
msgstr "Chat-Fenster öffnen"
|
211 |
|
212 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:345
|
213 |
+
msgid "Chat has been answered by another agent"
|
214 |
+
msgstr ""
|
215 |
+
|
216 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:346
|
217 |
+
msgid "Chat answered by another agent"
|
218 |
+
msgstr ""
|
219 |
|
220 |
# @ wplivechat
|
221 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:404
|
222 |
+
#, fuzzy
|
223 |
+
msgid "WP Live Chat Support - Offline Message from "
|
224 |
+
msgstr "WP Live Chat Support - Offline-Nachricht von"
|
225 |
|
226 |
# @ wplivechat
|
227 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:405
|
228 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:851
|
229 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:723
|
230 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:934
|
231 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:972
|
232 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1183
|
233 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1212
|
234 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:1243
|
235 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:179
|
236 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:751
|
237 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:934
|
238 |
msgid "Name"
|
239 |
msgstr "Name"
|
240 |
|
241 |
# @ wplivechat
|
242 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:405
|
243 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:852
|
244 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:724
|
245 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:935
|
246 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:973
|
247 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1184
|
248 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1213
|
249 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:1244
|
250 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:752
|
251 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:935
|
252 |
msgid "Email"
|
253 |
msgstr "E-Mail"
|
254 |
|
255 |
# @ wplivechat
|
256 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:405
|
257 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:853
|
258 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1316
|
259 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:974
|
260 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1214
|
261 |
+
#, fuzzy
|
262 |
+
msgid "Message"
|
263 |
+
msgstr "Offline-Nachrichten"
|
264 |
+
|
265 |
+
# @ wplivechat
|
266 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:405
|
267 |
+
#, fuzzy
|
268 |
+
msgid "Via WP Live Chat Support"
|
269 |
+
msgstr "WP Live Chat Support"
|
270 |
+
|
271 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:457
|
272 |
+
msgid "Alert: Someone wants to chat with you on "
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:458
|
276 |
+
msgid "Someone wants to chat with you on your website"
|
277 |
+
msgstr ""
|
278 |
+
|
279 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:458
|
280 |
+
msgid "Log in"
|
281 |
+
msgstr ""
|
282 |
+
|
283 |
+
# @ wplivechat
|
284 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:631
|
285 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:647
|
286 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:662
|
287 |
+
#, fuzzy
|
288 |
+
msgid "Chat Agent"
|
289 |
+
msgstr "Aktiver Chat"
|
290 |
+
|
291 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:636
|
292 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:652
|
293 |
+
msgid "Make this user a chat agent"
|
294 |
+
msgstr ""
|
295 |
+
|
296 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:666
|
297 |
+
msgid "Your user role does not allow you to make yourself a chat agent."
|
298 |
+
msgstr ""
|
299 |
+
|
300 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:667
|
301 |
+
msgid "Please contact the administrator of this website to change this."
|
302 |
+
msgstr ""
|
303 |
+
|
304 |
+
# @ wplivechat
|
305 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:752
|
306 |
+
#, fuzzy
|
307 |
+
msgid "Chat Agent Online"
|
308 |
+
msgstr "Aktiver Chat"
|
309 |
+
|
310 |
+
# @ wplivechat
|
311 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:754
|
312 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:759
|
313 |
+
#, fuzzy
|
314 |
+
msgid "Chat Agents Online"
|
315 |
+
msgstr "Aktiver Chat"
|
316 |
+
|
317 |
+
# @ wplivechat
|
318 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:850
|
319 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:722
|
320 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:1242
|
321 |
msgid "Date"
|
322 |
msgstr "Datum"
|
323 |
|
324 |
# @ wplivechat
|
325 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:867
|
326 |
+
#, fuzzy
|
327 |
+
msgid "You have not received any offline messages."
|
328 |
+
msgstr "Sie haben keine Chat-Anfragen verpasst."
|
329 |
+
|
330 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1180
|
331 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:787
|
332 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:518
|
333 |
+
msgid "Administrator"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1181
|
337 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:793
|
338 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:524
|
339 |
+
msgid "Editor"
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1182
|
343 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:799
|
344 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:530
|
345 |
+
msgid "Author"
|
346 |
+
msgstr ""
|
347 |
+
|
348 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1183
|
349 |
+
msgid "Contributor"
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1184
|
353 |
+
msgid "Subscriber"
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
# @ wplivechat
|
357 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1314
|
358 |
+
#, fuzzy
|
359 |
+
msgid "Chat ID"
|
360 |
+
msgstr "Chat-Box"
|
361 |
+
|
362 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1315
|
363 |
+
msgid "From"
|
364 |
+
msgstr ""
|
365 |
+
|
366 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1317
|
367 |
+
msgid "Timestamp"
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1318
|
371 |
+
msgid "Origin"
|
372 |
+
msgstr ""
|
373 |
+
|
374 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1323
|
375 |
+
msgid "user"
|
376 |
+
msgstr ""
|
377 |
+
|
378 |
+
# @ wplivechat
|
379 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:1325
|
380 |
+
#, fuzzy
|
381 |
+
msgid "agent"
|
382 |
+
msgstr "Agenten"
|
383 |
+
|
384 |
+
# @ wplivechat
|
385 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:48
|
386 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:10
|
387 |
msgid "WP Live Chat Support Settings"
|
388 |
msgstr "WP Live Chat Support Einstellungen"
|
389 |
|
390 |
# @ wplivechat
|
391 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:71
|
392 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:593
|
393 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1624
|
394 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1639
|
395 |
+
msgid "Dear Pro User"
|
396 |
+
msgstr "Lieber Pro Benutzer,"
|
397 |
+
|
398 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:72
|
399 |
+
msgid ""
|
400 |
+
"Please enter a valid API key on the 'Live Chat' -> 'Settings' page. Failing "
|
401 |
+
"to do this will result in you no longer receiving updates for this plugin."
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:73
|
405 |
+
msgid "You can obtain a copy of your API key "
|
406 |
+
msgstr ""
|
407 |
+
|
408 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:73
|
409 |
+
msgid "here"
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:73
|
413 |
+
msgid ""
|
414 |
+
"An account has been created for you while purchasing the plugin. If you have "
|
415 |
+
"lost your password, please reset it "
|
416 |
+
msgstr ""
|
417 |
+
|
418 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:74
|
419 |
+
msgid ""
|
420 |
+
"If you feel you are getting this message in error, please try refreshing the "
|
421 |
+
"page."
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
# @ wplivechat
|
425 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:83
|
426 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:24
|
427 |
msgid "General Settings"
|
428 |
msgstr "Generelle Einstellungen"
|
429 |
|
430 |
# @ wplivechat
|
431 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:84
|
432 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:25
|
433 |
msgid "Chat Box"
|
434 |
msgstr "Chat-Box"
|
435 |
|
436 |
# @ wplivechat
|
437 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:85
|
438 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:382
|
439 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2694
|
440 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:26
|
441 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:283
|
442 |
msgid "Offline Messages"
|
443 |
msgstr "Offline-Nachrichten"
|
444 |
|
445 |
# @ wplivechat
|
446 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:86
|
447 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:484
|
448 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:27
|
449 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:337
|
450 |
msgid "Styling"
|
451 |
msgstr "Styling"
|
452 |
|
453 |
# @ wplivechat
|
454 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:87
|
455 |
+
#, fuzzy
|
456 |
+
msgid "Chat Agents"
|
457 |
+
msgstr "Agenten"
|
458 |
+
|
459 |
+
# @ wplivechat
|
460 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:88
|
461 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:29
|
462 |
+
msgid "Blocked Visitors"
|
463 |
+
msgstr "Blockierte Besucher"
|
464 |
+
|
465 |
+
# @ wplivechat
|
466 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:89
|
467 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:829
|
468 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:835
|
469 |
+
#, fuzzy
|
470 |
+
msgid "Chat Experience Ratings"
|
471 |
+
msgstr "Chat-Fenster Einstellungen"
|
472 |
+
|
473 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:90
|
474 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:30
|
475 |
+
msgid "Encryption"
|
476 |
+
msgstr ""
|
477 |
|
478 |
# @ wplivechat
|
479 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:93
|
480 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
|
481 |
msgid "Main Settings"
|
482 |
msgstr "Haupeinstellungen"
|
483 |
|
484 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
|
485 |
+
msgid "Find out more."
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:98
|
489 |
+
msgid "Cloud Server"
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:103
|
493 |
+
msgid "Use our server to host your chat server."
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:107
|
497 |
+
msgid "API Key"
|
498 |
+
msgstr ""
|
499 |
+
|
500 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:112
|
501 |
+
msgid "This API key is "
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:115
|
505 |
+
msgid "valid"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:118
|
509 |
+
msgid "invalid"
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:122
|
513 |
+
msgid ""
|
514 |
+
"A valid API key means that you will be able to get the latest version of the "
|
515 |
+
"plugin as and when it is released, as well as get access to support should "
|
516 |
+
"you require it."
|
517 |
+
msgstr ""
|
518 |
+
|
519 |
# @ wplivechat
|
520 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:130
|
521 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:36
|
522 |
msgid "Chat enabled"
|
523 |
msgstr "Chat freigegeben"
|
524 |
|
525 |
# @ wplivechat
|
526 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:135
|
527 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
|
528 |
msgid "Yes"
|
529 |
msgstr "Ja"
|
530 |
|
531 |
# @ wplivechat
|
532 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:138
|
533 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
|
534 |
msgid "No"
|
535 |
msgstr "Nein"
|
536 |
|
537 |
# @ wplivechat
|
538 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:144
|
539 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:45
|
540 |
msgid "Choose when I want to be online"
|
541 |
+
msgstr "Auswählen wann ich online sein werde"
|
542 |
|
543 |
# @ wplivechat
|
544 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:144
|
545 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:45
|
546 |
+
#, fuzzy
|
547 |
msgid ""
|
548 |
+
"Checking this will allow you to change your status to Online or Offline on "
|
549 |
+
"the Live Chat page."
|
550 |
msgstr ""
|
551 |
+
"Bei dieser Auswahl, können Sie Ihren Status auf „Online“ oder „Offline“ auf "
|
552 |
+
"der Seite „Live Chat“ setzen."
|
553 |
|
554 |
# @ wplivechat
|
555 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:154
|
556 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:60
|
557 |
msgid "Hide Chat"
|
558 |
msgstr "Chat verstecken"
|
559 |
|
560 |
# @ wplivechat
|
561 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:154
|
562 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:60
|
563 |
msgid "Hides chat for 24hrs when user clicks X"
|
564 |
msgstr "Chat für 24 Stunden verstecken, wenn der Benutzer auf [X] klickt"
|
565 |
|
566 |
# @ wplivechat
|
567 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:162
|
568 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:76
|
569 |
msgid "Require Name And Email"
|
570 |
msgstr "Name und E-Mail benötigt"
|
571 |
|
572 |
# @ wplivechat
|
573 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:162
|
574 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:76
|
575 |
msgid ""
|
576 |
"Users will have to enter their Name and Email Address when starting a chat"
|
577 |
msgstr ""
|
579 |
"eingeben"
|
580 |
|
581 |
# @ wplivechat
|
582 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:172
|
583 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:84
|
584 |
msgid "Input Field Replacement Text"
|
585 |
msgstr "Eingabefeld Ersetzungstext"
|
586 |
|
587 |
# @ wplivechat
|
588 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:172
|
589 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:84
|
590 |
msgid "This is the text that will show in place of the Name And Email fields"
|
591 |
msgstr ""
|
592 |
"Dies ist der Text, der an Stelle des Namens und des E-Mail-Feldes angezeigt "
|
593 |
"wird"
|
594 |
|
595 |
# @ wplivechat
|
596 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:182
|
597 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:92
|
598 |
msgid "Use Logged In User Details"
|
599 |
msgstr "Verwenden der Benutzer-Details des angemeldeten Nutzers"
|
600 |
|
601 |
# @ wplivechat
|
602 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:182
|
603 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:92
|
604 |
msgid ""
|
605 |
"A user's Name and Email Address will be used by default if they are logged "
|
606 |
"in."
|
609 |
"angemeldet sind."
|
610 |
|
611 |
# @ wplivechat
|
612 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:193
|
613 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
|
614 |
msgid "Enable On Mobile Devices"
|
615 |
msgstr "Aktiviert auf mobilen Geräten:"
|
616 |
|
617 |
# @ wplivechat
|
618 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:193
|
619 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
|
620 |
msgid ""
|
621 |
"Disabling this will mean that the Chat Box will not be displayed on mobile "
|
622 |
"devices. (Smartphones and Tablets)"
|
625 |
"wird. (Smartphones und Tablets)"
|
626 |
|
627 |
# @ wplivechat
|
628 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:203
|
629 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:108
|
630 |
msgid "Record a visitor's IP Address"
|
631 |
+
msgstr "IP Adresse des Besuchers aufzeichnen"
|
632 |
|
633 |
# @ wplivechat
|
634 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:203
|
635 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:108
|
636 |
msgid "Disable this to enable anonymity for your visitors"
|
637 |
msgstr ""
|
638 |
+
"Deaktivieren Sie diese Einstellung, um die Anonymität für Ihre Besucher zu "
|
639 |
+
"gewährleisten"
|
640 |
+
|
641 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:213
|
642 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:116
|
643 |
+
msgid "Play a sound when a new message is received"
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:213
|
647 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:116
|
648 |
+
msgid ""
|
649 |
+
"Disable this to mute the sound that is played when a new chat message is "
|
650 |
+
"received"
|
651 |
+
msgstr ""
|
652 |
|
653 |
# @ wplivechat
|
654 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:222
|
655 |
msgid "Include chat window on the following pages:"
|
656 |
msgstr "Chat-Fenster auf den folgenden Seiten hinzufügen:"
|
657 |
|
658 |
# @ wplivechat
|
659 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:222
|
660 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:124
|
661 |
msgid ""
|
662 |
"Show the chat window on the following pages. Leave blank to show on all. "
|
663 |
"(Use comma-separated Page ID's)"
|
667 |
"Seiten ID´s)"
|
668 |
|
669 |
# @ wplivechat
|
670 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:232
|
671 |
msgid "Exclude chat window on the following pages:"
|
672 |
msgstr "Das Chat-Fenster auf den folgenden Seiten ausschließen:"
|
673 |
|
674 |
# @ wplivechat
|
675 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:232
|
676 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:139
|
677 |
msgid ""
|
678 |
"Do not show the chat window on the following pages. Leave blank to show on "
|
679 |
"all. (Use comma-separated Page ID's)"
|
682 |
"Leer lassen, um es auf allen Seiten zu zeigen. (Verwenden Sie Komma "
|
683 |
"getrennte Seiten ID´s)"
|
684 |
|
685 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:242
|
686 |
+
msgid "Allow any user to make themselves a chat agent"
|
687 |
+
msgstr ""
|
688 |
+
|
689 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:242
|
690 |
+
msgid ""
|
691 |
+
"Checking this will allow any of your users to make themselves a chat agent "
|
692 |
+
"when editing their profile."
|
693 |
+
msgstr ""
|
694 |
+
|
695 |
# @ wplivechat
|
696 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:254
|
697 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:155
|
698 |
msgid "Chat Window Settings"
|
699 |
msgstr "Chat-Fenster Einstellungen"
|
700 |
|
701 |
# @ wplivechat
|
702 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:257
|
703 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:158
|
704 |
msgid "Chat box alignment"
|
705 |
msgstr "Chat-Box Ausrichtung"
|
706 |
|
707 |
# @ wplivechat
|
708 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:262
|
709 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:161
|
710 |
msgid "Bottom left"
|
711 |
msgstr "Unten links"
|
712 |
|
713 |
# @ wplivechat
|
714 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:265
|
715 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:162
|
716 |
msgid "Bottom right"
|
717 |
msgstr "Unten rechts"
|
718 |
|
719 |
# @ wplivechat
|
720 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:268
|
721 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:163
|
722 |
msgid "Left"
|
723 |
msgstr "Links"
|
724 |
|
725 |
# @ wplivechat
|
726 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:271
|
727 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:164
|
728 |
msgid "Right"
|
729 |
msgstr "Rechts"
|
730 |
|
731 |
# @ wplivechat
|
732 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:277
|
733 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:170
|
734 |
msgid "Auto Pop-up"
|
735 |
msgstr "Auto Pop-up:"
|
736 |
|
737 |
# @ wplivechat
|
738 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:277
|
739 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:170
|
740 |
msgid ""
|
741 |
"Expand the chat box automatically (prompts the user to enter their name and "
|
742 |
"email address)."
|
745 |
"seinen Namen und E-Mail-Adresse einzugeben)."
|
746 |
|
747 |
# @ wplivechat
|
748 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:288
|
749 |
+
#, fuzzy
|
750 |
+
msgid "Name "
|
751 |
+
msgstr "Name"
|
752 |
+
|
753 |
+
# @ wplivechat
|
754 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:302
|
755 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:195
|
756 |
msgid "Picture"
|
757 |
msgstr "Bild"
|
758 |
|
759 |
# @ wplivechat
|
760 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:310
|
761 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:198
|
762 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:214
|
763 |
msgid "Upload Image"
|
764 |
msgstr "Bild hochladen"
|
765 |
|
766 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:312
|
767 |
+
msgid "Remove Image"
|
768 |
+
msgstr ""
|
769 |
+
|
770 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:313
|
771 |
+
msgid "Recomended Size 40px x 40px"
|
772 |
+
msgstr ""
|
773 |
+
|
774 |
# @ wplivechat
|
775 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:319
|
776 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:211
|
777 |
msgid "Logo"
|
778 |
msgstr "Logo"
|
779 |
|
780 |
# @ wplivechat
|
781 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:327
|
782 |
+
#, fuzzy
|
783 |
+
msgid "Upload Logo"
|
784 |
+
msgstr "Bild hochladen"
|
785 |
+
|
786 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:329
|
787 |
+
msgid "Remove Logo"
|
788 |
+
msgstr ""
|
789 |
+
|
790 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:330
|
791 |
+
msgid "Recomended Size 250px x 40px"
|
792 |
+
msgstr ""
|
793 |
+
|
794 |
+
# @ wplivechat
|
795 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:336
|
796 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:227
|
797 |
msgid "Chat delay (seconds)"
|
798 |
msgstr "Chat-Verzögerung (Sekunden)"
|
799 |
|
800 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:336
|
801 |
+
msgid "How long it takes for your chat window to pop up"
|
802 |
+
msgstr ""
|
803 |
+
|
804 |
# @ wplivechat
|
805 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:345
|
806 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:243
|
807 |
msgid "Chat notifications"
|
808 |
msgstr "Chat-Benachrichtigungen"
|
809 |
|
810 |
# @ wplivechat
|
811 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:345
|
812 |
+
#, fuzzy
|
813 |
+
msgid "Alert me via email as soon as someone wants to chat (while online only)"
|
814 |
msgstr "Verständige Sie mich per E-Mail sobald jemand chatten möchte"
|
815 |
|
816 |
# @ wplivechat
|
817 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:355
|
818 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:259
|
819 |
msgid "Display name and avatar in chat"
|
820 |
msgstr "Anzeige des Namens und des Avatars im Chat:"
|
821 |
|
822 |
# @ wplivechat
|
823 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:355
|
824 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:259
|
825 |
msgid "Display the agent and user name above each message in the chat window."
|
826 |
msgstr ""
|
827 |
"Zeigen Sie im Chat-Fenster den Agenten und den Benutzernamen über jeder "
|
828 |
"Nachricht."
|
829 |
|
830 |
# @ wplivechat
|
831 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:367
|
832 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:269
|
833 |
msgid "Only show the chat window to users that are logged in"
|
834 |
msgstr "Das Chat-Fenster wird nur Benutzern angezeigt, die angemeldet sind:"
|
835 |
|
836 |
# @ wplivechat
|
837 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:367
|
838 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:269
|
839 |
msgid ""
|
840 |
"By checking this, only users that are logged in will be able to chat with "
|
841 |
"you."
|
844 |
"der Lage sein, mit Ihnen zu chatten."
|
845 |
|
846 |
# @ wplivechat
|
847 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:386
|
848 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:316
|
849 |
msgid "Do not allow users to send offline messages"
|
850 |
msgstr "Benutzer können keine Offline-Nachrichten senden:"
|
851 |
|
852 |
# @ wplivechat
|
853 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:386
|
854 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:316
|
855 |
msgid ""
|
856 |
"The chat window will be hidden when it is offline. Users will not be able to "
|
857 |
"send offline messages to you"
|
860 |
"werden nicht in der Lage sein, Offline-Nachrichten an Sie zu schicken"
|
861 |
|
862 |
# @ wplivechat
|
863 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:398
|
864 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:287
|
865 |
msgid "Email Address"
|
866 |
msgstr "E-Mail Adresse"
|
867 |
|
868 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:398
|
869 |
+
msgid ""
|
870 |
+
"Email address where offline messages are delivered to. Use comma separated "
|
871 |
+
"email addresses to send to more than one email address"
|
872 |
+
msgstr ""
|
873 |
+
|
874 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:411
|
875 |
+
msgid "Sending Method"
|
876 |
+
msgstr ""
|
877 |
+
|
878 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:412
|
879 |
+
msgid "WP Mail"
|
880 |
+
msgstr ""
|
881 |
+
|
882 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:413
|
883 |
+
msgid "PHP Mailer"
|
884 |
+
msgstr ""
|
885 |
+
|
886 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:429
|
887 |
+
msgid "Host"
|
888 |
+
msgstr ""
|
889 |
+
|
890 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:437
|
891 |
+
msgid "Port"
|
892 |
+
msgstr ""
|
893 |
+
|
894 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:445
|
895 |
+
msgid "Username"
|
896 |
+
msgstr ""
|
897 |
+
|
898 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:453
|
899 |
+
msgid "Password"
|
900 |
+
msgstr ""
|
901 |
+
|
902 |
+
# @ wplivechat
|
903 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:462
|
904 |
+
#, fuzzy
|
905 |
+
msgid "Offline Chat Box Title"
|
906 |
+
msgstr "Offline-Text"
|
907 |
+
|
908 |
# @ wplivechat
|
909 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:470
|
910 |
+
#, fuzzy
|
911 |
+
msgid "Offline Text Fields"
|
912 |
+
msgstr "Offline-Text"
|
913 |
+
|
914 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:503
|
915 |
+
msgid "Choose a theme"
|
916 |
+
msgstr ""
|
917 |
+
|
918 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:508
|
919 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:511
|
920 |
+
msgid "Theme 1"
|
921 |
+
msgstr ""
|
922 |
+
|
923 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:514
|
924 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:517
|
925 |
+
msgid "Theme 2"
|
926 |
+
msgstr ""
|
927 |
+
|
928 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:520
|
929 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:523
|
930 |
+
msgid "Theme 3"
|
931 |
+
msgstr ""
|
932 |
+
|
933 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:526
|
934 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:529
|
935 |
+
msgid "Theme 4"
|
936 |
+
msgstr ""
|
937 |
+
|
938 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:532
|
939 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:535
|
940 |
+
msgid "Theme 5"
|
941 |
+
msgstr ""
|
942 |
+
|
943 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:538
|
944 |
+
msgid "Theme 6"
|
945 |
+
msgstr ""
|
946 |
+
|
947 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:541
|
948 |
+
msgid "Custom. Enter Colour Values Below"
|
949 |
+
msgstr ""
|
950 |
+
|
951 |
+
# @ wplivechat
|
952 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:567
|
953 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:357
|
954 |
msgid "Chat box fill color"
|
955 |
msgstr "Chat-Box Füllfarbe"
|
956 |
|
957 |
# @ wplivechat
|
958 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:573
|
959 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:363
|
960 |
msgid "Chat box font color"
|
961 |
msgstr "Chat-Box Textfarbe"
|
962 |
|
963 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:580
|
964 |
+
msgid "I'm using a localization plugin"
|
965 |
+
msgstr ""
|
966 |
+
|
967 |
# @ wplivechat
|
968 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:583
|
969 |
+
#, fuzzy
|
970 |
+
msgid "documentation"
|
971 |
+
msgstr "Dokumentation"
|
972 |
+
|
973 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:588
|
974 |
+
msgid ""
|
975 |
+
"You will only be able to edit the strings shown in the chat window of the "
|
976 |
+
"code now. <br/> This has been done to accommodate as many localization "
|
977 |
+
"plugins as possible. <br/> For more information on how to change these "
|
978 |
+
"strings, please consult the "
|
979 |
msgstr ""
|
980 |
|
981 |
# @ wplivechat
|
982 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:593
|
983 |
+
#, fuzzy
|
984 |
+
msgid "First Section Text"
|
985 |
+
msgstr "Text erste Sektion"
|
986 |
+
|
987 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:600
|
988 |
+
msgid "Intro Text"
|
989 |
msgstr ""
|
990 |
|
991 |
# @ wplivechat
|
992 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:606
|
993 |
+
#, fuzzy
|
994 |
+
msgid "Second Section Text"
|
995 |
+
msgstr "Text zweite Sektion"
|
996 |
+
|
997 |
+
# @ wplivechat
|
998 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:613
|
999 |
+
#, fuzzy
|
1000 |
+
msgid "Reactivate Chat Section Text"
|
1001 |
+
msgstr "Text für reaktivierten Chat"
|
1002 |
+
|
1003 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:621
|
1004 |
+
msgid "User chat welcome"
|
1005 |
+
msgstr ""
|
1006 |
+
|
1007 |
+
# @ wplivechat
|
1008 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:627
|
1009 |
+
#, fuzzy
|
1010 |
+
msgid "Other text"
|
1011 |
+
msgstr "Weitere"
|
1012 |
+
|
1013 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:629
|
1014 |
+
msgid "This text is shown above the user chat input field"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
# @ wplivechat
|
1018 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:661
|
1019 |
+
#, fuzzy
|
1020 |
+
msgid ""
|
1021 |
+
"You are using an outdated version of WP Live Chat Support Basic. Please "
|
1022 |
+
"update your plugin to allow for animations to function"
|
1023 |
+
msgstr ""
|
1024 |
+
"Sie verwenden eine veraltete Version von <strong>WP Live Chat Support "
|
1025 |
+
"Pro<strong>."
|
1026 |
+
|
1027 |
+
# @ sola_t
|
1028 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:665
|
1029 |
+
#, fuzzy
|
1030 |
+
msgid "Choose an animation"
|
1031 |
+
msgstr "Wählen Sie eine Animation (nur Pro)"
|
1032 |
+
|
1033 |
+
# @ wplivechat
|
1034 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:673
|
1035 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:434
|
1036 |
+
msgid "Slide Up"
|
1037 |
+
msgstr "Hochsliden"
|
1038 |
+
|
1039 |
+
# @ wplivechat
|
1040 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:679
|
1041 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:438
|
1042 |
+
msgid "Slide From The Side"
|
1043 |
+
msgstr "Slide von der Seite"
|
1044 |
+
|
1045 |
+
# @ wplivechat
|
1046 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:685
|
1047 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:442
|
1048 |
+
msgid "Fade In"
|
1049 |
+
msgstr "Einblenden"
|
1050 |
+
|
1051 |
+
# @ wplivechat
|
1052 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:691
|
1053 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:446
|
1054 |
msgid "No Animation"
|
1055 |
+
msgstr "Keine Animation"
|
1056 |
+
|
1057 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:749
|
1058 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:490
|
1059 |
+
msgid "Current Users that are Chat Agents"
|
1060 |
+
msgstr ""
|
1061 |
+
|
1062 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:760
|
1063 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:498
|
1064 |
+
msgid "Online"
|
1065 |
+
msgstr ""
|
1066 |
+
|
1067 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:770
|
1068 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:668
|
1069 |
+
msgid "Remove"
|
1070 |
+
msgstr ""
|
1071 |
+
|
1072 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:779
|
1073 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:509
|
1074 |
+
msgid "Add New Agent"
|
1075 |
+
msgstr ""
|
1076 |
+
|
1077 |
+
# @ wplivechat
|
1078 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:781
|
1079 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2788
|
1080 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:511
|
1081 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1866
|
1082 |
+
msgid "Select"
|
1083 |
+
msgstr "Auswählen"
|
1084 |
+
|
1085 |
+
# @ wplivechat
|
1086 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:803
|
1087 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:534
|
1088 |
+
#, fuzzy
|
1089 |
+
msgid "Add Agent"
|
1090 |
+
msgstr "Agenten"
|
1091 |
+
|
1092 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:809
|
1093 |
+
msgid ""
|
1094 |
+
"Should you wish to add a user that has a role less than 'Author', please go "
|
1095 |
+
"to the <a href='./users.php'>Users</a> page, select the relevant user, click "
|
1096 |
+
"Edit and scroll to the bottom of the page and enable the 'Chat Agent' "
|
1097 |
+
"checkbox."
|
1098 |
+
msgstr ""
|
1099 |
+
|
1100 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:810
|
1101 |
+
msgid "If there are no chat agents online, the chat will show as offline"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
# @ wplivechat
|
1105 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:814
|
1106 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:546
|
1107 |
+
msgid "Blocked Visitors - Based on IP Address"
|
1108 |
+
msgstr "Blockierte Besucher - basierend auf der IP-Adresse"
|
1109 |
+
|
1110 |
+
# @ wplivechat
|
1111 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:815
|
1112 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:547
|
1113 |
+
msgid "Enter each IP Address you would like to block on a new line"
|
1114 |
+
msgstr ""
|
1115 |
+
"Geben Sie jede IP-Adresse ein, die Sie in einer neuen Zeile blockieren "
|
1116 |
+
"möchten"
|
1117 |
+
|
1118 |
+
# @ wplivechat
|
1119 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:826
|
1120 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:558
|
1121 |
+
msgid ""
|
1122 |
+
"Blocking a user's IP Address here will hide the chat window from them, "
|
1123 |
+
"preventing them from chatting with you. Each IP Address must be on a new line"
|
1124 |
+
msgstr ""
|
1125 |
+
"Das blockieren der IP-Adresse eines Benutzers wird das Chat-Fenster "
|
1126 |
+
"verbergen, um zu verhindern, dass sie mit Ihnen Chatten können. Jede IP-"
|
1127 |
+
"Adresse muss in einer neuen Zeile sein."
|
1128 |
+
|
1129 |
+
# @ wplivechat
|
1130 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:835
|
1131 |
+
#, fuzzy
|
1132 |
+
msgid ""
|
1133 |
+
"are only available in the WP Live Chat Support Chat Experience Ratings add-on"
|
1134 |
+
msgstr "Installation der WP Live Chat Support Pro Add-ons"
|
1135 |
+
|
1136 |
+
# @ wplivechat
|
1137 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:839
|
1138 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:561
|
1139 |
+
#, fuzzy
|
1140 |
+
msgid "Chat Encryption"
|
1141 |
+
msgstr "Chat-Benachrichtigungen"
|
1142 |
+
|
1143 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:842
|
1144 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:564
|
1145 |
+
msgid "Enable Encryption"
|
1146 |
+
msgstr ""
|
1147 |
+
|
1148 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:842
|
1149 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:564
|
1150 |
+
msgid ""
|
1151 |
+
"All messages will be encrypted when being sent to and from the user and "
|
1152 |
+
"agent."
|
1153 |
+
msgstr ""
|
1154 |
+
|
1155 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:850
|
1156 |
+
msgid ""
|
1157 |
+
"Once enabled, all messages sent will be encrypted. This cannot be undone."
|
1158 |
+
msgstr ""
|
1159 |
+
|
1160 |
+
# @ wplivechat
|
1161 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:856
|
1162 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:578
|
1163 |
msgid "Save Settings"
|
1164 |
msgstr "Einstellungen speichern"
|
1165 |
|
1166 |
# @ wplivechat
|
1167 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:577
|
1168 |
+
#, fuzzy
|
1169 |
+
msgid "Dear User"
|
1170 |
+
msgstr "Lieber Pro Benutzer,"
|
1171 |
+
|
1172 |
+
# @ wplivechat
|
1173 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:578
|
1174 |
+
#, fuzzy
|
1175 |
+
msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
|
1176 |
+
msgstr ""
|
1177 |
+
"Sie verwenden eine veraltete Version von <strong>WP Live Chat Support "
|
1178 |
+
"Pro<strong>. Bitte"
|
1179 |
+
|
1180 |
+
# @ wplivechat
|
1181 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:578
|
1182 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1625
|
1183 |
msgid "update to at least version"
|
1184 |
msgstr "aktualisieren Sie auf die neueste Version"
|
1185 |
|
1186 |
# @ wplivechat
|
1187 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:578
|
1188 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1625
|
1189 |
msgid "to ensure all functionality is in working order"
|
1190 |
msgstr "um sicherzustellen, dass alle Funktionen zuverlässig arbeiten"
|
1191 |
|
1192 |
# @ wplivechat
|
1193 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:579
|
1194 |
+
#, fuzzy
|
1195 |
+
msgid ""
|
1196 |
+
"You're live chat box on your website has been temporarily disabled until the "
|
1197 |
+
"basic plugin has been updated. This is to ensure a smooth and hassle-free "
|
1198 |
+
"user experience for both yourself and your visitors."
|
1199 |
+
msgstr ""
|
1200 |
+
"Ihr Live-Chat auf Ihrer Seite wurde vorübergehend deaktiviert, bis das Pro-"
|
1201 |
+
"Plugin aktualisiert wird. Dies geschieht, um einen reibungslose und "
|
1202 |
+
"stressfreie Nutzererfahrung für sich und Ihre Besucher sicherzustellen."
|
1203 |
+
|
1204 |
+
# @ wplivechat
|
1205 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:580
|
1206 |
+
#, fuzzy
|
1207 |
+
msgid ""
|
1208 |
+
"You can update your plugin <a href='./update-core.php'>here</a> or <a "
|
1209 |
+
"href='./plugins.php'>here</a>."
|
1210 |
+
msgstr ""
|
1211 |
+
"Sie können das Plugin aktualisieren <a href='./update-core.php'>hier</a>, <a "
|
1212 |
+
"href='./plugins.php'>hier</a> oder <a href='http://wp-livechat.com/get-"
|
1213 |
+
"updated-version/' target='_BLANK'>hier</a>."
|
1214 |
+
|
1215 |
+
# @ wplivechat
|
1216 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:581
|
1217 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1628
|
1218 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1648
|
1219 |
msgid "If you are having difficulty updating the plugin, please contact"
|
1220 |
msgstr ""
|
1221 |
"Wenn Sie Schwierigkeiten haben das Plugin zu aktualisieren, kontaktieren Sie "
|
1222 |
"uns bitte unter"
|
1223 |
|
1224 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:594
|
1225 |
+
msgid ""
|
1226 |
+
"WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
|
1227 |
+
"download the latest copy from"
|
1228 |
+
msgstr ""
|
1229 |
+
|
1230 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:606
|
1231 |
+
msgid "Admin"
|
1232 |
+
msgstr ""
|
1233 |
|
1234 |
# @ wplivechat
|
1235 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:610
|
1236 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:843
|
1237 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1092
|
1238 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:372
|
1239 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:710
|
1240 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:891
|
1241 |
msgid "Questions?"
|
1242 |
msgstr "Fragen?"
|
1243 |
|
1244 |
# @ wplivechat
|
1245 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:611
|
1246 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:844
|
1247 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1093
|
1248 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:373
|
1249 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:710
|
1250 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:891
|
1251 |
msgid "Chat with us"
|
1252 |
msgstr "Chatten Sie mit uns!"
|
1253 |
|
1254 |
# @ wplivechat
|
1255 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:612
|
1256 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:845
|
1257 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1094
|
1258 |
+
#, fuzzy
|
1259 |
+
msgid "Start live chat"
|
1260 |
+
msgstr "Live-Chat starten"
|
1261 |
+
|
1262 |
+
# @ wplivechat
|
1263 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:613
|
1264 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:847
|
1265 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1096
|
1266 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:379
|
1267 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:769
|
1268 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:953
|
1269 |
msgid "Start Chat"
|
1270 |
msgstr "Chat starten"
|
1271 |
|
1272 |
# @ wplivechat
|
1273 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:614
|
1274 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:848
|
1275 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1097
|
1276 |
+
#, fuzzy
|
1277 |
+
msgid "Connecting. Please be patient..."
|
1278 |
+
msgstr "Sie werden mit einem Mitarbeiter verbunden. Bitte um etwas Geduld."
|
1279 |
+
|
1280 |
+
# @ wplivechat
|
1281 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:615
|
1282 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:850
|
1283 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1099
|
1284 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:388
|
1285 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:775
|
1286 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:959
|
1287 |
msgid "Reactivating your previous chat..."
|
1288 |
msgstr "Der vorherige Chat wird reaktiviert..."
|
1289 |
|
1290 |
# @ wplivechat
|
1291 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:616
|
1292 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:852
|
1293 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1101
|
1294 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:305
|
1295 |
msgid "Chat offline. Leave a message"
|
1296 |
msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
|
1297 |
|
1298 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:617
|
1299 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:854
|
1300 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1103
|
1301 |
+
msgid "Hello. Please input your details so that I may help you."
|
1302 |
+
msgstr ""
|
1303 |
+
|
1304 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:618
|
1305 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:856
|
1306 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:857
|
1307 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1105
|
1308 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1106
|
1309 |
+
msgid ""
|
1310 |
+
"We are currently offline. Please leave a message and we'll get back to you "
|
1311 |
+
"shortly."
|
1312 |
+
msgstr ""
|
1313 |
+
|
1314 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:619
|
1315 |
+
msgid "Sending message..."
|
1316 |
+
msgstr ""
|
1317 |
+
|
1318 |
+
# @ wplc
|
1319 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:620
|
1320 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:858
|
1321 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1107
|
1322 |
+
#, fuzzy
|
1323 |
+
msgid "Thank you for your message. We will be in contact soon."
|
1324 |
+
msgstr "Danke für Ihr Feedback. Wir melden uns bald"
|
1325 |
+
|
1326 |
# @ wplivechat
|
1327 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:621
|
1328 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:860
|
1329 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1109
|
1330 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:780
|
1331 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:964
|
1332 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1865
|
1333 |
msgid "Press ENTER to send your message"
|
1334 |
msgstr "ENTER drücken um die Nachricht zu senden"
|
1335 |
|
1336 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:622
|
1337 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:862
|
1338 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1111
|
1339 |
+
msgid "Welcome. How may I help you?"
|
1340 |
+
msgstr ""
|
1341 |
+
|
1342 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:662
|
1343 |
+
msgid "Rating Unavailable"
|
1344 |
+
msgstr ""
|
1345 |
+
|
1346 |
# @ wplivechat
|
1347 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:666
|
1348 |
+
#, fuzzy
|
1349 |
+
msgid "You are currently accepting chats"
|
1350 |
+
msgstr "Sie haben einen eingehenden Chat."
|
1351 |
+
|
1352 |
+
# @ wplivechat
|
1353 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:667
|
1354 |
+
#, fuzzy
|
1355 |
+
msgid "You are not accepting chats"
|
1356 |
+
msgstr "Sie haben einen eingehenden Chat."
|
1357 |
+
|
1358 |
+
# @ wplivechat
|
1359 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:716
|
1360 |
+
#, fuzzy
|
1361 |
+
msgid "Delete History"
|
1362 |
+
msgstr "Historie"
|
1363 |
+
|
1364 |
+
# @ wplivechat
|
1365 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:725
|
1366 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:1245
|
1367 |
msgid "URL"
|
1368 |
msgstr "URL"
|
1369 |
|
1370 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:726
|
1371 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1557
|
1372 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1745
|
1373 |
+
msgid "Status"
|
1374 |
+
msgstr ""
|
1375 |
+
|
1376 |
+
# @ wplivechat
|
1377 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:727
|
1378 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1558
|
1379 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1746
|
1380 |
+
#, fuzzy
|
1381 |
+
msgid "Action"
|
1382 |
+
msgstr "Aktiv"
|
1383 |
+
|
1384 |
+
# @ wplivechat
|
1385 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:733
|
1386 |
+
#, fuzzy
|
1387 |
+
msgid "No chats available at the moment"
|
1388 |
+
msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
|
1389 |
+
|
1390 |
+
# @ wplivechat
|
1391 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:743
|
1392 |
+
#, fuzzy
|
1393 |
+
msgid "View Chat History"
|
1394 |
+
msgstr "WP Live Chat Historie"
|
1395 |
+
|
1396 |
+
# @ wplivechat
|
1397 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:743
|
1398 |
+
#, fuzzy
|
1399 |
+
msgid "Download Chat History"
|
1400 |
+
msgstr "WP Live Chat Historie"
|
1401 |
+
|
1402 |
+
# @ wplivechat
|
1403 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:864
|
1404 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1113
|
1405 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1293
|
1406 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2360
|
1407 |
+
msgid "Please click 'Start Chat' to initiate a chat with an agent"
|
1408 |
+
msgstr ""
|
1409 |
+
"Bitte klicken Sie 'Starte Chat', um einen Chat mit einem Agenten zu "
|
1410 |
+
"initiieren"
|
1411 |
+
|
1412 |
+
# @ wplivechat
|
1413 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:885
|
1414 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1135
|
1415 |
+
#, fuzzy
|
1416 |
+
msgid "Minimize Chat Window"
|
1417 |
+
msgstr "Chat-Fenster öffnen"
|
1418 |
+
|
1419 |
+
# @ wplivechat
|
1420 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:886
|
1421 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1136
|
1422 |
+
#, fuzzy
|
1423 |
+
msgid "Close Chat Window"
|
1424 |
+
msgstr "Chat-Fenster öffnen"
|
1425 |
+
|
1426 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:986
|
1427 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1224
|
1428 |
+
msgid "Send message"
|
1429 |
+
msgstr ""
|
1430 |
+
|
1431 |
# @ wplivechat
|
1432 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1012
|
1433 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1250
|
1434 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:784
|
1435 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:968
|
1436 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1879
|
1437 |
msgid "Send"
|
1438 |
msgstr "Senden"
|
1439 |
|
1440 |
# @ wplivechat
|
1441 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1468
|
1442 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2402
|
|
|
|
|
|
|
|
|
|
|
|
|
1443 |
msgid "Your settings have been saved."
|
1444 |
msgstr "Ihre Einstellungen wurden gespeichert."
|
1445 |
|
1446 |
# @ wplivechat
|
1447 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1504
|
1448 |
msgid "Chat sessions"
|
1449 |
msgstr "Chat-Sitzung"
|
1450 |
|
1451 |
# @ wplivechat
|
1452 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1506
|
1453 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1716
|
1454 |
msgid ""
|
1455 |
"Please note: This window must be open in order to receive new chat "
|
1456 |
"notifications."
|
1458 |
"Bitte beachten: Dieses Fenster muss geöffnet bleiben um Chat-"
|
1459 |
"Benachrichtigungen zu empfangen."
|
1460 |
|
1461 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1510
|
1462 |
+
msgid ""
|
1463 |
+
"You are not a chat agent. Please make yourself a chat agent before trying to "
|
1464 |
+
"chat to visitors"
|
1465 |
+
msgstr ""
|
1466 |
+
|
1467 |
+
# @ wplivechat
|
1468 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1538
|
1469 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1726
|
1470 |
+
#, fuzzy
|
1471 |
+
msgid "Visitors online"
|
1472 |
+
msgstr "Besucher auf der Seite"
|
1473 |
+
|
1474 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1543
|
1475 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1731
|
1476 |
+
msgid "Agent(s) online"
|
1477 |
+
msgstr ""
|
1478 |
+
|
1479 |
+
# @ wplivechat
|
1480 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1553
|
1481 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1741
|
1482 |
+
#, fuzzy
|
1483 |
+
msgid "Visitor"
|
1484 |
+
msgstr "Besucher auf der Seite"
|
1485 |
+
|
1486 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1554
|
1487 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1742
|
1488 |
+
msgid "Time"
|
1489 |
+
msgstr ""
|
1490 |
+
|
1491 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1555
|
1492 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1743
|
1493 |
+
msgid "Type"
|
1494 |
+
msgstr ""
|
1495 |
+
|
1496 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1556
|
1497 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1744
|
1498 |
+
msgid "Data"
|
1499 |
+
msgstr ""
|
1500 |
+
|
1501 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1654
|
1502 |
+
msgid "Unknown"
|
1503 |
+
msgstr ""
|
1504 |
+
|
1505 |
# @ wplivechat
|
1506 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1670
|
1507 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1832
|
1508 |
msgid "End chat"
|
1509 |
msgstr "Chat beenden"
|
1510 |
|
1511 |
# @ wplivechat
|
1512 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1675
|
1513 |
+
#, fuzzy
|
1514 |
+
msgid "Attempting to open the chat window... Please be patient."
|
1515 |
+
msgstr "Sie werden mit einem Mitarbeiter verbunden. Bitte um etwas Geduld."
|
1516 |
+
|
1517 |
+
# @ wplivechat
|
1518 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1784
|
1519 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2522
|
1520 |
msgid "This chat has already been answered. Please close the chat window"
|
1521 |
msgstr ""
|
1522 |
"Dieser Chat wurde bereits beantwortet. Bitte schließen Sie dieses Chat-"
|
1523 |
"Fenster."
|
1524 |
|
1525 |
# @ wplivechat
|
1526 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1859
|
1527 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2000
|
1528 |
msgid "User has opened the chat window"
|
1529 |
msgstr "Benutzer hat das Chat-Fenster geöffnet"
|
1530 |
|
1531 |
# @ wplivechat
|
1532 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1864
|
1533 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2005
|
1534 |
msgid "User has minimized the chat window"
|
1535 |
msgstr "Benutzer hat das Chat-Fenster minimiert"
|
1536 |
|
1537 |
# @ wplivechat
|
1538 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1869
|
1539 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2010
|
1540 |
msgid "User has maximized the chat window"
|
1541 |
msgstr "Benutzer hat das Chat-Fenster maximiert"
|
1542 |
|
1543 |
# @ wplivechat
|
1544 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1874
|
1545 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2015
|
1546 |
msgid "User has closed and ended the chat"
|
1547 |
msgstr "Benutzer hat das Chat-Fenster geschlossen und den Chat beendet"
|
1548 |
|
1549 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2463
|
1550 |
+
msgid ""
|
1551 |
+
"An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
|
1552 |
+
"\" onclick=\"document.location.reload(); return false;\">Try again</a>"
|
1553 |
+
msgstr ""
|
1554 |
+
|
1555 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2468
|
1556 |
+
msgid "An unknown error occurred"
|
1557 |
+
msgstr ""
|
1558 |
+
|
1559 |
+
# @ wplivechat
|
1560 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2665
|
1561 |
+
#, fuzzy
|
1562 |
+
msgid "Add-ons"
|
1563 |
+
msgstr "Pro Add-on"
|
1564 |
+
|
1565 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2665
|
1566 |
+
msgid "Supplimentary Plugins"
|
1567 |
+
msgstr ""
|
1568 |
+
|
1569 |
+
# @ wplivechat
|
1570 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2675
|
1571 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:341
|
1572 |
+
msgid "Pro add-on"
|
1573 |
+
msgstr "Pro Add-on"
|
1574 |
+
|
1575 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2675
|
1576 |
+
msgid "Get this extension"
|
1577 |
+
msgstr ""
|
1578 |
+
|
1579 |
# @ wplivechat
|
1580 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2689
|
1581 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:375
|
1582 |
msgid "Live Chat"
|
1583 |
msgstr "Live-Chat"
|
1584 |
|
1585 |
# @ wplivechat
|
1586 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2690
|
1587 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:376
|
1588 |
msgid "Settings"
|
1589 |
msgstr "Einstellungen"
|
1590 |
|
1591 |
# @ wplivechat
|
1592 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2691
|
1593 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2712
|
1594 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2723
|
1595 |
+
#, fuzzy
|
1596 |
+
msgid "Quick Responses"
|
1597 |
+
msgstr "Blitzschnelle Antwort zuweisen"
|
1598 |
+
|
1599 |
+
# @ wplivechat
|
1600 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2692
|
1601 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:377
|
1602 |
msgid "History"
|
1603 |
msgstr "Historie"
|
1604 |
|
1605 |
# @ wplivechat
|
1606 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2693
|
1607 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:378
|
1608 |
msgid "Missed Chats"
|
1609 |
msgstr "Verpasste Chats"
|
1610 |
|
1611 |
# @ wplivechat
|
1612 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2695
|
1613 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
|
1614 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:379
|
1615 |
msgid "Feedback"
|
1616 |
msgstr "Feedback"
|
1617 |
|
1618 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2699
|
1619 |
+
msgid "Error Log"
|
1620 |
+
msgstr ""
|
1621 |
+
|
1622 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2702
|
1623 |
+
msgid "Statistics"
|
1624 |
+
msgstr ""
|
1625 |
+
|
1626 |
+
# @ wplivechat
|
1627 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2705
|
1628 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:380
|
1629 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2529
|
1630 |
+
msgid "Support"
|
1631 |
+
msgstr "Support"
|
1632 |
+
|
1633 |
+
# @ wplivechat
|
1634 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2713
|
1635 |
+
#, fuzzy
|
1636 |
+
msgid "Quick Response"
|
1637 |
+
msgstr "Blitzschnelle Antwort zuweisen"
|
1638 |
+
|
1639 |
+
# @ wplivechat
|
1640 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2714
|
1641 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2717
|
1642 |
+
#, fuzzy
|
1643 |
+
msgid "New Quick Response"
|
1644 |
+
msgstr "Blitzschnelle Antwort zuweisen"
|
1645 |
+
|
1646 |
+
# @ wplivechat
|
1647 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2715
|
1648 |
+
#, fuzzy
|
1649 |
+
msgid "Add New Quick Response"
|
1650 |
+
msgstr "Blitzschnelle Antwort zuweisen"
|
1651 |
+
|
1652 |
+
# @ wplivechat
|
1653 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2716
|
1654 |
+
#, fuzzy
|
1655 |
+
msgid "Edit Quick Response"
|
1656 |
+
msgstr "Blitzschnelle Antwort zuweisen"
|
1657 |
+
|
1658 |
+
# @ wplivechat
|
1659 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2718
|
1660 |
+
#, fuzzy
|
1661 |
+
msgid "All Quick Responses"
|
1662 |
+
msgstr "Blitzschnelle Antwort zuweisen"
|
1663 |
+
|
1664 |
+
# @ wplivechat
|
1665 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2719
|
1666 |
+
#, fuzzy
|
1667 |
+
msgid "View Quick Responses"
|
1668 |
+
msgstr "Blitzschnelle Antwort zuweisen"
|
1669 |
+
|
1670 |
+
# @ wplivechat
|
1671 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2720
|
1672 |
+
#, fuzzy
|
1673 |
+
msgid "Search Quick Responses"
|
1674 |
+
msgstr "Was sind die schnellen Antworten?"
|
1675 |
+
|
1676 |
+
# @ wplivechat
|
1677 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2721
|
1678 |
+
#, fuzzy
|
1679 |
+
msgid "No Quick Responses found"
|
1680 |
+
msgstr "Blitzschnelle Antwort zuweisen"
|
1681 |
+
|
1682 |
+
# @ wplivechat
|
1683 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2722
|
1684 |
+
#, fuzzy
|
1685 |
+
msgid "No Quick Responses found in the Trash"
|
1686 |
+
msgstr "Fügen Sie blitzschnelle Antworten zu Ihrem Live-Chat"
|
1687 |
+
|
1688 |
# @ wplivechat
|
1689 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2727
|
1690 |
+
#, fuzzy
|
1691 |
+
msgid "Quick Responses for WP Live Chat Support Pro"
|
1692 |
+
msgstr "Fügen Sie blitzschnelle Antworten zu Ihrem Live-Chat"
|
1693 |
+
|
1694 |
+
# @ wplivechat
|
1695 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2781
|
1696 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2785
|
1697 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1866
|
1698 |
msgid "Assign Quick Response"
|
1699 |
msgstr "Blitzschnelle Antwort zuweisen"
|
1700 |
|
1701 |
# @ wplivechat
|
1702 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:2794
|
1703 |
+
#, fuzzy
|
1704 |
+
msgid "What is this?"
|
1705 |
+
msgstr "Chatten Sie mit uns!"
|
1706 |
|
1707 |
# @ wplivechat
|
1708 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:869
|
1709 |
msgid "complete"
|
1710 |
msgstr "Beendet"
|
1711 |
|
1712 |
# @ wplivechat
|
1713 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:872
|
1714 |
msgid "pending"
|
1715 |
msgstr "in Warteschleife"
|
1716 |
|
1717 |
# @ wplivechat
|
1718 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:875
|
1719 |
msgid "active"
|
1720 |
msgstr "Aktiv"
|
1721 |
|
1722 |
# @ wplivechat
|
1723 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:878
|
1724 |
msgid "deleted"
|
1725 |
msgstr "Gelöscht"
|
1726 |
|
1727 |
# @ wplivechat
|
1728 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:881
|
1729 |
msgid "browsing"
|
1730 |
msgstr "surft"
|
1731 |
|
1732 |
# @ wplivechat
|
1733 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:884
|
1734 |
msgid "requesting chat"
|
1735 |
msgstr "Frage Chat an"
|
1736 |
|
1737 |
# @ wplivechat
|
1738 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:887
|
1739 |
msgid "Chat Ended - User still browsing"
|
1740 |
msgstr "Chat beendet - Benutzer surft noch"
|
1741 |
|
1742 |
# @ wplivechat
|
1743 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:890
|
1744 |
msgid "User is browsing but doesn't want to chat"
|
1745 |
msgstr "Benutzer surft aber will nicht chatten"
|
1746 |
|
1747 |
# @ wplivechat
|
1748 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:1025
|
1749 |
msgid "Get Pro Add-on to accept more chats"
|
1750 |
msgstr "Holen Sie sich das Pro Add-on und akzeptieren mehrere Chats"
|
1751 |
|
1752 |
# @ wplivechat
|
1753 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:1272
|
1754 |
msgid "You have not missed any chat requests."
|
1755 |
msgstr "Sie haben keine Chat-Anfragen verpasst."
|
1756 |
|
1757 |
# @ wplivechat
|
1758 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
|
1759 |
msgid "WP Live Chat Support Feedback"
|
1760 |
msgstr "WP Live Chat Support Feedback"
|
1761 |
|
1762 |
# @ wplivechat
|
1763 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:8
|
1764 |
msgid "We'd love to hear your comments and/or suggestions"
|
1765 |
msgstr ""
|
1766 |
"Wir würden uns freuen Kommentare und/oder Vorschläge von Ihnen zu bekommen"
|
1767 |
|
1768 |
# @ wplivechat
|
1769 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:13
|
1770 |
msgid "Your Name"
|
1771 |
msgstr "Ihr Name:"
|
1772 |
|
1773 |
# @ wplivechat
|
1774 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:21
|
1775 |
msgid "Your Email"
|
1776 |
msgstr "Ihre E-Mail:"
|
1777 |
|
1778 |
# @ wplivechat
|
1779 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:29
|
1780 |
msgid "Your Website"
|
1781 |
msgstr "Ihre Website:"
|
1782 |
|
1783 |
# @ wplivechat
|
1784 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:48
|
1785 |
msgid "Send Feedback"
|
1786 |
msgstr "Feedback senden"
|
1787 |
|
1788 |
# @ wplivechat
|
1789 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:28
|
1790 |
msgid "Agents"
|
1791 |
msgstr "Agenten"
|
1792 |
|
1793 |
# @ wplivechat
|
1794 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:51
|
1795 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:66
|
1796 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:130
|
1797 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:145
|
1798 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:185
|
1799 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:201
|
1800 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:217
|
1801 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:233
|
1802 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:250
|
1803 |
msgid "available in the"
|
1804 |
msgstr "verfügbar in"
|
1805 |
|
1806 |
# @ wplivechat
|
1807 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:52
|
1808 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:67
|
1809 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:131
|
1810 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:146
|
1811 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:186
|
1812 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:202
|
1813 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:218
|
1814 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:234
|
1815 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:251
|
1816 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:294
|
1817 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:308
|
1818 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:392
|
1819 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:569
|
1820 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2290
|
1821 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2310
|
1822 |
msgid "Pro Add-on"
|
1823 |
msgstr "Pro Add-on"
|
1824 |
|
1825 |
# @ wplivechat
|
1826 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:53
|
1827 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:68
|
1828 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:132
|
1829 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:147
|
1830 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:187
|
1831 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:203
|
1832 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:219
|
1833 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:235
|
1834 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:252
|
1835 |
msgid "only"
|
1836 |
msgstr "nur"
|
1837 |
|
1838 |
# @ wplivechat
|
1839 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:124
|
1840 |
+
#, fuzzy
|
1841 |
+
msgid "Include chat window on the following pages"
|
1842 |
+
msgstr "Chat-Fenster auf den folgenden Seiten hinzufügen:"
|
1843 |
+
|
1844 |
+
# @ wplivechat
|
1845 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:139
|
1846 |
+
#, fuzzy
|
1847 |
+
msgid "Exclude chat window on the following pages"
|
1848 |
+
msgstr "Das Chat-Fenster auf den folgenden Seiten ausschließen:"
|
1849 |
+
|
1850 |
+
# @ wplivechat
|
1851 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:247
|
1852 |
+
msgid "Alert me via email as soon as someone wants to chat"
|
1853 |
+
msgstr "Verständige Sie mich per E-Mail sobald jemand chatten möchte"
|
1854 |
|
1855 |
# @ wplivechat
|
1856 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:293
|
1857 |
msgid "Get offline messages with the "
|
1858 |
msgstr "Erhalte Offline-Nachrichten mit dem"
|
1859 |
|
1860 |
# @ wplivechat
|
1861 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:302
|
1862 |
msgid "Offline text"
|
1863 |
msgstr "Offline-Text"
|
1864 |
|
1865 |
# @ wplivechat
|
1866 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:307
|
1867 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:391
|
1868 |
msgid "Edit these text fields using the "
|
1869 |
msgstr "Bearbeiten Sie diese Textfelder mittels"
|
1870 |
|
1871 |
# @ sola_t
|
1872 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:341
|
1873 |
msgid "Choose a colour scheme. Only available in the"
|
1874 |
msgstr "Diese Option ist verfügbar in der"
|
1875 |
|
1876 |
# @ wplivechat
|
1877 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:345
|
|
|
|
|
|
|
|
|
|
|
1878 |
msgid "Colour Scheme 1"
|
1879 |
+
msgstr "Farbschema 1"
|
1880 |
|
1881 |
# @ wplivechat
|
1882 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:346
|
1883 |
msgid "Colour Scheme 2"
|
1884 |
+
msgstr "Farbschema 2"
|
1885 |
|
1886 |
# @ wplivechat
|
1887 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:347
|
1888 |
msgid "Colour Scheme 3"
|
1889 |
+
msgstr "Farbschema 3"
|
1890 |
|
1891 |
# @ wplivechat
|
1892 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:348
|
1893 |
msgid "Colour Scheme 4"
|
1894 |
+
msgstr "Farbschema 4"
|
1895 |
|
1896 |
# @ wplivechat
|
1897 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:349
|
1898 |
msgid "Colour Scheme 5"
|
1899 |
+
msgstr "Farbschema 5"
|
1900 |
|
1901 |
# @ wplivechat
|
1902 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:350
|
1903 |
msgid "Colour Scheme 6"
|
1904 |
+
msgstr "Farbschema 6"
|
1905 |
|
1906 |
# @ wplivechat
|
1907 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:370
|
1908 |
msgid "First section text"
|
1909 |
msgstr "Text erste Sektion"
|
1910 |
|
1911 |
# @ wplivechat
|
1912 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:377
|
1913 |
msgid "Second section text"
|
1914 |
msgstr "Text zweite Sektion"
|
1915 |
|
1916 |
# @ wplivechat
|
1917 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:380
|
1918 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:772
|
1919 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:956
|
1920 |
msgid "Connecting you to a sales person. Please be patient."
|
1921 |
msgstr "Sie werden mit einem Mitarbeiter verbunden. Bitte um etwas Geduld."
|
1922 |
|
1923 |
# @ wplivechat
|
1924 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:386
|
1925 |
msgid "Reactivate chat section text"
|
1926 |
msgstr "Text für reaktivierten Chat"
|
1927 |
|
1928 |
+
# @ sola_t
|
1929 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:426
|
1930 |
+
#, fuzzy
|
1931 |
+
msgid "Choose an animation. Only available in the"
|
1932 |
+
msgstr "Diese Option ist verfügbar in der"
|
1933 |
|
1934 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:427
|
1935 |
+
msgid "Pro"
|
1936 |
+
msgstr ""
|
|
|
1937 |
|
1938 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:535
|
1939 |
+
msgid "Add as many agents as you need with the "
|
1940 |
+
msgstr ""
|
|
|
1941 |
|
1942 |
# @ wplivechat
|
1943 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:535
|
1944 |
+
#, fuzzy
|
1945 |
+
msgid "Pro version for only $19.95 once off."
|
1946 |
+
msgstr "Jetzt einmalig für nur $ 19.95!"
|
1947 |
|
1948 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:568
|
1949 |
+
msgid "Encrypt your chat messages in the "
|
|
|
1950 |
msgstr ""
|
1951 |
|
1952 |
# @ wplivechat
|
1953 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
|
1954 |
msgid "Welcome to "
|
1955 |
msgstr "Willkommen zu"
|
1956 |
|
1957 |
# @ wplivechat
|
1958 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:6
|
1959 |
+
#, fuzzy
|
1960 |
+
msgid "Version 5"
|
1961 |
msgstr "Version 4"
|
1962 |
|
1963 |
# @ wplivechat
|
1964 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:8
|
1965 |
msgid "Provide Instant Live Chat Support!"
|
1966 |
msgstr "Via WP Live Chat Support"
|
1967 |
|
1968 |
# @ wplivechat
|
1969 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:10
|
1970 |
msgid "How did you find us?"
|
1971 |
msgstr "Wie sind Sie auf uns aufmerksam geworden?"
|
1972 |
|
1973 |
# @ wplivechat
|
1974 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
|
1975 |
msgid "WordPress.org plugin repository "
|
1976 |
msgstr "WordPress.org Plugin Verzeichnis "
|
1977 |
|
1978 |
# @ wplivechat
|
1979 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:18
|
1980 |
msgid "Search Term"
|
1981 |
msgstr "Suchbegriff"
|
1982 |
|
1983 |
# @ wplivechat
|
1984 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:22
|
1985 |
msgid "Google or other search Engine"
|
1986 |
msgstr "Google oder eine andere Suchmaschine"
|
1987 |
|
1988 |
# @ wplivechat
|
1989 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:28
|
1990 |
msgid "Friend recommendation"
|
1991 |
msgstr "Empfehlung eines Freundes"
|
1992 |
|
1993 |
# @ wplivechat
|
1994 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:34
|
1995 |
msgid "Other"
|
1996 |
msgstr "Weitere"
|
1997 |
|
1998 |
# @ wplivechat
|
1999 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:38
|
2000 |
msgid "Please Explain"
|
2001 |
msgstr "Bitte erläutern"
|
2002 |
|
2003 |
# @ wplivechat
|
2004 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:47
|
2005 |
msgid "Submit"
|
2006 |
msgstr "Senden"
|
2007 |
|
2008 |
# @ wplivechat
|
2009 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:49
|
2010 |
msgid "Skip"
|
2011 |
msgstr "Überspringen"
|
2012 |
|
2013 |
# @ wplivechat
|
2014 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:338
|
2015 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2155
|
2016 |
msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
|
2017 |
msgstr ""
|
2018 |
+
"Bitte klicken Sie \\'Start Chat\\', um einen Chat mit einem Agenten zu "
|
2019 |
"initiieren"
|
2020 |
|
2021 |
# @ wplivechat
|
2022 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:381
|
2023 |
+
#, fuzzy
|
2024 |
+
msgid "Extensions"
|
2025 |
+
msgstr "Chat-Sitzung"
|
2026 |
+
|
2027 |
+
# @ wplivechat
|
2028 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:717
|
2029 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:898
|
2030 |
msgid "Start Live Chat"
|
2031 |
msgstr "Live-Chat starten"
|
2032 |
|
2033 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1173
|
2034 |
+
msgid "New chat received"
|
2035 |
+
msgstr ""
|
2036 |
+
|
2037 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1175
|
2038 |
+
msgid ""
|
2039 |
+
"A new chat has been received. Please go the 'Live Chat' page to accept the "
|
2040 |
+
"chat"
|
2041 |
+
msgstr ""
|
2042 |
+
|
2043 |
# @ wplivechat
|
2044 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1625
|
2045 |
msgid ""
|
2046 |
"You are using an outdated version of <strong>WP Live Chat Support Pro</"
|
2047 |
"strong>. Please"
|
2050 |
"Pro<strong>. Bitte"
|
2051 |
|
2052 |
# @ wplivechat
|
2053 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1626
|
2054 |
msgid ""
|
2055 |
"You're live chat box on your website has been temporarily disabled until the "
|
2056 |
"Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
|
2061 |
"stressfreie Nutzererfahrung für sich und Ihre Besucher sicherzustellen."
|
2062 |
|
2063 |
# @ wplivechat
|
2064 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1627
|
2065 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1647
|
2066 |
msgid ""
|
2067 |
"You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
|
2068 |
"plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
|
2073 |
"updated-version/' target='_BLANK'>hier</a>."
|
2074 |
|
2075 |
# @ wplivechat
|
2076 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1640
|
2077 |
msgid ""
|
2078 |
"You are using an outdated version of <strong>WP Live Chat Support Pro</"
|
2079 |
"strong>."
|
2082 |
"Pro<strong>."
|
2083 |
|
2084 |
# @ wplivechat
|
2085 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1642
|
2086 |
msgid "Please update to the latest version of WP Live Chat Support Pro"
|
2087 |
+
msgstr "Bitte auf die aktuellste WP Live Chat Support Pro aktualisieren"
|
2088 |
|
2089 |
# @ wplivechat
|
2090 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1643
|
2091 |
+
#, fuzzy
|
2092 |
+
msgid "Version 5.0.1"
|
2093 |
+
msgstr "Version 4.4.5"
|
2094 |
|
2095 |
# @ wplivechat
|
2096 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1644
|
2097 |
+
#, fuzzy
|
2098 |
+
msgid "to ensure everything is working correctly."
|
2099 |
+
msgstr "um sicherzustellen, dass alle Funktionen zuverlässig arbeiten"
|
2100 |
|
2101 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1675
|
2102 |
+
msgid "Congratulations"
|
2103 |
+
msgstr ""
|
|
|
2104 |
|
2105 |
# @ wplivechat
|
2106 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1676
|
2107 |
+
#, fuzzy
|
2108 |
+
msgid "You are now accepting live chat requests on your site."
|
2109 |
+
msgstr "Sie haben keine Chat-Anfragen verpasst."
|
2110 |
+
|
2111 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1677
|
2112 |
+
msgid "The live chat box has automatically been enabled on your website."
|
2113 |
+
msgstr ""
|
2114 |
+
|
2115 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1678
|
2116 |
+
msgid "Chat notifications will start appearing once visitors send a request."
|
2117 |
+
msgstr ""
|
2118 |
+
|
2119 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1679
|
2120 |
+
msgid ""
|
2121 |
+
"You may <a href='?page=wplivechat-menu-settings' target='_BLANK'>modify your "
|
2122 |
+
"chat box settings here."
|
2123 |
+
msgstr ""
|
2124 |
+
|
2125 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1680
|
2126 |
+
msgid "Experiencing issues?"
|
2127 |
+
msgstr ""
|
2128 |
+
|
2129 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1680
|
2130 |
+
msgid "Visit our troubleshooting section."
|
2131 |
+
msgstr ""
|
2132 |
|
2133 |
# @ wplivechat
|
2134 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1682
|
2135 |
+
#, fuzzy
|
2136 |
+
msgid "Hide"
|
2137 |
+
msgstr "Chat verstecken"
|
2138 |
|
2139 |
# @ wplivechat
|
2140 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1713
|
2141 |
+
#, fuzzy
|
2142 |
+
msgid "Chat Dashboard"
|
2143 |
+
msgstr "Chat freigegeben"
|
2144 |
|
2145 |
# @ wplivechat
|
2146 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1753
|
2147 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2549
|
2148 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2550
|
2149 |
msgid "With the Pro add-on of WP Live Chat Support, you can"
|
2150 |
msgstr "Mit dem Pro add-on von WP Live Chat Support können Sie"
|
2151 |
|
2152 |
# @ wplivechat
|
2153 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1754
|
2154 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2549
|
2155 |
msgid "see who's online and initiate chats"
|
2156 |
+
msgstr "sehen, wer online ist und chats initiieren"
|
2157 |
+
|
2158 |
+
# @ wplivechat
|
2159 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1755
|
2160 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2549
|
2161 |
+
#, fuzzy
|
2162 |
+
msgid "initiate chats"
|
2163 |
+
msgstr "Live-Chat"
|
2164 |
|
2165 |
# @ wplivechat
|
2166 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1756
|
2167 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2549
|
2168 |
msgid "with your online visitors with the click of a button."
|
2169 |
msgstr "mit Ihren Besuchern über einen Knopfdruck starten"
|
2170 |
|
2171 |
# @ wplivechat
|
2172 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1757
|
2173 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1759
|
2174 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2549
|
2175 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2550
|
2176 |
+
#, fuzzy
|
2177 |
+
msgid "Buy the Pro add-on now for only $19.95 once off."
|
2178 |
msgstr ""
|
2179 |
"Kaufen Sie das Pro add-on jetzt für nur $19,95. Kostenlose Updates für "
|
2180 |
"IMMER. "
|
2181 |
|
2182 |
# @ wplivechat
|
2183 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1818
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2184 |
msgid "Previous"
|
2185 |
msgstr "Vorherig"
|
2186 |
|
2187 |
# @ wplivechat
|
2188 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1820
|
2189 |
msgid "Active"
|
2190 |
msgstr "Aktiv"
|
2191 |
|
2192 |
# @ wplivechat
|
2193 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1829
|
2194 |
msgid "Chat with"
|
2195 |
msgstr "Chatten mit"
|
2196 |
|
2197 |
# @ wplivechat
|
2198 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1866
|
2199 |
msgid "Add Quick Responses to your Live Chat"
|
2200 |
msgstr "Fügen Sie blitzschnelle Antworten zu Ihrem Live-Chat"
|
2201 |
|
2202 |
# @ wplivechat
|
2203 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1866
|
2204 |
msgid "Pro version only"
|
2205 |
msgstr "Nur Pro-Version"
|
2206 |
|
2207 |
# @ wplivechat
|
2208 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1877
|
2209 |
msgid "type here..."
|
2210 |
msgstr "antworten Sie hier ..."
|
2211 |
|
2212 |
# @ wplivechat
|
2213 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2283
|
2214 |
msgid "WP Live Chat History"
|
2215 |
msgstr "WP Live Chat Historie"
|
2216 |
|
2217 |
# @ wplivechat
|
2218 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2290
|
2219 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2310
|
2220 |
msgid "This option is only available in the "
|
2221 |
msgstr "Diese Option ist verfügbar in der"
|
2222 |
|
2223 |
# @ wplivechat
|
2224 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2290
|
2225 |
+
#, fuzzy
|
2226 |
+
msgid "Get it now for only $19.95"
|
2227 |
msgstr "Jetzt einmalig für nur $ 19.95!"
|
2228 |
|
2229 |
# @ wplivechat
|
2230 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2295
|
2231 |
msgid "WP Live Chat Missed Chats"
|
2232 |
msgstr "WP Live Chat Historie"
|
2233 |
|
2234 |
# @ wplivechat
|
2235 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2302
|
2236 |
msgid "WP Live Chat Offline Messages"
|
2237 |
msgstr "WP Live Chat Support - Offline-Nachricht von"
|
2238 |
|
2239 |
# @ wplivechat
|
2240 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2307
|
2241 |
msgid ""
|
2242 |
"Please update to the latest version of WP Live Chat Support Pro to start "
|
2243 |
"recording any offline messages."
|
2246 |
"Pro um offline Nachrichten angezeigt zu bekommen."
|
2247 |
|
2248 |
# @ wplivechat
|
2249 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2310
|
2250 |
+
#, fuzzy
|
2251 |
+
msgid "Get it now for only $19.95."
|
2252 |
+
msgstr "Jetzt einmalig für nur $ 19.95!"
|
2253 |
+
|
2254 |
+
# @ wplivechat
|
2255 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2417
|
2256 |
msgid "Thank You for your feedback!"
|
2257 |
msgstr "Danke für Ihr Feedback!"
|
2258 |
|
2259 |
# @ wplc
|
2260 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2421
|
2261 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2434
|
2262 |
msgid "Thank you for your feedback. We will be in touch soon"
|
2263 |
msgstr "Danke für Ihr Feedback. Wir melden uns bald"
|
2264 |
|
2265 |
# @ wplc
|
2266 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2437
|
2267 |
msgid "There was a problem sending your feedback. Please log your feedback on "
|
2268 |
msgstr ""
|
2269 |
"Es gab ein Problem beim senden Ihres Feedbacks. Bitte tragen Sie Ihr "
|
2270 |
"Feedback ein unter"
|
2271 |
|
2272 |
# @ wplivechat
|
2273 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2471
|
2274 |
msgid ""
|
2275 |
"WPLC: set_time_limit() is not enabled on this server. You may experience "
|
2276 |
"issues while using WP Live Chat Support as a result of this. Please get in "
|
2277 |
"contact your host to get this function enabled."
|
2278 |
msgstr ""
|
2279 |
+
"WPLC: set_time_limit() ist auf diesem Server nicht aktiviert. Es können "
|
2280 |
+
"Probleme während der Verwendung von WP Live Chat Support als Folge davon "
|
2281 |
+
"auftreten. Nehmen Sie Kontakt zu Ihrem Hoster auf um diese Funktion "
|
2282 |
+
"aktiviert zu bekommen."
|
2283 |
|
2284 |
# @ wplivechat
|
2285 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2477
|
2286 |
msgid ""
|
2287 |
"WPLC: Safe mode is enabled on this server. You may experience issues while "
|
2288 |
"using WP Live Chat Support as a result of this. Please contact your host to "
|
2289 |
"get safe mode disabled."
|
2290 |
msgstr ""
|
2291 |
+
"WPLC: Safe Mode ist auf diesem Server aktiviert. Es können Probleme während "
|
2292 |
+
"der Verwendung von WP Live Chat Support als Folge davon auftreten. Bitte "
|
2293 |
+
"kontaktieren Sie Ihr Hoster um den abgesicherten Modus zu deaktivieren."
|
2294 |
|
2295 |
# @ wplivechat
|
2296 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2497
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2297 |
msgid "WP Live Chat Support"
|
2298 |
+
msgstr "WP Live Chat Support"
|
2299 |
|
2300 |
# @ wplivechat
|
2301 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2500
|
2302 |
msgid "Documentation"
|
2303 |
+
msgstr "Dokumentation"
|
2304 |
|
2305 |
# @ wplivechat
|
2306 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2502
|
2307 |
msgid ""
|
2308 |
"Getting started? Read through some of these articles to help you along your "
|
2309 |
"way."
|
2310 |
msgstr ""
|
2311 |
+
"Erste Schritte? Lesen Sie einige dieser Artikel, die Ihnen auf Ihrem Weg "
|
2312 |
+
"helfen."
|
2313 |
|
2314 |
# @ wplivechat
|
2315 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2503
|
2316 |
msgid "Documentation:"
|
2317 |
+
msgstr "Dokumentation:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2318 |
|
2319 |
# @ wplivechat
|
2320 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2505
|
2321 |
msgid "Minimum System Requirements"
|
2322 |
+
msgstr "Mindest-Systemanforderungen"
|
|
|
|
|
|
|
|
|
|
|
2323 |
|
2324 |
# @ wplivechat
|
2325 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2506
|
2326 |
+
msgid "Do I have to be logged into the dashboard to chat with visitors?"
|
2327 |
+
msgstr "Muss ich im Dashboard angemeldet sein um mit Besuchern zu chatten?"
|
2328 |
|
2329 |
# @ wplivechat
|
2330 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2507
|
2331 |
msgid "What are Quick Responses?"
|
2332 |
+
msgstr "Was sind die schnellen Antworten?"
|
2333 |
|
2334 |
# @ wplivechat
|
2335 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2508
|
2336 |
msgid "Can I use this plugin on my multi-site?"
|
2337 |
+
msgstr "Kann ich dieses Plugin auf meiner Multi-Website verwenden?"
|
2338 |
|
2339 |
# @ wplivechat
|
2340 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2509
|
2341 |
msgid "How do I disable APC Object Cache?"
|
2342 |
+
msgstr "Wie deaktiviere ich den APC-Object-Cache?"
|
2343 |
|
2344 |
# @ wplivechat
|
2345 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2510
|
2346 |
msgid "Do you have a mobile app?"
|
2347 |
+
msgstr "Haben Sie eine mobile App?"
|
2348 |
|
2349 |
# @ wplivechat
|
2350 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2511
|
2351 |
+
msgid "How do I check for JavaScript errors on my site?"
|
2352 |
+
msgstr "Wie überprüfe ich auf JavaScript-Fehler auf meiner Website?"
|
2353 |
|
2354 |
# @ wplivechat
|
2355 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2515
|
2356 |
msgid "Troubleshooting"
|
2357 |
+
msgstr "Fehlerbehebung"
|
2358 |
|
2359 |
# @ wplivechat
|
2360 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2517
|
2361 |
+
#, fuzzy
|
2362 |
msgid ""
|
2363 |
+
"WP Live Chat Support has a diverse and wide range of features which may, "
|
2364 |
"from time to time, run into conflicts with the thousands of themes and other "
|
2365 |
"plugins on the market."
|
2366 |
msgstr ""
|
2367 |
+
"WP Live Chat Support Pro hat eine vielfältige und breite Palette von "
|
2368 |
+
"Funktionen, welche von Zeit zu Zeit Konflikte mit den Tausenden von Themen "
|
2369 |
+
"und andere Plugins auf den Markt auslösen könnten."
|
2370 |
|
2371 |
# @ wplivechat
|
2372 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2518
|
2373 |
msgid "Common issues:"
|
2374 |
+
msgstr "Häufig auftretende Probleme:"
|
2375 |
|
2376 |
# @ wplivechat
|
2377 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2520
|
2378 |
msgid "The chat box doesnt show up"
|
2379 |
+
msgstr "Das Chat-Fenster erscheint nicht"
|
2380 |
|
2381 |
# @ wplivechat
|
2382 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2521
|
2383 |
msgid "The chat window disappears when I logout or go offline"
|
2384 |
+
msgstr "Das Chatfenster verschwindet wenn ich mich auslogge oder offline gehe"
|
2385 |
|
2386 |
# @ wplivechat
|
2387 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2523
|
2388 |
msgid "Messages only show when I refresh the chat window"
|
2389 |
msgstr ""
|
2390 |
+
"Nachrichten werden nur angezeigt, wenn ich das Chatfenster aktualisiere"
|
2391 |
|
2392 |
# @ wplivechat
|
2393 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2524
|
2394 |
msgid "I'm not getting any notifications of a new chat"
|
2395 |
+
msgstr "Ich erhalte keine Benachrichtigungen über einem neuen Chat"
|
2396 |
|
2397 |
# @ wplivechat
|
2398 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2525
|
2399 |
msgid "The chat window never goes offline"
|
2400 |
+
msgstr "Das Chat-Fenster geht nie offline"
|
2401 |
|
2402 |
# @ wplivechat
|
2403 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2531
|
2404 |
msgid "Still need help? Use one of these links below."
|
2405 |
+
msgstr "Brauchen Sie noch Hilfe? Verwenden Sie einen dieser Links unten."
|
2406 |
|
2407 |
# @ wplivechat
|
2408 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2533
|
2409 |
msgid "Support forum"
|
2410 |
+
msgstr "Support Forum"
|
2411 |
|
2412 |
# @ wplivechat
|
2413 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2534
|
2414 |
msgid "Contact us"
|
2415 |
+
msgstr "Kontaktieren Sie uns"
|
2416 |
+
|
2417 |
+
# @ wplivechat
|
2418 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2549
|
2419 |
+
#, fuzzy
|
2420 |
+
msgid "Initiate Chats"
|
2421 |
+
msgstr "Live-Chat"
|
2422 |
+
|
2423 |
+
# @ wplivechat
|
2424 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2550
|
2425 |
+
#, fuzzy
|
2426 |
+
msgid "Multiple Chats"
|
2427 |
+
msgstr "Mehrere Agenten"
|
2428 |
+
|
2429 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2550
|
2430 |
+
msgid "accept and handle multiple chats."
|
2431 |
+
msgstr ""
|
2432 |
+
|
2433 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2551
|
2434 |
+
msgid "Add unlimited agents"
|
2435 |
msgstr ""
|
2436 |
+
|
2437 |
+
# @ wplivechat
|
2438 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2551
|
2439 |
+
#, fuzzy
|
2440 |
+
msgid " with the Pro add-on of WP Live Chat Support"
|
2441 |
+
msgstr "Mit dem Pro add-on von WP Live Chat Support können Sie"
|
2442 |
+
|
2443 |
+
# @ wplivechat
|
2444 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:2551
|
2445 |
+
#, fuzzy
|
2446 |
+
msgid "for only $19.95 once off."
|
2447 |
+
msgstr "Jetzt einmalig für nur $ 19.95!"
|
2448 |
+
|
2449 |
+
# @ wplivechat
|
2450 |
+
#~ msgid "Animations"
|
2451 |
+
#~ msgstr "Aktion"
|
2452 |
+
|
2453 |
+
# @ wplivechat
|
2454 |
+
#~ msgid " once off. Updates included forever."
|
2455 |
+
#~ msgstr "einmalig. Updates sind für immer enthalten."
|
2456 |
+
|
2457 |
+
# @ wplivechat
|
2458 |
+
#~ msgid "Get"
|
2459 |
+
#~ msgstr "Holen Sie sich"
|
2460 |
+
|
2461 |
+
# @ wplivechat
|
2462 |
+
#~ msgid "Multiple agent support"
|
2463 |
+
#~ msgstr "Mehrfach-Agenten Unterstützung"
|
2464 |
+
|
2465 |
+
# @ wplivechat
|
2466 |
+
#~ msgid "Get a variety of animations in the "
|
2467 |
+
#~ msgstr "Erhalten eine Vielzahl von Animationen in der"
|
2468 |
+
|
2469 |
+
# @ wplivechat
|
2470 |
+
#~ msgid "to take advantage of chat window transitions and colour schemes."
|
2471 |
+
#~ msgstr ""
|
2472 |
+
#~ "aktualisieren um die Vorteile des neuen Dashboard-Layouts zu bekommen."
|
2473 |
+
|
2474 |
+
# @ wplivechat
|
2475 |
+
#~ msgid "Experiencing problems with the plugin?"
|
2476 |
+
#~ msgstr "Sie haben Probleme mit dem Plugin?"
|
2477 |
+
|
2478 |
+
# @ wplivechat
|
2479 |
+
#~ msgid "Review the documentation."
|
2480 |
+
#~ msgstr "Lesen Sie die Dokumentation"
|
2481 |
+
|
2482 |
+
# @ wplivechat
|
2483 |
+
#~ msgid "Or ask a question on our"
|
2484 |
+
#~ msgstr "oder stellen Sie eine Frage an unser"
|
2485 |
+
|
2486 |
+
# @ wplivechat
|
2487 |
+
#~ msgid "Support forum."
|
2488 |
+
#~ msgstr "Support Forum"
|
2489 |
+
|
2490 |
+
# @ wplivechat
|
2491 |
+
#~ msgid ""
|
2492 |
+
#~ "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
|
2493 |
+
#~ msgstr ""
|
2494 |
+
#~ "Kaufen Sie das Pro add-on jetzt für nur $19,95. Kostenlose Updates sind "
|
2495 |
+
#~ "dauerhaft inkludiert."
|
2496 |
+
|
2497 |
+
# @ wplivechat
|
2498 |
+
#~ msgid ""
|
2499 |
+
#~ "Block visitors from chatting to you based on their IP address using the "
|
2500 |
+
#~ msgstr ""
|
2501 |
+
#~ "Besucher im Chat blockieren die von Ihnen aufgrund ihrer IP-Adresse "
|
2502 |
+
#~ "verwenden"
|
2503 |
+
|
2504 |
+
# @ wplivechat
|
2505 |
+
#~ msgid "Running the WP Live Chat Support plugin for the first time (Pro)"
|
2506 |
+
#~ msgstr "Das Plugin WP Live Chat Support zum ersten Mal starten (Pro)"
|
2507 |
+
|
2508 |
+
# @ wplivechat
|
2509 |
+
#~ msgid "Upgrading your licence (Pro)"
|
2510 |
+
#~ msgstr "Aktualisieren Ihrer Lizenz (Pro)"
|
2511 |
+
|
2512 |
+
# @ wplivechat
|
2513 |
+
#~ msgid "FAQ's:"
|
2514 |
+
#~ msgstr "FAQ's:"
|
readme.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
=== WP Live Chat Support ===
|
2 |
-
Contributors: WP-LiveChat
|
3 |
Donate link: http://www.wp-livechat.com
|
4 |
Tags: live chat, live support, chat plugin, live help, wordpress chat, customer support, chat, live chat plugin, live support plugin, live chat support plugin, chat plugin, support plugin, support, chat software, chat online, visitor chat, chat, free chat, free live chat, customer support, online support, live help, chat widget
|
5 |
Requires at least: 3.8
|
@@ -15,6 +15,7 @@ The most cost effective Live Chat plugin. Chat with your visitors for free! WP L
|
|
15 |
|
16 |
= Free Version Features =
|
17 |
|
|
|
18 |
* WP Live Chat Support is a fully functional live chat plugin
|
19 |
* Live chat directly with your visitors
|
20 |
* Easy to use interface for both the admin and the visitor
|
@@ -198,6 +199,10 @@ It is highly recommended that you upgrade to WP Live Chat Support version 4.1.4
|
|
198 |
|
199 |
== Changelog ==
|
200 |
|
|
|
|
|
|
|
|
|
201 |
= 5.0.6 - 2015-09-17 - Low Priority =
|
202 |
* You can now choose to disable the sound that is played when a new live chat message is received
|
203 |
* Fixed a bug that caused some chat settings to revert back to default when updating the plugin
|
1 |
=== WP Live Chat Support ===
|
2 |
+
Contributors: WP-LiveChat, NickDuncan, CodeCabin_, Jarryd Long
|
3 |
Donate link: http://www.wp-livechat.com
|
4 |
Tags: live chat, live support, chat plugin, live help, wordpress chat, customer support, chat, live chat plugin, live support plugin, live chat support plugin, chat plugin, support plugin, support, chat software, chat online, visitor chat, chat, free chat, free live chat, customer support, online support, live help, chat widget
|
5 |
Requires at least: 3.8
|
15 |
|
16 |
= Free Version Features =
|
17 |
|
18 |
+
* Most popular WordPress chat plugin
|
19 |
* WP Live Chat Support is a fully functional live chat plugin
|
20 |
* Live chat directly with your visitors
|
21 |
* Easy to use interface for both the admin and the visitor
|
199 |
|
200 |
== Changelog ==
|
201 |
|
202 |
+
= 5.0.7 - 2015-10-06 - Low priority =
|
203 |
+
* Added a live chat extension page
|
204 |
+
* Corrected internationalization
|
205 |
+
|
206 |
= 5.0.6 - 2015-09-17 - Low Priority =
|
207 |
* You can now choose to disable the sound that is played when a new live chat message is received
|
208 |
* Fixed a bug that caused some chat settings to revert back to default when updating the plugin
|
wp-live-chat-support.php
CHANGED
@@ -3,13 +3,19 @@
|
|
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: 5.0.
|
7 |
Author: WP-LiveChat
|
8 |
Author URI: http://www.wp-livechat.com
|
|
|
|
|
9 |
*/
|
10 |
|
11 |
|
12 |
/*
|
|
|
|
|
|
|
|
|
13 |
* 5.0.6 - 2015-09-17 - Low priority
|
14 |
* You can now choose to disable the sound that is played when a new live chat message is received
|
15 |
* Fixed a bug that caused some live chat settings to revert back to default when updating the plugin
|
@@ -263,7 +269,7 @@ global $wplc_tblname_chats;
|
|
263 |
global $wplc_tblname_msgs;
|
264 |
$wplc_tblname_chats = $wpdb->prefix . "wplc_chat_sessions";
|
265 |
$wplc_tblname_msgs = $wpdb->prefix . "wplc_chat_msgs";
|
266 |
-
$wplc_version = "5.0.
|
267 |
|
268 |
define('WPLC_BASIC_PLUGIN_DIR', dirname(__FILE__));
|
269 |
define('WPLC_BASIC_PLUGIN_URL', plugins_url() . "/wp-live-chat-support/");
|
@@ -373,7 +379,8 @@ function wplc_admin_menu() {
|
|
373 |
add_submenu_page('wplivechat-menu', __('History', 'wplivechat'), __('History', 'wplivechat'), 'manage_options', 'wplivechat-menu-history', 'wplc_admin_history_layout');
|
374 |
add_submenu_page('wplivechat-menu', __('Missed Chats', 'wplivechat'), __('Missed Chats', 'wplivechat'), 'manage_options', 'wplivechat-menu-missed-chats', 'wplc_admin_missed_chats');
|
375 |
add_submenu_page('wplivechat-menu', __('Feedback', 'wplivechat'), __('Feedback', 'wplivechat'), 'manage_options', 'wplivechat-menu-feedback-page', 'wplc_feedback_page_include');
|
376 |
-
add_submenu_page('wplivechat-menu', __('Support', 'wplivechat'), __('Support', 'wplivechat'), 'manage_options', 'wplivechat-menu-support-page', 'wplc_support_menu');
|
|
|
377 |
}
|
378 |
|
379 |
|
@@ -1683,6 +1690,9 @@ function wplc_first_time_tutorial() {
|
|
1683 |
|
1684 |
function wplc_admin_menu_layout_display() {
|
1685 |
if(current_user_can('wplc_ma_agent') || current_user_can('manage_options')){
|
|
|
|
|
|
|
1686 |
global $wplc_basic_plugin_url;
|
1687 |
if (!isset($_GET['action'])) {
|
1688 |
?>
|
@@ -2231,7 +2241,7 @@ function wplc_add_user_stylesheet() {
|
|
2231 |
}
|
2232 |
|
2233 |
function wplc_add_admin_stylesheet() {
|
2234 |
-
if (isset($_GET['page']) && ($_GET['page'] == 'wplivechat-menu' || $_GET['page'] == 'wplivechat-menu-settings' || $_GET['page'] == 'wplivechat-menu-offline-messages' || $_GET['page'] == 'wplivechat-menu-history')) {
|
2235 |
wp_register_style('wplc-admin-style', plugins_url('/css/jquery-ui.css', __FILE__));
|
2236 |
wp_enqueue_style('wplc-admin-style');
|
2237 |
wp_register_style('wplc-chat-style', plugins_url('/css/chat-style.css', __FILE__));
|
@@ -2275,6 +2285,7 @@ function wplc_admin_settings_layout() {
|
|
2275 |
}
|
2276 |
|
2277 |
function wplc_admin_history_layout() {
|
|
|
2278 |
echo"<div class=\"wrap\"><div id=\"icon-edit\" class=\"icon32 icon32-posts-post\"><br></div><h2>" . __("WP Live Chat History", "wplivechat") . "</h2>";
|
2279 |
|
2280 |
if(function_exists("wplc_ce_activate")){
|
@@ -2287,6 +2298,7 @@ function wplc_admin_history_layout() {
|
|
2287 |
}
|
2288 |
|
2289 |
function wplc_admin_missed_chats() {
|
|
|
2290 |
echo "<div class=\"wrap\"><div id=\"icon-edit\" class=\"icon32 icon32-posts-post\"><br></div><h2>" . __("WP Live Chat Missed Chats", "wplivechat") . "</h2>";
|
2291 |
if (function_exists('wplc_admin_display_missed_chats')) {
|
2292 |
wplc_admin_display_missed_chats();
|
@@ -2294,6 +2306,7 @@ function wplc_admin_missed_chats() {
|
|
2294 |
}
|
2295 |
|
2296 |
function wplc_admin_offline_messages() {
|
|
|
2297 |
echo"<div class=\"wrap\"><div id=\"icon-edit\" class=\"icon32 icon32-posts-post\"><br></div><h2>" . __("WP Live Chat Offline Messages", "wplivechat") . "</h2>";
|
2298 |
if (function_exists("wplc_register_pro_version")) {
|
2299 |
if (function_exists('wplc_pro_admin_display_offline_messages')) {
|
@@ -2319,6 +2332,31 @@ function wplc_settings_page_basic() {
|
|
2319 |
}
|
2320 |
}
|
2321 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2322 |
function wplc_head_basic() {
|
2323 |
global $wpdb;
|
2324 |
|
@@ -2479,8 +2517,98 @@ if(isset($_GET['page']) && $_GET['page'] == 'wplivechat-menu-settings'){
|
|
2479 |
}
|
2480 |
}
|
2481 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2482 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2483 |
function wplc_support_menu() {
|
|
|
2484 |
?>
|
2485 |
<h1><?php _e("WP Live Chat Support","wplivechat"); ?></h1>
|
2486 |
<div class="wplc_row">
|
@@ -2546,4 +2674,19 @@ function wp_button_pointers_load_scripts($hook) {
|
|
2546 |
wp_enqueue_script('wplc-user-admin-pointer');
|
2547 |
wp_localize_script('wplc-user-admin-pointer', 'pointer_localize_strings', $pointer_localize_strings);
|
2548 |
|
2549 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 5.0.7
|
7 |
Author: WP-LiveChat
|
8 |
Author URI: http://www.wp-livechat.com
|
9 |
+
Text Domain: wplivechat
|
10 |
+
Domain Path: /languages
|
11 |
*/
|
12 |
|
13 |
|
14 |
/*
|
15 |
+
* 5.0.7 - 2015-10-06 - Low priority
|
16 |
+
* Added a live chat extension page
|
17 |
+
* Corrected internationalization
|
18 |
+
*
|
19 |
* 5.0.6 - 2015-09-17 - Low priority
|
20 |
* You can now choose to disable the sound that is played when a new live chat message is received
|
21 |
* Fixed a bug that caused some live chat settings to revert back to default when updating the plugin
|
269 |
global $wplc_tblname_msgs;
|
270 |
$wplc_tblname_chats = $wpdb->prefix . "wplc_chat_sessions";
|
271 |
$wplc_tblname_msgs = $wpdb->prefix . "wplc_chat_msgs";
|
272 |
+
$wplc_version = "5.0.7";
|
273 |
|
274 |
define('WPLC_BASIC_PLUGIN_DIR', dirname(__FILE__));
|
275 |
define('WPLC_BASIC_PLUGIN_URL', plugins_url() . "/wp-live-chat-support/");
|
379 |
add_submenu_page('wplivechat-menu', __('History', 'wplivechat'), __('History', 'wplivechat'), 'manage_options', 'wplivechat-menu-history', 'wplc_admin_history_layout');
|
380 |
add_submenu_page('wplivechat-menu', __('Missed Chats', 'wplivechat'), __('Missed Chats', 'wplivechat'), 'manage_options', 'wplivechat-menu-missed-chats', 'wplc_admin_missed_chats');
|
381 |
add_submenu_page('wplivechat-menu', __('Feedback', 'wplivechat'), __('Feedback', 'wplivechat'), 'manage_options', 'wplivechat-menu-feedback-page', 'wplc_feedback_page_include');
|
382 |
+
add_submenu_page('wplivechat-menu', __('Support', 'wplivechat'), __('Support', 'wplivechat'), 'manage_options', 'wplivechat-menu-support-page', 'wplc_support_menu');
|
383 |
+
add_submenu_page('wplivechat-menu', __('Extensions', 'wplivechat'), __('Extensions', 'wplivechat'), 'manage_options', 'wplivechat-menu-extensions-page', 'wplc_extensions_menu');
|
384 |
}
|
385 |
|
386 |
|
1690 |
|
1691 |
function wplc_admin_menu_layout_display() {
|
1692 |
if(current_user_can('wplc_ma_agent') || current_user_can('manage_options')){
|
1693 |
+
|
1694 |
+
wplc_stats("chat_dashboard");
|
1695 |
+
|
1696 |
global $wplc_basic_plugin_url;
|
1697 |
if (!isset($_GET['action'])) {
|
1698 |
?>
|
2241 |
}
|
2242 |
|
2243 |
function wplc_add_admin_stylesheet() {
|
2244 |
+
if (isset($_GET['page']) && ($_GET['page'] == 'wplivechat-menu' || $_GET['page'] == 'wplivechat-menu-extensions-page' || $_GET['page'] == 'wplivechat-menu-settings' || $_GET['page'] == 'wplivechat-menu-offline-messages' || $_GET['page'] == 'wplivechat-menu-history')) {
|
2245 |
wp_register_style('wplc-admin-style', plugins_url('/css/jquery-ui.css', __FILE__));
|
2246 |
wp_enqueue_style('wplc-admin-style');
|
2247 |
wp_register_style('wplc-chat-style', plugins_url('/css/chat-style.css', __FILE__));
|
2285 |
}
|
2286 |
|
2287 |
function wplc_admin_history_layout() {
|
2288 |
+
wplc_stats("history");
|
2289 |
echo"<div class=\"wrap\"><div id=\"icon-edit\" class=\"icon32 icon32-posts-post\"><br></div><h2>" . __("WP Live Chat History", "wplivechat") . "</h2>";
|
2290 |
|
2291 |
if(function_exists("wplc_ce_activate")){
|
2298 |
}
|
2299 |
|
2300 |
function wplc_admin_missed_chats() {
|
2301 |
+
wplc_stats("missed");
|
2302 |
echo "<div class=\"wrap\"><div id=\"icon-edit\" class=\"icon32 icon32-posts-post\"><br></div><h2>" . __("WP Live Chat Missed Chats", "wplivechat") . "</h2>";
|
2303 |
if (function_exists('wplc_admin_display_missed_chats')) {
|
2304 |
wplc_admin_display_missed_chats();
|
2306 |
}
|
2307 |
|
2308 |
function wplc_admin_offline_messages() {
|
2309 |
+
wplc_stats("offline_messages");
|
2310 |
echo"<div class=\"wrap\"><div id=\"icon-edit\" class=\"icon32 icon32-posts-post\"><br></div><h2>" . __("WP Live Chat Offline Messages", "wplivechat") . "</h2>";
|
2311 |
if (function_exists("wplc_register_pro_version")) {
|
2312 |
if (function_exists('wplc_pro_admin_display_offline_messages')) {
|
2332 |
}
|
2333 |
}
|
2334 |
|
2335 |
+
function wplc_stats($sec) {
|
2336 |
+
$wplc_stats = get_option("wplc_stats");
|
2337 |
+
if ($wplc_stats) {
|
2338 |
+
if (isset($wplc_stats[$sec]["views"])) {
|
2339 |
+
$wplc_stats[$sec]["views"] = $wplc_stats[$sec]["views"] + 1;
|
2340 |
+
$wplc_stats[$sec]["last_accessed"] = date("Y-m-d H:i:s");
|
2341 |
+
} else {
|
2342 |
+
$wplc_stats[$sec]["views"] = 1;
|
2343 |
+
$wplc_stats[$sec]["last_accessed"] = date("Y-m-d H:i:s");
|
2344 |
+
$wplc_stats[$sec]["first_accessed"] = date("Y-m-d H:i:s");
|
2345 |
+
}
|
2346 |
+
|
2347 |
+
|
2348 |
+
} else {
|
2349 |
+
|
2350 |
+
$wplc_stats[$sec]["views"] = 1;
|
2351 |
+
$wplc_stats[$sec]["last_accessed"] = date("Y-m-d H:i:s");
|
2352 |
+
$wplc_stats[$sec]["first_accessed"] = date("Y-m-d H:i:s");
|
2353 |
+
|
2354 |
+
|
2355 |
+
}
|
2356 |
+
update_option("wplc_stats",$wplc_stats);
|
2357 |
+
|
2358 |
+
}
|
2359 |
+
|
2360 |
function wplc_head_basic() {
|
2361 |
global $wpdb;
|
2362 |
|
2517 |
}
|
2518 |
}
|
2519 |
}
|
2520 |
+
function wplc_extensions_menu() {
|
2521 |
+
|
2522 |
+
if (isset($_GET['type']) && $_GET['type'] == "additional") {
|
2523 |
+
$additional = "nav-tab-active";
|
2524 |
+
$normal = "";
|
2525 |
+
} else {
|
2526 |
+
$normal = "nav-tab-active";
|
2527 |
+
$additional = "";
|
2528 |
+
}
|
2529 |
+
|
2530 |
+
?>
|
2531 |
+
<h2 class="nav-tab-wrapper">
|
2532 |
+
<a href="admin.php?page=wplivechat-menu-extensions-page" title="<?php _e("Add-ons","wplivechat"); ?>" class="nav-tab <?php echo $normal; ?>"><?php _e("Add-ons","wplivechat"); ?></a><a href="admin.php?page=wplivechat-menu-extensions-page&type=additional" title="<?php _e("Plugins","wplivechat"); ?>" class="nav-tab <?php echo $additional; ?>"><?php _e("Plugins","wplivechat"); ?></a>
|
2533 |
+
<span style='float: right; bottom:-5px; position: relative;'><img src='<?php echo plugins_url('/images/codecabin.png', __FILE__); ?>' style="height:15px;" /></span>
|
2534 |
+
</h2>
|
2535 |
+
<div id="tab_container">
|
2536 |
|
2537 |
+
|
2538 |
+
<?php
|
2539 |
+
if (isset($_GET['type']) && $_GET['type'] == "additional") {
|
2540 |
+
?>
|
2541 |
+
|
2542 |
+
<div class="wplc-extension wplc-plugin">
|
2543 |
+
<h3 class="wplc-extension-title"><?php _e("Sola Support Tickets","wplivechat"); ?></h3>
|
2544 |
+
<a href="https://wordpress.org/plugins/sola-support-tickets/" title="<?php _e("Sola Support Tickets","wplivechat"); ?>" target="_BLANK">
|
2545 |
+
<img width="320" src="<?php echo plugins_url('/images/plugin2.jpg', __FILE__); ?>" class="attachment-showcase wp-post-image" alt="<?php _e("Sola Support Tickets","wplivechat"); ?>" title="<?php _e("Sola Support Tickets","wplivechat"); ?>">
|
2546 |
+
</a>
|
2547 |
+
<p></p>
|
2548 |
+
<p><?php _e("The easiest to use Help Desk & Support Ticket plugin. Create a support help desk quickly and easily with Sola Support Tickets.","wplivechat"); ?></p>
|
2549 |
+
<p></p>
|
2550 |
+
<a href="https://wordpress.org/plugins/sola-support-tickets/" title="<?php _e("Sola Support Tickets","wplivechat"); ?>" class="button-secondary" target="_BLANK"><?php _e("Get this Plugin","wplivechat"); ?></a>
|
2551 |
+
</div>
|
2552 |
+
|
2553 |
+
<div class="wplc-extension wplc-plugin">
|
2554 |
+
<h3 class="wplc-extension-title"><?php _e("Nifty Newsletters","wplivechat"); ?></h3>
|
2555 |
+
<a href="https://wordpress.org/plugins/sola-newsletters/" title="<?php _e("Nifty Newsletters","wplivechat"); ?>" target="_BLANK">
|
2556 |
+
<img width="320" src="<?php echo plugins_url('/images/plugin1.jpg', __FILE__); ?>" class="attachment-showcase wp-post-image" alt="<?php _e("Nifty Newsletters","wplivechat"); ?>" title="<?php _e("Nifty Newsletters","wplivechat"); ?>">
|
2557 |
+
</a>
|
2558 |
+
<p></p>
|
2559 |
+
<p><?php _e("Create and send newsletters, automatic post notifications and autoresponders that are modern and beautiful with Nifty Newsletters.","wplivechat"); ?></p>
|
2560 |
+
<p></p>
|
2561 |
+
<a href="https://wordpress.org/plugins/sola-newsletters/" title="<?php _e("Nifty Newsletters","wplivechat"); ?>" class="button-secondary" target="_BLANK"><?php _e("Get this Plugin","wplivechat"); ?></a>
|
2562 |
+
</div>
|
2563 |
+
|
2564 |
+
|
2565 |
+
<?php } else { ?>
|
2566 |
+
|
2567 |
+
<div class="wplc-extension">
|
2568 |
+
<h3 class="wplc-extension-title"><?php _e("Pro Add-on","wplivechat"); ?></h3>
|
2569 |
+
<a href="http://wp-livechat.com/purchase-pro/?utm_source=plugin&utm_medium=link&utm_campaign=addonpage_pro" title="<?php _e("Pro Add-on","wplivechat"); ?>" target="_BLANK">
|
2570 |
+
<img width="320" height="200" src="<?php echo plugins_url('/images/add-on0.jpg', __FILE__); ?>" class="attachment-showcase wp-post-image" alt="<?php _e("Pro Add-on","wplivechat"); ?>" title="<?php _e("Pro Add-on","wplivechat"); ?>">
|
2571 |
+
</a>
|
2572 |
+
<p></p>
|
2573 |
+
<p><?php _e("Get the WP Live Chat Support Pro add-on and unlock all features for only $19.95.","wplivechat"); ?></p>
|
2574 |
+
<p></p>
|
2575 |
+
<a href="http://wp-livechat.com/purchase-pro/?utm_source=plugin&utm_medium=link&utm_campaign=addonpage_pro" title="<?php _e("WP Live Chat Support Pro","wplivechat"); ?>" class="button-secondary" target="_BLANK"><?php _e("Get this add-on","wplivechat"); ?></a>
|
2576 |
+
</div>
|
2577 |
+
|
2578 |
+
<div class="wplc-extension">
|
2579 |
+
<h3 class="wplc-extension-title"><?php _e("Chat Experience Ratings","wplivechat"); ?></h3>
|
2580 |
+
<a href="http://wp-livechat.com/chat-experience-ratings/?utm_source=plugin&utm_medium=link&utm_campaign=addonpage_cer" title="<?php _e("Chat Experience Ratings","wplivechat"); ?>" target="_BLANK">
|
2581 |
+
<img width="320" height="200" src="<?php echo plugins_url('/images/add-on1.jpg', __FILE__); ?>" class="attachment-showcase wp-post-image" alt="<?php _e("Chat Experience Ratings","wplivechat"); ?>" title="<?php _e("Chat Experience Ratings","wplivechat"); ?>">
|
2582 |
+
</a>
|
2583 |
+
<p></p>
|
2584 |
+
<p><?php _e("Allow your visitors to rate their experience with your chat agent, and more!","wplivechat"); ?></p>
|
2585 |
+
<p></p>
|
2586 |
+
<a href="http://wp-livechat.com/chat-experience-ratings/?utm_source=plugin&utm_medium=link&utm_campaign=addonpage_cer" title="<?php _e("Chat Experience Ratings","wplivechat"); ?>" class="button-secondary" target="_BLANK"><?php _e("Get this add-on","wplivechat"); ?></a>
|
2587 |
+
</div>
|
2588 |
+
|
2589 |
+
<div class="wplc-extension">
|
2590 |
+
<h3 class="wplc-extension-title"><?php _e("Sell your add-on","wplivechat"); ?></h3>
|
2591 |
+
<a href="http://wp-livechat.com/contact-us/?utm_source=plugin&utm_medium=link&utm_campaign=addonpage_sell" title="<?php _e("Sell your add-on","wplivechat"); ?>" target="_BLANK">
|
2592 |
+
<img width="320" height="200" src="<?php echo plugins_url('/images/add-on3.jpg', __FILE__); ?>" class="attachment-showcase wp-post-image" alt="<?php _e("Sell your add-on","wplivechat"); ?>" title="<?php _e("Sell your add-on","wplivechat"); ?>">
|
2593 |
+
</a>
|
2594 |
+
<p></p>
|
2595 |
+
<p><?php _e("Have a great idea for a chat add-on that you would like to develop and sell? Get in touch with us.","wplivechat"); ?></p>
|
2596 |
+
<p></p>
|
2597 |
+
<a href="http://wp-livechat.com/contact-us/?utm_source=plugin&utm_medium=link&utm_campaign=addonpage_sell" title="<?php _e("Sell your add-on","wplivechat"); ?>" class="button-secondary" target="_BLANK"><?php _e("Contact Us","wplivechat"); ?></a>
|
2598 |
+
</div>
|
2599 |
+
|
2600 |
+
<?php } ?>
|
2601 |
+
|
2602 |
+
|
2603 |
+
|
2604 |
+
|
2605 |
+
|
2606 |
+
|
2607 |
+
</div>
|
2608 |
+
<?php
|
2609 |
+
}
|
2610 |
function wplc_support_menu() {
|
2611 |
+
wplc_stats("support");
|
2612 |
?>
|
2613 |
<h1><?php _e("WP Live Chat Support","wplivechat"); ?></h1>
|
2614 |
<div class="wplc_row">
|
2674 |
wp_enqueue_script('wplc-user-admin-pointer');
|
2675 |
wp_localize_script('wplc-user-admin-pointer', 'pointer_localize_strings', $pointer_localize_strings);
|
2676 |
|
2677 |
+
}
|
2678 |
+
|
2679 |
+
function wplc_footer_mod( $footer_text ) {
|
2680 |
+
if (isset($_GET['page']) && ($_GET['page'] == 'wplivechat-menu' || $_GET['page'] == 'wplivechat-menu-extensions-page' || $_GET['page'] == 'wplivechat-menu-settings' || $_GET['page'] == 'wplivechat-menu-offline-messages' || $_GET['page'] == 'wplivechat-menu-history')) {
|
2681 |
+
$footer_text_mod = sprintf( __( 'Thank you fsor using <a href="%1$s" target="_blank">WP Live Chat Support</a>! Please <a href="%2$s" target="_blank">rate us</a> on <a href="%2$s" target="_blank">WordPress.org</a>', 'wplivechat' ),
|
2682 |
+
'http://wp-livechat.com/?utm_source=plugin&utm_medium=link&utm_campaign=footer',
|
2683 |
+
'https://wordpress.org/support/view/plugin-reviews/wp-live-chat-support?filter=5#postform'
|
2684 |
+
);
|
2685 |
+
|
2686 |
+
return str_replace( '</span>', '', $footer_text ) . ' | ' . $footer_text_mod . ' | ' . __('WP Live Chat Support is a product of','wplivechat') . ' <a target="_BLANK" href="http://codecabin.co.za/?utm_source=livechat&utm_medium=link&utm_campaign=footer" border="0"><img src="'.plugins_url('/images/codecabin.png', __FILE__).'" style="height:10px;"/></span>';
|
2687 |
+
} else {
|
2688 |
+
return $footer_text;
|
2689 |
+
}
|
2690 |
+
|
2691 |
+
}
|
2692 |
+
add_filter( 'admin_footer_text', 'wplc_footer_mod' );
|