Browse Source

Merge branch 'master' of https://github.com/saenzramiro/rambox

pull/291/merge
Ramiro Saenz 9 years ago
parent
commit
e9fc612a3e
  1. 11
      app/store/ServicesList.js
  2. 8
      ext/packages/ext-locale/overrides/de/ext-locale-de.js
  3. BIN
      resources/icons/irccloud.png

11
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.' ,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' ,url: 'https://app.mysms.com/#login'
,type: 'messaging' ,type: 'messaging'
,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("unread"),t=0;for(i=0;i<e.length;i++)t+=parseInt(e[i].firstChild.innerHTML.trim());updateBadge(t)}function updateBadge(e){e>=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<e.length;i++)t+=parseInt(e[i].firstChild.innerHTML.trim());updateBadge(t)}function updateBadge(e){e>=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.' ,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.' ,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/' ,url: 'https://mail.yandex.com/'
,type: 'email' ,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);'
} }
] ]
}); });

8
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", nextText: "nächste Seite",
lastText: "letzte Seite", lastText: "letzte Seite",
refreshText: "Aktualisieren", refreshText: "Aktualisieren",
displayMsg: "Anzeige Eintrag {0} - {1} von {2}", displayMsg: "Eintrag anzeigen {0} - {1} von {2}",
emptyMsg: "Keine Daten vorhanden" emptyMsg: "Keine Daten vorhanden"
}); });
@ -168,8 +168,8 @@ Ext.define("Ext.locale.de.form.field.VTypes", {
override: "Ext.form.field.VTypes", override: "Ext.form.field.VTypes",
emailText: 'Dieses Feld sollte eine E-Mail-Adresse enthalten. Format: "user@example.com"', 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"', urlText: 'Dieses Feld sollte eine URL enthalten. Format: "http:/' + '/www.example.com"',
alphaText: 'Dieses Feld darf nur Buchstaben enthalten und _', alphaText: 'Dieses Feld darf nur Buchstaben und _ enthalten',
alphanumText: 'Dieses Feld darf nur Buchstaben und Zahlen enthalten und _' alphanumText: 'Dieses Feld darf nur Buchstaben, Zahlen und _ enthalten'
}); });
Ext.define("Ext.locale.de.form.field.HtmlEditor", { Ext.define("Ext.locale.de.form.field.HtmlEditor", {
@ -235,7 +235,7 @@ Ext.define("Ext.locale.de.form.field.HtmlEditor", {
}, },
insertorderedlist: { insertorderedlist: {
title: 'Numerierte Liste', title: 'Numerierte Liste',
text: 'Beginnt eine numerierte Liste.', text: 'Beginnt eine nummerierte Liste.',
cls: Ext.baseCSSPrefix + 'html-editor-tip' cls: Ext.baseCSSPrefix + 'html-editor-tip'
}, },
createlink: { createlink: {

BIN
resources/icons/irccloud.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Loading…
Cancel
Save