diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 8ddd3e61..3a4bc030 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -326,7 +326,7 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'The mysms family of applications helps you text anywhere and enhances your messaging experience on your smartphone, tablet and computer.' ,url: 'https://app.mysms.com/#login' ,type: 'messaging' - ,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("unread"),t=0;for(i=0;i=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' + ,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("unread"),t=0;for(i=0;i=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}"https://app.mysms.com/#login"===document.baseURI&&(document.getElementsByClassName("innerPanel")[0].rows[0].style.display="none",document.getElementsByClassName("innerPanel")[0].rows[1].cells[0].firstElementChild.style.display="none",document.getElementsByClassName("msisdnLoginPanel")[0].style.display="inline");var originalTitle=document.title;setInterval(checkUnread,3000);' ,note: 'You have to use this service by signing in with your mobile number.' }, { @@ -445,6 +445,15 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Yandex is a free webmail service with unlimited mail storage, protection from viruses and spam, access from web interface, etc.' ,url: 'https://mail.yandex.com/' ,type: 'email' + }, + { + id:' irccloud' + ,logo: 'irccloud.png' + ,name: 'IRCCloud' + ,description: 'IRCCloud is a modern IRC client that keeps you connected, with none of the baggage.' + ,url: 'https://www.irccloud.com/' + ,type: 'messaging' + ,js_unread: 'function checkUnread(){var t=0;[].map.call(document.querySelectorAll(".bufferBadges > .badge"),n=>n.textContent?parseInt(n.textContent,10):0).reduce((x,y)=>x+y,0);updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' } ] }); diff --git a/ext/packages/ext-locale/overrides/de/ext-locale-de.js b/ext/packages/ext-locale/overrides/de/ext-locale-de.js index b52aa516..1b614a0b 100644 --- a/ext/packages/ext-locale/overrides/de/ext-locale-de.js +++ b/ext/packages/ext-locale/overrides/de/ext-locale-de.js @@ -123,7 +123,7 @@ Ext.define("Ext.locale.de.toolbar.Paging", { nextText: "nächste Seite", lastText: "letzte Seite", refreshText: "Aktualisieren", - displayMsg: "Anzeige Eintrag {0} - {1} von {2}", + displayMsg: "Eintrag anzeigen {0} - {1} von {2}", emptyMsg: "Keine Daten vorhanden" }); @@ -168,8 +168,8 @@ Ext.define("Ext.locale.de.form.field.VTypes", { override: "Ext.form.field.VTypes", emailText: 'Dieses Feld sollte eine E-Mail-Adresse enthalten. Format: "user@example.com"', urlText: 'Dieses Feld sollte eine URL enthalten. Format: "http:/' + '/www.example.com"', - alphaText: 'Dieses Feld darf nur Buchstaben enthalten und _', - alphanumText: 'Dieses Feld darf nur Buchstaben und Zahlen enthalten und _' + alphaText: 'Dieses Feld darf nur Buchstaben und _ enthalten', + alphanumText: 'Dieses Feld darf nur Buchstaben, Zahlen und _ enthalten' }); Ext.define("Ext.locale.de.form.field.HtmlEditor", { @@ -235,7 +235,7 @@ Ext.define("Ext.locale.de.form.field.HtmlEditor", { }, insertorderedlist: { title: 'Numerierte Liste', - text: 'Beginnt eine numerierte Liste.', + text: 'Beginnt eine nummerierte Liste.', cls: Ext.baseCSSPrefix + 'html-editor-tip' }, createlink: { diff --git a/resources/icons/irccloud.png b/resources/icons/irccloud.png new file mode 100644 index 00000000..17373adb Binary files /dev/null and b/resources/icons/irccloud.png differ