Addition to Speed Calls
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.sleazyfork.org/scripts/375278/651635/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',
25: 'Dirty Call',
73: 'Flirty Phone call',
74: 'Flirty SMS'
24: 'Wazzup call',
165: 'Romantic call',
61: 'SMS friendly text',
58: 'SMS funny pic',
26: 'Prank call',
162: 'Birthday Call'
}
};