Commit graph

51 commits

Author SHA1 Message Date
Rafaël Carré
02bbf55d9d fs#10290: Sansa AMS language fixes by Bertrik Sikken and Hilton Shumway
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21579 a1c6a512-1295-4272-9138-f99709370657
2009-06-30 21:15:19 +00:00
Jonas Häggqvist
095f417048 Change c200 to c200* everywhere since the c200v2 is identical to the c200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21490 a1c6a512-1295-4272-9138-f99709370657
2009-06-24 14:55:50 +00:00
Jonas Häggqvist
3236c626f4 Deprecate LANG_REPLAYGAIN_ENABLE in all languages, which r21415 failed to do.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21437 a1c6a512-1295-4272-9138-f99709370657
2009-06-21 00:04:35 +00:00
Alex Parker
90382c852d FS#10249 by Teruaki Kawashima - "Gigabeat F/X: fix wrong key in "Set Time/Date" screen". I was able to change most languages as they don't translate button names. A few (~6) remain untranslated as they do translate the button names.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21223 a1c6a512-1295-4272-9138-f99709370657
2009-06-08 18:47:00 +00:00
Jonas Häggqvist
7aee0d2a43 Apply r21086 to all languages. In the future, please use tools/langtool.pl for such changes (the command used in this case was: tools/langtool.pl --changetarget --from "ipod*,x5,m5,gigabeat*,e200*,c200,h10,h10_5gb,mrobe100,sa9200" --to "yh*,ipod*,x5,m5,gigabeat*,e200*,c200,h10,h10_5gb,mrobe100,sa9200" --id LANG_CONFIRM_WITH_BUTTON --inplace apps/lang/*.lang).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21219 a1c6a512-1295-4272-9138-f99709370657
2009-06-08 17:56:14 +00:00
Alex Parker
8e63df19cb I defer to the OED -ise/-ize.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20889 a1c6a512-1295-4272-9138-f99709370657
2009-05-09 16:09:01 +00:00
Alex Parker
a2f9034073 Correct a couple of spellings (US to UK).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20888 a1c6a512-1295-4272-9138-f99709370657
2009-05-09 10:54:07 +00:00
Jonas Häggqvist
20a932d587 Fully deprecate the USB strings touched in r20427.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20462 a1c6a512-1295-4272-9138-f99709370657
2009-03-22 17:50:48 +00:00
Tom Ross
104fb378ec 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
2009-03-03 01:38:26 +00:00
Thomas Martitz
fd14cac7c2 Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code.
HAVE_SCROLLWHEEL plainly indicates the existence of a scrollwheel, thus all ipods define it now (in addition to the ones and some 
sansas which did before). Same applies to the manual.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20177 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 19:25:50 +00:00
Robert Menes
4e1b7bf728 Commit FS#9825 and FS#9826 by Alex Parker: Correct the recording table 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
2009-01-26 12:04:48 +00:00
Thomas Martitz
e5958df469 Fix FS#9662 by removing any cancel action from the power button, left button is already used for that anyway (so this is consistent now), languages are updated
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19851 a1c6a512-1295-4272-9138-f99709370657
2009-01-25 14:42:42 +00:00
Nils Wallménius
e73383ea32 FS#9580 by Thomas Martitz, split the two types of backlight fading into two seperate features and add correct description of the new one based on changing brightness
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19227 a1c6a512-1295-4272-9138-f99709370657
2008-11-26 13:17:18 +00:00
Jonathan Gordon
0d812dd235 FS#9535 - Sansa Fuze sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19086 a1c6a512-1295-4272-9138-f99709370657
2008-11-11 11:26:07 +00:00
Nils Wallménius
6f73ebeb9d Introduce 'features' for button light and button light brighness, delete a couple of empty strings in translations, some neccesary reordering of strings to match them correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19037 a1c6a512-1295-4272-9138-f99709370657
2008-11-08 20:13:29 +00:00
Rafaël Carré
603a9c7c7d Clip: add backlight and buttonlight code
Revive lcd_enable() as well, and use it in _backlight_on/off()
Don't update the lcd framebuffer if the display is off

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18952 a1c6a512-1295-4272-9138-f99709370657
2008-10-31 22:02:41 +00:00
Dave Chapman
74b935c893 Make the e200v2 simulator compile - an easy job as the apps/ code is identical to the e200v1.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18902 a1c6a512-1295-4272-9138-f99709370657
2008-10-28 17:49:35 +00:00
Nils Wallménius
b87715f670 Fix typo in the voice id for '5' reported in FS#9370 by John Zhou
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18434 a1c6a512-1295-4272-9138-f99709370657
2008-09-06 15:32:05 +00:00
Jonas Häggqvist
0cff158caf Language updates:
* Updated Simplified Chinese by Jun Gu with syntax fixes by me (FS#9300)
 * Non-translating updates to Czech and Thai by Robert Menes (FS#9303)
 * Fix some syntax and consistency errors in Danish translation.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18319 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 20:15:25 +00:00
Nils Wallménius
16d32d59ab Separate the feature for remote lcd inversion from main lcd inversion to fix a small manual bug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18251 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 11:51:09 +00:00
Bertrik Sikken
d86255b4a9 Fix FS#9237 (Mismatch in voiced and displayed buffer size).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18190 a1c6a512-1295-4272-9138-f99709370657
2008-08-03 22:02:11 +00:00
Jonas Häggqvist
e5130f6ef3 Add a Rockbox header, and a list detailing who contributed to all language files. Please try to keep this updated.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18158 a1c6a512-1295-4272-9138-f99709370657
2008-07-30 21:23:22 +00:00
Nils Wallménius
5d4c7d7aaa Fix typo in description of LANG_PLAYLISTS (basically FS#8496 minus the unrelated changes in the patch).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17016 a1c6a512-1295-4272-9138-f99709370657
2008-04-07 11:23:58 +00:00
Jonas Häggqvist
da6b43b25b Another capitalization inconsistency fixed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16667 a1c6a512-1295-4272-9138-f99709370657
2008-03-14 17:14:20 +00:00
Jonas Häggqvist
1b53f44892 Apply FS#8538 - iconsistencies in menu wording/capitalization as well as update Danish language.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16663 a1c6a512-1295-4272-9138-f99709370657
2008-03-14 10:02:05 +00:00
Jonas Häggqvist
468434811d Don't bother translators with strings that are already translated when just the target line has been changed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16108 a1c6a512-1295-4272-9138-f99709370657
2008-01-19 13:33:47 +00:00
Jonas Häggqvist
eaf38cd233 Updated Danish language. Small fixes to Czech translation. Closes FS#8300.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15952 a1c6a512-1295-4272-9138-f99709370657
2007-12-18 13:09:29 +00:00
Mustapha Senhaji
a46ca7a1d4 OOps again, sorry :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15882 a1c6a512-1295-4272-9138-f99709370657
2007-12-05 19:30:14 +00:00
Mustapha Senhaji
1269e623a8 Oops correct a a little mistake.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15881 a1c6a512-1295-4272-9138-f99709370657
2007-12-05 19:21:44 +00:00
Mustapha Senhaji
5e08c84fda FS#8244 Update Czech translation by Martin Crkovsky and add it to credits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15880 a1c6a512-1295-4272-9138-f99709370657
2007-12-05 19:06:28 +00:00
Nicolas Pennequin
3de61b4c44 Revert changes to nonenglish langfiles intoduced by FS#7859 in r14895. It's not a good idea to change the source strings because genlang won't tell the translators the source string has changed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14901 a1c6a512-1295-4272-9138-f99709370657
2007-09-29 10:19:20 +00:00
Nicolas Pennequin
23a89b06ab Accept FS#7859 by David Bishop: Replace "Show ID3 Info" by "Show Track Info".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14895 a1c6a512-1295-4272-9138-f99709370657
2007-09-28 23:36:02 +00:00
Barry Wardell
8a52d70bb0 FS#6403: Fix the spelling of LANG_ID3_FREQUENCY. Shouldn't break old .lng files since we are not changing the order of the strings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14042 a1c6a512-1295-4272-9138-f99709370657
2007-07-28 16:32:24 +00:00
Robert Kukla
1cb5dd537d remove the "(experimental)" from the "Gather Runtime Information" string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12590 a1c6a512-1295-4272-9138-f99709370657
2007-03-04 16:06:26 +00:00
Marcoen Hirschberg
ddc8daa7de updated and fixed Czech translation by Jakub Matoušek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12158 a1c6a512-1295-4272-9138-f99709370657
2007-01-30 13:06:59 +00:00
Shachar Liberman
4d93177457 Made the AGC functions compatible with non-latin languages following the
'NonLatinLanguages' wiki page. Please keep using separate LANG_SYSFONT_
strings when using the internal font, Which only supports latin charset,
for easier translation. * Hebrew translation.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11594 a1c6a512-1295-4272-9138-f99709370657
2006-11-25 20:11:59 +00:00
Dominik Riebeling
2b57458cba fix the radio strings I broke by changing a string the wrong way :(
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11164 a1c6a512-1295-4272-9138-f99709370657
2006-10-09 23:09:09 +00:00
Linus Nielsen Feltzing
32dd5e9755 Patch #5750 by Mattias Mohr - More Play->NAVI translation on H-series players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10642 a1c6a512-1295-4272-9138-f99709370657
2006-08-18 08:53:43 +00:00
Shachar Liberman
f17e5c04f3 FS#5587 Non-latin languages support update. Translators:Please change
the 48 new LANG_SYSFONT_ strings at the end of your language file if
they don't fit nicely with rockbox's internal font.
(for more info http://www.rockbox.org/twiki/bin/view/Main/NonLatinLanguages)
Developers:Please keep using LANG_SYSFONT strings when reffering to the
internal font. * Hebrew update.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10476 a1c6a512-1295-4272-9138-f99709370657
2006-08-07 21:24:22 +00:00
Linus Nielsen Feltzing
aae1120549 Patch #5364 by Alexander Bondar and Matthias Mohr - NAVI = Yes on iriver players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10371 a1c6a512-1295-4272-9138-f99709370657
2006-07-30 19:16:41 +00:00
Marcoen Hirschberg
44cd303aab updated translation by Jiri Jurecek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9932 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 06:57:16 +00:00
Daniel Stenberg
c06e7772ff langv2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9470 a1c6a512-1295-4272-9138-f99709370657
2006-04-03 21:11:11 +00:00
Jens Arnold
67de1d3d9b Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9398 a1c6a512-1295-4272-9138-f99709370657
2006-04-01 13:36:33 +00:00
Marcoen Hirschberg
b0fee17d6e waiting is over: initial unicode commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8169 a1c6a512-1295-4272-9138-f99709370657
2005-12-06 13:27:15 +00:00
Jonas Häggqvist
0cfb5d44b3 Synced (emptied deprecated entries)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7419 a1c6a512-1295-4272-9138-f99709370657
2005-08-29 22:59:25 +00:00
Jonas Häggqvist
d682b73749 Updated Czech language file by Jiri Jurecek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7409 a1c6a512-1295-4272-9138-f99709370657
2005-08-27 15:17:14 +00:00
Jörg Hohensohn
d061b371d6 removed the practically useless "trickle charge" and "deep discharge" options, now trickle is always on and deep always off
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6107 a1c6a512-1295-4272-9138-f99709370657
2005-03-03 08:32:55 +00:00
Linus Nielsen Feltzing
3a0ddff8f1 Patch #1040774, updated Czech language
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5356 a1c6a512-1295-4272-9138-f99709370657
2004-10-26 12:48:39 +00:00
Jose Maria Garcia-Valdecasas Bernal
b650ceca56 czech language synced
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4321 a1c6a512-1295-4272-9138-f99709370657
2004-02-27 16:44:18 +00:00
Eric Linenberg
cfee379074 updated Czech language file -- patch 839226
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4035 a1c6a512-1295-4272-9138-f99709370657
2003-11-18 14:26:56 +00:00