Guest User

Untitled

a guest
Oct 21st, 2017
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.81 KB | None | 0 0
  1. name: Towny
  2. version: 0.01
  3. language: english
  4. author: ElgarL
  5. website:
  6. description:
  7. - Language file for all game messages.
  8. - Alternate language files can be enabled by altering the
  9. - [language] entry in config.yml
  10.  
  11. #
  12. #
  13. # You MUST retain spacing in the texts.
  14. # If a text begins with a space, it must remain that way.
  15. # If it ends with a space, it must remain that way.
  16. #
  17. #
  18.  
  19. ############################################################
  20. # +------------------------------------------------------+ #
  21. # | Towny chat | #
  22. # +------------------------------------------------------+ #
  23. ############################################################
  24.  
  25. # prefix and postfix modifications made when using town/nation chat
  26. chat:
  27.  
  28. default_capital_postfix: ' City'
  29. default_capital_prefix: 'Capital: '
  30.  
  31. default_king_postfix: ''
  32. default_king_prefix: 'King '
  33.  
  34. default_mayor_postfix: ''
  35. default_mayor_prefix: 'Mayor '
  36.  
  37. default_nation_postfix: ' Nation'
  38. default_nation_prefix: ''
  39.  
  40. default_town_postfix: ' Town'
  41. default_town_prefix: ''
  42.  
  43. ############################################################
  44. # +------------------------------------------------------+ #
  45. # | help messages | #
  46. # +------------------------------------------------------+ #
  47. ############################################################
  48.  
  49. help:
  50.  
  51. help_0: 'General Towny Help'
  52. help_1: 'Try the following commands to learn more about towny.'
  53. help_2: 'Town Chat'
  54. help_3: 'Nation Chat'
  55.  
  56. town_help_1: 'Your town''s status'
  57. town_help_2: '[mayor]'
  58. town_help_3: 'Selected town''s status'
  59. town_help_4: 'Shortcut to the town''s status of your location.'
  60. town_help_5: 'Teleport to town''s spawn.'
  61. town_help_6: 'New town with you as mayor.'
  62. town_help_7: 'New town with target mayor.'
  63. town_help_8: 'List commands for mayors.'
  64. town_help_9: 'Today''s the day!'
  65.  
  66. mayor_help_1: 'for help'
  67. mayor_help_2: 'Claim this town block'
  68. mayor_help_3: 'Claim area not attached to town'
  69. mayor_help_4: 'Claim around you'
  70. mayor_help_5: 'Determine the maximum radius'
  71. mayor_help_6: 'Unclaim this town block'
  72. mayor_help_7: 'Attempt to unclaim around you.'
  73. mayor_help_8: 'Attempt to unclaim all townblocks.'
  74.  
  75.  
  76. res_1: 'Your status'
  77. res_2: '[resident]'
  78. res_3: 'Target player''s status'
  79. res_4: 'List all active players'
  80. res_5: 'for help'
  81. res_6: 'Online match'
  82. res_7: 'Exact name'
  83.  
  84. mode_1: 'Show the map between each townblock'
  85. mode_2: 'Attempt to claim as you walk'
  86. mode_3: 'Attempt to unclaim as you walk'
  87.  
  88. plot_perms: 'Use %s instead of %s for plot permissions.'
  89. plot_perms_1: 'Resident plots don''t make use of outsider permissions.'
  90.  
  91. res_list: 'Residents'
  92. res_sing: 'Resident'
  93. mayor_sing: 'Mayor'
  94. admin_sing: 'Admin'
  95. town_plu: 'Towns'
  96.  
  97.  
  98.  
  99. ############################################################
  100. # +------------------------------------------------------+ #
  101. # | Messages | #
  102. # +------------------------------------------------------+ #
  103. ############################################################
  104.  
  105. messages:
  106. # %s = data to be supplied by the plugin.
  107.  
  108. unclaimed_plot_name: 'Unowned'
  109. unclaimed_zone_name: 'Wilderness'
  110.  
  111. For_Sale: '[For Sale: %s]'
  112.  
  113. msg_buy_resident_plot: '&6[Towny] &b%s bought %s''s plot!'
  114. msg_couldnt_pay_taxes: '&6[Towny] &b%s couldn''t pay taxes%s'
  115. msg_couldnt_pay_nation_taxes_suffix: ', and was kicked from the nation.'
  116. msg_couldnt_pay_town_taxes_suffix: ', and was kicked from the town.'
  117. msg_couldnt_pay_taxes_suffix: ', and lost ownership over a plot.'
  118. msg_payed_town_tax: 'Payed town tax of '
  119. msg_payed_plot_cost: 'Payed %s for %s plots in %s'
  120. msg_payed_resident_tax: 'Payed resident tax of '
  121. msg_bankrupt_town: ' couldn''t afford to remain a town.'
  122. msg_bankrupt_nation: ' couldn''t afford to remain a nation.'
  123. msg_nation_not_neutral: 'Nation couldn''t afford it''s neutral state.'
  124. msg_tax_exempt: 'Town staff are exempt from taxes.'
  125. msg_del_nation: '&6[Towny] &bThe nation %s was disbanded!'
  126. msg_del_resident: '&6[Towny] &b%s lost all his Towny data!'
  127. msg_del_town: '&6[Towny] &bThe town of %s fell into ruin!'
  128. msg_join_nation: '&6[Towny] &b%s joined the nation!'
  129. msg_join_town: '&6[Towny] &b%s joined town!'
  130. msg_friend_add: '%s added you as a friend.'
  131. msg_friend_remove: '%s removed you as a friend.'
  132. msg_removed: 'Removed '
  133. msg_from_list: 'from your friend list.'
  134. msg_left_town: '%s left town'
  135. msg_you_left: 'You left %s.'
  136. msg_not_mayor: 'You are not the mayor.'
  137. msg_not_mayor_ass: 'You are not the mayor or an assistant.'
  138. msg_no_perms_claim: 'You do not have permission to expand your town.'
  139. msg_outpost_disable: 'Outposts are not available.'
  140. msg_kicked_by: 'You were kicked from town by %s.'
  141. msg_kicked: '%s kicked %s from town.'
  142. msg_raised_ass: '%s raised %s to town assistants.'
  143. msg_lowered_to_res_by: 'You were lowered to a regular resident by %s.'
  144. msg_lowered_to_res: '%s removed %s to regular resident.'
  145. msg_invalid_name: 'None of those names were valid.'
  146. msg_invited_join_town: '%s invited %s, to town.'
  147. msg_deny_invite: '%s denied your invite.'
  148. msg_invited: 'You''ve been invited to join %s.'
  149. msg_block_claim: 'Claim this town block'
  150. msg_plot_nfs: 'Take down a plot for sale'
  151. msg_plot_fs: 'Put this area up for auction.'
  152. msg_claimed: 'Successfully claimed'
  153. msg_not_claimable: 'This world is not claimable.'
  154. msg_err_rect_auto: 'Only towns can use rect auto.'
  155. msg_err_invalid_radius: 'Invalid radius. Use an integer or ''auto''.'
  156. msg_abandoned_area: 'Abandoned area %s'
  157. msg_abandoned_area_1: 'Your town abadoned the area'
  158. msg_not_town: 'Selected area is not part of your town.'
  159. msg_no_money_purchase_plot: 'You don''t have enough money to purchase this plot.'
  160. msg_town_no_money_purchase_plot: 'The town doesn''t have enough money to purchase back this plot.'
  161. msg_no_funds_new_town: '%s can''t afford to settle a new town here.'
  162. msg_no_funds_claim: 'Town cannot afford to claim %s town blocks costing %s. Add more money into the town bank.'
  163. msg_annexed_area: 'Annexed area %s'
  164. msg_max_plot_own: 'You cannot own more than %s plots.'
  165. msg_already_claimed: 'This area has already been claimed by: %s'
  166. msg_already_claimed_1: 'This area (%s) already belongs to someone.'
  167. msg_already_claimed_2: 'This area has already been claimed.'
  168. msg_too_close: 'This area is too close to another town.'
  169. msg_not_claimed: 'This area (%s) hasn''t been claimed.'
  170. msg_not_claimed_1: 'This area had not been claimed.'
  171. msg_err_plot_nfs: 'This plot is not for sale.'
  172. msg_err_not_part_town: 'Selected area is not part of your town.'
  173. msg_err_not_attached_edge: 'Selected area not attached to edge.'
  174. msg_err_not_enough_blocks: 'Not enough available town blocks to claim this selection.'
  175. msg_err_cant_afford_blocks: 'Town cannot afford to claim %s town blocks costing %s'
  176. msg_err_not_in_town_claim: 'You must belong to a town in order to claim plots.'
  177. msg_err_must_belong_town: 'You must belong to a town.'
  178. msg_err_dont_belong_town: 'You don''t belong to a town.'
  179. msg_not_own_area: 'You do not own the selected area.'
  180. msg_not_own_place: 'This place is not owned by anyone.'
  181. msg_area_not_own: 'This area does not belong to you.'
  182. msg_specify_name: 'Specify town name'
  183. msg_err_town_spawn_forbidden: 'Town spawn travel is forbidden.'
  184. msg_err_cant_afford_tp: 'Cannot afford to teleport to your town''s spawn.'
  185. msg_err_cant_afford_tp_town: 'Cannot afford to teleport to %s.'
  186. msg_err_not_public: 'That town is not public.'
  187. msg_town_rename_disabled: 'Town Renaming Disabled'
  188.  
  189. msg_set_town_home: 'Successfully changed town''s home block to %s'
  190. msg_set_town_spawn: 'Successfully changed town''s spawn.'
  191. msg_set_town_pvp: 'Successfully changed town''s pvp setting.'
  192. msg_set_town_public: 'Successfully set town Public: %s'
  193. msg_set_perms: 'Successfully changed permissions to %s.'
  194.  
  195. msg_world_pvp: 'This world is PvP only.'
  196.  
  197. msg_error_must_be_int: 'Amount must be an integer.'
  198. msg_must_specify_amnt: 'Must specify amount. Eg: %s withdraw 54'
  199. msg_town_set_tax: '%s has set the daily resident tax at %s'
  200. msg_town_set_plottax: '%s has set the daily tax of plots at %s'
  201. msg_town_set_plotprice: '%s has set the price of plots at %s'
  202.  
  203. msg_mayor_abandon: '&6[Towny] &bYou would abandon your people? Choose another mayor with ''/town set mayor'' if your sure.'
  204. msg_new_day: '&6[Towny] &bA new day is here! Taxes and rent has been collected'
  205. msg_new_king: '&6[Towny] &b%s is now the king!'
  206. msg_new_mayor: '&6[Towny] &b%s is now the mayor!'
  207. msg_new_nation: '&6[Towny] &b%s created a new nation called %s'
  208. msg_new_town: '&6[Towny] &b%s created a new town called %s'
  209. msg_plot_for_sale: '&6[Towny] &b%s put the plot (%s) up for sale!'
  210. msg_registration: '&dWelcome %s to the server!'
  211. msg_registration_old: '&6[Towny] &bWelcome this is your first login.@&6[Towny] &bYou''ve successfully been registered!@&6[Towny] &bTry the /towny command for more help.'
  212. msg_war_eliminated: '&6[Towny] &b%s was eliminated from the war.'
  213. msg_war_forfeited: '&6[Towny] &b%s forfeited.'
  214. msg_war_join: '&6[Towny] &b%s joined the fight!'
  215. msg_war_lose_block: '&6[Towny] &b(%s) belonging to %s has fallen.'
  216. msg_war_score: '&6[War] &b%s scored %d points!'
  217. msg_war_cannot_do: 'You cannot do this when the world is at war.'
  218.  
  219. # these messages are only used if town/nation creation is set to admins only
  220.  
  221. msg_admin_only_create_nation: '&6[Towny] &bOnly admins are allowed to create nations.'
  222. msg_admin_only_create_town: '&6[Towny] &bOnly admins are allowed to create towns.'
  223.  
  224. msg_cache_block_error: 'You have not been registered with Towny. Try relogging.'
  225. msg_cache_Block_Error_plot_wild: 'Not allowed to %s in the wild.'
  226. msg_cache_Block_Error_plot_friend: 'Owner doesn''t allow allies to %s here.'
  227. msg_cache_Block_Error_plot_allies: 'Owner doesn''t allow allies to %s here.'
  228. msg_cache_Block_Error_plot_outsider: 'Owner doesn''t allow outsiders to %s here.'
  229. msg_cache_Block_Error_town_resident: 'Residents aren''t allowed to %s here.'
  230. msg_cache_Block_Error_town_allies: 'Allies aren''t allowed to %s.'
  231. msg_cache_Block_Error_town_outsider: 'Outsiders aren''t allowed to %s.'
  232.  
  233. msg_err_not_configured: 'This world has not been configured by Towny.'
  234. msg_err_updating_item_perms: 'Error updating item use permissions cache.'
  235. msg_err_updating_switch_perms: 'Error updating switch permissions cache.'
  236. msg_err_updating_destroy_perms: 'Error updating destroy permissions cache.'
  237. msg_err_updating_build_perms: 'Error updating build permissions cache.'
  238. msg_err_admin_only: 'Only an admin can use this command.'
  239. msg_err_admin_only_delete: 'Only an admin can delete other resident data.'
  240. msg_err_not_registered: 'You are not registered'
  241. msg_err_not_registered_1: '%s is not registered'
  242. msg_err_invalid_name: '%s is an invalid name.'
  243. msg_err_already_res: '%s already belongs to a town.'
  244. msg_err_invalid_property: 'Invalid town property.'
  245. msg_err_not_supported: 'Not yet supported.'
  246. msg_err_invalid_input: 'Invalid input. Use %s'
  247. msg_err_universe_limit: 'The universe cannot hold any more towns.'
  248.  
  249. msg_err_negative_money: 'Negative money is stupid. Weirdo.'
  250. msg_xx_withdrew_xx: '%s withdrew %s from the town bank.'
  251. msg_xx_deposited_xx: '%s deposited %s into the town bank.'
  252. msg_insuf_funds: 'You don''t have that much.'
Add Comment
Please, Sign In to add comment