15 lines
608 B
Lua
15 lines
608 B
Lua
|
|
Locales['en'] = {
|
||
|
|
['INTRODUCE_PASSWORD'] = 'Enter the password',
|
||
|
|
['INTRODUCE_PASSWORD_2'] = 'Password',
|
||
|
|
['CREATE_PASSWORD'] = 'Create a password',
|
||
|
|
['OPEN'] = 'Opening...',
|
||
|
|
['CLOSE'] = 'Closing...',
|
||
|
|
['BAD_PASSWORD'] = 'Incorrect password...',
|
||
|
|
['ADDED_PASSWORD'] = 'Added password..',
|
||
|
|
['MORE_PASSWORD'] = 'The password must have more characters',
|
||
|
|
['LESS_PASSWORD'] = 'The password must have fewer characters',
|
||
|
|
['EMPLY_PASSWORD'] = 'You need to put something',
|
||
|
|
['NO_BACKPACK'] = 'Backpack is not on your hand.',
|
||
|
|
['FAILED_PASSWORD'] = 'Failed to add password.',
|
||
|
|
}
|