summaryrefslogtreecommitdiff
path: root/apps/lang/hindi.lang (follow)
Commit message (Collapse)AuthorAge
* YH8xx,YH9xx: Keymap improvementSebastian Leonhardt2015-11-15
| | | | | | | | | | | | | | | 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
* [Fuze+][lang] keymaps hint updateJean-Louis Biasini2013-07-16
| | | | | | | | | | | 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>
* Correct spelling of catalogue.Alex Parker2011-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30186 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#8656 - Error saving non-current playlist fileJonathan Gordon2011-07-21
| | | | | | 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
* HD300 - lang strings for alarm screenMarcin Bukat2010-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28823 a1c6a512-1295-4272-9138-f99709370657
* Remove the jump scroll settings since they don't do anything, drop the ↵Nils Wallménius2010-06-05
| | | | | | relevant lang ids too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26575 a1c6a512-1295-4272-9138-f99709370657
* Lang file cleanup!Nils Wallménius2010-06-05
| | | | | | | | | | *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
* Packard Bell Vibe 500: add specific strings to the languages.Szymon Dziok2010-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25116 a1c6a512-1295-4272-9138-f99709370657
* Corrected ondio language wildcards.Björn Stenberg2009-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23888 a1c6a512-1295-4272-9138-f99709370657
* Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg2009-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23883 a1c6a512-1295-4272-9138-f99709370657
* Added crossfade tag to lang file stringsJeffrey Goode2009-11-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23619 a1c6a512-1295-4272-9138-f99709370657
* Remove square brackets from the ID3 Viewer related language strings and ↵Thomas Martitz2009-10-31
| | | | | | 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
* fs#10290: Sansa AMS language fixes by Bertrik Sikken and Hilton ShumwayRafaël Carré2009-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21579 a1c6a512-1295-4272-9138-f99709370657
* Change c200 to c200* everywhere since the c200v2 is identical to the c200.Jonas Häggqvist2009-06-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21490 a1c6a512-1295-4272-9138-f99709370657
* Deprecate LANG_REPLAYGAIN_ENABLE in all languages, which r21415 failed to do.Jonas Häggqvist2009-06-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21437 a1c6a512-1295-4272-9138-f99709370657
* I defer to the OED -ise/-ize.Alex Parker2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20889 a1c6a512-1295-4272-9138-f99709370657
* Correct a couple of spellings (US to UK).Alex Parker2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20888 a1c6a512-1295-4272-9138-f99709370657
* Add missing user fields aka fix yellow.Tom Ross2009-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20189 a1c6a512-1295-4272-9138-f99709370657
* More GSoC related work. Have genlang parse the user field of the lang files. ↵Tom Ross2009-03-03
| | | | | | 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
* Commit FS#9825 and FS#9826 by Alex Parker: Correct the recording table ↵Robert Menes2009-01-26
| | | | | | button for the c200 and don't show hard disk spin up warning for flash+SWCODEC (FS#9825) and Correct incorrect splash on c200 (FS#9826). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19859 a1c6a512-1295-4272-9138-f99709370657
* Make the e200v2 simulator compile - an easy job as the apps/ code is ↵Dave Chapman2008-10-28
| | | | | | identical to the e200v1. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18902 a1c6a512-1295-4272-9138-f99709370657
* Fix typo in the voice id for '5' reported in FS#9370 by John ZhouNils Wallménius2008-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18434 a1c6a512-1295-4272-9138-f99709370657
* Add a Rockbox header, and a list detailing who contributed to all language ↵Jonas Häggqvist2008-07-30
| | | | | | files. Please try to keep this updated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18158 a1c6a512-1295-4272-9138-f99709370657
* Fix typo in description of LANG_PLAYLISTS (basically FS#8496 minus the ↵Nils Wallménius2008-04-07
| | | | | | unrelated changes in the patch). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17016 a1c6a512-1295-4272-9138-f99709370657
* Apply FS#8538 - iconsistencies in menu wording/capitalization as well as ↵Jonas Häggqvist2008-03-14
| | | | | | update Danish language. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16663 a1c6a512-1295-4272-9138-f99709370657
* Fix a few minor mistakes in languages which might confuse genlang.Jonas Häggqvist2008-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16268 a1c6a512-1295-4272-9138-f99709370657
* Updated Hindi translation to remove untranslated strings. By Apoo Maha.Jonas Häggqvist2008-02-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16257 a1c6a512-1295-4272-9138-f99709370657
* FS#8446 New translation, Hindi language by Apoorva Mahajan.Mustapha Senhaji2008-01-19
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16106 a1c6a512-1295-4272-9138-f99709370657