Dictionary

Addition to Speed Calls

2018-12-07 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.sleazyfork.org/scripts/375278/651638/Dictionary.js

  1. function spGetTranslations( value )
  2. {
  3. switch( value ){
  4. case "notícias":
  5. return spTranslations.pt;
  6. case "welcome":
  7. return spTranslations.en;
  8. default:
  9. return spTranslations.en;
  10. }
  11. }
  12.  
  13. var spTranslations = {
  14. en: {
  15. call_everyone: 'Call everyone',
  16. 9999: 'Dont Call',
  17. 24: 'Wazzup call',
  18. 61: 'SMS friendly text', ;
  19. 58: 'SMS funny pic',
  20. 26: 'Prank call',
  21. 162: 'Birthday Call'
  22. }
  23. };