From 104fb378ece524ac2934471c14304a70d8ed0e2b Mon Sep 17 00:00:00 2001 From: Tom Ross Date: Tue, 3 Mar 2009 01:38:26 +0000 Subject: More GSoC related work. Have genlang parse the user field of the lang files. For now, all user strings are core. In the future more users will be added. Add missing user fields to a few phrases in some languages. Genlang will also warn if a phrase is missing the user field or it is unknown. The output format is unchanged. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20187 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/hindi.lang | 683 ++++++++++++++++++++++++++------------------------- 1 file changed, 342 insertions(+), 341 deletions(-) (limited to 'apps/lang/hindi.lang') diff --git a/apps/lang/hindi.lang b/apps/lang/hindi.lang index a2063b3040..effd366b19 100644 --- a/apps/lang/hindi.lang +++ b/apps/lang/hindi.lang @@ -19,7 +19,7 @@ id: LANG_SET_BOOL_YES desc: bool true representation - user: + user: core *: "Yes" @@ -33,7 +33,7 @@ id: LANG_SET_BOOL_NO desc: bool false representation - user: + user: core *: "No" @@ -47,7 +47,7 @@ id: LANG_ON desc: Used in a lot of places - user: + user: core *: "On" @@ -61,7 +61,7 @@ id: LANG_OFF desc: Used in a lot of places - user: + user: core *: "Off" @@ -75,7 +75,7 @@ id: LANG_ASK desc: in settings_menu - user: + user: core *: "Ask" @@ -89,7 +89,7 @@ id: LANG_ALWAYS desc: used in various places - user: + user: core *: "Always" @@ -103,7 +103,7 @@ id: LANG_NORMAL desc: in settings_menu - user: + user: core *: "Normal" @@ -117,7 +117,7 @@ id: LANG_WAIT desc: general please wait splash - user: + user: core *: "Loading..." @@ -131,7 +131,7 @@ id: LANG_LOADING_PERCENT desc: splash number of percents loaded - user: + user: core *: "Loading... %d%% done (%s)" @@ -145,7 +145,7 @@ id: LANG_SCANNING_DISK desc: when booting up and rebuilding the cache and calculating free space - user: + user: core *: "Scanning disk..." @@ -159,7 +159,7 @@ id: LANG_SHUTTINGDOWN desc: in main menu - user: + user: core *: "Shutting down..." @@ -173,7 +173,7 @@ id: LANG_PLAYLIST_SHUFFLE desc: DEPRECATED - user: + user: core *: "" @@ -187,7 +187,7 @@ id: LANG_CANCEL desc: Visual confirmation of canceling a changed setting - user: + user: core *: "Cancelled" @@ -201,7 +201,7 @@ id: LANG_FAILED desc: Something failed. To be appended after actions - user: + user: core *: "Failed" @@ -215,7 +215,7 @@ id: LANG_RESET_ASK desc: confirm to reset settings - user: + user: core *: "Are You Sure?" @@ -229,7 +229,7 @@ id: LANG_CONFIRM_WITH_BUTTON desc: Generic string to use to confirm - user: + user: core *: "PLAY = Yes" h100,h120,h300: "NAVI = Yes" @@ -249,7 +249,7 @@ id: LANG_CANCEL_WITH_ANY desc: Generic string to use to cancel - user: + user: core *: "Any Other = No" player: none @@ -266,7 +266,7 @@ id: LANG_ROCKBOX_TITLE desc: main menu title - user: + user: core *: "Rockbox" @@ -280,7 +280,7 @@ id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS desc: in the main menu - user: + user: core *: "Recent Bookmarks" @@ -294,7 +294,7 @@ id: LANG_DIR_BROWSER desc: main menu title - user: + user: core *: "Files" @@ -308,7 +308,7 @@ id: LANG_TAGCACHE desc: in the main menu and the settings menu - user: + user: core *: "Database" @@ -322,7 +322,7 @@ id: LANG_NOW_PLAYING desc: in the main menu - user: + user: core *: "Now Playing" @@ -336,7 +336,7 @@ id: LANG_RESUME_PLAYBACK desc: in the main menu - user: + user: core *: "Resume Playback" @@ -350,7 +350,7 @@ id: LANG_SETTINGS desc: in main menu and visual confirmation after settings reset - user: + user: core *: "Settings" @@ -364,7 +364,7 @@ id: LANG_RECORDING desc: in the main menu - user: + user: core *: none recording: "Recording" @@ -381,7 +381,7 @@ id: LANG_FM_RADIO desc: in the main menu - user: + user: core *: none radio: "FM Radio" @@ -398,7 +398,7 @@ id: LANG_PLAYLISTS desc: in the main menu and file view setting - user: + user: core *: "Playlists" @@ -412,7 +412,7 @@ id: LANG_PLUGINS desc: in the main menu - user: + user: core *: "Plugins" @@ -426,7 +426,7 @@ id: LANG_SYSTEM desc: in the main menu and settings menu - user: + user: core *: "System" @@ -440,7 +440,7 @@ id: LANG_BOOKMARK_SELECT_BOOKMARK desc: bookmark selection list title - user: + user: core *: "Select Bookmark" @@ -454,7 +454,7 @@ id: LANG_BOOKMARK_DONT_RESUME desc: top item in the list when asking user about bookmark auto load - user: + user: core *: "" @@ -468,7 +468,7 @@ id: LANG_BOOKMARK_SHUFFLE desc: bookmark selection list, bookmark enables shuffle - user: + user: core *: ", Shuffle" @@ -482,7 +482,7 @@ id: LANG_BOOKMARK_INVALID desc: bookmark selection list, bookmark couldn't be parsed - user: + user: core *: "" @@ -496,7 +496,7 @@ id: LANG_BOOKMARK_CONTEXT_MENU desc: bookmark selection list context menu - user: + user: core *: "Bookmark Actions" @@ -510,7 +510,7 @@ id: LANG_BOOKMARK_CONTEXT_RESUME desc: bookmark context menu, resume this bookmark - user: + user: core *: "Resume" @@ -524,7 +524,7 @@ id: LANG_BOOKMARK_CONTEXT_DELETE desc: bookmark context menu, delete this bookmark - user: + user: core *: "Delete" @@ -538,7 +538,7 @@ id: LANG_AUTO_BOOKMARK_QUERY desc: prompt for user to decide to create an bookmark - user: + user: core *: "Create a Bookmark?" @@ -552,7 +552,7 @@ id: LANG_BOOKMARK_CREATE_SUCCESS desc: Indicates bookmark was successfully created - user: + user: core *: "Bookmark Created" @@ -566,7 +566,7 @@ id: LANG_BOOKMARK_CREATE_FAILURE desc: Indicates bookmark was not created - user: + user: core *: "Bookmark Failed!" @@ -580,7 +580,7 @@ id: LANG_BOOKMARK_LOAD_EMPTY desc: Indicates bookmark was empty - user: + user: core *: "Bookmark Empty" @@ -594,7 +594,7 @@ id: LANG_SOUND_SETTINGS desc: in the main menu - user: + user: core *: "Sound Settings" @@ -608,7 +608,7 @@ id: LANG_EQUALIZER_ENABLED desc: in the equalizer settings menu - user: + user: core *: none swcodec: "Enable EQ" @@ -625,7 +625,7 @@ id: LANG_EQUALIZER_GAIN desc: in the equalizer settings menu - user: + user: core *: none swcodec: "Simple EQ Settings" @@ -642,7 +642,7 @@ id: LANG_EQUALIZER_ADVANCED desc: in the equalizer settings menu - user: + user: core *: none swcodec: "Advanced EQ Settings" @@ -659,7 +659,7 @@ id: LANG_EQUALIZER_HARDWARE desc: deprecated - user: + user: core *: none ipodvideo: "" @@ -676,7 +676,7 @@ id: LANG_EQUALIZER_HARDWARE_ENABLED desc: deprecated - user: + user: core *: none ipodvideo: "" @@ -693,7 +693,7 @@ id: LANG_EQUALIZER_BANDWIDTH desc: deprecated - user: + user: core *: none ipodvideo: "" @@ -710,7 +710,7 @@ id: LANG_EQUALIZER_HARDWARE_BANDWIDTH_NARROW desc: deprecated - user: + user: core *: none ipodvideo: "" @@ -727,7 +727,7 @@ id: LANG_EQUALIZER_HARDWARE_BANDWIDTH_WIDE desc: deprecated - user: + user: core *: none ipodvideo: "" @@ -744,7 +744,7 @@ id: LANG_SUPERBASS desc: in sound settings - user: + user: core *: none masf: "Super Bass" @@ -761,7 +761,7 @@ id: LANG_GENERAL_SETTINGS desc: in the main menu - user: + user: core *: "General Settings" @@ -775,7 +775,7 @@ id: LANG_PLAYBACK desc: in settings_menu() - user: + user: core *: "Playback" @@ -789,7 +789,7 @@ id: LANG_SHUFFLE desc: in settings_menu - user: + user: core *: "Shuffle" @@ -803,7 +803,7 @@ id: LANG_REPEAT desc: in settings_menu - user: + user: core *: "Repeat" @@ -817,7 +817,7 @@ id: LANG_ALL desc: generic string used both in dir file filter and repeat mode selection - user: + user: core *: "All" @@ -831,7 +831,7 @@ id: LANG_REPEAT_ONE desc: repeat one song - user: + user: core *: "One" @@ -845,7 +845,7 @@ id: LANG_PLAY_SELECTED desc: in settings_menu - user: + user: core *: "Play Selected First" @@ -859,7 +859,7 @@ id: LANG_WIND_MENU desc: in the playback sub menu - user: + user: core *: "Fast-Forward/Rewind" @@ -873,7 +873,7 @@ id: LANG_FFRW_STEP desc: in settings_menu - user: + user: core *: "FF/RW Min Step" @@ -887,7 +887,7 @@ id: LANG_FFRW_ACCEL desc: in settings_menu - user: + user: core *: "FF/RW Accel" @@ -901,7 +901,7 @@ id: LANG_CROSSFADE_ENABLE desc: in crossfade settings menu - user: + user: core *: none swcodec: "Enable Crossfade" @@ -918,7 +918,7 @@ id: LANG_MIX desc: in playback settings, crossfade option - user: + user: core *: none swcodec: "Mix" @@ -935,7 +935,7 @@ id: LANG_REPLAYGAIN_ENABLE desc: in replaygain - user: + user: core *: "Enable Replaygain" @@ -949,7 +949,7 @@ id: LANG_REPLAYGAIN_NOCLIP desc: in replaygain - user: + user: core *: none swcodec: "Prevent Clipping" @@ -966,7 +966,7 @@ id: LANG_WEAK desc: in beep volume in playback settings - user: + user: core *: none swcodec: "Weak" @@ -983,7 +983,7 @@ id: LANG_MODERATE desc: in beep volume in playback settings - user: + user: core *: none swcodec: "Moderate" @@ -1000,7 +1000,7 @@ id: LANG_STRONG desc: in beep volume in playback settings - user: + user: core *: none swcodec: "Strong" @@ -1017,7 +1017,7 @@ id: LANG_ID3_ORDER desc: DEPRECATED - user: + user: core *: "" @@ -1031,7 +1031,7 @@ id: LANG_ID3_V1_FIRST desc: DEPRECATED - user: + user: core *: "" @@ -1045,7 +1045,7 @@ id: LANG_ID3_V2_FIRST desc: DEPRECATED - user: + user: core *: "" @@ -1059,7 +1059,7 @@ id: LANG_HEADPHONE_UNPLUG desc: in settings_menu. - user: + user: core *: none headphone_detection: "Pause on Headphone Unplug" @@ -1076,7 +1076,7 @@ id: LANG_HEADPHONE_UNPLUG_RESUME desc: in pause_phones_menu. - user: + user: core *: none headphone_detection: "Pause and Resume" @@ -1093,7 +1093,7 @@ id: LANG_HEADPHONE_UNPLUG_DISABLE_AUTORESUME desc: in pause_phones_menu. - user: + user: core *: none headphone_detection: "Disable resume on startup if phones unplugged" @@ -1110,7 +1110,7 @@ id: LANG_FILE desc: in settings_menu() - user: + user: core *: "File View" @@ -1124,7 +1124,7 @@ id: LANG_SORT_FILE desc: browser sorting setting - user: + user: core *: "Sort Files" @@ -1138,7 +1138,7 @@ id: LANG_SORT_DATE desc: browser sorting setting - user: + user: core *: "By Date" @@ -1152,7 +1152,7 @@ id: LANG_SORT_DATE_REVERSE desc: browser sorting setting - user: + user: core *: "By Newest Date" @@ -1166,7 +1166,7 @@ id: LANG_SORT_TYPE desc: browser sorting setting - user: + user: core *: "By Type" @@ -1180,7 +1180,7 @@ id: LANG_FILTER desc: setting name for dir filter - user: + user: core *: "Show Files" @@ -1194,7 +1194,7 @@ id: LANG_FILTER_SUPPORTED desc: show all file types supported by Rockbox - user: + user: core *: "Supported" @@ -1208,7 +1208,7 @@ id: LANG_FILTER_MUSIC desc: show only music-related files - user: + user: core *: "Music" @@ -1222,7 +1222,7 @@ id: LANG_FOLLOW desc: in settings_menu - user: + user: core *: "Follow Playlist" @@ -1236,7 +1236,7 @@ id: LANG_SHOW_PATH desc: in settings_menu - user: + user: core *: "Show Path" @@ -1250,7 +1250,7 @@ id: LANG_DISPLAY_FULL_PATH desc: track display options - user: + user: core *: "Full Path" @@ -1264,7 +1264,7 @@ id: LANG_BUILDING_DATABASE desc: splash database building progress - user: + user: core *: "Building database... %d found (OFF to return)" h100,h120,h300: "Building database... %d found (STOP to return)" @@ -1286,7 +1286,7 @@ id: LANG_TAGCACHE_RAM desc: in tag cache settings - user: + user: core *: none tc_ramcache: "Load to RAM" @@ -1303,7 +1303,7 @@ id: LANG_TAGCACHE_AUTOUPDATE desc: in tag cache settings - user: + user: core *: "Auto Update" @@ -1317,7 +1317,7 @@ id: LANG_TAGCACHE_FORCE_UPDATE desc: in tag cache settings - user: + user: core *: "Initialize Now" @@ -1331,7 +1331,7 @@ id: LANG_TAGCACHE_UPDATE desc: in tag cache settings - user: + user: core *: "Update Now" @@ -1345,7 +1345,7 @@ id: LANG_RUNTIMEDB_ACTIVE desc: in settings_menu. - user: + user: core *: "Gather Runtime Data" @@ -1359,7 +1359,7 @@ id: LANG_TAGCACHE_EXPORT desc: in tag cache settings - user: + user: core *: "Export Modifications" @@ -1373,7 +1373,7 @@ id: LANG_TAGCACHE_IMPORT desc: in tag cache settings - user: + user: core *: "Import Modifications" @@ -1387,7 +1387,7 @@ id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH desc: in tag cache settings - user: + user: core *: "Updating in background" @@ -1401,7 +1401,7 @@ id: LANG_TAGCACHE_INIT desc: while initializing tagcache on boot - user: + user: core *: "Committing database" @@ -1415,6 +1415,7 @@ id: LANG_TAGCACHE_BUSY desc: when trying to shutdown and tagcache is committing + user: core *: "Database is not ready" @@ -1428,7 +1429,7 @@ id: LANG_TAGNAVI_ALL_TRACKS desc: "" entry in tag browser - user: + user: core *: "" @@ -1442,7 +1443,7 @@ id: LANG_LCD_MENU desc: in the display sub menu - user: + user: core *: "LCD Settings" @@ -1456,7 +1457,7 @@ id: LANG_NEVER desc: in lcd settings - user: + user: core *: none lcd_sleep: "Never" @@ -1473,7 +1474,7 @@ id: LANG_FLIP_DISPLAY desc: in settings_menu, option to turn display+buttos by 180 degrees - user: + user: core *: none lcd_bitmap: "Upside Down" @@ -1490,7 +1491,7 @@ id: LANG_CLEAR_BACKDROP desc: text for LCD settings menu - user: + user: core *: none lcd_non-mono: "Clear Backdrop" @@ -1507,7 +1508,7 @@ id: LANG_BACKGROUND_COLOR desc: menu entry to set the background color - user: + user: core *: none lcd_non-mono: "Background Colour" @@ -1524,7 +1525,7 @@ id: LANG_FOREGROUND_COLOR desc: menu entry to set the foreground color - user: + user: core *: none lcd_non-mono: "Foreground Colour" @@ -1541,7 +1542,7 @@ id: LANG_RESET_COLORS desc: menu - user: + user: core *: none lcd_non-mono: "Reset Colours" @@ -1558,7 +1559,7 @@ id: LANG_COLOR_UNACCEPTABLE desc: splash when user selects an invalid colour - user: + user: core *: none lcd_non-mono: "Invalid colour" @@ -1575,7 +1576,7 @@ id: LANG_LCD_REMOTE_MENU desc: in the display sub menu - user: + user: core *: none remote: "Remote-LCD Settings" @@ -1592,7 +1593,7 @@ id: LANG_SHOW_ICONS desc: in settings_menu - user: + user: core *: "Show Icons" @@ -1606,7 +1607,7 @@ id: LANG_SCROLL_STEP_EXAMPLE desc: Pixels to advance per scroll - user: + user: core *: "Scroll Step Size Setting Example Text" @@ -1620,7 +1621,7 @@ id: LANG_ONE_TIME desc: (player) the jump scroll shall be done "one time" - user: + user: core *: "One time" @@ -1634,7 +1635,7 @@ id: LANG_PM_UNITS_PER_READ desc: DEPRECATED - user: + user: core *: "" @@ -1648,7 +1649,7 @@ id: LANG_START_SCREEN desc: in the system sub menu - user: + user: core *: "Start Screen" @@ -1662,7 +1663,7 @@ id: LANG_MAIN_MENU desc: in start screen setting - user: + user: core *: "Main Menu" @@ -1676,7 +1677,7 @@ id: LANG_PREVIOUS_SCREEN desc: in start screen setting - user: + user: core *: "Previous Screen" @@ -1690,7 +1691,7 @@ id: LANG_DISK_MENU desc: in the system sub menu - user: + user: core *: "Disk" @@ -1704,7 +1705,7 @@ id: LANG_TIME_MENU desc: in the system sub menu - user: + user: core *: none rtc: "Time & Date" @@ -1721,7 +1722,7 @@ id: LANG_SET_TIME desc: in settings_menu - user: + user: core *: none rtc: "Set Time/Date" @@ -1738,7 +1739,7 @@ id: LANG_TIMEFORMAT desc: select the time format of time in status bar - user: + user: core *: none rtc: "Time Format" @@ -1755,7 +1756,7 @@ id: LANG_12_HOUR_CLOCK desc: option for 12 hour clock - user: + user: core *: none rtc: "12 Hour Clock" @@ -1772,7 +1773,7 @@ id: LANG_24_HOUR_CLOCK desc: option for 24 hour clock - user: + user: core *: none rtc: "24 Hour Clock" @@ -1789,7 +1790,7 @@ id: LANG_WEEKDAY_SUNDAY desc: Maximum 3-letter abbreviation for weekday - user: + user: core *: none rtc: "Sun" @@ -1806,7 +1807,7 @@ id: LANG_WEEKDAY_MONDAY desc: Maximum 3-letter abbreviation for weekday - user: + user: core *: none rtc: "Mon" @@ -1823,7 +1824,7 @@ id: LANG_WEEKDAY_TUESDAY desc: Maximum 3-letter abbreviation for weekday - user: + user: core *: none rtc: "Tue" @@ -1840,7 +1841,7 @@ id: LANG_WEEKDAY_WEDNESDAY desc: Maximum 3-letter abbreviation for weekday - user: + user: core *: none rtc: "Wed" @@ -1857,7 +1858,7 @@ id: LANG_WEEKDAY_THURSDAY desc: Maximum 3-letter abbreviation for weekday - user: + user: core *: none rtc: "Thu" @@ -1874,7 +1875,7 @@ id: LANG_WEEKDAY_FRIDAY desc: Maximum 3-letter abbreviation for weekday - user: + user: core *: none rtc: "Fri" @@ -1891,7 +1892,7 @@ id: LANG_WEEKDAY_SATURDAY desc: Maximum 3-letter abbreviation for weekday - user: + user: core *: none rtc: "Sat" @@ -1908,7 +1909,7 @@ id: LANG_MONTH_JANUARY desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "Jan" @@ -1925,7 +1926,7 @@ id: LANG_MONTH_FEBRUARY desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "Feb" @@ -1942,7 +1943,7 @@ id: LANG_MONTH_MARCH desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "Mar" @@ -1959,7 +1960,7 @@ id: LANG_MONTH_APRIL desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "Apr" @@ -1976,7 +1977,7 @@ id: LANG_MONTH_MAY desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "May" @@ -1993,7 +1994,7 @@ id: LANG_MONTH_JUNE desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "Jun" @@ -2010,7 +2011,7 @@ id: LANG_MONTH_JULY desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "Jul" @@ -2027,7 +2028,7 @@ id: LANG_MONTH_AUGUST desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "Aug" @@ -2044,7 +2045,7 @@ id: LANG_MONTH_SEPTEMBER desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "Sep" @@ -2061,7 +2062,7 @@ id: LANG_MONTH_OCTOBER desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "Oct" @@ -2078,7 +2079,7 @@ id: LANG_MONTH_NOVEMBER desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "Nov" @@ -2095,7 +2096,7 @@ id: LANG_MONTH_DECEMBER desc: Maximum 3-letter abbreviation for monthname - user: + user: core *: none rtc: "Dec" @@ -2112,7 +2113,7 @@ id: LANG_MAX_FILES_IN_PLAYLIST desc: in settings_menu - user: + user: core *: "Max Playlist Size" @@ -2126,7 +2127,7 @@ id: LANG_ALARM_MOD_KEYS desc: Shown key functions in alarm menu (for the RTC alarm mod). - user: + user: core *: none alarm: "PLAY=Set OFF=Cancel" @@ -2147,7 +2148,7 @@ id: LANG_ALARM_MOD_DISABLE desc: Announce that the RTC alarm has been turned off - user: + user: core *: none alarm: "Alarm Disabled" @@ -2164,7 +2165,7 @@ id: LANG_BOOKMARK_SETTINGS desc: in general settings - user: + user: core *: "Bookmarking" @@ -2178,7 +2179,7 @@ id: LANG_BOOKMARK_SETTINGS_AUTOCREATE desc: prompt for user to decide to create an bookmark - user: + user: core *: "Bookmark on Stop" @@ -2192,7 +2193,7 @@ id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_YES desc: Save in recent bookmarks only - user: + user: core *: "Yes - Recent only" @@ -2206,7 +2207,7 @@ id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_ASK desc: Save in recent bookmarks only - user: + user: core *: "Ask - Recent only" @@ -2220,7 +2221,7 @@ id: LANG_BOOKMARK_SETTINGS_AUTOLOAD desc: prompt for user to decide to create a bookmark - user: + user: core *: "Load Last Bookmark" @@ -2234,7 +2235,7 @@ id: LANG_BOOKMARK_SETTINGS_UNIQUE_ONLY desc: Save only on bookmark for each playlist in recent bookmarks - user: + user: core *: "Unique only" @@ -2248,7 +2249,7 @@ id: LANG_LANGUAGE desc: in settings_menu - user: + user: core *: "Language" @@ -2262,7 +2263,7 @@ id: LANG_LANGUAGE_LOADED desc: shown when a language has been loaded from the dir browser - user: + user: core *: "New Language" @@ -2276,7 +2277,7 @@ id: LANG_VOICE desc: root of voice menu - user: + user: core *: "Voice" @@ -2290,7 +2291,7 @@ id: LANG_VOICE_MENU desc: item of voice menu, enable/disable the voice UI - user: + user: core *: "Voice Menus" @@ -2304,7 +2305,7 @@ id: LANG_VOICE_DIR desc: item of voice menu, set the voice mode for directories - user: + user: core *: "Voice Directories" @@ -2318,7 +2319,7 @@ id: LANG_VOICE_FILE desc: item of voice menu, set the voice mode for files - user: + user: core *: "Voice Filenames" @@ -2332,7 +2333,7 @@ id: LANG_VOICE_NUMBER desc: "talkbox" mode for files+directories - user: + user: core *: "Numbers" @@ -2346,7 +2347,7 @@ id: LANG_MANAGE_MENU desc: in the main menu - user: + user: core *: "Manage Settings" @@ -2360,7 +2361,7 @@ id: LANG_SETTINGS_LOADED desc: Feedback shown when a .cfg file is loaded - user: + user: core *: "Settings Loaded" @@ -2374,7 +2375,7 @@ id: LANG_RESET desc: in system_settings_menu() - user: + user: core *: "Reset Settings" @@ -2388,7 +2389,7 @@ id: LANG_RESET_DONE_CLEAR desc: visual confirmation after settings reset - user: + user: core *: "Cleared" @@ -2402,7 +2403,7 @@ id: LANG_SETTINGS_SAVED desc: Feedback shown when a .cfg file is saved - user: + user: core *: "Settings Saved" @@ -2416,7 +2417,7 @@ id: LANG_SAVE_THEME desc: save a theme file - user: + user: core *: "Save Theme Settings" @@ -2430,7 +2431,7 @@ id: LANG_RECORDING_SETTINGS desc: in the main menu - user: + user: core *: none recording: "Recording Settings" @@ -2447,7 +2448,7 @@ id: LANG_FM_MENU desc: fm menu title - user: + user: core *: none radio: "FM Radio Menu" @@ -2464,7 +2465,7 @@ id: LANG_FM_NO_PRESETS desc: error when preset list is empty - user: + user: core *: none radio: "No presets" @@ -2481,7 +2482,7 @@ id: LANG_FM_ADD_PRESET desc: in radio menu - user: + user: core *: none radio: "Add Preset" @@ -2498,7 +2499,7 @@ id: LANG_FM_DELETE_PRESET desc: in radio screen - user: + user: core *: none radio: "Remove Preset" @@ -2515,7 +2516,7 @@ id: LANG_FM_PRESET_SAVE_FAILED desc: in radio screen - user: + user: core *: none radio: "Preset Save Failed" @@ -2532,7 +2533,7 @@ id: LANG_FM_BUTTONBAR_EXIT desc: in radio screen - user: + user: core *: none radio_screen_button_bar: "Exit" @@ -2549,7 +2550,7 @@ id: LANG_FM_BUTTONBAR_ADD desc: in radio screen - user: + user: core *: none radio_screen_button_bar: "Add" @@ -2566,7 +2567,7 @@ id: LANG_FM_BUTTONBAR_RECORD desc: in radio screen - user: + user: core *: none radio_screen_button_bar: "Record" @@ -2583,7 +2584,7 @@ id: LANG_FM_FREEZE desc: splash screen during freeze in radio mode - user: + user: core *: none radio: "Screen frozen!" @@ -2600,7 +2601,7 @@ id: LANG_FM_CLEAR_PRESETS desc: confirmation if presets can be cleared - user: + user: core *: none radio: "Clear Current Presets?" @@ -2617,7 +2618,7 @@ id: LANG_FM_SCANNING desc: during auto scan - user: + user: core *: none radio: "Scanning %d.%02d MHz" @@ -2634,7 +2635,7 @@ id: LANG_RADIO_SCAN_MODE desc: in radio screen / menu - user: + user: core *: none radio: "Scan" @@ -2651,7 +2652,7 @@ id: LANG_FM_PRESET_LOAD desc: load preset list in fm radio - user: + user: core *: none radio: "Load Preset List" @@ -2668,7 +2669,7 @@ id: LANG_FM_PRESET_SAVE desc: Save preset list in fm radio - user: + user: core *: none radio: "Save Preset List" @@ -2685,7 +2686,7 @@ id: LANG_FM_PRESET_CLEAR desc: clear preset list in fm radio - user: + user: core *: none radio: "Clear Preset List" @@ -2702,7 +2703,7 @@ id: LANG_FM_FIRST_AUTOSCAN desc: When you run the radio without an fmr file in settings - user: + user: core *: none radio: "No settings found. Autoscan?" @@ -2719,7 +2720,7 @@ id: LANG_FM_SAVE_CHANGES desc: When you try to exit radio to confirm save - user: + user: core *: none radio: "Save Changes?" @@ -2736,7 +2737,7 @@ id: LANG_ENCODER_SETTINGS desc: encoder settings - user: + user: core *: none recording: "Encoder Settings" @@ -2753,7 +2754,7 @@ id: LANG_NO_SETTINGS desc: when something has settings in a certain context - user: + user: core *: none recording: "(No Settings)" @@ -2770,7 +2771,7 @@ id: LANG_START_NEW_FILE desc: in record timesplit options - user: + user: core *: none recording: "Start new file" @@ -2787,7 +2788,7 @@ id: LANG_STOP_RECORDING desc: in record timesplit options - user: + user: core *: none recording: "Stop recording" @@ -2804,7 +2805,7 @@ id: LANG_RECORD_CURRENT_DIR desc: DEPRECATED - user: + user: core *: none recording: "" @@ -2821,7 +2822,7 @@ id: LANG_CLEAR_REC_DIR desc: - user: + user: core *: none recording: "Clear Recording Directory" @@ -2838,7 +2839,7 @@ id: LANG_REC_DIR_NOT_WRITABLE desc: - user: + user: core *: none recording: "Can't write to recording directory" @@ -2855,7 +2856,7 @@ id: LANG_RECORD_TRIG_NOREARM desc: in recording settings_menu - user: + user: core *: none recording: "Once" @@ -2904,7 +2905,7 @@ id: LANG_RECORD_START_THRESHOLD desc: in recording settings_menu - user: + user: core *: none recording: "Start Above" @@ -2921,7 +2922,7 @@ id: LANG_RECORD_STOP_THRESHOLD desc: in recording settings_menu - user: + user: core *: none recording: "Stop Below" @@ -2938,7 +2939,7 @@ id: LANG_RECORD_PRERECORD desc: in recording and radio screen - user: + user: core *: none recording: "Pre-Recording" @@ -3019,7 +3020,7 @@ id: LANG_CREATE_PLAYLIST desc: Menu option for creating a playlist - user: + user: core *: "Create Playlist" @@ -3033,7 +3034,7 @@ id: LANG_PLAYLISTVIEWER_SETTINGS desc: title for the playlist viewer settings menus - user: + user: core *: "Playlist Viewer Settings" @@ -3047,7 +3048,7 @@ id: LANG_VIEW_DYNAMIC_PLAYLIST desc: in playlist menu. - user: + user: core *: "View Current Playlist" @@ -3061,7 +3062,7 @@ id: LANG_MOVE desc: The verb/action Move - user: + user: core *: "Move" @@ -3075,7 +3076,7 @@ id: LANG_SHOW_INDICES desc: in playlist viewer menu - user: + user: core *: "Show Indices" @@ -3089,7 +3090,7 @@ id: LANG_DISPLAY_TRACK_NAME_ONLY desc: track display options - user: + user: core *: "Track Name Only" @@ -3103,7 +3104,7 @@ id: LANG_REMOVE desc: in playlist viewer on+play menu - user: + user: core *: "Remove" @@ -3117,7 +3118,7 @@ id: LANG_SAVE_DYNAMIC_PLAYLIST desc: in playlist menu. - user: + user: core *: "Save Current Playlist" @@ -3131,7 +3132,7 @@ id: LANG_CATALOG desc: in onplay menu - user: + user: core *: "Playlist Catalog" @@ -3145,7 +3146,7 @@ id: LANG_ROCKBOX_INFO desc: displayed topmost on the info screen and in the info menu - user: + user: core *: "Rockbox Info" @@ -3159,7 +3160,7 @@ id: LANG_DISK_SIZE_INFO desc: disk size info - user: + user: core *: "Disk:" @@ -3173,7 +3174,7 @@ id: LANG_DISK_FREE_INFO desc: disk size info - user: + user: core *: "Free:" @@ -3187,7 +3188,7 @@ id: LANG_VERSION desc: in the info menu - user: + user: core *: "Version" @@ -3201,7 +3202,7 @@ id: LANG_CURRENT_TIME desc: deprecated - user: + user: core *: "" @@ -3215,7 +3216,7 @@ id: LANG_PLAYLIST desc: Used when you need to say playlist, also voiced - user: + user: core *: "Playlist" @@ -3229,7 +3230,7 @@ id: LANG_INSERT desc: in onplay menu. insert a track/playlist into dynamic playlist. - user: + user: core *: "Insert" @@ -3243,7 +3244,7 @@ id: LANG_INSERT_FIRST desc: in onplay menu. insert a track/playlist into dynamic playlist. - user: + user: core *: "Insert Next" @@ -3257,7 +3258,7 @@ id: LANG_INSERT_LAST desc: in onplay menu. append a track/playlist into dynamic playlist. - user: + user: core *: "Insert Last" @@ -3271,7 +3272,7 @@ id: LANG_INSERT_SHUFFLED desc: in onplay menu. insert a track/playlist randomly into dynamic playlist - user: + user: core *: "Insert Shuffled" @@ -3285,7 +3286,7 @@ id: LANG_QUEUE_FIRST desc: in onplay menu. queue a track/playlist into dynamic playlist. - user: + user: core *: "Queue Next" @@ -3299,7 +3300,7 @@ id: LANG_QUEUE_LAST desc: in onplay menu. queue a track/playlist at end of playlist. - user: + user: core *: "Queue Last" @@ -3313,7 +3314,7 @@ id: LANG_QUEUE_SHUFFLED desc: in onplay menu. queue a track/playlist randomly into dynamic playlist - user: + user: core *: "Queue Shuffled" @@ -3327,7 +3328,7 @@ id: LANG_REPLACE desc: in onplay menu. Replace the current playlist with a new one. - user: + user: core *: "Play Next" @@ -3341,7 +3342,7 @@ id: LANG_VIEW desc: in on+play menu - user: + user: core *: "View" @@ -3355,7 +3356,7 @@ id: LANG_SEARCH_IN_PLAYLIST desc: in playlist menu. - user: + user: core *: "Search In Playlist" @@ -3369,7 +3370,7 @@ id: LANG_PLAYLIST_SEARCH_MSG desc: splash number of tracks inserted - user: + user: core *: "Searching... %d found (%s)" @@ -3383,7 +3384,7 @@ id: LANG_SHUFFLE_PLAYLIST desc: in playlist menu, reshuffles the order in which songs are played - user: + user: core *: "Reshuffle" @@ -3397,7 +3398,7 @@ id: LANG_CATALOG_VIEW desc: in onplay playlist catalog submenu - user: + user: core *: "View Catalog" @@ -3411,7 +3412,7 @@ id: LANG_CATALOG_ADD_TO desc: in onplay playlist catalog submenu - user: + user: core *: "Add to Playlist" @@ -3425,7 +3426,7 @@ id: LANG_CATALOG_ADD_TO_NEW desc: in onplay playlist catalog submenu - user: + user: core *: "Add to New Playlist" @@ -3439,7 +3440,7 @@ id: LANG_CATALOG_NO_DIRECTORY desc: error message when playlist catalog directory doesn't exist - user: + user: core *: "%s doesn't exist" @@ -3453,7 +3454,7 @@ id: LANG_CATALOG_NO_PLAYLISTS desc: error message when no playlists for playlist catalog - user: + user: core *: "No Playlists" @@ -3467,7 +3468,7 @@ id: LANG_BOOKMARK_MENU desc: Text on main menu to get to bookmark commands - user: + user: core *: "Bookmarks" @@ -3481,7 +3482,7 @@ id: LANG_BOOKMARK_MENU_CREATE desc: Used off of the bookmark menu to create a bookmark - user: + user: core *: "Create Bookmark" @@ -3495,7 +3496,7 @@ id: LANG_BOOKMARK_MENU_LIST desc: Used off of the bookmark menu to list available bookmarks for the currently playing directory or M3U - user: + user: core *: "List Bookmarks" @@ -3509,7 +3510,7 @@ id: LANG_MENU_SHOW_ID3_INFO desc: Menu option to start tag viewer - user: + user: core *: "Show Track Info" @@ -3523,7 +3524,7 @@ id: LANG_ID3_YEAR desc: in tag viewer - user: + user: core *: "[Year]" @@ -3537,7 +3538,7 @@ id: LANG_ID3_PLAYLIST desc: in tag viewer - user: + user: core *: "[Playlist]" @@ -3551,7 +3552,7 @@ id: LANG_ID3_NO_INFO desc: in tag viewer - user: + user: core *: "" @@ -3565,7 +3566,7 @@ id: LANG_RENAME desc: The verb/action Rename - user: + user: core *: "Rename" @@ -3579,7 +3580,7 @@ id: LANG_CUT desc: The verb/action Cut - user: + user: core *: "Cut" @@ -3593,7 +3594,7 @@ id: LANG_COPY desc: The verb/action Copy - user: + user: core *: "Copy" @@ -3607,7 +3608,7 @@ id: LANG_PASTE desc: The verb/action Paste - user: + user: core *: "Paste" @@ -3621,7 +3622,7 @@ id: LANG_DELETE desc: The verb/action Delete - user: + user: core *: "Delete" @@ -3635,7 +3636,7 @@ id: LANG_DELETE_DIR desc: in on+play menu - user: + user: core *: "Delete Directory" @@ -3649,7 +3650,7 @@ id: LANG_REALLY_DELETE desc: Really Delete? - user: + user: core *: "Delete?" @@ -3663,7 +3664,7 @@ id: LANG_COPYING desc: - user: + user: core *: "Copying..." @@ -3677,7 +3678,7 @@ id: LANG_DELETING desc: - user: + user: core *: "Deleting..." @@ -3691,7 +3692,7 @@ id: LANG_MOVING desc: - user: + user: core *: "Moving..." @@ -3705,7 +3706,7 @@ id: LANG_DELETED desc: A file has beed deleted - user: + user: core *: "Deleted" @@ -3719,7 +3720,7 @@ id: LANG_ONPLAY_OPEN_WITH desc: Onplay open with - user: + user: core *: "Open With..." @@ -3733,7 +3734,7 @@ id: LANG_CREATE_DIR desc: in main menu - user: + user: core *: "Create Directory" @@ -3747,7 +3748,7 @@ id: LANG_PROPERTIES desc: browser file/dir properties - user: + user: core *: "Properties" @@ -3761,7 +3762,7 @@ id: LANG_ADD_TO_FAVES desc: - user: + user: core *: "Add to Shortcuts" @@ -3775,7 +3776,7 @@ id: LANG_PITCH_UP desc: in wps - user: + user: core *: none pitchscreen: "Pitch Up" @@ -3792,7 +3793,7 @@ id: LANG_PITCH_DOWN desc: in wps - user: + user: core *: none pitchscreen: "Pitch Down" @@ -3809,7 +3810,7 @@ id: LANG_PITCH_UP_SEMITONE desc: in wps - user: + user: core *: none pitchscreen: "Semitone Up" @@ -3826,7 +3827,7 @@ id: LANG_PITCH_DOWN_SEMITONE desc: in wps - user: + user: core *: none pitchscreen: "Semitone Down" @@ -3843,7 +3844,7 @@ id: LANG_PLAYLIST_BUFFER_FULL desc: in playlist.indices() when playlist is full - user: + user: core *: "Playlist Buffer Full" @@ -3857,7 +3858,7 @@ id: LANG_END_PLAYLIST desc: when playlist has finished - user: + user: core *: "End of Song List" player: "End of List" @@ -3874,7 +3875,7 @@ id: LANG_CREATING desc: Screen feedback during playlist creation - user: + user: core *: "Creating" @@ -3888,7 +3889,7 @@ id: LANG_NOTHING_TO_RESUME desc: Error message displayed when resume button pressed but no playlist - user: + user: core *: "Nothing to resume" @@ -3902,7 +3903,7 @@ id: LANG_PLAYLIST_CONTROL_UPDATE_ERROR desc: Playlist error - user: + user: core *: "Error updating playlist control file" @@ -3916,7 +3917,7 @@ id: LANG_PLAYLIST_ACCESS_ERROR desc: Playlist error - user: + user: core *: "Error accessing playlist file" @@ -3930,7 +3931,7 @@ id: LANG_PLAYLIST_CONTROL_ACCESS_ERROR desc: Playlist error - user: + user: core *: "Error accessing playlist control file" @@ -3944,7 +3945,7 @@ id: LANG_PLAYLIST_CONTROL_INVALID desc: Playlist resume error - user: + user: core *: "Playlist control file is invalid" @@ -3958,7 +3959,7 @@ id: LANG_SETTINGS_SAVE_FAILED desc: displayed if save settings has failed - user: + user: core *: "Save Failed" @@ -3972,7 +3973,7 @@ id: LANG_SETTINGS_PARTITION desc: if save settings has failed - user: + user: core *: "No partition?" player: "Partition?" @@ -3988,7 +3989,7 @@ id: LANG_PAUSE desc: in wps and recording trigger menu - user: + user: core *: "Pause" @@ -4002,7 +4003,7 @@ id: LANG_TIME desc: Used on the bookmark select window to label elapsed time - user: + user: core *: "Time" @@ -4016,7 +4017,7 @@ id: LANG_RECORDING_TIME desc: Display of recorded time - user: + user: core *: none recording: "Time:" @@ -4033,7 +4034,7 @@ id: LANG_DISK_FULL desc: in recording screen - user: + user: core *: none recording: "The disk is full. Press OFF to continue." @@ -4056,7 +4057,7 @@ id: LANG_CONFIRM_SHUTDOWN desc: in shutdown screen - user: + user: core *: none soft_shutdown: "Press OFF to shut down" @@ -4073,7 +4074,7 @@ id: LANG_REMOVE_MMC desc: before acknowledging usb in case an MMC is inserted (Ondio) - user: + user: core *: none ondio*: "Please remove inserted MMC" @@ -4090,7 +4091,7 @@ id: LANG_BOOT_CHANGED desc: File browser discovered the boot file was changed - user: + user: core *: "Boot changed" @@ -4104,7 +4105,7 @@ id: LANG_REBOOT_NOW desc: Do you want to reboot? - user: + user: core *: "Reboot now?" @@ -4118,7 +4119,7 @@ id: LANG_NO_FILES desc: in settings_menu - user: + user: core *: "No files" @@ -4132,7 +4133,7 @@ id: LANG_KEYBOARD_LOADED desc: shown when a keyboard has been loaded from the dir browser - user: + user: core *: "New Keyboard" @@ -4146,7 +4147,7 @@ id: LANG_PLUGIN_CANT_OPEN desc: Plugin open error message - user: + user: core *: "Can't open %s" @@ -4160,7 +4161,7 @@ id: LANG_READ_FAILED desc: There was an error reading a file - user: + user: core *: "Failed reading %s" @@ -4174,7 +4175,7 @@ id: LANG_PLUGIN_WRONG_MODEL desc: The plugin is not compatible with the archos model trying to run it - user: + user: core *: "Incompatible model" @@ -4188,7 +4189,7 @@ id: LANG_PLUGIN_WRONG_VERSION desc: The plugin is not compatible with the rockbox version trying to run it - user: + user: core *: "Incompatible version" @@ -4202,7 +4203,7 @@ id: LANG_PLUGIN_ERROR desc: The plugin return an error code - user: + user: core *: "Plugin returned error" @@ -4216,7 +4217,7 @@ id: LANG_FILETYPES_EXTENSION_FULL desc: Extension array full - user: + user: core *: "Extension array full" @@ -4230,7 +4231,7 @@ id: LANG_FILETYPES_FULL desc: Filetype array full - user: + user: core *: "Filetype array full" @@ -4244,7 +4245,7 @@ id: LANG_SHOWDIR_BUFFER_FULL desc: in showdir(), displayed on screen when you reach buffer limit - user: + user: core *: "Dir Buffer is Full!" @@ -4258,7 +4259,7 @@ id: LANG_INVALID_FILENAME desc: "invalid filename entered" error message - user: + user: core *: "Invalid Filename!" @@ -4272,7 +4273,7 @@ id: LANG_FILETYPES_PLUGIN_NAME_LONG desc: Viewer plugin name too long - user: + user: core *: "Plugin name too long" @@ -4286,7 +4287,7 @@ id: VOICE_ZERO desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4300,7 +4301,7 @@ id: VOICE_ONE desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4314,7 +4315,7 @@ id: VOICE_TWO desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4328,7 +4329,7 @@ id: VOICE_THREE desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4342,7 +4343,7 @@ id: VOICE_FOUR desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4356,7 +4357,7 @@ id: VOICE_FIVE desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4370,7 +4371,7 @@ id: VOICE_SIX desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4384,7 +4385,7 @@ id: VOICE_SEVEN desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4398,7 +4399,7 @@ id: VOICE_EIGHT desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4412,7 +4413,7 @@ id: VOICE_NINE desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4426,7 +4427,7 @@ id: VOICE_TEN desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4440,7 +4441,7 @@ id: VOICE_ELEVEN desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4454,7 +4455,7 @@ id: VOICE_TWELVE desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4468,7 +4469,7 @@ id: VOICE_THIRTEEN desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4482,7 +4483,7 @@ id: VOICE_FOURTEEN desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4496,7 +4497,7 @@ id: VOICE_FIFTEEN desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4510,7 +4511,7 @@ id: VOICE_SIXTEEN desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4524,7 +4525,7 @@ id: VOICE_SEVENTEEN desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4538,7 +4539,7 @@ id: VOICE_EIGHTEEN desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4552,7 +4553,7 @@ id: VOICE_NINETEEN desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4566,7 +4567,7 @@ id: VOICE_TWENTY desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4580,7 +4581,7 @@ id: VOICE_THIRTY desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4594,7 +4595,7 @@ id: VOICE_FORTY desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4608,7 +4609,7 @@ id: VOICE_FIFTY desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4622,7 +4623,7 @@ id: VOICE_SIXTY desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4636,7 +4637,7 @@ id: VOICE_SEVENTY desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4650,7 +4651,7 @@ id: VOICE_EIGHTY desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4664,7 +4665,7 @@ id: VOICE_NINETY desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4678,7 +4679,7 @@ id: VOICE_HUNDRED desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4692,7 +4693,7 @@ id: VOICE_THOUSAND desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4706,7 +4707,7 @@ id: VOICE_MILLION desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4720,7 +4721,7 @@ id: VOICE_BILLION desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4734,7 +4735,7 @@ id: VOICE_MINUS desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4748,7 +4749,7 @@ id: VOICE_PLUS desc: spoken only, for composing numbers - user: + user: core *: "" @@ -4762,7 +4763,7 @@ id: VOICE_MINUTE desc: spoken only, a unit postfix - user: + user: core *: "" @@ -4776,7 +4777,7 @@ id: VOICE_MINUTES desc: spoken only, a unit postfix - user: + user: core *: "" @@ -4790,7 +4791,7 @@ id: VOICE_HOUR desc: spoken only, a unit postfix - user: + user: core *: "" @@ -4804,7 +4805,7 @@ id: VOICE_HOURS desc: spoken only, a unit postfix - user: + user: core *: "" @@ -4818,7 +4819,7 @@ id: VOICE_FILE desc: spoken only, prefix for file number - user: + user: core *: "" @@ -4832,7 +4833,7 @@ id: VOICE_EXT_MPA desc: spoken only, for file extension - user: + user: core *: "" @@ -4846,7 +4847,7 @@ id: VOICE_EXT_TXT desc: DEPRECATED - user: + user: core *: "" @@ -4860,7 +4861,7 @@ id: VOICE_CURRENT_TIME desc: spoken only, for wall clock announce - user: + user: core *: none rtc: "" @@ -4877,7 +4878,7 @@ id: LANG_SYSFONT_SET_BOOL_YES desc: bool true representation - user: + user: core *: none lcd_bitmap: "Yes" @@ -4894,7 +4895,7 @@ id: LANG_SYSFONT_SET_BOOL_NO desc: bool false representation - user: + user: core *: none lcd_bitmap: "No" @@ -4911,7 +4912,7 @@ id: LANG_SYSFONT_ON desc: Used in a lot of places - user: + user: core *: none lcd_bitmap: "On" @@ -4928,7 +4929,7 @@ id: LANG_SYSFONT_OFF desc: Used in a lot of places - user: + user: core *: none lcd_bitmap: "Off" @@ -4945,7 +4946,7 @@ id: LANG_SYSFONT_ALL desc: repeat playlist once all songs have completed - user: + user: core *: none lcd_bitmap: "All" @@ -4962,7 +4963,7 @@ id: LANG_SYSFONT_REPEAT_ONE desc: repeat one song - user: + user: core *: none lcd_bitmap: "One" @@ -4979,7 +4980,7 @@ id: LANG_SYSFONT_FILTER desc: setting name for dir filter - user: + user: core *: none lcd_bitmap: "Show Files" @@ -4996,7 +4997,7 @@ id: LANG_SYSFONT_FILTER_MUSIC desc: show only music-related files - user: + user: core *: none lcd_bitmap: "Music" @@ -5013,7 +5014,7 @@ id: LANG_SYSFONT_FILTER_PLAYLIST desc: show only playlist - user: + user: core *: none lcd_bitmap: "Playlists" @@ -5030,7 +5031,7 @@ id: LANG_SYSFONT_FLIP_DISPLAY desc: in settings_menu, option to turn display+buttos by 180 degreed - user: + user: core *: none lcd_bitmap: "Upside Down" @@ -5047,7 +5048,7 @@ id: LANG_SYSFONT_DISK_FULL desc: in recording screen - user: + user: core *: none recording: "The disk is full. Press OFF to continue." @@ -5068,7 +5069,7 @@ id: LANG_SYSFONT_RECORDING_TIME desc: Display of recorded time - user: + user: core *: none recording: "Time:" @@ -5149,7 +5150,7 @@ id: LANG_PLUGIN_GAMES desc: in the main menu - user: + user: core *: "Games" @@ -5163,7 +5164,7 @@ id: LANG_PLUGIN_APPS desc: in the main menu - user: + user: core *: "Applications" @@ -5177,7 +5178,7 @@ id: LANG_PLUGIN_DEMOS desc: in the main menu - user: + user: core *: "Demos" @@ -5191,7 +5192,7 @@ id: LANG_SELECTOR_START_COLOR desc: line selector color option - user: + user: core *: none lcd_color: "Primary Colour" @@ -5208,7 +5209,7 @@ id: LANG_SELECTOR_END_COLOR desc: line selector color option - user: + user: core *: none lcd_color: "Secondary Colour" @@ -5225,7 +5226,7 @@ id: LANG_SELECTOR_TEXT_COLOR desc: line selector text color option - user: + user: core *: none lcd_color: "Text Colour" @@ -5242,7 +5243,7 @@ id: LANG_THEME_MENU desc: in the settings menu - user: + user: core *: "Theme Settings" @@ -5256,7 +5257,7 @@ id: LANG_COLORS_MENU desc: colours menu under theme settings - user: + user: core *: none lcd_color: "Colours" @@ -5273,7 +5274,7 @@ id: LANG_SELECTOR_COLOR_MENU desc: line selector color menu title - user: + user: core *: none lcd_color: "Line Selector Colours" @@ -5290,7 +5291,7 @@ id: LANG_NOT_PRESENT desc: when external memory is not present - user: + user: core *: none multivolume: "Not present" @@ -5307,7 +5308,7 @@ id: LANG_VOICE_FILETYPE desc: voice settings menu - user: + user: core *: "Say File Type" @@ -5321,7 +5322,7 @@ id: LANG_SAVE_SOUND desc: save a sound config file - user: + user: core *: "Save Sound Settings" -- cgit v1.2.3