Dictionary

Addition to Speed Calls

Fra og med 08.12.2018. Se Den nyeste version.

Dette script skal ikke installes direkte. Det er et API for andre scripts der skal inkluderes med meta direktiv // @require https://update.sleazyfork.org/scripts/375278/651723/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'
    }
};