cfg: ru_lang.cfg: translated new strings
This commit is contained in:
parent
7ebe866653
commit
5adb9deb15
2 changed files with 27 additions and 3 deletions
|
|
@ -1013,12 +1013,24 @@ Unable to save POD-Bot Format waypoint file. Number of nodes exceeds 1024.
|
||||||
[TRANSLATED]
|
[TRANSLATED]
|
||||||
Невозможно сохранить вэйпоинт файл в формате POD-Bot. Количество точек превышает 1024.
|
Невозможно сохранить вэйпоинт файл в формате POD-Bot. Количество точек превышает 1024.
|
||||||
|
|
||||||
|
[ORIGINAL]
|
||||||
|
Graph successfully saved.
|
||||||
|
|
||||||
|
[TRANSLATED]
|
||||||
|
Граф успешно сохранён.
|
||||||
|
|
||||||
[ORIGINAL]
|
[ORIGINAL]
|
||||||
Graph successfully loaded.
|
Graph successfully loaded.
|
||||||
|
|
||||||
[TRANSLATED]
|
[TRANSLATED]
|
||||||
Граф успешно загружен.
|
Граф успешно загружен.
|
||||||
|
|
||||||
|
[ORIGINAL]
|
||||||
|
Could not save Graph. See console...
|
||||||
|
|
||||||
|
[TRANSLATED]
|
||||||
|
Невозможно сохранить граф. Смотри консоль...
|
||||||
|
|
||||||
[ORIGINAL]
|
[ORIGINAL]
|
||||||
Could not load Graph. See console...
|
Could not load Graph. See console...
|
||||||
|
|
||||||
|
|
@ -1073,6 +1085,18 @@ Debug goal is disabled.
|
||||||
[TRANSLATED]
|
[TRANSLATED]
|
||||||
Отладка цели отключена.
|
Отладка цели отключена.
|
||||||
|
|
||||||
|
[ORIGINAL]
|
||||||
|
Noclip mode disabled.
|
||||||
|
|
||||||
|
[TRANSLATED]
|
||||||
|
Режим полёта выключен.
|
||||||
|
|
||||||
|
[ORIGINAL]
|
||||||
|
Noclip mode enabled.
|
||||||
|
|
||||||
|
[TRANSLATED]
|
||||||
|
Режим полёта включён.
|
||||||
|
|
||||||
[ORIGINAL]
|
[ORIGINAL]
|
||||||
You're dead, and have no access to this menu
|
You're dead, and have no access to this menu
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1316,7 +1316,7 @@ int BotControl::menuGraphPage2 (int item) {
|
||||||
case 4:
|
case 4:
|
||||||
if (graph.checkNodes (true)) {
|
if (graph.checkNodes (true)) {
|
||||||
graph.saveGraphData ();
|
graph.saveGraphData ();
|
||||||
msg ("Graph saved.");
|
msg ("Graph successfully saved.");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
msg ("Graph not saved. There are errors, see console...");
|
msg ("Graph not saved. There are errors, see console...");
|
||||||
|
|
@ -1326,7 +1326,7 @@ int BotControl::menuGraphPage2 (int item) {
|
||||||
|
|
||||||
case 5:
|
case 5:
|
||||||
if (graph.saveGraphData ()) {
|
if (graph.saveGraphData ()) {
|
||||||
msg ("Graph saved.");
|
msg ("Graph successfully saved.");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
msg ("Could not save Graph. See console...");
|
msg ("Could not save Graph. See console...");
|
||||||
|
|
@ -1336,7 +1336,7 @@ int BotControl::menuGraphPage2 (int item) {
|
||||||
|
|
||||||
case 6:
|
case 6:
|
||||||
if (graph.loadGraphData ()) {
|
if (graph.loadGraphData ()) {
|
||||||
msg ("Graph loaded.");
|
msg ("Graph successfully loaded.");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
msg ("Could not load Graph. See console...");
|
msg ("Could not load Graph. See console...");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue