mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
36 lines
1.3 KiB
Lua
36 lines
1.3 KiB
Lua
|
|
--[[
|
||
|
|
| This file was obtained through the combined efforts
|
||
|
|
| of Madbluntz & Plymouth Antiquarian Society.
|
||
|
|
|
|
||
|
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||
|
|
| Maloy, DrPepper10 @ RIP, Atle!
|
||
|
|
|
|
||
|
|
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||
|
|
--]]
|
||
|
|
|
||
|
|
LANGUAGE = {
|
||
|
|
pdaDatafile_waiting = "waiting for input",
|
||
|
|
pdaDatafile_search = "searching...",
|
||
|
|
pdaDatafile_notFound = "No results. try again.",
|
||
|
|
pdaDatafile_noAccess = "you don't have access to this data.",
|
||
|
|
|
||
|
|
pdaDatafile_data_socialCredits = "social credits",
|
||
|
|
pdaDatafile_data_socialCreditsDate = "last update",
|
||
|
|
pdaDatafile_data_permits = "permits",
|
||
|
|
pdaDatafile_data_permitsUnlimited = "unlimited",
|
||
|
|
pdaDatafile_data_permits_buttonShow = "show",
|
||
|
|
pdaDatafile_data_permits_buttonHide = "hide",
|
||
|
|
pdaDatafile_data_shop = "shop",
|
||
|
|
pdaDatafile_data_housing = "housing",
|
||
|
|
pdaDatafile_data_wages = "extra wages added to rations",
|
||
|
|
pdaDatafile_data_anticitizen = "anti-citizen",
|
||
|
|
pdaDatafile_data_geneticDesc = "genetic description",
|
||
|
|
pdaDatafile_data_occupation = "occupation",
|
||
|
|
pdaDatafile_data_occupationDate = "last update",
|
||
|
|
pdaDatafile_data_loyaltyStatus = "loyalty status",
|
||
|
|
pdaDatafile_data_cid = "cid",
|
||
|
|
pdaDatafile_data_designatedStatus = "designated status",
|
||
|
|
pdaDatafile_data_designatedStatusDate = "last update",
|
||
|
|
pdaDatafile_data_bol = "bol",
|
||
|
|
pdaDatafile_data_name = "name"
|
||
|
|
}
|