diff --git a/apps/eq_menu.c b/apps/eq_menu.c
index f3031bf8ff..1712469a1d 100644
--- a/apps/eq_menu.c
+++ b/apps/eq_menu.c
@@ -643,8 +643,8 @@ bool eq_menu_graphical(void)
max = EQ_GAIN_MAX;
voice_unit = UNIT_DB;
- snprintf(buf, sizeof(buf), str(LANG_EQUALIZER_EDIT_MODE),
- str(LANG_EQUALIZER_BAND_GAIN));
+ snprintf(buf, sizeof(buf), str(LANG_SYSFONT_EQUALIZER_EDIT_MODE),
+ str(LANG_SYSFONT_EQUALIZER_BAND_GAIN));
screens[SCREEN_MAIN].putsxy(2, y, buf);
} else if (mode == CUTOFF) {
@@ -658,8 +658,8 @@ bool eq_menu_graphical(void)
max = EQ_CUTOFF_MAX;
voice_unit = UNIT_HERTZ;
- snprintf(buf, sizeof(buf), str(LANG_EQUALIZER_EDIT_MODE),
- str(LANG_EQUALIZER_BAND_CUTOFF));
+ snprintf(buf, sizeof(buf), str(LANG_SYSFONT_EQUALIZER_EDIT_MODE),
+ str(LANG_SYSFONT_EQUALIZER_BAND_CUTOFF));
screens[SCREEN_MAIN].putsxy(2, y, buf);
} else {
@@ -673,7 +673,7 @@ bool eq_menu_graphical(void)
max = EQ_Q_MAX;
voice_unit = UNIT_INT;
- snprintf(buf, sizeof(buf), str(LANG_EQUALIZER_EDIT_MODE),
+ snprintf(buf, sizeof(buf), str(LANG_SYSFONT_EQUALIZER_EDIT_MODE),
str(LANG_EQUALIZER_BAND_Q));
screens[SCREEN_MAIN].putsxy(2, y, buf);
diff --git a/apps/lang/afrikaans.lang b/apps/lang/afrikaans.lang
index 41d5e73d08..7dc8e6bf07 100644
--- a/apps/lang/afrikaans.lang
+++ b/apps/lang/afrikaans.lang
@@ -1426,3 +1426,724 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Ja"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nee"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Aan"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Af"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Skommel"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Herhaal"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Alles"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Een"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Wys Lêers"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Alle"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Ondersteunde"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Musiek"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Rol balk"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Status balk"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Pitch up"
+ *: "Pitch Up"
+
+
+ *: "Versnel"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Pitch down"
+ *: "Pitch Down"
+
+
+ *: "Vertraag"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "mode:"
+ *: "Mode:"
+
+
+ *: "modus:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Playlists"
+
+
+ *: "Playlists"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Source"
+
+
+ *: "Source"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Line In"
+
+
+ *: "Line In"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pre-Recording"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frequency"
+
+
+ *: "Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Gain Left"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mic"
+
+
+ *: "Microphone"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Gain Right"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Split Time:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Quality"
+
+
+ *: "Quality"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Size:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Time:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Channels"
+
+
+ *: "Channels"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Option"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
diff --git a/apps/lang/bulgarian.lang b/apps/lang/bulgarian.lang
index a5e8d52771..83fb8bb898 100644
--- a/apps/lang/bulgarian.lang
+++ b/apps/lang/bulgarian.lang
@@ -2196,3 +2196,708 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Да"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Не"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Aee."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Изключване"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Стерео"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Моно"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Разбъркване"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "повтаряне"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Всички"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Една"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Показване на Файлове"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Всички"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Поддържани"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Музика"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Описи"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Качество"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "?Честота"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Произход"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Микр"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Line in"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Дигитален / Digital"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Канали"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Скролираща черта"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Статус черта"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Pitch up"
+ *: "Pitch Up"
+
+
+ *: "Усили Височина на звука"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Pitch down"
+ *: "Pitch Down"
+
+
+ *: "Намали Височина на звука"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "mode:"
+ *: "Mode:"
+
+
+ *: "Начин:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Записване на"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Left"
+ *: "Gain Left"
+
+
+ *: "Ляво"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Right"
+ *: "Gain Right"
+
+
+ *: "Дясно"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pre-Recording"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Split Time:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Size:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Time:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Option"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
diff --git a/apps/lang/catala.lang b/apps/lang/catala.lang
index 210be4c37b..9831a47962 100644
--- a/apps/lang/catala.lang
+++ b/apps/lang/catala.lang
@@ -8513,3 +8513,661 @@
*: "Mix"
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Si"
+
+
+ *: "Si"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "No"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Actiu"
+
+
+ *: "Actiu"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Apagat"
+
+
+ *: "Apagat"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volum"
+
+
+ *: "Volum"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Estèreo"
+
+
+ *: "Estèreo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Aleatori"
+
+
+ *: "Aleatori"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Repetir"
+
+
+ *: "Repetir"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Totes"
+
+
+ *: "Totes"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Una"
+
+
+ *: "Una"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Mostrar arxius"
+
+
+ *: "Mostrar arxius"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Tots"
+
+
+ *: "Tots"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Acceptats"
+
+
+ *: "Acceptats"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Música"
+
+
+ *: "Música"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Llistes de reproducció"
+
+
+ *: "Llistes de reproducció"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "Base de dades ID3"
+
+
+ *: "Base de dades ID3"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Qualitat"
+
+
+ *: "Qualitat"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Freqüència"
+
+
+ *: "Freqüència"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Font"
+
+
+ *: "Font"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Micròfon"
+
+
+ *: "Micròfon"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Línia d'entrada"
+
+
+ *: "Línia d'entrada"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Canals"
+
+
+ *: "Canals"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Cap per avall"
+
+
+ *: "Cap per avall"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Barra de Desplaçament"
+
+
+ *: "Barra de desplaçament"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Barra d'Estat"
+
+
+ *: "Barra d'estat"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Accelerar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Ralentitzar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Mode:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Temps"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Temps de Separació:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Mida:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pregrabació"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Guany"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Esquerre"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Dret"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Disc ple. Apreta OFF per continuar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Opció"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Acceleració"
+
+
+ *: "Pitch"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Editar mode: %s"
+
+
+ *: ""
+
+
diff --git a/apps/lang/chinese-trad.lang b/apps/lang/chinese-trad.lang
index 27317530f5..2bdd758f4f 100644
--- a/apps/lang/chinese-trad.lang
+++ b/apps/lang/chinese-trad.lang
@@ -8557,3 +8557,661 @@
*: "Export modifications"
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "是"
+
+
+ *: "Yes"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "否"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "On"
+
+
+ *: "On"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Off"
+
+
+ *: "Off"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "音量"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "立體聲"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "單聲道"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "編輯模式: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "截斷頻率"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "增益"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "亂序播放"
+
+
+ *: "Shuffle"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "重覆"
+
+
+ *: "Repeat"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "全部"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "一首"
+
+
+ *: "One"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "顯示檔案"
+
+
+ *: "Show Files"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "全部"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "支援的"
+
+
+ *: "Supported"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "音樂"
+
+
+ *: "Music"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "播放清單"
+
+
+ *: "Playlists"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3資料庫"
+
+
+ *: "ID3 Database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "品質"
+
+
+ *: "Quality"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "頻率"
+
+
+ *: "Frequency"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "來源"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "麥克風"
+
+
+ *: "Microphone"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Line In"
+
+
+ *: "Line In"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "數位"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "聲道"
+
+
+ *: "Channels"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "觸發"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "上下反轉"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "捲動軸"
+
+
+ *: "Scroll Bar"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "狀態列"
+
+
+ *: "Status Bar"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "音調"
+
+
+ *: "Pitch"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "音調升高"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "音調降低"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "模式:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "時間:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "分割時間:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "檔案大小:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "預錄"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "增益"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "左增益"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "右增益"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "硬碟已滿,按下OFF繼續。"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "選單"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "選項"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "液晶螢幕"
+
+
+ *: ""
+
+
diff --git a/apps/lang/czech.lang b/apps/lang/czech.lang
index 04167fc791..48c725afa3 100644
--- a/apps/lang/czech.lang
+++ b/apps/lang/czech.lang
@@ -8371,3 +8371,661 @@
*: "Uložit změny?"
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Ano"
+
+
+ *: "Ano"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Ne"
+
+
+ *: "Ne"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Zapnuto"
+
+
+ *: "zapnuto"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Vypnuto"
+
+
+ *: "vypnuto"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Hlasitost"
+
+
+ *: "Hlasitost"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Náhodný"
+
+
+ *: "Náhodný"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Opakovat"
+
+
+ *: "Opakovat"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Vše"
+
+
+ *: "Vše"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Jednou"
+
+
+ *: "Jednou"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Zobraz soubory"
+
+
+ *: "Zobraz soubory"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Vše"
+
+
+ *: "Vše"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Podporované"
+
+
+ *: "Podporované"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Hudba"
+
+
+ *: "Hudba"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Seznamy skladeb"
+
+
+ *: "Seznamy skladeb"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 databáze"
+
+
+ *: "í dé 3 database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Kvalita"
+
+
+ *: "Kvalita"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frekvence"
+
+
+ *: "Frekvence"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Zdroj"
+
+
+ *: "Zdroj"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mik"
+
+
+ *: "Mikrofon"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Analog"
+
+
+ *: "Analogový"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digit."
+
+
+ *: "Digitální"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanály"
+
+
+ *: "Kanály"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Automatická spoušť"
+
+
+ *: "Automatická spoušť"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Vzhůru nohama"
+
+
+ *: "Vzhůru nohama"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Rolovací panel"
+
+
+ *: "Rolovací panel"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Stavový panel"
+
+
+ *: "Stavový panel"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Zrychlit"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Zpomalit"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "mód:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Čas"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Interval rozdělení:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Velikost:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Přednahrávání"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Zesílení"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Levý "
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Pravý"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Disk je plný. Pro pokračování stiskněte OFF."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Volby"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Editační mód: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Ořezová frekvence"
+
+
+ *: "Ořezová frekvence"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Zesílení"
+
+
+ *: "Zesílení"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Rychlost"
+
+
+ *: "Rychlost"
+
+
diff --git a/apps/lang/dansk.lang b/apps/lang/dansk.lang
index ea1c606f3b..7a0ef54eac 100644
--- a/apps/lang/dansk.lang
+++ b/apps/lang/dansk.lang
@@ -8804,3 +8804,661 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Ja"
+
+
+ *: "Ja"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nej"
+
+
+ *: "Nej"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Til"
+
+
+ *: "Til"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Fra"
+
+
+ *: "Fra"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Lydstyrke"
+
+
+ *: "Lydstyrke"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Bland"
+
+
+ *: "Bland"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Gentag"
+
+
+ *: "Gentag"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Alle"
+
+
+ *: "Alle"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "En"
+
+
+ *: "En"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Vis filtyper"
+
+
+ *: "Vis filtyper"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Alle"
+
+
+ *: "Alle"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Understøttede"
+
+
+ *: "Understøttede"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Musik"
+
+
+ *: "Musik"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Sætlister"
+
+
+ *: "Sætlister"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "Infodatabase"
+
+
+ *: "Infodatabase"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Kvalitet"
+
+
+ *: "Kvalitet"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frekvens"
+
+
+ *: "Frekvens"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Lydkilde"
+
+
+ *: "Lydkilde"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikrofon"
+
+
+ *: "Mikrofon"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Linje-indgang"
+
+
+ *: "Linje-indgang"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital-indgang"
+
+
+ *: "Digital-indgang"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanaler"
+
+
+ *: "Kanaler"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Udløser"
+
+
+ *: "Udløser"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "På hovedet"
+
+
+ *: "På hovedet"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Rullebjælke"
+
+
+ *: "Rullebjælke"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Status bjælke"
+
+
+ *: "Status bjælke"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Pitch op"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Pitch ned"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Tilstand:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Tid:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Del ved tid:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Størrelse:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "For-indspilning"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Forstærkning"
+
+
+ *: "Forstærkning"
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Forstærkning venstre"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Forstærkning højre"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Disken er fuld. Tryk SLUK for at fortsætte."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Indstilling"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "Skærm"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Afspilningshastighed"
+
+
+ *: "Afspilningshastighed"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Afskærings frekvens"
+
+
+ *: "Afskærings frekvens"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Forstærkning"
+
+
+ *: "Forstærkning"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Indstil: %s"
+
+
+ *: ""
+
+
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang
index e341254a5e..9c24ebdad2 100644
--- a/apps/lang/deutsch.lang
+++ b/apps/lang/deutsch.lang
@@ -8386,3 +8386,661 @@
*: "Pixel"
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Ja"
+
+
+ *: "Ja"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nein"
+
+
+ *: "Nein"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Ein"
+
+
+ *: "Ein"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Aus"
+
+
+ *: "Aus"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Lautstärke"
+
+
+ *: "Lautstärke"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Editiermodus: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Grenzfrequenz"
+
+
+ *: "Grenzfrequenz"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Verstärkung"
+
+
+ *: "Verstärkung"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Zufallswiedergabe"
+
+
+ *: "Zufallswiedergabe"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Wiederholung"
+
+
+ *: "Wiederholung"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Alle Titel"
+
+
+ *: "Alle Titel"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Einen Titel"
+
+
+ *: "Einen Titel"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Dateifilter"
+
+
+ *: "Dateifilter"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Alle"
+
+
+ *: "Alle"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Unterstützte"
+
+
+ *: "Unterstützte"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Musik"
+
+
+ *: "Musik"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Playlisten"
+
+
+ *: "Abspiellisten"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3-Datenbank"
+
+
+ *: "ID3-Datenbank"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Qualität"
+
+
+ *: "Qualität"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Abtastrate"
+
+
+ *: "Abtastrate"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Quelle"
+
+
+ *: "Quelle"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikrofon"
+
+
+ *: "Mikrofon"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Analog"
+
+
+ *: "Analog"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanäle"
+
+
+ *: "Kanäle"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Umgedreht"
+
+
+ *: "Umgedreht"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Scrollleiste"
+
+
+ *: "Scrollleiste"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Statusleiste"
+
+
+ *: "Statusleiste"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Tempo"
+
+
+ *: "Tempo"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "schneller"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "langsamer"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: ":"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Zeit:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Teilen alle:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Größe:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Vorab-Aufnahme"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Verst"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "V. Links"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "V. Rechts"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Festplatte voll. Drücke OFF zum fortfahren."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menü"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Option"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 0ea56e88e3..61d16d22f7 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -8806,4 +8806,675 @@
*: "(Vol- : Re-enable)"
-
\ No newline at end of file
+
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Yes"
+
+
+ *: "Yes"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "No"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "On"
+
+
+ *: "On"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Off"
+
+
+ *: "Off"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Shuffle"
+
+
+ *: "Shuffle"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Repeat"
+
+
+ *: "Repeat"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "All"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "One"
+
+
+ *: "One"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Show Files"
+
+
+ *: "Show Files"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "All"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Supported"
+
+
+ *: "Supported"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Music"
+
+
+ *: "Music"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Playlists"
+
+
+ *: "Playlists"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Quality"
+
+
+ *: "Quality"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frequency"
+
+
+ *: "Frequency"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Source"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mic"
+
+
+ *: "Microphone"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Line In"
+
+
+ *: "Line In"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Channels"
+
+
+ *: "Channels"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Scroll Bar"
+
+
+ *: "Scroll Bar"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Status Bar"
+
+
+ *: "Status Bar"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Pitch Up"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Pitch Down"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Mode:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Time:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Split Time:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Size:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pre-Recording"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Gain Left"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Gain Right"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Option"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SPLIT_SIZE
+ desc: in record timesplit options
+
+ *: "Split Filesize"
+
+
+ *: "Split Filesize"
+
+
+ *: "Split Filesize"
+
+
diff --git a/apps/lang/espanol.lang b/apps/lang/espanol.lang
index 5a06865927..ea981c414b 100644
--- a/apps/lang/espanol.lang
+++ b/apps/lang/espanol.lang
@@ -6285,3 +6285,691 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Si"
+
+
+ *: "Si"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "No"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Activo"
+
+
+ *: "Activo"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Apagado"
+
+
+ *: "Apagado"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volumen"
+
+
+ *: "Volumen"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Estéreo"
+
+
+ *: "Estéreo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Aleatorio"
+
+
+ *: "Aleatorio"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Repetir"
+
+
+ *: "Repetir"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Todas"
+
+
+ *: "Todas"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Una"
+
+
+ *: "Una"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Mostrar archivos"
+
+
+ *: "Mostrar archivos"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Todos"
+
+
+ *: "Todos"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "soportados"
+
+
+ *: "Soportados"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Música"
+
+
+ *: "Música"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Listas de reproducción"
+
+
+ *: "Listas de reproducción"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+### The 'desc' field differs from the english!
+### the previously used desc is commented below:
+### desc: show ID3 database
+ desc: show ID3 Database
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "ID3 database"
+ *: "ID3 Database"
+
+
+ *: "Base de datos ID3"
+
+
+ *: "Base de datos ID3"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Calidad"
+
+
+ *: "Calidad"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frecuencia"
+
+
+ *: "Frecuencia"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Fuente"
+
+
+ *: "Fuente"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Micro"
+
+
+ *: "Micrófono"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Analógica"
+
+
+ *: "Analógica"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Canales"
+
+
+ *: "Canales"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Boca-abajo"
+
+
+ *: "Boca abajo"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Barra de Desplazamiento"
+
+
+ *: "Barra de desplazamiento"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Barra de Estado"
+
+
+ *: "Barra de estado"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Acelerar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Ralentizar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Modo:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Tiempo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Split time:"
+ *: "Split Time:"
+
+
+ *: "Tiempo de Separación:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Tamaño:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Prerecording"
+ *: "Pre-Recording"
+
+
+ *: "Pregrabación"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Ganancia"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Left"
+ *: "Gain Left"
+
+
+ *: "Izquierdo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Right"
+ *: "Gain Right"
+
+
+ *: "Derecho"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Disco lleno. Pulsa OFF para continuar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Opcion"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
diff --git a/apps/lang/esperanto.lang b/apps/lang/esperanto.lang
index f734394692..a1d97183d4 100644
--- a/apps/lang/esperanto.lang
+++ b/apps/lang/esperanto.lang
@@ -8520,3 +8520,661 @@
*: "Fora Rulumo Opcioj"
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Jes"
+
+
+ *: "Jes"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Ne"
+
+
+ *: "Ne"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Jes"
+
+
+ *: "Jes"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Ne"
+
+
+ *: "Ne"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volumeno"
+
+
+ *: "Volumeno"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereofonia"
+
+
+ *: "Stereofonia"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Monofonia"
+
+
+ *: "Monofonia"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Eldona Reĝimo: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Tranĉa Frekvenco"
+
+
+ *: "Tranĉa Frekvenco"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gajno"
+
+
+ *: "Gajno"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Miksata"
+
+
+ *: "Miksata"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Ripeti"
+
+
+ *: "Ripeti"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Ĉiuj"
+
+
+ *: "Ĉiuj"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Unu"
+
+
+ *: "Unu"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Montri Dosierojn"
+
+
+ *: "Montri Dosierojn"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Ĉiuj"
+
+
+ *: "Ĉiuj"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Subtenata"
+
+
+ *: "Subtenata"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Muziko"
+
+
+ *: "Muziko"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Leglistoj"
+
+
+ *: "Leglistoj"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3a Datumbazo"
+
+
+ *: "ID3a Datumbazo"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Eco"
+
+
+ *: "Eco"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frekvenco"
+
+
+ *: "Frekvenco"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Fonto"
+
+
+ *: "Fonto"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikrofono"
+
+
+ *: "Mikrofono"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Analoga Enigaĵo"
+
+
+ *: "Analoga Enigaĵo"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Cifereca"
+
+
+ *: "Cifereca"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanaloj"
+
+
+ *: "Kanaloj"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Ekkaŭzo"
+
+
+ *: "Ekkaŭzo"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "180-Gradoja Rotacio"
+
+
+ *: "180-Gradoja Rotacio"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Rulumskalo"
+
+
+ *: "Rulumskalo"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Stata Superstreko"
+
+
+ *: "Stata Superstreko"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Lega Rapido"
+
+
+ *: "Lega Rapido"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Tonalten"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Tonmalalten"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Reĝimo:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Tempo:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Tranĉa Tempo:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Grando:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pra-Rikordo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Gajno"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Maldekstra Gajno"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Desktra Gajno"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Durdisko plena. Pesu OFF por kontinui."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menuo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Opcio"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
diff --git a/apps/lang/finnish.lang b/apps/lang/finnish.lang
index f6ef313ac2..b3b70b5784 100644
--- a/apps/lang/finnish.lang
+++ b/apps/lang/finnish.lang
@@ -8753,3 +8753,661 @@
*: "Katkaisutyyppi"
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Kyllä"
+
+
+ *: "Kyll"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Ei"
+
+
+ *: "Ei"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Päällä"
+
+
+ *: "Pll"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Pois päältä"
+
+
+ *: "Pois plt"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Äänenvoimakkuus"
+
+
+ *: "nenvoimakkuus"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Muokkaustila: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Katkaisutaajuus"
+
+
+ *: "Katkaisutaajuus"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Vahvistus"
+
+
+ *: "Vahvistus"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Sekoitus"
+
+
+ *: "Sekoitus"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Toista"
+
+
+ *: "Toista"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "kaikki"
+
+
+ *: "Kaikki"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "kappale"
+
+
+ *: "kappale"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Näytä tiedostot"
+
+
+ *: "Nyt tiedostot"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Kaikki"
+
+
+ *: "Kaikki"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Tuetut"
+
+
+ *: "Tuetut"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Musiikki"
+
+
+ *: "Musiikki"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Soittolistat"
+
+
+ *: "Soittolistat"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3-tietokanta"
+
+
+ *: "ID3-tietokanta"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Laatu"
+
+
+ *: "Laatu"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Näytteenottotaajuus"
+
+
+ *: "Nytteenottotaajuus"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Lähde"
+
+
+ *: "Lhde"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikki"
+
+
+ *: "Mikrofoni"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Linjatulo"
+
+
+ *: "Linjatulo"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digitaalinen"
+
+
+ *: "Digitaalinen"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanavat"
+
+
+ *: "Kanavat"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Käynnistin"
+
+
+ *: "Kynnistin"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Ylösalaisin"
+
+
+ *: "Ylsalaisin"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Vierityspalkki"
+
+
+ *: "Vierityspalkki"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Tilapalkki"
+
+
+ *: "Tilapalkki"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Äänenkorkeus"
+
+
+ *: "nenkorkeus"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Nosta äänenkorkeutta"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Laske äänenkorkeutta"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Tila:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Aika:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Katkaisu:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Koko:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Esinauhoitus"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Vahvistus"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Vahvistus (vasen)"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Vahvistus (oikea)"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Levy on täynnä. Paina OFF jatkaaksesi."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Valikko"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Valinta"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang
index adfeb335c0..7881a09999 100644
--- a/apps/lang/francais.lang
+++ b/apps/lang/francais.lang
@@ -8650,3 +8650,661 @@ id: LANG_CROSSFEED_DIRECT_GAIN
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Oui"
+
+
+ *: "Oui"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Non"
+
+
+ *: "Non"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Oui"
+
+
+ *: "Oui"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Non"
+
+
+ *: "Non"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stéréo"
+
+
+ *: "Stéréo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Mode Edition: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Fréquence de Coupure"
+
+
+ *: "Fréquence de coupure"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Aléatoire"
+
+
+ *: "Aléatoire"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Répéter"
+
+
+ *: "Répéter"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Toutes"
+
+
+ *: "Toutes"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Une"
+
+
+ *: "Une"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Montrer les Fichiers"
+
+
+ *: "Montrer les fichiers"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Tous Types"
+
+
+ *: "Tous types"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Supportés"
+
+
+ *: "Supportés"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Musique"
+
+
+ *: "Musique"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Listes de Lecture"
+
+
+ *: "Listes de lecture"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "Base de Données Tags"
+
+
+ *: "Base de données des tags"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Qualité"
+
+
+ *: "Qualité"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Fréquence"
+
+
+ *: "Fréquence"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Source"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Micro Intégré"
+
+
+ *: "Microphone intégré"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Entrée Ligne"
+
+
+ *: "Entrée ligne"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Entrée/Sortie Numérique"
+
+
+ *: "Entrée et sortie numérique"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Canaux"
+
+
+ *: "Canaux"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Déclencheur"
+
+
+ *: "Déclencheur"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Rotation LCD à 180°"
+
+
+ *: "Rotation écran à 180°"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Barre de Défilement"
+
+
+ *: "Barre de défilement"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Barre d'Etat"
+
+
+ *: "Barre d'état"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Vitesse de Lecture"
+
+
+ *: "Vitesse de lecture"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Hauteur de Ton (+)"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Hauteur de Ton (-)"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Mode:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Durée:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Temps de Coupe:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Taille:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pré-Enregistrement"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Gain à Gauche"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Gain à Droite"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Disque Plein. Presser OFF pour Continuer"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Option"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
diff --git a/apps/lang/galego.lang b/apps/lang/galego.lang
index 4d203d54ff..a7a7c2f4ee 100644
--- a/apps/lang/galego.lang
+++ b/apps/lang/galego.lang
@@ -6649,3 +6649,689 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Sí"
+
+
+ *: "Yes"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Non"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Activo"
+
+
+ *: "On"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Off"
+
+
+ *: "Off"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volumen"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Estéreo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Aleatorio"
+
+
+ *: "Shuffle"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Repetir"
+
+
+ *: "Repeat"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Todas"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Unha"
+
+
+ *: "One"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Amosar Arquivos"
+
+
+ *: "Show Files"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "todos"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Soportado"
+
+
+ *: "Supported"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Música"
+
+
+ *: "Music"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Listas de Reprodución"
+
+
+ *: "Playlists"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+### The 'desc' field differs from the english!
+### the previously used desc is commented below:
+### desc: show ID3 database
+ desc: show ID3 Database
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "ID3 database"
+ *: "ID3 Database"
+
+
+ *: "Base de datos ID3"
+
+
+ *: "ID3 database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Calidade"
+
+
+ *: "Quality"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frecuencia"
+
+
+ *: "Frequency"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Fonte"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Micro"
+
+
+ *: "Microphone"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Entrada Analóxica"
+
+
+ *: "Line In"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Dixital"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Canais"
+
+
+ *: "Channels"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Disparador"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Arriba Abaixo"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Barra de Desprazamento"
+
+
+ *: "Scroll Bar"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Barra de Estado"
+
+
+ *: "Status Bar"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Acelerar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Ralentizar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Xeito:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Tempo:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Split time:"
+ *: "Split Time:"
+
+
+ *: "Tempo de División"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Tamaño:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Prerecording"
+ *: "Pre-Recording"
+
+
+ *: "Pregravación"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Gañanza"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Left"
+ *: "Gain Left"
+
+
+ *: "Esquerdo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Right"
+ *: "Gain Right"
+
+
+ *: "Dereito"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "O disco esta cheo. Presionar OFF para continuar."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Opción"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
diff --git a/apps/lang/greek.lang b/apps/lang/greek.lang
index fdbd172fc1..8691d5b10b 100644
--- a/apps/lang/greek.lang
+++ b/apps/lang/greek.lang
@@ -8518,3 +8518,661 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Ναι"
+
+
+ *: "Ναι"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Όχι"
+
+
+ *: "Όχι"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Ενεργό"
+
+
+ *: "Ενεργό"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Ανενεργό"
+
+
+ *: "Ανενεργό"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Ένταση"
+
+
+ *: "Ένταση"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Στερεοφωνικό"
+
+
+ *: "Στερεοφωνικό"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Μονοφωνικό"
+
+
+ *: "Μονοφωνικό"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Ανακατεμένα"
+
+
+ *: "Ανακατεμένα"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Επανάληψη"
+
+
+ *: "Επανάληψη"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Όλα"
+
+
+ *: "Όλα"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Ένα"
+
+
+ *: "Ένα"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "Α-Β"
+
+
+ *: "Άλφα-Βήτα"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Εμφάνιση αρχείων"
+
+
+ *: "Εμφάνιση αρχείων"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Όλα"
+
+
+ *: "Όλα"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Υποστηριζόμενα"
+
+
+ *: "Υποστηριζόμενα"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Μουσικής"
+
+
+ *: "Μουσικής"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Λίστες αναπαραγωγής"
+
+
+ *: "Λίστες αναπαραγωγής"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "Βάση δεδομένων ID3"
+
+
+ *: "Βάση δεδομένων άι ντί 3"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Ποιότητα"
+
+
+ *: "Ποι-ότητα"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Συχνότητα"
+
+
+ *: "Συχνότητα"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Πηγή"
+
+
+ *: "Πηγή"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Μικρόφωνο"
+
+
+ *: "Μικρόφωνο"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Αναλογική είσοδος"
+
+
+ *: "Αναλογική είσοδος"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Ψηφιακή είσοδος"
+
+
+ *: "Ψηφιακή είσοδος"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Κανάλια"
+
+
+ *: "Κανάλια"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Πυροδότης"
+
+
+ *: "Πυροδότης"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Ανάποδα"
+
+
+ *: "Ανάποδα"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Μπάρα κύλισης"
+
+
+ *: "Μπάρα κύλισης"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Μπάρα κατάστασης"
+
+
+ *: "Μπάρα κατάστασης"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Όξυνση"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Βάρυνση"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Τρόπος:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Χρόνος:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Χρόνος διαχωρισμού:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Μέγεθος:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Προηχογράφηση"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Ενίσχυση"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Ενίσχυση αριστερού"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Ενίσχυση δεξιού"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Ο δίσκος είναι γεμάτος. Πατήστε OFF για συνέχεια"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Μενού"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Επιλογές"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Οξύτητα "
+
+
+ *: "Οξύτητα "
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Συχνότητα αποκοπής"
+
+
+ *: "Συχνότητα αποκοπής"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Ενίσχυση"
+
+
+ *: "Ενίσχυση"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Τρόπος επεξεργασίας: %s"
+
+
+ *: ""
+
+
diff --git a/apps/lang/hebrew.lang b/apps/lang/hebrew.lang
index 05af6a49d0..1b2a8cb47a 100644
--- a/apps/lang/hebrew.lang
+++ b/apps/lang/hebrew.lang
@@ -1,4 +1,4 @@
-
+
id: LANG_SET_BOOL_YES
desc: bool true representation
user:
@@ -70,7 +70,7 @@
id: LANG_ALWAYS
- desc: (player) the jump scroll shall be done "always
+ desc: used in various places
user:
*: "Always"
@@ -154,7 +154,7 @@
id: LANG_FAILED
- desc: Something failed. To be appended after above actions
+ desc: Something failed. To be appended after actions
user:
*: "Failed"
@@ -168,7 +168,7 @@
id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS
- desc: Text for the menu text to access the most recent bookmarks list
+ desc: in the main menu
user:
*: "Recent Bookmarks"
@@ -210,7 +210,7 @@
id: LANG_MANAGE_MENU
- desc: in the system sub menu
+ desc: in the main menu
user:
*: "Manage Settings"
@@ -224,7 +224,7 @@
id: LANG_FM_RADIO
- desc: in main menu
+ desc: in the main menu
user:
*: "FM Radio"
@@ -252,13 +252,13 @@
id: LANG_PLAYLIST_MENU
- desc: in main menu.
+ desc: in the main menu
user:
*: "Playlist Options"
- *: "רשימת שירים - אפשרויות"
+ *: "אפשרויות רשימת שירים"
*: "Playlist Options"
@@ -266,7 +266,7 @@
id: LANG_PLUGINS
- desc: in main_menu()
+ desc: in the main menu
user:
*: "Browse Plugins"
@@ -342,7 +342,7 @@
*: "Treble"
- *: "טריבל"
+ *: "טרבל"
*: "Treble"
@@ -426,7 +426,7 @@
*: "Custom"
- *: "התאמה אישית"
+ *: "מותאם אישית"
*: "Custom"
@@ -479,7 +479,7 @@
desc: in sound_settings
user:
- *: "Stereo width"
+ *: "Stereo Width"
*: "רוחב סטריאו"
@@ -535,7 +535,7 @@
desc: in sound settings
user:
- *: "Super bass"
+ *: "Super Bass"
*: "סופר בס"
@@ -591,10 +591,10 @@
desc: in sound settings
user:
- *: "MDB Center frequency"
+ *: "MDB Center Frequency"
- *: "MDB מרכז תדירות"
+ *: "MDB תדירות מרכז"
*: "MDB Center frequency"
@@ -762,7 +762,7 @@
*: "Are You Sure?"
- *: "אתה בטוח?"
+ *: "?אתה בטוח"
*: ""
@@ -846,7 +846,7 @@
*: "Write .cfg file"
- *: "יצירת קובץ הגדרות"
+ *: ".cfg יצירת קובץ"
*: "Write configuration file"
@@ -913,7 +913,7 @@
desc: in the recording sub menu
user:
- *: "Recording screen"
+ *: "Recording Screen"
*: "מסך הקלטה"
@@ -986,7 +986,7 @@
*: "Recursively Insert Directories"
- *: "הכנס ספריות בצורה החוזרת על עצמה"
+ *: "הכנס את כל תת-הספריות"
*: "Recursively Insert Directories"
@@ -994,7 +994,7 @@
id: LANG_INFO_MENU
- desc: in the info sub menu
+ desc: in the info menu
user:
*: "Rockbox Info"
@@ -1008,7 +1008,7 @@
id: LANG_VERSION
- desc: in the main menu
+ desc: in the info menu
user:
*: "Version"
@@ -1022,7 +1022,7 @@
id: LANG_DEBUG
- desc: in the main menu
+ desc: in the info menu
user:
*: "Debug (Keep Out!)"
@@ -1036,13 +1036,13 @@
id: LANG_USB
- desc: in the main menu
+ desc: in the info menu
user:
*: "USB (Sim)"
- *: "USB (הדגמה)"
+ *: "USB (הדמייה)"
*: ""
@@ -1137,10 +1137,10 @@
desc: in settings_menu
user:
- *: "Resume on startup"
+ *: "Resume on Startup"
- *: "המשך מאותו מקום בהפעלה מחדש"
+ *: "המשך מאותו מקום באתחול המערכת"
*: "Resume on startup"
@@ -1151,7 +1151,7 @@
desc: in the playback sub menu
user:
- *: "FFwd/Rewind"
+ *: "Fast-Forward/Rewind"
*: "הילוך מהיר קדימה ואחורה"
@@ -1179,7 +1179,7 @@
desc: options menu to set fade on stop or pause
user:
- *: "Fade On Stop/Pause"
+ *: "Fade on Stop/Pause"
*: "עמעום צליל בעצירה"
@@ -1210,7 +1210,7 @@
*: "Replaygain"
- *: "עוצמה חוזרת"
+ *: "הגברה חוזרת"
*: ""
@@ -1221,7 +1221,7 @@
desc: in playback settings
user:
- *: "Beep volume"
+ *: "Beep Volume"
*: "עוצמת הצפצוף"
@@ -1277,7 +1277,7 @@
desc: in playback settings menu. enable/disable the optical out
user:
- *: "Optical output"
+ *: "Optical Output"
*: "יציאה אופטית"
@@ -1291,7 +1291,7 @@
desc: in playback settings screen
user:
- *: "ID3 tag priority"
+ *: "ID3 Tag Priority"
*: "ID3 עדיפות תווית"
@@ -1330,10 +1330,10 @@
id: LANG_NEXT_FOLDER
- desc: in settings_menu. Should we move to next folder when current one ends
+ desc: in settings_menu. Should we allow move to next/prev folder from last/first track of current one
user:
- *: "Move to Next Folder"
+ *: "Auto-Change Directory"
*: "מעבר לספריה הבאה"
@@ -1347,7 +1347,7 @@
desc: in settings_menu.
user:
- *: "Gather runtime data (experimental)"
+ *: "Gather Runtime Data (experimental)"
*: "אסוף נתוני ריצה"
@@ -1417,7 +1417,7 @@
desc: browser sorting setting
user:
- *: "by date"
+ *: "By Date"
*: "לפי תאריך"
@@ -1431,7 +1431,7 @@
desc: browser sorting setting
user:
- *: "by newest date"
+ *: "By Newest Date"
*: "לפי התאריך החדש ביותר"
@@ -1445,7 +1445,7 @@
desc: browser sorting setting
user:
- *: "by type"
+ *: "By Type"
*: "לפי סוג"
@@ -1526,10 +1526,10 @@
id: LANG_FILTER_ID3DB
- desc: show ID3 database
+ desc: show ID3 Database
user:
- *: "ID3 database"
+ *: "ID3 Database"
*: "ID3 מסד נתוני"
@@ -1644,7 +1644,7 @@
*: "Status-/Scrollbar"
- *: "שורת מצב ושורת וגלילה"
+ *: "שורת מצב ושורת גלילה"
*: "Status- and Scrollbar"
@@ -1686,7 +1686,7 @@
*: "Disk"
- *: "דיסק"
+ *: "כונן"
*: "Disk"
@@ -1854,7 +1854,7 @@
*: "Maintain a List of Recent Bookmarks?"
- *: "?יצירת רשימת סימניות אחרונות"
+ *: "יצירת רשימת סימניות אחרונות"
*: "Maintain a List of Recent Bookmarks?"
@@ -1918,7 +1918,7 @@
id: LANG_VOICE_NUMBER
- desc: talkbox" mode for files+directories
+ desc: "talkbox" mode for files+directories
user:
*: "Numbers"
@@ -1932,7 +1932,7 @@
id: LANG_VOICE_SPELL
- desc: talkbox" mode for files+directories
+ desc: "talkbox" mode for files+directories
user:
*: "Spell"
@@ -1946,13 +1946,13 @@
id: LANG_VOICE_DIR_HOVER
- desc: talkbox" mode for directories + files
+ desc: "talkbox" mode for directories + files
user:
*: ".talk mp3 clip"
- *: ".אמור חלקי mp3:"
+ *: ".mp3הקרא קטעי "
*: "talk mp3 clip"
@@ -2061,10 +2061,10 @@
desc: Editable recordings setting
user:
- *: "Independent frames"
+ *: "Independent Frames"
- *: "מסגרת עצמאית"
+ *: "מסגרות נפרדות"
*: "Independent frames"
@@ -2072,13 +2072,13 @@
id: LANG_RECORD_TIMESPLIT
- desc: Prompt for record timer interval setting, in the record settings menu
+ desc: Record split menu
user:
- *: "Time Split"
+ *: "File Split Options"
- *: "פיצול לפי זמן"
+ *: "אפשרויות פיצול לקבצים"
*: "Time Split"
@@ -2089,10 +2089,10 @@
desc: in recording settings_menu
user:
- *: "Prerecord time"
+ *: "Prerecord Time"
- *: "שעון הקלטה מראש"
+ *: "זמן הקלטה מראש"
*: "Pre-Record time"
@@ -2117,7 +2117,7 @@
desc: in recording directory options
user:
- *: "Current dir"
+ *: "Current Directory"
*: "ספריה נוכחית"
@@ -2128,13 +2128,13 @@
id: LANG_RECORD_STARTUP
- desc: Start Rockbox in Recording screen
+ desc: Start Rockbox in Recording Screen
user:
- *: "Show recording screen on startup"
+ *: "Show Recording Screen on Startup"
- *: "הצג מסך הקלטה בהפעלה מחדש"
+ *: "הצג מסך הקלטה באתחול המערכת"
*: "Show recording screen on startup"
@@ -2201,10 +2201,10 @@
desc: in replaygain
user:
- *: "Enable replaygain"
+ *: "Enable Replaygain"
- *: "עוצמה חוזרת פעילה"
+ *: "הגברה חוזרת פעילה"
*: ""
@@ -2215,7 +2215,7 @@
desc: in replaygain
user:
- *: "Prevent clipping"
+ *: "Prevent Clipping"
*: "מנע עיוותים"
@@ -2229,10 +2229,10 @@
desc: in replaygain
user:
- *: "Replaygain type"
+ *: "Replaygain Type"
- *: "סוג עוצמה חוזרת"
+ *: "סוג הגברה חוזרת"
*: ""
@@ -2243,10 +2243,10 @@
desc: in replaygain
user:
- *: "Album gain"
+ *: "Album Gain"
- *: "עוצמה חוזרת לפי אלבום"
+ *: "הגברה חוזרת לפי אלבום"
*: ""
@@ -2257,10 +2257,10 @@
desc: in replaygain
user:
- *: "Track gain"
+ *: "Track Gain"
- *: "עוצמה חוזרת לפי שיר"
+ *: "הגברה חוזרת לפי שיר"
*: ""
@@ -2268,7 +2268,7 @@
id: LANG_REPLAYGAIN_PREAMP
- desc: in browse_id3
+ desc: in replaygain settings
user:
*: "Pre-amp"
@@ -2296,10 +2296,10 @@
id: LANG_BACKLIGHT_ON_WHEN_CHARGING
- desc: in display_settings_menu
+ desc: in display_settings_menu, backlight timeout with charger connected
user:
- *: "Backlight On When Plugged"
+ *: "Backlight (While Plugged In)"
*: "תאורה דולקת כשמחובר למטען"
@@ -2313,10 +2313,10 @@
desc: in settings_menu
user:
- *: "Caption backlight"
+ *: "Caption Backlight"
- *: "כותרת תאורה"
+ *: "הפעלת תאורה במעבר שיר"
*: "Caption backlight"
@@ -2327,7 +2327,7 @@
desc: in settings_menu
user:
- *: "Backlight fade in"
+ *: "Backlight Fade In"
*: "הגברה הדרגתית של תאורת המסך"
@@ -2341,7 +2341,7 @@
desc: in settings_menu
user:
- *: "Backlight fade out"
+ *: "Backlight Fade Out"
*: "עמעום תאורת המסך"
@@ -2414,7 +2414,7 @@
*: "Upside Down"
- *: "הפוך"
+ *: "היפוך תצוגה"
*: "Upside Down"
@@ -2453,7 +2453,7 @@
desc: in settings_menu
user:
- *: "Bar(Inverse)"
+ *: "Bar (Inverse)"
*: "שורה הפוכה"
@@ -2551,7 +2551,7 @@
desc: (player) menu altarnative for jump scroll
user:
- *: "Jump scroll"
+ *: "Jump Scroll"
*: "קפיצת גלילה"
@@ -2562,7 +2562,7 @@
id: LANG_ONE_TIME
- desc: (player) the jump scroll shall be done "one time
+ desc: (player) the jump scroll shall be done "one time"
user:
*: "One time"
@@ -2621,7 +2621,7 @@
desc: in settings menu
user:
- *: "Button bar"
+ *: "Button Bar"
*: "שורת כפתורים"
@@ -2775,7 +2775,7 @@
desc: in the peak meter menu
user:
- *: "Logarithmic(dB)"
+ *: "Logarithmic (dB)"
*: "(db) לוגריתמי"
@@ -2789,7 +2789,7 @@
desc: in the peak meter menu
user:
- *: "Linear(%)"
+ *: "Linear (%)"
*: "(%) ליניארי"
@@ -2890,7 +2890,7 @@
*: "Disk Spindown"
- *: "הפסקת סיבוב דיסק"
+ *: "הפסקת סיבוב הכונן"
*: "Disk Spindown"
@@ -2904,7 +2904,7 @@
*: "Disk Poweroff"
- *: "כיבוי דיסק"
+ *: "כיבוי הכונן"
*: "Disk Poweroff"
@@ -2971,7 +2971,7 @@
desc: in settings_menu
user:
- *: "Max files in dir browser"
+ *: "Max Files in Dir Browser"
*: "מספר קבצים מקסימלי בספריה"
@@ -2985,7 +2985,7 @@
desc: in settings_menu
user:
- *: "Max playlist size"
+ *: "Max Playlist Size"
*: "מספר קבצים מקסימלי ברשימת שירים"
@@ -3024,13 +3024,13 @@
id: LANG_MENU_SHOW_ID3_INFO
- desc: Menu option to start id3 viewer
+ desc: Menu option to start tag viewer
user:
*: "Show ID3 Info"
- *: "הצג מידע ID3"
+ *: "ID3 הצג מידע"
*: "Show ID3 Info"
@@ -3041,7 +3041,7 @@
desc: in wps context menu
user:
- *: "Set song rating"
+ *: "Set Song Rating"
*: "קבע דירוג שיר"
@@ -3086,7 +3086,7 @@
*: "Delete"
- *: "למחוק"
+ *: "מחק"
*: "Delete"
@@ -3097,7 +3097,7 @@
desc: in on+play menu
user:
- *: "Delete directory"
+ *: "Delete Directory"
*: "מחק ספריה"
@@ -3139,7 +3139,7 @@
desc: Onplay open with
user:
- *: "Open with"
+ *: "Open With..."
*: "פתח באמצעות"
@@ -3153,7 +3153,7 @@
desc: in main menu
user:
- *: "Create directory"
+ *: "Create Directory"
*: "יצירת ספריה"
@@ -3240,7 +3240,7 @@
*: "Insert shuffled"
- *: "הכנס מעורבבים"
+ *: "הכנס במעורבב"
*: "Insert shuffled"
@@ -3254,7 +3254,7 @@
*: "Queue"
- *: "לעמוד בתור"
+ *: "העמד בתור"
*: "Queue"
@@ -3422,7 +3422,7 @@
*: "Disk:"
- *: "דיסק:"
+ *: "כונן:"
*: ""
@@ -3436,7 +3436,7 @@
*: "Free:"
- *: "מקום חופשי בדיסק:"
+ *: "מקום חופשי בכונן:"
*: "Free diskspace:"
@@ -3758,7 +3758,7 @@
*: "ON To Set"
- *: "הפעל כדי לכוון"
+ *: "הפעל כדי לקבוע"
*: ""
@@ -3772,7 +3772,7 @@
*: "OFF To Revert"
- *: "בטל כדי לחזור"
+ *: "כבה כדי לבטל"
*: ""
@@ -3811,7 +3811,7 @@
desc: displayed when key lock is on
user:
- *: "Key Lock Is ON"
+ *: "Keylock is ON"
*: "נעילת מקשים פעילה"
@@ -3825,7 +3825,7 @@
desc: displayed when key lock is turned off
user:
- *: "Key Lock Is OFF"
+ *: "Keylock is OFF"
*: "נעילת מקשים מבוטלת"
@@ -3853,7 +3853,7 @@
desc: Display of record timer interval setting, on the record screen
user:
- *: "Split time:"
+ *: "Split Time:"
*: "זמן פיצול:"
@@ -3881,7 +3881,7 @@
desc: in recording and radio screen
user:
- *: "Prerecording"
+ *: "Pre-Recording"
*: "הקלטה מראש"
@@ -3898,7 +3898,7 @@
*: "Gain"
- *: "שער עוצמה"
+ *: "הגברה"
*: ""
@@ -3909,10 +3909,10 @@
desc: in the recording screen
user:
- *: "Left"
+ *: "Gain Left"
- *: "שמאל"
+ *: "הגברה שמאלית"
*: ""
@@ -3923,10 +3923,10 @@
desc: in the recording screen
user:
- *: "Right"
+ *: "Gain Right"
- *: "ימין"
+ *: "הגברה ימנית"
*: ""
@@ -3940,7 +3940,7 @@
*: "The disk is full. Press OFF to continue."
- *: "להמשיך כדי כבה על לחץ מלא. הדיסק."
+ *: "להמשיך כדי כבה על לחץ מלא. הכונן."
*: ""
@@ -3993,7 +3993,7 @@
desc: in recording settings_menu
user:
- *: "Start above"
+ *: "Start Above"
*: "התחל לפני"
@@ -4021,7 +4021,7 @@
desc: in recording settings_menu
user:
- *: "Stop below"
+ *: "Stop Below"
*: "עצור אחרי"
@@ -4049,7 +4049,7 @@
desc: in recording settings_menu
user:
- *: "Presplit gap"
+ *: "Presplit Gap"
*: "חלק מראש את הרווח"
@@ -4077,7 +4077,7 @@
desc: waiting for threshold
user:
- *: "Trigger idle"
+ *: "Trigger Idle"
*: "גורם ההפעלה ממתין"
@@ -4091,7 +4091,7 @@
desc:
user:
- *: "Trigger active"
+ *: "Trigger Active"
*: "גורם ההפעלה מופעל"
@@ -4164,7 +4164,7 @@
*: "PLAY=Set OFF=Cancel"
- *: "נגן=אשר כבה=ביטול"
+ *: "נגן=אישור כבה=ביטול"
*: ""
@@ -4186,7 +4186,7 @@
id: LANG_ID3_TITLE
- desc: in wps
+ desc: in tag viewer
user:
*: "[Title]"
@@ -4200,7 +4200,7 @@
id: LANG_ID3_ARTIST
- desc: in wps
+ desc: in tag viewer
user:
*: "[Artist]"
@@ -4214,7 +4214,7 @@
id: LANG_ID3_ALBUM
- desc: in wps
+ desc: in tag viewer
user:
*: "[Album]"
@@ -4228,7 +4228,7 @@
id: LANG_ID3_TRACKNUM
- desc: in wps
+ desc: in tag viewer
user:
*: "[Tracknum]"
@@ -4242,7 +4242,7 @@
id: LANG_ID3_GENRE
- desc: ID3 frame 'genre'
+ desc: in tag viewer
user:
*: "[Genre]"
@@ -4256,7 +4256,7 @@
id: LANG_ID3_YEAR
- desc: ID3 info 'year'
+ desc: in tag viewer
user:
*: "[Year]"
@@ -4270,7 +4270,7 @@
id: LANG_ID3_PLAYLIST
- desc: in wps
+ desc: in tag viewer
user:
*: "[Playlist]"
@@ -4284,7 +4284,7 @@
id: LANG_ID3_BITRATE
- desc: in wps
+ desc: in tag viewer
user:
*: "[Bitrate]"
@@ -4326,7 +4326,7 @@
id: LANG_ID3_FRECUENCY
- desc: in wps
+ desc: in tag viewer
user:
*: "[Frequency]"
@@ -4340,13 +4340,13 @@
id: LANG_ID3_TRACK_GAIN
- desc: in browse_id3
+ desc: in tag viewer
user:
- *: "[Track gain]"
+ *: "[Track Gain]"
- *: "[עוצמה חוזרת שיר]"
+ *: "[הגברה חוזרת שיר]"
*: ""
@@ -4354,13 +4354,13 @@
id: LANG_ID3_ALBUM_GAIN
- desc: in browse_id3
+ desc: in tag viewer
user:
- *: "[Album gain]"
+ *: "[Album Gain]"
- *: "[עוצמה חוזרת אלבום]"
+ *: "[הגברה חוזרת אלבום]"
*: ""
@@ -4368,7 +4368,7 @@
id: LANG_ID3_PATH
- desc: in wps
+ desc: in tag viewer
user:
*: "[Path]"
@@ -4382,7 +4382,7 @@
id: LANG_ID3_NO_INFO
- desc: ID3 info is missing
+ desc: in tag viewer
user:
*: ""
@@ -5978,7 +5978,7 @@
id: LANG_PLAYLIST_BUFFER_FULL
- desc: in playlist.indices() when playlist is full *WARNING* this and next ID are only used in this function.
+ desc: in playlist.indices() when playlist is full
user:
*: "Playlist Buffer Full"
@@ -5995,7 +5995,7 @@
desc: when playlist has finished
user:
- *: "End Of List"
+ *: "End of List"
*: "סוף הרשימה"
@@ -6009,7 +6009,7 @@
desc: when playlist has finished
user:
- *: "End Of Song List"
+ *: "End of Song List"
*: "סוף רשימת השירים"
@@ -6188,10 +6188,10 @@
id: LANG_FM_NO_PRESETS
- desc: DEPRECATED
+ desc: error when preset list is empty
user:
- *: ""
+ *: "No presets"
*: ""
@@ -6205,7 +6205,7 @@
desc: in radio screen
user:
- *: "Edit preset"
+ *: "Edit Preset"
*: "ערוך תחנה קבועה"
@@ -6219,7 +6219,7 @@
desc: in radio screen
user:
- *: "Remove preset"
+ *: "Remove Preset"
*: "הסר תחנה קבועה"
@@ -6233,7 +6233,7 @@
desc: in radio screen
user:
- *: "Preset save failed"
+ *: "Preset Save Failed"
*: "שמירת התחנה הקבועה נכשלה"
@@ -6247,10 +6247,10 @@
desc: in radio screen
user:
- *: "The preset list is full"
+ *: "The Preset List is Full"
- *: "רשימת התחנות הקבועות מראש נכשלה"
+ *: "רשימת התחנות הקבועות מראש מלאה"
*: ""
@@ -6328,7 +6328,7 @@
id: LANG_FM_BUTTONBAR_RECORD
- desc: in main menu
+ desc: in radio screen
user:
*: "Record"
@@ -6348,7 +6348,7 @@
*: "Force mono"
- *: "כפה מונו"
+ *: "מצב מונו"
*: ""
@@ -6376,7 +6376,7 @@
*: "Option"
- *: "אפשרויות"
+ *: "אפשרות"
*: ""
@@ -6401,10 +6401,10 @@
desc: in showdir(), displayed on screen when you reach buffer limit
user:
- *: "Dir Buffer Is Full!"
+ *: "Dir Buffer is Full!"
- *: "זיכרון תיקיות !מלא"
+ *: "!מלא תיקיות זיכרון"
*: ""
@@ -6432,7 +6432,7 @@
*: "Settings Loaded"
- *: "הגדרות נטען"
+ *: "נטענו הגדרות"
*: ""
@@ -6446,7 +6446,7 @@
*: "Settings Saved"
- *: "הגדרות נשמר"
+ *: "נשמרו הגדרות"
*: ""
@@ -6460,7 +6460,7 @@
*: "Boot changed"
- *: "האתחול שונה"
+ *: "קובץ המערכת שונה"
*: ""
@@ -6667,7 +6667,7 @@
desc: Error message displayed in playlist viewer
user:
- *: "Move failed"
+ *: "Move Failed"
*: "העברה נכשלה"
@@ -6709,7 +6709,7 @@
desc: track display options
user:
- *: "Track name only"
+ *: "Track Name Only"
*: "שם השיר בלבד"
@@ -6723,7 +6723,7 @@
desc: track display options
user:
- *: "Full path"
+ *: "Full Path"
*: "כל הכתובת"
@@ -6900,3 +6900,2586 @@
*: ""
+
+ id: LANG_FM_SAVE_CHANGES
+ desc: When you try to exit radio to confirm save
+ user:
+
+ *: "Save Changes?"
+
+
+ *: "לשמור שינויים?"
+
+
+ *: ""
+
+
+
+ id: LANG_EQUALIZER_ADVANCED
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Advanced EQ Settings"
+
+
+ *: "הגדרות מאפנן צליל מתקדמות"
+
+
+ *: "Advanced equalizer settings"
+
+
+
+ id: LANG_WARN_ERASEDYNPLAYLIST_MENU
+ desc: in playlist options menu, option to warn when erasing dynamic playlist
+ user:
+
+ *: "Warn When Erasing Dynamic Playlist"
+
+
+ *: "הזהר לפני מחיקת רשימת השירים הנוכחית"
+
+
+ *:
+
+
+
+ id: LANG_TAGCACHE_INIT
+ desc: while initializing tagcache on boot
+ user:
+
+ *: "Committing tagcache"
+
+
+ *: "מפענח זיכרון תוויות שם"
+
+
+ *: ""
+
+
+
+ id: LANG_TAGNAVI_ALL_TRACKS
+ desc: "" entry in tag browser
+ user:
+
+ *: ""
+
+
+ *: "<כל השירים>"
+
+
+ *: "All tracks"
+
+
+
+ id: LANG_EQUALIZER_GRAPHICAL
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Graphical EQ"
+
+
+ *: "מאפנן צליל גרפי"
+
+
+ *: "Graphical equalizer"
+
+
+
+ id: LANG_CLEAR_BACKDROP
+ desc: text for LCD settings menu
+ user:
+
+ *: "Clear Backdrop"
+
+
+ *: "נקה תמונת רקע"
+
+
+ *: "Clear Backdrop"
+
+
+
+ id: LANG_CUSTOM_THEME
+ desc: in the main menu
+ user:
+
+ *: "Browse Themes"
+
+
+ *: "הצג תצורות נושא"
+
+
+ *: "Browse Themes"
+
+
+
+ id: LANG_FM_TUNE_MODE
+ desc: in radio screen / menu
+ user:
+
+ *: "Mode:"
+
+
+ *: "מצב:"
+
+
+ *: ""
+
+
+
+ id: LANG_REMOTE_WHILE_PLAYING
+ desc: in settings_menu()
+ user:
+
+ *: "Browse .rwps files"
+
+
+ *: ".rwps הצג קבצי"
+
+
+ *: "Browse remote while-playing-screen files"
+
+
+
+ id: LANG_FM_DEFAULT_PRESET_NAME
+ desc: default preset name for auto scan mode
+ user:
+
+ *: "%d.%01dMHz"
+
+
+ *: "%d.%01dMHz"
+
+
+ *:
+
+
+
+ id: LANG_CROSSFADE_ENABLE
+ desc: in crossfade settings menu
+ user:
+
+ *: "Enable Crossfade"
+
+
+ *: "הפעל מעבר ביניים"
+
+
+ *: ""
+
+
+
+ id: LANG_BACKGROUND_COLOR
+ desc: menu entry to set the background color
+ user:
+
+ *: "Background Colour"
+
+
+ *: "צבע אחורי"
+
+
+ *: "Background Colour"
+
+
+
+ id: LANG_EQUALIZER_BAND_Q
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Q"
+
+
+ *: "Q"
+
+
+ *: "Q"
+
+
+
+ id: LANG_QUEUE_SHUFFLED
+ desc: in onplay menu. queue a track/playlist randomly into dynamic playlist
+ user:
+
+ *: "Queue shuffled"
+
+
+ *: "העמד בתור במעורבב"
+
+
+ *: "Queue shuffled"
+
+
+
+ id: LANG_REDUCE_TICKING
+ desc: in remote lcd settings menu
+ user:
+
+ *: "Reduce Ticking"
+
+
+ *: "הפחת צלילי תיקתוק"
+
+
+ *: "Reduce Ticking"
+
+
+
+ id: LANG_CODEPAGE_THAI
+ desc: in codepage setting menu
+ user:
+
+ *: "Thai (ISO-8859-11)"
+
+
+ *: "תאילנדית (ISO-8859-11)"
+
+
+ *: "Thai"
+
+
+
+ id: LANG_PASTE
+ desc: The verb/action Paste
+ user:
+
+ *: "Paste"
+
+
+ *: "הדבק"
+
+
+ *: "Paste"
+
+
+
+ id: LANG_EQUALIZER_PRECUT
+ desc: in eq settings
+ user:
+
+ *: "Precut"
+
+
+ *: "חיתוך מראש"
+
+
+ *: "Pre-cut"
+
+
+
+ id: LANG_TAGCACHE_DISK
+ desc:
+ user:
+
+ *: ""
+
+
+ *: "שמור על הכונן"
+
+
+ *: "Keep on Disk"
+
+
+
+ id: LANG_CODEPAGE_JAPANESE
+ desc: in codepage setting menu
+ user:
+
+ *: "Japanese (SJIS)"
+
+
+ *: "יפנית (SJIS)"
+
+
+ *: "Japanese"
+
+
+
+ id: LANG_CODEPAGE_HEBREW
+ desc: in codepage setting menu
+ user:
+
+ *: "Hebrew (ISO-8859-8)"
+
+
+ *: "עברית (ISO-8859-8)"
+
+
+ *: "Hebrew"
+
+
+
+ id: LANG_WARN_ERASEDYNPLAYLIST_PROMPT
+ desc: prompt shown when about to erase a modified dynamic playlist
+ user:
+
+ *: "Erase dynamic playlist?"
+
+
+ *: "למחוק רשימת שירים נוכחית?"
+
+
+ *:
+
+
+
+ id: LANG_TAGCACHE_BUSY
+ desc: when trying to shutdown and tagcache is committing
+
+ *: "Tagcache is not ready"
+
+
+ *: "זיכרון תוויות המידע אינו מוכן"
+
+
+ *: "Tagcache is not ready"
+
+
+
+ id: LANG_CODEPAGE_KOREAN
+ desc: in codepage setting menu
+ user:
+
+ *: "Korean (KSX1001)"
+
+
+ *: "קוריאנית (KSX1001)"
+
+
+ *: "Korean"
+
+
+
+ id: LANG_CODEPAGE_TURKISH
+ desc: in codepage setting menu
+ user:
+
+ *: "Turkish (ISO-8859-9)"
+
+
+ *: "טורקית (ISO-8859-9)"
+
+
+ *: "Turkish"
+
+
+
+ id: LANG_FOREGROUND_COLOR
+ desc: menu entry to set the foreground color
+ user:
+
+ *: "Foreground Colour"
+
+
+ *: "צבע קדמי"
+
+
+ *: "Foreground Colour"
+
+
+
+ id: LANG_CODEPAGE_SIMPLIFIED
+ desc: in codepage setting menu
+ user:
+
+ *: "Simp. Chinese (GB2312)"
+
+
+ *: "סינית רגילה (GB2312)"
+
+
+ *: "Simplified Chinese"
+
+
+
+ id: LANG_BACKLIGHT_FILTER_FIRST_KEYPRESS
+ desc: Backlight behaviour setting
+ user:
+
+ *: "First Keypress Enables Backlight Only"
+
+
+ *: "לחיצה ראשונה מפעילה תאורה בלבד"
+
+
+ *: "First Keypress Enables Backlight Only"
+
+
+
+ id: LANG_REMOTE_MAIN
+ desc: in record settings menu.
+ user:
+
+ *: "Main and Remote Unit"
+
+
+ *: "יחידה מרכזית והשלט"
+
+
+ *: "Main and remote unit"
+
+
+
+ id: LANG_PIXELS
+ desc: In the settings menu
+ user:
+
+ *: "pixels"
+
+
+ *: "פיקסלים"
+
+
+ *: "pixels"
+
+
+
+ id: VOICE_EXT_KBD
+ desc: spoken only, for file extension
+ user:
+
+ *: ""
+
+
+ *: ""
+
+
+ *: "keyboard"
+
+
+
+ id: LANG_BRIGHTNESS
+ desc: in settings_menu
+ user:
+
+ *: "Brightness"
+
+
+ *: "בהירות"
+
+
+ *: "Brightness"
+
+
+
+ id: LANG_EQUALIZER_SAVE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Save EQ Preset"
+
+
+ *: "שמור הגדרות מאפנן צליל"
+
+
+ *: "Save equalizer preset"
+
+
+
+ id: LANG_MAIN_UNIT
+ desc: in record settings menu.
+ user:
+
+ *: "Main Unit Only"
+
+
+ *: "יחידה מרכזית בלבד"
+
+
+ *: "Main unit only"
+
+
+
+ id: LANG_FM_PRESET_LOAD
+ desc: load preset list in fm radio
+ user:
+
+ *: "Load Preset List"
+
+
+ *: "טען רשימת תחנות"
+
+
+ *: "Load Preset List"
+
+
+
+ id: LANG_TAGCACHE_RAM
+ desc: in tag cache settings
+ user:
+
+ *: "Load to RAM"
+
+
+ *: "טען לזיכרון RAM"
+
+
+ *: "Load to RAM"
+
+
+
+ id: LANG_CROSSFEED
+ desc: in sound settings
+ user:
+
+ *: "Crossfeed"
+
+
+ *: "הזנה הפוכה"
+
+
+ *: "Crossfeed"
+
+
+
+ id: LANG_CODEPAGE_GREEK
+ desc: in codepage setting menu
+ user:
+
+ *: "Greek (ISO-8859-7)"
+
+
+ *: "יוונית (ISO-8859-7)"
+
+
+ *: "Greek"
+
+
+
+ id: LANG_CODEPAGE_TRADITIONAL
+ desc: in codepage setting menu
+ user:
+
+ *: "Trad. Chinese (BIG5)"
+
+
+ *: "סינית מסורתית (BIG5)"
+
+
+ *: "Traditional Chinese"
+
+
+
+ id: LANG_COPY
+ desc: The verb/action Copy
+ user:
+
+ *: "Copy"
+
+
+ *: "העתק"
+
+
+ *: "Copy"
+
+
+
+ id: LANG_FM_SCANNING
+ desc: during auto scan
+ user:
+
+ *: "Scanning %d.%01dMHz"
+
+
+ *: "סורק %d.%01dMHz"
+
+
+ *: ""
+
+
+
+ id: LANG_FM_FREEZE
+ desc: splash screen during freeze in radio mode
+ user:
+
+ *: "Screen frozen!"
+
+
+ *: "המסך קפוא!"
+
+
+ *: ""
+
+
+
+ id: LANG_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "גובה צליל"
+
+
+ *: "Pitch"
+
+
+
+ id: LANG_SCREEN_SCROLL_STEP
+ desc: Pixels to advance per Screen scroll
+ user:
+
+ *: "Screen Scroll Step Size"
+
+
+ *: "גודל השלב בגלילת כל המסך"
+
+
+ *: "Screen Scroll Step Size"
+
+
+
+ id: LANG_RADIO_SCAN_MODE
+ desc: in radio screen / menu
+ user:
+
+ *: "Scan"
+
+
+ *: "סריקה"
+
+
+ *: ""
+
+
+
+ id: LANG_CODEPAGE_CYRILLIC
+ desc: in codepage setting menu
+ user:
+
+ *: "Cyrillic (CP1251)"
+
+
+ *: "קירילית (CP1251)"
+
+
+ *: "Cyrillic"
+
+
+
+ id: LANG_SCROLL_PAGINATED
+ desc: jump to new page when scrolling
+ user:
+
+ *: "Paged Scrolling"
+
+
+ *: "גלילה לפי עמודים"
+
+
+ *: "Paged scrolling"
+
+
+
+ id: LANG_CROSSFEED_HF_CUTOFF
+ desc: in crossfeed settings
+
+ *: "High-Frequency Cutoff"
+
+
+ *: "חיתוך צלילים בתדירות גבוהה"
+
+
+ *: "High-frequency cutoff"
+
+
+
+ id: LANG_FMR
+ desc: Used when you need to say Preset List, also voiced
+ user:
+
+ *: "Preset List"
+
+
+ *: "רשימת קבועים-מראש"
+
+
+ *: "Preset List"
+
+
+
+ id: LANG_CROSSFADE_FADE_OUT_DELAY
+ desc: in crossfade settings menu
+ user:
+
+ *: "Fade-Out Delay"
+
+
+ *: "השהיית דעיכת צליל"
+
+
+ *: "Fade-Out Delay"
+
+
+
+ id: LANG_CODEPAGE_UTF8
+ desc: in codepage setting menu
+ user:
+
+ *: "Unicode (UTF-8)"
+
+
+ *: "יוניקוד (UTF-8)"
+
+
+ *: "Unicode"
+
+
+
+ id: LANG_SCREEN_SCROLL_VIEW
+ desc: should lines scroll out of the screen
+ user:
+
+ *: "Screen Scrolls Out Of View"
+
+
+ *: "גלילת המסך מחוץ לתצוגה"
+
+
+ *: "Screen Scrolls Out Of View"
+
+
+
+ id: LANG_COLOR_UNACCEPTABLE
+ desc: splash when user selects an invalid colour
+ user:
+
+ *: "Invalid colour"
+
+
+ *: "צבע לא תקף"
+
+
+ *: ""
+
+
+
+ id: LANG_TAGCACHE_FORCE_UPDATE
+ desc: in tag cache settings
+ user:
+
+ *: "Initialize now"
+
+
+ *: "עדכן עכשיו"
+
+
+ *: "Force Tag Cache Update"
+
+
+
+ id: LANG_RECORDING_GAIN_DIGITAL
+ desc: in the recording screen
+ user:
+
+ *: "D"
+
+
+ *: "D"
+
+
+ *: ""
+
+
+
+ id: LANG_ID3_LENGTH
+ desc: in tag viewer
+ user:
+
+ *: "[Length]"
+
+
+ *: "[אורך]"
+
+
+ *: ""
+
+
+
+ id: LANG_ID3DB_GENRES
+ desc: in tag cache
+ user:
+
+ *: "Genres"
+
+
+ *: "סגנונות"
+
+
+ *: ""
+
+
+
+ id: LANG_SEARCH_IN_PLAYLIST
+ desc: in playlist menu.
+ user:
+
+ *: "Search In Playlist"
+
+
+ *: "חפש ברשימת שירים"
+
+
+ *: "Search In Playlist"
+
+
+
+ id: LANG_PARTY_MODE
+ desc: party mode
+ user:
+
+ *: "Party Mode"
+
+
+ *: "מצב מסיבה"
+
+
+ *: "Party Mode"
+
+
+
+ id: LANG_BACKDROP_FAILED
+ desc: text for splash to indicate a failure to load a bitmap as backdrop
+ user:
+
+ *: "Backdrop Failed"
+
+
+ *: "תמונת רקע נכשלה"
+
+
+ *: ""
+
+
+
+ id: LANG_REMOTE_UNIT
+ desc: in record settings menu.
+ user:
+
+ *: "Remote Unit Only"
+
+
+ *: "שלט בלבד"
+
+
+ *: "Remote unit only"
+
+
+
+ id: LANG_REALLY_OVERWRITE
+ desc: The verb/action Paste
+ user:
+
+ *: "File/directory exists. Overwrite?"
+
+
+ *: "הקובץ\ספריה קיימים כבר. לכתוב עליהם?"
+
+
+ *: ""
+
+
+
+ id: LANG_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "תדירות חיתוך צליל"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_WAIT
+ desc: general please wait splash
+ user:
+
+ *: "Loading..."
+
+
+ *: "טוען..."
+
+
+ *:
+
+
+
+ id: LANG_DIRCACHE_BUILDING
+ desc: when booting up and rebuilding the cache
+ user:
+
+ *: "Scanning disk..."
+
+
+ *: "סורק כונן..."
+
+
+ *: ""
+
+
+
+ id: LANG_CLIP_LIGHT
+ desc: in record settings menu.
+ user:
+
+ *: "Clipping Light"
+
+
+ *: "עיוותי צליל מפעילים תאורה"
+
+
+ *: "Clipping Light"
+
+
+
+ id: LANG_RESET_COLORS
+ desc: menu
+ user:
+
+ *: "Reset Colours"
+
+
+ *: "אפס צבעים"
+
+
+ *: "Reset Colours"
+
+
+
+ id: LANG_CROSSFADE_FADE_IN_DURATION
+ desc: in crossfade settings menu
+ user:
+
+ *: "Fade-In Duration"
+
+
+ *: "משך זמן הגברת צליל הדרגתית"
+
+
+ *: "Fade-In Duration"
+
+
+
+ id: LANG_CROSSFADE_FADE_OUT_DURATION
+ desc: in crossfade settings menu
+ user:
+
+ *: "Fade-Out Duration"
+
+
+ *: "משך זמן דעיכת צליל הדרגתית"
+
+
+ *: "Fade-Out Duration"
+
+
+
+ id: LANG_FM_FIRST_AUTOSCAN
+ desc: When you run the radio without an fmr file in settings
+ user:
+
+ *: "No Settings found, AutoScan?"
+
+
+ *: " לא נמצאו תחנות מוגדרות. סרוק אוטומטית?"
+
+
+ *: ""
+
+
+
+ id: LANG_COLOR_RGB_LABELS
+ desc: what to show for the 'R' 'G' 'B' ONE LETTER EACH
+ user:
+
+ *: "RGB"
+
+
+ *: "RGB"
+
+
+ *:
+
+
+
+ id: LANG_DIRCACHE_ENABLE
+ desc: in directory cache settings
+ user:
+
+ *: "Directory Cache"
+
+
+ *: "זיכרון ספריות"
+
+
+ *: "Directory Cache"
+
+
+
+ id: LANG_PLAYLIST_SEARCH_MSG
+ desc: splash number of tracks inserted
+ user:
+
+ *: "Searching... %d found (%s)"
+
+
+ *: "מחפש... %d נמצאו (%s)"
+
+
+ *: ""
+
+
+
+ id: LANG_EQUALIZER_GAIN_ITEM
+ desc: in the equalizer settings menu
+ user:
+
+ *: "%d Hz Band Gain"
+
+
+ *: "%d Hz רצועה מוגברת"
+
+
+ *: ""
+
+
+
+ id: LANG_TRACKSKIP
+ desc: in crossfade settings
+ user:
+
+ *: "Track Skip Only"
+
+
+ *: "רק בדילוג על שיר"
+
+
+ *: "Track Skip Only"
+
+
+
+ id: LANG_EQUALIZER_BAND_CENTER
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Center Frequency"
+
+
+ *: "תדירות מרכזית"
+
+
+ *: "Center frequency"
+
+
+
+ id: LANG_FM_PRESET_CLEAR
+ desc: clear preset list in fm radio
+ user:
+
+ *: "Clear Preset List"
+
+
+ *: "מחק רשימת תחנות"
+
+
+ *: "Clear Preset List"
+
+
+
+ id: LANG_KEYBOARD_LOADED
+ desc: shown when a keyboard has been loaded from the dir browser
+ user:
+
+ *: "New Keyboard"
+
+
+ *: "מקלדת חדשה"
+
+
+ *: ""
+
+
+
+ id: LANG_CODEPAGE_LATIN_EXTENDED
+ desc: in codepage setting menu
+ user:
+
+ *: "Latin Extended (ISO-8859-2)"
+
+
+ *: "לטינית נרחבת (ISO-8859-2)"
+
+
+ *: "Latin extended"
+
+
+
+ id: LANG_TAGCACHE
+ desc: in settings menu
+ user:
+
+ *: "Tag Cache"
+
+
+ *: "זיכרון תוויות שם"
+
+
+ *: "Tag Cache"
+
+
+
+ id: LANG_SHUFFLE_GAIN
+ desc: use track gain if shuffle mode is on, album gain otherwise
+ user:
+
+ *: "Track Gain if Shuffling"
+
+
+ *: "הגברה חוזרת לפי שיר אם ערבוב שירים פעיל"
+
+
+ *: "Track Gain if Shuffling"
+
+
+
+ id: LANG_UNIT_HERTZ
+ desc: in sound settings
+
+ *: "Hz"
+
+
+ *: "Hz"
+
+
+ *: ""
+
+
+
+ id: LANG_CODEPAGE_LATIN1
+ desc: in codepage setting menu
+ user:
+
+ *: "Latin1 (ISO-8859-1)"
+
+
+ *: "לטינית1 (ISO-8859-1)"
+
+
+ *: "Latin 1"
+
+
+
+ id: LANG_CROSSFEED_CROSS_GAIN
+ desc: in crossfeed settings
+
+ *: "Cross Gain"
+
+
+ *: "הגברה הפוכה"
+
+
+ *: "Cross gain"
+
+
+
+ id: LANG_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "הגברה"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_CODEPAGE_ARABIC
+ desc: in codepage setting menu
+ user:
+
+ *: "Arabic (CP1256)"
+
+
+ *: "ערבית (CP1256)"
+
+
+ *: "Arabic"
+
+
+
+ id: LANG_FM_PRESET_SAVE
+ desc: Save preset list in fm radio
+ user:
+
+ *: "Save Preset List"
+
+
+ *: "שמור רשימת תחנות"
+
+
+ *: "Save Preset List"
+
+
+
+ id: LANG_COLOR_RGB_VALUE
+ desc: in color screen
+ user:
+
+ *: "RGB: %02X%02X%02X"
+
+
+ *: "RGB: %02X%02X%02X"
+
+
+ *:
+
+
+
+ id: LANG_EQUALIZER_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Simple EQ Settings"
+
+
+ *: "הגדרות מאפנן צליל פשוטות"
+
+
+ *: "Simple equalizer settings"
+
+
+
+ id: LANG_EQUALIZER_BAND_LOW_SHELF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Low Shelf Filter"
+
+
+ *: "מסנן רף תחתון"
+
+
+ *: "Low shelf filter"
+
+
+
+ id: LANG_FM_ADD_PRESET
+ desc: in radio menu
+ user:
+
+ *: "Add Preset"
+
+
+ *: "הוסף תחנה קבועה"
+
+
+ *: "Add Preset"
+
+
+
+ id: LANG_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "מצב עריכה: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_CROSSFEED_HF_ATTENUATION
+ desc: in crossfeed settings
+
+ *: "High-Frequency Attenuation"
+
+
+ *: "הנמכת צלילים בתדירות גבוהה"
+
+
+ *: "High-frequency attenuation"
+
+
+
+ id: LANG_EQUALIZER_ENABLED
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Enable EQ"
+
+
+ *: "הפעל מאפנן צליל"
+
+
+ *: "Enable equalizer"
+
+
+
+ id: LANG_CUT
+ desc: The verb/action Cut
+ user:
+
+ *: "Cut"
+
+
+ *: "חתוך"
+
+
+ *: "Cut"
+
+
+
+ id: LANG_EQUALIZER_BAND_HIGH_SHELF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "High Shelf Filter"
+
+
+ *: "מסנן רף עליון"
+
+
+ *: "High shelf filter"
+
+
+
+ id: VOICE_EXT_RWPS
+ desc: spoken only, for file extension
+ user:
+
+ *: ""
+
+
+ *: ""
+
+
+ *: "remote while-playing-screen"
+
+
+
+ id: LANG_RADIO_PRESET_MODE
+ desc: in radio screen / menu
+ user:
+
+ *: "Preset"
+
+
+ *: "תחנות קבועות מראש"
+
+
+ *: ""
+
+
+
+ id: LANG_FM_SCAN_PRESETS
+ desc: in radio menu
+ user:
+
+ *: "Auto-Scan Presets"
+
+
+ *: "סרוק תחנות אוטומטית"
+
+
+ *: "Auto scan presets"
+
+
+
+ id: LANG_EQUALIZER_BROWSE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Browse EQ Presets"
+
+
+ *: "הצג קבצי מאפנן צליל"
+
+
+ *: "Browse equalizer presets"
+
+
+
+ id: LANG_DEFAULT_CODEPAGE
+ desc: default encoding used with id3 tags
+ user:
+
+ *: "Default Codepage"
+
+
+ *: "שיטת קידוד מועדפת"
+
+
+ *: "Default codepage"
+
+
+
+ id: LANG_CROSSFADE_FADE_OUT_MODE
+ desc: in crossfade settings menu
+ user:
+
+ *: "Fade-Out Mode"
+
+
+ *: "מצב דעיכת צליל"
+
+
+ *: "Fade-Out Mode"
+
+
+
+ id: LANG_EQUALIZER
+ desc: in the sound settings menu
+ user:
+
+ *: "Equalizer"
+
+
+ *: "מאפנן צליל"
+
+
+ *: "Equalizer"
+
+
+
+ id: LANG_RECORDING_GAIN_ANALOG
+ desc: in the recording screen
+ user:
+
+ *: "A"
+
+
+ *: "A"
+
+
+ *: ""
+
+
+
+ id: LANG_BACKDROP_LOADED
+ desc: text for splash to indicate a new backdrop has been loaded successfully
+ user:
+
+ *: "Backdrop Loaded"
+
+
+ *: "תמונת רקע נטענה"
+
+
+ *: ""
+
+
+
+ id: LANG_SET_AS_BACKDROP
+ desc: text for onplay menu entry
+ user:
+
+ *: "Set As Backdrop"
+
+
+ *: "הגדר כתמונת רקע"
+
+
+ *: "Set As Backdrop"
+
+
+
+ id: LANG_CROSSFEED_DIRECT_GAIN
+ desc: in crossfeed settings
+ user:
+
+ *: "Direct Gain"
+
+
+ *: "הגברה ישירה"
+
+
+ *: "Direct gain"
+
+
+
+ id: LANG_DIRCACHE_REBOOT
+ desc: when activating directory cache
+ user:
+
+ *: "Please reboot to enable the cache"
+
+
+ *: "אנא אתחל מחדש כדי להפעיל את זיכרון הספריות"
+
+
+ *: ""
+
+
+
+ id: LANG_FM_CLEAR_PRESETS
+ desc: confirmation if presets can be cleared
+ user:
+
+ *: "Clear Current Presets?"
+
+
+ *: "נקה רשימת התחנות הקבועות מראש?"
+
+
+ *: ""
+
+
+
+ id: LANG_EQUALIZER_BAND_PEAK
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Peak Filter %d"
+
+
+ *: "%d מסנן פסגה"
+
+
+ *: "Peak filter"
+
+
+
+ id: LANG_CROSSFADE_FADE_IN_DELAY
+ desc: in crossfade settings menu
+ user:
+
+ *: "Fade-In Delay"
+
+
+ *: "השהיית הגברת צליל"
+
+
+ *: "Fade-In Delay"
+
+
+
+ id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH
+ desc: in tag cache settings
+ user:
+
+ *: "Updating in background"
+
+
+ *: "מעדכן ברקע"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Gain Left"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pre-Recording"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Off"
+
+
+ *: "Off"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "All"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mic"
+
+
+ *: "Microphone"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "No"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Mode:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Option"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Source"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Size:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Pitch Up"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Status Bar"
+
+
+ *: "Status Bar"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Channels"
+
+
+ *: "Channels"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "On"
+
+
+ *: "On"
+
+
+
+ id: LANG_REMOTE_SCROLL_SETS
+ desc: "Remote Scrolling Options" Submenu in "Scrolling Options" menu
+ user:
+
+ *: "Remote Scrolling Options"
+
+
+ *: "גלילת מילים"
+
+
+ *: "Remote Scrolling Options"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "All"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Playlists"
+
+
+ *: "Playlists"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frequency"
+
+
+ *: "Frequency"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Pitch Down"
+
+
+ *: ""
+
+
+
+ id: LANG_INVALID_FILENAME
+ desc: "invalid filename entered" error message
+ user:
+
+ *: "Invalid Filename!"
+
+
+ *: "שם קובץ שגוי!"
+
+
+ *: "Invalid Filename"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "One"
+
+
+ *: "One"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Yes"
+
+
+ *: "Yes"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Music"
+
+
+ *: "Music"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Scroll Bar"
+
+
+ *: "Scroll Bar"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Split Time:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Repeat"
+
+
+ *: "Repeat"
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Gain Right"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Line In"
+
+
+ *: "Line In"
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Quality"
+
+
+ *: "Quality"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Supported"
+
+
+ *: "Supported"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Show Files"
+
+
+ *: "Show Files"
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Time:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Shuffle"
+
+
+ *: "Shuffle"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_REC_TIME
+ desc: in record timesplit options
+ user:
+
+ *: "Time"
+
+
+ *: "זמן"
+
+
+ *: "Time"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_TAGCACHE_IMPORT
+ desc: in tag cache settings
+ user:
+
+ *: "Import modifications"
+
+
+ *: "טען שינויים"
+
+
+ *: "Import modifications"
+
+
+
+ id: LANG_REC_SIZE
+ desc: in record timesplit options
+ user:
+
+ *: "Filesize"
+
+
+ *: "גודל קובץ"
+
+
+ *: "Filesize"
+
+
+
+ id: LANG_REMOTE_LCD_OFF
+ desc: Remote lcd off splash
+ user:
+
+ *: "Remote Display OFF"
+
+
+ *: "תצוגת השלט כבויה"
+
+
+ *: "Remote Display OFF"
+
+
+
+ id: LANG_TAGCACHE_AUTOUPDATE
+ desc: in tag cache settings
+ user:
+
+ *: "Auto update"
+
+
+ *: "עדכון אוטומטי"
+
+
+ *: "Auto update"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_STOP_RECORDING
+ desc: in record timesplit options
+ user:
+
+ *: "Stop recording"
+
+
+ *: "הפסק הקלטה"
+
+
+ *: "Stop recording"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_TAGCACHE_UPDATE
+ desc: in tag cache settings
+ user:
+
+ *: "Update now"
+
+
+ *: "עדכן עכשיו"
+
+
+ *: "Update now"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_TAGCACHE_EXPORT
+ desc: in tag cache settings
+ user:
+
+ *: "Export modifications"
+
+
+ *: "ייצא שינויים"
+
+
+ *: "Export modifications"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SPLIT_SIZE
+ desc: in record timesplit options
+
+ *: "Split Filesize"
+
+
+ *: "פיצול לפי גודל קובץ"
+
+
+ *: "Split Filesize"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_REMOTE_LCD_ON
+ desc: Remote lcd off splash
+ user:
+
+ *: "(Vol- : Re-enable)"
+
+
+ *: "(Vol-: התחל מחדש)"
+
+
+ *: "(Vol- : Re-enable)"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_CATALOG
+ desc: in onplay menu
+ user:
+
+ *: "Playlist catalog"
+
+
+ *: "קטלוג רשימות שירים"
+
+
+ *: "Playlist catalog"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SPLIT_MEASURE
+ desc: in record timesplit options
+
+ *: "Split Measure"
+
+
+ *: "מדידת הפיצול"
+
+
+ *: "Split Measure"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_CATALOG_ADD_TO_NEW
+ desc: in onplay playlist catalog submenu
+ user:
+
+ *: "Add to new playlist"
+
+
+ *: "הוסף לרשימת שירים חדשה"
+
+
+ *: "Add to new playlist"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SPLIT_TIME
+ desc: in record timesplit options
+
+ *: "Split Time"
+
+
+ *: "זמן הפיצול"
+
+
+ *: "Split Time"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_CATALOG_ADD_TO
+ desc: in onplay playlist catalog submenu
+ user:
+
+ *: "Add to playlist"
+
+
+ *: "הוסף לרשימת שירים"
+
+
+ *: "Add to playlist"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_START_NEW_FILE
+ desc: in record timesplit options
+ user:
+
+ *: "Start new file"
+
+
+ *: "התחל קובץ חדש"
+
+
+ *: "Start new file"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SPLIT_TYPE
+ desc: in record timesplit options
+
+ *: "What to do when Splitting"
+
+
+ *: "מה לעשות בפיצול"
+
+
+ *: "What to do when Splitting"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_CATALOG_VIEW
+ desc: in onplay playlist catalog submenu
+ user:
+
+ *: "View catalog"
+
+
+ *: "הצג קטלוג"
+
+
+ *: "View catalog"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_CATALOG_NO_DIRECTORY
+ desc: error message when playlist catalog directory doesn't exist
+ user:
+
+ *: "%s doesn't exist"
+
+
+ *: "%s קיים לא"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_CATALOG_NO_PLAYLISTS
+ desc: error message when no playlists for playlist catalog
+ user:
+
+ *: "No playlists"
+
+
+ *: "אין רשימות שירים"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SPLIT_SIZE
+ desc: in record timesplit options
+
+ *: "Split Filesize"
+
+
+ *: "Split Filesize"
+
+
+ *: "Split Filesize"
+
diff --git a/apps/lang/islenska.lang b/apps/lang/islenska.lang
index 0ad10dd975..fc95d907ec 100644
--- a/apps/lang/islenska.lang
+++ b/apps/lang/islenska.lang
@@ -6901,3 +6901,687 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Já"
+
+
+ *: "Yes"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nei"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Á"
+
+
+ *: "On"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "AF"
+
+
+ *: "Off"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Hljóðstyrkni"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereó"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mónó"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Stokka"
+
+
+ *: "Shuffle"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Endurtaka"
+
+
+ *: "Repeat"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Öll"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Eitt"
+
+
+ *: "One"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Sýna skrár"
+
+
+ *: "Show Files"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Allt"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Studdar skrár"
+
+
+ *: "Supported"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Tónlist"
+
+
+ *: "Music"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Lagalisti"
+
+
+ *: "Playlists"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+### The 'desc' field differs from the english!
+### the previously used desc is commented below:
+### desc: show ID3 database
+ desc: show ID3 Database
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "ID3 database"
+ *: "ID3 Database"
+
+
+ *: "ID3 gagnagrunn"
+
+
+ *: "ID3 database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Gæði"
+
+
+ *: "Quality"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Tíðni"
+
+
+ *: "Frequency"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Uppspretta"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Hljóðnemi"
+
+
+ *: "Microphone"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Lína inn"
+
+
+ *: "Line In"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Stafrænn"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Rásir"
+
+
+ *: "Channels"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Gikkur"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Á hvolfi"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Skruna súla"
+
+
+ *: "Scroll Bar"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Stöðu súla"
+
+
+ *: "Status Bar"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Hækka tónhæð"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Lækka tónhæð"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Háttur:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Tími:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Split time:"
+ *: "Split Time:"
+
+
+ *: "Aðskilninga tími:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Stærð:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Prerecording"
+ *: "Pre-Recording"
+
+
+ *: "Forhljóðritun"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Bæta"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Left"
+ *: "Gain Left"
+
+
+ *: "Vinstri"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Right"
+ *: "Gain Right"
+
+
+ *: "Hægri"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Harðidiskurin er fullur. Ýtið á AF til að halda áfram"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Valmynd"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Stilling"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "Skjár"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
diff --git a/apps/lang/italiano.lang b/apps/lang/italiano.lang
index 218b01d61e..491c18cc82 100644
--- a/apps/lang/italiano.lang
+++ b/apps/lang/italiano.lang
@@ -8782,3 +8782,661 @@
*: "(Vol- : Re-Attivato)"
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Si"
+
+
+ *: "Si"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "No"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Attivato"
+
+
+ *: "Attivato"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Disattivato"
+
+
+ *: "Disattivato"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Modo editing: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Taglio Frequenza"
+
+
+ *: "Taglio Frequenza"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Guadagno"
+
+
+ *: "Guadagno"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Casuale"
+
+
+ *: "Casuale"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Ripeti"
+
+
+ *: "Ripeti"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Tutte"
+
+
+ *: "Tutte"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Una"
+
+
+ *: "Una"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "parte di una traccia"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Mostra files"
+
+
+ *: "Mostra File"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Tutti"
+
+
+ *: "Tutti"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Supportati"
+
+
+ *: "Supportati"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Musicali"
+
+
+ *: "Musicali"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Playlist"
+
+
+ *: "Playlist"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "Database ID3"
+
+
+ *: "database ID3"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Qualita'"
+
+
+ *: "Qualita'"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frequenza"
+
+
+ *: "Frequenza"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Sorgente"
+
+
+ *: "Sorgente"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Microfono"
+
+
+ *: "Microfono"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Linea in ingresso"
+
+
+ *: "Linea In Ingresso"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digitale"
+
+
+ *: "Digitale"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Canali"
+
+
+ *: "Canali"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Autoazionamento"
+
+
+ *: "Autoazionamento"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Capovolgi display"
+
+
+ *: "Capovolgi Display"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Barra di scorrimento"
+
+
+ *: "Barra di scorrimento"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Barra di stato"
+
+
+ *: "Barra di Stato"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Tono su"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Tono giu'"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Modo:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Tempo:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Intervallo di tempo:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Dimensioni:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pre-Registrazione"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Guadagno"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Guadagno Sinistro"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Guadagno Destro"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Disco pieno. Premi OFF per continuare"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu'"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Opzioni"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Velocita'"
+
+
+ *: "Velocita'"
+
+
diff --git a/apps/lang/japanese.lang b/apps/lang/japanese.lang
index 8b83b797de..98f1fd3977 100644
--- a/apps/lang/japanese.lang
+++ b/apps/lang/japanese.lang
@@ -8020,3 +8020,675 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "はい"
+
+
+ *: "Yes"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "いいえ"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "On"
+
+
+ *: "On"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Off"
+
+
+ *: "Off"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "音量"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "ステレオ"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "モノラル"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "調整項目: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "カットオフ周波数"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "ゲイン"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "シャッフル"
+
+
+ *: "Shuffle"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "リピート"
+
+
+ *: "Repeat"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "すべて"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "シングル"
+
+
+ *: "One"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "ファイルの表示"
+
+
+ *: "Show Files"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "すべて"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "サポートされる"
+
+
+ *: "Supported"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "音楽"
+
+
+ *: "Music"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "プレイリスト"
+
+
+ *: "Playlists"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+### The 'desc' field differs from the english!
+### the previously used desc is commented below:
+### desc: show ID3 database
+ desc: show ID3 Database
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "ID3 database"
+ *: "ID3 Database"
+
+
+ *: "ID3 database"
+
+
+ *: "ID3 database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "品質"
+
+
+ *: "Quality"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "周波数"
+
+
+ *: "Frequency"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "ソース"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "マイク"
+
+
+ *: "Microphone"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "ライン入力"
+
+
+ *: "Line In"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "ディジタル入力"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "チャンネル"
+
+
+ *: "Channels"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "画面の上下反転"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "スクロールバー"
+
+
+ *: "Scroll Bar"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "ステータスバー"
+
+
+ *: "Status Bar"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Pitch Up"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Pitch Down"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Mode:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "時間:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Split time:"
+ *: "Split Time:"
+
+
+ *: "分割時間:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "サイズ:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Prerecording"
+ *: "Pre-Recording"
+
+
+ *: "遡り録音"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "ゲイン"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "左ゲイン"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "右ゲイン"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "ディスクが一杯です.停止ボタンを押してください."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "メニュー"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "オプション"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "液晶"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
diff --git a/apps/lang/korean.lang b/apps/lang/korean.lang
index d8e595670e..6cf2f225e9 100644
--- a/apps/lang/korean.lang
+++ b/apps/lang/korean.lang
@@ -8671,3 +8671,661 @@
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "예"
+
+
+ *: "예"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "아니오"
+
+
+ *: "아니오"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "사용"
+
+
+ *: "사용"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "사용안함"
+
+
+ *: "사용안함"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "볼륨 조절"
+
+
+ *: "볼륨 조절"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "스테레오"
+
+
+ *: "스테레오"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "모노"
+
+
+ *: "모노"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "차단 주파수"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "증폭"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "임의 재생"
+
+
+ *: "임의 재생"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "반복 재생"
+
+
+ *: "반복 재생"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "모두"
+
+
+ *: "모두"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "한 곡"
+
+
+ *: "한 곡"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "파일 표시 설정"
+
+
+ *: "파일 표시 설정"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "모든 파일"
+
+
+ *: "모든 파일"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "지원 파일"
+
+
+ *: "지원 파일"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "음악 파일"
+
+
+ *: "음악 파일"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "재생목록 파일"
+
+
+ *: "재생목록 파일"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 데이터베이스"
+
+
+ *: "ID3 데이터베이스"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "음질"
+
+
+ *: "음질"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "오디오 샘플 속도"
+
+
+ *: "오디오 샘플 속도"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "녹음 방식"
+
+
+ *: "녹음 방식"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "마이크"
+
+
+ *: "마이크"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "라인 입력"
+
+
+ *: "라인 입력"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "디지털"
+
+
+ *: "디지털"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "채널 선택"
+
+
+ *: "채널 선택"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "음성 자동 감지"
+
+
+ *: "음성 자동 감지"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "화면상하 반전"
+
+
+ *: "화면상하 반전"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "스크롤 바"
+
+
+ *: "스크롤 바"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "상태 표시줄"
+
+
+ *: "상태 표시줄"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "재생속도 변경"
+
+
+ *: "재생속도 변경"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "위로 조정"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "아래로 조정"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "모드: "
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Time:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Split Time:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Size:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "예약 녹음"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "증폭"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "왼쪽 증폭"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "오른쪽 증폭"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "디스크 공간이 부족합니다. [정지] 버튼을 누르세요."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "메뉴"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "설정"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
diff --git a/apps/lang/magyar.lang b/apps/lang/magyar.lang
index 6ac9851e2b..e40429ac20 100644
--- a/apps/lang/magyar.lang
+++ b/apps/lang/magyar.lang
@@ -8500,3 +8500,661 @@
*: "Invalid Filename"
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Igen"
+
+
+ *: "Yes"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nem"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Be"
+
+
+ *: "On"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Ki"
+
+
+ *: "Off"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Hangerő"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Sztereó"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Monó"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Mód: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Frekvencia levágás"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "módosítás"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Véletlenszerű lejátszás"
+
+
+ *: "Shuffle"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Ismétlés"
+
+
+ *: "Repeat"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Mindent"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Egy számot"
+
+
+ *: "One"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Megjelenített fájlok"
+
+
+ *: "Show Files"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Minden fájl"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Támogatott fájlok"
+
+
+ *: "Supported"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Zenei fájlok"
+
+
+ *: "Music"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Lejátszólisták"
+
+
+ *: "Playlists"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 adatbázis"
+
+
+ *: "ID3 database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Minőség"
+
+
+ *: "Quality"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Mintavétel"
+
+
+ *: "Frequency"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Forrás"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikrofon"
+
+
+ *: "Microphone"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Analóg"
+
+
+ *: "Line In"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digitális"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Csatornák"
+
+
+ *: "Channels"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Indító"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Fejjel lefelé"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Gördítő sáv"
+
+
+ *: "Scroll Bar"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Állapotjelző"
+
+
+ *: "Status Bar"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "gyorsabban"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "lassabban"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "mód:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Idő:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Új fájl ennyi idő után:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Méret:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Előfelvétel"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Módosítás"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Módosítás bal"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Módosítás jobb"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "A merevlemez tele van. Folytatáshoz nyomj OFF-ot."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menü"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Opció"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "Kijelző"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Hangmagasság"
+
+
+ *: "Pitch"
+
+
diff --git a/apps/lang/nederlands.lang b/apps/lang/nederlands.lang
index 840c4e5c3e..e47e861293 100644
--- a/apps/lang/nederlands.lang
+++ b/apps/lang/nederlands.lang
@@ -8506,3 +8506,661 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Ja"
+
+
+ *: "Ja"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nee"
+
+
+ *: "Nee"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Aan"
+
+
+ *: "Aan"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Uit"
+
+
+ *: "Uit"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Bewerk modus: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Afsnij frequentie"
+
+
+ *: "Afsnij frequentie"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Schudden"
+
+
+ *: "Schudden"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Herhaal"
+
+
+ *: "Herhaal"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Alles"
+
+
+ *: "Alles"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Een"
+
+
+ *: "Een"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Toon bestanden"
+
+
+ *: "Toon bestanden"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Alle"
+
+
+ *: "Alle"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Ondersteunde"
+
+
+ *: "Ondersteunde"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Muziek"
+
+
+ *: "Muziek"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Speellijsten"
+
+
+ *: "Speellijsten"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 gegevens bestand"
+
+
+ *: "ID3 gegevens bestand"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Kwaliteit"
+
+
+ *: "Kwaliteit"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frequentie"
+
+
+ *: "Frequentie"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Bron"
+
+
+ *: "Bron"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Microfoon"
+
+
+ *: "Microfoon"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Analoge ingang"
+
+
+ *: "Analoge ingang"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digitaal"
+
+
+ *: "Digitaal"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanalen"
+
+
+ *: "Kanalen"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Onderste boven"
+
+
+ *: "Onderste boven"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Scroll balk"
+
+
+ *: "Scroll balk"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Status balk"
+
+
+ *: "Status balk"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Versnel"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Vertraag"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Mode:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Tijd:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Splits tijd:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Grootte:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Bufferopname"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Gain links"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Gain rechts"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "De schijf is vol. Druk OFF om door te gaan."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Optie"
+
+
+ *: "Optie"
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
diff --git a/apps/lang/norsk-nynorsk.lang b/apps/lang/norsk-nynorsk.lang
index c8dcc00148..3ac7fc60d6 100644
--- a/apps/lang/norsk-nynorsk.lang
+++ b/apps/lang/norsk-nynorsk.lang
@@ -8755,3 +8755,661 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Ja"
+
+
+ *: "Ja"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nei"
+
+
+ *: "Nei"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "På"
+
+
+ *: "På"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Av"
+
+
+ *: "Av"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Lydstyrke"
+
+
+ *: "Lydstyrke"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Redigeringsmodus: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Frekvensgrense"
+
+
+ *: "Frekvensgrense"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Forsterking"
+
+
+ *: "Forsterking"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Tilfeldig rekkjefølgje"
+
+
+ *: "Tilfeldig rekkjefølgje"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Gjenta"
+
+
+ *: "Gjenta"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Alle"
+
+
+ *: "Alle"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Éin"
+
+
+ *: "Éin"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A–B"
+
+
+ *: "A–B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Vis filer"
+
+
+ *: "Vis filer"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Alle"
+
+
+ *: "Alle"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Støtta"
+
+
+ *: "Støtta"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Musikk"
+
+
+ *: "Musikk"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Spelelister"
+
+
+ *: "Spelelister"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3-database"
+
+
+ *: "ID3-database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Kvalitet"
+
+
+ *: "Kvalitet"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frekvens"
+
+
+ *: "Frekvens"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Kjelde"
+
+
+ *: "Kjelde"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikrofon"
+
+
+ *: "Mikrofon"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Linje inn"
+
+
+ *: "Linje inn"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanalar"
+
+
+ *: "Kanalar"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Utløysar"
+
+
+ *: "Utløysar"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Opp ned"
+
+
+ *: "Opp ned"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Rullefelt"
+
+
+ *: "Rullefelt"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Statuslinje"
+
+
+ *: "Statuslinje"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Tonehøgd"
+
+
+ *: "Tonehøgd"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Høgare tonehøgd"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Lågare tonehøgd"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Modus:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Tid:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Deletid:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Storleik:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Forinnspeling"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Forsterking"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Forsterking – venstre"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Forsterking – høgre"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Disken er full. Trykk AV for å halda fram."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Meny"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Val"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
diff --git a/apps/lang/norsk.lang b/apps/lang/norsk.lang
index b2c66bf6d9..6eb4b282dc 100644
--- a/apps/lang/norsk.lang
+++ b/apps/lang/norsk.lang
@@ -8477,3 +8477,661 @@
*: "Tagcache is not ready"
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Ja"
+
+
+ *: "Yes"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nei"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "På"
+
+
+ *: "On"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Av"
+
+
+ *: "Off"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volum"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Stokk om rekkefølge"
+
+
+ *: "Shuffle"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Gjenta"
+
+
+ *: "Repeat"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Alle"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "En"
+
+
+ *: "One"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Vis filer"
+
+
+ *: "Show Files"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Alle"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Støttede"
+
+
+ *: "Supported"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Musikk"
+
+
+ *: "Music"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Spillelister"
+
+
+ *: "Playlists"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "Spordatabase"
+
+
+ *: "ID3 database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Kvalitet"
+
+
+ *: "Quality"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frekvens"
+
+
+ *: "Frequency"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Kilde"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikrofon"
+
+
+ *: "Microphone"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Line in"
+
+
+ *: "Line In"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanaler"
+
+
+ *: "Channels"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Utløser"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Opp-ned"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Rullefelt"
+
+
+ *: "Scroll Bar"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Statusfelt"
+
+
+ *: "Status Bar"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Pitsj opp"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Pitsj ned"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Modus:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Tid:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Tidsdeling:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Størrelse:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Forinnspilling"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Forsterkning"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Nivå venstre"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Nivå venstre"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Disken er full. Trykk AV for å fortsette."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Meny"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Valg"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitsj"
+
+
+ *: "Pitch"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Avkuttingsfrekvens"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Nivå"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Redigeringsmodus Edit mode: %s"
+
+
+ *: ""
+
+
diff --git a/apps/lang/polski-ascii.lang b/apps/lang/polski-ascii.lang
index b7cf0d09be..181e81e543 100644
--- a/apps/lang/polski-ascii.lang
+++ b/apps/lang/polski-ascii.lang
@@ -3289,3 +3289,697 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Tak"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nie"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "wlacz"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "wyl."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Wzmocnienie"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "stereo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "mono"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Losowo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Powtorz"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "wszystkie"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "pojedynczy"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Pokaz pliki"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "wszystkie"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "wspierane"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "muzyczne"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "playlisty"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Jakosc"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Czestotliwosc"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Zrodlo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikrofon"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Line In"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanaly"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Pasek przewijania"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Pasek stanu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Podnies"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Obniz"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Tryb:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Czas:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+### The 'desc' field differs from the english!
+### the previously used desc is commented below:
+### desc:
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Split time:"
+ *: "Split Time:"
+
+
+ *: "Dziel co:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Rozmiar:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Wzmocnienie"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Left"
+ *: "Gain Left"
+
+
+ *: "lewy"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Right"
+ *: "Gain Right"
+
+
+ *: "prawy"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Dysk jest pelny. Wcisnij OFF zeby kontynuowac."
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pre-Recording"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Option"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
diff --git a/apps/lang/polski.lang b/apps/lang/polski.lang
index 714cab71d7..b3201313c6 100644
--- a/apps/lang/polski.lang
+++ b/apps/lang/polski.lang
@@ -8506,3 +8506,661 @@
*: "Remote Scrolling Options"
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Tak"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nie"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Wł."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Wył."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Głośność"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Tasuj"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Powtarzaj"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Wszystkie"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Jeden"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Pokazuj pliki"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Wszystkie"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Wspierane"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Muzyczne"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Playlisty"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Jakość"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Częstotliwość"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Źródło"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikrofon"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Wej. liniowe"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Wej. cyfrowe"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanały"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Pasek przewijania"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Pasek stanu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Przyspiesz"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Zwolnij"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Tryb:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Czas:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Dziel co:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Rozmiar:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Wzmocnienie"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Wzm. lewe"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Wzm. prawe"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Dysk jest pełny. Wciśnij OFF żeby kontynuować."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Wyzwalacz"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Szybkość"
+
+
+ *: "Pitch"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Częst. graniczna"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Przedzapis"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Wzmocnienie"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Parametr: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Do góry nogami"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Opcje"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "Baza danych ID3"
+
+
+ *: "ID3 Database"
+
+
diff --git a/apps/lang/portugues.lang b/apps/lang/portugues.lang
index 79e4932484..aae8e3a335 100644
--- a/apps/lang/portugues.lang
+++ b/apps/lang/portugues.lang
@@ -7979,3 +7979,675 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Sim"
+
+
+ *: "Yes"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Não"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Activado"
+
+
+ *: "On"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Desactivado"
+
+
+ *: "Off"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Estéreo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Modo de Edição: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Frequência de Corte"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Ganho"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Aleatório"
+
+
+ *: "Shuffle"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Repetir"
+
+
+ *: "Repeat"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Todas"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Uma"
+
+
+ *: "One"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Mostrar Ficheiros"
+
+
+ *: "Show Files"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "na Totalidade"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Suportados"
+
+
+ *: "Supported"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "de Música"
+
+
+ *: "Music"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "de Playlists"
+
+
+ *: "Playlists"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+### The 'desc' field differs from the english!
+### the previously used desc is commented below:
+### desc: show ID3 database
+ desc: show ID3 Database
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "ID3 database"
+ *: "ID3 Database"
+
+
+ *: "Com Base de Dados ID3"
+
+
+ *: "ID3 database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Qualidade"
+
+
+ *: "Quality"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frequência"
+
+
+ *: "Frequency"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Fonte"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Microfone"
+
+
+ *: "Microphone"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Linha de Entrada"
+
+
+ *: "Line In"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Canais"
+
+
+ *: "Channels"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Botão de Arranque"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Rodar 180 Graus"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Barra de Navegação"
+
+
+ *: "Scroll Bar"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Barra de Estado"
+
+
+ *: "Status Bar"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Acelerar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Desacelerar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Modo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Hora:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Split time:"
+ *: "Split Time:"
+
+
+ *: "Intervalo de Separação:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Tamanho:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Prerecording"
+ *: "Pre-Recording"
+
+
+ *: "Pré-Gravação"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Ganho"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Ganho à Esquerda"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Ganho à Direita"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "O Disco Está Cheio. Carregue OFF Para Continuar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menú"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Opção"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
diff --git a/apps/lang/romaneste.lang b/apps/lang/romaneste.lang
index ff6c1c4d11..e35bb26f86 100644
--- a/apps/lang/romaneste.lang
+++ b/apps/lang/romaneste.lang
@@ -2532,3 +2532,699 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Da"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Deschis"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Închis"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volum"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Aleator"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "In bucla"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Toate"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "O melodie"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Fisiere"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Toate fisierele sunt vizibile"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Doar fisierele cunoscute"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Doar fisierele muzicale"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Playlist-uri"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Calitatea inregistrarii"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frecventa sunet"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Sursa inregistrare"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Microfon intern"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Intrare analogica"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Semnal digital"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Canale"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Viteza +"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Viteza -"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Mod:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Durata:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Dimensiune:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Castig"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Left"
+ *: "Gain Left"
+
+
+ *: "Stanga"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Right"
+ *: "Gain Right"
+
+
+ *: "Dreapta"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Status Bar"
+
+
+ *: "Status Bar"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pre-Recording"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Split Time:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Scroll Bar"
+
+
+ *: "Scroll Bar"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Option"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
diff --git a/apps/lang/russian.lang b/apps/lang/russian.lang
index 6192789e3d..11d7e1090f 100644
--- a/apps/lang/russian.lang
+++ b/apps/lang/russian.lang
@@ -7909,3 +7909,675 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Да"
+
+
+ *: "Yes"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Нет"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Vkl"
+
+
+ *: "On"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Vykl"
+
+
+ *: "Off"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Громкость"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Стерео"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Моно"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Режим редактир.: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Частота среза"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Усиление"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Sluchaino"
+
+
+ *: "Shuffle"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Povtor"
+
+
+ *: "Repeat"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Vse"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Odin"
+
+
+ *: "One"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Pokazyvat faily"
+
+
+ *: "Show Files"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Vse"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Podderjivaemie"
+
+
+ *: "Supported"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Muzyka"
+
+
+ *: "Music"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Playlists"
+
+
+ *: "Playlists"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+### The 'desc' field differs from the english!
+### the previously used desc is commented below:
+### desc: show ID3 database
+ desc: show ID3 Database
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "ID3 database"
+ *: "ID3 Database"
+
+
+ *: "Bazy dannih ID3"
+
+
+ *: "ID3 database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Качество"
+
+
+ *: "Quality"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Частота"
+
+
+ *: "Frequency"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Источник"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Микрофон"
+
+
+ *: "Microphone"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Линейный вход"
+
+
+ *: "Line In"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Цифровой"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Каналы"
+
+
+ *: "Channels"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Спусковой механизм"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Перевернутый"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Панель прокрутки"
+
+
+ *: "Scroll Bar"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Панель состояния"
+
+
+ *: "Status Bar"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Повысить"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Понизить"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Режим"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Время:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Split time:"
+ *: "Split Time:"
+
+
+ *: "Деление времени:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Размер:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Prerecording"
+ *: "Pre-Recording"
+
+
+ *: "Предзапись"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Усиление"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Левый"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Правый"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Диск заполнен. Нажмите OFF для продолжения."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Меню"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Опция"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "ЖКД"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
diff --git a/apps/lang/slovenscina.lang b/apps/lang/slovenscina.lang
index 63f716beb1..648eaa99da 100644
--- a/apps/lang/slovenscina.lang
+++ b/apps/lang/slovenscina.lang
@@ -3191,3 +3191,697 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Da"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Ne"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Vklop"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Izkljuci"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Glasnost"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Nakljucno"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Ponovitev"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Vse"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Eno"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Pokazi datoteke"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Vse"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Samo podprte"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Glasba"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Seznam skladb"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Kakovost"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frekvenca"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Vir snemanja"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikrofon"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Analogni vhod"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digitalni vhod"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanali"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Drsnik"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Prikaz stanja"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Zvisanje"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Znizanje"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Nacin:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Cas"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+### The 'desc' field differs from the english!
+### the previously used desc is commented below:
+### desc:
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Split time:"
+ *: "Split Time:"
+
+
+ *: "Razdelitev posnetka:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Velikost:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Jakost"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Left"
+ *: "Gain Left"
+
+
+ *: "Levi kanal"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Right"
+ *: "Gain Right"
+
+
+ *: "Desni kanal"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Disk je poln. Pritisni OFF"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pre-Recording"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Option"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
diff --git a/apps/lang/svenska.lang b/apps/lang/svenska.lang
index 2ed67f60ad..fe5675679f 100644
--- a/apps/lang/svenska.lang
+++ b/apps/lang/svenska.lang
@@ -8754,3 +8754,661 @@
*: "Stop recording"
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Ja"
+
+
+ *: "Yes"
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nej"
+
+
+ *: "No"
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "På"
+
+
+ *: "On"
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Av"
+
+
+ *: "Off"
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Volym"
+
+
+ *: "Volume"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Läge: %s"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Brytfrekvens"
+
+
+ *: "Cutoff Frequency"
+
+
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Förstärkning"
+
+
+ *: "Gain"
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Blanda"
+
+
+ *: "Shuffle"
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Repetera"
+
+
+ *: "Repeat"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Alla"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "En"
+
+
+ *: "One"
+
+
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Visa filer"
+
+
+ *: "Show Files"
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Alla filer"
+
+
+ *: "All"
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Alla filer som stödjs"
+
+
+ *: "Supported"
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Musikfiler"
+
+
+ *: "Music"
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Spellistor"
+
+
+ *: "Playlists"
+
+
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3-databas"
+
+
+ *: "ID3 Database"
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Kvalitet"
+
+
+ *: "Quality"
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frekvens"
+
+
+ *: "Frequency"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Källa"
+
+
+ *: "Source"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikrofon"
+
+
+ *: "Microphone"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Linjeingång"
+
+
+ *: "Line In"
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanaler"
+
+
+ *: "Channels"
+
+
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Startläge"
+
+
+ *: "Trigger"
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Upp och ner"
+
+
+ *: "Upside Down"
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Rullningslist"
+
+
+ *: "Scroll Bar"
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Statuslist"
+
+
+ *: "Status Bar"
+
+
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Tonläge"
+
+
+ *: "Pitch"
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "Höj tonläge"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "Sänk tonläge"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "läge:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Tid:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Tidsdelning:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Storlek:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Förinspelning"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Förstärkning"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Vänster"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Höger"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Disken är full. Tryck AV för att fortsätta."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Meny"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Alt."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
diff --git a/apps/lang/turkce.lang b/apps/lang/turkce.lang
index 346a2231f7..4a6bb3f461 100644
--- a/apps/lang/turkce.lang
+++ b/apps/lang/turkce.lang
@@ -1860,3 +1860,727 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Evet"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Hayir"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "Acik"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Kapali"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Ses"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Karistir"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Tekrarla"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Hepsini"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Calani"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Show files"
+ *: "Show Files"
+
+
+ *: "Gosterilecek Dosyalar"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Hepsi"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Desteklenen"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Muzik"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Kaydirma cubugu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Durum cubugu"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Pitch up"
+ *: "Pitch Up"
+
+
+ *: "Hizlandir"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Pitch down"
+ *: "Pitch Down"
+
+
+ *: "Yavaslat"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "mode:"
+ *: "Mode:"
+
+
+ *: "mod:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Playlists"
+
+
+ *: "Playlists"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Source"
+
+
+ *: "Source"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Line In"
+
+
+ *: "Line In"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Menu"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+ *: "Upside Down"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+ *: "Pre-Recording"
+
+
+ *: "Pre-Recording"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frequency"
+
+
+ *: "Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Left"
+
+
+ *: "Gain Left"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mic"
+
+
+ *: "Microphone"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+ *: "Gain Right"
+
+
+ *: "Gain Right"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+ *: "Split Time:"
+
+
+ *: "Split Time:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Quality"
+
+
+ *: "Quality"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Size:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Time:"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Channels"
+
+
+ *: "Channels"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Option"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
diff --git a/apps/lang/wallisertitsch.lang b/apps/lang/wallisertitsch.lang
index d5006f63ae..b724e1d771 100644
--- a/apps/lang/wallisertitsch.lang
+++ b/apps/lang/wallisertitsch.lang
@@ -5935,3 +5935,690 @@
*: ""
+
+ id: LANG_SYSFONT_SET_BOOL_YES
+ desc: bool true representation
+ user:
+
+ *: "Yes"
+
+
+ *: "Ja"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SET_BOOL_NO
+ desc: bool false representation
+ user:
+
+ *: "No"
+
+
+ *: "Nei"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_ON
+ desc: Used in a lot of places
+ user:
+
+ *: "On"
+
+
+ *: "A"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_OFF
+ desc: Used in a lot of places
+ user:
+
+ *: "Off"
+
+
+ *: "Üs"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_VOLUME
+ desc: in sound_settings
+ user:
+
+ *: "Volume"
+
+
+ *: "Lütschterchi"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_STEREO
+ desc: in sound_settings
+ user:
+
+ *: "Stereo"
+
+
+ *: "Stereo"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_CHANNEL_MONO
+ desc: in sound_settings
+ user:
+
+ *: "Mono"
+
+
+ *: "Mono"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SHUFFLE
+ desc: in settings_menu
+ user:
+
+ *: "Shuffle"
+
+
+ *: "Züefall"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT
+ desc: in settings_menu
+ user:
+
+ *: "Repeat"
+
+
+ *: "Wiederholig"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ALL
+ desc: repeat playlist once all songs have completed
+ user:
+
+ *: "All"
+
+
+ *: "Alli"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_REPEAT_ONE
+ desc: repeat one song
+ user:
+
+ *: "One"
+
+
+ *: "Eis"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER
+ desc: setting name for dir filter
+ user:
+
+ *: "Show Files"
+
+
+ *: "Datiifilter"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_ALL
+ desc: show all files
+ user:
+
+ *: "All"
+
+
+ *: "Alli"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_SUPPORTED
+ desc: show all file types supported by Rockbox
+ user:
+
+ *: "Supported"
+
+
+ *: "Unnerschtützti"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_MUSIC
+ desc: show only music-related files
+ user:
+
+ *: "Music"
+
+
+ *: "Müsig"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FILTER_PLAYLIST
+ desc: show only playlist
+ user:
+
+ *: "Playlists"
+
+
+ *: "Liederlischta"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_QUALITY
+ desc: in the recording settings
+ user:
+
+ *: "Quality"
+
+
+ *: "Qualität"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_FREQUENCY
+ desc: in the recording settings
+ user:
+
+ *: "Frequency"
+
+
+ *: "Frequänz"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SOURCE
+ desc: in the recording settings
+ user:
+
+ *: "Source"
+
+
+ *: "Quella"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_MIC
+ desc: in the recording settings
+ user:
+
+ *: "Mic"
+
+
+ *: "Mikrofon"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_LINE
+ desc: in the recording settings
+ user:
+
+ *: "Line In"
+
+
+ *: "Analog"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
+ desc: in the recording settings
+ user:
+
+ *: "Digital"
+
+
+ *: "Digital"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_CHANNELS
+ desc: in the recording settings
+ user:
+
+ *: "Channels"
+
+
+ *: "Kanal"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_FLIP_DISPLAY
+ desc: in settings_menu, option to turn display+buttos by 180 degreed
+ user:
+
+ *: "Upside Down"
+
+
+ *: "umgidräht"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_SCROLL_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Scroll Bar"
+
+
+ *: "Scrolliischta"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_STATUS_BAR
+ desc: display menu, F3 substitute
+ user:
+
+ *: "Status Bar"
+
+
+ *: "Statusliischta"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_UP
+ desc: in wps
+ user:
+
+ *: "Pitch Up"
+
+
+ *: "schnäller"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_PITCH_DOWN
+ desc: in wps
+ user:
+
+ *: "Pitch Down"
+
+
+ *: "langsamer"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_F2_MODE
+ desc: in wps F2 pressed
+ user:
+
+ *: "Mode:"
+
+
+ *: "Modus:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_TIME
+ desc: Display of recorded time
+ user:
+
+ *: "Time:"
+
+
+ *: "Zit:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
+### The 'desc' field differs from the english!
+### the previously used desc is commented below:
+### desc:
+ desc: Display of record timer interval setting, on the record screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Split time:"
+ *: "Split Time:"
+
+
+ *: "Üfnahm teilu:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_SIZE
+ desc: Display of recorded file size
+ user:
+
+ *: "Size:"
+
+
+ *: "Greessi:"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORD_PRERECORD
+ desc: in recording and radio screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Prerecording"
+ *: "Pre-Recording"
+
+
+ *: "Vorüsüfnahm"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_GAIN
+ desc: in the recording screen
+ user:
+
+ *: "Gain"
+
+
+ *: "Verst"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_LEFT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Left"
+ *: "Gain Left"
+
+
+ *: "Lings"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_RECORDING_RIGHT
+ desc: in the recording screen
+ user:
+
+### The section differs from the english!
+### the previously used one is commented below:
+### *: "Right"
+ *: "Gain Right"
+
+
+ *: "Rächts"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DISK_FULL
+ desc: in recording screen
+ user:
+
+ *: "The disk is full. Press OFF to continue."
+
+
+ *: "Feschtplatta isch voll. Drick OFF."
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F1
+ desc: in dir browser, F1 button bar text
+ user:
+
+ *: "Menu"
+
+
+ *: "Mönü"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F2
+ desc: in dir browser, F2 button bar text
+ user:
+
+ *: "Option"
+
+
+ *: "Option"
+
+
+ *: ""
+
+
+
+ id: LANG_SYSFONT_DIRBROWSE_F3
+ desc: in dir browser, F3 button bar text
+ user:
+
+ *: "LCD"
+
+
+ *: "LCD"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+ *: "Gain"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_REPEAT_AB
+ desc: repeat one song
+ user:
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+ *: "A-B"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+ *: "Cutoff Frequency"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_FILTER_ID3DB
+ desc: show ID3 Database
+ user:
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+ *: "ID3 Database"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_PITCH
+ desc: "pitch" in the pitch screen
+ user:
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+ *: "Pitch"
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
+ desc: in the equalizer settings menu
+ user:
+
+ *: "Edit mode: %s"
+
+
+ *: "Edit mode: %s"
+
+
+ *: ""
+
+
+###
+### This phrase below was not present in the translated file
+
+ id: LANG_SYSFONT_RECORD_TRIGGER
+ desc: in recording settings_menu
+ user:
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
+ *: "Trigger"
+
+
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index fc27439f2e..f3d350834d 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -881,14 +881,14 @@ bool recording_screen(void)
{
dmb = dsize/1024/1024;
snprintf(buf, 32, "%s %dMB",
- str(LANG_SPLIT_SIZE), dmb);
+ str(LANG_SYSFONT_SPLIT_SIZE), dmb);
}
else
{
hours = seconds / 3600;
minutes = (seconds - (hours * 3600)) / 60;
snprintf(buf, 32, "%s %02d:%02d:%02d",
- str(LANG_RECORDING_TIME),
+ str(LANG_SYSFONT_RECORDING_TIME),
hours, minutes, seconds%60);
}
@@ -897,7 +897,7 @@ bool recording_screen(void)
if(audio_stat & AUDIO_STATUS_PRERECORD)
{
- snprintf(buf, 32, "%s...", str(LANG_RECORD_PRERECORD));
+ snprintf(buf, 32, "%s...", str(LANG_SYSFONT_RECORD_PRERECORD));
}
else
{
@@ -911,7 +911,7 @@ bool recording_screen(void)
dhours = dseconds / 3600;
dminutes = (dseconds - (dhours * 3600)) / 60;
snprintf(buf, 32, "%s %02d:%02d",
- str(LANG_RECORD_TIMESPLIT_REC),
+ str(LANG_SYSFONT_RECORD_TIMESPLIT_REC),
dhours, dminutes);
}
else
@@ -920,7 +920,7 @@ bool recording_screen(void)
num_recorded_bytes,
byte_units, true);
snprintf(buf, 32, "%s %s",
- str(LANG_RECORDING_SIZE), buf2);
+ str(LANG_SYSFONT_RECORDING_SIZE), buf2);
}
}
for(i = 0; i < screen_update; i++)
@@ -968,7 +968,7 @@ bool recording_screen(void)
update_countdown = 1;
}
- snprintf(buf, 32, "%s: %s", str(LANG_VOLUME),
+ snprintf(buf, 32, "%s: %s", str(LANG_SYSFONT_VOLUME),
fmt_gain(SOUND_VOLUME,
global_settings.volume,
buf2, sizeof(buf2)));
@@ -987,7 +987,7 @@ bool recording_screen(void)
if(global_settings.rec_source == SOURCE_MIC)
{
- snprintf(buf, 32, "%s:%s", str(LANG_RECORDING_GAIN),
+ snprintf(buf, 32, "%s:%s", str(LANG_SYSFONT_RECORDING_GAIN),
fmt_gain(SOUND_MIC_GAIN,
global_settings.rec_mic_gain,
buf2, sizeof(buf2)));
@@ -1007,7 +1007,7 @@ bool recording_screen(void)
else if(global_settings.rec_source == SOURCE_LINE)
{
snprintf(buf, 32, "%s:%s",
- str(LANG_RECORDING_LEFT),
+ str(LANG_SYSFONT_RECORDING_LEFT),
fmt_gain(SOUND_LEFT_GAIN,
global_settings.rec_left_gain,
buf2, sizeof(buf2)));
@@ -1025,7 +1025,7 @@ bool recording_screen(void)
}
snprintf(buf, 32, "%s:%s",
- str(LANG_RECORDING_RIGHT),
+ str(LANG_SYSFONT_RECORDING_RIGHT),
fmt_gain(SOUND_RIGHT_GAIN,
global_settings.rec_right_gain,
buf2, sizeof(buf2)));
@@ -1094,7 +1094,8 @@ bool recording_screen(void)
#endif
freq_str[global_settings.rec_frequency],
global_settings.rec_channels ?
- str(LANG_CHANNEL_MONO) : str(LANG_CHANNEL_STEREO));
+ str(LANG_SYSFONT_CHANNEL_MONO) :
+ str(LANG_SYSFONT_CHANNEL_STEREO));
for(i = 0; i < screen_update; i++)
screens[i].puts(0, filename_offset[i] + PM_HEIGHT + 5, buf);
@@ -1130,7 +1131,7 @@ bool recording_screen(void)
#endif
if (audio_stat & AUDIO_STATUS_ERROR)
{
- gui_syncsplash(0, true, str(LANG_DISK_FULL));
+ gui_syncsplash(0, true, str(LANG_SYSFONT_DISK_FULL));
gui_syncstatusbar_draw(&statusbars, true);
FOR_NB_SCREENS(i)
@@ -1200,7 +1201,8 @@ bool f2_rec_screen(void)
screens[i].clear_display();
/* Recording quality */
- screens[i].putsxy(0, LCD_HEIGHT/2 - h*2, str(LANG_RECORDING_QUALITY));
+ screens[i].putsxy(0, LCD_HEIGHT/2 - h*2,
+ str(LANG_SYSFONT_RECORDING_QUALITY));
}
snprintf(buf, 32, "%d", global_settings.rec_quality);
@@ -1212,7 +1214,7 @@ bool f2_rec_screen(void)
}
/* Frequency */
- snprintf(buf, sizeof buf, "%s:", str(LANG_RECORDING_FREQUENCY));
+ snprintf(buf, sizeof buf, "%s:", str(LANG_SYSFONT_RECORDING_FREQUENCY));
ptr = freq_str[global_settings.rec_frequency];
FOR_NB_SCREENS(i)
{
@@ -1227,21 +1229,22 @@ bool f2_rec_screen(void)
/* Channel mode */
switch ( global_settings.rec_channels ) {
case 0:
- ptr = str(LANG_CHANNEL_STEREO);
+ ptr = str(LANG_SYSFONT_CHANNEL_STEREO);
break;
case 1:
- ptr = str(LANG_CHANNEL_MONO);
+ ptr = str(LANG_SYSFONT_CHANNEL_MONO);
break;
}
FOR_NB_SCREENS(i)
{
- screens[i].getstringsize(str(LANG_RECORDING_CHANNELS), &w, &h);
+ screens[i].getstringsize(str(LANG_SYSFONT_RECORDING_CHANNELS), &w, &h);
screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h*2,
- str(LANG_RECORDING_CHANNELS));
- screens[i].getstringsize(str(LANG_F2_MODE), &w, &h);
- screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h, str(LANG_F2_MODE));
+ str(LANG_SYSFONT_RECORDING_CHANNELS));
+ screens[i].getstringsize(str(LANG_SYSFONT_F2_MODE), &w, &h);
+ screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h
+ str(LANG_SYSFONT_F2_MODE));
screens[i].getstringsize(ptr, &w, &h);
screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2, ptr);
screens[i].mono_bitmap(bitmap_icons_7x8[Icon_FastForward],
@@ -1322,9 +1325,9 @@ bool f3_rec_screen(void)
int button;
char *src_str[] =
{
- str(LANG_RECORDING_SRC_MIC),
- str(LANG_RECORDING_SRC_LINE),
- str(LANG_RECORDING_SRC_DIGITAL)
+ str(LANG_SYSFONT_RECORDING_SRC_MIC),
+ str(LANG_SYSFONT_RECORDING_SRC_LINE),
+ str(LANG_SYSFONT_RECORDING_SRC_DIGITAL)
};
FOR_NB_SCREENS(i)
{
@@ -1340,7 +1343,8 @@ bool f3_rec_screen(void)
screens[i].clear_display();
/* Recording source */
- screens[i].putsxy(0, LCD_HEIGHT/2 - h*2, str(LANG_RECORDING_SOURCE));
+ screens[i].putsxy(0, LCD_HEIGHT/2 - h*2,
+ str(LANG_SYSFONT_RECORDING_SOURCE));
screens[i].getstringsize(ptr, &w, &h);
screens[i].putsxy(0, LCD_HEIGHT/2-h, ptr);
@@ -1349,7 +1353,7 @@ bool f3_rec_screen(void)
}
/* trigger setup */
- ptr = str(LANG_RECORD_TRIGGER);
+ ptr = str(LANG_SYSFONT_RECORD_TRIGGER);
FOR_NB_SCREENS(i)
{
screens[i].getstringsize(ptr,&w,&h);
diff --git a/apps/screens.c b/apps/screens.c
index c54333109b..5a2b58e853 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -368,14 +368,14 @@ void pitch_screen_draw(int pitch)
lcd_clear_display();
/* UP: Pitch Up */
- ptr = str(LANG_PITCH_UP);
+ ptr = str(LANG_SYSFONT_PITCH_UP);
lcd_getstringsize(ptr,&w,&h);
lcd_putsxy((LCD_WIDTH-w)/2, 0, ptr);
lcd_mono_bitmap(bitmap_icons_7x8[Icon_UpArrow],
LCD_WIDTH/2 - 3, h, 7, 8);
/* DOWN: Pitch Down */
- ptr = str(LANG_PITCH_DOWN);
+ ptr = str(LANG_SYSFONT_PITCH_DOWN);
lcd_getstringsize(ptr,&w,&h);
lcd_putsxy((LCD_WIDTH-w)/2, LCD_HEIGHT - h, ptr);
lcd_mono_bitmap(bitmap_icons_7x8[Icon_DownArrow],
@@ -396,7 +396,7 @@ void pitch_screen_draw(int pitch)
w+1, (LCD_HEIGHT-h)/2, 7, 8);
/* "Pitch" */
- snprintf((char *)buf, sizeof(buf), str(LANG_PITCH));
+ snprintf((char *)buf, sizeof(buf), str(LANG_SYSFONT_PITCH));
lcd_getstringsize(buf,&w,&h);
lcd_putsxy((LCD_WIDTH-w)/2, (LCD_HEIGHT/2)-h, buf);
/* "XX.X%" */
@@ -531,23 +531,23 @@ bool quick_screen_quick(int button_enter)
int oldrepeat, old_x_margin, old_y_margin;
static const struct opt_items left_items[] = {
- [0]={ STR(LANG_OFF) },
- [1]={ STR(LANG_ON) }
+ [0]={ STR(LANG_SYSFONT_OFF) },
+ [1]={ STR(LANG_SYSFONT_ON) }
};
static const struct opt_items bottom_items[] = {
- [SHOW_ALL]={ STR(LANG_FILTER_ALL) },
- [SHOW_SUPPORTED]={ STR(LANG_FILTER_SUPPORTED) },
- [SHOW_MUSIC]={ STR(LANG_FILTER_MUSIC) },
- [SHOW_PLAYLIST]={ STR(LANG_FILTER_PLAYLIST) },
- [SHOW_ID3DB]={ STR(LANG_FILTER_ID3DB) }
+ [SHOW_ALL]={ STR(LANG_SYSFONT_FILTER_ALL) },
+ [SHOW_SUPPORTED]={ STR(LANG_SYSFONT_FILTER_SUPPORTED) },
+ [SHOW_MUSIC]={ STR(LANG_SYSFONT_FILTER_MUSIC) },
+ [SHOW_PLAYLIST]={ STR(LANG_SYSFONT_FILTER_PLAYLIST) },
+ [SHOW_ID3DB]={ STR(LANG_SYSFONT_FILTER_ID3DB) }
};
static const struct opt_items right_items[] = {
- [REPEAT_OFF]={ STR(LANG_OFF) },
- [REPEAT_ALL]={ STR(LANG_REPEAT_ALL) },
- [REPEAT_ONE]={ STR(LANG_REPEAT_ONE) },
- [REPEAT_SHUFFLE]={ STR(LANG_SHUFFLE) },
+ [REPEAT_OFF]={ STR(LANG_SYSFONT_OFF) },
+ [REPEAT_ALL]={ STR(LANG_SYSFONT_REPEAT_ALL) },
+ [REPEAT_ONE]={ STR(LANG_SYSFONT_REPEAT_ONE) },
+ [REPEAT_SHUFFLE]={ STR(LANG_SYSFONT_SHUFFLE) },
#if (AB_REPEAT_ENABLE == 1)
- [REPEAT_AB]={ STR(LANG_REPEAT_AB) }
+ [REPEAT_AB]={ STR(LANG_SYSFONT_REPEAT_AB) }
#endif
};
struct gui_quickscreen qs;
@@ -557,17 +557,17 @@ bool quick_screen_quick(int button_enter)
lcd_setmargins(0, 0);
option_select_init_items(&left_option,
- (char *)str(LANG_SHUFFLE),
+ (char *)str(LANG_SYSFONT_SHUFFLE),
bool_to_int(global_settings.playlist_shuffle),
left_items,
2);
option_select_init_items(&bottom_option,
- (char *)str(LANG_FILTER),
+ (char *)str(LANG_SYSFONT_FILTER),
global_settings.dirfilter,
bottom_items,
sizeof(bottom_items)/sizeof(struct opt_items));
option_select_init_items(&right_option,
- (char *)str(LANG_REPEAT),
+ (char *)str(LANG_SYSFONT_REPEAT),
global_settings.repeat_mode,
right_items,
sizeof(right_items)/sizeof(struct opt_items));
@@ -621,12 +621,12 @@ bool quick_screen_f3(int button_enter)
int old_x_margin, old_y_margin;
static const struct opt_items onoff_items[] = {
- [0]={ STR(LANG_OFF) },
- [1]={ STR(LANG_ON) }
+ [0]={ STR(LANG_SYSFONT_OFF) },
+ [1]={ STR(LANG_SYSFONT_ON) }
};
static const struct opt_items yesno_items[] = {
- [0]={ STR(LANG_SET_BOOL_NO) },
- [1]={ STR(LANG_SET_BOOL_YES) }
+ [0]={ STR(LANG_SYSFONT_SET_BOOL_NO) },
+ [1]={ STR(LANG_SYSFONT_SET_BOOL_YES) }
};
struct gui_quickscreen qs;
@@ -636,17 +636,17 @@ bool quick_screen_f3(int button_enter)
lcd_setmargins(0, 0);
option_select_init_items(&left_option,
- str(LANG_SCROLL_BAR),
+ str(LANG_SYSFONT_SCROLL_BAR),
bool_to_int(global_settings.scrollbar),
onoff_items,
2);
option_select_init_items(&bottom_option,
- str(LANG_FLIP_DISPLAY),
+ str(LANG_SYSFONT_FLIP_DISPLAY),
bool_to_int(global_settings.flip_display),
yesno_items,
2);
option_select_init_items(&right_option,
- str(LANG_STATUS_BAR),
+ str(LANG_SYSFONT_STATUS_BAR),
bool_to_int(global_settings.statusbar),
onoff_items,
2);
diff --git a/apps/tree.c b/apps/tree.c
index fde4da0e04..7b553a5960 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -357,9 +357,9 @@ static int update_dir(void)
#ifdef HAS_BUTTONBAR
if (global_settings.buttonbar) {
if (*tc.dirfilter < NUM_FILTER_MODES)
- gui_buttonbar_set(&tree_buttonbar, str(LANG_DIRBROWSE_F1),
- str(LANG_DIRBROWSE_F2),
- str(LANG_DIRBROWSE_F3));
+ gui_buttonbar_set(&tree_buttonbar, str(LANG_SYSFONT_DIRBROWSE_F1),
+ str(LANG_SYSFONT_DIRBROWSE_F2),
+ str(LANG_SYSFONT_DIRBROWSE_F3));
else
gui_buttonbar_set(&tree_buttonbar, "<<<", "", "");
gui_buttonbar_draw(&tree_buttonbar);