Commit graph

28 commits

Author SHA1 Message Date
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
Jonathan Gordon
85fba243b1 FS#7957 - hebrew lang update by Rani Hod
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15114 a1c6a512-1295-4272-9138-f99709370657
2007-10-15 05:45:15 +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
d42fba0938 Add c200 to the button light timeout string in all languages with a translation of that string already.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14859 a1c6a512-1295-4272-9138-f99709370657
2007-09-26 09:54:31 +00:00
Jonas Häggqvist
4b07770aeb Change e200 to e200,c200 in all occurances except for LANG_BUTTONLIGHT_TIMEOUT. Hopefully I didn't break any characters I can't see.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14731 a1c6a512-1295-4272-9138-f99709370657
2007-09-16 20:29:46 +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
Nils Wallménius
673e323f8c Hebrew update by Lamed (Liberman Shachar).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13542 a1c6a512-1295-4272-9138-f99709370657
2007-06-03 17:10:34 +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
Shachar Liberman
36a1090561 hebrew language update, probably not the last
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11147 a1c6a512-1295-4272-9138-f99709370657
2006-10-07 22:08:58 +00:00
Shachar Liberman
ce8a1c986f hebrew language update, probably not the last
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11145 a1c6a512-1295-4272-9138-f99709370657
2006-10-07 16:38:15 +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
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
faa4404da9 Updated hebrew Language.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7473 a1c6a512-1295-4272-9138-f99709370657
2005-09-05 11:40:06 +00:00
Jonas Häggqvist
695f07ceed Adding a few strings as English. This is not strictly necessary, but make life easier for me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7469 a1c6a512-1295-4272-9138-f99709370657
2005-09-04 10:14:18 +00:00
Jonas Häggqvist
a46503d5a9 Updated Dutch translation by Sander Sweers.
Completely reworked Hebrew translation by Liberman Shachar. It still has a few issues, but better than what's currently there.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7467 a1c6a512-1295-4272-9138-f99709370657
2005-09-03 22:59:40 +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
Jörg Hohensohn
2bf1db9bdb My 2 new entries now at the end (thanks, Roland), however for some languages other entries are missing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3576 a1c6a512-1295-4272-9138-f99709370657
2003-04-21 16:15:17 +00:00
Jörg Hohensohn
459abc2ce2 scroll/status bar enable now also in display menu (were in F3 menu only). Now all F2/F3 settings are accessible in the main menu, consistent and better for F2/F3 hijacking
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3575 a1c6a512-1295-4272-9138-f99709370657
2003-04-21 12:39:36 +00:00
Robert Hak
21d70af25e more typos found by monter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3334 a1c6a512-1295-4272-9138-f99709370657
2003-02-25 14:04:56 +00:00
Björn Stenberg
9e64e8ee17 Hebrew translation by Ariel Saghiv. Requires iso8859-8.fnt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2587 a1c6a512-1295-4272-9138-f99709370657
2002-10-11 19:59:23 +00:00