mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-16 23:48:05 +11:00
16 lines
679 B
Lua
16 lines
679 B
Lua
|
return {
|
||
|
["KittenOS Installer"] = "Kitt'n Ohess Install'a!",
|
||
|
["Applications to install:"] = "Sails to fit:",
|
||
|
["Install Application: "] = "Fit Sail: ",
|
||
|
["true"] = "Yar",
|
||
|
["false"] = "Nay",
|
||
|
["<Confirm>"] = "<Continu' with ye fittin'!>",
|
||
|
["Filesystem to target:"] = "Island to land cargo:",
|
||
|
["Are you sure you want to install to FS:"] = "Are 'ya sure you wanna land on:",
|
||
|
["These applications will be installed:"] = "These sails will be fitted:",
|
||
|
["<Yes>"] = "<Aye!>",
|
||
|
["<No, change settings>"] = "<Nay, I changed me mind>",
|
||
|
["Installing."] = "Sailin'!",
|
||
|
["Installation complete."] = "Arrived at island!",
|
||
|
["Press Shift-C to leave."] = "Push Shift-Cee to disembark!"
|
||
|
}
|