mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
Settings crash
This commit is contained in:
parent
f117b0a3fb
commit
0969ab7c5d
5 changed files with 10 additions and 14 deletions
|
@ -1,7 +1,8 @@
|
|||
===== 1.6.3 (Oct ??, 2012) =====
|
||||
===== 1.6.3 (Oct 22, 2012) =====
|
||||
* FBReader stores text position after setPageStart API method (useful for TTS plugin, code by Greg Kochaniak)
|
||||
* MSWord doc plugin synchronized with the main branch
|
||||
* New options: apply/ignore values defined in CSS
|
||||
* Fixed crash in settings on devices with German, Thai, Traditional Chinese and Vietnamese locales
|
||||
|
||||
===== 1.6.2 (Oct 13, 2012) =====
|
||||
* Optimized animation speed
|
||||
|
|
|
@ -309,8 +309,8 @@
|
|||
</node>
|
||||
<node name="dontTurnScreenOff" value="Ausschalten des Bildschirms verhindern">
|
||||
<node name="0" value="Immer"/>
|
||||
<node name="25" value="Falls Akkuladung > 25%"/>
|
||||
<node name="50" value="Falls Akkuladung > 50%"/>
|
||||
<node name="25" value="Falls Akkuladung > 25%%"/>
|
||||
<node name="50" value="Falls Akkuladung > 50%%"/>
|
||||
<node name="100" value="Nie"/>
|
||||
</node>
|
||||
<node name="dontTurnScreenOffDuringCharging" value="Ausschalten des Bildschirms beim Laden verhindern">
|
||||
|
|
|
@ -305,8 +305,8 @@
|
|||
</node>
|
||||
<node name="dontTurnScreenOff" value="การป้องกันการพักหน้าจอ">
|
||||
<node name="0" value="ตลอดเวลา"/>
|
||||
<node name="25" value="ขณะที่ระดับแบตเตอรี่มากกว่า 25% "/>
|
||||
<node name="50" value="ขณะที่ระดับแบตเตอรี่มากกว่า 50% "/>
|
||||
<node name="25" value="ขณะที่ระดับแบตเตอรี่มากกว่า 25%%"/>
|
||||
<node name="50" value="ขณะที่ระดับแบตเตอรี่มากกว่า 50%%"/>
|
||||
<node name="100" value="ไม่มีการพักหน้าจอ"/>
|
||||
</node>
|
||||
<node name="dontTurnScreenOffDuringCharging" value="ป้องกันการพักหน้าจอระหว่างการชาร์ต">
|
||||
|
|
|
@ -305,8 +305,8 @@
|
|||
</node>
|
||||
<node name="dontTurnScreenOff" value="Không cho màn hình tắt">
|
||||
<node name="0" value="Luôn luôn"/>
|
||||
<node name="25" value="Khi thời lượng pin lớn hơn 25%"/>
|
||||
<node name="50" value="Khi thời lượng pin lớn hơn 50%"/>
|
||||
<node name="25" value="Khi thời lượng pin lớn hơn 25%%"/>
|
||||
<node name="50" value="Khi thời lượng pin lớn hơn 50%%"/>
|
||||
<node name="100" value="Không bao giờ"/>
|
||||
</node>
|
||||
<node name="dontTurnScreenOffDuringCharging" value="Ngăn màn hình tắt trong khi sạc">
|
||||
|
|
|
@ -305,13 +305,8 @@
|
|||
</node>
|
||||
<node name="dontTurnScreenOff" value="防止進入待機狀態">
|
||||
<node name="0" value="必然"/>
|
||||
<!-- Percent sign (%) could not be used in resource strings
|
||||
because there is a bug in Cyanogen Mod firmware that
|
||||
crashes the program with such resources
|
||||
<node name="25" value= "當電量大於25%"/>
|
||||
<node name="50" value= "當電量大於50%"/>-->
|
||||
<node name="25" value="While battery level is greater than 25 percent"/>
|
||||
<node name="50" value="While battery level is greater than 50 percent"/>
|
||||
<node name="25" value= "當電量大於25%%"/>
|
||||
<node name="50" value= "當電量大於50%%"/>
|
||||
<node name="100" value="永不"/>
|
||||
</node>
|
||||
<node name="dontTurnScreenOffDuringCharging" value="充電時防止關閉屏幕">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue