mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-20 03:39:16 +12:00
Fix inconsistancies- Add f12 shortcut,
This commit is contained in:
parent
72420c8e3c
commit
852b5f33ec
8 changed files with 176 additions and 47 deletions
|
@ -57,7 +57,7 @@
|
|||
"prof_reasons":{
|
||||
"profanity":"Profanity detected.",
|
||||
"personal_info":"No giving out personal info/websites.",
|
||||
}
|
||||
},
|
||||
"private_notes_save":"Saved Private Notes.",
|
||||
"buddy_request":"Attempting to Add Buddy. The other player must click ADD BUDDY as well. (Many players reserve this for just a couple players so don't feel insulted if they do not).",
|
||||
"click_nothing_message":"Nothing interesting here...",
|
||||
|
@ -85,7 +85,9 @@
|
|||
"chat_errors":{
|
||||
"cant_find_player":"Could not find player to Private chat!",
|
||||
"ads_once_per_minute":"Ads may only be posted once per minute.",
|
||||
"global_chats_limited":"<B>CHAT NOT SENT:</B> Global chats are limited (+1 earned per 2 minutes). Please chat using CHAT NEAR/ISLAND/BUDDIES when possible."
|
||||
"global_chats_limited":"<B>CHAT NOT SENT:</B> Global chats are limited (+1 earned per 2 minutes). Please chat using CHAT NEAR/ISLAND/BUDDIES when possible.",
|
||||
"global_too_long":"<B>CHAT NOT SENT:</B> Global chats are limited to 150 characters. Please try to keep the global chat brief when possible. (Use CTRL+UP arrow to edit)",
|
||||
"ads_too_long":"<B>CHAT NOT SENT:</B> Ads chats are limited to 150 characters. Please try to keep the ads chat brief when possible. (Use CTRL+UP arrow to edit)"
|
||||
},
|
||||
"mods_revenge":{
|
||||
"awareded_others":"You earned $500 from Moderator %USERNAME%'s Splatterball!",
|
||||
|
@ -195,7 +197,8 @@
|
|||
"dropped_item_message":"You dropped an item on the ground.",
|
||||
"grab_but_inv_full":"Your inventory is full! Cannot grab items.",
|
||||
"grab_all_but_inv_full":"You grabbed what you could, but your inventory is full.",
|
||||
"drop_tile_full":"Cannot drop any more objects here, too many on ground already."
|
||||
"drop_tile_full":"Cannot drop any more objects here, too many on ground already.",
|
||||
"other_picked_up":"You reached for it, but someone else must have grabbed it first."
|
||||
},
|
||||
"shop":{
|
||||
"cant_afford_1":"You cannot afford that item!",
|
||||
|
@ -625,7 +628,7 @@
|
|||
"description_too_long":"4000 character Max for Ranch description!",
|
||||
|
||||
"title_contains_violations":"Title NOT SAVED, Chat Violations Present!",
|
||||
"desc contains violations":"Description NOT SAVED, Chat Violations Present! (%REASON%)",
|
||||
"desc_contains_violations":"Description NOT SAVED, Chat Violations Present! (%REASON%)",
|
||||
},
|
||||
"build":{
|
||||
"build_on_this_spot":"You can build one of the following buildings on this spot:",
|
||||
|
@ -768,6 +771,7 @@
|
|||
"horse_timer":"You have 60 seconds to capture the horse. Good luck!",
|
||||
"horse_escaped":"The Horse Evaded Capture.",
|
||||
"horse_caught":"You Captured the Horse!",
|
||||
"horse_cannot_catch_max":"You have reached your maximum number of horses. Build a barn on a ranch to have more!",
|
||||
"horse_escaped_anyway":"Your lasso must have slipped?! The horse still got away!!",
|
||||
"too_many_horses":"You cannot manage any more horses.",
|
||||
"horses_menu":"^ATYour Horses^H<B>You can have up to %MAXHORSE% horses. Here are your %TOTALHORSE%:</B><BR>",
|
||||
|
@ -787,7 +791,7 @@
|
|||
|
||||
"name_profanity_detected":"Name NOT SAVED, Chat Violations Present!",
|
||||
"profile_profanity_detected":"Profile NOT SAVED, Chat Violations Present! (%REASON%)"
|
||||
}
|
||||
},
|
||||
"horse_set_new_category":"Horse set as %CATEGORY%",
|
||||
"back_to_horse":"^R1^D5|BACK TO HORSE^R1",
|
||||
"pet_horse":"%MESSAGES%Your horse whinnies lightly. (+%MOOD% mood / -%TIREDNESS% tiredness)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue