Mustapha Senhaji
06535f29d5
Updated french translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23532 a1c6a512-1295-4272-9138-f99709370657
2009-11-05 16:01:06 +00:00
Alessio Lenzi
0c717cc4b4
Updated italian translation and correct a little mistake in English.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23527 a1c6a512-1295-4272-9138-f99709370657
2009-11-04 22:57:58 +00:00
Magnus Holmgren
33d3b54abc
Updated Swedish translation and some minor fixes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23519 a1c6a512-1295-4272-9138-f99709370657
2009-11-04 18:38:08 +00:00
Thomas Martitz
0bd45b3622
Remove square brackets from the ID3 Viewer related language strings and 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-31 12:40:20 +00:00
Teruaki Kawashima
0fb781ef41
Update Japanese translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23419 a1c6a512-1295-4272-9138-f99709370657
2009-10-30 13:38:12 +00:00
Dave Hooper
494fd9673d
Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (appends the inserted folder into shuffled order to end of playlist)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23385 a1c6a512-1295-4272-9138-f99709370657
2009-10-28 22:27:38 +00:00
Tomer Shalev
c6a2964068
Minor Hebrew translation fixes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23328 a1c6a512-1295-4272-9138-f99709370657
2009-10-24 05:16:48 +00:00
Tomer Shalev
83d24f89df
FS#10704 - Make a configuration option to disable USB HID
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23322 a1c6a512-1295-4272-9138-f99709370657
2009-10-23 13:29:19 +00:00
Mustapha Senhaji
7ed13270b0
Updated french translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23270 a1c6a512-1295-4272-9138-f99709370657
2009-10-19 20:11:47 +00:00
Thomas Martitz
de7f241046
Add a browse (remote) custom statusbar item in the theme settings.
...
Uses the same icon that browse wps uses for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23261 a1c6a512-1295-4272-9138-f99709370657
2009-10-19 16:08:43 +00:00
Tomer Shalev
9351d41e5a
Don't introduce a new string, instead reuse LANG_FAILED.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23260 a1c6a512-1295-4272-9138-f99709370657
2009-10-19 16:01:05 +00:00
Tomer Shalev
bb5078c5ea
Splash error message when loading language from dir browser fails
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23259 a1c6a512-1295-4272-9138-f99709370657
2009-10-19 15:50:06 +00:00
Thomas Martitz
1016ee4e80
Initial custom statusbar commit.
...
The custom statusbar can be used as a WPS for the main UI, using .(r)sbs files. It's using the skin engine and knows all tags the WPS also knows.
The default folder for .sbs is the wps folder to reuse images used in the WPS.
As it can be shown in the WPS also, it's useful to move shared parts to the custom statusbar in order to save skin buffer space.
There are a few restrictions/TODOs:
*) Peak meter doesn't redraw nicely(not frequent enough), as very frequent updates would slow the UI down as hell (some targets fight with it in the WPS already: FS#10686)
*) No touchregion support as the statusbar doesn't have any action handling (it won't fail to parse though).
*) Drawing stuff into the default VP is forbidden (loading images in it is not). You *need* to use viewports for the displaying stuff (parsing fails if no viewport is used).
*) Themes that don't use a custom ui viewport can be fixed up using the new %Vi tag to avoid nasty redraw effectts (you must not draw into it as well, it's used to fix up the ui viewport). %Vi describes the viewport that the lists can use without getting in the way of the statusbar.
Otherwise, it behaves like the classic statusbar, it can be configured in the theme settings, and can be turned off in the wps using %wd.
Note to translaters: When translating LANG_STATUSBAR_CUSTOM, please consider using the same translation as for LANG_CHANNEL_CUSTOM if it's compatible. They could be combined later then.
Flyspray: FS#10566
Author: myself
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23258 a1c6a512-1295-4272-9138-f99709370657
2009-10-19 15:28:15 +00:00
Tom Ross
ec2737b2c2
Change the .lng files to contain strings from multiple users. Still hard-coded to only output the core strings for now. Should be the majority of the core changes needed for translatable plugins.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23241 a1c6a512-1295-4272-9138-f99709370657
2009-10-18 00:56:42 +00:00
Mustapha Senhaji
47e06dfe9e
Updated french translation part II, sorry for the previous version where the commit message was skipped.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23236 a1c6a512-1295-4272-9138-f99709370657
2009-10-17 21:33:19 +00:00
Mustapha Senhaji
e59895886e
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23235 a1c6a512-1295-4272-9138-f99709370657
2009-10-17 21:25:01 +00:00
Thomas Martitz
a7c888c48e
Add a option to skip length which lets you skip 5s before the end of a song, which can be useful on gapless albums.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23229 a1c6a512-1295-4272-9138-f99709370657
2009-10-17 16:05:23 +00:00
Tomer Shalev
df4f9710ba
Updated Hebrew language - fix parentheses not shown properly
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23015 a1c6a512-1295-4272-9138-f99709370657
2009-10-08 21:20:53 +00:00
Tomer Shalev
54f048eca5
Updated Hebrew language - fix weekday not shown properly
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22985 a1c6a512-1295-4272-9138-f99709370657
2009-10-06 16:54:37 +00:00
Tomer Shalev
45f004de25
Updated Hebrew language (fixed position of question marks)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22972 a1c6a512-1295-4272-9138-f99709370657
2009-10-05 21:30:37 +00:00
Tomer Shalev
1acacc2dcb
Revert renaming of the scrollbar global setting by r22945, following discussion in IRC
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22963 a1c6a512-1295-4272-9138-f99709370657
2009-10-05 18:11:41 +00:00
Tomer Shalev
6d80565b1b
RTL support in menus
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22945 a1c6a512-1295-4272-9138-f99709370657
2009-10-05 11:43:38 +00:00
Tomer Shalev
753ca717b4
Remove 'USB Keypad Mode' from USB screen, and instead use 'Multimedia Mode',
...
'Presentation Mode', etc.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22911 a1c6a512-1295-4272-9138-f99709370657
2009-10-04 05:57:11 +00:00
Tomer Shalev
8ec8fe5737
Fixed wording in Hebrew language
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22910 a1c6a512-1295-4272-9138-f99709370657
2009-10-04 05:46:03 +00:00
Tomer Shalev
9c881f712e
Updated Hebrew translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22908 a1c6a512-1295-4272-9138-f99709370657
2009-10-04 04:57:40 +00:00
Tomer Shalev
3d5c8fbff0
Remove colon at the end of string since it is also used in settings menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22899 a1c6a512-1295-4272-9138-f99709370657
2009-10-03 20:44:54 +00:00
Tomer Shalev
c3f6577a98
Updated Hebrew translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22896 a1c6a512-1295-4272-9138-f99709370657
2009-10-03 20:18:17 +00:00
Alessio Lenzi
244359775b
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22873 a1c6a512-1295-4272-9138-f99709370657
2009-10-02 10:29:02 +00:00
Tomer Shalev
3d1b26cddc
Fix delta in targets without HAVE_USBSTACK and USE_ROCKBOX_USB caused by
...
redundant strings in lang file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22856 a1c6a512-1295-4272-9138-f99709370657
2009-09-30 12:41:09 +00:00
Tomer Shalev
8c5141b32e
Commit "FS#10468 - USB HID: Show keypad mode on screen"
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22852 a1c6a512-1295-4272-9138-f99709370657
2009-09-30 10:06:04 +00:00
Jeffrey Goode
cf19ba5599
Replace limiter with dynamic range compressor
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22832 a1c6a512-1295-4272-9138-f99709370657
2009-09-25 15:46:38 +00:00
Bertrik Sikken
a738e5f3a0
FS#9824: Fix FM channel spacing for Europe
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22822 a1c6a512-1295-4272-9138-f99709370657
2009-09-24 22:05:07 +00:00
Marianne Arnold
77c4a38f05
Use singular to make a few strings in the German translation sound a bit more like a setting, corresponding to the initial English change. (still open to suggestions)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22792 a1c6a512-1295-4272-9138-f99709370657
2009-09-23 05:26:52 +00:00
Mustapha Senhaji
3393417d64
French translation: minor rewording for one string.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22790 a1c6a512-1295-4272-9138-f99709370657
2009-09-23 00:48:35 +00:00
Marianne Arnold
8457b51cda
Update German translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22786 a1c6a512-1295-4272-9138-f99709370657
2009-09-22 19:54:37 +00:00
Magnus Holmgren
2cf1d6d011
Update Swedish translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22784 a1c6a512-1295-4272-9138-f99709370657
2009-09-22 17:58:56 +00:00
Jonas Häggqvist
fb19297e3a
Translation updates:
...
- Danish by me
- Walloon by Stéphane Quertinmont (FS#10369).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22782 a1c6a512-1295-4272-9138-f99709370657
2009-09-22 11:40:49 +00:00
Jeffrey Goode
e90ac6766e
Laying the groundwork for future features
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22690 a1c6a512-1295-4272-9138-f99709370657
2009-09-13 04:16:25 +00:00
Mustapha Senhaji
592db88016
Fix yellow aka remove a typo.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22655 a1c6a512-1295-4272-9138-f99709370657
2009-09-07 20:12:23 +00:00
Mustapha Senhaji
b661e8ad81
Polish translation update.
...
Author: Tomasz Kowalczyk
Patch: FS#10593
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22654 a1c6a512-1295-4272-9138-f99709370657
2009-09-07 19:59:13 +00:00
Alessio Lenzi
1baf5c9463
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22572 a1c6a512-1295-4272-9138-f99709370657
2009-08-31 13:39:22 +00:00
Mustapha Senhaji
8af1a65cae
Update the french translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22564 a1c6a512-1295-4272-9138-f99709370657
2009-08-30 22:03:35 +00:00
Thomas Martitz
e454a39852
Quickscreen: 4th item
...
This adds a 4th top item to the quickscreen. It's as configurable as the existing three items.
This patch goes along with optimisations for small screens for better displaying of all four items. 14px font is very usable on a 64px height display for example.
Left and Top items go through the items in the opposite direction, so that you can mirror a setting and toggle through it in both directions.
Default item is party mode, as it's target independant.
Flyspray: FS#9706
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22532 a1c6a512-1295-4272-9138-f99709370657
2009-08-29 14:42:03 +00:00
Mustapha Senhaji
b4c028c2a7
Update the french translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22496 a1c6a512-1295-4272-9138-f99709370657
2009-08-24 12:39:45 +00:00
Alex Parker
57dc2ab782
I'm making a right mess of this - hopefully the original typo is now fixed without me introducing any more of my own...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22493 a1c6a512-1295-4272-9138-f99709370657
2009-08-24 09:19:31 +00:00
Alex Parker
d874dcf9b3
Ooops, missed one (French typos).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22492 a1c6a512-1295-4272-9138-f99709370657
2009-08-24 09:16:44 +00:00
Alex Parker
9e4fbe48a1
A couple more French typos (thanks to Clément Pit-Claudel).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22491 a1c6a512-1295-4272-9138-f99709370657
2009-08-24 09:13:14 +00:00
Alex Parker
d468c61719
Fix typo in French translation (thanks to Clément Pit-Claudel).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22490 a1c6a512-1295-4272-9138-f99709370657
2009-08-24 08:52:13 +00:00
Robert Menes
e185066bc3
FS#10558 by Melba Sitjar: missing strings for Tagalog language added.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22466 a1c6a512-1295-4272-9138-f99709370657
2009-08-22 21:59:51 +00:00
Thomas Martitz
2e33de45ca
Oops, source in deutsch.lang should match the english source.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22446 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 01:39:53 +00:00
Thomas Martitz
10f12340b1
Add menu button to accept in yesno screen for the Cowon D2.
...
I added the lang strings myself.
Flyspray:FS#10548
Author: Johannes Boy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22445 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 01:38:34 +00:00
Maurus Cuelenaere
1f0fa71f5a
Dutch translation: be consistent w.r.t. scrollbar
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22430 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 18:13:45 +00:00
Robert Menes
d0016e80fa
A few non-translation fixes for Tagalog.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22412 a1c6a512-1295-4272-9138-f99709370657
2009-08-18 22:04:11 +00:00
Magnus Holmgren
f91032eaa7
Update Swedish translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22411 a1c6a512-1295-4272-9138-f99709370657
2009-08-18 18:49:18 +00:00
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
Alessio Lenzi
5c20ddfcd9
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22407 a1c6a512-1295-4272-9138-f99709370657
2009-08-18 13:33:17 +00:00
Teruaki Kawashima
9e2800954d
Update japanese translation. some are not translated though.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22406 a1c6a512-1295-4272-9138-f99709370657
2009-08-18 12:32:51 +00:00
Jeffrey Goode
2b7ef6b928
FS#10199: Adds limiter DSP function
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22394 a1c6a512-1295-4272-9138-f99709370657
2009-08-18 03:24:45 +00:00
Maurus Cuelenaere
e1832591eb
Reclaim a bit of binsize for non-lcd_bitmap targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22392 a1c6a512-1295-4272-9138-f99709370657
2009-08-18 00:43:36 +00:00
Maurus Cuelenaere
6ade4bb766
Update Dutch translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22391 a1c6a512-1295-4272-9138-f99709370657
2009-08-17 23:49:15 +00:00
Maurus Cuelenaere
daaecb987c
Add setting to position the scrollbar on the left or right
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22390 a1c6a512-1295-4272-9138-f99709370657
2009-08-17 23:36:49 +00:00
Maurus Cuelenaere
567d83e6be
FS#10534: Make scrollbar width variable through a setting (useful for touchscreen targets)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22387 a1c6a512-1295-4272-9138-f99709370657
2009-08-17 22:41:22 +00:00
Mustapha Senhaji
1dc3fda32a
Update the french translation.
...
(Erratum for r22362: I wanted to refer to r21364 and not r21223)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22367 a1c6a512-1295-4272-9138-f99709370657
2009-08-16 23:05:11 +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
Mustapha Senhaji
4238ba8fee
Use a more appropriated word than the string commited in r21223.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22362 a1c6a512-1295-4272-9138-f99709370657
2009-08-16 21:27:36 +00:00
Mustapha Senhaji
351d47ce50
Update the french translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22292 a1c6a512-1295-4272-9138-f99709370657
2009-08-13 16:40:03 +00:00
Karl Kurbjun
4caf3b3aa0
M:Robe 500: Make yes/no screen work better and add appropriate strings for some screens. Rockboy: Improve m:robe 500 default keymap.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22201 a1c6a512-1295-4272-9138-f99709370657
2009-08-08 07:21:37 +00:00
Robert Menes
701021b487
FS#10438: New language - Ukrainian by Mykhailo Radzievskyl.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21908 a1c6a512-1295-4272-9138-f99709370657
2009-07-16 21:21:33 +00:00
Alessio Lenzi
c2900a1bac
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21862 a1c6a512-1295-4272-9138-f99709370657
2009-07-14 13:12:17 +00:00
Peter D'Hoye
40c6e7d282
Update Dutch langfile
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21827 a1c6a512-1295-4272-9138-f99709370657
2009-07-12 22:06:06 +00:00
Jens Arnold
1a49df92be
Those strings only apply to targets having the pitchscreen feature.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21788 a1c6a512-1295-4272-9138-f99709370657
2009-07-11 21:05:46 +00:00
Alexander Levin
cc7c665d9b
Improvements to the pitch screen UI (FS#10359 by David Johnston)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21781 a1c6a512-1295-4272-9138-f99709370657
2009-07-11 16:46:19 +00:00
Alessio Lenzi
a306e90f21
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21686 a1c6a512-1295-4272-9138-f99709370657
2009-07-06 08:18:19 +00:00
Jonathan Gordon
f1034e00f6
FS#10406 - split the statusbar setting into one for each display, and allow the bar to be at the top or bottom of the display
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21665 a1c6a512-1295-4272-9138-f99709370657
2009-07-05 18:07:58 +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
Alessio Lenzi
3127150636
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21487 a1c6a512-1295-4272-9138-f99709370657
2009-06-24 09:18:08 +00:00
Jonas Häggqvist
4b831753e7
Center the list on the currently loaded file in the following screens (FS#10093):
...
- Font selection
- FM preset selection
- WPS/RWPS selection
- Language selection
Modify the menu wording to make them seem more like a setting and update the manual accordingly.
The code could possibly be more compact - any help on that would be appreciated.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21464 a1c6a512-1295-4272-9138-f99709370657
2009-06-22 17:37:36 +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
Alexander Levin
13b8e805c3
Deprecate the string made unnecessary in r21414
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21415 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 21:28:39 +00:00
Jonas Häggqvist
cfd2f2c074
More translations for arabic by Raafat Akkad (FS#10355).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21404 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 17:31:05 +00:00
Jonas Häggqvist
e82be6ead8
Language updates:
...
- Arabic by Raafat Akkad (FS#10351).
- Danish by me.
- French by Michaël Burtin (FS#10299).
- Hebrew by Tomer Shalev and Sasha Khamkov (FS#10300).
- Japanese by Yoshihisa Uchida (FS#10348).
- Portuguese by Rui Araújo (FS#10342).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21364 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 09:10:41 +00:00
Mark Arigo
a61196fd3a
Philips SA9200: Working touchpad and button lights! Also, improvements to the keymap (still needs work).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21346 a1c6a512-1295-4272-9138-f99709370657
2009-06-19 03:23:38 +00:00
Marianne Arnold
d768107571
Update German translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21327 a1c6a512-1295-4272-9138-f99709370657
2009-06-18 13:56:47 +00:00
Alessio Lenzi
cb75140f22
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21322 a1c6a512-1295-4272-9138-f99709370657
2009-06-17 19:56:08 +00:00
Maurus Cuelenaere
b8435f5446
Touchscreen targets: add calibration screen + rewrite calibration driver (FS#10295)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21312 a1c6a512-1295-4272-9138-f99709370657
2009-06-16 17:04:47 +00:00
Peter D'Hoye
80b074e39a
Update Dutch langfile
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21285 a1c6a512-1295-4272-9138-f99709370657
2009-06-14 09:08:18 +00:00
Robert Menes
815a76364a
Commit FS#10328 by Melba Sitjar: add two missing strings to Tagalog.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21275 a1c6a512-1295-4272-9138-f99709370657
2009-06-13 17:46:14 +00:00
Robert Menes
33e4c180d1
Fix a couple of spelling errors pointed out by Melba Sitjar.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21274 a1c6a512-1295-4272-9138-f99709370657
2009-06-13 17:31:51 +00:00
Steve Bavin
fb2380790e
FS#8894 - Add time stretching feature to all SWCODEC targets - the current algorithm is best for spoken word.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21258 a1c6a512-1295-4272-9138-f99709370657
2009-06-12 07:20:50 +00:00
Jonas Häggqvist
ec7c4895fe
Fix a few syntax issues in Lithuanian translation, and change A to POWER for a Gigabeat F string. Do the same in the Russian translation (using the translation for POWER found elsewhere in the translation).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21243 a1c6a512-1295-4272-9138-f99709370657
2009-06-10 15:23:40 +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
Magnus Holmgren
c041692be6
Fix Gigabeat key for Swedish.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21232 a1c6a512-1295-4272-9138-f99709370657
2009-06-09 05:52:14 +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
5575f425d6
Used the wrong patch from FS#10062.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21220 a1c6a512-1295-4272-9138-f99709370657
2009-06-08 18:02:51 +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
Robert Menes
141042ca34
FS#10293: More Tagalog translation by Melba Sitjar.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21211 a1c6a512-1295-4272-9138-f99709370657
2009-06-08 00:59:30 +00:00
Robert Menes
967386e36e
New translation: Lithuanian by Vytenis Sabelka. From FS#10255.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21210 a1c6a512-1295-4272-9138-f99709370657
2009-06-08 00:57:05 +00:00
Magnus Holmgren
c3182ec333
Fix missed text change in beep volume, and adjust related strings to match (good for the keyclick setting too).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21204 a1c6a512-1295-4272-9138-f99709370657
2009-06-07 21:26:09 +00:00
Magnus Holmgren
7d0fef7c2e
Update the Swedish translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21089 a1c6a512-1295-4272-9138-f99709370657
2009-05-26 19:02:19 +00:00
Thomas Martitz
fc94095436
Samsung YH*: A few keymap tweaks (still nothing final yet)
...
-Change quickscreen combo to FFWD+RIGHT (not really happy with it though)
-make context menu work in wps and browser (long select)
-remove pitchscreen and id3screen combos for now
-change yesno screen accept button to select
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21086 a1c6a512-1295-4272-9138-f99709370657
2009-05-25 22:40:49 +00:00
Alessio Lenzi
e929875c67
Updated italian language file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21061 a1c6a512-1295-4272-9138-f99709370657
2009-05-23 16:11:21 +00:00
Peter D'Hoye
475b5dc2bb
Update Dutch language file. Not overly happy with the translation of this, though...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21045 a1c6a512-1295-4272-9138-f99709370657
2009-05-22 22:18:02 +00:00
Marc Guay
fe263f7260
FS#8627 - change 'beep volume' setting name to the more descriptive 'track skip beep'
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21038 a1c6a512-1295-4272-9138-f99709370657
2009-05-22 16:34:26 +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
Maurus Cuelenaere
a4945e3ec4
Update Dutch language
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20763 a1c6a512-1295-4272-9138-f99709370657
2009-04-20 21:34:33 +00:00
Alessio Lenzi
e2139124bc
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20603 a1c6a512-1295-4272-9138-f99709370657
2009-04-01 10:25:50 +00:00
Thomas Martitz
f627ca8d23
Change "Prevent Skipping" to "Prevent track skipping" which is a more accurate name.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20556 a1c6a512-1295-4272-9138-f99709370657
2009-03-27 15:42:52 +00:00
Thomas Martitz
62f3e95945
FS#10014 - Separate tracklocking out of skip length, skip length prevented to skip tracks. This is a seperate setting now. tracks can still change during normal playback (i.e. a song ends).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20553 a1c6a512-1295-4272-9138-f99709370657
2009-03-27 13:53:29 +00:00
Mustapha Senhaji
e95d33b35e
Update the french translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20550 a1c6a512-1295-4272-9138-f99709370657
2009-03-26 22:37:56 +00:00
Alessio Lenzi
cb16df889b
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20549 a1c6a512-1295-4272-9138-f99709370657
2009-03-26 22:26:02 +00:00
Maurus Cuelenaere
dcf7b31ab6
Update Dutch translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20524 a1c6a512-1295-4272-9138-f99709370657
2009-03-24 22:24:20 +00:00
Rob Purchase
ed1a3355de
Add a Touchscreen Mode setting to switch between 3x3 grid and absolute point modes. Note that many screens have not yet been adjusted to absolute point mode, so use with caution.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20520 a1c6a512-1295-4272-9138-f99709370657
2009-03-24 21:55:05 +00:00
Jonas Häggqvist
4f32b34efb
Updated Portuguese translation by Rui Araújo (FS#10046).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20489 a1c6a512-1295-4272-9138-f99709370657
2009-03-23 16:30:42 +00:00
Marianne Arnold
1e22baf2df
Also add Kai Posadowsky to the list of contributors in the deutsch.lang file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20478 a1c6a512-1295-4272-9138-f99709370657
2009-03-22 22:55:34 +00:00
Marianne Arnold
1916ff5976
Update german translation: go back to 'Safety' in the agc settings for now (revert half applied patch), one tweak and add the missing phrase (taken from FS#9999, add Kai Posadowsky to CREDITS for it).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20476 a1c6a512-1295-4272-9138-f99709370657
2009-03-22 22:41:05 +00:00
Jonas Häggqvist
de74a92e3d
Finnish translation update by Tuukka Ojala (FS#10042).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20468 a1c6a512-1295-4272-9138-f99709370657
2009-03-22 19:46:28 +00:00
Jonas Häggqvist
2611e957d2
Norwegian translation update by Thom Johansen.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20463 a1c6a512-1295-4272-9138-f99709370657
2009-03-22 18:56:16 +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
Nils Wallménius
7aaffa51d6
Remove duplicated 'usbstack' feature, sort features.txt, deprecate unused left over strings depending on it
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20427 a1c6a512-1295-4272-9138-f99709370657
2009-03-21 14:49:35 +00:00
Alexander Levin
7dd8d75632
Correct spelling and add a couple translations
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20320 a1c6a512-1295-4272-9138-f99709370657
2009-03-13 17:40:08 +00:00
Jonas Häggqvist
85317f4bf9
Polish translation update/sort by Maciej Adamczak (FS#10019).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20318 a1c6a512-1295-4272-9138-f99709370657
2009-03-13 16:19:03 +00:00
Tom Ross
2fff9fcb9d
FS #10017 : Updated Russian language by Anton Veretenenko with some minor changes by myself.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20316 a1c6a512-1295-4272-9138-f99709370657
2009-03-13 06:39:27 +00:00
Maurus Cuelenaere
706c3f658d
Dutch translation: fix spelling mistake
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20315 a1c6a512-1295-4272-9138-f99709370657
2009-03-13 00:42:45 +00:00
Tom Ross
66f415e06b
Fix up some small problems in the Romanian language file (mostly voice related)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20304 a1c6a512-1295-4272-9138-f99709370657
2009-03-12 16:42:08 +00:00
Jonas Häggqvist
1913a4517b
Romanian language update by Florian Popescu (FS#10012). Also add Sasha Khamkov to the header of the Hebrew translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20302 a1c6a512-1295-4272-9138-f99709370657
2009-03-12 16:31:21 +00:00
Tom Ross
031381841f
FS #10010 : Greek language update by Alexander Spyridakis.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20301 a1c6a512-1295-4272-9138-f99709370657
2009-03-12 08:01:41 +00:00
Robert Menes
8189ef5b17
Commit FS#9998: Updates to the Hebrew translation. Translation work done by Tomer Sharev and Sashe Khamkov; patch by Tom Ross.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20296 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 21:59:21 +00:00
Jonas Häggqvist
b413361e2d
Arabic update by Mohamed Tarek (FS#10007).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20292 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 17:06:47 +00:00
Tom Ross
4654963cf9
FS #10005 : Updated Português-Brasileiro langugage file by Adilson Xavier.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20290 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 16:33:27 +00:00
Jonas Häggqvist
45a63650bd
Language updates:
...
- Danish by me.
- Japanese by Yoshihisa Uchida (FS#10007).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20288 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 15:51:16 +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
Jonas Häggqvist
2d9caa9aa3
Updated Simplified and Traditional Chinese translations by Xinlu Huang (FS#10000).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20283 a1c6a512-1295-4272-9138-f99709370657
2009-03-10 21:04:03 +00:00
Marianne Arnold
bb2289986a
Another tweak to the German language file - actually translate 'credits'.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20275 a1c6a512-1295-4272-9138-f99709370657
2009-03-10 00:35:02 +00:00
Magnus Holmgren
b1983d21c2
Fix the user: strings
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20268 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 22:17:04 +00:00
Marianne Arnold
a844358e53
Add Johannes Linke to the header in deutsch.lang too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20267 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 22:13:23 +00:00
Marianne Arnold
f2446452fa
Update German translation: add missing strings, improve wording in a few phrases and some cosmetic changes (whitespace and consistent case). Taken from FS#9754 but leaving out some changes which that didn't feel right to me for the moment. Add Johannes Linke to the credits for his work.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20266 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 22:06:12 +00:00
Peter D'Hoye
e92d9967d6
Add Sam Bouwer to the credits and inside the langfile header
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20263 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 21:57:01 +00:00
Peter D'Hoye
fe515c15d0
Better translation for one of the sorting strings in the Dutch language file. Thanks to Sam Bouwer (FS #9997 )
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20262 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 21:52:49 +00:00
Peter D'Hoye
07020823f0
Update Dutch translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20261 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 21:42:13 +00:00
Alexander Levin
f410487622
Add a missing phrase (LANG_CREDITS)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20260 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 21:38:46 +00:00
Magnus Holmgren
081c63b20b
Update the Swedish translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20255 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 20:25:18 +00:00
Tom Ross
273c035f80
FS #9978 : Walon.lang update by Stéphane Quertinmont
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20196 a1c6a512-1295-4272-9138-f99709370657
2009-03-03 20:21:38 +00:00
Alessio Lenzi
527b2dd270
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20192 a1c6a512-1295-4272-9138-f99709370657
2009-03-03 10:33:26 +00:00
Tom Ross
dcf751e86d
FS #9974 : Update Walon.lang by Stéphane Quertinmont.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20190 a1c6a512-1295-4272-9138-f99709370657
2009-03-03 05:39:48 +00:00
Tom Ross
8a1f2cef0f
Add missing user fields aka fix yellow.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20189 a1c6a512-1295-4272-9138-f99709370657
2009-03-03 02:33:29 +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
Mustapha Senhaji
1c64486f34
Update the french translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20178 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 19:53:32 +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
Maurus Cuelenaere
09f012a64f
Only enable LANG_ENABLE_SPEAKER if HAVE_SPEAKER is defined
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20176 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 18:40:11 +00:00
Maurus Cuelenaere
6c252a6751
Onda VX747:
...
* Add speaker en-/disable driver
* Add apps/ setting to en-/disable the speaker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20174 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 18:18:24 +00:00
Tom Ross
4fb5864a6c
Move generated lang-related files to their own directory in preparation of localizable plugins.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20170 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 06:13:18 +00:00
Thomas Martitz
d13f1a485f
Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive
...
sorting. This also adds a setting, so that the sorting can be used in the file browser. The implementation is very generic, and can possibly
be used in other places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20155 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 17:55:59 +00:00
Jonas Häggqvist
5c1c43f39b
Small fixup of Brazilian Portuguese, no translation done.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20131 a1c6a512-1295-4272-9138-f99709370657
2009-02-27 20:56:54 +00:00
Jonas Häggqvist
1ab0a50bc1
Language updates:
...
- Danish by me.
- Hungarian by Imre Herceg (FS#9862).
- Walloon by Stéphane Quertinmont (FS#9837).
- Serbian by Ivan Pesic (FS#9816).
- Brazilian Portuguese by Adilson Vicente Xavier (FS#9774).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20129 a1c6a512-1295-4272-9138-f99709370657
2009-02-27 19:46:07 +00:00
Mustapha Senhaji
f1a7b293da
Update the french translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20073 a1c6a512-1295-4272-9138-f99709370657
2009-02-21 00:53:14 +00:00
Peter D'Hoye
1929e47245
Update Dutch lang file
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19891 a1c6a512-1295-4272-9138-f99709370657
2009-01-31 22:24:51 +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
2a9b1fd3d9
Language updates:
...
- Brazilian Portuguese by Adilson Xavier (FS#9762).
- Walloon by Stéphane Quertinmont (FS#9748, FS#9756).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19727 a1c6a512-1295-4272-9138-f99709370657
2009-01-08 20:26:11 +00:00
Alessio Lenzi
a1a287905b
Changed lang message for credits item in Rockbox Mainmenu/System and updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19699 a1c6a512-1295-4272-9138-f99709370657
2009-01-06 16:53:44 +00:00
Marc Guay
2ce5ff8724
Remove the BOM from english.lang
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19694 a1c6a512-1295-4272-9138-f99709370657
2009-01-06 02:28:41 +00:00
Marc Guay
33c21a0765
Try it again.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19690 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 23:25:32 +00:00
Marc Guay
8089269c55
Revert 19687
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19689 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 23:13:59 +00:00
Marc Guay
3bd338f551
Now in UTF-8
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19688 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 22:32:08 +00:00
Marc Guay
80cd9ae75c
Switch the Credits lang back to Version and add a new one for Version.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19687 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 22:30:58 +00:00
Alessio Lenzi
b93874fefc
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19670 a1c6a512-1295-4272-9138-f99709370657
2009-01-04 20:14:09 +00:00
Robert Menes
87229949d9
FS# 9752 by Melba Sitjar: Added missing strings to Tagalog language.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19662 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 17:57:05 +00:00
Marc Guay
60359bfffe
Change System->Version to System->Credits. Closes FS#9620.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19660 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 14:20:56 +00:00
Alessio Lenzi
8d6d4fbc3b
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19608 a1c6a512-1295-4272-9138-f99709370657
2008-12-28 21:34:33 +00:00
Mustapha Senhaji
8cd726e208
Remove a last junk that was unintentionaly added to english file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19590 a1c6a512-1295-4272-9138-f99709370657
2008-12-25 11:48:28 +00:00
Michael Giacomelli
da41c0ef0c
Fix junk added to language file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19587 a1c6a512-1295-4272-9138-f99709370657
2008-12-25 03:32:29 +00:00
Michael Giacomelli
70e9c7aed3
Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tamas. Adds preliminary support for numerous accessories that use the ipod serial port on the dock connector. See IpodAccessories for a list of tested devices.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19585 a1c6a512-1295-4272-9138-f99709370657
2008-12-25 01:46:16 +00:00
Alessio Lenzi
0f9729739f
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19578 a1c6a512-1295-4272-9138-f99709370657
2008-12-24 15:36:59 +00:00
Marianne Arnold
bd43105436
Update German translation. Based on FS#9669 by Kaspar Rothenfusser (add him to CREDITS too, hopefully correct spelling) with additional tweaks by Tom Ross and me.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19567 a1c6a512-1295-4272-9138-f99709370657
2008-12-23 20:28:50 +00:00
Jonas Häggqvist
3c8ac8f186
Updated Portuguese translation by Rui Araújo (FS#9700).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19564 a1c6a512-1295-4272-9138-f99709370657
2008-12-23 17:16:59 +00:00
Jens Arnold
d3bfc1a443
No need to have a separate voice string for the Player here, as voice isn't displayed.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19562 a1c6a512-1295-4272-9138-f99709370657
2008-12-23 08:53:10 +00:00
Jonas Häggqvist
81781abd63
Language updates:
...
- Fix hebrew by me, should be safe.
- Korean update by Sanggon Lee (FS#9690).
- Walloon fixes by Stephane Quertinmont (FS#9698).
- Russian update by Anton Veretenenko (FS#9676).
- Greek update by Alexander Spyridakis (FS#9699).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19560 a1c6a512-1295-4272-9138-f99709370657
2008-12-23 07:51:45 +00:00
Jonas Häggqvist
c3c15cce88
Fix the last problem in the Korean translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19545 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 17:46:34 +00:00
Jonas Häggqvist
caecd934db
Some more fixes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19544 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 17:38:14 +00:00
Jonas Häggqvist
e46266c767
Hopefully fix the Korean language and the yellow by restoring some phrases and removing a few.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19543 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 17:24:45 +00:00
Jonas Häggqvist
1ab624385a
Updated Korean translation by Sanggon Lee (FS#9690).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19528 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 16:00:14 +00:00
Jonas Häggqvist
b2ea69517f
Apply Tom Ross' fixes from FS#9670 to the Hebrew translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19527 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 15:43:57 +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
Tom Ross
ff59965d7f
Ugh. Really fix the source mismatch in the Serbian lang file. Someone please backport this to the 3.1 branch at the same time as other language updates.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19522 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 05:36:11 +00:00
Tom Ross
08f330aaf3
Blindly attempt to fix my botched attempt at updating the Serbian language file. This may not be a proper translation but my previous change left a source and dest mismatch on two strings. Also update the voice strings while I'm at it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19519 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 05:10:32 +00:00
Tom Ross
336ef0ae5a
FS #9684 . Japanese language update by Yoshihisa Uchida.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19518 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 03:44:50 +00:00
Mustapha Senhaji
1be4e58903
French translation: oops, missed one added multivolume string and to deprecate one string.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19508 a1c6a512-1295-4272-9138-f99709370657
2008-12-20 15:45:36 +00:00
Mustapha Senhaji
b15d837d33
Update the french translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19478 a1c6a512-1295-4272-9138-f99709370657
2008-12-19 01:31:28 +00:00
Jonas Häggqvist
d8d40987b8
Translation updates:
...
- Simplified Chinese by Xinlu Huang (FS#9664).
- Traditional Chinese by Harry Tu (FS#9636).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19472 a1c6a512-1295-4272-9138-f99709370657
2008-12-18 19:13:13 +00:00
Jonas Häggqvist
39be405344
Polish translation update by Maciej Adamczak (FS#9659).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19468 a1c6a512-1295-4272-9138-f99709370657
2008-12-17 17:53:34 +00:00
Tom Ross
e8b22f92c1
Deprecate LANG_RESTARTING_PLAYBACK in Serbian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19429 a1c6a512-1295-4272-9138-f99709370657
2008-12-13 20:15:02 +00:00
Tom Ross
b42f379fa3
Fix some errors in the Serbian translation and bring it up to date (no translation changes).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19427 a1c6a512-1295-4272-9138-f99709370657
2008-12-13 19:58:59 +00:00
Jonas Häggqvist
e7022761b9
Updated Turkish translation by Brian Cloutier. His work isn't complete, so it's been automaticly merged with the old translation to hopefully produce the best possible combination of the two.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19425 a1c6a512-1295-4272-9138-f99709370657
2008-12-13 19:28:35 +00:00
Jonas Häggqvist
dde6bb6d2c
Ooops, Thai and Tagalog can also be brought up to date by simply deprecating LANG_RESTARTING_PLAYBACK.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19424 a1c6a512-1295-4272-9138-f99709370657
2008-12-13 19:20:22 +00:00
Jonas Häggqvist
0bb444938a
Fix a small syntax issue that caused some trouble with the web translator interface.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19423 a1c6a512-1295-4272-9138-f99709370657
2008-12-13 19:13:52 +00:00
Jonas Häggqvist
11d33231d9
Deprecate LANG_RESTARTING_PLAYBACK in these languages (Danish, Swedish, Walloon, Catalan and Finnish) and add user: fields to a some phrases.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19422 a1c6a512-1295-4272-9138-f99709370657
2008-12-13 19:08:01 +00:00
Peter D'Hoye
2b7fa8736c
Update Dutch language file
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19419 a1c6a512-1295-4272-9138-f99709370657
2008-12-13 15:21:00 +00:00