File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14338,6 +14338,14 @@ MSG_HASH(
1433814338 MSG_LIBRETRO_FRONTEND,
1433914339 "Фронтенд для libretro"
1434014340 )
14341+ MSG_HASH(
14342+ MSG_LOADED_STATE_FROM_SLOT,
14343+ "Загружено сохранение в слоте %d."
14344+ )
14345+ MSG_HASH(
14346+ MSG_LOADED_STATE_FROM_SLOT_AUTO,
14347+ "Загружено сохранение в автослоте."
14348+ )
1434114349MSG_HASH(
1434214350 MSG_LOADING,
1434314351 "Загружается"
@@ -14534,6 +14542,14 @@ MSG_HASH(
1453414542 MSG_SAVED_NEW_CONFIG_TO,
1453514543 "Конфигурация сохранена в"
1453614544 )
14545+ MSG_HASH(
14546+ MSG_SAVED_STATE_TO_SLOT,
14547+ "Создано сохранение в слоте %d."
14548+ )
14549+ MSG_HASH(
14550+ MSG_SAVED_STATE_TO_SLOT_AUTO,
14551+ "Создано сохранение в автослоте."
14552+ )
1453714553MSG_HASH(
1453814554 MSG_SAVED_SUCCESSFULLY_TO,
1453914555 "Успешно сохранено в"
Original file line number Diff line number Diff line change 123123#define LANGUAGE_PROGRESS_PORTUGUESE_APPROVED 0
124124
125125/* Russian */
126- #define LANGUAGE_PROGRESS_RUSSIAN_TRANSLATED 99
126+ #define LANGUAGE_PROGRESS_RUSSIAN_TRANSLATED 100
127127#define LANGUAGE_PROGRESS_RUSSIAN_APPROVED 12
128128
129129/* Slovak */
You can’t perform that action at this time.
0 commit comments