-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsettings.ini
133 lines (128 loc) · 3.65 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
[GLOBAL]
scoreboard = scoreboard.dat
savedir = saves
defaultgame = beginner
language = RU
picture_size = 24,24
[GAMES]
beginner = 8,8,10
intermediate = 16,16,40
expert = 30,16,99
[LANGS]
RU = Русский
EN = English
[PICTURES]
pic0 = pictures/0.png
pic1 = pictures/1.png
pic2 = pictures/2.png
pic3 = pictures/3.png
pic4 = pictures/4.png
pic5 = pictures/5.png
pic6 = pictures/6.png
pic7 = pictures/7.png
pic8 = pictures/8.png
base = pictures/base.png
bomb = pictures/bomb.png
mistake = pictures/xbomb.png
flag = pictures/flag.png
wrong_flag = pictures/xflag.png
[STRINGS.RU]
GAMES.beginner = Новичок
GAMES.intermediate = Любитель
GAMES.expert = Профессионал
about = Игра «Сапёр» (версия {}).
Автор: {}
win = ПОЗДРАВЛЯЕМ! Вы выиграли!
lose = Вы проиграли :(
prompt_name = Введите своё имя:
scoreboard_error = Ошибка при загрузке скорборда.
load_game_error = Невозможно загрузить игру.
save_game_error = Невозможно сохранить игру.
start_game_error = Невозможно начать игру.
wrong_cmd = Неверная команда
too_few_args = Недостаточно параметров
too_many_args = Слишком много параметров
prompt_filename = Введите имя файла:
save_cancel = Сохранение файла отменено
prompt_save = Текущая игра не сохранена. Сохранить?
new_game = Начата новая игра
commands = Доступные команды:
langs = Доступные языки:
title = Сапёр
m1_game = Игра
m1_new = Новая игра
m1_again = Начать заново
m1_open = Открыть
m1_save = Сохранить
m1_exit = Выход
m2_actions = Действия
m2_undo = Отменить
m2_redo = Вернуть
m2_scores = Рекорды
m2_compl = Автозавершение
m3_langs = Язык
m4_help = Справка
m4_about = О программе
l_hiscore = Рекорд:
t_save = Сохранение игры
t_load = Загрузка игры
t_new = Новая игра
game_params = Параметры игры
game_info = {} (поле {}×{}, {} бомб)
game_other = Другие параметры
anon = Аноним
na_score = н/д
l_width = Ширина
l_height = Высота
l_mines = Кол-во бомб
hiscores = Таблица рекордов
[STRINGS.EN]
GAMES.beginner = Beginner
GAMES.intermediate = Intermediate
GAMES.expert = Expert
about = Minesweeper game (version {}).
Author: {}
win = CONGRATS! You won!
lose = You lose :(
prompt_name = Enter your name:
scoreboard_error = Error while loading scoreboard.
load_game_error = Unable to load game.
save_game_error = Unable to save game.
start_game_error = Unable to start game.
wrong_cmd = Wrong command
too_few_args = Not enough parameters
too_many_args = Too many parameters
prompt_filename = Enter file name:
save_cancel = Saving cancelled
prompt_save = Current game doesn't saved. Save?
new_game = New game started
commands = Available commands:
langs = Available languages:
title = Minesweeper
m1_game = Game
m1_new = New game
m1_again = Restart
m1_open = Open
m1_save = Save
m1_exit = Exit
m2_actions = Actions
m2_undo = Undo
m2_redo = Redo
m2_scores = Highscores
m2_compl = Autocomplete
m3_langs = Language
m4_help = Help
m4_about = About
l_hiscore = Best score:
t_save = Save game
t_load = Load game
t_new = New game
game_params = Game parameters
game_info = {} (field {}×{}, {} mines)
game_other = Other parameters
anon = Anonymous
na_score = n/a
l_width = Width
l_height = Height
l_mines = Mines
hiscores = Best scores