Maurus Cuelenaere
df04011ec9
Fix empty LANG_LEFT & LANG_RIGHT strings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22410 a1c6a512-1295-4272-9138-f99709370657
2009-08-18 18:33:29 +00:00
Jonathan Gordon
c0897a8002
remove the rockbox info line saying the AA size and replace it with skin RAM usage
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22364 a1c6a512-1295-4272-9138-f99709370657
2009-08-16 22:00:38 +00:00
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
Jonas Häggqvist
b149830021
Translation updates:
...
- Chinese (simplified and traditional) by Harry Tu (FS#10310).
- Danish by me.
- Japanese by Yoshihisa Uchida (FS#10301).
- Russian by Anton Veretenenko (FS#10297).
- Spanish by Francisco Vila (FS#10298).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21241 a1c6a512-1295-4272-9138-f99709370657
2009-06-10 14:55:51 +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
Jonas Häggqvist
307f8d4a03
Translation updates:
...
- Brazilian Portuguese by Adilson Xavier (FS#10062)
- Catalan by Víctor Zabalza (FS#10222)
- Chinese (simplified and traditional) by Harry Tu (FS#10083)
- Danish by me.
- Finnish by Jani Kinnunen (FS#10069)
- Hungarian by Imre Herceg (FS#10152)
- Serbian by Ivan Pešić (FS#10246)
- Spanish by Fransisco Vila (FS#10168)
- Walloon by Stéphane Quertinmont (FS#10247)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21218 a1c6a512-1295-4272-9138-f99709370657
2009-06-08 17:49:31 +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
Jonas Häggqvist
54dbd6185e
Spanish translation update by Francisco Vila (FS#10003). Also add him as Spanish maintainer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20286 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 11:05:42 +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
Jonas Häggqvist
2811c199f4
Language updates:
...
- Spanish by Fransisco Vila (FS#9678).
- Hebrew by Tomer Shalev (FS#9670).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19524 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 15:31:48 +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
Jonas Häggqvist
9cf7ef68c9
Language updates:
...
- Typo fix for Spanish by Fransisco Vila (FS#9406)
- Sync of Norwegian by Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18526 a1c6a512-1295-4272-9138-f99709370657
2008-09-16 02:29:24 +00:00
Jonas Häggqvist
ff0b9a064c
Spanish update by Francisco Vila (FS#9402 and FS#9403).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18520 a1c6a512-1295-4272-9138-f99709370657
2008-09-15 15:04:16 +00:00
Jonas Häggqvist
97f775df05
Language updates:
...
- Catalan by Víctor Zabalza (FS#9345)
- Spanish by Francisco Vila (FS#9366)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18437 a1c6a512-1295-4272-9138-f99709370657
2008-09-07 11:47:12 +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
def4b40a05
Remove quotes around the keyword deprecated - probably introduced by my translation page. Also some further tweaking of the Danish translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18307 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 14:03:18 +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
Jonas Häggqvist
3f01df3f9c
Updated Spanish translation by Robert Menes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18117 a1c6a512-1295-4272-9138-f99709370657
2008-07-24 15:08:43 +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
6210abefe0
Fix a few syntax errors in the Spanish translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16282 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 16:27:21 +00:00
Jonas Häggqvist
53ce9d5b90
Updated Spanish translation by Chelo Sacristán.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16281 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 16:16:33 +00:00
Jonas Häggqvist
3c376e7892
Further update to Spanis translation by Robert Menes. Mostly voice strings this time.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15969 a1c6a512-1295-4272-9138-f99709370657
2007-12-23 22:30:23 +00:00
Mustapha Senhaji
7a809e5894
FS#8359 Update the spanish translation by Robert Menes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15966 a1c6a512-1295-4272-9138-f99709370657
2007-12-23 12:36:13 +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
Jonas Häggqvist
a783f44d44
A few small languagefile syntax fixes. Not sure if these actually caused any problems, but better safe than sorry.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14757 a1c6a512-1295-4272-9138-f99709370657
2007-09-19 20:54:58 +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
Marcoen Hirschberg
9d264806e8
change the encoding back from latin1 to UTF-8
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12759 a1c6a512-1295-4272-9138-f99709370657
2007-03-14 13:33:09 +00:00
Jonathan Gordon
b77dc2f3a3
Updated spanish lang file by Jose Ramon Garcia (FS#6765)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12758 a1c6a512-1295-4272-9138-f99709370657
2007-03-14 12:06:22 +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
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
Marcoen Hirschberg
17ff6396ff
Spanish translation update by Victor Cardenas
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10766 a1c6a512-1295-4272-9138-f99709370657
2006-08-27 10:24:47 +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