Guest User

Untitled

a guest
Mar 25th, 2020
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Translation Id="bl_usage" Value="Usage: /checkbuildlimit &lt;id | all | filter | barricade | structure&gt; [filter name]" />
  4. <Translation Id="bl_success" Value="Your total build limit status: {0}/{1}" />
  5. <Translation Id="bl_success_id" Value="ID {2} build limit status: {0}/{1}" />
  6. <Translation Id="bl_success_filter" Value="Filter {2} build limit status: {0}/{1}" />
  7. <Translation Id="bl_success_barricade" Value="Barricade build limit status: {0}/{1}" />
  8. <Translation Id="bl_success_structure" Value="Structure build limit status: {0}/{1}" />
  9. <Translation Id="limit_reach" Value="You have reached max build limit ({0} buildables)!" />
  10. <Translation Id="limit_reach_id" Value="You have reached max build of this item (ID: {0}) limit! ({1} buildables)" />
  11. <Translation Id="limit_reach_filter" Value="You have reached max build of {0} limit! ({1} buildables)" />
  12. <Translation Id="limit_reach_barricade" Value="You have reached max build of barricade limit! ({0} buildables)" />
  13. <Translation Id="limit_reach_structure" Value="You have reached max build of structure limit! ({0} buildables)" />
  14. <Translation Id="group_bl_usage" Value="Usage: /groupcheckbuildlimit &lt;id | all | filter | barricade | structure&gt; [filter name]" />
  15. <Translation Id="group_bl_success" Value="Your group total build limit status: {0}/{1}" />
  16. <Translation Id="group_bl_success_id" Value="Your group ID {2} build limit status: {0}/{1}" />
  17. <Translation Id="group_bl_success_filter" Value="Your group Filter {2} build limit status: {0}/{1}" />
  18. <Translation Id="group_bl_success_barricade" Value="Your group Barricade build limit status: {0}/{1}" />
  19. <Translation Id="group_bl_success_structure" Value="Your group Structure build limit status: {0}/{1}" />
  20. <Translation Id="group_limit_reach" Value="Your group have reached max build limit ({0} buildables)!" />
  21. <Translation Id="group_limit_reach_id" Value="Your group have reached max build of this item (ID: {0}) limit! ({1} buildables)" />
  22. <Translation Id="group_limit_reach_filter" Value="Your group have reached max build of {0} limit! ({1} buildables)" />
  23. <Translation Id="group_limit_reach_barricade" Value="Your group have reached max build of barricade limit! ({0} buildables)" />
  24. <Translation Id="group_limit_reach_structure" Value="Your group have reached max build of structure limit! ({0} buildables)" />
  25. <Translation Id="steam_group_bl_usage" Value="Usage: /steamgroupcheckbuildlimit &lt;id | all | filter | barricade | structure&gt; [filter name]" />
  26. <Translation Id="steam_group_bl_success" Value="Your Steam group total build limit status: {0}/{1}" />
  27. <Translation Id="steam_group_bl_success_id" Value="Your Steam group ID {2} build limit status: {0}/{1}" />
  28. <Translation Id="steam_group_bl_success_filter" Value="Your Steam group Filter {2} build limit status: {0}/{1}" />
  29. <Translation Id="steam_group_bl_success_barricade" Value="Your Steam group Barricade build limit status: {0}/{1}" />
  30. <Translation Id="steam_group_bl_success_structure" Value="Your Steam group Structure build limit status: {0}/{1}" />
  31. <Translation Id="steam_group_limit_reach" Value="Your Steam group have reached max build limit ({0} buildables)!" />
  32. <Translation Id="steam_group_limit_reach_id" Value="Your Steam group have reached max build of this item (ID: {0}) limit! ({1} buildables)" />
  33. <Translation Id="steam_group_limit_reach_filter" Value="Your Steam group have reached max build of {0} limit! ({1} buildables)" />
  34. <Translation Id="steam_group_limit_reach_barricade" Value="Your Steam group have reached max build of barricade limit! ({0} buildables)" />
  35. <Translation Id="steam_group_limit_reach_structure" Value="Your Steam group have reached max build of structure limit! ({0} buildables)" />
  36. <Translation Id="underwater_build" Value="Underwater build is not allowed!" />
  37. <Translation Id="vehicle_build" Value="Vehicle build is not allowed!" />
  38. <Translation Id="wrong_permission_format" Value="Your build limit permission format is not valid. Please correct this permission: {0}" />
  39. </Translations>
Advertisement
Add Comment
Please, Sign In to add comment