<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/apps/lang/chinese-simp.lang, branch master</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>YH8xx,YH9xx: Keymap improvement</title>
<updated>2015-11-15T22:46:39+00:00</updated>
<author>
<name>Sebastian Leonhardt</name>
<email>sebastian.leonhardt@web.de</email>
</author>
<published>2015-07-19T23:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=a507bb283782ee3adb1fc9ba0c6f094108ef558c'/>
<id>a507bb283782ee3adb1fc9ba0c6f094108ef558c</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Simplified Chinese and Traditional Chinese translations</title>
<updated>2015-03-27T18:30:18+00:00</updated>
<author>
<name>Purling Nayuki</name>
<email>cyq.yzfl@gmail.com</email>
</author>
<published>2015-03-27T18:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=c39fe43b405e47dc2e361ef2897cd75959d8135c'/>
<id>c39fe43b405e47dc2e361ef2897cd75959d8135c</id>
<content type='text'>
Change-Id: Ie368f82578bb29fd0a155dc420de0533892dbb49
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie368f82578bb29fd0a155dc420de0533892dbb49
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect language string reference in eq_menu.c</title>
<updated>2014-01-26T15:26:00+00:00</updated>
<author>
<name>Purling Nayuki</name>
<email>cyq.yzfl@gmail.com</email>
</author>
<published>2014-01-16T16:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=946c348e5c09da1f662487f9c5594cc7d4c72b9f'/>
<id>946c348e5c09da1f662487f9c5594cc7d4c72b9f</id>
<content type='text'>
In most of the translations strings with SYSFONT in title is
translated. This leads to displaying problem in (at least) graphical
equalizer due to the lack of non-latin character support in the
built-in font.

Change-Id: I0d27a5358e4eb539d4247c84975d8501d7668836
Reviewed-on: http://gerrit.rockbox.org/727
Reviewed-by: Thomas Martitz &lt;kugel@rockbox.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In most of the translations strings with SYSFONT in title is
translated. This leads to displaying problem in (at least) graphical
equalizer due to the lack of non-latin character support in the
built-in font.

Change-Id: I0d27a5358e4eb539d4247c84975d8501d7668836
Reviewed-on: http://gerrit.rockbox.org/727
Reviewed-by: Thomas Martitz &lt;kugel@rockbox.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement volume limiter feature</title>
<updated>2014-01-13T10:32:03+00:00</updated>
<author>
<name>PurlingNayuki</name>
<email>cyq.yzfl@gmail.com</email>
</author>
<published>2013-12-21T13:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f0bec023d9ff45cede09274dff12f015f0830a38'/>
<id>f0bec023d9ff45cede09274dff12f015f0830a38</id>
<content type='text'>
Add a "volume limit" parameter to the configuration file. The maximum
value of volume setting in sound menu will be limited to the same as
volume limit. Also each time when setvol() is excuted, Rockbox will
check if the global_settings.volume value larger than
global_settings.volume_limit. If larger, take the value of volume_limit
instead. The volume_limit argument shares the same maximum and minimum values
with volume argument, while taking the maximum volume as its default value.

Change-Id: I8ca9bc6ea6e617b48fc346aae5f2a0a1d259ae36
Reviewed-on: http://gerrit.rockbox.org/697
Reviewed-by: Jonathan Gordon &lt;rockbox@jdgordon.info&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a "volume limit" parameter to the configuration file. The maximum
value of volume setting in sound menu will be limited to the same as
volume limit. Also each time when setvol() is excuted, Rockbox will
check if the global_settings.volume value larger than
global_settings.volume_limit. If larger, take the value of volume_limit
instead. The volume_limit argument shares the same maximum and minimum values
with volume argument, while taking the maximum volume as its default value.

Change-Id: I8ca9bc6ea6e617b48fc346aae5f2a0a1d259ae36
Reviewed-on: http://gerrit.rockbox.org/697
Reviewed-by: Jonathan Gordon &lt;rockbox@jdgordon.info&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Chinese translation and missing "Attack Time" string</title>
<updated>2014-01-05T14:47:34+00:00</updated>
<author>
<name>PurlingNayuki</name>
<email>cyq.yzfl@gmail.com</email>
</author>
<published>2013-12-28T12:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=7602f1042300236c1bfcee7a3082b37ab7734744'/>
<id>7602f1042300236c1bfcee7a3082b37ab7734744</id>
<content type='text'>
Change-Id: Ia4ae29bfe8739da93369a497a55680c7d445f730
Reviewed-on: http://gerrit.rockbox.org/700
Reviewed-by: Purling Nayuki &lt;cyq.yzfl@gmail.com&gt;
Tested: Purling Nayuki &lt;cyq.yzfl@gmail.com&gt;
Reviewed-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia4ae29bfe8739da93369a497a55680c7d445f730
Reviewed-on: http://gerrit.rockbox.org/700
Reviewed-by: Purling Nayuki &lt;cyq.yzfl@gmail.com&gt;
Tested: Purling Nayuki &lt;cyq.yzfl@gmail.com&gt;
Reviewed-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Fuze+][lang] keymaps hint update</title>
<updated>2013-07-16T13:00:02+00:00</updated>
<author>
<name>Jean-Louis Biasini</name>
<email>jlbiasini@gmail.com</email>
</author>
<published>2013-07-15T05:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=43e52e34ed7c9a9b08ab706b75dd608f53d0b4cc'/>
<id>43e52e34ed7c9a9b08ab706b75dd608f53d0b4cc</id>
<content type='text'>
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 &lt;amaury.pouly@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;amaury.pouly@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an alternative analogic touchpad sensitivity setting</title>
<updated>2013-07-15T07:22:32+00:00</updated>
<author>
<name>Jean-Louis Biasini</name>
<email>jlbiasini@gmail.com</email>
</author>
<published>2013-07-13T16:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=a8cea3b71c7d40636be8bf311775d3a083f18cb4'/>
<id>a8cea3b71c7d40636be8bf311775d3a083f18cb4</id>
<content type='text'>
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 &lt;amaury.pouly@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;amaury.pouly@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Reuse frequency string from recording for playback frequency.</title>
<updated>2013-07-06T21:14:02+00:00</updated>
<author>
<name>Michael Sevakis</name>
<email>jethead71@rockbox.org</email>
</author>
<published>2013-07-06T21:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=19b289a1b9967b697b54f20f12c1d3a1e44b6e39'/>
<id>19b289a1b9967b697b54f20f12c1d3a1e44b6e39</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>update Chinese(Simplified) translation</title>
<updated>2013-03-05T18:15:55+00:00</updated>
<author>
<name>PurlingNayuki</name>
<email>cyq.yzfl@gmail.com</email>
</author>
<published>2013-03-02T17:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=aba69ebf1ea4ea4d3c9f0520474710c5da798e0e'/>
<id>aba69ebf1ea4ea4d3c9f0520474710c5da798e0e</id>
<content type='text'>
added a missing string and some other fixes

Change-Id: I153f42687cf855835b7a41b5b3adc4bf120f7f61
Reviewed-on: http://gerrit.rockbox.org/413
Reviewed-by: Purling Nayuki &lt;cyq.yzfl@gmail.com&gt;
Tested-by: Purling Nayuki &lt;cyq.yzfl@gmail.com&gt;
Reviewed-by: Alex Parker &lt;rockbox@aeparker.com&gt;
Tested-by: Alex Parker &lt;rockbox@aeparker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added a missing string and some other fixes

Change-Id: I153f42687cf855835b7a41b5b3adc4bf120f7f61
Reviewed-on: http://gerrit.rockbox.org/413
Reviewed-by: Purling Nayuki &lt;cyq.yzfl@gmail.com&gt;
Tested-by: Purling Nayuki &lt;cyq.yzfl@gmail.com&gt;
Reviewed-by: Alex Parker &lt;rockbox@aeparker.com&gt;
Tested-by: Alex Parker &lt;rockbox@aeparker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>FS#12691 - Simplified Chinese translation update</title>
<updated>2012-06-10T19:25:46+00:00</updated>
<author>
<name>Li Jie</name>
<email>lj81129@msn.com</email>
</author>
<published>2012-06-10T19:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=35b45a838f0ae0da9d9fb0156a59db771f327611'/>
<id>35b45a838f0ae0da9d9fb0156a59db771f327611</id>
<content type='text'>
Signed-off-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;

Change-Id: Id32dc25e0b6473ed2e8f354d3b85d55e97964257
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;

Change-Id: Id32dc25e0b6473ed2e8f354d3b85d55e97964257
</pre>
</div>
</content>
</entry>
</feed>
