core.EN 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. ; core.EN
  2. ;
  3. ; English translation by Y_Less from #sa-mp
  4. ;
  5. ; Please look at: http://y-less.pastebin.co.uk
  6. ; and: svn://dev.sa-mp.com/sampdev/scripting/YSI
  7. [ysi_properties]
  8. YSI_PROP_NAME = {>GREEN}Property: "%s" Cost: $%d Reward: $%d{RED}
  9. YSI_PROP_BUY_HOUSE = Type "/%n" to buy this house for $%d
  10. YSI_PROP_BUY = Type "/%n" to buy
  11. YSI_PROP_OWN = You already own this property
  12. YSI_PROP_YOURS = This property is owned by you
  13. YSI_PROP_OUT = The {>X11_ALICE_BLUE}"%s" has been bought by %s {SALMON}(%d)
  14. YSI_PROP_OWNER = {>RED}This property is owned by %s (%d){YELLOW}
  15. YSI_PROP_BOUGHT = You bought the "%s" for $%d
  16. YSI_PROP_BOUGHT_HOUSE = {>GREEN}You bought this house for $%d{RED}
  17. YSI_PROP_HOUSE_OWNED = This house is owned by %s
  18. YSI_PROP_NOT = You are not at a valid property
  19. YSI_PROP_CP = You are not at a property checkpoint
  20. YSI_PROP_AFFORD = You cannot afford this property
  21. YSI_PROP_EARNT = You earnt $%d from your properties
  22. YSI_PROP_SELL = Type "/%n %d" to sell this property
  23. YSI_PROP_ANN = ~r~%s bought %s
  24. YSI_PROP_MAX = You cannot buy any more properties.
  25. YSI_PROP_MAX_HOUSE = You cannot buy any more houses.
  26. YSI_PROP_ENTER = Type "/%n" to enter and then "/%n" to leave.
  27. ; You can miss parameters, but only in order from the end
  28. ; YSI_PROP_SELL = Type "/%n %d" to sell this property for $%d
  29. YSI_BUY_HELP@1 = Allows you to buy a property - these earn
  30. YSI_BUY_HELP@2 = you money over time and can be very profitable.
  31. YSI_BUY_HELP@3 = You must be at a valid property to use this command
  32. YSI_BUY_HELP@4 = but you will be told if you're not
  33. YSI_ENTER_HELP@1 = Lets you into one of your houses
  34. YSI_ENTER_HELP@2 = Type this outside to get in
  35. YSI_ENTER_NOT_YOURS = You cannot enter houses you don't own
  36. YSI_ENTER_NO_HOUSE = There is no house here to enter
  37. YSI_EXIT_HELP@1 = Lets you leave your current house
  38. YSI_EXIT_NOT_IN = You are not in a house
  39. YSI_EXIT_NEAR = You must be near the door to leave
  40. YSI_SELL_HELP@1 = Sells a property you own. This may be
  41. YSI_SELL_HELP@2 = at a price less than what you bought it for.
  42. YSI_SELL_HELP@3 = You need to enter the id of a property you own
  43. YSI_SELL_HELP@4 = but you do not need to be at the property
  44. YSI_SELL_NO_ID = You must enter a valid property ID
  45. YSI_SELL_CANT = You can't sell that property
  46. YSI_SELL_OWNER = You do not own this property
  47. YSI_SELL_SOLD = Property sold for $%d
  48. YSI_FORBIDDEN = You are entering a restricted area
  49. YSI_FORBIDDEN@2 = Warning, you are entering %s
  50. YSI_LIST_MULTI = "%s": %d owners
  51. YSI_LIST_FORM = "%s": owner "%s"
  52. YSI_LIST_PAGES = Use "/%n <page>" where <page> is 1 - %d to list
  53. YSI_LIST_MORE = More than 8 properties found
  54. YSI_BANK_NAME = Welcome to the %s bank
  55. YSI_BANK_WELCOME = Welcome to the bank
  56. YSI_BANK_HELP_1 = Type "/%n <amount>" to deposit money
  57. YSI_BANK_HELP_2 = Type "/%n <amount>" to withdraw money
  58. YSI_BANK_HELP_3 = Type "/%n" any time to see you balance
  59. YSI_BANK_BALANCE = Your current balance is $%d
  60. YSI_BANK_NOT = You are not at a bank
  61. YSI_BANK_CP = You must be in a bank checkpoint
  62. YSI_BANK_HELP@1 = Allows you to deposit money into your account
  63. YSI_BANK_HELP@2 = You must have sufficient funds to deposit
  64. YSI_BANK_HELP@3 = required amount and must be at a bank
  65. YSI_BANK_HELP@4 = Usage: "/%n <amount>"
  66. YSI_BANK_BANKED = $%d deposited, new balance $%d
  67. YSI_BANK_INSUFFICIENT = Insufficient funds for transaction
  68. YSI_BAL_HELP = Displays your current bank balance
  69. YSI_WITH_HELP_1 = Allows you to withdraw money from your account
  70. YSI_WITH_HELP_2 = You must have sufficient funds to withdraw
  71. YSI_WITH_HELP_3 = the required amount and must be at a bank
  72. YSI_WITH_HELP_4 = Usage: "/%n <amount>"
  73. YSI_WITHDREW = $%d withdrawn, new balance $%d
  74. YSI_TELS_NAME = Teleported to %s
  75. YSI_TELS_TELE = Teleported
  76. YSI_TELS_MONEY = Insufficient funds, you need $%d to teleport
  77. YSI_AMMU_NO_MONEY = You cannot afford that weapon
  78. YSI_LIST_HELP@1 = Displays a list of properties and their owners
  79. YSI_LIST_HELP@2 = If there are more than 8 properties there are
  80. YSI_LIST_HELP@3 = multiple pages of properties
  81. YSI_LIST_NONE = No properties found
  82. [ysi_race]
  83. YSI_RACE_COUNTDOWN = %d
  84. YSI_RACE_GO = GO GO GO!!!
  85. [ysi_text]
  86. YSI_TEXT_NOT_FOUND = Text string "%s" not found
  87. [ysi_commands]
  88. YSI_COMM_BLEVEL = You cannot use this command
  89. YSI_COMM_LIST = "/%s"
  90. YSI_COMM_PAGES = Use "/%n <page>" where <page> is 1 - %d to list
  91. YSI_COMM_MORE = More than 8 commands found
  92. YSI_COMM_HELP@1 = Displays a list of commands for the script\n
  93. YSI_COMM_HELP@2 = If there are more than 8 there are multiple pages\n
  94. YSI_COMM_HELP@3 = Commands are shown with prefixes and any alternate names
  95. [ysi_langs]
  96. YSI_LANGS_HELP@1 = With no parameters displays a list of languages
  97. YSI_LANGS_HELP@2 = With a parameter sets your languages to the one selected
  98. YSI_LANGS_DISP = Language %d: %s (%s)
  99. YSI_LANGS_MORE = Type "/%n" to again display more languages
  100. YSI_LANGS_SET = Type "/%n <id>" to select a language
  101. YSI_LANGS_DONE = Language set to %d (%s)
  102. YSI_LANGS_INV = Invalid language
  103. [ysi_help]
  104. YSI_HELP_HELP@1 = Displays help on the script or a command.
  105. YSI_HELP_HELP@2 = Type "/%n" for script help, "/%n <command>"
  106. YSI_HELP_HELP@3 = for command help or "/%n" for a command list
  107. YSI_HELP_NOTF = Unknown function, no help available.
  108. YSI_HELP@1 = <Your script name here>\n
  109. YSI_HELP@2 = by <your name here>,\n
  110. YSI_HELP@3 = based on YSI by Alex "Y_Less" Cole. \n
  111. YSI_HELP@4 = Customise this text in core.EN in your\n
  112. YSI_HELP@5 = scriptfiles/YSI folder (default).
  113. ;YSI_HELP@6 = Leave lines blank if you don't need 10 lines and they will be ignored.
  114. ;YSI_HELP@7 = ; This line will not appear at all in the chat box as it's blank (; means comment)
  115. ;YSI_HELP@8 =
  116. ; This line is the only one which can contain the %n data for the commands
  117. ;YSI_HELP@9 = Type: "/%n" for commands and "/%n <command>"
  118. ;YSI_HELP@10 = for help on a specific command (including this one)
  119. [ysi_players]
  120. YSI_LOGIN_HELP@1 = Allows you to log in to the user system using the password you registered with.
  121. YSI_REGISTER_HELP@1 = Allows you to register your nickname with the server. Will ask for, and confirm, a password.
  122. YSI_GROUP_HELP@1 = Allows you to add your current nickname to another
  123. YSI_GROUP_HELP@2 = nickname group so the two nicknames share the same
  124. YSI_GROUP_HELP@3 = stats. use "/%n <nick> <pass>" where <nick> is an
  125. YSI_GROUP_HELP@4 = existing registered nickname and <pass> is it's
  126. YSI_GROUP_HELP@5 = password to join that nickname.
  127. YSI_NSGROUP_PARAMS = Usage: "/%n <registered nick> <nick password>"
  128. YSI_REG_TAKEN = Sorry, this nickname is already registered.
  129. YSI_LOGIN_WRONG = Wrong password.
  130. YSI_LOGIN_INDERR = Index read error, please try again.
  131. YSI_LOGIN_LOGIN = Logged in!
  132. YSI_LOGIN_NOTF = Username not found
  133. YSI_LOGIN_NOLOAD = Error opening data file.
  134. YSI_LOGIN_FAILED = Login refused.
  135. YSI_ADDU_INDER_1 = Add user file error 1.
  136. YSI_ADDU_INDER_2 = Add user file error 2.
  137. YSI_ADDU_SUCC = Registered successfully.
  138. YSI_LOGIN_ENTER = You must enter a password.
  139. YSI_LOGIN_LENGTH = You must enter a password at least 6 characters long.
  140. YSI_LOGIN_ALREADY = You are already logged in.
  141. YSI_LOGIN_OPTS = Login Options
  142. YSI_LOGIN_OPTIONS_A = Login\r\nChange Name\r\nChange Language\r\nQuit
  143. YSI_LOGIN_OPTIONS_B = Register\r\nChange Name\r\nChange Language\r\nQuit
  144. YSI_GROUP_TITLE = Group Names
  145. YSI_GROUP_NAME = Would you like to permanently add this name?
  146. [ysi_groups]
  147. YSI_CONGRP_HELP@1 = Usage: "/%n <playerid> <group> <add>" OR:
  148. YSI_CONGRP_HELP@2 = "/%n <page>"
  149. YSI_CONGRP_HELP@3 = First option to assign a player to a group
  150. YSI_CONGRP_HELP@4 = Second option to view the list of groups
  151. YSI_CONGRP_HELP@5 = If add is 1 they will be added to the specified
  152. YSI_CONGRP_HELP@6 = group, otherwise they'll be removed.
  153. YSI_GROUP_LIST_NAME = Group %d: "%s"
  154. YSI_GROUP_LIST_TEMP = Group %d: <unnamed temp group>
  155. YSI_GROUP_LIST_PAGES = Use "/%n <page>" where <page> is 1 - %d to list
  156. YSI_GROUP_LIST_MORE = More than 8 groups found
  157. YSI_GROUP_LIST_ASS = Or "/%n <playerid> <group> <set>" to assign a group
  158. YSI_CONGRP_ASSIGNED = Player %d's group assigned
  159. YSI_CONGRP_INVALID = Invalid playerid or groupid
  160. [ysi_extras]
  161. YSI_EXTRA_LOGIN_TITLE = Login
  162. YSI_EXTRA_LOGIN_PROMPT = Please enter your password to log in:
  163. YSI_EXTRA_REGISTER_TITLE = Register
  164. YSI_EXTRA_REGISTER_PROMPT = Please enter a password to register:
  165. YSI_EXTRA_REGISTER_MISMATCH = The passwords do not match. Please try again.
  166. YSI_EXTRA_CONFIRM_PROMPT = Please confirm your password:
  167. [ysi_dialog]
  168. DIALOG_ACCEPT = Accept
  169. DIALOG_CANCEL = Cancel
  170. DIALOG_OK = OK
  171. DIALOG_YES = Yes
  172. DIALOG_NO = No
  173. ;DIALOG_OK = OK
  174. DIALOG_CLOSE = Close
  175. DIALOG_BACK = Back
  176. DIALOG_FORWARD = Forward
  177. DIALOG_PREVIOUS = Previous
  178. DIALOG_NEXT = Next
  179. DIALOG_EXIT = Exit
  180. DIALOG_OPTIONS = Options
  181. DIALOG_SELECT = Select
  182. DIALOG_ADD = Add
  183. DIALOG_REMOVE = Remove
  184. DIALOG_QUIT = Quit
  185. DIALOG_NONE =
  186. [ysi_zonenames]
  187. YSI_ZONE_NAME = %s%s