Add original project.
This commit is contained in:
38
app/src/main/res/values/strings.xml
Executable file
38
app/src/main/res/values/strings.xml
Executable file
@@ -0,0 +1,38 @@
|
||||
<resources>
|
||||
<!-- App details -->
|
||||
<string name="appName">Infinite Timer</string>
|
||||
<string name="appVersion">Test v201610291024</string>
|
||||
<string name="TAG">com.hyperling.apps.infinitetimer</string>
|
||||
|
||||
<!-- Keys -->
|
||||
<string name="keySharedPreferences">InfiniteTimer</string>
|
||||
<string name="keyDebug">DEBUG</string>
|
||||
<string name="keyChronometerTime">ChronometerTime</string>
|
||||
<string name="keyLoopInterval">LoopInterval</string>
|
||||
<string name="keyStartStop">StartStop</string>
|
||||
<string name="keyAppOpen">AppOpen</string>
|
||||
<string name="keyServiceRunning">ServiceRunning</string>
|
||||
|
||||
<!-- UI Text -->
|
||||
<string name="btnStart">Start</string>
|
||||
<string name="btnStop">Stop</string>
|
||||
<string name="btnChooseTime">Choose Time</string>
|
||||
<string name="btnReset">Reset</string>
|
||||
<string name="btnPause">Pause</string>
|
||||
<string name="btnResume">Resume</string>
|
||||
|
||||
<string name="chronometerDefault">00:00:00</string>
|
||||
|
||||
<string name="tvHoursHint">Hours</string>
|
||||
<string name="tvMinutesHint">Minutes</string>
|
||||
<string name="tvSecondsHint">Seconds</string>
|
||||
<string name="tvMillisHint">Millis</string>
|
||||
<string name="tvDot">.</string>
|
||||
|
||||
<string name="tvUpperLabel"><b>Amount of time between notifications:</b></string>
|
||||
<string name="tvLowerLabel"><b>Countdown to next notification:</b></string>
|
||||
|
||||
<string name="action_millis">Enable Millisecs</string>
|
||||
<string name="action_enable_ads">Enable Ads</string>
|
||||
<string name="action_exit">Exit</string>
|
||||
</resources>
|
Reference in New Issue
Block a user