17 lines
926 B
Lua
17 lines
926 B
Lua
if language == "en" then
|
|
translation = {
|
|
["congrats"] = "Felicidades",
|
|
["round_win"] = "Terminaste este hoyo con ",
|
|
["finish_game"] = "Se acabo el juego, hiciste un total de : ",
|
|
["stroke"] = "Tiro",
|
|
["locate_club"] = "~INPUT_CONTEXT~ para rentar palos por $200 !",
|
|
["other_params"] = "~INPUT_ATTACK~ para cargar el golpe !\n ~INPUT_VEH_FLY_ATTACK_CAMERA~ mostrar los puntos ! \n",
|
|
["rotate_params"] = "~INPUT_CELLPHONE_LEFT~ ~INPUT_CELLPHONE_RIGHT~ rotar alrededor de la bola !\n",
|
|
["games_params"] = "~INPUT_VEH_PREV_RADIO~ para reiniciar el nivel !\n ~INPUT_CELLPHONE_OPTION~ quitar el juego !",
|
|
["no_money"] = "No tienes fondos !",
|
|
["max_stroke"] = "Superaste el maximo de golpes en este round",
|
|
["quit"] = "Saliste del juego",
|
|
["off_side"] = "La bola salio del campo",
|
|
["play_your"] = "Total de Tiros: "
|
|
}
|
|
end |