Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. Wanted_text = "Gesucht!",
  2. wanted = "Von der Polizei gesucht!\nGrund: %s",
  3. youre_arrested = "You have been arrested. Time left: %d seconds!",
  4. youre_arrested_by = "Du wurdest von %s verhaftet.",
  5. youre_unarrested_by = "Du wurdest von %s freigelassen.",
  6. hes_arrested = "%s wurde fΓΌr %d Sekunden gefangen genommen!",
  7. hes_unarrested = "%s Wurde freigelassen!",
  8. warrant_ordered = "%s ordered a search warrant for %s. Reason: %s",
  9. warrant_request = "%s requests a search warrant for %s\nReason: %s",
  10. warrant_request2 = "Search warrant request sent to Mayor %s!",
  11. warrant_approved = "Search warrant approved for %s!\nReason: %s\nOrdered by: %s",
  12. warrant_approved2 = "You are now able to search his house.",
  13. warrant_denied = "Mayor %s has denied your search warrant request.",
  14. warrant_expired = "The search warrant for %s has expired!",
  15. warrant_required = "You need a warrant in order to be able to open this door.",
  16. warrant_required_unfreeze = "You need a warrant in order to be able to unfreeze this prop.",
  17. warrant_required_unweld = "You need a warrant in order to be able to unweld this prop.",
  18. wanted_by_police = "%s is wanted by the police!\nReason: %s\nOrdered by: %s",
  19. wanted_by_police_print = "%s has made %s wanted, reason: %s",
  20. wanted_expired = "%s is no longer wanted by the Police.",
  21. wanted_revoked = "%s is no longer wanted by the Police.\nRevoked by: %s",
  22. cant_arrest_other_cp = "You cannot arrest other CPs!",
  23. must_be_wanted_for_arrest = "The player must be wanted in order to be able to arrest them.",
  24. cant_arrest_fadmin_jailed = "You cannot arrest a player who has been jailed by an admin.",
  25. cant_arrest_no_jail_pos = "You cannot arrest people since there are no jail positions set!",
  26. cant_arrest_spawning_players = "You cannot arrest players who are spawning.",
  27.  
  28. suspect_doesnt_exist = "Suspect does not exist.",
  29. actor_doesnt_exist = "Actor does not exist.",
  30. get_a_warrant = "get a warrant",
  31. remove_a_warrant = "remove a warrant",
  32. make_someone_wanted = "make someone wanted",
  33. remove_wanted_status = "remove wanted status",
  34. already_a_warrant = "There already is a search warrant for this suspect.",
  35. not_warranted = "There is no search warrant for this person.",
  36. already_wanted = "The suspect is already wanted.",
  37. not_wanted = "The suspect is not wanted.",
  38. need_to_be_cp = "You have to be a member of the police force.",
  39. suspect_must_be_alive_to_do_x = "The suspect must be alive in order to %s.",
  40. suspect_already_arrested = "The suspect is already in jail.",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement