mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 12:31:32 +12:00
Half-implemented private notes.
This commit is contained in:
parent
1c051433dd
commit
08336c07af
73 changed files with 5554 additions and 36 deletions
|
@ -6,6 +6,7 @@
|
|||
"login_format":"Player %USERNAME% has logged in",
|
||||
"logout_format":"Player %USERNAME% has disconnected",
|
||||
"profile_save":"Your profile changes were saved.",
|
||||
"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).",
|
||||
"drawing_notice":"Drawing not sent to other players when you are not a subscriber.",
|
||||
"click_nothing_message":"Nothing interesting here...",
|
||||
|
@ -17,7 +18,6 @@
|
|||
"equip_competition_gear_format":"The %ITEM% are now selected as competition gear.",
|
||||
"max_jewelry":"Only 4 pieces of jewelry can be worn at one time.",
|
||||
"equip_jewelry":"You are now wearing %ITEM%."
|
||||
|
||||
},
|
||||
"sec_code":{
|
||||
"invalid_sec_code":"Data Code Error. You did not get the bonus. You should reconnect if you get this message again.",
|
||||
|
@ -83,14 +83,14 @@
|
|||
"area_format":" in %AREA%",
|
||||
"location_format":" <I>You are%META% </I>",
|
||||
"tile_format":"<B>%TILENAME%</B>",
|
||||
"transport_format":"^LTransport via %METHOD% to %PLACE%^R1^I%ICON%^T4Trip Costs $%COST% one way. ^B1M%XY%^BY%ID%",
|
||||
"private_notes_format":"^ATMy Private Game Notes^H^PB160|%PRIVATENOTES%^PS7|SAVE NOTES",
|
||||
"exit_this_place":"^X",
|
||||
"end_of_meta":"^Z",
|
||||
"back_to_map":"^M",
|
||||
"long_full_line":"^L",
|
||||
"stats_page":{
|
||||
"stats_bar_format":"^ATPlayer %USERNAME%'s Details^H",
|
||||
"stats_area_format":"Currently in %AREA%",
|
||||
"stats_area_format":"Currently %AREA%",
|
||||
"stats_money_format":"<BR>Money: <FONT COLOR='#003300'>$%MONEY%</FONT>",
|
||||
"stats_freetime_format":"<BR>Today's Free Time Remaining: <B>%FREEMINUTES% minutes.</B>",
|
||||
"stats_description_format":"<BR>Description: <B>%PLAYERDESC%</B>",
|
||||
|
@ -134,7 +134,7 @@
|
|||
"competition_gear_selected":"^LYou have the following selected for competition gear:",
|
||||
"jewelry_selected":"You have the following lovely jewelry on:",
|
||||
|
||||
},
|
||||
}
|
||||
},
|
||||
"shop":{
|
||||
"selling":"^LThings I am selling:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue