Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.65 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. # %s = data to be supplied by the plugin.
  19.  
  20. # Text colouring
  21. #
  22. # Black = &0, Navy = &1, Green = &2, Blue = &3, Red = &4
  23. # Purple = &5, Gold = &6, LightGray = &7, Gray = &8
  24. # DarkPurple = &9, LightGreen = &a, LightBlue = &b
  25. # Rose = &c, LightPurple = &d, Yellow = &e, White = &f
  26.  
  27. ############################################################
  28. # +------------------------------------------------------+ #
  29. # | Towny chat | #
  30. # +------------------------------------------------------+ #
  31. ############################################################
  32.  
  33. # prefix and postfix modifications made when using town/nation chat
  34.  
  35. default_capital_postfix: ' City'
  36. default_capital_prefix: 'Capital: '
  37.  
  38. default_king_postfix: ''
  39. default_king_prefix: 'King '
  40.  
  41. default_mayor_postfix: ''
  42. default_mayor_prefix: 'Mayor '
  43.  
  44. default_nation_postfix: ' Nation'
  45. default_nation_prefix: ''
  46.  
  47. default_town_postfix: ' Town'
  48. default_town_prefix: ''
  49.  
  50. default_towny_prefix: '&6[Towny] &b'
  51.  
  52. ############################################################
  53. # +------------------------------------------------------+ #
  54. # |help messages | #
  55. # +------------------------------------------------------+ #
  56. ############################################################
  57.  
  58.  
  59. help_0: 'General Towny Help'
  60. help_1: 'Try the following commands to learn more about towny.'
  61. help_2: 'Town Chat'
  62. help_3: 'Nation Chat'
  63.  
  64. town_help_1: 'Your town''s status'
  65. town_help_2: '[mayor]'
  66. town_help_3: 'Selected town''s status'
  67. town_help_4: 'Shortcut to the town''s status of your location.'
  68. town_help_5: 'Teleport to town''s spawn.'
  69. town_help_6: 'New town with you as mayor.'
  70. town_help_7: 'New town with target mayor.'
  71. town_help_8: 'List commands for mayors.'
  72. town_help_9: 'Today''s the day!'
  73.  
  74. mayor_help_3: 'Claim area not attached to town'
  75. mayor_help_4: 'Claim around you to a radius of X'
  76. mayor_help_5: 'Claim to the maximum radius'
  77. mayor_help_6: 'Unclaim this town block'
  78. mayor_help_7: 'Attempt to unclaim around you.'
  79. mayor_help_8: 'Attempt to unclaim all townblocks.'
  80.  
  81. nation_help_1: 'Your nation''s status'
  82. nation_help_2: '[nation]'
  83. nation_help_3: 'Target nation''s status'
  84. nation_help_4: 'List all nations'
  85. nation_help_5: 'Leave your nation'
  86. nation_help_6: 'Create a new nation'
  87. nation_help_7: 'List the king commands'
  88. nation_help_8: 'Create a new nation'
  89.  
  90. king_help_1: 'Nation King Help'
  91. king_help_2: 'Set your alliance.'
  92. king_help_3: 'Set your enemies.'
  93.  
  94. res_1: 'Your status'
  95. res_2: '[resident]'
  96. res_3: 'Target player''s status'
  97. res_4: 'List all active players'
  98. res_5: 'for help'
  99. res_6: 'Online match'
  100. res_7: 'Exact name'
  101.  
  102. mode_1: 'Show the map between each townblock'
  103. mode_2: 'Attempt to claim as you walk'
  104. mode_3: 'Attempt to unclaim as you walk'
  105.  
  106. plot_perms: 'Use %s instead of %s for plot permissions.'
  107. plot_perms_1: 'Resident plots don''t make use of outsider permissions.'
  108.  
  109. res_list: 'Residents'
  110. res_sing: 'Resident'
  111. mayor_sing: 'Mayor'
  112. admin_sing: 'Admin'
  113. nation_sing: 'Nation'
  114. nation_plu: 'Nations'
  115. king_sing: 'King'
  116. town_plu: 'Towns'
  117. world_plu: 'Worlds'
  118. world_sing: 'World'
  119.  
  120. world_help_1: 'Current world''s status'
  121. world_help_2: '[world]'
  122. world_help_3: 'Target worlds''s status'
  123. world_help_4: 'List all worlds'
  124.  
  125. townyadmin_help_1: 'Unclaim this town block'
  126. townyadmin_help_2: 'Attempt to unclaim around you.'
  127.  
  128. ta_panel_1: 'Towny Admin Panel'
  129. ta_panel_2: 'WarTime: '
  130. ta_panel_3: 'Health Regen: '
  131. ta_panel_4: 'Mob Removal: '
  132. ta_panel_5: 'Daily: '
  133. ta_panel_6: 'Economy: '
  134. ta_panel_7: 'Bank Accounts: '
  135. ta_panel_8: 'Server'
  136. ta_panel_9: 'Memory: '
  137. ta_panel_10: 'Threads: '
  138. ta_panel_11: 'Time: '
  139.  
  140. admin_panel_1: 'Admin panel'
  141. admin_panel_2: 'reload Towny'
  142. admin_panel_3: 'Run the new day code'
  143.  
  144. msg_block_claim: 'Claim this town block'
  145. msg_plot_nfs: 'Take down a plot for sale'
  146. msg_nfs_abr: '&e''fs'' and ''nfs'' are accepted abreviations for ''forsale'' and ''notforsale''.'
  147. msg_plot_fs: 'Put this area up for auction.'
  148.  
  149. ############################################################
  150. # +------------------------------------------------------+ #
  151. # | Messages | #
  152. # +------------------------------------------------------+ #
  153. ############################################################
  154.  
  155. unclaimed_plot_name: 'Unowned'
  156. unclaimed_zone_name: 'Wilderness'
  157.  
  158. for_sale: '[For Sale: %s]'
  159.  
  160. msg_buy_resident_plot: '&b%s bought %s''s plot!'
  161. msg_couldnt_pay_taxes: '&b%s couldn''t pay taxes and was kicked from the %s.'
  162. msg_couldnt_pay_plot_taxes: '&b%s couldn''t pay taxes and lost ownership over a plot.'
  163. msg_payed_town_tax: '&bPayed town tax of '
  164. msg_payed_plot_cost: '&bPayed %s for %s plots in %s'
  165. msg_payed_resident_tax: '&bPayed resident tax of '
  166. msg_bankrupt_town: ' couldn''t afford to remain a town.'
  167. msg_bankrupt_nation: ' couldn''t afford to remain a nation.'
  168. msg_nation_not_neutral: '&bNation couldn''t afford it''s neutral state.'
  169. msg_nation_cant_neutral: '&bNation couldn''t afford to become a neutral nation.'
  170. msg_neutral_disabled: '&bNation neutrality is disabled globally.'
  171. msg_you_paid: '&bYou paid %s to set neutral status.'
  172. msg_nation_set_neutral: '&bSuccessfully changed nation''s neutrality.'
  173. msg_nation_allow_neutral: '&bNation permissions to remain neutral are now: %s'
  174. msg_nation_neutral: '&bYour nation is now'
  175. msg_tax_exempt: '&bTown staff are exempt from taxes.'
  176. msg_del_nation: '&bThe nation %s was disbanded!'
  177. msg_del_resident: '&b%s lost all his Towny data!'
  178. msg_del_town: '&bThe town of %s fell into ruin!'
  179. msg_join_nation: '&bThe town of %s joined the nation!'
  180. msg_join_town: '&b%s joined the town!'
  181. msg_friend_add: '&b%s added you as a friend.'
  182. msg_friend_remove: '&b%s removed you as a friend.'
  183. msg_removed: '&bRemoved '
  184. msg_from_list: 'from your friend list.'
  185. msg_to_list: 'to your friend list.'
  186. msg_left_town: '&b%s left town'
  187. msg_you_left: '&bYou left %s.'
  188. msg_not_mayor: '&bYou are not the mayor.'
  189. msg_not_king: '&bYou are not the king.'
  190. msg_not_mayor_ass: '&bYou are not the mayor or an assistant.'
  191. msg_not_king_ass: '&bYou are not the king or an assistant.'
  192. msg_no_perms_claim: '&bYou do not have permission to expand your town.'
  193. msg_outpost_disable: '&bOutposts are not available.'
  194. msg_kicked_by: '&bYou were kicked from town by %s.'
  195. msg_kicked: '&b%s kicked %s from town.'
  196. msg_nation_kicked_by: '&bYour town was kicked from the nation by %s.'
  197. msg_town_left_nation: '&bYour town left the nation of %s.'
  198. msg_nation_town_left: '&bThe town of %s left your nation.'
  199. msg_nation_kicked: '&b%s kicked %s from the nation.'
  200. msg_raised_ass: '&b%s raised %s to %s assistants.'
  201. msg_lowered_to_res_by: '&bYou were demoted to a regular resident by %s.'
  202. msg_lowered_to_res: '&b%s demoted %s to regular resident.'
  203. msg_invalid_name: '&bNone of those names were valid.'
  204. msg_invited_join_town: '&b%s invited %sto town.'
  205. msg_invited_join_nation: '&b%s invited %sto the nation.'
  206. msg_deny_invite: '&b%s denied your invite.'
  207. msg_invited: '&bYou''ve been invited to join %s.'
  208.  
  209. msg_allied_nations: '&b%s allied with the nations %s.'
  210. msg_broke_alliance: '&b%s broke their alliance with the nations %s.'
  211. msg_enemy_nations: '&b%s developed a hatred for the nations %s.'
  212. msg_enemy_to_neutral: '&b%s has changed it''s status to neutral towards %s.'
  213. msg_added_ally: '&b%s allied with your nation.'
  214. msg_removed_ally: '&b%s canceled the alliance with your nation.'
  215. msg_added_enemy: '&b%s has developed a hatred towards your nation.'
  216. msg_removed_enemy: '&b%s has become peaceful towards your nation.'
  217.  
  218. msg_claimed: '&2Successfully claimed'
  219. msg_unclaimed: '&2Successfully unclaimed'
  220. msg_not_claimable: '&cThis world is not claimable.'
  221. msg_abandoned_area: '&bAbandoned area %s'
  222. msg_admin_unclaim_area: '&cForcefully unclaimed area %s'
  223. msg_abandoned_area_1: '&bYour town abadoned the area'
  224. msg_not_town: '&cSelected area is not part of your town.'
  225. msg_no_money_purchase_plot: '&cYou don''t have enough money to purchase this plot.'
  226. msg_town_no_money_purchase_plot: '&cThe town doesn''t have enough money to purchase back this plot.'
  227. msg_no_funds_new_town: '&c%s can''t afford to settle a new town here.'
  228. msg_no_funds_claim: '&cTown cannot afford to claim %s town blocks costing %s. Add more money into the town bank.'
  229. msg_annexed_area: '&2Annexed area %s'
  230. msg_max_plot_own: '&cYou cannot own more than %s plots.'
  231. msg_no_funds_new_nation: '&cThe town can''t afford to start a new nation.'
  232. msg_already_claimed: '&cThis area has already been claimed by: %s'
  233. msg_already_claimed_1: '&cThis area (%s) already belongs to someone.'
  234. msg_already_claimed_2: '&cThis area has already been claimed.'
  235. msg_too_close: '&cThis area is too close to another town.'
  236. msg_not_claimed: '&bThis area (%s) hasn''t been claimed.'
  237. msg_not_claimed_1: '&bThis area had not been claimed.'
  238. msg_not_own_area: '&cYou do not own the selected area.'
  239. msg_not_own_place: '&bThis place is not owned by anyone.'
  240. msg_area_not_own: '&cThis area does not belong to you.'
  241. msg_area_not_recog: '&cThis area isn''t recognized by Towny.'
  242. msg_specify_name: '&bSpecify town name'
  243. msg_specify_nation_name: '&bSpecify nation name'
  244. msg_peasant_right: '&bA peasant hasn''t the right to force his leaders into the throne.'
  245. msg_cost_spawn: '&bYou were charged %s to teleport to the town''s spawn.'
  246. msg_town_rename_disabled: '&bTown Renaming Disabled'
  247. msg_town_set_name: '&b%s renamed town to %s.'
  248. msg_nation_set_name: '&b%s renamed nation to %s.'
  249.  
  250. msg_changed_pvp: '&cTown PVP has been %s.'
  251. msg_changed_public: '&cThe Town''s public status is now %s.'
  252. msg_changed_expl: '&cExplosions in town are now %s.'
  253. msg_changed_fire: '&cFirespread in town is now %s.'
  254.  
  255. msg_world_pvp: '&cThis world is PvP only.'
  256. msg_reloaded: '&2Towny''s settings were reloaded.'
  257. msg_give_total: '&bGave %s bonus. (Total: %s)'
  258. mag_backup_success: '&2Backup successful.'
  259. msg_xx_withdrew_xx: '&b%s withdrew %s from the %s bank.'
  260. msg_xx_deposited_xx: '&b%s deposited %s into the %s bank.'
  261. msg_insuf_funds: '&cYou don''t have that much.'
  262.  
  263. msg_set_town_home: '&bSuccessfully changed town''s home block to %s'
  264. msg_set_town_spawn: '&bSuccessfully changed town''s spawn.'
  265.  
  266. msg_set_perms: '&bSuccessfully changed permissions to %s.'
  267. msg_set_claim: '&bSuccessfully changed %s''s claimability to %s'
  268. msg_set_pvp: '&bSuccessfully changed %s''s PvP to %s'
  269. msg_usedefault: '&bThis world (%s) is now using the global default settings.'
  270. msg_set_wild_perms: '&bSuccessfully changed %s''s wild permissions %s'
  271. msg_set_wild_ignore: '&bSuccessfully changed %s''s wild ignore blocks to %s'
  272. msg_set_wild_name: '&bSuccessfully changed %s''s wild name to %s'
  273. msg_set_use_towny_on: '&bThis world now follows towny rules.'
  274. msg_set_use_towny_off: '&cThis world is exempt of all towny interactions.'
  275.  
  276. msg_error_must_be_int: '&bAmount must be an integer.'
  277. msg_must_specify_amnt: '&bMust specify amount. Eg: %s withdraw 54'
  278. msg_town_set_tax: '&b%s has set the daily resident tax at %s'
  279. msg_town_set_plottax: '&b%s has set the daily tax of plots at %s'
  280. msg_town_set_plotprice: '&b%s has set the price of plots at %s'
  281. msg_town_set_nation_tax: '&b%s has set the nation tax at %s'
  282.  
  283. msg_mayor_abandon: '&bYou would abandon your people? Choose another mayor with ''/town set mayor'' if your sure.'
  284. msg_new_day_tax: '&bA new day is here! Taxes and rent have been collected'
  285. msg_new_day: '&bA new day is here!'
  286. msg_new_king: '&b%s is now the king!'
  287. msg_new_mayor: '&b%s is now the mayor!'
  288. msg_new_nation: '&b%s created a new nation called %s'
  289. msg_new_town: '&b%s created a new town called %s'
  290. msg_plot_for_sale: '&b%s put the plot (%s) up for sale!'
  291. msg_registration: '&eWelcome %s to the server!'
  292. msg_registration_old: '&eWelcome this is your first login.@You''ve successfully been registered!@Try the /towny command for more help.'
  293. msg_war_eliminated: '&6[War] &b%s was eliminated from the war.'
  294. msg_war_forfeited: '&6[War] &b%s forfeited.'
  295. msg_war_join: '&6[War] &b%s joined the fight!'
  296. msg_war_join_forced: '&6[War] The nation of &b%s has been forced into war due to global settings!'
  297. msg_war_join_nation: '&6[War] The nation of &b%s has joined the war!'
  298. msg_war_lose_block: '(%s) belonging to %s has fallen.'
  299. msg_war_score: '&6[War] &b%s scored %d points!'
  300. msg_war_cannot_do: '&cYou cannot do this when the world is at war.'
  301. msg_war_in_progress: '&cWar already in progress.'
  302. msg_war_started: '&eStarted the war countdown.'
  303. msg_war_ended: '&eEnded the current war.'
  304.  
  305. msg_cache_block_error: '&cYou have not been registered with Towny. Try relogging.'
  306. msg_cache_block_error_wild: '&cNot allowed to %s in the wild.'
  307. msg_cache_block_error_plot: '&cOwner doesn''t allow %s to %s here.'
  308. msg_cache_block_error_town_resident: '&cResidents aren''t allowed to %s here.'
  309. msg_cache_block_error_town_allies: '&cAllies aren''t allowed to %s.'
  310. msg_cache_block_error_town_outsider: '&cOutsiders aren''t allowed to %s.'
  311.  
  312. msg_err_cant_afford_tp_town: '&cCannot afford to teleport to %s.'
  313. msg_err_not_public: '&cThat town is not public.'
  314. msg_err_town_spawn_forbidden: '&cTown spawn travel is forbidden.'
  315. msg_err_cant_afford_tp: '&bCannot afford to teleport to your town''s spawn.'
  316. msg_err_plot_nfs: '&cThis plot is not for sale.'
  317. msg_err_not_part_town: '&cSelected area is not part of your town.'
  318. msg_err_not_attached_edge: '&cSelected area not attached to edge.'
  319. msg_err_not_enough_blocks: '&cNot enough available town blocks to claim this selection.'
  320. msg_err_cant_afford_blocks: '&cTown cannot afford to claim %s town blocks costing %s'
  321. msg_err_not_in_town_claim: '&cYou must belong to a town in order to claim plots.'
  322. msg_err_must_belong_town: '&cYou must belong to a town.'
  323. msg_err_dont_belong_town: '&cYou don''t belong to a town.'
  324. msg_err_dont_belong_nation: '&bYou don''t belong to a nation.'
  325. msg_err_rect_auto: '&cOnly towns can use auto.'
  326. msg_err_invalid_radius: '&cInvalid radius. Use an integer or ''auto''.'
  327. msg_err_not_configured: '&cThis world has not been configured by Towny.'
  328. msg_err_updating_item_perms: '&cError updating item use permissions cache.'
  329. msg_err_updating_switch_perms: '&cError updating switch permissions cache.'
  330. msg_err_updating_destroy_perms: '&cError updating destroy permissions cache.'
  331. msg_err_updating_build_perms: '&cError updating build permissions cache.'
  332. msg_err_admin_only: '&cOnly an admin can use this command.'
  333. msg_err_admin_only_delete: '&cOnly an admin can delete other resident data.'
  334. msg_err_admin_only_delete_town: '&cOnly an admin can delete other town data.'
  335. msg_err_admin_only_delete_nation: '&cOnly an admin can delete other nation data.'
  336. msg_err_not_registered: '&cYou are not registered'
  337. msg_err_not_registered_1: '&c%s is not registered'
  338. msg_err_invalid_name: '&c%s is an invalid name.'
  339. msg_err_already_res: '&c%s already belongs to a town.'
  340. msg_err_already_nation: '&cTarget town already belongs to a nation.'
  341. msg_err_invalid_property: '&cInvalid %s property.'
  342. msg_err_not_supported: '&cNot yet supported.'
  343. msg_err_invalid_input: '&cInvalid input. Use %s'
  344. msg_err_invalid_choice: '&cInvalid choice'
  345. msg_err_invalid_sub: '&cInvalid sub command.'
  346. msg_err_command_disable: '&cCommand disabled: Using permissions.'
  347. msg_err_universe_limit: '&cThe universe cannot hold any more towns.'
  348. msg_err_too_many_npc: '&cToo many npc''s registered.'
  349. msg_err_negative_money: '&cNegative money is stupid. Weirdo.'
  350.  
  351. # these messages are only used if town/nation creation is set to admins only
  352.  
  353. msg_admin_only_create_nation: '&cOnly admins are allowed to create nations.'
  354. msg_admin_only_create_town: '&cOnly admins are allowed to create towns.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement