Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. -- Misc
  2. unknown = "Unknown",
  3. arguments = "arguments",
  4. no_one = "no one",
  5. door = "door",
  6. vehicle = "vehicle",
  7. door_or_vehicle = "door/vehicle",
  8. driver = "Driver: %s",
  9. name = "Name: %s",
  10. locked = "Locked.",
  11. unlocked = "Unlocked.",
  12. player_doesnt_exist = "Player does not exist.",
  13. job_doesnt_exist = "Job does not exist!",
  14. must_be_alive_to_do_x = "You must be alive in order to %s.",
  15. banned_or_demoted = "Banned/demoted",
  16. wait_with_that = "Wait with that.",
  17. could_not_find = "Could not find %s",
  18. f3tovote = "Hit F3 to vote",
  19. listen_up = "Listen up:", -- In rp_tell or rp_tellall
  20. nlr = "New Life Rule: Do Not Revenge Arrest/Kill.",
  21. reset_settings = "You have reset all settings!",
  22. must_be_x = "You must be a %s in order to be able to %s.",
  23. agenda_updated = "The agenda has been updated",
  24. job_set = "%s has set his/her job to '%s'",
  25. demoted = "%s has been demoted",
  26. demoted_not = "%s has not been demoted",
  27. demote_vote_started = "%s has started a vote for the demotion of %s",
  28. demote_vote_text = "Demotion nominee:\n%s", -- '%s' is the reason here
  29. cant_demote_self = "You cannot demote yourself.",
  30. i_want_to_demote_you = "I want to demote you. Reason: %s",
  31. tried_to_avoid_demotion = "You tried to escape demotion. You failed and have been demoted.", -- naughty boy!
  32. lockdown_started = "The mayor has initiated a Lockdown, please return to your homes!",
  33. lockdown_ended = "The lockdown has ended",
  34. gunlicense_requested = "%s has requested %s a gun license",
  35. gunlicense_granted = "%s has granted %s a gun license",
  36. gunlicense_denied = "%s has denied %s a gun license",
  37. gunlicense_question_text = "Grant %s a gun license?",
  38. gunlicense_remove_vote_text = "%s has started a vote for the gun license removal of %s",
  39. gunlicense_remove_vote_text2 = "Revoke gunlicense:\n%s", -- Where %s is the reason
  40. gunlicense_removed = "%s's license has been removed!",
  41. gunlicense_not_removed = "%s's license has not been removed!",
  42. vote_specify_reason = "You need to specify a reason!",
  43. vote_started = "The vote is created",
  44. vote_alone = "You have won the vote since you are alone in the server.",
  45. you_cannot_vote = "You cannot vote!",
  46. x_cancelled_vote = "%s cancelled the last vote.",
  47. cant_cancel_vote = "Could not cancel the last vote as there was no last vote to cancel!",
  48. jail_punishment = "Punishment for disconnecting! Jailed for: %d seconds.",
  49. admin_only = "Admin only!", -- When doing /addjailpos
  50. chief_or = "Chief or ",-- When doing /addjailpos
  51. frozen = "Frozen.",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement