Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
#178 fixing transalaton file
Browse files Browse the repository at this point in the history
  • Loading branch information
niccs committed Mar 2, 2016
1 parent 5a30726 commit 71142f7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,16 @@
<string name="redoTrainingKey">redoTraining</string>

<string name="triggerSettingsHeaderTitle">Alarm Trigger Settings</string>

<string name="default7RepeatedPressTitle">(Default) 7 repeated presses</string>
<string name="default7RepeatedPressTitle">(Default)7 Repeated Presses</string>
<string name="default7RepeatedPressKey">default7Press</string>
<string name="extraConfirmationPressTitle">5 presses plus confirmation </string>
<string name="extraConfirmationPressKey">extraConfirmation </string>

<string name="customKey">Custom</string>
<string name="customTitle">Custom</string>

<string name="default7RepeatedPressValue">1</string>
<string name="extraConfirmationPressValue">2</string>
<string name="custom_modeValue">3</string>

<string name="customSettingsKey">customSettings</string>
<string name="customSettingsTitle">Custom settings</string>
Expand Down

0 comments on commit 71142f7

Please sign in to comment.