Advertisement
Johnanater

[OpenMod] PermaStructures Translations - 2.0.0

May 15th, 2021
1,488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.61 KB | None | 0 0
  1. # PermaStructures Translations
  2. # By Johnanater
  3.  
  4. # Messages
  5. cannot_damage: "You cannot damage this permanent buildable!"
  6.  
  7. # Commands
  8. set_perma: "Set buildable {BuildableId} to be permanent!"
  9. remove_perma: "Removed buildable {BuildableId} from being permanent!"
  10.  
  11. # Errors
  12. add_perma_already_added: "Could not add buildable, it is already permanent!"
  13. add_perma_cannot_get_info: "Could not get information for that buildable!"
  14. remove_perma_not_found: "Could not remove buildable, it is not permanent!"
  15. remove_perma_failed: "Could not remove buildable!"
  16. not_looking_at_buildable: "You are not looking at a buildable!"
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement