diff --git a/public/assets/chat/chat.coffee b/public/assets/chat/chat.coffee index 57149da06..48e12b724 100644 --- a/public/assets/chat/chat.coffee +++ b/public/assets/chat/chat.coffee @@ -179,7 +179,7 @@ do($ = window.jQuery, window) -> initialQueueDelay: 10000 translations: de: - 'Chat with us!': 'Chat mit uns!' + 'Chat with us!': 'Chatte mit uns!' 'Online': 'Online' 'Online': 'Online' 'Offline': 'Offline' diff --git a/public/assets/chat/chat.js b/public/assets/chat/chat.js index ad1fcc0fd..4432bf188 100644 --- a/public/assets/chat/chat.js +++ b/public/assets/chat/chat.js @@ -45,15 +45,15 @@ window.zammadChatTemplates["agent"] = function (__obj) { __out.push(__sanitize(this.agent.avatar)); __out.push('">\n'); } - + __out.push('\n\n '); - + __out.push(__sanitize(this.agent.name)); - + __out.push('\n'); - + }).call(this); - + }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join(''); @@ -69,7 +69,7 @@ window.zammadChatTemplates["agent"] = function (__obj) { * * Autogrow Textarea Plugin Version v3.0 * http://www.technoreply.com/autogrow-textarea-plugin-3-0 - * + * * THIS PLUGIN IS DELIVERD ON A PAY WHAT YOU WHANT BASIS. IF THE PLUGIN WAS USEFUL TO YOU, PLEASE CONSIDER BUYING THE PLUGIN HERE : * https://sites.fastspring.com/technoreply/instant/autogrowtextareaplugin * @@ -117,16 +117,16 @@ jQuery.fn.autoGrow = function(options) { // Create a mirror var mirror = createMirror(this); - + // Style the mirror mirror.style.display = 'none'; mirror.style.wordWrap = 'break-word'; mirror.style.whiteSpace = 'normal'; - mirror.style.padding = jQuery(this).css('paddingTop') + ' ' + - jQuery(this).css('paddingRight') + ' ' + - jQuery(this).css('paddingBottom') + ' ' + + mirror.style.padding = jQuery(this).css('paddingTop') + ' ' + + jQuery(this).css('paddingRight') + ' ' + + jQuery(this).css('paddingBottom') + ' ' + jQuery(this).css('paddingLeft'); - + mirror.style.width = jQuery(this).css('width'); mirror.style.fontFamily = jQuery(this).css('font-family'); mirror.style.fontSize = jQuery(this).css('font-size'); @@ -453,7 +453,7 @@ var bind = function(fn, me){ return function(){ return fn.apply(me, arguments); ZammadChat.prototype.translations = { de: { - 'Chat with us!': 'Chat mit uns!', + 'Chat with us!': 'Chatte mit uns!', 'Online': 'Online', 'Online': 'Online', 'Offline': 'Offline', @@ -1263,45 +1263,45 @@ window.zammadChatTemplates["chat"] = function (__obj) { (function() { (function() { __out.push('
\n
\n
\n \n \n \n \n \n
\n
\n
\n
\n \n '); - + __out.push(this.T(this.title)); - + __out.push('\n
\n
\n
\n
\n \n \n
\n
'); - + }).call(this); - + }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join(''); @@ -1350,7 +1350,7 @@ window.zammadChatTemplates["customer_timeout"] = function (__obj) { (function() { (function() { __out.push('
\n
\n '); - + if (this.agent) { __out.push('\n '); __out.push(this.T('Since you didn\'t respond in the last %s minutes your conversation with %s got closed.', this.delay, this.agent)); @@ -1360,21 +1360,21 @@ window.zammadChatTemplates["customer_timeout"] = function (__obj) { __out.push(this.T('Since you didn\'t respond in the last %s minutes your conversation got closed.', this.delay)); __out.push('\n '); } - + __out.push('\n
\n
'); - + __out.push(this.T('Start new conversation')); - + __out.push('
\n
\n
'); - + }).call(this); - + }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join(''); @@ -1423,13 +1423,13 @@ window.zammadChatTemplates["loader"] = function (__obj) { (function() { (function() { __out.push('
\n \n \n \n \n \n '); - + __out.push(this.T('Connecting')); - + __out.push('\n
'); - + }).call(this); - + }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join(''); @@ -1478,25 +1478,25 @@ window.zammadChatTemplates["message"] = function (__obj) { (function() { (function() { __out.push('
\n '); - + __out.push(this.message); - + __out.push('\n
'); - + }).call(this); - + }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join(''); @@ -1545,13 +1545,13 @@ window.zammadChatTemplates["status"] = function (__obj) { (function() { (function() { __out.push('
\n
\n '); - + __out.push(this.status); - + __out.push('\n
\n
'); - + }).call(this); - + }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join(''); @@ -1600,17 +1600,17 @@ window.zammadChatTemplates["timestamp"] = function (__obj) { (function() { (function() { __out.push('
'); - + __out.push(__sanitize(this.label)); - + __out.push(' '); - + __out.push(__sanitize(this.time)); - + __out.push('
'); - + }).call(this); - + }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join(''); @@ -1659,9 +1659,9 @@ window.zammadChatTemplates["typingIndicator"] = function (__obj) { (function() { (function() { __out.push('
\n \n \n \n \n \n \n \n
'); - + }).call(this); - + }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join(''); @@ -1710,17 +1710,17 @@ window.zammadChatTemplates["waiting"] = function (__obj) { (function() { (function() { __out.push('
\n
\n \n \n \n \n \n '); - + __out.push(this.T('All colleagues are busy.')); - + __out.push('
\n '); - + __out.push(this.T('You are on waiting list position %s.', this.position)); - + __out.push('\n
\n
'); - + }).call(this); - + }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join(''); @@ -1769,23 +1769,23 @@ window.zammadChatTemplates["waiting_list_timeout"] = function (__obj) { (function() { (function() { __out.push('
\n
\n '); - + __out.push(this.T('We are sorry, it takes longer as expected to get an empty slot. Please try again later or send us an email. Thank you!')); - + __out.push('\n
\n
'); - + __out.push(this.T('Start new conversation')); - + __out.push('
\n
\n
'); - + }).call(this); - + }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join('');