translations
This commit is contained in:
parent
2d2fd901a1
commit
a7d294c115
@ -47,6 +47,17 @@
|
|||||||
|
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|
||||||
|
<TableRow>
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:text="@string/wakeLockExplanation"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_span="2"
|
||||||
|
android:layout_marginVertical="@dimen/default_margin" />
|
||||||
|
|
||||||
|
</TableRow>
|
||||||
|
|
||||||
<TableRow>
|
<TableRow>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -839,4 +839,5 @@
|
|||||||
<string name="duration">Duration [ms]</string>
|
<string name="duration">Duration [ms]</string>
|
||||||
<string name="keepDeviceAwake">Keep device awake</string>
|
<string name="keepDeviceAwake">Keep device awake</string>
|
||||||
<string name="wakeLockTimeout">Specify timeout</string>
|
<string name="wakeLockTimeout">Specify timeout</string>
|
||||||
|
<string name="wakeLockExplanation">Activate will keep the screen on while deactivate will let it turn off. For keeping it on you can either enter a duration after which it may turn off again or you can keep it on indefinitely. In the latter case you would need to create another keep-awake action (in this or another rule) in which you select deactivate.</string>
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in New Issue
Block a user