v2.5.0: finished custom note functionality!
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
ui.customnotebutton.hover_text=Add a Custom Note
|
||||
ui.customnotebutton.default_title_text=Custom Text Note
|
||||
ui.customnotebutton.title=Add a Custom Note
|
||||
ui.customnotebutton.limit_title=Note Limit Reached
|
||||
ui.customnotebutton.limit_text=You can delete existing notes to make room for more.
|
||||
ui.customnotebutton.desc=Custom Notes let you record anything you'd like in the journal.\n\nThey can be just text on its own, or they can be associated with a dungeon floor, one of your items, or a type of potion/scroll/ring.
|
||||
ui.customnotebutton.new_text=New Text Note
|
||||
ui.customnotebutton.new_text_title=Write a title for this custom text note:
|
||||
ui.customnotebutton.new_floor=New Dungeon Floor Note
|
||||
ui.customnotebutton.new_floor_prompt=Select a floor of the dungeon to associate this note with.
|
||||
ui.customnotebutton.new_floor_title=Write a title for this custom note for _floor %d_:
|
||||
ui.customnotebutton.new_inv=New Inventory Item Note
|
||||
ui.customnotebutton.new_inv_prompt=Select a Note Item
|
||||
ui.customnotebutton.new_item_title=Write a title for this custom note for the item:\n_%s_
|
||||
ui.customnotebutton.new_type=New Item Type Note
|
||||
ui.customnotebutton.new_type_prompt=Select a type of item you'd like to associate this note with.
|
||||
ui.customnotebutton$customnotewindow.edit_title=Edit Title
|
||||
ui.customnotebutton$customnotewindow.add_text=Add Text
|
||||
ui.customnotebutton$customnotewindow.edit_text=Edit Text
|
||||
|
||||
@@ -117,7 +117,7 @@ windows.wndjournal$alchemytab.title=Alchemy Guide
|
||||
windows.wndjournal$guidetab.missing=page missing
|
||||
windows.wndjournal$notestab.title=Adventuring Notes
|
||||
windows.wndjournal$notestab.desc=As you journey through the dungeon, you will automatically record noteworthy things here.
|
||||
windows.wndjournal$notestab.custom_notes=Custom Notes
|
||||
windows.wndjournal$notestab.custom_notes=Custom
|
||||
windows.wndjournal$notestab.floor_header=Floor %d
|
||||
windows.wndjournal$catalogtab.title=Catalogs
|
||||
windows.wndjournal$catalogtab.title_equipment=Equipment
|
||||
|
||||
Reference in New Issue
Block a user