-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
He doblado todo al inglés y corregido errores
- Loading branch information
1 parent
0147673
commit 451759e
Showing
8 changed files
with
80 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
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,20 @@ | ||
{ | ||
"version": 1, | ||
"artifactType": { | ||
"type": "APK", | ||
"kind": "Directory" | ||
}, | ||
"applicationId": "com.example.stira", | ||
"variantName": "debug", | ||
"elements": [ | ||
{ | ||
"type": "SINGLE", | ||
"filters": [], | ||
"properties": [], | ||
"versionCode": 1, | ||
"versionName": "1", | ||
"enabled": true, | ||
"outputFile": "app-debug.apk" | ||
} | ||
] | ||
} |
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
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,37 @@ | ||
<resources> | ||
|
||
<string name="app_name">Stira!</string> | ||
|
||
<string name="ronda"> Round</string> | ||
|
||
<string name="ejercicio">Exercice: </string> | ||
|
||
<string name="descanso">Rest: </string> | ||
|
||
<string name="temporizador">Timer</string>20209 | ||
|
||
<string name="registro">Register</string> | ||
|
||
<string name="Asignar">Assing</string> | ||
|
||
<string name="repeticiones">Insert\nnumber of\n repetitions</string> | ||
|
||
<string name="ejer">Time</string> | ||
|
||
<string name="desc">Time of rest </string> | ||
|
||
<string name="tiempoFin">Time Out.</string> | ||
|
||
<string name="inserteValor">Insert one valid value.</string> | ||
|
||
<string name="ultimo">Last time</string> | ||
|
||
<string name="Ronda1">Round 1/</string> | ||
|
||
<string name="conDescanso">With Rest</string> | ||
|
||
<string name="sinDescanso">Without Rest</string> | ||
|
||
<string name="inserteSegundos">Insert time\n of\n exercice</string> | ||
|
||
</resources> |
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