Addition to Speed Calls
ของเมื่อวันที่
สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.sleazyfork.org/scripts/375278/651636/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'
}
};