diff --git a/apps/lang/russian.lang b/apps/lang/russian.lang
index 7cd280ce62..2e2993c765 100644
--- a/apps/lang/russian.lang
+++ b/apps/lang/russian.lang
@@ -25,6 +25,7 @@
# - Alexander Levin
# - Anton Veretenenko
# - Simon Zhukovsky
+# - Desu Rozen
id: LANG_SET_BOOL_YES
desc: bool true representation
@@ -7468,6 +7469,7 @@
iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)"
iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
gogearsa9200: "Building database... %d found (REW to return)"
+ archosplayer: "Building DB %d found"
*: "Построение базы... %d найдено (ВЫКЛ. для отмены)"
@@ -7476,6 +7478,7 @@
iaudiox5,iaudiom5,gigabeat*,mrobe100: "Построение базы... %d найдено (ВЛЕВО для отмены)"
iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Построение базы... %d найдено (ПРЕД. для отмены)"
gogearsa9200: "Построение базы... %d найдено (РЕВЕРС. для отмены)"
+ archosplayer: "Построение БД... %d найдено"
*: "найдено записей в базе"
@@ -9015,7 +9018,7 @@
id: LANG_CATALOG
- desc: in onplay menu
+ desc: in main menu and onplay menu
user: core
*: "Playlist Catalogue"
@@ -9291,19 +9294,16 @@
id: LANG_HEADPHONE_UNPLUG_RW
- desc: in pause_phones_menu.
+ desc: deprecated
user: core
- *: none
- headphone_detection: "Duration to Rewind"
+ *: ""
- *: none
- headphone_detection: "Продолжительность перемотки"
+ *: ""
- *: none
- headphone_detection: "Продолжительность перемотки"
+ *: ""
@@ -10173,7 +10173,7 @@
id: LANG_PLAYLISTS
- desc: in the main menu and file view setting
+ desc: in the file view setting
user: core
*: "Playlists"
@@ -12025,15 +12025,15 @@
user: core
*: none
- gigabeats,mpiohd200,mpiohd300: "3-D Enhancement"
+ gigabeats,mpiohd200,mpiohd300,sansafuzeplus: "3-D Enhancement"
*: none
- gigabeats,mpiohd200,mpiohd300: "3-D расширения"
+ gigabeats,mpiohd200,mpiohd300,sansafuzeplus: "3-D улучшайзер"
*: none
- gigabeats,mpiohd200,mpiohd300: "3-D расширения"
+ gigabeats,mpiohd200,mpiohd300,sansafuzeplus: "3-D улучшайзер"
@@ -12665,3 +12665,163 @@
*: "Только в заданных папках"
+
+ id: LANG_CURRENT_PLAYLIST
+ desc: Used when you need to say playlist, also voiced
+ user: core
+
+ *: "Current Playlist"
+
+
+ *: "Текущий список"
+
+
+ *: "Текущий список"
+
+
+
+ id: LANG_USB_SKIP_FIRST_DRIVE
+ desc: in settings_menu
+ user: core
+
+ *: none
+ multidrive_usb: "USB Hide Internal Drive"
+
+
+ *: none
+ multidrive_usb: "USB Скрыть внутренний диск"
+
+
+ *: none
+ multidrive_usb: "USB Скрыть внутренний диск"
+
+
+
+ id: LANG_SET_AS_PLAYLISTCAT_DIR
+ desc: used in the onplay menu to set a playlist catalogue dir
+ user: core
+
+ *: "Set As Playlist Catalogue Directory"
+
+
+ *: "Установить как папку каталога списков"
+
+
+ *: "Установить как папку каталога списков"
+
+
+
+ id: LANG_LIST_LINE_PADDING
+ desc: list padding, in display settings
+ user: core
+
+ *: none
+ touchscreen: "Line Padding in Lists"
+
+
+ *: none
+ touchscreen: "Отступ в списках"
+
+
+ *: none
+ touchscreen: "Отступ в списках"
+
+
+
+ id: LANG_SAVE_CHANGES
+ desc: When you try to exit screens to confirm save
+ user: core
+
+ *: "Save Changes?"
+
+
+ *: "Сохранить изменения?"
+
+
+ *: "Сохранить изменения?"
+
+
+
+ id: LANG_PAUSE_REWIND
+ desc: Seconds to rewind when rewind on pause is enabled.
+ user: core
+
+ *: "Rewind on Pause"
+
+
+ *: "Перемотка назад на Паузе"
+
+
+ *: "Перемотка назад на Паузе"
+
+
+
+ id: LANG_AUTOMATIC
+ desc: generic automatic
+ user: core
+
+ *: "Automatic"
+
+
+ *: "Автоматич."
+
+
+ *: "Автоматич."
+
+
+
+ id: LANG_SLEEP_TIMER_CANCEL_CURRENT
+ desc: shown instead of sleep timer when it's running
+ user: core
+
+ *: "Cancel Sleep Timer"
+
+
+ *: "Отменить таймер сна"
+
+
+ *: "Отменить таймер сна"
+
+
+
+ id: LANG_SLEEP_TIMER_DURATION
+ desc: default sleep timer duration in minutes (unused in UI)
+ user: core
+
+ *: "Default Sleep Timer Duration"
+
+
+ *: "Продолжительность таймера сна по-умолчанию"
+
+
+ *: "Продолжительность таймера сна по-умолчанию"
+
+
+
+ id: LANG_RESET_PLAYLISTCAT_DIR
+ desc:
+ user: core
+
+ *: "Reset Playlist Catalogue Directory"
+
+
+ *: "Сбросить папку каталога списков"
+
+
+ *: "Сбросить папку каталога списков"
+
+
+
+ id: LANG_SLEEP_TIMER_ON_POWER_UP
+ desc: whether sleep timer starts on power up
+ user: core
+
+ *: "Start Sleep Timer On Boot"
+
+
+ *: "Запускать таймер сна при загрузке"
+
+
+ *: "Запускать таймер сна при загрузке"
+
+
diff --git a/docs/CREDITS b/docs/CREDITS
index 1558b84f26..2f564f374d 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -606,6 +606,7 @@ Richard Brittain
Andrew Ryabinin
Maksim Postolati
Stanislav Chizhik
+Desu Rozen
The libmad team
The wavpack team