Advertisement
Guest User

Login Streaks -- Spanish translation

a guest
Jun 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. local l = {}
  2.  
  3. l["msg_increase_all"] = "%nick Aumento su racha a %new." -- %nick; %new; %old
  4. l["msg_increase_local"] = "Has aumentado tu racha a %new." -- %nick; %new; %old
  5. l["msg_lost_all"] = "%nick perdio su racha de %old." -- %nick; %new; %old
  6. l["msg_lost_local"] = "Has perdido tu racha de %old." -- %nick; %new; %old
  7.  
  8. l["menu_title"] = "Login-Streaks"
  9.  
  10. l["cat_toplist"] = "Records"
  11. l["cat_active"] = "Rachas activas"
  12. l["cat_online"] = "En linea"
  13.  
  14. l["profile_online"] = "En linea"
  15. l["profile_offline"] = "Desconectado"
  16. l["profile_streak"] = "Racha"
  17. l["profile_record"] = "Record"
  18. l["profile_lognum"] = "Ultimo %s registro" -- %s -> registros en perfil (configuracion)
  19. l["profile_steam"] = "Steam"
  20. l["profile_admin"] = "Admin"
  21. l["profile_return"] = "Volver"
  22.  
  23. l["logs_inc"] = "Aumento su racha a %s."
  24. l["logs_lost"] = "Perdio su racha."
  25. l["logs_admin_inc"] = "Racha aumentada a %s."
  26. l["logs_admin_set"] = "Racha forzada a %s."
  27.  
  28. l["row_profile"] = "Perfil"
  29.  
  30. l["error_nologs"] = "No se han encontrado registros"
  31.  
  32. l["status_none"] = "Aun sin racha"
  33. l["status_active"] = "Racha activa"
  34. l["status_ready"] = "Listo, esperando al jugador"
  35. l["status_alose"] = "A punto de perder su racha"
  36. l["status_lost"] = "Racha perdida"
  37. l["status_inactive"] = "Marcada como inactiva"
  38.  
  39. LSTREAKS:RegisterLanguage( l, "" ) // Put the id and language as you want! :p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement