mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2024-11-16 09:22:06 +01:00
15 lines
476 B
XML
15 lines
476 B
XML
|
<resources>
|
||
|
<string name="title_activity_settings">Settings</string>
|
||
|
|
||
|
<!-- Strings related to Settings -->
|
||
|
|
||
|
<!-- Settings for simulation -->
|
||
|
<string name="pref_header_simulation">Simulation</string>
|
||
|
|
||
|
<string name="pref_title_simulate_anomaly">Simulate Anomaly</string>
|
||
|
<string name="pref_description_simulate_anomaly">The double step anomaly causes the middle rotor
|
||
|
to rotate twice, if one step from turnover point.
|
||
|
</string>
|
||
|
|
||
|
</resources>
|