-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
144 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
const String aboutText = "OpenHIIT is a free and open-source interval timer."; | ||
|
||
const String intervalTimerTitle = "Interval Timer"; | ||
const String intervalTimerDescription = | ||
"Create an interval timer that alternates between work and rest periods. Includes options for warm-up, cool-down, and more."; | ||
const String workoutTitle = "Workout"; | ||
const String workoutDescription = | ||
"Create a workout that lets you define exercises with an interval timer."; | ||
const String importTitle = "Import"; | ||
const String importDescription = | ||
"Import a workout or timer from a file on your device."; | ||
|
||
const String noSavedTimers = "No saved timers"; | ||
const String noSavedTimersDescription = | ||
"Hit the + at the bottom to get started!"; | ||
const String fetchingTimers = "Fetching timers..."; | ||
const String exportingFiles = "Exporting file(s)"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.