trans_SpeedCalling

Translations necessary for SpeedCalling script

Dette scriptet burde ikke installeres direkte. Det er et bibliotek for andre script å inkludere med det nye metadirektivet // @require https://update.greatest.deepsurf.us/scripts/9992/53257/trans_SpeedCalling.js

  1. /*
  2. * ########## AREA: FUNCTIONS AREA
  3. * #############################################################
  4. */
  5.  
  6. var trans_SpeedCalling = {
  7. pt: {
  8. call_everyone: 'Ligar para todos',
  9. 9999: 'Não telefonar',
  10. 121: 'Fofocar ao telefone',
  11. 24: 'Ligar para papear',
  12. 61: 'Mandar mensagem no celular',
  13. 58: 'Mandar foto engraçada por MMS',
  14. 26: 'Passar trote',
  15. 25: 'Ligar para namorar',
  16. 73: 'Ligar para flertar',
  17. 74: 'Flertar por SMS'
  18. },
  19. en: {
  20. call_everyone : 'Call everyone',
  21. 9999: 'Dont Call',
  22. 121: 'Gossip on the phone',
  23. 24: 'Wazzup call',
  24. 61: 'SMS friendly text',
  25. 58: 'SMS funny pic',
  26. 26: 'Prank call',
  27. 25: 'Lover call',
  28. 73: 'Flirty Phone call',
  29. 74: 'Flirty SMS',
  30. }
  31. };