35 lines
2.3 KiB
Lua
35 lines
2.3 KiB
Lua
Locales['en'] = {
|
|
['INVENTORY_INFO_OPEN_SHOP'] = '[E] - Open Shop',
|
|
['INVENTORY_INFO_OPEN_STASH'] = '[E] - Open Stash',
|
|
['INVENTORY_INFO_DELIVER_E'] = '[E] - Deliver Products',
|
|
['INVENTORY_INFO_DELIVER'] = 'Deliver Products',
|
|
|
|
['INVENTORY_ERROR_NO_DEPOSIT'] = 'A deposit is required',
|
|
['INVENTORY_ERROR_CANCELLED'] = 'Cancelled',
|
|
['INVENTORY_ERROR_VEHICLE_NOT_CORRECT'] = 'This is not a commercial vehicle!',
|
|
['INVENTORY_ERROR_NO_DRIVER'] = 'You must be the driver to do this...',
|
|
['INVENTORY_ERROR_NO_WORK_DONE'] = 'You haven\'t done any work yet...',
|
|
['INVENTORY_ERROR_BACKDOORS_NOT_OPEN'] = 'The back doors of the vehicle are not open',
|
|
['INVENTORY_ERROR_GET_OUT_VEHICLE'] = 'You need to get out of the vehicle to perform this action',
|
|
['INVENTORY_GRAB_BOXES_TRUNK'] = 'You need to grab the boxes from the trunk of your vehicle',
|
|
['INVENTORY_ERROR_TOO_FAR_FROM_DELIVERY'] = 'You need to be closer to the delivery point',
|
|
['INVENTORY_ERROR_REQUIRED_JOB'] = 'You do not have the required job to open this stash',
|
|
['INVENTORY_ERROR_REQUIRED_JOB_GRADE'] = 'You do not have the required job grade to open this stash',
|
|
['INVENTORY_ERROR_REQUIRED_LICENSE'] = 'You do not have the required license to open this stash',
|
|
|
|
['INVENTORY_SUCCESS_DEALER_VERIFY'] = 'Your license has been verified by the dealer',
|
|
['INVENTORY_SUCCESS_PAID_WITH_CASH'] = 'Deposit paid with cash',
|
|
['INVENTORY_SUCCESS_PAID_WITH_BANK'] = 'Deposit paid from the bank',
|
|
['INVENTORY_SUCCESS_REFUND_TO_CASH'] = 'Deposit refunded to cash',
|
|
['INVENTORY_SUCCESS_YOU_EARNED'] = 'You earned $',
|
|
['INVENTORY_SUCCESS_PAYSLIP_TIME'] = 'You\'ve visited all the stores... It\'s time for your payslip!',
|
|
|
|
['INVENTORY_MISSION_STORE_REACHED'] = 'Store reached, take a box from the trunk with [E] and deliver it to the marker',
|
|
['INVENTORY_MISSION_TAKE_BOX'] = 'Take a box of products',
|
|
['INVENTORY_MISSION_DELIVER_BOX'] = 'Deliver the box of products',
|
|
['INVENTORY_MISSION_ANOTHER_BOX'] = 'Take another box of products',
|
|
['INVENTORY_MISSION_GOTO_NEXT_POINT'] = 'You\'ve delivered all the products, proceed to the next point',
|
|
['INVENTORY_MISSION_RETURN_TO_STATION'] = 'You\'ve delivered all the products, return to the station',
|
|
['INVENTORY_MISSION_JOB_COMPLETED'] = 'You\'ve completed your route'
|
|
}
|