Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b2bca83 authored by Mark Harman's avatar Mark Harman
Browse files

On-screen flash icon is displayed whether or not Show ISO preference is enabled.

parent 9642b281
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -653,9 +653,7 @@ image should be drawn with.</p>
<p><b>Show free memory</b> - Whether to display the remaining storage space of the device.</p>

<p><b>Show ISO</b> - If selected, the current ISO, exposure time and frame rate (FPS) will be displayed (only available if Camera2
    API is used). The text will be shown in red when the auto-exposure routine is scanning. In flash auto mode, a flash symbol will
    also indicate when flash will fire. Note that this is not an absolute guarantee - when you take a photo, the camera will make an
    updated decision on whether to fire the flash, which in some cases may disagree with whether the flash symbol was displayed.</p>
    API is used). The text will be shown in red when the auto-exposure routine is scanning.</p>

<p><b>Show a histogram</b> - Allows displaying an on-screen histogram (only available if Camera2 API is used). Note that the
    histogram reflects the currently display on-screen preview, and will not necessarily be accurate for the final resultant photograph,
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@
    <string name="preference_show_zoom_slider_controls">Mostra slider per lo zoom</string>
    <string name="preference_show_zoom_slider_controls_summary">Mostra slider per il controllo dello zoom</string>
    <string name="preference_show_iso">Mostra ISO</string>
    <string name="preference_show_iso_summary">Mostra l\'attuale livello ISO. Nella modalità flash automatico, il simbolo del flash indicherà quando si avvierà. (Richiede l\'API Camera2.)</string>
    <string name="preference_show_iso_summary">Mostra l\'attuale livello ISO. (Richiede l\'API Camera2.)</string>
    <string name="preference_free_memory">Mostra memoria disponibile</string>
    <string name="preference_free_memory_summary">Mostra la memoria disponibile del dispositivo sullo schermo</string>
    <string name="preference_show_angle">Mostra angolazione</string>
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@
    <string name="preference_show_zoom_slider_controls">Pokaż suwak przybliżenia</string>
    <string name="preference_show_zoom_slider_controls_summary">Wyświetla suwak do zmiany wartości przybliżenia</string>
    <string name="preference_show_iso">Pokaż ISO</string>
    <string name="preference_show_iso_summary">Wyświetla aktualną czułość ISO. W trybie automatycznej lampy błyskowej pojawi się symbol lampy błyskowej, jeśli będzie wymagane jej użycie. (Wymaga Camera2 API)</string>
    <string name="preference_show_iso_summary">Wyświetla aktualną czułość ISO. (Wymaga Camera2 API)</string>
    <string name="preference_free_memory">Pokaż dostępną pamięć</string>
    <string name="preference_free_memory_summary">Wyświetla na ekranie dostępną ilość pamięci w urządzeniu</string>
    <string name="preference_show_angle">Pokaż kąt</string>
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@
    <string name="preference_show_zoom_slider_controls">Prikaži drsnik povečave</string>
    <string name="preference_show_zoom_slider_controls_summary">Prikaži drsnik za nadzor povečave</string>
    <string name="preference_show_iso">Prikaži ISO</string>
    <string name="preference_show_iso_summary">Prikaži trenutno raven ISO.  V načinu bliskavice bo simbol bliskavice tudi nakazal, da se bo sprožila bliskavica (zahteva API Camera2).</string>
    <string name="preference_show_iso_summary">Prikaži trenutno raven ISO. (zahteva API Camera2).</string>
    <string name="preference_free_memory">Prikaži nezaseden prostor</string>
    <string name="preference_free_memory_summary">Na zaslonu prikaži količino nezasedenega prostora na pomnilniški napravi</string>
    <string name="preference_show_angle">Prikaži kot</string>
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@
    <string name="preference_show_zoom_slider_controls">顯示縮放滑桿控制</string>
    <string name="preference_show_zoom_slider_controls_summary">顯示縮放控制的滑桿</string>
    <string name="preference_show_iso">顯示 ISO</string>
    <string name="preference_show_iso_summary">顯示目前的 ISO 等級。在自動閃光模式,閃光符號也會指示閃光燈何時閃光。(需要 Camera2 API。)</string>
    <string name="preference_show_iso_summary">顯示目前的 ISO 等級。(需要 Camera2 API。)</string>
    <string name="preference_free_memory">顯示可用記憶體</string>
    <string name="preference_free_memory_summary">在螢幕上顯示剩餘的裝置儲存空間</string>
    <string name="preference_show_angle">顯示角度</string>
Loading