66 lines
1.6 KiB
Plaintext
Raw Normal View History

2020-02-20 22:40:40 -07:00
# textdomain: personal_log
2020-02-20 22:40:40 -07:00
### init.lua ###
#book title and author
2020-02-16 20:17:30 -07:00
"@1" by @2=
2020-02-20 22:40:40 -07:00
#A list of one item
2020-02-16 20:17:30 -07:00
@1=
2020-02-20 22:40:40 -07:00
#A list of two items
2020-02-16 20:17:30 -07:00
@1 or @2=
2020-02-20 22:40:40 -07:00
#A list of three items
2020-02-16 20:17:30 -07:00
@1, @2 or @3=
2020-02-20 22:40:40 -07:00
#for combining a location or date (@1) with the first few words of the log entry it's associated with (@2)
2020-02-16 20:17:30 -07:00
@1: @2=
Allows the player to access a personal log via chat command=
2020-02-20 22:40:40 -07:00
#button label for returning to the personal log from import/export
2020-02-16 20:17:30 -07:00
Back=
2020-02-20 22:40:40 -07:00
#label on the category dropdown
2020-02-16 20:17:30 -07:00
Category:=
2020-02-20 22:40:40 -07:00
#button label for deleting a personal log entry
2020-02-16 20:17:30 -07:00
Delete=
2020-02-20 22:40:40 -07:00
#a category of log entry
2020-02-16 20:17:30 -07:00
Event=
2020-02-20 22:40:40 -07:00
#button label
2020-02-16 20:17:30 -07:00
Export=
2020-02-20 22:40:40 -07:00
#label explaining what items a log entry can be exported to
2020-02-16 20:17:30 -07:00
Export "@1" to @2=
2020-02-20 22:40:40 -07:00
#a category of log entry
2020-02-16 20:17:30 -07:00
General=
2020-02-20 22:40:40 -07:00
#button label
2020-02-16 20:17:30 -07:00
Import=
2020-02-20 22:40:40 -07:00
#label explaining what items a log entry can be imported from
2020-02-16 20:17:30 -07:00
Import an entry from @1=
2020-02-20 22:40:40 -07:00
#a category of log entry
2020-02-16 20:17:30 -07:00
Location=
2020-02-20 22:40:40 -07:00
#tab text. Note: not a piece of wood. This is a log as in a record of items
2020-02-16 20:17:30 -07:00
Log=
2020-02-20 22:40:40 -07:00
#button label
2020-02-16 20:17:30 -07:00
Move Down=
2020-02-20 22:40:40 -07:00
#button label
2020-02-16 20:17:30 -07:00
Move Up=
2020-02-20 22:40:40 -07:00
#button label
2020-02-16 20:17:30 -07:00
New=
Open personal log=
Open your personal log=
2020-02-20 22:40:40 -07:00
#item name for a physical representation of the personal log
2020-02-16 20:17:30 -07:00
Personal Log=
2020-02-20 22:40:40 -07:00
#label on the main log UI
2020-02-16 20:17:30 -07:00
Personal Log Entries=
2020-02-20 22:40:40 -07:00
#button label
2020-02-16 20:17:30 -07:00
Save=
2020-02-20 22:40:40 -07:00
#button label
2020-02-16 20:17:30 -07:00
Teleport=
2020-02-20 22:40:40 -07:00
#tooltip explaining what the button that opens the log is for
2020-02-16 20:17:30 -07:00
Your personal log for keeping track of what happens where=
2020-02-20 22:40:40 -07:00
# an item that log data can be imported from or exported to
2020-02-16 20:17:30 -07:00
a GPS compass map=
2020-02-20 22:40:40 -07:00
# an item that log data can be imported from or exported to
2020-02-16 20:17:30 -07:00
a book=
2020-02-20 22:40:40 -07:00
# an item that log data can be imported from or exported to
2020-02-16 20:17:30 -07:00
a calibrated compass=
2020-02-20 22:40:40 -07:00
# an item that log data can be exported to
a compass=