mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
new option (not in use at this momnet); updated Hungarian resources
This commit is contained in:
parent
666925c120
commit
d75e926455
13 changed files with 84 additions and 40 deletions
|
@ -4,6 +4,7 @@ DONE Reload book info from file
|
||||||
* prevent from sleep if battery is in charging mode
|
* prevent from sleep if battery is in charging mode
|
||||||
* Open the help file if the current book is deleted from library
|
* Open the help file if the current book is deleted from library
|
||||||
DONE don't run several initialization threads in the same time
|
DONE don't run several initialization threads in the same time
|
||||||
|
* lib.ololo.cc
|
||||||
|
|
||||||
After 0.99:
|
After 0.99:
|
||||||
* Partial loading from database
|
* Partial loading from database
|
||||||
|
|
|
@ -445,6 +445,10 @@
|
||||||
<node name="50" value="Pokud je úroveň baterie větší než 50 procent"/>
|
<node name="50" value="Pokud je úroveň baterie větší než 50 procent"/>
|
||||||
<node name="100" value="Nikdy"/>
|
<node name="100" value="Nikdy"/>
|
||||||
</node>
|
</node>
|
||||||
|
<node name="dontTurnScreenOffDuringCharging" value="Prevent screen from sleeping during charging" toBeTranslated="true">
|
||||||
|
<node name="summaryOn" value="Prevent screen from sleeping if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
<node name="summaryOff" value="Switch screen off even if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node name="scrolling" value="Posouvání">
|
<node name="scrolling" value="Posouvání">
|
||||||
<node name="summary" value="Jak posouvat text"/>
|
<node name="summary" value="Jak posouvat text"/>
|
||||||
|
|
|
@ -446,6 +446,10 @@
|
||||||
<node name="50" value="Wenn der Akkuladezustand größer 50 Prozent ist."/>
|
<node name="50" value="Wenn der Akkuladezustand größer 50 Prozent ist."/>
|
||||||
<node name="100" value="Nie"/>
|
<node name="100" value="Nie"/>
|
||||||
</node>
|
</node>
|
||||||
|
<node name="dontTurnScreenOffDuringCharging" value="Prevent screen from sleeping during charging" toBeTranslated="true">
|
||||||
|
<node name="summaryOn" value="Prevent screen from sleeping if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
<node name="summaryOff" value="Switch screen off even if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node name="scrolling" value="Blättern">
|
<node name="scrolling" value="Blättern">
|
||||||
<node name="summary" value="Die Art des Umblätterns festlegen."/>
|
<node name="summary" value="Die Art des Umblätterns festlegen."/>
|
||||||
|
|
|
@ -444,6 +444,10 @@
|
||||||
<node name="50" value="While battery level is greater than 50 percent"/>
|
<node name="50" value="While battery level is greater than 50 percent"/>
|
||||||
<node name="100" value="Never"/>
|
<node name="100" value="Never"/>
|
||||||
</node>
|
</node>
|
||||||
|
<node name="dontTurnScreenOffDuringCharging" value="Prevent screen from sleeping during charging">
|
||||||
|
<node name="summaryOn" value="Prevent screen from sleeping if device is in charging mode"/>
|
||||||
|
<node name="summaryOff" value="Switch screen off even if device is in charging mode"/>
|
||||||
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node name="scrolling" value="Scrolling">
|
<node name="scrolling" value="Scrolling">
|
||||||
<node name="summary" value="How to scroll text"/>
|
<node name="summary" value="How to scroll text"/>
|
||||||
|
|
|
@ -454,6 +454,10 @@
|
||||||
-->
|
-->
|
||||||
<node name="100" value="Jamais"/>
|
<node name="100" value="Jamais"/>
|
||||||
</node>
|
</node>
|
||||||
|
<node name="dontTurnScreenOffDuringCharging" value="Prevent screen from sleeping during charging" toBeTranslated="true">
|
||||||
|
<node name="summaryOn" value="Prevent screen from sleeping if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
<node name="summaryOff" value="Switch screen off even if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node name="scrolling" value="Navigation">
|
<node name="scrolling" value="Navigation">
|
||||||
<node name="summary" value="Modalités de défilement du texte"/>
|
<node name="summary" value="Modalités de défilement du texte"/>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<node name="summary" value="Az eszközbe illesztett memóriakártya"/>
|
<node name="summary" value="Az eszközbe illesztett memóriakártya"/>
|
||||||
</node>
|
</node>
|
||||||
<node name="fileTreeLibrary" value="FBReader Könyvtár">
|
<node name="fileTreeLibrary" value="FBReader Könyvtár">
|
||||||
<node name="summary" value="FBReader könyvek helye"/>
|
<node name="summary" value="Az FBReader-könyvek helye"/>
|
||||||
</node>
|
</node>
|
||||||
<node name="menu">
|
<node name="menu">
|
||||||
<node name="localSearch" value="Helyi keresés"/>
|
<node name="localSearch" value="Helyi keresés"/>
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
<node name="hyperlinksOnlyMode" value="Standard mód"/>
|
<node name="hyperlinksOnlyMode" value="Standard mód"/>
|
||||||
<node name="dictionaryMode" value="Szótár mód"/>
|
<node name="dictionaryMode" value="Szótár mód"/>
|
||||||
<node name="navigate" value="Navigáció">
|
<node name="navigate" value="Navigáció">
|
||||||
<node name="toc" value="Tartalomegyzék"/>
|
<node name="toc" value="Tartalomjegyzék"/>
|
||||||
<node name="gotoHome" value="A dokumentum elejére"/>
|
<node name="gotoHome" value="A dokumentum elejére"/>
|
||||||
<node name="gotoPageNumber" value="Ugrás oldalszámra..."/>
|
<node name="gotoPageNumber" value="Ugrás oldalszámra..."/>
|
||||||
<node name="gotoSectionStart" value="Ugrás a szövegrész elejére"/>
|
<node name="gotoSectionStart" value="Ugrás a szövegrész elejére"/>
|
||||||
|
@ -274,13 +274,13 @@
|
||||||
<node name="unchanged" value="<változatlan>"/>
|
<node name="unchanged" value="<változatlan>"/>
|
||||||
</node>
|
</node>
|
||||||
<node name="firstLineIndent" value="Első sor behúzása"/>
|
<node name="firstLineIndent" value="Első sor behúzása"/>
|
||||||
<node name="spaceBefore" value="Space Before"/>
|
<node name="spaceBefore" value="Térköz előtte"/>
|
||||||
<node name="spaceAfter" value="Space After"/>
|
<node name="spaceAfter" value="Térköz utána"/>
|
||||||
<node name="leftIndent" value="Left Indent"/>
|
<node name="leftIndent" value="Bal oldali behúzás"/>
|
||||||
<node name="rightIndent" value="Right Indent"/>
|
<node name="rightIndent" value="Jobb oldali behúzás"/>
|
||||||
<node name="more" value="További formázás">
|
<node name="more" value="További formázás">
|
||||||
<node name="summary" value="Különálló beállítások címekhez, mottókhoz stb."/>
|
<node name="summary" value="Különálló beállítások címekhez, mottókhoz stb."/>
|
||||||
<node name="Regular Paragraph" value="Bekezdés">
|
<node name="Regular Paragraph" value="Normál bekezdés">
|
||||||
<node name="summary" value=""/>
|
<node name="summary" value=""/>
|
||||||
</node>
|
</node>
|
||||||
<node name="Title" value="Cím">
|
<node name="Title" value="Cím">
|
||||||
|
@ -307,7 +307,7 @@
|
||||||
<node name="Verse" value="Verssor">
|
<node name="Verse" value="Verssor">
|
||||||
<node name="summary" value=""/>
|
<node name="summary" value=""/>
|
||||||
</node>
|
</node>
|
||||||
<node name="Preformatted text" value="Formázott szöveg">
|
<node name="Preformatted text" value="Előformázott szöveg">
|
||||||
<node name="summary" value=""/>
|
<node name="summary" value=""/>
|
||||||
</node>
|
</node>
|
||||||
<node name="Image" value="Kép">
|
<node name="Image" value="Kép">
|
||||||
|
@ -331,7 +331,7 @@
|
||||||
<node name="Emphasis" value="Kiemelés">
|
<node name="Emphasis" value="Kiemelés">
|
||||||
<node name="summary" value=""/>
|
<node name="summary" value=""/>
|
||||||
</node>
|
</node>
|
||||||
<node name="Strong" value="Hangsúlyos">
|
<node name="Strong" value="Hangsúly">
|
||||||
<node name="summary" value=""/>
|
<node name="summary" value=""/>
|
||||||
</node>
|
</node>
|
||||||
<node name="Subscript" value="Alsó index">
|
<node name="Subscript" value="Alsó index">
|
||||||
|
@ -392,10 +392,10 @@
|
||||||
</node>
|
</node>
|
||||||
<node name="margins" value="Margók">
|
<node name="margins" value="Margók">
|
||||||
<node name="summary" value="Szövegmargók"/>
|
<node name="summary" value="Szövegmargók"/>
|
||||||
<node name="left" value="Bal"/>
|
<node name="left" value="Bal margó"/>
|
||||||
<node name="right" value="Jobb"/>
|
<node name="right" value="Jobb margó"/>
|
||||||
<node name="top" value="Felső"/>
|
<node name="top" value="Felső margó"/>
|
||||||
<node name="bottom" value="Alsó"/>
|
<node name="bottom" value="Alsó margó"/>
|
||||||
</node>
|
</node>
|
||||||
<node name="scrollBar" value="Gördítősáv">
|
<node name="scrollBar" value="Gördítősáv">
|
||||||
<node name="summary" value="A gördítősáv és a lábléc beállításai"/>
|
<node name="summary" value="A gördítősáv és a lábléc beállításai"/>
|
||||||
|
@ -406,12 +406,12 @@
|
||||||
<node name="showAsFooter" value="Vízszintes lábléc"/>
|
<node name="showAsFooter" value="Vízszintes lábléc"/>
|
||||||
</node>
|
</node>
|
||||||
<node name="footerHeight" value="Lábléc magassága"/>
|
<node name="footerHeight" value="Lábléc magassága"/>
|
||||||
<node name="footerColor" value="Lábléc szíbe"/>
|
<node name="footerColor" value="Lábléc színe"/>
|
||||||
<node name="tocMarks" value="Tartalomjegyzék jelzése">
|
<node name="tocMarks" value="Tartalomjegyzék jelzése">
|
||||||
<node name="summaryOn" value="Mutassa a tartalomjegyzék elemeit a láblécen"/>
|
<node name="summaryOn" value="Mutassa a tartalomjegyzék elemeit a láblécen"/>
|
||||||
<node name="summaryOff" value="Ne mutassa a tartalomjegyzék elemeit a láblécen"/>
|
<node name="summaryOff" value="Ne mutassa a tartalomjegyzék elemeit a láblécen"/>
|
||||||
</node>
|
</node>
|
||||||
<node name="footerLongTap" value="Lábléc hosszú érintés">
|
<node name="footerLongTap" value="Lábléc hosszú érintése">
|
||||||
<node name="longTapRevert" value="Pozíció visszaállítása"/>
|
<node name="longTapRevert" value="Pozíció visszaállítása"/>
|
||||||
<node name="longTapNavigate" value="Ugrás pozícióra"/>
|
<node name="longTapNavigate" value="Ugrás pozícióra"/>
|
||||||
</node>
|
</node>
|
||||||
|
@ -440,37 +440,35 @@
|
||||||
<node name="summaryOff" value="Kikapcsolva"/>
|
<node name="summaryOff" value="Kikapcsolva"/>
|
||||||
</node>
|
</node>
|
||||||
<node name="dontTurnScreenOff" value="Kijelző kikapcsolása">
|
<node name="dontTurnScreenOff" value="Kijelző kikapcsolása">
|
||||||
<node name="0" value="Mindig (automatikusan)"/>
|
<node name="0" value="Soha"/>
|
||||||
<node name="25" value="While battery level is greater than 25 percent" toBeTranslated="true"/>
|
<node name="25" value="25 százalék akku töltöttség alatt" />
|
||||||
<node name="50" value="While battery level is greater than 50 percent" toBeTranslated="true"/>
|
<node name="50" value="50 százalék akku töltöttség alatt" />
|
||||||
<!--
|
<node name="100" value="Mindig (automatikusan)" />
|
||||||
Please, update this translation to avoid % sign. Resources with % sign
|
</node>
|
||||||
causes crash on cyanogenmod firmware (due a bug in cyanogenmod)
|
<node name="dontTurnScreenOffDuringCharging" value="Prevent screen from sleeping during charging" toBeTranslated="true">
|
||||||
<node name="25" value="Ha az akku töltöttsége 25% alatti" />
|
<node name="summaryOn" value="Prevent screen from sleeping if device is in charging mode" toBeTranslated="true"/>
|
||||||
<node name="50" value="Ha az akku töltöttsége 50% alatti" />
|
<node name="summaryOff" value="Switch screen off even if device is in charging mode" toBeTranslated="true"/>
|
||||||
-->
|
|
||||||
<node name="100" value="Soha" />
|
|
||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node name="scrolling" value="Görgetés">
|
<node name="scrolling" value="Lapozás">
|
||||||
<node name="summary" value="Szöveg görgetésének beállításai"/>
|
<node name="summary" value="Szöveg görgetésének beállításai"/>
|
||||||
<node name="flick" value="Kinetikus görgetés">
|
<node name="flick" value="Kinetikus lapozás">
|
||||||
<node name="summaryOn" value="Lapozás ujjmozdulatra"/>
|
<node name="summaryOn" value="Lapozás ujjmozdulatra"/>
|
||||||
<node name="summaryOff" value="Lapozás érintésre"/>
|
<node name="summaryOff" value="Lapozás érintésre"/>
|
||||||
</node>
|
</node>
|
||||||
<node name="volumeKeys" value="Görgetés a hangerő gombokkal">
|
<node name="volumeKeys" value="Lapozás a hangerő gombokkal">
|
||||||
<node name="summaryOn" value="Hangerő gombok használata görgetéshez"/>
|
<node name="summaryOn" value="Hangerő gombok használata lapozáshoz"/>
|
||||||
<node name="summaryOff" value="A hangerő gombok a hangerőt állítják"/>
|
<node name="summaryOff" value="A hangerő gombok a hangerőt állítják"/>
|
||||||
</node>
|
</node>
|
||||||
<node name="invertVolumeKeys" value="Fordított görgetés a hangerő gombokal">
|
<node name="invertVolumeKeys" value="Fordított lapozás a hangerő gombokal">
|
||||||
<node name="summaryOn" value="Fel (le) gomb lefelé (felfelé) lapoz"/>
|
<node name="summaryOn" value="Fel (le) gomb lefelé (felfelé) lapoz"/>
|
||||||
<node name="summaryOff" value="Fel (le) gomb felfelé (lefelé) lapoz"/>
|
<node name="summaryOff" value="Fel (le) gomb felfelé (lefelé) lapoz"/>
|
||||||
</node>
|
</node>
|
||||||
<node name="animated" value="Animált görgetés">
|
<node name="animated" value="Animált lapozás">
|
||||||
<node name="summaryOn" value="Finomabb görgetés"/>
|
<node name="summaryOn" value="Finomabb görgetés"/>
|
||||||
<node name="summaryOff" value="Gyorsabb görgetés"/>
|
<node name="summaryOff" value="Gyorsabb lapozás"/>
|
||||||
</node>
|
</node>
|
||||||
<node name="horizontal" value="Vízszintes görgetés">
|
<node name="horizontal" value="Vízszintes lapozás">
|
||||||
<node name="summaryOn" value="Oldalak görgetése vízszintesen"/>
|
<node name="summaryOn" value="Oldalak görgetése vízszintesen"/>
|
||||||
<node name="summaryOff" value="Oldalak görgetése függőlegesen"/>
|
<node name="summaryOff" value="Oldalak görgetése függőlegesen"/>
|
||||||
</node>
|
</node>
|
||||||
|
@ -518,13 +516,13 @@
|
||||||
</node>
|
</node>
|
||||||
<node name="networkError">
|
<node name="networkError">
|
||||||
<node name="internalError" value="Belső szerverhiba" />
|
<node name="internalError" value="Belső szerverhiba" />
|
||||||
<node name="purchaseNotEnoughMoney" value="Nincs elegendő pént" />
|
<node name="purchaseNotEnoughMoney" value="Nincs elegendő pénz a számláján" />
|
||||||
<node name="purchaseMissingBook" value="Nincs ilyen könyv" />
|
<node name="purchaseMissingBook" value="Nincs ilyen könyv" />
|
||||||
<node name="purchaseAlreadyPurchased" value="Már megvásárolva" />
|
<node name="purchaseAlreadyPurchased" value="Már megvásárolta a könyvet" />
|
||||||
<node name="bookNotPurchased" value="A könyv nincs megvásárolva" />
|
<node name="bookNotPurchased" value="A könyv nincs megvásárolva" />
|
||||||
<node name="downloadLimitExceeded" value="Túllépte a letöltési korlátot" />
|
<node name="downloadLimitExceeded" value="Túllépte a letöltési korlátot" />
|
||||||
<node name="noUserEmail" value="Nincs regisztrált felhasználónk ezzel az e-mail címmel" />
|
<node name="noUserEmail" value="Nincs regisztrált felhasználónk ezzel az e-mail címmel" />
|
||||||
<node name="unsupportedOperation" value="nem támogatott művelet" />
|
<node name="unsupportedOperation" value="Nem támogatott művelet" />
|
||||||
<node name="notAnOPDS" value="Ez nem OPSD formátumú katalógus" />
|
<node name="notAnOPDS" value="Ez nem OPSD formátumú katalógus" />
|
||||||
<node name="noRequiredInformation" value="Szükséges információ nincs megadva a katalógusban" />
|
<node name="noRequiredInformation" value="Szükséges információ nincs megadva a katalógusban" />
|
||||||
<node name="cacheDirectoryError" value="Gyorsítótár létrehozása sikertelen" />
|
<node name="cacheDirectoryError" value="Gyorsítótár létrehozása sikertelen" />
|
||||||
|
@ -573,8 +571,8 @@
|
||||||
</node>
|
</node>
|
||||||
<node name="errorMessage">
|
<node name="errorMessage">
|
||||||
<node name="cannotRunAndroidMarket" value="Android Market elérése sikertelen. Kérjük, telepítse manuálisan a következőt: %s "/>
|
<node name="cannotRunAndroidMarket" value="Android Market elérése sikertelen. Kérjük, telepítse manuálisan a következőt: %s "/>
|
||||||
<node name="textNotFound" value="A keresett szöveg sajnos nem található a könyvben"/>
|
<node name="textNotFound" value="A keresett szöveg nem található a könyvben"/>
|
||||||
<node name="bookNotFound" value="A keresett könyv sajnos nem található meg a könyvtárban"/>
|
<node name="bookNotFound" value="A keresett könyv nem található meg a könyvtárban"/>
|
||||||
<node name="bookmarkNotFound" value="Sajnos nem találhatóak könyvjelzők"/>
|
<node name="bookmarkNotFound" value="Sajnos nem találhatóak könyvjelzők"/>
|
||||||
<node name="cannotOpenBook" value="A könyv sajnos jelenleg nem nyitható meg"/>
|
<node name="cannotOpenBook" value="A könyv sajnos jelenleg nem nyitható meg"/>
|
||||||
<node name="dictionaryIsNotInstalled" value="Sajnos nincs telepítve szótár"/>
|
<node name="dictionaryIsNotInstalled" value="Sajnos nincs telepítve szótár"/>
|
||||||
|
|
|
@ -445,6 +445,10 @@
|
||||||
<node name="50" value="While battery level is greater than 50 percent" toBeTranslated="true"/>
|
<node name="50" value="While battery level is greater than 50 percent" toBeTranslated="true"/>
|
||||||
<node name="100" value="Never" toBeTranslated="true"/>
|
<node name="100" value="Never" toBeTranslated="true"/>
|
||||||
</node>
|
</node>
|
||||||
|
<node name="dontTurnScreenOffDuringCharging" value="Prevent screen from sleeping during charging" toBeTranslated="true">
|
||||||
|
<node name="summaryOn" value="Prevent screen from sleeping if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
<node name="summaryOff" value="Switch screen off even if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node name="scrolling" value="Scorrimento">
|
<node name="scrolling" value="Scorrimento">
|
||||||
<node name="summary" value="How to scroll text" toBeTranslated="true"/>
|
<node name="summary" value="How to scroll text" toBeTranslated="true"/>
|
||||||
|
|
|
@ -444,6 +444,10 @@
|
||||||
<node name="50" value="Пока батарея заряжена хотя бы на половину"/>
|
<node name="50" value="Пока батарея заряжена хотя бы на половину"/>
|
||||||
<node name="100" value="Всегда выключать"/>
|
<node name="100" value="Всегда выключать"/>
|
||||||
</node>
|
</node>
|
||||||
|
<node name="dontTurnScreenOffDuringCharging" value="Не выключать экран, если батарея заряжается">
|
||||||
|
<node name="summaryOn" value="Никогда не выключать экран, если чтение происходит в режиме зарядки"/>
|
||||||
|
<node name="summaryOff" value="Выключать экран даже в режиме зарядки"/>
|
||||||
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node name="scrolling" value="Перелистывание страниц">
|
<node name="scrolling" value="Перелистывание страниц">
|
||||||
<node name="summary" value="Как листать стрницы"/>
|
<node name="summary" value="Как листать стрницы"/>
|
||||||
|
@ -471,8 +475,8 @@
|
||||||
<node name="dictionary" value="Словарь">
|
<node name="dictionary" value="Словарь">
|
||||||
<node name="summary" value="Настройки словаря"/>
|
<node name="summary" value="Настройки словаря"/>
|
||||||
<node name="runDictionaryOnTap" value="Открывать по прикосновению пальцем">
|
<node name="runDictionaryOnTap" value="Открывать по прикосновению пальцем">
|
||||||
<node name="summaryOn" value="Открывать словарь по прикосновению пальцем"/>
|
<node name="summaryOn" value="Прикосновение к экрану запускает словарь"/>
|
||||||
<node name="summaryOff" value="Выделять слово по прикосновению пальцем"/>
|
<node name="summaryOff" value="Прикосновение к экрану выделяет слово"/>
|
||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
|
|
|
@ -445,6 +445,10 @@
|
||||||
<node name="50" value="While battery level is greater than 50 percent" toBeTranslated="true"/>
|
<node name="50" value="While battery level is greater than 50 percent" toBeTranslated="true"/>
|
||||||
<node name="100" value="Never" toBeTranslated="true"/>
|
<node name="100" value="Never" toBeTranslated="true"/>
|
||||||
</node>
|
</node>
|
||||||
|
<node name="dontTurnScreenOffDuringCharging" value="Prevent screen from sleeping during charging" toBeTranslated="true">
|
||||||
|
<node name="summaryOn" value="Prevent screen from sleeping if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
<node name="summaryOff" value="Switch screen off even if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node name="scrolling" value="Перегортання сторінок">
|
<node name="scrolling" value="Перегортання сторінок">
|
||||||
<node name="summary" value="How to scroll text" toBeTranslated="true"/>
|
<node name="summary" value="How to scroll text" toBeTranslated="true"/>
|
||||||
|
|
|
@ -445,6 +445,10 @@
|
||||||
<node name="50" value="While battery level is greater than 50 percent" toBeTranslated="true"/>
|
<node name="50" value="While battery level is greater than 50 percent" toBeTranslated="true"/>
|
||||||
<node name="100" value="Never" toBeTranslated="true"/>
|
<node name="100" value="Never" toBeTranslated="true"/>
|
||||||
</node>
|
</node>
|
||||||
|
<node name="dontTurnScreenOffDuringCharging" value="Prevent screen from sleeping during charging" toBeTranslated="true">
|
||||||
|
<node name="summaryOn" value="Prevent screen from sleeping if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
<node name="summaryOff" value="Switch screen off even if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node name="scrolling" value="Cuộn">
|
<node name="scrolling" value="Cuộn">
|
||||||
<node name="summary" value="How to scroll text" toBeTranslated="true"/>
|
<node name="summary" value="How to scroll text" toBeTranslated="true"/>
|
||||||
|
|
|
@ -451,6 +451,10 @@
|
||||||
-->
|
-->
|
||||||
<node name="100" value="从不"/>
|
<node name="100" value="从不"/>
|
||||||
</node>
|
</node>
|
||||||
|
<node name="dontTurnScreenOffDuringCharging" value="Prevent screen from sleeping during charging" toBeTranslated="true">
|
||||||
|
<node name="summaryOn" value="Prevent screen from sleeping if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
<node name="summaryOff" value="Switch screen off even if device is in charging mode" toBeTranslated="true"/>
|
||||||
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node name="scrolling" value="翻阅操作">
|
<node name="scrolling" value="翻阅操作">
|
||||||
<node name="summary" value="如何滚动文字内容"/>
|
<node name="summary" value="如何滚动文字内容"/>
|
||||||
|
|
|
@ -312,6 +312,14 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
||||||
displayScreen.Resource,
|
displayScreen.Resource,
|
||||||
"dontTurnScreenOff"
|
"dontTurnScreenOff"
|
||||||
));
|
));
|
||||||
|
/*
|
||||||
|
displayScreen.addPreference(new ZLBooleanPreference(
|
||||||
|
this,
|
||||||
|
androidApp.DontTurnScreenOffDuringChargingOption,
|
||||||
|
displayScreen.Resource,
|
||||||
|
"dontTurnScreenOffDuringCharging"
|
||||||
|
));
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
final Screen colorProfileScreen = createPreferenceScreen("colorProfile");
|
final Screen colorProfileScreen = createPreferenceScreen("colorProfile");
|
||||||
|
|
|
@ -36,6 +36,7 @@ public class ZLAndroidApplication extends Application {
|
||||||
public final ZLBooleanOption AutoOrientationOption = new ZLBooleanOption("LookNFeel", "AutoOrientation", false);
|
public final ZLBooleanOption AutoOrientationOption = new ZLBooleanOption("LookNFeel", "AutoOrientation", false);
|
||||||
public final ZLBooleanOption ShowStatusBarOption = new ZLBooleanOption("LookNFeel", "ShowStatusBar", false);
|
public final ZLBooleanOption ShowStatusBarOption = new ZLBooleanOption("LookNFeel", "ShowStatusBar", false);
|
||||||
public final ZLIntegerRangeOption BatteryLevelToTurnScreenOffOption = new ZLIntegerRangeOption("LookNFeel", "BatteryLevelToTurnScreenOff", 0, 100, 50);
|
public final ZLIntegerRangeOption BatteryLevelToTurnScreenOffOption = new ZLIntegerRangeOption("LookNFeel", "BatteryLevelToTurnScreenOff", 0, 100, 50);
|
||||||
|
public final ZLBooleanOption DontTurnScreenOffDuringChargingOption = new ZLBooleanOption("LookNFeel", "DontTurnScreenOffDuringCharging", true);
|
||||||
public final ZLIntegerRangeOption ScreenBrightnessLevelOption = new ZLIntegerRangeOption("LookNFeel", "ScreenBrightnessLevel", 0, 100, 0);
|
public final ZLIntegerRangeOption ScreenBrightnessLevelOption = new ZLIntegerRangeOption("LookNFeel", "ScreenBrightnessLevel", 0, 100, 0);
|
||||||
|
|
||||||
public static ZLAndroidApplication Instance() {
|
public static ZLAndroidApplication Instance() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue