Initial commit
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
local tabl = {}
|
||||
|
||||
tabl['en'] = {
|
||||
apply = 'Apply',
|
||||
|
||||
table_wrong_args = 'MantleTable Error: Invalid number of arguments',
|
||||
table_copy = 'Copy',
|
||||
table_delete_row = 'Delete row',
|
||||
|
||||
player_title = 'Player Selector',
|
||||
player_offline = 'Disconnected',
|
||||
player_close = 'Close',
|
||||
player_ping = 'ms',
|
||||
|
||||
frame_title = 'Title',
|
||||
frame_alpha = 'Transparency',
|
||||
frame_move_from_menu = 'Move from menu',
|
||||
frame_close_window = 'Close window',
|
||||
|
||||
color_title = 'Color Picker',
|
||||
color_cancel = 'Cancel',
|
||||
color_select = 'Select',
|
||||
|
||||
btn_default = 'Button',
|
||||
|
||||
entry_default_placeholder = 'Enter text'
|
||||
}
|
||||
|
||||
tabl['ru'] = {
|
||||
apply = 'Применить',
|
||||
|
||||
table_wrong_args = 'MantleTable Error: Неверное количество аргументов',
|
||||
table_copy = 'Копировать',
|
||||
table_delete_row = 'Удалить строку',
|
||||
|
||||
player_title = 'Выбор игрока',
|
||||
player_offline = 'Вышел',
|
||||
player_close = 'Закрыть',
|
||||
player_ping = 'мс',
|
||||
|
||||
frame_title = 'Заголовок',
|
||||
frame_alpha = 'Прозрачность',
|
||||
frame_move_from_menu = 'Передвижение из меню',
|
||||
frame_close_window = 'Закрыть окно',
|
||||
|
||||
color_title = 'Выбор цвета',
|
||||
color_cancel = 'Отмена',
|
||||
color_select = 'Выбрать',
|
||||
|
||||
btn_default = 'Кнопка',
|
||||
|
||||
entry_default_placeholder = 'Введите текст'
|
||||
}
|
||||
|
||||
return tabl
|
||||
Reference in New Issue
Block a user