summaryrefslogtreecommitdiff
path: root/apps/lang/hebrew.lang
AgeCommit message (Collapse)Author
2020-11-19languages: convert recording_swcodec -> recordingSolomon Peachy
Change-Id: I481a53284d63457717f4a6524edc5b477f29a20a
2020-11-17lang: Drop all deprecated strings, and rename LANG__NEVER to LANG_NEVERSolomon Peachy
Change-Id: Ie1a1cb04ecb566b75d9884b98a8c4e37a4e8736f
2020-11-17lang: Make all swcodec &| lcd_bitmap strings default.Solomon Peachy
Change-Id: Id0a3282884c3e258c5b2f24b35aa7e618a8e8bbe
2020-11-11Voice strings fixesIgor B. Poretsky
Change-Id: I27729b57ee6070443d3c98852812ae6d7581d8f8
2020-08-26xduoox3: Include curves for both battery typesSolomon Peachy
There is no way to detect this at runtime so it is a user setting Change-Id: Ibc5b87312238c59e3678d512af27e3a3bcb9a58a
2020-07-26Strip out archos from common stringsSolomon Peachy
Change-Id: I078d5a6887fd14650fe89d7b4d8850166ae19efc
2019-08-09xduoox3: LANG_DISK_NAME strings for non-English languages and proper ↵Igor B. Poretsky
corresponding voice strings
2019-07-20Move date/time strings out of RTC contextFranklin Wei
Should fix plugin build. Change-Id: I332235a4e7d08a80abd91fa0705e950c7dfec449
2018-12-15FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewerSolomon Peachy
Modified from original ticket, Taken from Igor Poretsky's tree, and further modified by myself to incorporate feedback. Change-Id: Ibc2180e52af76890b1448d23f79386fd0f88f709
2015-11-15YH8xx,YH9xx: Keymap improvementSebastian Leonhardt
The main "innovation" in this patch are two "virtual buttons" for the record switch on YH92x targets. When the switch state changes, a single BUTTON_REC_SW_ON or .._OFF button event will be generated. Thus keymap code can react on switching, but not on the actual state of the switch. Wherever sensible, the following user scheme is applied: - use PLAY as confirm button - use REW button or Long REW to exit - use REC (YH820) or FFWD (YH92X) as modifier key for button combos Change-Id: Ic8d1db9cc6869daed8dda98990dfdf7f6fd5d5a1
2013-07-16[Fuze+][lang] keymaps hint updateJean-Louis Biasini
A few keymaps hint were wrong, this correct them: - database/filemanager on cancelling songs insertion - alarm clock - set alarm Change-Id: Ifb50a9452c208a7d5c28bdac96c825030b943c25 Reviewed-on: http://gerrit.rockbox.org/508 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
2013-07-15Add an alternative analogic touchpad sensitivity settingJean-Louis Biasini
Set an alternative touchpad sensitivity setting if the 3 following variables are defined: DEFAULT_TOUCHPAD_SENSITIVITY_SETTING MIN_TOUCHPAD_SENSITIVITY_SETTING MAX_TOUCHPAD_SENSITIVITY_SETTING aside from the usual: HAVE_TOUCHPAD HAVE_TOUCHPAD_SENSITIVITY_SETTING In such a case the setting will allow the user to set a precise value within the defined range unstead of the boolean choice HIGH/NORMAL Change-Id: Iba8140285317077381191e494df0d3f6ab556872 Reviewed-on: http://gerrit.rockbox.org/123 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
2013-07-06Reuse frequency string from recording for playback frequency.Michael Sevakis
Update all .lang files and change the id from LANG_RECORDING_FREQUENCY to LANG_FREQUENCY. Also update description and target. It will throw things off for targets without recording but that do have 48KHz, possibly older iPods. I'm not sure what else it might be off hand. Regenerate voice files and replace .lang files in that case. Change-Id: I9ab396ecfcca9206054bde34aa2cc23b505dabff
2011-11-29Sansa Connect: Add keymap for YesNo dialog and keyboardTomasz Moń
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31090 a1c6a512-1295-4272-9138-f99709370657
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon
Massive thanks to Michael Chicoine and other testers for finding the early bugs. This removes all skin memory limitations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30991 a1c6a512-1295-4272-9138-f99709370657
2011-07-21Correct spelling of catalogue.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30186 a1c6a512-1295-4272-9138-f99709370657
2011-07-21Fix FS#8656 - Error saving non-current playlist fileJonathan Gordon
Use the plugin buffer to save the playlist copy if there isnt enough buffer already allocated to the inram copy of the playlist git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30184 a1c6a512-1295-4272-9138-f99709370657
2011-06-16Fix FS#12158 - Make the "Mode: " line in the radio menu voice.Jonathan Gordon
Translators need to verify the voice string, dumbly copied from the dest string git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30007 a1c6a512-1295-4272-9138-f99709370657
2011-06-05Make the histogram code usable for playback as well. Move the recording ↵Peter D'Hoye
histogram code to peakmeter, rename it to remove the recording reference, and rename anything referring to it as well. Change the drawing code so there are more options to position them. This may change your histogram settings, so check after upgrading. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29969 a1c6a512-1295-4272-9138-f99709370657
2011-06-04Languages: make the Clip+ use the microSD specific string to refer to the ↵Marianne Arnold
external card instead of only the general multivolume fallback. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29958 a1c6a512-1295-4272-9138-f99709370657
2011-04-10Deprecate strings that are unused since r29700Frank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29701 a1c6a512-1295-4272-9138-f99709370657
2011-03-14Update lang files to be inline with changes in r29584Marcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29585 a1c6a512-1295-4272-9138-f99709370657
2011-02-07Remove incorrectly deprecated LANG_REC_SIZE phrase to not be confusing. ↵Nils Wallménius
Having only the *: none target is the same as deleting the phrase so this does not change the string order further. Put a note in the header in english.lang with some more info on deprecation of strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29244 a1c6a512-1295-4272-9138-f99709370657
2011-01-17Add ipod 6g target to translations for "Bass and Treble Cutoff" string.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29080 a1c6a512-1295-4272-9138-f99709370657
2010-12-24Update translations reusing the translation of the previously deprecated string.Mustapha Senhaji
Translators, please check if adjustements isn't needed! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28887 a1c6a512-1295-4272-9138-f99709370657
2010-12-13HD300 - lang strings for alarm screenMarcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28823 a1c6a512-1295-4272-9138-f99709370657
2010-11-28Update lang files for Set time/date screen on HD300Marcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28698 a1c6a512-1295-4272-9138-f99709370657
2010-10-29Hewbrew is right-to-left, reinstate accidently removed setting.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28378 a1c6a512-1295-4272-9138-f99709370657
2010-10-24Hebrew translation update by Tomer Shalev.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28350 a1c6a512-1295-4272-9138-f99709370657
2010-10-23Make english.lang use consistant spacing to avoid problems with the ↵Jonas Häggqvist
automatic translation site ("*:none" is wrong - "*: none" is right). Change other languages to match. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28332 a1c6a512-1295-4272-9138-f99709370657
2010-10-16Fix minor typos in description fields.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28292 a1c6a512-1295-4272-9138-f99709370657
2010-06-05Remove the jump scroll settings since they don't do anything, drop the ↵Nils Wallménius
relevant lang ids too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26575 a1c6a512-1295-4272-9138-f99709370657
2010-06-05Lang file cleanup!Nils Wallménius
*This breaks the string order so voice files need to be rebuilt.* Deleted strings marked as deprecated. Deleted a few unused strings that were not marked as deprecated. Corrected the target of a few strings too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26572 a1c6a512-1295-4272-9138-f99709370657
2010-05-22Wakeup alarm screen is unusuable with large fonts or small screensRafaël Carré
Split the description and the time on 2 lines Flyspray: FS#11274 Authors: Clément Pit--Claudel (CFP) and myself git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26244 a1c6a512-1295-4272-9138-f99709370657
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25964 a1c6a512-1295-4272-9138-f99709370657
2010-03-11Packard Bell Vibe 500: add specific strings to the languages.Szymon Dziok
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25116 a1c6a512-1295-4272-9138-f99709370657
2010-01-30Hebrew language updateTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24389 a1c6a512-1295-4272-9138-f99709370657
2010-01-27Rename "custom statusbar" to "base skin" in the theme menu, no other ↵Jonathan Gordon
changes. If translators are quick enough to update we can put them in the 3.5 branch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24339 a1c6a512-1295-4272-9138-f99709370657
2010-01-15Also change usb_charging to usb_charging_enable in the lang filesFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24239 a1c6a512-1295-4272-9138-f99709370657
2009-12-12Fix Hebrew translationTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23940 a1c6a512-1295-4272-9138-f99709370657
2009-12-07Corrected ondio language wildcards.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23888 a1c6a512-1295-4272-9138-f99709370657
2009-12-07Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23883 a1c6a512-1295-4272-9138-f99709370657
2009-12-05Updated Hebrew translationTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23863 a1c6a512-1295-4272-9138-f99709370657
2009-11-15FS#10783 - WPS translationTomer Shalev
- Use the %Sx skin tag in WPS to translate 'Next Track', 'Next', and 'of' (X of Y tracks) - New conditional skin token 'Sr' which checks whether the currently loaded language is an RTL language (Hebrew/Arabic). It uses lang_is_rtl(). - Added Hebrew translation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23638 a1c6a512-1295-4272-9138-f99709370657
2009-11-14Updated Hebrew languageTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23627 a1c6a512-1295-4272-9138-f99709370657
2009-11-12Crossfade: fix shuffle OR manual skip functionality, verbiage and manualJeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23621 a1c6a512-1295-4272-9138-f99709370657
2009-11-12Added crossfade tag to lang file stringsJeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23619 a1c6a512-1295-4272-9138-f99709370657
2009-11-11Crossfade: added a new option, rewrote decision logic, updated manual and ↵Jeffrey Goode
menus. Translators please note that updated translations may be required for some crossfade menu items! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23605 a1c6a512-1295-4272-9138-f99709370657
2009-10-31Remove square brackets from the ID3 Viewer related language strings and ↵Thomas Martitz
generate them at runtime. This makes these lang strings actually usable for WPSes using the %Sx tag. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23434 a1c6a512-1295-4272-9138-f99709370657
2009-10-24Minor Hebrew translation fixesTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23328 a1c6a512-1295-4272-9138-f99709370657