Skip to content

Commit 0c91195

Browse files
committed
add a string for toggling auto flashlight on startup
1 parent 1809459 commit 0c91195

File tree

12 files changed

+12
-0
lines changed

12 files changed

+12
-0
lines changed

app/src/main/res/values-de/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Settings -->
88
<string name="bright_display">Zeige Button für helles Display</string>
99
<string name="show_stroboscope">Zeige Button für Stroboskop</string>
10+
<string name="turn_flashlight_on">Turn flashlight on at startup</string>
1011

1112
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
1213
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-es/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Settings -->
88
<string name="bright_display">Show a bright display button</string>
99
<string name="show_stroboscope">Show a stroboscope button</string>
10+
<string name="turn_flashlight_on">Turn flashlight on at startup</string>
1011

1112
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
1213
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-it/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Settings -->
88
<string name="bright_display">Mostra un pulsante per schermo luminoso</string>
99
<string name="show_stroboscope">Show a stroboscope button</string>
10+
<string name="turn_flashlight_on">Turn flashlight on at startup</string>
1011

1112
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
1213
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-ja/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Settings -->
88
<string name="bright_display">明るく表示ボタンを表示</string>
99
<string name="show_stroboscope">ストロボボタンを表示</string>
10+
<string name="turn_flashlight_on">Turn flashlight on at startup</string>
1011

1112
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
1213
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-ko-rKR/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Settings -->
88
<string name="bright_display">브라이트 디스플레이 버튼 활성화</string>
99
<string name="show_stroboscope">스트로보 스코프 버튼 활성화</string>
10+
<string name="turn_flashlight_on">Turn flashlight on at startup</string>
1011

1112
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
1213
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-nl/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Settings -->
88
<string name="bright_display">Toon een fel scherm knop</string>
99
<string name="show_stroboscope">Toon een stroboscoop knop</string>
10+
<string name="turn_flashlight_on">Turn flashlight on at startup</string>
1011

1112
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
1213
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-pl/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Settings -->
88
<string name="bright_display">Pokazuj przycisk jasnego wyświetlania</string>
99
<string name="show_stroboscope">Pokazuj przycisk stroboskopu</string>
10+
<string name="turn_flashlight_on">Turn flashlight on at startup</string>
1011

1112
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
1213
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-pt-rPT/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Settings -->
88
<string name="bright_display">Mostrar botão para iluminar o ecrã</string>
99
<string name="show_stroboscope">Mostrar botão de estroboscópio</string>
10+
<string name="turn_flashlight_on">Turn flashlight on at startup</string>
1011

1112
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
1213
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-ru/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Settings -->
88
<string name="bright_display">Показать кнопку переключения на белый экран</string>
99
<string name="show_stroboscope">Показать кнопку стробоскопа</string>
10+
<string name="turn_flashlight_on">Turn flashlight on at startup</string>
1011

1112
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
1213
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-sk/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Settings -->
88
<string name="bright_display">Zobraziť tlačidlo pre jasný displej</string>
99
<string name="show_stroboscope">Zobraziť tlačidlo pre stroboskop</string>
10+
<string name="turn_flashlight_on">Aktivovať baterku po spustení</string>
1011

1112
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
1213
<!-- Short description has to have less than 80 chars -->

0 commit comments

Comments
 (0)