Commit graph

44 commits

Author SHA1 Message Date
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
Igor B. Poretsky
b8ada839ee Voice strings fixes
Change-Id: I27729b57ee6070443d3c98852812ae6d7581d8f8
2020-11-11 22:25:39 -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
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
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
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
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
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
Nils Wallménius
797abbed54 FS#11354 - A few more islenska.lang fixes by Hinrik Örn Sigurðsson fixing a few more source and target mismatches with english.lang in the icelandic translation. Prune a lot of old unused strings that were deleted from english.lang long ago.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26584 a1c6a512-1295-4272-9138-f99709370657
2010-06-05 15:41:04 +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
Alex Parker
bd5b9987d0 Update Esperanto and add Slovak languages:
Esperanto FS#10895 by Wilfred Hughes.
Slovak FS#10903 by Peter Lecký.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24209 a1c6a512-1295-4272-9138-f99709370657
2010-01-09 23:08:51 +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
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
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
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
Nils Wallménius
0058bdcf52 Oops, my script killed an email addy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19038 a1c6a512-1295-4272-9138-f99709370657
2008-11-08 20:30:36 +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
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
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
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
fcbeb2b6e0 FS#8132 by Harry Tu: Remove untranslated strings from a number of languages.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16085 a1c6a512-1295-4272-9138-f99709370657
2008-01-13 22:19:51 +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
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
Zakk Roberts
1e289413ee Esperanto translation, by Marc-André Moreau.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10057 a1c6a512-1295-4272-9138-f99709370657
2006-06-05 01:34:09 +00:00