Aidan MacDonald
1af92e5ff8
Fix red from 6f5af8e53c
...
Change-Id: I02dbc3e91856eaef081446ca77919e6182a85e1d
2022-04-17 17:21:02 +01:00
Solomon Peachy
68ed534f83
Automated translation fixups for a couple of strings
...
Change-Id: Ia61512044d5c9da3b7f161097402b525719a7bb5
2021-12-11 09:48:01 -05:00
Solomon Peachy
b7b0c7c648
languages: convert recording_swcodec -> recording
...
Change-Id: I481a53284d63457717f4a6524edc5b477f29a20a
2020-11-19 09:52:37 -05:00
Solomon Peachy
170f72156b
lang: Drop all deprecated strings, and rename LANG__NEVER to LANG_NEVER
...
Change-Id: Ie1a1cb04ecb566b75d9884b98a8c4e37a4e8736f
2020-11-17 11:06:13 -05:00
Solomon Peachy
7ff3c94e13
lang: Make all swcodec &| lcd_bitmap strings default.
...
Change-Id: Id0a3282884c3e258c5b2f24b35aa7e618a8e8bbe
2020-11-17 11:06:09 -05:00
Solomon Peachy
a52eb1d8cc
xduoox3: Include curves for both battery types
...
There is no way to detect this at runtime so it is a user setting
Change-Id: Ibc5b87312238c59e3678d512af27e3a3bcb9a58a
2020-08-26 18:18:02 +00:00
Solomon Peachy
ee4e6d2fba
Strip out archos from common strings
...
Change-Id: I078d5a6887fd14650fe89d7b4d8850166ae19efc
2020-07-26 00:25:55 -04:00
Igor B. Poretsky
20798aaa1c
xduoox3: LANG_DISK_NAME strings for non-English languages and proper corresponding voice strings
2019-08-09 06:55:46 +02:00
Franklin Wei
ee659d4d7a
Move date/time strings out of RTC context
...
Should fix plugin build.
Change-Id: I332235a4e7d08a80abd91fa0705e950c7dfec449
2019-07-20 13:36:10 -04:00
Solomon Peachy
4adad0bc1f
FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewer
...
Modified from original ticket, Taken from Igor Poretsky's tree, and
further modified by myself to incorporate feedback.
Change-Id: Ibc2180e52af76890b1448d23f79386fd0f88f709
2018-12-15 18:00:23 +01:00
Sebastian Leonhardt
a507bb2837
YH8xx,YH9xx: Keymap improvement
...
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
2015-11-15 23:46:39 +01:00
Jean-Louis Biasini
43e52e34ed
[Fuze+][lang] keymaps hint update
...
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-16 15:00:02 +02:00
Jean-Louis Biasini
a8cea3b71c
Add an alternative analogic touchpad sensitivity setting
...
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-15 09:22:32 +02:00
Michael Sevakis
19b289a1b9
Reuse frequency string from recording for playback frequency.
...
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
2013-07-06 17:14:02 -04:00
Jani Kinnunen
9d632bc88b
FS#12726 - Updated Finnish translation
...
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl>
Change-Id: Ic24021fadf3e5c42cf07bc1870c9372e8718da51
2012-08-08 20:21:01 +02:00
Tomasz Moń
c40f5202a4
Sansa Connect: Add keymap for YesNo dialog and keyboard
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31090 a1c6a512-1295-4272-9138-f99709370657
2011-11-29 11:18:59 +00:00
Jonathan Gordon
9e07ef2b0a
Use buflib for all skin engine allocations.
...
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-11-15 14:11:08 +00:00
Alex Parker
aec2f31364
Correct spelling of catalogue.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30186 a1c6a512-1295-4272-9138-f99709370657
2011-07-21 14:13:20 +00:00
Jonathan Gordon
d1fd4f08f5
Fix FS#8656 - Error saving non-current playlist file
...
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-07-21 06:40:21 +00:00
Jonathan Gordon
142725ebc9
Fix FS#12158 - Make the "Mode: " line in the radio menu voice.
...
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-16 13:28:15 +00:00
Marianne Arnold
92afc96cc8
Languages: make the Clip+ use the microSD specific string to refer to the 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-06-04 19:33:01 +00:00
Frank Gevaerts
966becfa9f
Deprecate strings that are unused since r29700
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29701 a1c6a512-1295-4272-9138-f99709370657
2011-04-10 13:54:06 +00:00
Marcin Bukat
606bed035e
Update lang files to be inline with changes in r29584
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29585 a1c6a512-1295-4272-9138-f99709370657
2011-03-14 10:28:45 +00:00
Nils Wallménius
c9038bf9ae
Remove incorrectly deprecated LANG_REC_SIZE phrase to not be confusing. 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-02-07 20:26:10 +00:00
Mustapha Senhaji
0171408408
Add ipod 6g target to translations for "Bass and Treble Cutoff" string.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29080 a1c6a512-1295-4272-9138-f99709370657
2011-01-17 22:02:16 +00:00
Mustapha Senhaji
8a2583da93
Update translations reusing the translation of the previously deprecated string.
...
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-24 03:44:00 +00:00
Marcin Bukat
693bf86a25
HD300 - lang strings for alarm screen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28823 a1c6a512-1295-4272-9138-f99709370657
2010-12-13 09:34:31 +00:00
Marcin Bukat
e3ab05ac42
Update lang files for Set time/date screen on HD300
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28698 a1c6a512-1295-4272-9138-f99709370657
2010-11-28 22:51:30 +00:00
Mustapha Senhaji
1d60b0d69e
Fix minor typos in description fields.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28292 a1c6a512-1295-4272-9138-f99709370657
2010-10-16 22:52:55 +00:00
Nils Wallménius
042adbba61
Remove the jump scroll settings since they don't do anything, drop the relevant lang ids too
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26575 a1c6a512-1295-4272-9138-f99709370657
2010-06-05 11:59:43 +00:00
Nils Wallménius
8598a2c821
Lang file cleanup!
...
*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-06-05 11:31:01 +00:00
Rafaël Carré
8302c5fe17
Wakeup alarm screen is unusuable with large fonts or small screens
...
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-22 00:28:10 +00:00
Jonathan Gordon
1bd072c92d
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25964 a1c6a512-1295-4272-9138-f99709370657
2010-05-12 10:38:00 +00:00
Szymon Dziok
1fd57a2a87
Packard Bell Vibe 500: add specific strings to the languages.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25116 a1c6a512-1295-4272-9138-f99709370657
2010-03-11 17:12:23 +00:00
Frank Gevaerts
8be08a3447
Also change usb_charging to usb_charging_enable in the lang files
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24239 a1c6a512-1295-4272-9138-f99709370657
2010-01-15 19:51:52 +00:00
Björn Stenberg
355b4c2333
Corrected ondio language wildcards.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23888 a1c6a512-1295-4272-9138-f99709370657
2009-12-07 13:53:55 +00:00
Björn Stenberg
c0740440ac
Rename targets to be consistent in all places. (FS #10819 ). Take 2.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23883 a1c6a512-1295-4272-9138-f99709370657
2009-12-07 12:19:08 +00:00
Mustapha Senhaji
9d904c712c
Remove a typo.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23820 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 14:29:24 +00:00
Mustapha Senhaji
531d1371a4
Updated finnish translation.
...
Flyspray: FS#10813
Author: Jani Kinnunen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23819 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 14:15:56 +00:00
Jeffrey Goode
29d2711115
Crossfade: fix shuffle OR manual skip functionality, verbiage and manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23621 a1c6a512-1295-4272-9138-f99709370657
2009-11-12 15:42:37 +00:00
Jeffrey Goode
3a17bb9092
Added crossfade tag to lang file strings
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23619 a1c6a512-1295-4272-9138-f99709370657
2009-11-12 04:31:31 +00:00
Jeffrey Goode
664dc90e71
Crossfade: added a new option, rewrote decision logic, updated manual and 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-11-11 00:48:17 +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
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
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