Addition to Speed Calls
Version vom
Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.sleazyfork.org/scripts/375278/653161/Dictionary.js
function spGetTranslations( value )
{
switch( value ){
case "notícias":
return spTranslations.pt;
case "welcome":
return spTranslations.en;
default:
return spTranslations.en;
}
}
var spTranslations = {
en: {
call_everyone: 'Call everyone',
9999: 'Dont Call',
24: 'Wazzup call',
61: 'SMS friendly text',
58: 'SMS funny pic',
26: 'Prank call',
162: 'Birthday call',
171: 'Thank You call'
}
};